Gleanex.Client.PersonTeam (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a PersonTeam

Summary

Types

t()

@type t() :: %Gleanex.Client.PersonTeam{
  externalLink: String.t() | nil,
  id: String.t() | nil,
  joinDate: DateTime.t() | nil,
  name: String.t() | nil,
  relationship: String.t() | nil
}