CollectionsList

public struct CollectionsList : Codable, Equatable

A container for the list of collections.

  • The collections in this service instance.

    Declaration

    Swift

    public var collections: [Collection]