ListCollectionsResponse
public struct ListCollectionsResponse : Codable, Equatable
Response object that contains an array of collection details.
-
An array that contains information about each collection in the project.
Declaration
Swift
public var collections: [Collection]?