Class: Google::Shopping::Merchant::Accounts::V1::RequestInventoryVerificationResponse
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::RequestInventoryVerificationResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb
Overview
Response message for the RequestInventoryVerification method.
Instance Attribute Summary collapse
-
#omnichannel_setting ⇒ ::Google::Shopping::Merchant::Accounts::V1::OmnichannelSetting
The omnichannel setting that was updated.
Instance Attribute Details
#omnichannel_setting ⇒ ::Google::Shopping::Merchant::Accounts::V1::OmnichannelSetting
328 329 330 331 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/omnichannelsettings.rb', line 328 class RequestInventoryVerificationResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |