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: |
user |
Email address of the authenticated user. |
display |
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. |
create |
The timestamp of the change. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
language |
The affected language code of the change. |
Methods |
|
---|---|
|
Retrieves the specified Changelog. |
|
Returns the list of Changelogs. |