public sealed class InstanceConsumptionData : IMessage<InstanceConsumptionData>, IEquatable<InstanceConsumptionData>, IDeepCloneable<InstanceConsumptionData>, 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-21 UTC."],[[["The latest version of the `InstanceConsumptionData` is 3.6.0, with previous versions available dating back to 1.0.0, all accessible via provided links."],["The `InstanceConsumptionData` class, part of the `Google.Cloud.Compute.V1` namespace, is a sealed class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides detailed information about an instance's resource consumption, including properties like `ConsumptionInfo` and `Instance`, allowing for the retrieval of an instance's server-defined URL."],["There are two constructors available: a default constructor (`InstanceConsumptionData()`) and a copy constructor (`InstanceConsumptionData(InstanceConsumptionData other)`)."],["The class inherits from `object`, implementing methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]