Show / Hide Table of Contents

Class MutationRecord

Describes a change made to a configuration.

Inheritance
object
MutationRecord
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

MutateTime

object representation of MutateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MutateTimeDateTimeOffset instead.")]
public virtual object MutateTime { get; set; }
Property Value
Type Description
object

MutateTimeDateTimeOffset

DateTimeOffset representation of MutateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MutateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MutateTimeRaw

When the change occurred.

Declaration
[JsonProperty("mutateTime")]
public virtual string MutateTimeRaw { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX