UpdatePropertiesArg
public class UpdatePropertiesArg : CustomStringConvertible, JSONRepresentable
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: [FileProperties.PropertyGroupUpdate] -
Declaration
Swift
public var description: String { get }
View on GitHub
UpdatePropertiesArg Class Reference