Input$UpdateIpAllowListEntryInput constructor

Input$UpdateIpAllowListEntryInput({
  1. required String allowListValue,
  2. String? clientMutationId,
  3. required String ipAllowListEntryId,
  4. required bool isActive,
  5. String? name,
})

Implementation

Input$UpdateIpAllowListEntryInput(
    {required this.allowListValue,
    this.clientMutationId,
    required this.ipAllowListEntryId,
    required this.isActive,
    this.name});