Class: Google::Apis::ContentV2sandbox::OrdersAcknowledgeRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContentV2sandbox::OrdersAcknowledgeRequest
 
 
- Defined in:
 - generated/google/apis/content_v2sandbox/classes.rb,
generated/google/apis/content_v2sandbox/representations.rb,
generated/google/apis/content_v2sandbox/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #operation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the operation.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ OrdersAcknowledgeRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OrdersAcknowledgeRequest.
 - 
  
    
      #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) ⇒ OrdersAcknowledgeRequest
Returns a new instance of OrdersAcknowledgeRequest
      1665 1666 1667  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1665 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#operation_id ⇒ String
The ID of the operation. Unique across all operations for a given order.
Corresponds to the JSON property operationId
      1663 1664 1665  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1663 def operation_id @operation_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1670 1671 1672  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1670 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end  |