Class: Google::Apis::ContentV2_1::OrdersAcknowledgeRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OrdersAcknowledgeRequest

Returns a new instance of OrdersAcknowledgeRequest.



7412
7413
7414
# File 'lib/google/apis/content_v2_1/classes.rb', line 7412

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

Instance Attribute Details

#operation_idString

The ID of the operation. Unique across all operations for a given order. Corresponds to the JSON property operationId

Returns:

  • (String)


7410
7411
7412
# File 'lib/google/apis/content_v2_1/classes.rb', line 7410

def operation_id
  @operation_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7417
7418
7419
# File 'lib/google/apis/content_v2_1/classes.rb', line 7417

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