PropertiesSearchResult
public class PropertiesSearchResult : CustomStringConvertible, JSONRepresentable
The PropertiesSearchResult struct
-
A list (possibly empty) of matches for the query.
Declaration
Swift
public let matches: [FileProperties.PropertiesSearchMatch]
-
Pass the cursor into propertiesSearchContinue to continue to receive search results. Cursor will be null when there are no more results.
Declaration
Swift
public let cursor: String?
-
Declaration
Swift
public var description: String { get }