Aura.Model.HexOrg (Aura v0.9.3)
View SourceStruct defining a Hex organization
💻 Examples
%Aura.Model.HexOrg{
billing_active: false,
inserted_at: ~U[2025-06-06 21:19:19.530971Z],
name: "my_org",
updated_at: ~U[2025-06-06 21:19:19.530971Z]
}
📖 Resources
- 🐝 Hex
- 💬 Contact the maintainer (he's happy to help!)
Summary
Types
@type t() :: %Aura.Model.HexOrg{ billing_active: Aura.Model.Common.billing_active(), inserted_at: Aura.Model.Common.inserted_at(), name: Aura.Common.org_name(), updated_at: Aura.Model.Common.updated_at() }
Type describing a Hex organization
🏷️ Keys
- name ::
Aura.Common.org_name/0
- billing_active ::
Aura.Model.Common.billing_active/0
- inserted_at ::
Aura.Model.Common.inserted_at/0
- updated_at ::
Aura.Model.Common.updated_at/0
💻 Examples
%Aura.Model.HexOrg{
billing_active: false,
inserted_at: ~U[2025-06-06 21:19:19.530971Z],
name: "my_org",
updated_at: ~U[2025-06-06 21:19:19.530971Z]
}
👀 See Also
Functions
Builds a HexOrg
from a map
🏷️ Params
- m :: A map to build into a
Aura.Model.HexOrg.t/0