Show / Hide Table of Contents

Class ActionInput

Input provided by the business.

Inheritance
object
ActionInput
Implements
IMessage<ActionInput>
IEquatable<ActionInput>
IDeepCloneable<ActionInput>
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 ActionInput : IMessage<ActionInput>, IEquatable<ActionInput>, IDeepCloneable<ActionInput>, IBufferMessage, IMessage

Constructors

ActionInput()

Declaration
public ActionInput()

ActionInput(ActionInput)

Declaration
public ActionInput(ActionInput other)
Parameters
Type Name Description
ActionInput other

Properties

ActionFlowId

Required. [Id][google.shopping.merchant.issueresolution.v1.ActionFlow.id] of the selected action flow.

Declaration
public string ActionFlowId { get; set; }
Property Value
Type Description
string

InputValues

Required. Values for input fields.

Declaration
public RepeatedField<InputValue> InputValues { get; }
Property Value
Type Description
RepeatedField<InputValue>
In this article
Back to top Generated by DocFX