public sealed class MutationRecord : IMessage<MutationRecord>, IEquatable<MutationRecord>, IDeepCloneable<MutationRecord>, IBufferMessage, IMessageDescribes a change made to a configuration.
Implements
IMessage<MutationRecord>, IEquatable<MutationRecord>, IDeepCloneable<MutationRecord>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
MutationRecord()
public MutationRecord()MutationRecord(MutationRecord)
public MutationRecord(MutationRecord other)| Parameter | |
|---|---|
| Name | Description |
other |
MutationRecord |
Properties
MutatedBy
public string MutatedBy { get; set; }The email address of the user making the change.
| Property Value | |
|---|---|
| Type | Description |
String |
|
MutateTime
public Timestamp MutateTime { get; set; }When the change occurred.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|