Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.78 KB

ListOrganizationJitSsoConnectors200ResponseInnerBranding.md

File metadata and controls

108 lines (59 loc) · 3.78 KB

ListOrganizationJitSsoConnectors200ResponseInnerBranding

Properties

Name Type Description Notes
DisplayName Pointer to string [optional]
Logo Pointer to string [optional]
DarkLogo Pointer to string [optional]

Methods

NewListOrganizationJitSsoConnectors200ResponseInnerBranding

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

NewListOrganizationJitSsoConnectors200ResponseInnerBrandingWithDefaults

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

GetDisplayName

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetLogo

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetLogo() string

GetLogo returns the Logo field if non-nil, zero value otherwise.

GetLogoOk

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.

SetLogo

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) SetLogo(v string)

SetLogo sets Logo field to given value.

HasLogo

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) HasLogo() bool

HasLogo returns a boolean if a field has been set.

GetDarkLogo

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDarkLogo() string

GetDarkLogo returns the DarkLogo field if non-nil, zero value otherwise.

GetDarkLogoOk

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.

SetDarkLogo

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) SetDarkLogo(v string)

SetDarkLogo sets DarkLogo field to given value.

HasDarkLogo

func (o *ListOrganizationJitSsoConnectors200ResponseInnerBranding) HasDarkLogo() bool

HasDarkLogo returns a boolean if a field has been set.

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