View Source GitHub.OrgRepoCustomPropertyValues (GitHub REST API Client v0.3.0)

Provides struct and type for a OrgRepoCustomPropertyValues

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.OrgRepoCustomPropertyValues{
  __info__: map(),
  properties: [GitHub.CustomPropertyValue.t()],
  repository_full_name: String.t(),
  repository_id: integer(),
  repository_name: String.t()
}