Class UserListDirectLicense
A user list direct license. This feature is only available to data partners.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class UserListDirectLicense : IDirectResponseSchema
Properties
ClientAccountDisplayName
Output only. Name of client customer which the user list is being licensed to. This field is read-only.
Declaration
[JsonProperty("clientAccountDisplayName")]
public virtual string ClientAccountDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientAccountId
Immutable. 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
Immutable. Account 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. This field is read-only.
Declaration
[JsonProperty("historicalPricings")]
public virtual IList<UserListLicensePricing> HistoricalPricings { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<UserListLicensePricing> |
Metrics
Output only. Metrics related to this license This field is read-only and only populated if the start and end dates are set in the ListUserListDirectLicenses call
Declaration
[JsonProperty("metrics")]
public virtual UserListLicenseMetrics Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| UserListLicenseMetrics |
Name
Identifier. The resource name of the user list direct license.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pricing
Optional. UserListDirectLicense pricing.
Declaration
[JsonProperty("pricing")]
public virtual UserListLicensePricing Pricing { get; set; }
Property Value
| Type | Description |
|---|---|
| UserListLicensePricing |
Status
Optional. 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. This field is read-only.
Declaration
[JsonProperty("userListDisplayName")]
public virtual string UserListDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserListId
Immutable. ID of the user list being licensed.
Declaration
[JsonProperty("userListId")]
public virtual long? UserListId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |