| Name | Type | Description | Notes |
|---|---|---|---|
| Display | Pointer to string | [optional] | |
| Slug | Pointer to string | [optional] |
func NewAssetsEnumOption() *AssetsEnumOption
NewAssetsEnumOption instantiates a new AssetsEnumOption object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAssetsEnumOptionWithDefaults() *AssetsEnumOption
NewAssetsEnumOptionWithDefaults instantiates a new AssetsEnumOption object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AssetsEnumOption) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *AssetsEnumOption) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetsEnumOption) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *AssetsEnumOption) HasDisplay() bool
HasDisplay returns a boolean if a field has been set.
func (o *AssetsEnumOption) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *AssetsEnumOption) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AssetsEnumOption) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *AssetsEnumOption) HasSlug() bool
HasSlug returns a boolean if a field has been set.