Skip to main content
API Reference NianticSpatial.NSDK.AR.Sites

OrganizationInfo

Information about an organization.

Declaration

public readonly struct OrganizationInfo : ValueType

Constructors

public OrganizationInfo(string id, string name, string status, long createdTimestamp)

Properties

NameTypeSummary
readonly CreatedTimestamplong
The Unix timestamp (in seconds) when the organization was created.
readonly Idstring
The unique identifier for the organization.
readonly Namestring
The organization's name.
readonly Statusstring
The organization's status.