Class InputField
Input field that needs to be available to the business. If the field is
marked as required, then a value needs to be provided for a successful
processing of the request.
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
public sealed class InputField : IMessage<InputField>, IEquatable<InputField>, IDeepCloneable<InputField>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public InputField(InputField other)
Parameters
Properties
Declaration
public InputField.Types.CheckboxInput CheckboxInput { get; set; }
Property Value
Declaration
public InputField.Types.ChoiceInput ChoiceInput { get; set; }
Property Value
Not for display but need to be sent back for the given input field.
Declaration
public string Id { get; set; }
Property Value
Input field label. There may be more information to be shown in a tooltip.
Declaration
public TextWithTooltip Label { get; set; }
Property Value
Whether the field is required. The action button needs to stay disabled
till values for all required fields are provided.
Declaration
public bool Required { get; set; }
Property Value
TextInput
Declaration
public InputField.Types.TextInput TextInput { get; set; }
Property Value
Declaration
public InputField.ValueInputOneofCase ValueInputCase { get; }
Property Value