Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 4.54 KB

GetEnrollmentCustomization.md

File metadata and controls

140 lines (75 loc) · 4.54 KB

GetEnrollmentCustomization

Properties

Name Type Description Notes
SiteId int64
DisplayName string
Description string
EnrollmentCustomizationBrandingSettings EnrollmentCustomizationBrandingSettings
Id Pointer to int64 [optional]

Methods

NewGetEnrollmentCustomization

func NewGetEnrollmentCustomization(siteId int64, displayName string, description string, enrollmentCustomizationBrandingSettings EnrollmentCustomizationBrandingSettings, ) *GetEnrollmentCustomization

NewGetEnrollmentCustomization instantiates a new GetEnrollmentCustomization 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

NewGetEnrollmentCustomizationWithDefaults

func NewGetEnrollmentCustomizationWithDefaults() *GetEnrollmentCustomization

NewGetEnrollmentCustomizationWithDefaults instantiates a new GetEnrollmentCustomization 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

GetSiteId

func (o *GetEnrollmentCustomization) GetSiteId() int64

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *GetEnrollmentCustomization) GetSiteIdOk() (*int64, bool)

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

SetSiteId

func (o *GetEnrollmentCustomization) SetSiteId(v int64)

SetSiteId sets SiteId field to given value.

GetDisplayName

func (o *GetEnrollmentCustomization) GetDisplayName() string

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

GetDisplayNameOk

func (o *GetEnrollmentCustomization) 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 *GetEnrollmentCustomization) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetDescription

func (o *GetEnrollmentCustomization) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *GetEnrollmentCustomization) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *GetEnrollmentCustomization) SetDescription(v string)

SetDescription sets Description field to given value.

GetEnrollmentCustomizationBrandingSettings

func (o *GetEnrollmentCustomization) GetEnrollmentCustomizationBrandingSettings() EnrollmentCustomizationBrandingSettings

GetEnrollmentCustomizationBrandingSettings returns the EnrollmentCustomizationBrandingSettings field if non-nil, zero value otherwise.

GetEnrollmentCustomizationBrandingSettingsOk

func (o *GetEnrollmentCustomization) GetEnrollmentCustomizationBrandingSettingsOk() (*EnrollmentCustomizationBrandingSettings, bool)

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

SetEnrollmentCustomizationBrandingSettings

func (o *GetEnrollmentCustomization) SetEnrollmentCustomizationBrandingSettings(v EnrollmentCustomizationBrandingSettings)

SetEnrollmentCustomizationBrandingSettings sets EnrollmentCustomizationBrandingSettings field to given value.

GetId

func (o *GetEnrollmentCustomization) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetEnrollmentCustomization) GetIdOk() (*int64, bool)

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

SetId

func (o *GetEnrollmentCustomization) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *GetEnrollmentCustomization) HasId() bool

HasId returns a boolean if a field has been set.

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