Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.23 KB

GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview.md

File metadata and controls

82 lines (45 loc) · 3.23 KB

GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview

Properties

Name Type Description Notes
Url Pointer to string Url of the preview image [optional]
ExpiresAt Pointer to time.Time Timestamp of the preview image [optional]

Methods

NewGetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview

func NewGetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview() *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview

NewGetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview instantiates a new GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview 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

NewGetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreviewWithDefaults

func NewGetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreviewWithDefaults() *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview

NewGetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreviewWithDefaults instantiates a new GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview 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

GetUrl

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) GetUrlOk() (*string, bool)

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

SetUrl

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetExpiresAt

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) GetExpiresAt() time.Time

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) GetExpiresAtOk() (*time.Time, bool)

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

SetExpiresAt

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) SetExpiresAt(v time.Time)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *GetOrganizationBrandingPolicies200ResponseInnerCustomLogoImagePreview) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

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