google_api_licensing v0.7.0 GoogleApi.Licensing.V1.Model.LicenseAssignmentList View Source
LicesnseAssignment List for a given product/sku for a customer.
Attributes
etag
(type:String.t
, default:nil
) - ETag of the resource.items
(type:list(GoogleApi.Licensing.V1.Model.LicenseAssignment.t)
, default:nil
) - The LicenseAssignments in this page of results.kind
(type:String.t
, default:licensing#licenseAssignmentList
) - Identifies the resource as a collection of LicenseAssignments.nextPageToken
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Licensing.V1.Model.LicenseAssignmentList{ etag: String.t(), items: [GoogleApi.Licensing.V1.Model.LicenseAssignment.t()], kind: String.t(), nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.