Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.95 KB

EnrollmentCustomizationPanelList.md

File metadata and controls

56 lines (31 loc) · 1.95 KB

EnrollmentCustomizationPanelList

Properties

Name Type Description Notes
Panels Pointer to []GetEnrollmentCustomizationPanel [optional]

Methods

NewEnrollmentCustomizationPanelList

func NewEnrollmentCustomizationPanelList() *EnrollmentCustomizationPanelList

NewEnrollmentCustomizationPanelList instantiates a new EnrollmentCustomizationPanelList 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

NewEnrollmentCustomizationPanelListWithDefaults

func NewEnrollmentCustomizationPanelListWithDefaults() *EnrollmentCustomizationPanelList

NewEnrollmentCustomizationPanelListWithDefaults instantiates a new EnrollmentCustomizationPanelList 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

GetPanels

func (o *EnrollmentCustomizationPanelList) GetPanels() []GetEnrollmentCustomizationPanel

GetPanels returns the Panels field if non-nil, zero value otherwise.

GetPanelsOk

func (o *EnrollmentCustomizationPanelList) GetPanelsOk() (*[]GetEnrollmentCustomizationPanel, bool)

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

SetPanels

func (o *EnrollmentCustomizationPanelList) SetPanels(v []GetEnrollmentCustomizationPanel)

SetPanels sets Panels field to given value.

HasPanels

func (o *EnrollmentCustomizationPanelList) HasPanels() bool

HasPanels returns a boolean if a field has been set.

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