Input$CreateIpAllowListEntryInput constructor

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

Implementation

Input$CreateIpAllowListEntryInput(
    {required this.allowListValue,
    this.clientMutationId,
    required this.isActive,
    this.name,
    required this.ownerId});