LibraryItemUpdatesessionPreviewWarningInfo
The PreviewWarningInfo structure provides information about the warnings which are raised during the update session preview.
Properties
boolean
ignored
Required
Indicates if this warning will be ignored during session complete operation.
type
Required
The warning type raised during preview of the update session.
JSON Example
{
"ignored": false,
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "enum"
}