Resource: SharedTemplate
A read-only template that is shared with a space.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "originTemplate": string, "createTime": string, "updateTime": string, "latestRevisionId": string } |
Fields | |
---|---|
name |
Identifier. The shared template name. projects/$project/locations/$location/spaces/$space/sharedTemplates/$sharedTemplate |
displayName |
Optional. The shared template display name. |
description |
Optional. The shared template description. |
originTemplate |
Output only. The origin template of the shared template. |
createTime |
Output only. The shared template creation timestamp. 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: |
updateTime |
Output only. The shared template update timestamp. 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: |
latestRevisionId |
Output only. Latest revision of the shared template. |
Methods |
|
---|---|
|
Gets details about a shared template. |
|
Lists shared templates in a given space. |