Class: Google::Shopping::Merchant::Accounts::V1::RequestInventoryVerificationRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::RequestInventoryVerificationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb
Overview
Request message for the RequestInventoryVerification method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the omnichannel setting to request inventory
verification. Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}.
319 320 321 322 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 319 class RequestInventoryVerificationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |