View Source GoogleApi.Monitoring.V3.Model.MutationRecord (google_api_monitoring v0.55.0)

Describes a change made to a configuration.

Attributes

  • mutateTime (type: DateTime.t, default: nil) - When the change occurred.
  • mutatedBy (type: String.t, default: nil) - The email address of the user making the change.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.MutationRecord{
  mutateTime: DateTime.t() | nil,
  mutatedBy: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.