TeamNamespacesListResult
public class TeamNamespacesListResult : CustomStringConvertible, JSONRepresentable
Result for namespacesList.
-
List of all namespaces the team can access.
Declaration
Swift
public let namespaces: [Team.NamespaceMetadata]
-
Pass the cursor into namespacesListContinue to obtain additional namespaces. Note that duplicate namespaces may be returned.
Declaration
Swift
public let cursor: String
-
Is true if there are additional namespaces that have not been returned yet.
Declaration
Swift
public let hasMore: Bool
-
Declaration
Swift
public var description: String { get }