Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.52 KB

ApiLabelDTO.md

File metadata and controls

186 lines (101 loc) · 4.52 KB

ApiLabelDTO

Properties

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]

Methods

NewApiLabelDTO

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

NewApiLabelDTOWithDefaults

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

GetColor

func (o *ApiLabelDTO) GetColor() string

GetColor returns the Color field if non-nil, zero value otherwise.

GetColorOk

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.

SetColor

func (o *ApiLabelDTO) SetColor(v string)

SetColor sets Color field to given value.

HasColor

func (o *ApiLabelDTO) HasColor() bool

HasColor returns a boolean if a field has been set.

GetDescription

func (o *ApiLabelDTO) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ApiLabelDTO) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ApiLabelDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetId

func (o *ApiLabelDTO) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ApiLabelDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApiLabelDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetLabel

func (o *ApiLabelDTO) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

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.

SetLabel

func (o *ApiLabelDTO) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *ApiLabelDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetOwnerId

func (o *ApiLabelDTO) GetOwnerId() string

GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.

GetOwnerIdOk

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.

SetOwnerId

func (o *ApiLabelDTO) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *ApiLabelDTO) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

GetOwnerType

func (o *ApiLabelDTO) GetOwnerType() string

GetOwnerType returns the OwnerType field if non-nil, zero value otherwise.

GetOwnerTypeOk

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.

SetOwnerType

func (o *ApiLabelDTO) SetOwnerType(v string)

SetOwnerType sets OwnerType field to given value.

HasOwnerType

func (o *ApiLabelDTO) HasOwnerType() bool

HasOwnerType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]