Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
Branding | Pointer to ApiInteractionConsentGet200ResponseApplicationBranding | [optional] | |
DisplayName | Pointer to NullableString | [optional] | |
PrivacyPolicyUrl | Pointer to NullableString | [optional] | |
TermsOfUseUrl | Pointer to NullableString | [optional] |
func NewApiInteractionConsentGet200ResponseApplication(id string, name string, ) *ApiInteractionConsentGet200ResponseApplication
NewApiInteractionConsentGet200ResponseApplication instantiates a new ApiInteractionConsentGet200ResponseApplication 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 NewApiInteractionConsentGet200ResponseApplicationWithDefaults() *ApiInteractionConsentGet200ResponseApplication
NewApiInteractionConsentGet200ResponseApplicationWithDefaults instantiates a new ApiInteractionConsentGet200ResponseApplication 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 *ApiInteractionConsentGet200ResponseApplication) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplication) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetId(v string)
SetId sets Id field to given value.
func (o *ApiInteractionConsentGet200ResponseApplication) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplication) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetName(v string)
SetName sets Name field to given value.
func (o *ApiInteractionConsentGet200ResponseApplication) GetBranding() ApiInteractionConsentGet200ResponseApplicationBranding
GetBranding returns the Branding field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplication) GetBrandingOk() (*ApiInteractionConsentGet200ResponseApplicationBranding, bool)
GetBrandingOk returns a tuple with the Branding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetBranding(v ApiInteractionConsentGet200ResponseApplicationBranding)
SetBranding sets Branding field to given value.
func (o *ApiInteractionConsentGet200ResponseApplication) HasBranding() bool
HasBranding returns a boolean if a field has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplication) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ApiInteractionConsentGet200ResponseApplication) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *ApiInteractionConsentGet200ResponseApplication) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *ApiInteractionConsentGet200ResponseApplication) GetPrivacyPolicyUrl() string
GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplication) GetPrivacyPolicyUrlOk() (*string, bool)
GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetPrivacyPolicyUrl(v string)
SetPrivacyPolicyUrl sets PrivacyPolicyUrl field to given value.
func (o *ApiInteractionConsentGet200ResponseApplication) HasPrivacyPolicyUrl() bool
HasPrivacyPolicyUrl returns a boolean if a field has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetPrivacyPolicyUrlNil(b bool)
SetPrivacyPolicyUrlNil sets the value for PrivacyPolicyUrl to be an explicit nil
func (o *ApiInteractionConsentGet200ResponseApplication) UnsetPrivacyPolicyUrl()
UnsetPrivacyPolicyUrl ensures that no value is present for PrivacyPolicyUrl, not even an explicit nil
func (o *ApiInteractionConsentGet200ResponseApplication) GetTermsOfUseUrl() string
GetTermsOfUseUrl returns the TermsOfUseUrl field if non-nil, zero value otherwise.
func (o *ApiInteractionConsentGet200ResponseApplication) GetTermsOfUseUrlOk() (*string, bool)
GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetTermsOfUseUrl(v string)
SetTermsOfUseUrl sets TermsOfUseUrl field to given value.
func (o *ApiInteractionConsentGet200ResponseApplication) HasTermsOfUseUrl() bool
HasTermsOfUseUrl returns a boolean if a field has been set.
func (o *ApiInteractionConsentGet200ResponseApplication) SetTermsOfUseUrlNil(b bool)
SetTermsOfUseUrlNil sets the value for TermsOfUseUrl to be an explicit nil
func (o *ApiInteractionConsentGet200ResponseApplication) UnsetTermsOfUseUrl()
UnsetTermsOfUseUrl ensures that no value is present for TermsOfUseUrl, not even an explicit nil