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."],[[["This document provides reference documentation for the `ReportSummary.Types.MachineSeriesAllocation` class within the Google Cloud Migration Center v1 API, outlining its purpose, inheritance, implemented interfaces, and members."],["`ReportSummary.Types.MachineSeriesAllocation` is a data point that tracks the number of assets allocated to a particular machine series, and the latest version of this is 1.4.0."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and equality comparison."],["Key properties include `AllocatedAssetCount`, representing the count of assets allocated, and `MachineSeries`, which denotes the specific machine series being referenced, such as \"E2\" or \"N2\"."],["The class has two constructors: a default constructor `MachineSeriesAllocation()` and another `MachineSeriesAllocation(ReportSummary.Types.MachineSeriesAllocation other)` for creating a new instance based on an existing one."]]],[]]