storageTypesSupported property

  1. @JsonKey(name: '@StorageTypesSupported', fromJson: OnvifUtil.stringToList)
List<String> storageTypesSupported
final

List of supported automatic GeoLocation adjustment supported by the device. Valid items are defined by tds:AutoGeoMode.

Implementation

@JsonKey(name: '@StorageTypesSupported', fromJson: OnvifUtil.stringToList)
final List<String> storageTypesSupported;