Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.66 KB

EnrollmentMethodPrestage.md

File metadata and controls

82 lines (45 loc) · 2.66 KB

EnrollmentMethodPrestage

Properties

Name Type Description Notes
MobileDevicePrestageId Pointer to string [optional]
ProfileName Pointer to string [optional]

Methods

NewEnrollmentMethodPrestage

func NewEnrollmentMethodPrestage() *EnrollmentMethodPrestage

NewEnrollmentMethodPrestage instantiates a new EnrollmentMethodPrestage 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

NewEnrollmentMethodPrestageWithDefaults

func NewEnrollmentMethodPrestageWithDefaults() *EnrollmentMethodPrestage

NewEnrollmentMethodPrestageWithDefaults instantiates a new EnrollmentMethodPrestage 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

GetMobileDevicePrestageId

func (o *EnrollmentMethodPrestage) GetMobileDevicePrestageId() string

GetMobileDevicePrestageId returns the MobileDevicePrestageId field if non-nil, zero value otherwise.

GetMobileDevicePrestageIdOk

func (o *EnrollmentMethodPrestage) GetMobileDevicePrestageIdOk() (*string, bool)

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

SetMobileDevicePrestageId

func (o *EnrollmentMethodPrestage) SetMobileDevicePrestageId(v string)

SetMobileDevicePrestageId sets MobileDevicePrestageId field to given value.

HasMobileDevicePrestageId

func (o *EnrollmentMethodPrestage) HasMobileDevicePrestageId() bool

HasMobileDevicePrestageId returns a boolean if a field has been set.

GetProfileName

func (o *EnrollmentMethodPrestage) GetProfileName() string

GetProfileName returns the ProfileName field if non-nil, zero value otherwise.

GetProfileNameOk

func (o *EnrollmentMethodPrestage) GetProfileNameOk() (*string, bool)

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

SetProfileName

func (o *EnrollmentMethodPrestage) SetProfileName(v string)

SetProfileName sets ProfileName field to given value.

HasProfileName

func (o *EnrollmentMethodPrestage) HasProfileName() bool

HasProfileName returns a boolean if a field has been set.

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