View Source GoogleApi.MigrationCenter.V1.Model.GuestOsDetails (google_api_migration_center v0.3.0)
Information from Guest-level collections.
Attributes
-
config(type:GoogleApi.MigrationCenter.V1.Model.GuestConfigDetails.t, default:nil) - OS and app configuration. -
family(type:String.t, default:nil) - What family the OS belong to, if known. -
osName(type:String.t, default:nil) - The name of the operating system. -
runtime(type:GoogleApi.MigrationCenter.V1.Model.GuestRuntimeDetails.t, default:nil) - Runtime information. -
version(type:String.t, default:nil) - The version of the operating system.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.GuestOsDetails{ config: GoogleApi.MigrationCenter.V1.Model.GuestConfigDetails.t() | nil, family: String.t() | nil, osName: String.t() | nil, runtime: GoogleApi.MigrationCenter.V1.Model.GuestRuntimeDetails.t() | nil, version: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.