View Source GoogleApi.MigrationCenter.V1.Model.GuestInstalledApplication (google_api_migration_center v0.5.1)

Guest installed application information.

Attributes

  • applicationName (type: String.t, default: nil) - Installed application name.
  • installTime (type: DateTime.t, default: nil) - The time when the application was installed.
  • licenses (type: list(String.t), default: nil) - License strings associated with the installed application.
  • path (type: String.t, default: nil) - Source path.
  • vendor (type: String.t, default: nil) - Installed application vendor.
  • version (type: String.t, default: nil) - Installed application version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.GuestInstalledApplication{
  applicationName: String.t() | nil,
  installTime: DateTime.t() | nil,
  licenses: [String.t()] | nil,
  path: String.t() | nil,
  vendor: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.