View Source GoogleApi.Licensing.V1.Model.LicenseAssignmentList (google_api_licensing v0.19.0)
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. ThemaxResults
query string is related to thenextPageToken
sincemaxResults
determines how many entries are returned on each next page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Licensing.V1.Model.LicenseAssignmentList{ etag: String.t() | nil, items: [GoogleApi.Licensing.V1.Model.LicenseAssignment.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.