Class LicenseAssignment
Representation of a license assignment.
Implements
Inherited Members
Namespace: Google.Apis.Licensing.v1.Data
Assembly: Google.Apis.Licensing.v1.dll
Syntax
public class LicenseAssignment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Etags
ETag of the resource.
Declaration
[JsonProperty("etags")]
public virtual string Etags { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Identifies the resource as a LicenseAssignment, which is licensing#licenseAssignment.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductId
A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductName
Display Name of the product.
Declaration
[JsonProperty("productName")]
public virtual string ProductName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfLink
Link to this page.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SkuId
A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
Declaration
[JsonProperty("skuId")]
public virtual string SkuId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SkuName
Display Name of the sku of the product.
Declaration
[JsonProperty("skuName")]
public virtual string SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
The user's current primary email address. If the user's email address changes, use the new email address in
your API requests. Since a userId is subject to change, do not use a userId value as a key for
persistent data. This key could break if the current user's email address changes. If the userId is
suspended, the license status changes.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |