class Google::Apis::AndroidpublisherV3::CancellationEvent
Details of when the order was canceled.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @event_time = args[:event_time] if args.key?(:event_time) end