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.
237 238 239 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 237 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
235 236 237 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 235 def process_info @process_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
242 243 244 |
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 242 def update!(**args) @process_info = args[:process_info] if args.key?(:process_info) end |