| Name | Type | Description | Notes |
|---|---|---|---|
| Dark | Pointer to string | [optional] | |
| Light | Pointer to string | [optional] |
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
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
func (o *SecondaryColor) GetDark() string
GetDark returns the Dark field if non-nil, zero value otherwise.
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.
func (o *SecondaryColor) SetDark(v string)
SetDark sets Dark field to given value.
func (o *SecondaryColor) HasDark() bool
HasDark returns a boolean if a field has been set.
func (o *SecondaryColor) GetLight() string
GetLight returns the Light field if non-nil, zero value otherwise.
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.
func (o *SecondaryColor) SetLight(v string)
SetLight sets Light field to given value.
func (o *SecondaryColor) HasLight() bool
HasLight returns a boolean if a field has been set.