View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryMachineSeriesAllocation (google_api_migration_center v0.3.1)

Represents a data point tracking the count of assets allocated for a specific Machine Series.

Attributes

  • allocatedAssetCount (type: String.t, default: nil) - Count of assets allocated to this machine series.
  • machineSeries (type: GoogleApi.MigrationCenter.V1.Model.MachineSeries.t, default: nil) - The Machine Series (e.g. "E2", "N2")

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ReportSummaryMachineSeriesAllocation{
  allocatedAssetCount: String.t() | nil,
  machineSeries: GoogleApi.MigrationCenter.V1.Model.MachineSeries.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.