# ApprovedConsentRequest

# Properties

Name Type Description Notes
LogoUrl Pointer to NullableString [optional]

# Methods

# NewApprovedConsentRequest

func NewApprovedConsentRequest() *ApprovedConsentRequest

NewApprovedConsentRequest instantiates a new ApprovedConsentRequest 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

# NewApprovedConsentRequestWithDefaults

func NewApprovedConsentRequestWithDefaults() *ApprovedConsentRequest

NewApprovedConsentRequestWithDefaults instantiates a new ApprovedConsentRequest 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

# GetLogoUrl

func (o *ApprovedConsentRequest) GetLogoUrl() string

GetLogoUrl returns the LogoUrl field if non-nil, zero value otherwise.

# GetLogoUrlOk

func (o *ApprovedConsentRequest) 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.

# SetLogoUrl

func (o *ApprovedConsentRequest) SetLogoUrl(v string)

SetLogoUrl sets LogoUrl field to given value.

# HasLogoUrl

func (o *ApprovedConsentRequest) HasLogoUrl() bool

HasLogoUrl returns a boolean if a field has been set.

# SetLogoUrlNil

func (o *ApprovedConsentRequest) SetLogoUrlNil(b bool)

SetLogoUrlNil sets the value for LogoUrl to be an explicit nil

# UnsetLogoUrl

func (o *ApprovedConsentRequest) UnsetLogoUrl()

UnsetLogoUrl ensures that no value is present for LogoUrl, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]

Last Updated: 6/19/2022, 7:27:56 PM