Cyphi.Group (Cyphi v0.1.0)
Provides struct and types for a Group
Summary
Types
@type t() :: %Cyphi.Group{ access_code: String.t() | nil, container_id: integer() | nil, container_type: String.t() | nil, description: String.t() | nil, display_in_catalog: boolean() | nil, id: integer() | nil, max_members: integer() | nil, metadata: Cyphi.GroupMetadata.t() | nil, name: String.t() | nil, private: boolean() | nil, tags: [String.t()] | nil, team: boolean() | nil, type: String.t() | nil, visibility: String.t() | nil }