ObjectMetadataList
public struct ObjectMetadataList : Codable, Equatable
List of objects.
-
Number of unique named objects in the collection.
Declaration
Swift
public var objectCount: Int -
The objects in the collection.
Declaration
Swift
public var objects: [ObjectMetadata]?
View on GitHub
ObjectMetadataList Structure Reference