GoogleApi.VMMigration.V1.Model.AppliedLicense (google_api_vm_migration v0.11.0)

View Source

AppliedLicense holds the license data returned by adaptation module report.

Attributes

  • osLicense (type: String.t, default: nil) - The OS license returned from the adaptation module's report.
  • type (type: String.t, default: nil) - The license type that was used in OS adaptation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.AppliedLicense{
  osLicense: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.