| 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 |
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
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
func (o *PartnerConfig) GetBackgroundImageUrl() string
GetBackgroundImageUrl returns the BackgroundImageUrl field if non-nil, zero value otherwise.
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.
func (o *PartnerConfig) SetBackgroundImageUrl(v string)
SetBackgroundImageUrl sets BackgroundImageUrl field to given value.
func (o *PartnerConfig) HasBackgroundImageUrl() bool
HasBackgroundImageUrl returns a boolean if a field has been set.
func (o *PartnerConfig) GetColors() Colors
GetColors returns the Colors field if non-nil, zero value otherwise.
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.
func (o *PartnerConfig) SetColors(v Colors)
SetColors sets Colors field to given value.
func (o *PartnerConfig) HasColors() bool
HasColors returns a boolean if a field has been set.
func (o *PartnerConfig) GetLogos() Logos
GetLogos returns the Logos field if non-nil, zero value otherwise.
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.
func (o *PartnerConfig) SetLogos(v Logos)
SetLogos sets Logos field to given value.
func (o *PartnerConfig) HasLogos() bool
HasLogos returns a boolean if a field has been set.
func (o *PartnerConfig) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *PartnerConfig) SetName(v string)
SetName sets Name field to given value.
func (o *PartnerConfig) GetSupportEmail() string
GetSupportEmail returns the SupportEmail field if non-nil, zero value otherwise.
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.
func (o *PartnerConfig) SetSupportEmail(v string)
SetSupportEmail sets SupportEmail field to given value.
func (o *PartnerConfig) HasSupportEmail() bool
HasSupportEmail returns a boolean if a field has been set.
func (o *PartnerConfig) GetUris() URIs
GetUris returns the Uris field if non-nil, zero value otherwise.
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.
func (o *PartnerConfig) SetUris(v URIs)
SetUris sets Uris field to given value.
func (o *PartnerConfig) HasUris() bool
HasUris returns a boolean if a field has been set.
func (o *PartnerConfig) GetUserType() string
GetUserType returns the UserType field if non-nil, zero value otherwise.
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.
func (o *PartnerConfig) SetUserType(v string)
SetUserType sets UserType field to given value.