maxRecordings property

  1. @JsonKey(name: '@MaxRecordings', fromJson: int.parse)
int maxRecordings
final

Maximum number of recordings supported. (Integer values only.)

Implementation

@JsonKey(name: '@MaxRecordings', fromJson: int.parse)
final int maxRecordings;