Input$DeleteIpAllowListEntryInput constructor

Input$DeleteIpAllowListEntryInput({
  1. String? clientMutationId,
  2. required String ipAllowListEntryId,
})

Implementation

Input$DeleteIpAllowListEntryInput(
    {this.clientMutationId, required this.ipAllowListEntryId});