public sealed class InstanceManagedByIgmErrorManagedInstanceError : IMessage<InstanceManagedByIgmErrorManagedInstanceError>, IEquatable<InstanceManagedByIgmErrorManagedInstanceError>, IDeepCloneable<InstanceManagedByIgmErrorManagedInstanceError>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `InstanceManagedByIgmErrorManagedInstanceError` class is part of the `Google.Cloud.Compute.V1` namespace and is available across multiple versions, from 1.0.0 to 3.6.0 (latest)."],["This class represents an error related to instances managed by an instance group manager (IGM) and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It provides two constructors: a default constructor and one that takes another `InstanceManagedByIgmErrorManagedInstanceError` object to create a copy."],["The class has two properties, `Code` and `Message`, which are both strings and are designated as \"Output Only,\" representing the error code and the error message, and also provides properties to check if the error code or message have been set through `HasCode` and `HasMessage` respectively."]]],[]]