PropertiesSearchMatch
public class PropertiesSearchMatch : CustomStringConvertible, JSONRepresentable
The PropertiesSearchMatch struct
-
The ID for the matched file or folder.
Declaration
Swift
public let id: String
-
The path for the matched file or folder.
Declaration
Swift
public let path: String
-
Whether the file or folder is deleted.
Declaration
Swift
public let isDeleted: Bool
-
List of custom property groups associated with the file.
Declaration
Swift
public let propertyGroups: [FileProperties.PropertyGroup]
-
Declaration
Swift
public var description: String { get }