Class: Google::Apis::AndroidpublisherV3::CancellationEvent

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 canceled.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CancellationEvent

Returns a new instance of CancellationEvent.



2081
2082
2083
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2081

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

Instance Attribute Details

#event_timeString

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

Returns:

  • (String)


2079
2080
2081
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2079

def event_time
  @event_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2086
2087
2088
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2086

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