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