Google Cloud Monitoring v3 API - Class MutationRecord (3.8.0)

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.

Inheritance

object > MutationRecord

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

MutationRecord()

public MutationRecord()

MutationRecord(MutationRecord)

public MutationRecord(MutationRecord other)
Parameter
NameDescription
otherMutationRecord

Properties

MutateTime

public Timestamp MutateTime { get; set; }

When the change occurred.

Property Value
TypeDescription
Timestamp

MutatedBy

public string MutatedBy { get; set; }

The email address of the user making the change.

Property Value
TypeDescription
string