Class InputValue.Types.CheckboxInputValue
Value for [checkbox input][google.shopping.merchant.issueresolution.v1.InputField.CheckboxInput] field.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class InputValue.Types.CheckboxInputValue : IMessage<InputValue.Types.CheckboxInputValue>, IEquatable<InputValue.Types.CheckboxInputValue>, IDeepCloneable<InputValue.Types.CheckboxInputValue>, IBufferMessage, IMessage
Constructors
CheckboxInputValue()
Declaration
public CheckboxInputValue()
CheckboxInputValue(CheckboxInputValue)
Declaration
public CheckboxInputValue(InputValue.Types.CheckboxInputValue other)
Parameters
Type | Name | Description |
---|---|---|
InputValue.Types.CheckboxInputValue | other |
Properties
Value
Required. True if the business checked the box field. False otherwise.
Declaration
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
bool |