Show / Hide Table of Contents

Class PropertyDrift

A property drift represents a drift to a property in the state file.

Inheritance
object
PropertyDrift
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.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class PropertyDrift : IDirectResponseSchema

Properties

After

Output only. Representations of the object value after the actions.

Declaration
[JsonProperty("after")]
public virtual object After { get; set; }
Property Value
Type Description
object

AfterSensitivePaths

Output only. The paths of sensitive fields in after. Paths are relative to path.

Declaration
[JsonProperty("afterSensitivePaths")]
public virtual IList<string> AfterSensitivePaths { get; set; }
Property Value
Type Description
IList<string>

Before

Output only. Representations of the object value before the actions.

Declaration
[JsonProperty("before")]
public virtual object Before { get; set; }
Property Value
Type Description
object

BeforeSensitivePaths

Output only. The paths of sensitive fields in before. Paths are relative to path.

Declaration
[JsonProperty("beforeSensitivePaths")]
public virtual IList<string> BeforeSensitivePaths { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Path

Output only. The path of the property drift.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX