Input$UpdateDeviceEncryptionKeysV2Input constructor
Input$UpdateDeviceEncryptionKeysV2Input({})
Implementation
factory Input$UpdateDeviceEncryptionKeysV2Input({
required String deviceId,
String? mepKey,
String? opticalKey,
String? gpk60Key,
String? gpk61Key,
}) => Input$UpdateDeviceEncryptionKeysV2Input._({
r'deviceId': deviceId,
if (mepKey != null) r'mepKey': mepKey,
if (opticalKey != null) r'opticalKey': opticalKey,
if (gpk60Key != null) r'gpk60Key': gpk60Key,
if (gpk61Key != null) r'gpk61Key': gpk61Key,
});