Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.18 KB

EnrollmentCustomizationPanel.md

File metadata and controls

72 lines (39 loc) · 2.18 KB

EnrollmentCustomizationPanel

Properties

Name Type Description Notes
DisplayName string
Rank int64

Methods

NewEnrollmentCustomizationPanel

func NewEnrollmentCustomizationPanel(displayName string, rank int64, ) *EnrollmentCustomizationPanel

NewEnrollmentCustomizationPanel instantiates a new EnrollmentCustomizationPanel 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

NewEnrollmentCustomizationPanelWithDefaults

func NewEnrollmentCustomizationPanelWithDefaults() *EnrollmentCustomizationPanel

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

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

GetDisplayNameOk

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

SetDisplayName sets DisplayName field to given value.

GetRank

func (o *EnrollmentCustomizationPanel) GetRank() int64

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

GetRankOk

func (o *EnrollmentCustomizationPanel) 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 *EnrollmentCustomizationPanel) SetRank(v int64)

SetRank sets Rank field to given value.

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