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