ServerCommandService.RestrictedMediaResult Class Reference

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.
 

Detailed Description

Class representing the result of creating, querying, updating or deleting media restrictions (also known as video restrictions).

Property Documentation

◆ FaultDevices

FaultDevice [] ServerCommandService.RestrictedMediaResult.FaultDevices
getset

A list of devices for which the operation failed.

◆ RestrictedMedia

RestrictedMedia ServerCommandService.RestrictedMediaResult.RestrictedMedia
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.

◆ Status

RestrictedMediaResultStatus ServerCommandService.RestrictedMediaResult.Status
getset

The overall result of the operation performed.

◆ WarningDevices

WarningDevice [] ServerCommandService.RestrictedMediaResult.WarningDevices
getset

A list of devices for which the operation succeeded, but with warnings.