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

Template for LiscenseAssignment Resource

Attributes

  • etags (String.t): ETag of the resource. Defaults to nil.
  • kind (String.t): Identifies the resource as a LicenseAssignment. Defaults to licensing#licenseAssignment.
  • productId (String.t): Id of the product. Defaults to nil.
  • productName (String.t): Display Name of the product. Defaults to nil.
  • selfLink (String.t): Link to this page. Defaults to nil.
  • skuId (String.t): Id of the sku of the product. Defaults to nil.
  • skuName (String.t): Display Name of the sku of the product. Defaults to nil.
  • userId (String.t): Email id of the user. 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.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.