Class: Google::Shopping::Css::V1::GetCssProductRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::GetCssProductRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/css/v1/css_products.rb
Overview
The request message for the GetCssProduct method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the CSS product to retrieve.
Format: accounts/{account}/cssProducts/{css_product}.
29 30 31 32 |
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 29 class GetCssProductRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |