Class InputValueCheckboxInputValue
Value for checkbox input field.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class InputValueCheckboxInputValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Required. True if the merchant checked the box field. False otherwise.
Declaration
[JsonProperty("value")]
public virtual bool? Value { get; set; }
Property Value
Type | Description |
---|---|
bool? |