Input$NotificationIntegrationPlatformApiParamsInput constructor
Input$NotificationIntegrationPlatformApiParamsInput({})
Implementation
factory Input$NotificationIntegrationPlatformApiParamsInput({
String? key,
String? value,
String? title,
String? userId,
String? picture,
String? description,
}) =>
Input$NotificationIntegrationPlatformApiParamsInput._({
if (key != null) r'key': key,
if (value != null) r'value': value,
if (title != null) r'title': title,
if (userId != null) r'userId': userId,
if (picture != null) r'picture': picture,
if (description != null) r'description': description,
});