Class: Google::Shopping::Css::V1::CssProductStatus::DestinationStatus
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::CssProductStatus::DestinationStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/css_product_common.rb
Overview
The destination status of the product status.
Instance Attribute Summary collapse
-
#approved_countries ⇒ ::Array<::String>
List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.
-
#destination ⇒ ::String
The name of the destination.
-
#disapproved_countries ⇒ ::Array<::String>
List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.
-
#pending_countries ⇒ ::Array<::String>
List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.
Instance Attribute Details
#approved_countries ⇒ ::Array<::String>
Returns List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved.
324 325 326 327 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324 class DestinationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination ⇒ ::String
Returns The name of the destination.
324 325 326 327 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324 class DestinationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disapproved_countries ⇒ ::Array<::String>
Returns List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved.
324 325 326 327 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324 class DestinationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pending_countries ⇒ ::Array<::String>
Returns List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval.
324 325 326 327 |
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 324 class DestinationStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |