ptzConfigurations property

  1. @JsonKey(name: 'PTZConfiguration', fromJson: Ptz.ptzConfigurationConverter)
List<PtzConfiguration> ptzConfigurations
final

A list of all existing PTZConfigurations on the NVT that is suitable to be added to the addressed media profile.

Implementation

@JsonKey(name: 'PTZConfiguration', fromJson: Ptz.ptzConfigurationConverter)
final List<PtzConfiguration> ptzConfigurations;