Show / Hide Table of Contents

Class InputValue.Types.TextInputValue

Value for [text input][google.shopping.merchant.issueresolution.v1.InputField.TextInput] field.

Inheritance
object
InputValue.Types.TextInputValue
Implements
IMessage<InputValue.Types.TextInputValue>
IEquatable<InputValue.Types.TextInputValue>
IDeepCloneable<InputValue.Types.TextInputValue>
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.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
In this article
Back to top Generated by DocFX