Search
Provides struct and type for a OrgCustomProperty
@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 }