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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
language |
The affected language code of the change. |
Methods |
|
---|---|
|
Retrieves the specified Changelog. |
|
Returns the list of Changelogs. |