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-04-02 UTC."],[[["The latest version of the `InstanceConsumptionData` documentation is 3.6.0, with several prior versions available, ranging from 1.0.0 to 3.5.0."],["`InstanceConsumptionData` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the Google.Cloud.Compute.V1 namespace."],["The `InstanceConsumptionData` class provides two constructors, one default and another that takes another `InstanceConsumptionData` object as a parameter for copying."],["The class has properties like `ConsumptionInfo`, which provides information on the resources consumed, `HasInstance` which indicates if the instance field is set, and `Instance`, which holds the server-defined URL for the instance."],["The class inherits from System.Object and overloads some of its methods, like GetHashCode, GetType and ToString."]]],[]]