REST Resource: projects.locations.agents.changelogs

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

string

The unique identifier of the changelog. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

userEmail

string

Email address of the authenticated user.

displayName

string

The affected resource display name of the change.

action

string

The action of the change.

type

string

The affected resource type.

resource

string

The affected resource name of the change.

createTime

string (Timestamp format)

The timestamp of the change.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

languageCode

string

The affected language code of the change.

Methods

get

Retrieves the specified Changelog.

list

Returns the list of Changelogs.