Show / Hide Table of Contents

Class InputValue.Types.CheckboxInputValue

Value for [checkbox input][google.shopping.merchant.issueresolution.v1.InputField.CheckboxInput] field.

Inheritance
object
InputValue.Types.CheckboxInputValue
Implements
IMessage<InputValue.Types.CheckboxInputValue>
IEquatable<InputValue.Types.CheckboxInputValue>
IDeepCloneable<InputValue.Types.CheckboxInputValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX