maxRecordings property
- @JsonKey(name: '@MaxRecordings', fromJson: int.parse)
final
Maximum number of recordings supported. (Integer values only.)
Implementation
@JsonKey(name: '@MaxRecordings', fromJson: int.parse)
final int maxRecordings;