Class: Google::Apis::AndroidpublisherV3::CancellationEvent
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::CancellationEvent
- 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 canceled.
Instance Attribute Summary collapse
-
#event_time ⇒ String
The time when the order was canceled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancellationEvent
constructor
A new instance of CancellationEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CancellationEvent
Returns a new instance of CancellationEvent.
1865 1866 1867 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1865 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event_time ⇒ String
The time when the order was canceled.
Corresponds to the JSON property eventTime
1863 1864 1865 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1863 def event_time @event_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1870 1871 1872 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 1870 def update!(**args) @event_time = args[:event_time] if args.key?(:event_time) end |