Name | Type | Description | Notes |
---|---|---|---|
MatchedDomain | string | ||
BrandingTitle | string | ||
BrandingLogo | string | ||
BrandingFavicon | string | ||
UiFooterLinks | []FooterLink | [readonly] | |
UiTheme | UiThemeEnum | [readonly] | |
FlowAuthentication | Pointer to string | [optional] | |
FlowInvalidation | Pointer to string | [optional] | |
FlowRecovery | Pointer to string | [optional] | |
FlowUnenrollment | Pointer to string | [optional] | |
FlowUserSettings | Pointer to string | [optional] | |
FlowDeviceCode | Pointer to string | [optional] | |
DefaultLocale | string | [readonly] |
func NewCurrentBrand(matchedDomain string, brandingTitle string, brandingLogo string, brandingFavicon string, uiFooterLinks []FooterLink, uiTheme UiThemeEnum, defaultLocale string, ) *CurrentBrand
NewCurrentBrand instantiates a new CurrentBrand 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 NewCurrentBrandWithDefaults() *CurrentBrand
NewCurrentBrandWithDefaults instantiates a new CurrentBrand 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 *CurrentBrand) GetMatchedDomain() string
GetMatchedDomain returns the MatchedDomain field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetMatchedDomainOk() (*string, bool)
GetMatchedDomainOk returns a tuple with the MatchedDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetMatchedDomain(v string)
SetMatchedDomain sets MatchedDomain field to given value.
func (o *CurrentBrand) GetBrandingTitle() string
GetBrandingTitle returns the BrandingTitle field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetBrandingTitleOk() (*string, bool)
GetBrandingTitleOk returns a tuple with the BrandingTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetBrandingTitle(v string)
SetBrandingTitle sets BrandingTitle field to given value.
func (o *CurrentBrand) GetBrandingLogo() string
GetBrandingLogo returns the BrandingLogo field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetBrandingLogoOk() (*string, bool)
GetBrandingLogoOk returns a tuple with the BrandingLogo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetBrandingLogo(v string)
SetBrandingLogo sets BrandingLogo field to given value.
func (o *CurrentBrand) GetBrandingFavicon() string
GetBrandingFavicon returns the BrandingFavicon field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetBrandingFaviconOk() (*string, bool)
GetBrandingFaviconOk returns a tuple with the BrandingFavicon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetBrandingFavicon(v string)
SetBrandingFavicon sets BrandingFavicon field to given value.
func (o *CurrentBrand) GetUiFooterLinks() []FooterLink
GetUiFooterLinks returns the UiFooterLinks field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetUiFooterLinksOk() (*[]FooterLink, bool)
GetUiFooterLinksOk returns a tuple with the UiFooterLinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetUiFooterLinks(v []FooterLink)
SetUiFooterLinks sets UiFooterLinks field to given value.
func (o *CurrentBrand) GetUiTheme() UiThemeEnum
GetUiTheme returns the UiTheme field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetUiThemeOk() (*UiThemeEnum, bool)
GetUiThemeOk returns a tuple with the UiTheme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetUiTheme(v UiThemeEnum)
SetUiTheme sets UiTheme field to given value.
func (o *CurrentBrand) GetFlowAuthentication() string
GetFlowAuthentication returns the FlowAuthentication field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetFlowAuthenticationOk() (*string, bool)
GetFlowAuthenticationOk returns a tuple with the FlowAuthentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetFlowAuthentication(v string)
SetFlowAuthentication sets FlowAuthentication field to given value.
func (o *CurrentBrand) HasFlowAuthentication() bool
HasFlowAuthentication returns a boolean if a field has been set.
func (o *CurrentBrand) GetFlowInvalidation() string
GetFlowInvalidation returns the FlowInvalidation field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetFlowInvalidationOk() (*string, bool)
GetFlowInvalidationOk returns a tuple with the FlowInvalidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetFlowInvalidation(v string)
SetFlowInvalidation sets FlowInvalidation field to given value.
func (o *CurrentBrand) HasFlowInvalidation() bool
HasFlowInvalidation returns a boolean if a field has been set.
func (o *CurrentBrand) GetFlowRecovery() string
GetFlowRecovery returns the FlowRecovery field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetFlowRecoveryOk() (*string, bool)
GetFlowRecoveryOk returns a tuple with the FlowRecovery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetFlowRecovery(v string)
SetFlowRecovery sets FlowRecovery field to given value.
func (o *CurrentBrand) HasFlowRecovery() bool
HasFlowRecovery returns a boolean if a field has been set.
func (o *CurrentBrand) GetFlowUnenrollment() string
GetFlowUnenrollment returns the FlowUnenrollment field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetFlowUnenrollmentOk() (*string, bool)
GetFlowUnenrollmentOk returns a tuple with the FlowUnenrollment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetFlowUnenrollment(v string)
SetFlowUnenrollment sets FlowUnenrollment field to given value.
func (o *CurrentBrand) HasFlowUnenrollment() bool
HasFlowUnenrollment returns a boolean if a field has been set.
func (o *CurrentBrand) GetFlowUserSettings() string
GetFlowUserSettings returns the FlowUserSettings field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetFlowUserSettingsOk() (*string, bool)
GetFlowUserSettingsOk returns a tuple with the FlowUserSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetFlowUserSettings(v string)
SetFlowUserSettings sets FlowUserSettings field to given value.
func (o *CurrentBrand) HasFlowUserSettings() bool
HasFlowUserSettings returns a boolean if a field has been set.
func (o *CurrentBrand) GetFlowDeviceCode() string
GetFlowDeviceCode returns the FlowDeviceCode field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetFlowDeviceCodeOk() (*string, bool)
GetFlowDeviceCodeOk returns a tuple with the FlowDeviceCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetFlowDeviceCode(v string)
SetFlowDeviceCode sets FlowDeviceCode field to given value.
func (o *CurrentBrand) HasFlowDeviceCode() bool
HasFlowDeviceCode returns a boolean if a field has been set.
func (o *CurrentBrand) GetDefaultLocale() string
GetDefaultLocale returns the DefaultLocale field if non-nil, zero value otherwise.
func (o *CurrentBrand) GetDefaultLocaleOk() (*string, bool)
GetDefaultLocaleOk returns a tuple with the DefaultLocale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CurrentBrand) SetDefaultLocale(v string)
SetDefaultLocale sets DefaultLocale field to given value.