Class: Google::Apis::ContentV2_1::ShippingsettingsGetSupportedCarriersResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ShippingsettingsGetSupportedCarriersResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#carriers ⇒ Array<Google::Apis::ContentV2_1::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.
Constructor Details
#initialize(**args) ⇒ ShippingsettingsGetSupportedCarriersResponse
Returns a new instance of ShippingsettingsGetSupportedCarriersResponse.
13737 13738 13739 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13737 def initialize(**args) update!(**args) end |
Instance Attribute Details
#carriers ⇒ Array<Google::Apis::ContentV2_1::CarriersCarrier>
A list of supported carriers. May be empty.
Corresponds to the JSON property carriers
13729 13730 13731 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13729 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
13735 13736 13737 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13735 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13742 13743 13744 13745 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13742 def update!(**args) @carriers = args[:carriers] if args.key?(:carriers) @kind = args[:kind] if args.key?(:kind) end |