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

BenefitGrantGitHubRepositoryProperties

# `t`

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

* `account_id` - Nullable.
* `granted_account_id`
* `permission` - Possible values: `pull`, `triage`, `push`, `maintain`, `admin`.
* `repository_name`
* `repository_owner`

# `schema_name`

---

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