Input$UpdateNotificationRestrictionSettingInput constructor
Input$UpdateNotificationRestrictionSettingInput({
- String? clientMutationId,
- required String ownerId,
- required Enum$NotificationRestrictionSettingValue settingValue,
Implementation
Input$UpdateNotificationRestrictionSettingInput(
{this.clientMutationId,
required this.ownerId,
required this.settingValue});