Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.1 KB

File metadata and controls

82 lines (45 loc) · 2.1 KB

SecondaryColor

Properties

Name Type Description Notes
Dark Pointer to string [optional]
Light Pointer to string [optional]

Methods

NewSecondaryColor

func NewSecondaryColor() *SecondaryColor

NewSecondaryColor instantiates a new SecondaryColor 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

NewSecondaryColorWithDefaults

func NewSecondaryColorWithDefaults() *SecondaryColor

NewSecondaryColorWithDefaults instantiates a new SecondaryColor 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

GetDark

func (o *SecondaryColor) GetDark() string

GetDark returns the Dark field if non-nil, zero value otherwise.

GetDarkOk

func (o *SecondaryColor) GetDarkOk() (*string, bool)

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

SetDark

func (o *SecondaryColor) SetDark(v string)

SetDark sets Dark field to given value.

HasDark

func (o *SecondaryColor) HasDark() bool

HasDark returns a boolean if a field has been set.

GetLight

func (o *SecondaryColor) GetLight() string

GetLight returns the Light field if non-nil, zero value otherwise.

GetLightOk

func (o *SecondaryColor) GetLightOk() (*string, bool)

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

SetLight

func (o *SecondaryColor) SetLight(v string)

SetLight sets Light field to given value.

HasLight

func (o *SecondaryColor) HasLight() bool

HasLight returns a boolean if a field has been set.

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