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