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