Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.48 KB

GetEnrollmentCustomizationPanel.md

File metadata and controls

124 lines (67 loc) · 3.48 KB

GetEnrollmentCustomizationPanel

Properties

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

Methods

NewGetEnrollmentCustomizationPanel

func NewGetEnrollmentCustomizationPanel(displayName string, rank int64, ) *GetEnrollmentCustomizationPanel

NewGetEnrollmentCustomizationPanel instantiates a new GetEnrollmentCustomizationPanel 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

NewGetEnrollmentCustomizationPanelWithDefaults

func NewGetEnrollmentCustomizationPanelWithDefaults() *GetEnrollmentCustomizationPanel

NewGetEnrollmentCustomizationPanelWithDefaults instantiates a new GetEnrollmentCustomizationPanel 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 *GetEnrollmentCustomizationPanel) GetDisplayName() string

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

GetDisplayNameOk

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

SetDisplayName sets DisplayName field to given value.

GetRank

func (o *GetEnrollmentCustomizationPanel) GetRank() int64

GetRank returns the Rank field if non-nil, zero value otherwise.

GetRankOk

func (o *GetEnrollmentCustomizationPanel) GetRankOk() (*int64, bool)

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

SetRank

func (o *GetEnrollmentCustomizationPanel) SetRank(v int64)

SetRank sets Rank field to given value.

GetId

func (o *GetEnrollmentCustomizationPanel) GetId() int64

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

GetIdOk

func (o *GetEnrollmentCustomizationPanel) 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 *GetEnrollmentCustomizationPanel) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *GetEnrollmentCustomizationPanel) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *GetEnrollmentCustomizationPanel) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GetEnrollmentCustomizationPanel) GetTypeOk() (*string, bool)

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

SetType

func (o *GetEnrollmentCustomizationPanel) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GetEnrollmentCustomizationPanel) HasType() bool

HasType returns a boolean if a field has been set.

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