Show / Hide Table of Contents

Class ProductAccount

Represents a specific account.

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

Constructors

ProductAccount()

Declaration
public ProductAccount()

ProductAccount(ProductAccount)

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

Properties

AccountId

Required. The ID of the account. For example, your Google Ads account ID.

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

AccountType

Optional. The type of the account. For example, GOOGLE_ADS. Either account_type or the deprecated product is required. If both are set, the values must match.

Declaration
public ProductAccount.Types.AccountType AccountType { get; set; }
Property Value
Type Description
ProductAccount.Types.AccountType

Product

Deprecated. Use [account_type][google.ads.datamanager.v1.ProductAccount.account_type] instead.

Declaration
[Obsolete]
public Product Product { get; set; }
Property Value
Type Description
Product
In this article
Back to top Generated by DocFX