Input$UpdateIpAllowListForInstalledAppsEnabledSettingInput constructor

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

Implementation

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