Class: Google::Shopping::Merchant::Accounts::V1beta::GetAutofeedSettingsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetAutofeedSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/autofeedsettings.rb
Overview
Request message for the GetAutofeedSettings
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the autofeed settings.
Format: accounts/{account}/autofeedSettings
.
55 56 57 58 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/autofeedsettings.rb', line 55 class GetAutofeedSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |