PropertyField

public class PropertyField : CustomStringConvertible, JSONRepresentable

Raw key/value data to be associated with a Dropbox file. Property fields are added to Dropbox files as a PropertyGroup.

  • Key of the property field associated with a file and template. Keys can be up to 256 bytes.

    Declaration

    Swift

    public let name: String
  • Value of the property field associated with a file and template. Values can be up to 1024 bytes.

    Declaration

    Swift

    public let value: String
  • Declaration

    Swift

    public var description: String { get }