[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGuestOsDetails\u003c/code\u003e class in the Migration Center v1 API provides information from guest-level collections about an operating system.\u003c/p\u003e\n"],["\u003cp\u003eThis class has been released in multiple versions, with the latest being version 1.4.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGuestOsDetails\u003c/code\u003e offers properties to access details such as \u003ccode\u003eConfig\u003c/code\u003e for OS and app configuration, \u003ccode\u003eFamily\u003c/code\u003e for OS family classification, \u003ccode\u003eOsName\u003c/code\u003e for the OS's name, \u003ccode\u003eRuntime\u003c/code\u003e for runtime information, and \u003ccode\u003eVersion\u003c/code\u003e for the OS version.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available, one that creates an empty instance and another that creates an instance from an existing \u003ccode\u003eGuestOsDetails\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class GuestOsDetails (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestOsDetails)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.GuestOsDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.GuestOsDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.GuestOsDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.GuestOsDetails) \n\n public sealed class GuestOsDetails : IMessage\u003cGuestOsDetails\u003e, IEquatable\u003cGuestOsDetails\u003e, IDeepCloneable\u003cGuestOsDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class GuestOsDetails.\n\nInformation from Guest-level collections. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GuestOsDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GuestOsDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestOsDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GuestOsDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestOsDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GuestOsDetails](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.GuestOsDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### GuestOsDetails()\n\n public GuestOsDetails()\n\n### GuestOsDetails(GuestOsDetails)\n\n public GuestOsDetails(GuestOsDetails other)\n\nProperties\n----------\n\n### Config\n\n public GuestConfigDetails Config { get; set; }\n\nOS and app configuration.\n\n### Family\n\n public OperatingSystemFamily Family { get; set; }\n\nWhat family the OS belong to, if known.\n\n### OsName\n\n public string OsName { get; set; }\n\nThe name of the operating system.\n\n### Runtime\n\n public GuestRuntimeDetails Runtime { get; set; }\n\nRuntime information.\n\n### Version\n\n public string Version { get; set; }\n\nThe version of the operating system."]]