The response message for Environments.GetEnvironmentHistory
.
JSON representation |
---|
{
"parent": string,
"entries": [
{
object ( |
Fields | |
---|---|
parent |
Output only. The name of the environment this history is for. Supported formats:
The environment ID for the default environment is |
entries[] |
Output only. The list of agent environments. There will be a maximum number of items returned based on the pageSize field in the request. |
next |
Output only. Token to retrieve the next page of results, or empty if there are no more results in the list. |
Entry
Represents an environment history entry.
JSON representation |
---|
{ "agentVersion": string, "description": string, "createTime": string } |
Fields | |
---|---|
agent |
The agent version loaded into this environment history entry. |
description |
The developer-provided description for this environment history entry. |
create |
The creation time of this environment history entry. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |