Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to string | [optional] | |
Updated | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Label | Pointer to string | [optional] | |
Manifest | Pointer to bool | [optional] |
func NewConsumerTypeDTO() *ConsumerTypeDTO
NewConsumerTypeDTO instantiates a new ConsumerTypeDTO 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 NewConsumerTypeDTOWithDefaults() *ConsumerTypeDTO
NewConsumerTypeDTOWithDefaults instantiates a new ConsumerTypeDTO 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 *ConsumerTypeDTO) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ConsumerTypeDTO) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerTypeDTO) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *ConsumerTypeDTO) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *ConsumerTypeDTO) GetUpdated() string
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *ConsumerTypeDTO) GetUpdatedOk() (*string, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerTypeDTO) SetUpdated(v string)
SetUpdated sets Updated field to given value.
func (o *ConsumerTypeDTO) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *ConsumerTypeDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ConsumerTypeDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerTypeDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ConsumerTypeDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ConsumerTypeDTO) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ConsumerTypeDTO) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerTypeDTO) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *ConsumerTypeDTO) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *ConsumerTypeDTO) GetManifest() bool
GetManifest returns the Manifest field if non-nil, zero value otherwise.
func (o *ConsumerTypeDTO) GetManifestOk() (*bool, bool)
GetManifestOk returns a tuple with the Manifest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConsumerTypeDTO) SetManifest(v bool)
SetManifest sets Manifest field to given value.
func (o *ConsumerTypeDTO) HasManifest() bool
HasManifest returns a boolean if a field has been set.