ExBifrost.Model.CreateBusinessUnitGovernance200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Business unit governance operation response

Summary

Types

t()

@type t() :: %ExBifrost.Model.CreateBusinessUnitGovernance200Response{
  business_unit:
    ExBifrost.Model.CreateBusinessUnitGovernance200ResponseBusinessUnit.t()
    | nil,
  message: String.t() | nil
}

Functions

decode(value)