Class GuestOsDetails
Information from Guest-level collections.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class GuestOsDetails : IDirectResponseSchema
Properties
Config
OS and app configuration.
Declaration
[JsonProperty("config")]
public virtual GuestConfigDetails Config { get; set; }
Property Value
Type | Description |
---|---|
GuestConfigDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Runtime
Runtime information.
Declaration
[JsonProperty("runtime")]
public virtual GuestRuntimeDetails Runtime { get; set; }
Property Value
Type | Description |
---|---|
GuestRuntimeDetails |