Class: Google::Shopping::Merchant::Accounts::V1::ClaimHomepageRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::ClaimHomepageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/homepage.rb
Overview
Request message for the ClaimHomepage method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#overwrite ⇒ ::Boolean
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the homepage to claim.
Format: accounts/{account}/homepage.
88 89 90 91 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/homepage.rb', line 88 class ClaimHomepageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#overwrite ⇒ ::Boolean
Returns Optional. When set to true, this option removes any existing claim on the
requested website from any other account to the account making the request,
effectively replacing the previous claim.
88 89 90 91 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/homepage.rb', line 88 class ClaimHomepageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |