maxPasswordLength property
- @JsonKey.new(name: '@MaxPasswordLength', fromJson: OnvifUtil.optionalInt)
final
Maximum number of characters supported for the password by CreateUsers and SetUser.
Implementation
@JsonKey(name: '@MaxPasswordLength', fromJson: OnvifUtil.optionalInt)
final int? maxPasswordLength;