PropertyGroup
public class PropertyGroup : CustomStringConvertible, JSONRepresentable
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: [FileProperties.PropertyField]
-
Declaration
Swift
public var description: String { get }