Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.8 KB

EnvironmentLabelView.md

File metadata and controls

108 lines (59 loc) · 2.8 KB

EnvironmentLabelView

Properties

Name Type Description Notes
Id Pointer to string [optional]
Title Pointer to string [optional]
Color Pointer to string [optional]

Methods

NewEnvironmentLabelView

func NewEnvironmentLabelView() *EnvironmentLabelView

NewEnvironmentLabelView instantiates a new EnvironmentLabelView 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

NewEnvironmentLabelViewWithDefaults

func NewEnvironmentLabelViewWithDefaults() *EnvironmentLabelView

NewEnvironmentLabelViewWithDefaults instantiates a new EnvironmentLabelView 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

GetId

func (o *EnvironmentLabelView) GetId() string

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

GetIdOk

func (o *EnvironmentLabelView) 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 *EnvironmentLabelView) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *EnvironmentLabelView) HasId() bool

HasId returns a boolean if a field has been set.

GetTitle

func (o *EnvironmentLabelView) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *EnvironmentLabelView) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *EnvironmentLabelView) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *EnvironmentLabelView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetColor

func (o *EnvironmentLabelView) GetColor() string

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

GetColorOk

func (o *EnvironmentLabelView) 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 *EnvironmentLabelView) SetColor(v string)

SetColor sets Color field to given value.

HasColor

func (o *EnvironmentLabelView) HasColor() bool

HasColor returns a boolean if a field has been set.

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