Name | Type | Description | Notes |
---|---|---|---|
ColorScheme | Pointer to NullableColor | [optional] | |
Text | Pointer to NullableText | [optional] | |
Theme | Pointer to NullableString | <strong>Allowed:</strong> DEFAULT | MOBILE_MINIMALISTIC<br/><strong>BETA</strong>: This service is currently in BETA phase. Provided themes can be changed and/or deleted before the service goes live.<br/>Theme will provide further granularity with the styling possibilities for customers. This includes styling of buttons, text fields, text spacing, sizing of titles, and subtitles amongst others.<br/>Find more info in the <a href='https://documentation.finapi.io/webform/themes' target='_blank'>Web Form 2.0 Public Documentation</a>. |
func NewAspect() *Aspect
NewAspect instantiates a new Aspect 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 NewAspectWithDefaults() *Aspect
NewAspectWithDefaults instantiates a new Aspect 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 *Aspect) GetColorScheme() Color
GetColorScheme returns the ColorScheme field if non-nil, zero value otherwise.
func (o *Aspect) GetColorSchemeOk() (*Color, bool)
GetColorSchemeOk returns a tuple with the ColorScheme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Aspect) SetColorScheme(v Color)
SetColorScheme sets ColorScheme field to given value.
func (o *Aspect) HasColorScheme() bool
HasColorScheme returns a boolean if a field has been set.
func (o *Aspect) SetColorSchemeNil(b bool)
SetColorSchemeNil sets the value for ColorScheme to be an explicit nil
func (o *Aspect) UnsetColorScheme()
UnsetColorScheme ensures that no value is present for ColorScheme, not even an explicit nil
func (o *Aspect) GetText() Text
GetText returns the Text field if non-nil, zero value otherwise.
func (o *Aspect) GetTextOk() (*Text, bool)
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Aspect) SetText(v Text)
SetText sets Text field to given value.
func (o *Aspect) HasText() bool
HasText returns a boolean if a field has been set.
func (o *Aspect) SetTextNil(b bool)
SetTextNil sets the value for Text to be an explicit nil
func (o *Aspect) UnsetText()
UnsetText ensures that no value is present for Text, not even an explicit nil
func (o *Aspect) GetTheme() string
GetTheme returns the Theme field if non-nil, zero value otherwise.
func (o *Aspect) GetThemeOk() (*string, bool)
GetThemeOk returns a tuple with the Theme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Aspect) SetTheme(v string)
SetTheme sets Theme field to given value.
func (o *Aspect) HasTheme() bool
HasTheme returns a boolean if a field has been set.
func (o *Aspect) SetThemeNil(b bool)
SetThemeNil sets the value for Theme to be an explicit nil
func (o *Aspect) UnsetTheme()
UnsetTheme ensures that no value is present for Theme, not even an explicit nil