Class: Google::Apis::ContentV2_1::CustomerReturnReason
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::CustomerReturnReason
- 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 more...
Instance Attribute Summary collapse
-
#description ⇒ String
Corresponds to the JSON property
description
. -
#reason_code ⇒ String
Corresponds to the JSON property
reasonCode
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomerReturnReason
constructor
A new instance of CustomerReturnReason.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ CustomerReturnReason
Returns a new instance of CustomerReturnReason
1503 1504 1505 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1503 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Corresponds to the JSON property description
1496 1497 1498 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1496 def description @description end |
#reason_code ⇒ String
Corresponds to the JSON property reasonCode
1501 1502 1503 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1501 def reason_code @reason_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1508 1509 1510 1511 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 1508 def update!(**args) @description = args[:description] if args.key?(:description) @reason_code = args[:reason_code] if args.key?(:reason_code) end |