Class: Google::Apis::AndroidpublisherV3::ProcessedEvent

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb

Overview

Details of when the order was processed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProcessedEvent

Returns a new instance of ProcessedEvent.



6715
6716
6717
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6715

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#event_timeString

The time when the order was processed. Corresponds to the JSON property eventTime

Returns:

  • (String)


6713
6714
6715
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6713

def event_time
  @event_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6720
6721
6722
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6720

def update!(**args)
  @event_time = args[:event_time] if args.key?(:event_time)
end