Class LfpStoreState
The state of a specific merchant's store.
Implements
Inherited Members
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 |