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
      1302 1303 1304  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 1302 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
      1300 1301 1302  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 1300 def entries @entries end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1307 1308 1309  | 
    
      # File 'generated/google/apis/content_v2/classes.rb', line 1307 def update!(**args) @entries = args[:entries] if args.key?(:entries) end  |