Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to string | [optional] | |
Logo | Pointer to string | [optional] | |
DarkLogo | Pointer to string | [optional] |
func NewListOrganizationJitSsoConnectors200ResponseInnerBranding() *ListOrganizationJitSsoConnectors200ResponseInnerBranding
NewListOrganizationJitSsoConnectors200ResponseInnerBranding instantiates a new ListOrganizationJitSsoConnectors200ResponseInnerBranding 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 NewListOrganizationJitSsoConnectors200ResponseInnerBrandingWithDefaults() *ListOrganizationJitSsoConnectors200ResponseInnerBranding
NewListOrganizationJitSsoConnectors200ResponseInnerBrandingWithDefaults instantiates a new ListOrganizationJitSsoConnectors200ResponseInnerBranding 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 *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) 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 *ListOrganizationJitSsoConnectors200ResponseInnerBranding) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetLogo() string
GetLogo returns the Logo field if non-nil, zero value otherwise.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) SetLogo(v string)
SetLogo sets Logo field to given value.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDarkLogo() string
GetDarkLogo returns the DarkLogo field if non-nil, zero value otherwise.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDarkLogoOk() (*string, bool)
GetDarkLogoOk returns a tuple with the DarkLogo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) SetDarkLogo(v string)
SetDarkLogo sets DarkLogo field to given value.
func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) HasDarkLogo() bool
HasDarkLogo returns a boolean if a field has been set.