Class ReportSummaryUtilizationChartData
Utilization Chart is a specific type of visualization which displays a metric classified into "Used" and "Free" buckets.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ReportSummaryUtilizationChartData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Free
Aggregate value which falls into the "Free" bucket.
Declaration
[JsonProperty("free")]
public virtual long? Free { get; set; }
Property Value
Type | Description |
---|---|
long? |
Used
Aggregate value which falls into the "Used" bucket.
Declaration
[JsonProperty("used")]
public virtual long? Used { get; set; }
Property Value
Type | Description |
---|---|
long? |