Class: Google::Apis::AndroidpublisherV3::ProcessedEvent
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ProcessedEvent
- 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
-
#event_time ⇒ String
The time when the order was processed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProcessedEvent
constructor
A new instance of ProcessedEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProcessedEvent
Returns a new instance of ProcessedEvent.
6657 6658 6659 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6657 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event_time ⇒ String
The time when the order was processed.
Corresponds to the JSON property eventTime
6655 6656 6657 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6655 def event_time @event_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6662 6663 6664 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6662 def update!(**args) @event_time = args[:event_time] if args.key?(:event_time) end |