Name | Type | Description | Notes |
---|---|---|---|
LogoUrl | Pointer to string | [optional] | |
DarkLogoUrl | Pointer to string | [optional] | |
Favicon | Pointer to string | [optional] |
func NewApiInteractionConsentGet200ResponseApplicationBranding() *ApiInteractionConsentGet200ResponseApplicationBranding
NewApiInteractionConsentGet200ResponseApplicationBranding instantiates a new ApiInteractionConsentGet200ResponseApplicationBranding 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 NewApiInteractionConsentGet200ResponseApplicationBrandingWithDefaults() *ApiInteractionConsentGet200ResponseApplicationBranding
NewApiInteractionConsentGet200ResponseApplicationBrandingWithDefaults instantiates a new ApiInteractionConsentGet200ResponseApplicationBranding 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 *ApiInteractionConsentGet200ResponseApplicationBranding) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) SetLogoUrl(v string)
SetLogoUrl sets LogoUrl field to given value.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) GetDarkLogoUrl() string
GetDarkLogoUrl returns the DarkLogoUrl field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) GetDarkLogoUrlOk() (*string, bool)
GetDarkLogoUrlOk returns a tuple with the DarkLogoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) SetDarkLogoUrl(v string)
SetDarkLogoUrl sets DarkLogoUrl field to given value.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) HasDarkLogoUrl() bool
HasDarkLogoUrl returns a boolean if a field has been set.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) GetFavicon() string
GetFavicon returns the Favicon field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) GetFaviconOk() (*string, bool)
GetFaviconOk returns a tuple with the Favicon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) SetFavicon(v string)
SetFavicon sets Favicon field to given value.
func (o *ApiInteractionConsentGet200ResponseApplicationBranding) HasFavicon() bool
HasFavicon returns a boolean if a field has been set.