Class representing the result of creating, querying, updating or deleting media restrictions (also known as video restrictions). More...
Properties | |
FaultDevice[] | FaultDevices [get, set] |
A list of devices for which the operation failed. | |
RestrictedMedia | RestrictedMedia [get, set] |
If Status is RestrictedMediaResultStatus.Success or RestrictedMediaResultStatus.PartlySuccess, the resulting media restriction; otherwise null. For delete, the restriction contains only the id of the deleted restriction. | |
RestrictedMediaResultStatus | Status [get, set] |
The overall result of the operation performed. | |
WarningDevice[] | WarningDevices [get, set] |
A list of devices for which the operation succeeded, but with warnings. | |
Class representing the result of creating, querying, updating or deleting media restrictions (also known as video restrictions).
|
getset |
A list of devices for which the operation failed.
|
getset |
If Status is RestrictedMediaResultStatus.Success or RestrictedMediaResultStatus.PartlySuccess, the resulting media restriction; otherwise null. For delete, the restriction contains only the id of the deleted restriction.
|
getset |
The overall result of the operation performed.
|
getset |
A list of devices for which the operation succeeded, but with warnings.