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.
28 29 30 31 |
# File 'proto_docs/google/shopping/css/v1/css_products.rb', line 28 class GetCssProductRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |