ptzConfigurations property
- @JsonKey(name: 'PTZConfiguration', fromJson: _ptzConfigurationConverter)
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;