Provides struct and type for a CustomFieldCreateSelect
@type t() :: %Polarex.CustomFieldCreateSelect{ metadata: map() | nil, name: String.t(), organization_id: String.t() | nil, properties: Polarex.CustomFieldSelectProperties.t(), slug: String.t(), type: String.t() }