DeleteIdentitiesResponse constructor

DeleteIdentitiesResponse({
  1. List<UnprocessedIdentityId>? unprocessedIdentityIds,
})

Implementation

DeleteIdentitiesResponse({
  this.unprocessedIdentityIds,
});