Input$UpdateCheckSuitePreferencesInput constructor

Input$UpdateCheckSuitePreferencesInput({
  1. required List<Input$CheckSuiteAutoTriggerPreference> autoTriggerPreferences,
  2. String? clientMutationId,
  3. required String repositoryId,
})

Implementation

Input$UpdateCheckSuitePreferencesInput(
    {required this.autoTriggerPreferences,
    this.clientMutationId,
    required this.repositoryId});