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."],[[["This webpage provides documentation for the `InstanceConsumptionData` class within the Google.Cloud.Compute.V1 namespace, part of the .NET library."],["The latest version available for `InstanceConsumptionData` is 3.6.0, with a comprehensive list of versions provided down to version 1.0.0, showcasing the evolution of the class."],["`InstanceConsumptionData` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties such as `ConsumptionInfo`, `HasInstance`, and `Instance`, which are used to provide details on resource consumption by instances, as well as server-defined URLs for the instances."],["The `InstanceConsumptionData` class can be constructed using a default constructor, or a constructor that accepts an `InstanceConsumptionData` parameter, for the easy creation of an object, or to clone another."]]],[]]