Show / Hide Table of Contents

Class UserListGlobalLicenseCustomerInfo

Information about a customer of a user list global license. This will automatically be created by the system when a customer purchases a global license.

Inheritance
object
UserListGlobalLicenseCustomerInfo
Implements
IMessage<UserListGlobalLicenseCustomerInfo>
IEquatable<UserListGlobalLicenseCustomerInfo>
IDeepCloneable<UserListGlobalLicenseCustomerInfo>
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 UserListGlobalLicenseCustomerInfo : IMessage<UserListGlobalLicenseCustomerInfo>, IEquatable<UserListGlobalLicenseCustomerInfo>, IDeepCloneable<UserListGlobalLicenseCustomerInfo>, IBufferMessage, IMessage

Constructors

UserListGlobalLicenseCustomerInfo()

Declaration
public UserListGlobalLicenseCustomerInfo()

UserListGlobalLicenseCustomerInfo(UserListGlobalLicenseCustomerInfo)

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

Properties

ClientAccountDisplayName

Output only. Name of client customer which the user list is being licensed to.

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

ClientAccountId

Output only. ID of client customer which the user list is being licensed to.

Declaration
public long ClientAccountId { get; set; }
Property Value
Type Description
long

ClientAccountType

Output only. Product type of client customer which the user list is being licensed to.

Declaration
public UserListLicenseClientAccountType ClientAccountType { get; set; }
Property Value
Type Description
UserListLicenseClientAccountType

HistoricalPricings

Output only. Pricing history of this user list license.

Declaration
public RepeatedField<UserListLicensePricing> HistoricalPricings { get; }
Property Value
Type Description
RepeatedField<UserListLicensePricing>

LicenseType

Output only. Product type of client customer which the user list is being licensed to.

Declaration
public UserListGlobalLicenseType LicenseType { get; set; }
Property Value
Type Description
UserListGlobalLicenseType

Metrics

Output only. Metrics related to this license

This field is only populated if the start and end dates are set in the ListUserListGlobalLicenseCustomerInfos call.

Declaration
public UserListLicenseMetrics Metrics { get; set; }
Property Value
Type Description
UserListLicenseMetrics

Name

Identifier. The resource name of the user list global license customer.

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

Pricing

Output only. UserListDirectLicense pricing.

Declaration
public UserListLicensePricing Pricing { get; set; }
Property Value
Type Description
UserListLicensePricing

Status

Output only. Status of UserListDirectLicense - ENABLED or DISABLED.

Declaration
public UserListLicenseStatus Status { get; set; }
Property Value
Type Description
UserListLicenseStatus

UserListDisplayName

Output only. Name of the user list being licensed.

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

UserListGlobalLicenseCustomerInfoName

UserListGlobalLicenseCustomerInfoName-typed view over the Name resource name property.

Declaration
public UserListGlobalLicenseCustomerInfoName UserListGlobalLicenseCustomerInfoName { get; set; }
Property Value
Type Description
UserListGlobalLicenseCustomerInfoName

UserListId

Output only. ID of the user list being licensed.

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