Aura.Model.HexOrg (Aura v1.0.1)

View Source

Struct 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

Summary

Types

t()

Type describing a Hex organization

Functions

Builds a HexOrg from a map

Types

t()

@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

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

build(m)

@spec build(m :: map()) :: t()

Builds a HexOrg from a map

Parameters

ParameterDescription
mA map to build into a Aura.Model.HexOrg.t/0