Class Changelog (1.12.0)

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

Changelogs represents a change made to a given agent.

Attributes

NameDescription
name str
The unique identifier of the changelog. Format: ``projects/
user_email str
Email address of the authenticated user.
display_name str
The affected resource display name of the change.
action str
The action of the change.
type_ str
The affected resource type.
resource str
The affected resource name of the change.
create_time google.protobuf.timestamp_pb2.Timestamp
The timestamp of the change.

Inheritance

builtins.object > proto.message.Message > Changelog