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.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class UserListGlobalLicenseCustomerInfo : IDirectResponseSchema
Properties
ClientAccountDisplayName
Output only. Name of client customer which the user list is being licensed to.
Declaration
[JsonProperty("clientAccountDisplayName")]
public virtual 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
[JsonProperty("clientAccountId")]
public virtual 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
[JsonProperty("clientAccountType")]
public virtual string ClientAccountType { 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 |
HistoricalPricings
Output only. Pricing history of this user list license.
Declaration
[JsonProperty("historicalPricings")]
public virtual IList<UserListLicensePricing> HistoricalPricings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<UserListLicensePricing> |
LicenseType
Output only. Product type of client customer which the user list is being licensed to.
Declaration
[JsonProperty("licenseType")]
public virtual string LicenseType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
[JsonProperty("metrics")]
public virtual UserListLicenseMetrics Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| UserListLicenseMetrics |
Name
Identifier. The resource name of the user list global license customer.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pricing
Output only. UserListDirectLicense pricing.
Declaration
[JsonProperty("pricing")]
public virtual UserListLicensePricing Pricing { get; set; }
Property Value
| Type | Description |
|---|---|
| UserListLicensePricing |
Status
Output only. Status of UserListDirectLicense - ENABLED or DISABLED.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserListDisplayName
Output only. Name of the user list being licensed.
Declaration
[JsonProperty("userListDisplayName")]
public virtual string UserListDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserListId
Output only. ID of the user list being licensed.
Declaration
[JsonProperty("userListId")]
public virtual long? UserListId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |