google_api_monitoring v0.10.0 GoogleApi.Monitoring.V3.Model.MutationRecord View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Monitoring.V3.Model.MutationRecord{
mutateTime: DateTime.t(),
mutatedBy: String.t()
}
t() :: %GoogleApi.Monitoring.V3.Model.MutationRecord{ mutateTime: DateTime.t(), mutatedBy: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.