Resource: PlaybookVersion
Playbook version is a snapshot of the playbook at certain timestamp.
| JSON representation | 
|---|
| { "name": string, "description": string, "playbook": { object ( | 
| Fields | |
|---|---|
| name | 
 The unique identifier of the playbook version. Format:  | 
| description | 
 Optional. The description of the playbook version. | 
| playbook | 
 Output only. Snapshot of the playbook when the playbook version is created. | 
| examples[] | 
 Output only. Snapshot of the examples belonging to the playbook when the playbook version is created. | 
| updateTime | 
 Output only. Last time the playbook version was created or modified. 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:  | 
| Methods | |
|---|---|
| 
 | Creates a version for the specified Playbook. | 
| 
 | Deletes the specified version of the Playbook. | 
| 
 | Retrieves the specified version of the Playbook. | 
| 
 | Lists versions for the specified Playbook. | 
| 
 | Retrieves the specified version of the Playbook and stores it as the current playbook draft, returning the playbook with resources updated. |