Class: Google::Shopping::Merchant::Accounts::V1beta::Homepage
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Homepage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb
Overview
A store's homepage.
Instance Attribute Summary collapse
-
#claimed ⇒ ::Boolean
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#claimed ⇒ ::Boolean (readonly)
Returns Output only. Whether the homepage is claimed. See https://support.google.com/merchants/answer/176793.
37 38 39 40 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 37 class Homepage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the store's homepage.
Format: accounts/{account}/homepage
.
37 38 39 40 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 37 class Homepage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |