Resource: Changelog
Changelogs represent a change made to the app or to an resource within the app.
| JSON representation |
|---|
{ "name": string, "author": string, "displayName": string, "description": string, "resource": string, "resourceType": string, "action": string, "originalResource": { object }, "newResource": { object }, "dependentResources": [ { object } ], "createTime": string } |
| Fields | |
|---|---|
name |
Identifier. The unique identifier of the changelog. Format: |
author |
Output only. Email address of the change author. |
displayName |
Output only. Display name of the change. It typically should be the display name of the resource that was changed. |
description |
Output only. Description of the change. which typically captures the changed fields in the resource. |
resource |
Output only. The resource that was changed. |
resourceType |
Output only. The type of the resource that was changed. |
action |
Output only. The action that was performed on the resource. |
originalResource |
Output only. The original resource before the change. |
newResource |
Output only. The new resource after the change. |
dependentResources[] |
Output only. The dependent resources that were changed. |
createTime |
Output only. The time when the change was made. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Gets the specified changelog. |
|
Lists the changelogs of the specified app. |