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 `InstanceConsumptionData` class in the `Google.Cloud.Compute.V1` namespace represents data about instance resource consumption, and it is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET framework."],["The `InstanceConsumptionData` class has properties like `ConsumptionInfo`, `HasInstance`, and `Instance`, with the most important being the `ConsumptionInfo` of type `InstanceConsumptionInfo`, and the `Instance` property that contains a URL to the instance."],["The class includes two constructors: one default constructor `InstanceConsumptionData()` and another that takes an existing `InstanceConsumptionData` object as a parameter for creating copies `InstanceConsumptionData(InstanceConsumptionData other)`."],["This class is available within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]