Input$UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput constructor
Input$UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput({
- String? clientMutationId,
- required String enterpriseId,
- required Enum$EnterpriseEnabledDisabledSettingValue settingValue,
Implementation
Input$UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput(
{this.clientMutationId,
required this.enterpriseId,
required this.settingValue});