Class: Google::Apis::ContentV2::ShippingsettingsGetSupportedPickupServicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::ShippingsettingsGetSupportedPickupServicesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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
-
#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.
10845 10846 10847 |
# File 'generated/google/apis/content_v2/classes.rb', line 10845 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
10838 10839 10840 |
# File 'generated/google/apis/content_v2/classes.rb', line 10838 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
10843 10844 10845 |
# File 'generated/google/apis/content_v2/classes.rb', line 10843 def pickup_services @pickup_services end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10850 10851 10852 10853 |
# File 'generated/google/apis/content_v2/classes.rb', line 10850 def update!(**args) @kind = args[:kind] if args.key?(:kind) @pickup_services = args[:pickup_services] if args.key?(:pickup_services) end |