PolarExpress.Schemas.BenefitGrantGitHubRepositoryProperties (polar_express v0.2.2)

Copy Markdown View Source

BenefitGrantGitHubRepositoryProperties

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.BenefitGrantGitHubRepositoryProperties{
  account_id: term(),
  granted_account_id: term(),
  permission: term(),
  repository_name: term(),
  repository_owner: term()
}
  • account_id - Nullable.
  • granted_account_id
  • permission - Possible values: pull, triage, push, maintain, admin.
  • repository_name
  • repository_owner

Functions

schema_name()