Input$PairDeviceWithExternalIdInput constructor
Implementation
factory Input$PairDeviceWithExternalIdInput({
required String deviceId,
String? externalId,
}) => Input$PairDeviceWithExternalIdInput._({
r'deviceId': deviceId,
if (externalId != null) r'externalId': externalId,
});