public sealed class MutationRecord : IMessage<MutationRecord>, IEquatable<MutationRecord>, IDeepCloneable<MutationRecord>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class MutationRecord.
Describes a change made to a configuration.
Implements
IMessageMutationRecord, IEquatableMutationRecord, IDeepCloneableMutationRecord, 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
MutateTime
public Timestamp MutateTime { get; set; }
When the change occurred.
Property Value | |
---|---|
Type | Description |
Timestamp |
MutatedBy
public string MutatedBy { get; set; }
The email address of the user making the change.
Property Value | |
---|---|
Type | Description |
string |