View Source GitHub.OrgCustomProperty (GitHub REST API Client v0.3.1)

Provides struct and type for a OrgCustomProperty

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.OrgCustomProperty{
  __info__: map(),
  allowed_values: [String.t()] | nil,
  default_value: String.t() | nil,
  description: String.t() | nil,
  property_name: String.t(),
  required: boolean() | nil,
  value_type: String.t(),
  values_editable_by: String.t() | nil
}