UpdatePropertiesArg
open class UpdatePropertiesArg : CustomStringConvertible
The UpdatePropertiesArg struct
-
A unique identifier for the file or folder.
Declaration
Swift
public let path: String
-
The property groups “delta” updates to apply.
Declaration
Swift
public let updatePropertyGroups: Array<FileProperties.PropertyGroupUpdate>
-
Declaration
Swift
open var description: String { get }