Input$PairDeviceWithExternalIdV2Input constructor

Input$PairDeviceWithExternalIdV2Input({
  1. required String ioTCoreName,
  2. String? externalId,
})

Implementation

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