FileProperties
public class FileProperties
Datatypes and serializers for the file_properties namespace
-
The AddPropertiesArg struct
See moreDeclaration
Swift
public class AddPropertiesArg : CustomStringConvertible, JSONRepresentable -
The TemplateError union
See moreDeclaration
Swift
public enum TemplateError : CustomStringConvertible, JSONRepresentable -
The PropertiesError union
See moreDeclaration
Swift
public enum PropertiesError : CustomStringConvertible, JSONRepresentable -
The InvalidPropertyGroupError union
See moreDeclaration
Swift
public enum InvalidPropertyGroupError : CustomStringConvertible, JSONRepresentable -
The AddPropertiesError union
See moreDeclaration
Swift
public enum AddPropertiesError : CustomStringConvertible, JSONRepresentable -
Defines how a property group may be structured.
See moreDeclaration
Swift
public class PropertyGroupTemplate : CustomStringConvertible, JSONRepresentable -
The AddTemplateArg struct
Declaration
Swift
public class AddTemplateArg : FileProperties.PropertyGroupTemplate -
The AddTemplateResult struct
See moreDeclaration
Swift
public class AddTemplateResult : CustomStringConvertible, JSONRepresentable -
The GetTemplateArg struct
See moreDeclaration
Swift
public class GetTemplateArg : CustomStringConvertible, JSONRepresentable -
The GetTemplateResult struct
Declaration
Swift
public class GetTemplateResult : FileProperties.PropertyGroupTemplate -
The ListTemplateResult struct
See moreDeclaration
Swift
public class ListTemplateResult : CustomStringConvertible, JSONRepresentable -
Logical operator to join search queries together.
See moreDeclaration
Swift
public enum LogicalOperator : CustomStringConvertible, JSONRepresentable -
The LookUpPropertiesError union
See moreDeclaration
Swift
public enum LookUpPropertiesError : CustomStringConvertible, JSONRepresentable -
The LookupError union
See moreDeclaration
Swift
public enum LookupError : CustomStringConvertible, JSONRepresentable -
The ModifyTemplateError union
See moreDeclaration
Swift
public enum ModifyTemplateError : CustomStringConvertible, JSONRepresentable -
The OverwritePropertyGroupArg struct
See moreDeclaration
Swift
public class OverwritePropertyGroupArg : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchArg struct
See moreDeclaration
Swift
public class PropertiesSearchArg : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchContinueArg struct
See moreDeclaration
Swift
public class PropertiesSearchContinueArg : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchContinueError union
See moreDeclaration
Swift
public enum PropertiesSearchContinueError : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchError union
See moreDeclaration
Swift
public enum PropertiesSearchError : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchMatch struct
See moreDeclaration
Swift
public class PropertiesSearchMatch : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchMode union
See moreDeclaration
Swift
public enum PropertiesSearchMode : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchQuery struct
See moreDeclaration
Swift
public class PropertiesSearchQuery : CustomStringConvertible, JSONRepresentable -
The PropertiesSearchResult struct
See moreDeclaration
Swift
public class PropertiesSearchResult : CustomStringConvertible, JSONRepresentable -
Raw key/value data to be associated with a Dropbox file. Property fields are added to Dropbox files as a PropertyGroup.
See moreDeclaration
Swift
public class PropertyField : CustomStringConvertible, JSONRepresentable -
Defines how a single property field may be structured. Used exclusively by PropertyGroupTemplate.
See moreDeclaration
Swift
public class PropertyFieldTemplate : 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.
See moreDeclaration
Swift
public class PropertyGroup : CustomStringConvertible, JSONRepresentable -
The PropertyGroupUpdate struct
See moreDeclaration
Swift
public class PropertyGroupUpdate : CustomStringConvertible, JSONRepresentable -
Data type of the given property field added.
See moreDeclaration
Swift
public enum PropertyType : CustomStringConvertible, JSONRepresentable -
The RemovePropertiesArg struct
See moreDeclaration
Swift
public class RemovePropertiesArg : CustomStringConvertible, JSONRepresentable -
The RemovePropertiesError union
See moreDeclaration
Swift
public enum RemovePropertiesError : CustomStringConvertible, JSONRepresentable -
The RemoveTemplateArg struct
See moreDeclaration
Swift
public class RemoveTemplateArg : CustomStringConvertible, JSONRepresentable -
The TemplateFilterBase union
See moreDeclaration
Swift
public enum TemplateFilterBase : CustomStringConvertible, JSONRepresentable -
The TemplateFilter union
See moreDeclaration
Swift
public enum TemplateFilter : CustomStringConvertible, JSONRepresentable -
The TemplateOwnerType union
See moreDeclaration
Swift
public enum TemplateOwnerType : CustomStringConvertible, JSONRepresentable -
The UpdatePropertiesArg struct
See moreDeclaration
Swift
public class UpdatePropertiesArg : CustomStringConvertible, JSONRepresentable -
The UpdatePropertiesError union
See moreDeclaration
Swift
public enum UpdatePropertiesError : CustomStringConvertible, JSONRepresentable -
The UpdateTemplateArg struct
See moreDeclaration
Swift
public class UpdateTemplateArg : CustomStringConvertible, JSONRepresentable -
The UpdateTemplateResult struct
See moreDeclaration
Swift
public class UpdateTemplateResult : CustomStringConvertible, JSONRepresentable
View on GitHub
FileProperties Class Reference