Class InputValue.Types.TextInputValue
Value for [text input][google.shopping.merchant.issueresolution.v1.InputField.TextInput] field.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class InputValue.Types.TextInputValue : IMessage<InputValue.Types.TextInputValue>, IEquatable<InputValue.Types.TextInputValue>, IDeepCloneable<InputValue.Types.TextInputValue>, IBufferMessage, IMessage
Constructors
TextInputValue()
Declaration
public TextInputValue()
TextInputValue(TextInputValue)
Declaration
public TextInputValue(InputValue.Types.TextInputValue other)
Parameters
Type | Name | Description |
---|---|---|
InputValue.Types.TextInputValue | other |
Properties
Value
Required. Text provided by the business.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |