WorkOS.ClaimViewResponse (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

ClaimViewResponse model.

Summary

Types

t()

@type t() :: %WorkOS.ClaimViewResponse{
  id: String.t(),
  organizations: [WorkOS.ClaimViewResponseOrganization.t()],
  status: WorkOS.ClaimViewResponseStatus.t(),
  user_code: String.t()
}