Resource: Draft
Message describing Draft object
JSON representation |
---|
{
"name"
:
string
,
"createTime"
:
string
,
"updateTime"
:
string
,
"labels"
:
{
string
:
string
,
...
}
,
"displayName"
:
string
,
"description"
:
string
,
"draftApplicationConfigs"
:
{
object (
|
Fields | |
---|---|
name
|
name of resource |
createTime
|
Output only. Create timestamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime
|
Output only. Create timestamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels
|
Labels as key value pairs An object containing a list of |
displayName
|
Required. A user friendly display name for the solution. |
description
|
A description for this application. |
draftApplicationConfigs
|
The draft application configs which haven't been updated to an application. |
Methods |
|
---|---|
|
Creates a new Draft in a given project and location. |
|
Deletes a single Draft. |
|
Gets details of a single Draft. |
|
Lists Drafts in a given project and location. |
|
Updates the parameters of a single Draft. |