Class: Google::Apis::ContentV2::BatchAccountTaxRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ContentV2::BatchAccountTaxRequest
 
- 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
- 
  
    
      #entries  ⇒ Array<Google::Apis::ContentV2::AccountTaxBatchRequestEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The request entries to be processed in the batch. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchAccountTaxRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BatchAccountTaxRequest. 
- 
  
    
      #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) ⇒ BatchAccountTaxRequest
Returns a new instance of BatchAccountTaxRequest
| 946 947 948 | # File 'generated/google/apis/content_v2/classes.rb', line 946 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2::AccountTaxBatchRequestEntry>
The request entries to be processed in the batch.
Corresponds to the JSON property entries
| 944 945 946 | # File 'generated/google/apis/content_v2/classes.rb', line 944 def entries @entries end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 951 952 953 | # File 'generated/google/apis/content_v2/classes.rb', line 951 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |