Show / Hide Table of Contents

Class Handshake

The current status of establishing of the service. (for example, pending approval or approved).

Inheritance
object
Handshake
Implements
IMessage<Handshake>
IEquatable<Handshake>
IDeepCloneable<Handshake>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Handshake : IMessage<Handshake>, IEquatable<Handshake>, IDeepCloneable<Handshake>, IBufferMessage, IMessage

Constructors

Handshake()

Declaration
public Handshake()

Handshake(Handshake)

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

Properties

Actor

Output only. The most recent account to modify the account service's approval_status.

Declaration
public Handshake.Types.Actor Actor { get; set; }
Property Value
Type Description
Handshake.Types.Actor

ApprovalState

Output only. The approval state of this handshake.

Declaration
public Handshake.Types.ApprovalState ApprovalState { get; set; }
Property Value
Type Description
Handshake.Types.ApprovalState
In this article
Back to top Generated by DocFX