Class UsageRateTimelineEntry
A usage rate timeline entry. Each entry specifies a constant usage rate during a time interval.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class UsageRateTimelineEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveTime
The effective time for this entry. The usage rate is in effect starting at this time until the effective
time of the subsequent entry in the timeline. The last entry defines the usage rate until the end of the
Usage
time frame. Must correspond to an integer number of hours.
Declaration
[JsonProperty("effectiveTime")]
public virtual EstimationTimePoint EffectiveTime { get; set; }
Property Value
Type | Description |
---|---|
EstimationTimePoint |
UsageRate
The usage rate.
Declaration
[JsonProperty("usageRate")]
public virtual double? UsageRate { get; set; }
Property Value
Type | Description |
---|---|
double? |