WorkspaceCollection
public struct WorkspaceCollection : Codable, Equatable
WorkspaceCollection.
-
An array of objects describing the workspaces associated with the service instance.
Declaration
Swift
public var workspaces: [Workspace] -
The pagination data for the returned objects.
Declaration
Swift
public var pagination: Pagination
View on GitHub
WorkspaceCollection Structure Reference