Skip to content

Latest commit

 

History

History
234 lines (125 loc) · 6.71 KB

GetEnrollmentCustomizationPanelText.md

File metadata and controls

234 lines (125 loc) · 6.71 KB

GetEnrollmentCustomizationPanelText

Properties

Name Type Description Notes
DisplayName string
Rank int64
Body string
Subtext Pointer to string [optional]
Title string
BackButtonText string
ContinueButtonText string
Id Pointer to int64 [optional]
Type Pointer to string [optional]

Methods

NewGetEnrollmentCustomizationPanelText

func NewGetEnrollmentCustomizationPanelText(displayName string, rank int64, body string, title string, backButtonText string, continueButtonText string, ) *GetEnrollmentCustomizationPanelText

NewGetEnrollmentCustomizationPanelText instantiates a new GetEnrollmentCustomizationPanelText 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

NewGetEnrollmentCustomizationPanelTextWithDefaults

func NewGetEnrollmentCustomizationPanelTextWithDefaults() *GetEnrollmentCustomizationPanelText

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

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

GetDisplayNameOk

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

SetDisplayName sets DisplayName field to given value.

GetRank

func (o *GetEnrollmentCustomizationPanelText) GetRank() int64

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

GetRankOk

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

SetRank sets Rank field to given value.

GetBody

func (o *GetEnrollmentCustomizationPanelText) GetBody() string

GetBody returns the Body field if non-nil, zero value otherwise.

GetBodyOk

func (o *GetEnrollmentCustomizationPanelText) GetBodyOk() (*string, bool)

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

SetBody

func (o *GetEnrollmentCustomizationPanelText) SetBody(v string)

SetBody sets Body field to given value.

GetSubtext

func (o *GetEnrollmentCustomizationPanelText) GetSubtext() string

GetSubtext returns the Subtext field if non-nil, zero value otherwise.

GetSubtextOk

func (o *GetEnrollmentCustomizationPanelText) GetSubtextOk() (*string, bool)

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

SetSubtext

func (o *GetEnrollmentCustomizationPanelText) SetSubtext(v string)

SetSubtext sets Subtext field to given value.

HasSubtext

func (o *GetEnrollmentCustomizationPanelText) HasSubtext() bool

HasSubtext returns a boolean if a field has been set.

GetTitle

func (o *GetEnrollmentCustomizationPanelText) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *GetEnrollmentCustomizationPanelText) GetTitleOk() (*string, bool)

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

SetTitle

func (o *GetEnrollmentCustomizationPanelText) SetTitle(v string)

SetTitle sets Title field to given value.

GetBackButtonText

func (o *GetEnrollmentCustomizationPanelText) GetBackButtonText() string

GetBackButtonText returns the BackButtonText field if non-nil, zero value otherwise.

GetBackButtonTextOk

func (o *GetEnrollmentCustomizationPanelText) GetBackButtonTextOk() (*string, bool)

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

SetBackButtonText

func (o *GetEnrollmentCustomizationPanelText) SetBackButtonText(v string)

SetBackButtonText sets BackButtonText field to given value.

GetContinueButtonText

func (o *GetEnrollmentCustomizationPanelText) GetContinueButtonText() string

GetContinueButtonText returns the ContinueButtonText field if non-nil, zero value otherwise.

GetContinueButtonTextOk

func (o *GetEnrollmentCustomizationPanelText) GetContinueButtonTextOk() (*string, bool)

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

SetContinueButtonText

func (o *GetEnrollmentCustomizationPanelText) SetContinueButtonText(v string)

SetContinueButtonText sets ContinueButtonText field to given value.

GetId

func (o *GetEnrollmentCustomizationPanelText) GetId() int64

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *GetEnrollmentCustomizationPanelText) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *GetEnrollmentCustomizationPanelText) GetType() string

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

GetTypeOk

func (o *GetEnrollmentCustomizationPanelText) 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 *GetEnrollmentCustomizationPanelText) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GetEnrollmentCustomizationPanelText) HasType() bool

HasType returns a boolean if a field has been set.

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