Name | Type | Description | Notes |
---|---|---|---|
Color | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
Label | Pointer to string | [optional] | |
OwnerId | Pointer to string | [optional] | |
OwnerType | Pointer to string | [optional] |
func NewApiLabelDTO() *ApiLabelDTO
NewApiLabelDTO instantiates a new ApiLabelDTO 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 NewApiLabelDTOWithDefaults() *ApiLabelDTO
NewApiLabelDTOWithDefaults instantiates a new ApiLabelDTO 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 *ApiLabelDTO) GetColor() string
GetColor returns the Color field if non-nil, zero value otherwise.
func (o *ApiLabelDTO) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLabelDTO) SetColor(v string)
SetColor sets Color field to given value.
func (o *ApiLabelDTO) HasColor() bool
HasColor returns a boolean if a field has been set.
func (o *ApiLabelDTO) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ApiLabelDTO) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLabelDTO) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ApiLabelDTO) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ApiLabelDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiLabelDTO) 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 *ApiLabelDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ApiLabelDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiLabelDTO) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ApiLabelDTO) 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 *ApiLabelDTO) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *ApiLabelDTO) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *ApiLabelDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *ApiLabelDTO) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLabelDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiLabelDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiLabelDTO) GetOwnerType() string
GetOwnerType returns the OwnerType field if non-nil, zero value otherwise.
func (o *ApiLabelDTO) GetOwnerTypeOk() (*string, bool)
GetOwnerTypeOk returns a tuple with the OwnerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLabelDTO) SetOwnerType(v string)
SetOwnerType sets OwnerType field to given value.
func (o *ApiLabelDTO) HasOwnerType() bool
HasOwnerType returns a boolean if a field has been set.