Class MutationRecord
Describes a change made to a configuration.
Implements
Inherited Members
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 |
|---|---|
| string |
MutatedBy
The email address of the user making the change.
Declaration
[JsonProperty("mutatedBy")]
public virtual string MutatedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MutateTime
When the change occurred.
Declaration
[JsonProperty("mutateTime")]
public virtual object MutateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |