Class MutationRecord (2.11.0)

MutationRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes a change made to a configuration.

Attributes

NameDescription
mutate_time google.protobuf.timestamp_pb2.Timestamp
When the change occurred.
mutated_by str
The email address of the user making the change.

Inheritance

builtins.object > proto.message.Message > MutationRecord