Increase.Entities.Entity.Joint (Increase v1.0.0)

Copy Markdown View Source

Details of the joint entity. Will be present if structure is equal to joint.

Fields

  • individuals - The two individuals that share control of the entity.
  • name - The entity's name.

Summary

Types

t()

@type t() :: %Increase.Entities.Entity.Joint{
  individuals: [Increase.Entities.Entity.Joint.Individual.t()],
  name: String.t()
}