Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1Trend

The trend of a compliance metric.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1Trend
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.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1Trend : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX