Show / Hide Table of Contents

Class ExternalAction

Action that is implemented and performed outside of the third-party application. It should redirect the business to the provided URL of an external system where they can perform the action. For example to request a review in the Merchant Center.

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

Constructors

ExternalAction()

Declaration
public ExternalAction()

ExternalAction(ExternalAction)

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

Properties

Type

The type of external action.

Declaration
public ExternalAction.Types.ExternalActionType Type { get; set; }
Property Value
Type Description
ExternalAction.Types.ExternalActionType

Uri

URL to external system, for example Merchant Center, where the business can perform the action.

Declaration
public string Uri { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX