REST Resource: projects.locations.apps.changelogs

Resource: Changelog

Changelogs represent a change made to the app or to an resource within the app.

JSON representation
{
  "name": string,
  "author": string,
  "displayName": string,
  "description": string,
  "resource": string,
  "resourceType": string,
  "action": string,
  "originalResource": {
    object
  },
  "newResource": {
    object
  },
  "dependentResources": [
    {
      object
    }
  ],
  "createTime": string
}
Fields
name

string

Identifier. The unique identifier of the changelog. Format: projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}

author

string

Output only. Email address of the change author.

displayName

string

Output only. Display name of the change. It typically should be the display name of the resource that was changed.

description

string

Output only. Description of the change. which typically captures the changed fields in the resource.

resource

string

Output only. The resource that was changed.

resourceType

string

Output only. The type of the resource that was changed.

action

string

Output only. The action that was performed on the resource.

originalResource

object (Struct format)

Output only. The original resource before the change.

newResource

object (Struct format)

Output only. The new resource after the change.

dependentResources[]

object (Struct format)

Output only. The dependent resources that were changed.

createTime

string (Timestamp format)

Output only. The time when the change was made.

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

Methods

get

Gets the specified changelog.

list

Lists the changelogs of the specified app.