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