Show / Hide Table of Contents

Class MutationRecord

Describes a change made to a configuration.

Inheritance
System.Object
MutationRecord
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class MutationRecord : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MutatedBy

The email address of the user making the change.

Declaration
[JsonProperty("mutatedBy")]
public virtual string MutatedBy { get; set; }
Property Value
Type Description
System.String

MutateTime

When the change occurred.

Declaration
[JsonProperty("mutateTime")]
public virtual object MutateTime { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
Back to top