ptzConfigurations property

  1. @JsonKey(name: 'PTZConfiguration', fromJson: _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: _ptzConfigurationConverter)
final List<PtzConfiguration> ptzConfigurations;