Class: Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::EnrollmentCompleteEvent
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb
Overview
Represents that the device has completed enrollment. User should be in the launcher at this point, device at this point will be compliant and all setup steps have been completed. Intentionally empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnrollmentCompleteEvent
constructor
A new instance of EnrollmentCompleteEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnrollmentCompleteEvent
Returns a new instance of EnrollmentCompleteEvent.
2120 2121 2122 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2120 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2125 2126 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 2125 def update!(**args) end |