UnitySwiftKotlin←API Reference Return to API Reference index←packageNianticSpatial.NSDK.AR.Sites NianticSpatial.NSDK.AR.Sites Struct OrganizationInfo OrganizationInfoInformation about an organization. Declaration public readonly struct OrganizationInfo : ValueType Constructors public OrganizationInfo(string id, string name, string status, long createdTimestamp) Properties NameTypeSummaryreadonly CreatedTimestampRead-only accesslongThe Unix timestamp (in seconds) when the organization was created.readonly IdRead-only accessstringThe unique identifier for the organization.readonly NameRead-only accessstringThe organization's name.readonly StatusRead-only accessstringThe organization's status.