Class: Google::Apis::ContentV2::ShippingsettingsGetSupportedPickupServicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::ShippingsettingsGetSupportedPickupServicesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#pickup_services ⇒ Array<Google::Apis::ContentV2::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.
Constructor Details
#initialize(**args) ⇒ ShippingsettingsGetSupportedPickupServicesResponse
Returns a new instance of ShippingsettingsGetSupportedPickupServicesResponse.
10533 10534 10535 |
# File 'lib/google/apis/content_v2/classes.rb', line 10533 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
10526 10527 10528 |
# File 'lib/google/apis/content_v2/classes.rb', line 10526 def kind @kind end |
#pickup_services ⇒ Array<Google::Apis::ContentV2::PickupServicesPickupService>
A list of supported pickup services. May be empty.
Corresponds to the JSON property pickupServices
10531 10532 10533 |
# File 'lib/google/apis/content_v2/classes.rb', line 10531 def pickup_services @pickup_services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10538 10539 10540 10541 |
# File 'lib/google/apis/content_v2/classes.rb', line 10538 def update!(**args) @kind = args[:kind] if args.key?(:kind) @pickup_services = args[:pickup_services] if args.key?(:pickup_services) end |