Resource: Changelog
Changelogs represents a change made to a given agent.
| JSON representation |
|---|
{ "name" : string , "userEmail" : string , "displayName" : string , "action" : string , "type" : string , "resource" : string , "createTime" : string , "languageCode" : string } |
| Fields | |
|---|---|
name
|
The unique identifier of the changelog. Format: |
userEmail
|
Email address of the authenticated user. |
displayName
|
The affected resource display name of the change. |
action
|
The action of the change. |
type
|
The affected resource type. |
resource
|
The affected resource name of the change. |
createTime
|
The timestamp of the change. 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: |
languageCode
|
The affected language code of the change. |
Methods |
|
|---|---|
|
Retrieves the specified Changelog. |
|
Returns the list of Changelogs. |

