| Name | Type | Description | Notes |
|---|---|---|---|
| Primary | Pointer to NullableString | The primary color of the text.<br/><strong>NOTE:</strong> If no value is provided, then the following value will be applied by default when web form is opened: <code>#232323</code> | [optional] |
| Secondary | Pointer to NullableString | The secondary color of the text (e.g. login hint, summaries, etc). Can be the same as primary color.<br/><strong>NOTE:</strong> If no value is provided, then the following value will be applied by default when web form is opened: <code>#848484</code> | [optional] |
func NewTextColor() *TextColor
NewTextColor instantiates a new TextColor 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 NewTextColorWithDefaults() *TextColor
NewTextColorWithDefaults instantiates a new TextColor 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 *TextColor) GetPrimary() string
GetPrimary returns the Primary field if non-nil, zero value otherwise.
func (o *TextColor) GetPrimaryOk() (*string, bool)
GetPrimaryOk returns a tuple with the Primary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextColor) SetPrimary(v string)
SetPrimary sets Primary field to given value.
func (o *TextColor) HasPrimary() bool
HasPrimary returns a boolean if a field has been set.
func (o *TextColor) SetPrimaryNil(b bool)
SetPrimaryNil sets the value for Primary to be an explicit nil
func (o *TextColor) UnsetPrimary()
UnsetPrimary ensures that no value is present for Primary, not even an explicit nil
func (o *TextColor) GetSecondary() string
GetSecondary returns the Secondary field if non-nil, zero value otherwise.
func (o *TextColor) GetSecondaryOk() (*string, bool)
GetSecondaryOk returns a tuple with the Secondary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TextColor) SetSecondary(v string)
SetSecondary sets Secondary field to given value.
func (o *TextColor) HasSecondary() bool
HasSecondary returns a boolean if a field has been set.
func (o *TextColor) SetSecondaryNil(b bool)
SetSecondaryNil sets the value for Secondary to be an explicit nil
func (o *TextColor) UnsetSecondary()
UnsetSecondary ensures that no value is present for Secondary, not even an explicit nil