Class: Google::Apis::ContentV2_1::OrderreturnsAcknowledgeRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrderreturnsAcknowledgeRequest

Returns a new instance of OrderreturnsAcknowledgeRequest.



6468
6469
6470
# File 'generated/google/apis/content_v2_1/classes.rb', line 6468

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

Instance Attribute Details

#operation_idString

[required] The ID of the operation, unique across all operations for a given order return. Corresponds to the JSON property operationId

Returns:

  • (String)


6466
6467
6468
# File 'generated/google/apis/content_v2_1/classes.rb', line 6466

def operation_id
  @operation_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6473
6474
6475
# File 'generated/google/apis/content_v2_1/classes.rb', line 6473

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