google_api_licensing v0.3.0 GoogleApi.Licensing.V1.Model.LicenseAssignmentList View Source

LicesnseAssignment List for a given product/sku for a customer.

Attributes

  • etag (String.t): ETag of the resource. Defaults to nil.
  • items (list(GoogleApi.Licensing.V1.Model.LicenseAssignment.t)): The LicenseAssignments in this page of results. Defaults to nil.
  • kind (String.t): Identifies the resource as a collection of LicenseAssignments. Defaults to licensing#licenseAssignmentList.
  • nextPageToken (String.t): The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. Defaults to nil.

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 Source
t() :: %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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.