Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

CreateOrganizationBrandingPolicyRequestCustomLogoImage.md

File metadata and controls

82 lines (45 loc) · 3.08 KB

CreateOrganizationBrandingPolicyRequestCustomLogoImage

Properties

Name Type Description Notes
Contents Pointer to string The file contents (a base 64 encoded string) of your new logo. [optional]
Format Pointer to string The format of the encoded contents. Supported formats are 'png', 'gif', and jpg'. [optional]

Methods

NewCreateOrganizationBrandingPolicyRequestCustomLogoImage

func NewCreateOrganizationBrandingPolicyRequestCustomLogoImage() *CreateOrganizationBrandingPolicyRequestCustomLogoImage

NewCreateOrganizationBrandingPolicyRequestCustomLogoImage instantiates a new CreateOrganizationBrandingPolicyRequestCustomLogoImage 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

NewCreateOrganizationBrandingPolicyRequestCustomLogoImageWithDefaults

func NewCreateOrganizationBrandingPolicyRequestCustomLogoImageWithDefaults() *CreateOrganizationBrandingPolicyRequestCustomLogoImage

NewCreateOrganizationBrandingPolicyRequestCustomLogoImageWithDefaults instantiates a new CreateOrganizationBrandingPolicyRequestCustomLogoImage 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

GetContents

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) GetContents() string

GetContents returns the Contents field if non-nil, zero value otherwise.

GetContentsOk

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) GetContentsOk() (*string, bool)

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

SetContents

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) SetContents(v string)

SetContents sets Contents field to given value.

HasContents

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) HasContents() bool

HasContents returns a boolean if a field has been set.

GetFormat

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) GetFormat() string

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) GetFormatOk() (*string, bool)

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

SetFormat

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) SetFormat(v string)

SetFormat sets Format field to given value.

HasFormat

func (o *CreateOrganizationBrandingPolicyRequestCustomLogoImage) HasFormat() bool

HasFormat returns a boolean if a field has been set.

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