Show / Hide Table of Contents

Class RequestInventoryVerificationResponse

Response message for the RequestInventoryVerification method.

Inheritance
object
RequestInventoryVerificationResponse
Implements
IMessage<RequestInventoryVerificationResponse>
IEquatable<RequestInventoryVerificationResponse>
IDeepCloneable<RequestInventoryVerificationResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class RequestInventoryVerificationResponse : IMessage<RequestInventoryVerificationResponse>, IEquatable<RequestInventoryVerificationResponse>, IDeepCloneable<RequestInventoryVerificationResponse>, IBufferMessage, IMessage

Constructors

RequestInventoryVerificationResponse()

Declaration
public RequestInventoryVerificationResponse()

RequestInventoryVerificationResponse(RequestInventoryVerificationResponse)

Declaration
public RequestInventoryVerificationResponse(RequestInventoryVerificationResponse other)
Parameters
Type Name Description
RequestInventoryVerificationResponse other

Properties

OmnichannelSetting

The omnichannel setting that was updated.

Declaration
public OmnichannelSetting OmnichannelSetting { get; set; }
Property Value
Type Description
OmnichannelSetting
In this article
Back to top Generated by DocFX