ListProjectsResponse
public struct ListProjectsResponse : Codable, Equatable
A list of projects in this instance.
-
An array of project details.
Declaration
Swift
public var projects: [ProjectListDetails]?
View on GitHub
ListProjectsResponse Structure Reference