Cloud Security Compliance v1 API - Class Trend (1.0.0-beta05)

public sealed class Trend : IMessage<Trend>, IEquatable<Trend>, IDeepCloneable<Trend>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class Trend.

The trend of a compliance metric.

Inheritance

object > Trend

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

Trend()

public Trend()

Trend(Trend)

public Trend(Trend other)
Parameter
Name Description
other Trend

Properties

Duration

public Duration Duration { get; set; }

Output only. The duration for the trend.

Property Value
Type Description
Duration

ValuePercent

public double ValuePercent { get; set; }

Output only. The trend value as a percentage. The value can be positive or negative.

Property Value
Type Description
double