Show / Hide Table of Contents

Class UserListGlobalLicense

A user list global license. This feature is only available to data partners.

Inheritance
object
UserListGlobalLicense
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 UserListGlobalLicense : IDirectResponseSchema

Properties

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>

LicenseType

Immutable. 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 read-only and only populated if the start and end dates are set in the ListUserListGlobalLicenses 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.

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

Pricing

Optional. UserListGlobalLicense pricing.

Declaration
[JsonProperty("pricing")]
public virtual UserListLicensePricing Pricing { get; set; }
Property Value
Type Description
UserListLicensePricing

Status

Optional. Status of UserListGlobalLicense - 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX