google_api_licensing v0.4.0 GoogleApi.Licensing.V1.Model.LicenseAssignment View Source

Template for LiscenseAssignment Resource

Attributes

  • etags (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: licensing#licenseAssignment) - Identifies the resource as a LicenseAssignment.
  • productId (type: String.t, default: nil) - Id of the product.
  • productName (type: String.t, default: nil) - Display Name of the product.
  • selfLink (type: String.t, default: nil) - Link to this page.
  • skuId (type: String.t, default: nil) - Id of the sku of the product.
  • skuName (type: String.t, default: nil) - Display Name of the sku of the product.
  • userId (type: String.t, default: nil) - Email id of the user.

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.LicenseAssignment{
  etags: String.t(),
  kind: String.t(),
  productId: String.t(),
  productName: String.t(),
  selfLink: String.t(),
  skuId: String.t(),
  skuName: String.t(),
  userId: 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.