Show / Hide Table of Contents

Class PartnerCustomerAccount

Represents a customer account in the partner's system.

Inheritance
object
PartnerCustomerAccount
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.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class PartnerCustomerAccount : IDirectResponseSchema

Properties

AccountId

Required. The identifier of the customer account in the partner's ID space.

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
string

AccountName

Optional. The name of the account.

Declaration
[JsonProperty("accountName")]
public virtual string AccountName { get; set; }
Property Value
Type Description
string

AccountType

Optional. The type of the account. Can be used to distinguish between advertiser accounts and business level accounts, for example.

Declaration
[JsonProperty("accountType")]
public virtual string AccountType { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX