Class: Google::Shopping::Merchant::Accounts::V1beta::RequestInventoryVerificationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/omnichannelsettings.rb

Overview

Request message for the RequestInventoryVerification method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the omnichannel setting to request inventory verification. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}.

Returns:

  • (::String)

    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/v1beta/omnichannelsettings.rb', line 319

class RequestInventoryVerificationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end