class Google::Apis::AndroidmanagementV1::ApplicationEvent

An app-related event.

Attributes

create_time[RW]

The creation time of the event. Corresponds to the JSON property `createTime` @return [String]

event_type[RW]

App event type. Corresponds to the JSON property `eventType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidmanagement_v1/classes.rb, line 219
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidmanagement_v1/classes.rb, line 224
def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @event_type = args[:event_type] if args.key?(:event_type)
end