public sealed class ReportSummary.Types.UtilizationChartData : IMessage<ReportSummary.Types.UtilizationChartData>, IEquatable<ReportSummary.Types.UtilizationChartData>, IDeepCloneable<ReportSummary.Types.UtilizationChartData>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.UtilizationChartData.
Utilization Chart is a specific type of visualization which displays
a metric classified into "Used" and "Free" buckets.
[[["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."],[[["This documentation covers the `ReportSummary.Types.UtilizationChartData` class within the Migration Center v1 API, which is used for representing data in a utilization chart format."],["The `UtilizationChartData` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default constructor, `UtilizationChartData()`, and a copy constructor, `UtilizationChartData(UtilizationChartData other)`, allowing the creation of a new instance from an existing one."],["The class provides two properties, `Free` and `Used`, both of type `long`, to represent the aggregate values that fall into the \"Free\" and \"Used\" buckets of a utilization metric respectively."],["This class can be found within the `Google.Cloud.MigrationCenter.V1` namespace and the `Google.Cloud.MigrationCenter.V1.dll` assembly, and also has documentation covering different versions of this class."]]],[]]