REST Resource: projects.locations.orders.changeLogEntries

Resource: ChangeLogEntry

A log entry of a change made to an order.

JSON representation
{
  "name": string,
  "createTime": string,
  "labels": {
    string: string,
    ...
  },
  "log": string
}
Fields
name

string

Identifier. Name of this change log entry. Format: projects/{project}/locations/{location}/orders/{order}/changeLogEntries/{change_log_entry}

createTime

string (Timestamp format)

Output only. Time when this change log entry was created.

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".

labels

map (key: string, value: string)

Optional. Labels associated with this change log entry as key value pairs. For more information about labels, see Create and manage labels.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

log

string

Output only. Content of this log entry.

Methods

get

Gets details of a change to an order.

list

Lists the changes made to an order.