Class GoogleCloudAssuredworkloadsV1Trend
The trend of a compliance metric.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1Trend : IDirectResponseSchema
Properties
Duration
Output only. The duration for the trend.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValuePercent
Output only. The trend value as a percentage. The value can be positive or negative.
Declaration
[JsonProperty("valuePercent")]
public virtual double? ValuePercent { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |