Show / Hide Table of Contents

Class LicenseAssignmentList

Inheritance
object
LicenseAssignmentList
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.Licensing.v1.Data
Assembly: Google.Apis.Licensing.v1.dll
Syntax
public class LicenseAssignmentList : IDirectResponseSchema

Properties

ETag

ETag of the resource.

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

Items

The LicenseAssignments in this page of results.

Declaration
[JsonProperty("items")]
public virtual IList<LicenseAssignment> Items { get; set; }
Property Value
Type Description
IList<LicenseAssignment>

Kind

Identifies the resource as a collection of LicenseAssignments.

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

NextPageToken

The token that you must submit in a subsequent request to retrieve additional license results matching your query parameters. The maxResults query string is related to the nextPageToken since maxResults determines how many entries are returned on each next page.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX