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 is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly, within the .NET ecosystem."],["This class provides information about resource consumption by an instance, including details accessible via the `ConsumptionInfo` property."],["The class includes constructors for default initialization and creating a copy from another `InstanceConsumptionData` object, as shown by the public facing constructors."],["There are multiple versions of the Google Cloud Compute V1 API documented, ranging from version 1.0.0 up to the latest release, 3.6.0, all of which have their documentation for InstanceConsumptionData."],["The `InstanceConsumptionData` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing it with functionality for message handling, equality comparison, deep cloning, and buffer message support."]]],[]]