Input$UpdateIpAllowListEnabledSettingInput constructor

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

Implementation

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