atsConnectionType property
- @JsonKey(name: 'atsConnectionType', toJson: subDeviceConnectionTypeDTONullableToJson, fromJson: subDeviceConnectionTypeDTONullableFromJson)
final
Implementation
@JsonKey(
name: 'atsConnectionType',
toJson: subDeviceConnectionTypeDTONullableToJson,
fromJson: subDeviceConnectionTypeDTONullableFromJson,
)
final enums.SubDeviceConnectionTypeDTO? atsConnectionType;