Class: Google::Apis::ContentV2::OrdersAcknowledgeRequest

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) ⇒ OrdersAcknowledgeRequest

Returns a new instance of OrdersAcknowledgeRequest.



3697
3698
3699
# File 'generated/google/apis/content_v2/classes.rb', line 3697

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)


3695
3696
3697
# File 'generated/google/apis/content_v2/classes.rb', line 3695

def operation_id
  @operation_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3702
3703
3704
# File 'generated/google/apis/content_v2/classes.rb', line 3702

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