Class: Google::Apis::AndroidmanagementV1::OsShutdownEvent
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::OsShutdownEvent
- 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
Device was shutdown. Intentionally empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OsShutdownEvent
constructor
A new instance of OsShutdownEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OsShutdownEvent
Returns a new instance of OsShutdownEvent.
3901 3902 3903 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3901 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3906 3907 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 3906 def update!(**args) end |