Class: Google::Apis::AndroidmanagementV1::AppProcessStartEvent
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::AppProcessStartEvent
- 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
An app process was started. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.
Instance Attribute Summary collapse
-
#process_info ⇒ Google::Apis::AndroidmanagementV1::AppProcessInfo
Information about a process.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppProcessStartEvent
constructor
A new instance of AppProcessStartEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppProcessStartEvent
Returns a new instance of AppProcessStartEvent.
253 254 255 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 253 def initialize(**args) update!(**args) end |
Instance Attribute Details
#process_info ⇒ Google::Apis::AndroidmanagementV1::AppProcessInfo
Information about a process. It contains process name, start time, app Uid,
app Pid, seinfo tag, hash of the base APK.
Corresponds to the JSON property processInfo
251 252 253 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 251 def process_info @process_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
258 259 260 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 258 def update!(**args) @process_info = args[:process_info] if args.key?(:process_info) end |