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