Class InputValue
Input provided by the business for input field.
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
public sealed class InputValue : IMessage<InputValue>, IEquatable<InputValue>, IDeepCloneable<InputValue>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public InputValue(InputValue other)
Parameters
Properties
Value for [checkbox
input][google.shopping.merchant.issueresolution.v1.InputField.CheckboxInput]
field.
Declaration
public InputValue.Types.CheckboxInputValue CheckboxInputValue { get; set; }
Property Value
Value for [choice
input][google.shopping.merchant.issueresolution.v1.InputField.ChoiceInput]
field.
Declaration
public InputValue.Types.ChoiceInputValue ChoiceInputValue { get; set; }
Property Value
Required. [Id][google.shopping.merchant.issueresolution.v1.InputField.id]
of the corresponding input field.
Declaration
public string InputFieldId { get; set; }
Property Value
TextInputValue
Value for [text
input][google.shopping.merchant.issueresolution.v1.InputField.TextInput]
field.
Declaration
public InputValue.Types.TextInputValue TextInputValue { get; set; }
Property Value
Declaration
public InputValue.ValueOneofCase ValueCase { get; }
Property Value