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