Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.04 KB

JumpcloudGoogleEmmEMMEnrollmentInfo.md

File metadata and controls

186 lines (101 loc) · 6.04 KB

JumpcloudGoogleEmmEMMEnrollmentInfo

Properties

Name Type Description Notes
AppliedPolicyName Pointer to string [optional]
AppliedPolicyVersion Pointer to int64 [optional]
EnrollmentTime Pointer to string [optional]
ManagementMode Pointer to string [optional]
Ownership Pointer to string [optional]
PolicyName Pointer to string [optional]

Methods

NewJumpcloudGoogleEmmEMMEnrollmentInfo

func NewJumpcloudGoogleEmmEMMEnrollmentInfo() *JumpcloudGoogleEmmEMMEnrollmentInfo

NewJumpcloudGoogleEmmEMMEnrollmentInfo instantiates a new JumpcloudGoogleEmmEMMEnrollmentInfo 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

NewJumpcloudGoogleEmmEMMEnrollmentInfoWithDefaults

func NewJumpcloudGoogleEmmEMMEnrollmentInfoWithDefaults() *JumpcloudGoogleEmmEMMEnrollmentInfo

NewJumpcloudGoogleEmmEMMEnrollmentInfoWithDefaults instantiates a new JumpcloudGoogleEmmEMMEnrollmentInfo 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

GetAppliedPolicyName

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetAppliedPolicyName() string

GetAppliedPolicyName returns the AppliedPolicyName field if non-nil, zero value otherwise.

GetAppliedPolicyNameOk

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetAppliedPolicyNameOk() (*string, bool)

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

SetAppliedPolicyName

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) SetAppliedPolicyName(v string)

SetAppliedPolicyName sets AppliedPolicyName field to given value.

HasAppliedPolicyName

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) HasAppliedPolicyName() bool

HasAppliedPolicyName returns a boolean if a field has been set.

GetAppliedPolicyVersion

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetAppliedPolicyVersion() int64

GetAppliedPolicyVersion returns the AppliedPolicyVersion field if non-nil, zero value otherwise.

GetAppliedPolicyVersionOk

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetAppliedPolicyVersionOk() (*int64, bool)

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

SetAppliedPolicyVersion

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) SetAppliedPolicyVersion(v int64)

SetAppliedPolicyVersion sets AppliedPolicyVersion field to given value.

HasAppliedPolicyVersion

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) HasAppliedPolicyVersion() bool

HasAppliedPolicyVersion returns a boolean if a field has been set.

GetEnrollmentTime

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetEnrollmentTime() string

GetEnrollmentTime returns the EnrollmentTime field if non-nil, zero value otherwise.

GetEnrollmentTimeOk

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetEnrollmentTimeOk() (*string, bool)

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

SetEnrollmentTime

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) SetEnrollmentTime(v string)

SetEnrollmentTime sets EnrollmentTime field to given value.

HasEnrollmentTime

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) HasEnrollmentTime() bool

HasEnrollmentTime returns a boolean if a field has been set.

GetManagementMode

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetManagementMode() string

GetManagementMode returns the ManagementMode field if non-nil, zero value otherwise.

GetManagementModeOk

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetManagementModeOk() (*string, bool)

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

SetManagementMode

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) SetManagementMode(v string)

SetManagementMode sets ManagementMode field to given value.

HasManagementMode

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) HasManagementMode() bool

HasManagementMode returns a boolean if a field has been set.

GetOwnership

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetOwnership() string

GetOwnership returns the Ownership field if non-nil, zero value otherwise.

GetOwnershipOk

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetOwnershipOk() (*string, bool)

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

SetOwnership

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) SetOwnership(v string)

SetOwnership sets Ownership field to given value.

HasOwnership

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) HasOwnership() bool

HasOwnership returns a boolean if a field has been set.

GetPolicyName

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetPolicyName() string

GetPolicyName returns the PolicyName field if non-nil, zero value otherwise.

GetPolicyNameOk

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) GetPolicyNameOk() (*string, bool)

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

SetPolicyName

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) SetPolicyName(v string)

SetPolicyName sets PolicyName field to given value.

HasPolicyName

func (o *JumpcloudGoogleEmmEMMEnrollmentInfo) HasPolicyName() bool

HasPolicyName returns a boolean if a field has been set.

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