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".
Output only. The time when the zone was last updated.
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)
Labels as key value pairs
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-05 UTC."],[[["A Zone represents a Google Edge Cloud zone."],["The JSON representation of a Zone includes fields like name, createTime, updateTime, labels, and layoutName."],["The `name` field in the Zone's JSON is a required string, with other fields being a string, timestamp, or map."],["There are three methods available for interacting with Zones: `get`, `initialize`, and `list`."],["The `get` method retrieves details of a single Zone, `initialize` sets up resources for a Zone, and `list` shows all Zones in a project and location."]]],[]]