SettingsHostsSoftwareDraftsMetadata
The Drafts.Metadata structure defines the metadata information about software draft.
Properties
string as date-time
creation_time
Required
Creation time of the software draft.
string
owner
Required
Owner of the software draft.
status
Required
The Drafts.StatusType enumerated type defines possible values of status of a software draft.
VALID : Software draft is valid.
INVALID : Software draft is invalid.
Possible values are: VALID , INVALID
JSON Example
{
"creation_time": "string",
"owner": "string",
"status": "VALID"
}