Gleanex.Client.Group (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Group

Summary

Types

t()

@type t() :: %Gleanex.Client.Group{
  datasourceInstance: String.t() | nil,
  id: String.t(),
  name: String.t() | nil,
  provisioningId: String.t() | nil,
  type: String.t()
}