Cyphi.Organization (Cyphi v0.1.0)

Provides struct and types for a Organization

Summary

Types

t()

@type t() :: %Cyphi.Organization{
  custom_fields: map() | nil,
  description: String.t() | nil,
  id: integer() | nil,
  internal: boolean() | nil,
  name: String.t() | nil,
  parent_id: integer() | nil,
  tags: [String.t()] | nil
}