Auki::Manna::LighthouseData
Data for a static Lighthouse.
Public Functions
Name | |
---|---|
LighthouseData() |
Public Attributes
Name | |
---|---|
string | id Lighthouse id in long format. |
string | shortId Lighthouse id in short format. |
string | organizationId Lighthouse owner organization id. |
string | name Lighthouse name. |
float | size Physical size of a Lighthouse (in centimeters). |
DateTime | createdAt Time at which the Lighthouse was created. |
DateTime | updatedAt Time at which the Lighthouse was last updated. |
LighthousePose[] | poses Array of LighthousePoses associated with this Lighthouse. |
Public Functions Documentation
function LighthouseData
LighthouseData()
Public Attributes Documentation
variable id
string id;
Lighthouse id in long format.
variable shortId
string shortId;
Lighthouse id in short format.
variable organizationId
string organizationId;
Lighthouse owner organization id.
variable name
string name;
Lighthouse name.
variable size
float size;
Physical size of a Lighthouse (in centimeters).
variable createdAt
DateTime createdAt;
Time at which the Lighthouse was created.
variable updatedAt
DateTime updatedAt;
Time at which the Lighthouse was last updated.
variable poses
LighthousePose[] poses;
Array of LighthousePoses associated with this Lighthouse.