Class: Google::Apis::ContentV2_1::OrderreturnsRejectOperation
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrderreturnsRejectOperation
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the return.
-
#reason_text ⇒ String
The explanation of the reason.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrderreturnsRejectOperation
constructor
A new instance of OrderreturnsRejectOperation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrderreturnsRejectOperation
Returns a new instance of OrderreturnsRejectOperation.
6789 6790 6791 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6789 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reason ⇒ String
The reason for the return.
Corresponds to the JSON property reason
6782 6783 6784 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6782 def reason @reason end |
#reason_text ⇒ String
The explanation of the reason.
Corresponds to the JSON property reasonText
6787 6788 6789 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6787 def reason_text @reason_text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6794 6795 6796 6797 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6794 def update!(**args) @reason = args[:reason] if args.key?(:reason) @reason_text = args[:reason_text] if args.key?(:reason_text) end |