Class: Google::Shopping::Merchant::Accounts::V1beta::InStock
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::InStock
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb
Overview
Collection of information related to InStock.
Instance Attribute Summary collapse
-
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State
readonly
Output only.
-
#uri ⇒ ::String
Optional.
Instance Attribute Details
#state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::ReviewState::State (readonly)
Returns Output only. The state of the in-stock serving.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 121 class InStock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Optional. Product landing page URI. It is only used for the review of MHLSF in-stock serving. This URI domain should match with the business's homepage. Required to be empty if the lsf_type is GHLSF, and required when the lsf_type is MHLSF_FULL or MHLSF_BASIC.
121 122 123 124 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb', line 121 class InStock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |