Settings_Hosts_Software_Drafts_Metadata
Settings_Hosts_Software_Drafts_Metadata
The Drafts.Metadata structure defines the metadata information about software draft.
JSON Example
{
"owner": "string",
"status": "string",
"creation_time": "string"
}
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.
string As date-time
creation_time
Required
Creation time of the software draft.