AddPropertiesArg

public class AddPropertiesArg : CustomStringConvertible, JSONRepresentable

The AddPropertiesArg struct

  • A unique identifier for the file or folder.

    Declaration

    Swift

    public let path: String
  • The property groups which are to be added to a Dropbox file. No two groups in the input should refer to the same template.

    Declaration

    Swift

    public let propertyGroups: [FileProperties.PropertyGroup]
  • Declaration

    Swift

    public var description: String { get }