Class: Google::Shopping::Merchant::Accounts::V1beta::ClaimHomepageRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ClaimHomepageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb
Overview
Request message for the ClaimHomepage
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the homepage to claim.
Format: accounts/{account}/homepage
.
69 70 71 72 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 69 class ClaimHomepageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |