Skip to content

Latest commit

 

History

History
202 lines (109 loc) · 5.16 KB

File metadata and controls

202 lines (109 loc) · 5.16 KB

PartnerConfig

Properties

Name Type Description Notes
BackgroundImageUrl Pointer to string [optional]
Colors Pointer to Colors [optional]
Logos Pointer to Logos [optional]
Name string
SupportEmail Pointer to string [optional]
Uris Pointer to URIs [optional]
UserType string

Methods

NewPartnerConfig

func NewPartnerConfig(name string, userType string, ) *PartnerConfig

NewPartnerConfig instantiates a new PartnerConfig 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

NewPartnerConfigWithDefaults

func NewPartnerConfigWithDefaults() *PartnerConfig

NewPartnerConfigWithDefaults instantiates a new PartnerConfig 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

GetBackgroundImageUrl

func (o *PartnerConfig) GetBackgroundImageUrl() string

GetBackgroundImageUrl returns the BackgroundImageUrl field if non-nil, zero value otherwise.

GetBackgroundImageUrlOk

func (o *PartnerConfig) GetBackgroundImageUrlOk() (*string, bool)

GetBackgroundImageUrlOk returns a tuple with the BackgroundImageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBackgroundImageUrl

func (o *PartnerConfig) SetBackgroundImageUrl(v string)

SetBackgroundImageUrl sets BackgroundImageUrl field to given value.

HasBackgroundImageUrl

func (o *PartnerConfig) HasBackgroundImageUrl() bool

HasBackgroundImageUrl returns a boolean if a field has been set.

GetColors

func (o *PartnerConfig) GetColors() Colors

GetColors returns the Colors field if non-nil, zero value otherwise.

GetColorsOk

func (o *PartnerConfig) GetColorsOk() (*Colors, bool)

GetColorsOk returns a tuple with the Colors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetColors

func (o *PartnerConfig) SetColors(v Colors)

SetColors sets Colors field to given value.

HasColors

func (o *PartnerConfig) HasColors() bool

HasColors returns a boolean if a field has been set.

GetLogos

func (o *PartnerConfig) GetLogos() Logos

GetLogos returns the Logos field if non-nil, zero value otherwise.

GetLogosOk

func (o *PartnerConfig) GetLogosOk() (*Logos, bool)

GetLogosOk returns a tuple with the Logos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLogos

func (o *PartnerConfig) SetLogos(v Logos)

SetLogos sets Logos field to given value.

HasLogos

func (o *PartnerConfig) HasLogos() bool

HasLogos returns a boolean if a field has been set.

GetName

func (o *PartnerConfig) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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

SetName

func (o *PartnerConfig) SetName(v string)

SetName sets Name field to given value.

GetSupportEmail

func (o *PartnerConfig) GetSupportEmail() string

GetSupportEmail returns the SupportEmail field if non-nil, zero value otherwise.

GetSupportEmailOk

func (o *PartnerConfig) GetSupportEmailOk() (*string, bool)

GetSupportEmailOk returns a tuple with the SupportEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSupportEmail

func (o *PartnerConfig) SetSupportEmail(v string)

SetSupportEmail sets SupportEmail field to given value.

HasSupportEmail

func (o *PartnerConfig) HasSupportEmail() bool

HasSupportEmail returns a boolean if a field has been set.

GetUris

func (o *PartnerConfig) GetUris() URIs

GetUris returns the Uris field if non-nil, zero value otherwise.

GetUrisOk

func (o *PartnerConfig) GetUrisOk() (*URIs, bool)

GetUrisOk returns a tuple with the Uris field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUris

func (o *PartnerConfig) SetUris(v URIs)

SetUris sets Uris field to given value.

HasUris

func (o *PartnerConfig) HasUris() bool

HasUris returns a boolean if a field has been set.

GetUserType

func (o *PartnerConfig) GetUserType() string

GetUserType returns the UserType field if non-nil, zero value otherwise.

GetUserTypeOk

func (o *PartnerConfig) GetUserTypeOk() (*string, bool)

GetUserTypeOk returns a tuple with the UserType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserType

func (o *PartnerConfig) SetUserType(v string)

SetUserType sets UserType field to given value.

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