NamespaceMetadata
public class NamespaceMetadata : CustomStringConvertible, JSONRepresentable
Properties of a namespace.
-
The name of this namespace.
Declaration
Swift
public let name: String
-
The ID of this namespace.
Declaration
Swift
public let namespaceId: String
-
The type of this namespace.
Declaration
Swift
public let namespaceType: Team.NamespaceType
-
If this is a team member or app folder, the ID of the owning team member. Otherwise, this field is not present.
Declaration
Swift
public let teamMemberId: String?
-
Declaration
Swift
public var description: String { get }