Ory.Model.CreateProjectInvitesResponse (ory_client v1.1.37)

Response to the create project invite request

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.CreateProjectInvitesResponse{
  all_invites: [Ory.Model.ProjectInvite.t()],
  created_invites: [Ory.Model.ProjectInvite.t()]
}