public sealed class ReportSummary.Types.MachineSeriesAllocation : IMessage<ReportSummary.Types.MachineSeriesAllocation>, IEquatable<ReportSummary.Types.MachineSeriesAllocation>, IDeepCloneable<ReportSummary.Types.MachineSeriesAllocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.MachineSeriesAllocation.
Represents a data point tracking the count of assets allocated for a
specific Machine Series.
[[["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 `ReportSummary.Types.MachineSeriesAllocation` class in the Migration Center v1 API represents a data point that tracks the number of assets allocated to a specific machine series."],["This class is part of the `Google.Cloud.MigrationCenter.V1` namespace and is included in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["It contains properties `AllocatedAssetCount`, which is a long integer, and `MachineSeries` to define and manage the number of assets and the corresponding machine series, respectively."],["The class has a constructor that takes another `MachineSeriesAllocation` as a parameter."]]],[]]