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 represents data related to instance resource consumption within the Google Cloud Compute environment."],["This class is available across multiple versions of the Google.Cloud.Compute.V1 package, with version 3.6.0 being the latest and starting from 1.0.0."],["`InstanceConsumptionData` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a copy constructor that takes another `InstanceConsumptionData` object as a parameter."],["The class has properties such as `ConsumptionInfo` which contains `InstanceConsumptionInfo`, `HasInstance`, a boolean value that indicates if the instance field is set, and `Instance` which contains the server-defined URL for the instance."]]],[]]