Class: Google::Apis::AndroidmanagementV1::AppProcessStartEvent

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_infoGoogle::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