Class: Google::Shopping::Merchant::Accounts::V1beta::GetAutomaticImprovementsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetAutomaticImprovementsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/automaticimprovements.rb
Overview
Request message for the GetAutomaticImprovements method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the automatic improvements.
Format: accounts/{account}/automaticImprovements.
206 207 208 209 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/automaticimprovements.rb', line 206 class GetAutomaticImprovementsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |