Class: Google::Apis::ContentV2::ShippingsettingsGetSupportedCarriersResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ContentV2::ShippingsettingsGetSupportedCarriersResponse
 
- 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
- 
  
    
      #carriers  ⇒ Array<Google::Apis::ContentV2::CarriersCarrier> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of supported carriers. 
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Identifies what kind of resource this is. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ShippingsettingsGetSupportedCarriersResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ShippingsettingsGetSupportedCarriersResponse. 
- 
  
    
      #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) ⇒ ShippingsettingsGetSupportedCarriersResponse
Returns a new instance of ShippingsettingsGetSupportedCarriersResponse
| 8485 8486 8487 | # File 'generated/google/apis/content_v2/classes.rb', line 8485 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#carriers ⇒ Array<Google::Apis::ContentV2::CarriersCarrier>
A list of supported carriers. May be empty.
Corresponds to the JSON property carriers
| 8477 8478 8479 | # File 'generated/google/apis/content_v2/classes.rb', line 8477 def carriers @carriers end | 
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
shippingsettingsGetSupportedCarriersResponse".
Corresponds to the JSON property kind
| 8483 8484 8485 | # File 'generated/google/apis/content_v2/classes.rb', line 8483 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 8490 8491 8492 8493 | # File 'generated/google/apis/content_v2/classes.rb', line 8490 def update!(**args) @carriers = args[:carriers] if args.key?(:carriers) @kind = args[:kind] if args.key?(:kind) end |