ExBifrost.Model.ListBusinessUnitTeams200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Paginated list of teams assigned to a business unit

Summary

Types

t()

@type t() :: %ExBifrost.Model.ListBusinessUnitTeams200Response{
  limit: integer(),
  page: integer(),
  teams: [ExBifrost.Model.CreateTeam200Response.t()],
  total: integer()
}

Functions

decode(value)