Input$UpdateNotificationRestrictionSettingInput constructor

Input$UpdateNotificationRestrictionSettingInput({
  1. String? clientMutationId,
  2. required String ownerId,
  3. required Enum$NotificationRestrictionSettingValue settingValue,
})

Implementation

Input$UpdateNotificationRestrictionSettingInput(
    {this.clientMutationId,
    required this.ownerId,
    required this.settingValue});