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-09 UTC."],[[["The webpage provides documentation for the `InstanceConsumptionData` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.3.0 of the Google Cloud Compute .NET library."],["The `InstanceConsumptionData` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and communication."],["The page lists numerous available versions of the `InstanceConsumptionData` documentation, ranging from version 1.0.0 to the latest version, 3.6.0, allowing users to access documentation for different release versions."],["`InstanceConsumptionData` class contains a property `ConsumptionInfo` of type `InstanceConsumptionInfo`, that returns information about resources consumed by an instance, along with properties `HasInstance` which gets whether the \"instance\" field is set, and the `Instance` property which returns the server-defined URL for an instance."],["There are two constructors present for the `InstanceConsumptionData` class, one is a default empty constructor and the other takes a parameter `other`, of type `InstanceConsumptionData`, presumably allowing for copying or duplicating an `InstanceConsumptionData` object."]]],[]]