Show / Hide Table of Contents

Class InStock

Collection of information related to InStock.

Inheritance
object
InStock
Implements
IMessage<InStock>
IEquatable<InStock>
IDeepCloneable<InStock>
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 InStock : IMessage<InStock>, IEquatable<InStock>, IDeepCloneable<InStock>, IBufferMessage, IMessage

Constructors

InStock()

Declaration
public InStock()

InStock(InStock)

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

Properties

State

Output only. The state of the in-stock serving.

Declaration
public ReviewState.Types.State State { get; set; }
Property Value
Type Description
ReviewState.Types.State

Uri

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.

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