Show / Hide Table of Contents

Class LfpStoreState

The state of a specific merchant's store.

Inheritance
object
LfpStoreState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.lfp_v1beta.Data
Assembly: Google.Apis.Merchant.lfp_v1beta.dll
Syntax
public class LfpStoreState : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MatchingState

Output only. The store matching state.

Declaration
[JsonProperty("matchingState")]
public virtual string MatchingState { get; set; }
Property Value
Type Description
string

MatchingStateHint

The hint of why the matching has failed (only set if matching_state is FAILED).

Declaration
[JsonProperty("matchingStateHint")]
public virtual string MatchingStateHint { get; set; }
Property Value
Type Description
string

StoreCode

Required. Immutable. The identifier of this store.

Declaration
[JsonProperty("storeCode")]
public virtual string StoreCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX