Class: Google::Shopping::Merchant::Accounts::V1::About
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::About
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb
Overview
Collection of information related to the about page (impressum).
Instance Attribute Summary collapse
-
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1::ReviewState::State
readonly
Output only.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1::ReviewState::State (readonly)
Returns Output only. The state of the URI.
177 178 179 180 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 177 class About include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. The about page URI.
177 178 179 180 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 177 class About include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |