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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>.

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.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

languageCode

string

The affected language code of the change.

Methods

get

Retrieves the specified Changelog.

list

Returns the list of Changelogs.