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-31 UTC."],[[["The latest version of the `InstanceConsumptionData` documentation is 3.6.0, with versions ranging from 1.0.0 to 3.6.0 available."],["`InstanceConsumptionData` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides details about resources consumed by an instance, which are encapsulated in the `ConsumptionInfo` property of type `InstanceConsumptionInfo`."],["It includes properties like `Instance`, which holds the server-defined URL for the instance, and `HasInstance`, a boolean indicating if the instance field is set."],["The `InstanceConsumptionData` class also offers two constructors: a default one and another to create an instance by cloning from an existing `InstanceConsumptionData` object."]]],[]]