# `PolarExpress.Schemas.BenefitGitHubRepositorySubscriberProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/benefit_git_hub_repository_subscriber_properties.ex#L2)

BenefitGitHubRepositorySubscriberProperties

Properties available to subscribers for a benefit of type `github_repository`.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitGitHubRepositorySubscriberProperties{
  repository_name: String.t() | nil,
  repository_owner: String.t() | nil
}
```

* `repository_name` - The name of the repository.
* `repository_owner` - The owner of the repository.

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
