Changelog(mapping=None, *, ignore_unknown_fields=False, **kwargs)Changelogs represent a change made to the app or to an resource within the app.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The unique identifier of the changelog. Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
|
author |
str
Output only. Email address of the change author. |
display_name |
str
Output only. Display name of the change. It typically should be the display name of the resource that was changed. |
description |
str
Output only. Description of the change. which typically captures the changed fields in the resource. |
resource |
str
Output only. The resource that was changed. |
resource_type |
str
Output only. The type of the resource that was changed. |
action |
str
Output only. The action that was performed on the resource. |
original_resource |
google.protobuf.struct_pb2.Struct
Output only. The original resource before the change. |
new_resource |
google.protobuf.struct_pb2.Struct
Output only. The new resource after the change. |
dependent_resources |
MutableSequence[google.protobuf.struct_pb2.Struct]
Output only. The dependent resources that were changed. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the change was made. |
sequence_number |
int
Output only. The monotonically increasing sequence number of the changelog. |