Class InapplicabilityDetails
Map of inapplicability details.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class InapplicabilityDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InapplicableCount
Count of this inapplicable reason code.
Declaration
[JsonProperty("inapplicableCount")]
public virtual long? InapplicableCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
InapplicableReason
Reason code this rule was not applicable.
Declaration
[JsonProperty("inapplicableReason")]
public virtual string InapplicableReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |