Gleanex.Client.PersonToTeamRelationship (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a PersonToTeamRelationship

Summary

Types

t()

@type t() :: %Gleanex.Client.PersonToTeamRelationship{
  customRelationshipStr: String.t() | nil,
  joinDate: DateTime.t() | nil,
  person: Gleanex.Client.Person.t(),
  relationship: String.t() | nil
}