OvfLibraryItemCreateResult
The LibraryItem.CreateResult structure defines the result of the LibraryItem.create operation. See LibraryItem.create.
Properties
Whether the LibraryItem.create operation completed successfully.
Errors, warnings, and informational messages produced by the LibraryItem.create operation. If unset, no errors, warnings, or informational messages were reported by the LibraryItem.create operation.
Identifier of the created or updated library item. If unset, the LibraryItem.create operation failed and LibraryItem.CreateResult.error will describe the error(s) that caused the failure. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Item. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.library.Item.
JSON Example
{
"succeeded": false
}