Class InputFieldCheckboxInput
Checkbox input allows merchants to provide a boolean value. Corresponds to the html input
type=checkbox. If
merchant checks the box, the input value for the field is true
, otherwise it is false
. This type of input is
often used as a confirmation that the merchant completed required steps before they are allowed to start the
action. In such a case, the input field is marked as required and the button to trigger the action should stay
disabled until the merchant checks the box.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class InputFieldCheckboxInput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |