Show / Hide Table of Contents

Class ReportSummaryUtilizationChartData

Utilization Chart is a specific type of visualization which displays a metric classified into "Used" and "Free" buckets.

Inheritance
object
ReportSummaryUtilizationChartData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX