Relationships
public struct Relationships : Codable
A root object that stores information about session relationships, such as the user it belongs to, and the platform it was created on.
-
The platform object on which the session was created.
Declaration
Swift
public let platform: PlatformResponse
-
The location object for where the session was created.
Declaration
Swift
public let location: LocationResponse