Class: Google::Apis::ContentV2_1::ShippingsettingsGetSupportedPickupServicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ShippingsettingsGetSupportedPickupServicesResponse
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#pickup_services ⇒ Array<Google::Apis::ContentV2_1::PickupServicesPickupService>
A list of supported pickup services.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShippingsettingsGetSupportedPickupServicesResponse
constructor
A new instance of ShippingsettingsGetSupportedPickupServicesResponse.
-
#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) ⇒ ShippingsettingsGetSupportedPickupServicesResponse
Returns a new instance of ShippingsettingsGetSupportedPickupServicesResponse.
9670 9671 9672 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 9670 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
shippingsettingsGetSupportedPickupServicesResponse".
Corresponds to the JSON property kind
9663 9664 9665 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 9663 def kind @kind end |
#pickup_services ⇒ Array<Google::Apis::ContentV2_1::PickupServicesPickupService>
A list of supported pickup services. May be empty.
Corresponds to the JSON property pickupServices
9668 9669 9670 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 9668 def pickup_services @pickup_services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9675 9676 9677 9678 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 9675 def update!(**args) @kind = args[:kind] if args.key?(:kind) @pickup_services = args[:pickup_services] if args.key?(:pickup_services) end |