PropertyGroup
open class PropertyGroup : CustomStringConvertible
A subset of the property fields described by the corresponding PropertyGroupTemplate. Properties are always added to a Dropbox file as a PropertyGroup. The possible key names and value types in this group are defined by the corresponding PropertyGroupTemplate.
-
A unique identifier for the associated template.
Declaration
Swift
public let templateId: String
-
The actual properties associated with the template. There can be up to 32 property types per template.
Declaration
Swift
public let fields: Array<FileProperties.PropertyField>
-
Declaration
Swift
open var description: String { get }