Show / Hide Table of Contents

Class CreateAndConfigureAccountRequest.Types.SetAliasForRelationship

Set an alias for a relationship between a provider and the account to be created.

Inheritance
object
CreateAndConfigureAccountRequest.Types.SetAliasForRelationship
Implements
IMessage<CreateAndConfigureAccountRequest.Types.SetAliasForRelationship>
IEquatable<CreateAndConfigureAccountRequest.Types.SetAliasForRelationship>
IDeepCloneable<CreateAndConfigureAccountRequest.Types.SetAliasForRelationship>
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 CreateAndConfigureAccountRequest.Types.SetAliasForRelationship : IMessage<CreateAndConfigureAccountRequest.Types.SetAliasForRelationship>, IEquatable<CreateAndConfigureAccountRequest.Types.SetAliasForRelationship>, IDeepCloneable<CreateAndConfigureAccountRequest.Types.SetAliasForRelationship>, IBufferMessage, IMessage

Constructors

SetAliasForRelationship()

Declaration
public SetAliasForRelationship()

SetAliasForRelationship(SetAliasForRelationship)

Declaration
public SetAliasForRelationship(CreateAndConfigureAccountRequest.Types.SetAliasForRelationship other)
Parameters
Type Name Description
CreateAndConfigureAccountRequest.Types.SetAliasForRelationship other

Properties

AccountIdAlias

Required. The unique ID of this account in the provider's system. The value must be unique across all accounts on the platform for this provider.

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

Provider

Required. The provider of the service. This is a reference to an account such as providers/123 or accounts/123. The same provider must be specified in at least one of the service fields.

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