Class: Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCancel

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OrdersCustomBatchRequestEntryCancel

Returns a new instance of OrdersCustomBatchRequestEntryCancel



5317
5318
5319
# File 'generated/google/apis/content_v2/classes.rb', line 5317

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

Instance Attribute Details

#reasonString

The reason for the cancellation. Corresponds to the JSON property reason

Returns:

  • (String)


5310
5311
5312
# File 'generated/google/apis/content_v2/classes.rb', line 5310

def reason
  @reason
end

#reason_textString

The explanation of the reason. Corresponds to the JSON property reasonText

Returns:

  • (String)


5315
5316
5317
# File 'generated/google/apis/content_v2/classes.rb', line 5315

def reason_text
  @reason_text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5322
5323
5324
5325
# File 'generated/google/apis/content_v2/classes.rb', line 5322

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