Show / Hide Table of Contents

Class SetAliasForRelationship

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

Inheritance
object
SetAliasForRelationship
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class SetAliasForRelationship : IDirectResponseSchema

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
[JsonProperty("accountIdAlias")]
public virtual string AccountIdAlias { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { 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
[JsonProperty("provider")]
public virtual string Provider { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX