Struct google_monitoring3::MutationRecord[][src]

pub struct MutationRecord {
    pub mutated_by: Option<String>,
    pub mutate_time: Option<String>,
}

Describes a change made to a configuration.

This type is not used in any activity, and only used as part of another schema.

Fields

The email address of the user making the change.

When the change occurred.

Trait Implementations

impl Default for MutationRecord
[src]

Returns the "default value" for a type. Read more

impl Clone for MutationRecord
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MutationRecord
[src]

Formats the value using the given formatter. Read more

impl Part for MutationRecord
[src]

Auto Trait Implementations