Collection
public struct Collection : Codable, Equatable
A collection for storing documents.
-
The unique identifier of the collection.
Declaration
Swift
public var collectionID: String? -
The name of the collection.
Declaration
Swift
public var name: String?
View on GitHub
Collection Structure Reference