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 |
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 |