FileProperties

public class FileProperties

Datatypes and serializers for the file_properties namespace

  • The AddPropertiesArg struct

    See more

    Declaration

    Swift

    public class AddPropertiesArg : CustomStringConvertible, JSONRepresentable
  • The TemplateError union

    See more

    Declaration

    Swift

    public enum TemplateError : CustomStringConvertible, JSONRepresentable
  • The PropertiesError union

    See more

    Declaration

    Swift

    public enum PropertiesError : CustomStringConvertible, JSONRepresentable
  • The InvalidPropertyGroupError union

    See more

    Declaration

    Swift

    public enum InvalidPropertyGroupError : CustomStringConvertible, JSONRepresentable
  • The AddPropertiesError union

    See more

    Declaration

    Swift

    public enum AddPropertiesError : CustomStringConvertible, JSONRepresentable
  • Defines how a property group may be structured.

    See more

    Declaration

    Swift

    public class PropertyGroupTemplate : CustomStringConvertible, JSONRepresentable
  • The AddTemplateArg struct

    Declaration

    Swift

    public class AddTemplateArg : FileProperties.PropertyGroupTemplate
  • The AddTemplateResult struct

    See more

    Declaration

    Swift

    public class AddTemplateResult : CustomStringConvertible, JSONRepresentable
  • The GetTemplateArg struct

    See more

    Declaration

    Swift

    public class GetTemplateArg : CustomStringConvertible, JSONRepresentable
  • The GetTemplateResult struct

    Declaration

    Swift

    public class GetTemplateResult : FileProperties.PropertyGroupTemplate
  • The ListTemplateResult struct

    See more

    Declaration

    Swift

    public class ListTemplateResult : CustomStringConvertible, JSONRepresentable
  • Logical operator to join search queries together.

    See more

    Declaration

    Swift

    public enum LogicalOperator : CustomStringConvertible, JSONRepresentable
  • The LookUpPropertiesError union

    See more

    Declaration

    Swift

    public enum LookUpPropertiesError : CustomStringConvertible, JSONRepresentable
  • The LookupError union

    See more

    Declaration

    Swift

    public enum LookupError : CustomStringConvertible, JSONRepresentable
  • The ModifyTemplateError union

    See more

    Declaration

    Swift

    public enum ModifyTemplateError : CustomStringConvertible, JSONRepresentable
  • The OverwritePropertyGroupArg struct

    See more

    Declaration

    Swift

    public class OverwritePropertyGroupArg : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchArg struct

    See more

    Declaration

    Swift

    public class PropertiesSearchArg : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchContinueArg struct

    See more

    Declaration

    Swift

    public class PropertiesSearchContinueArg : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchContinueError union

    See more

    Declaration

    Swift

    public enum PropertiesSearchContinueError : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchError union

    See more

    Declaration

    Swift

    public enum PropertiesSearchError : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchMatch struct

    See more

    Declaration

    Swift

    public class PropertiesSearchMatch : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchMode union

    See more

    Declaration

    Swift

    public enum PropertiesSearchMode : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchQuery struct

    See more

    Declaration

    Swift

    public class PropertiesSearchQuery : CustomStringConvertible, JSONRepresentable
  • The PropertiesSearchResult struct

    See more

    Declaration

    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 more

    Declaration

    Swift

    public class PropertyField : CustomStringConvertible, JSONRepresentable
  • Defines how a single property field may be structured. Used exclusively by PropertyGroupTemplate.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public class PropertyGroup : CustomStringConvertible, JSONRepresentable
  • The PropertyGroupUpdate struct

    See more

    Declaration

    Swift

    public class PropertyGroupUpdate : CustomStringConvertible, JSONRepresentable
  • Data type of the given property field added.

    See more

    Declaration

    Swift

    public enum PropertyType : CustomStringConvertible, JSONRepresentable
  • The RemovePropertiesArg struct

    See more

    Declaration

    Swift

    public class RemovePropertiesArg : CustomStringConvertible, JSONRepresentable
  • The RemovePropertiesError union

    See more

    Declaration

    Swift

    public enum RemovePropertiesError : CustomStringConvertible, JSONRepresentable
  • The RemoveTemplateArg struct

    See more

    Declaration

    Swift

    public class RemoveTemplateArg : CustomStringConvertible, JSONRepresentable
  • The TemplateFilterBase union

    See more

    Declaration

    Swift

    public enum TemplateFilterBase : CustomStringConvertible, JSONRepresentable
  • The TemplateFilter union

    See more

    Declaration

    Swift

    public enum TemplateFilter : CustomStringConvertible, JSONRepresentable
  • The TemplateOwnerType union

    See more

    Declaration

    Swift

    public enum TemplateOwnerType : CustomStringConvertible, JSONRepresentable
  • The UpdatePropertiesArg struct

    See more

    Declaration

    Swift

    public class UpdatePropertiesArg : CustomStringConvertible, JSONRepresentable
  • The UpdatePropertiesError union

    See more

    Declaration

    Swift

    public enum UpdatePropertiesError : CustomStringConvertible, JSONRepresentable
  • The UpdateTemplateArg struct

    See more

    Declaration

    Swift

    public class UpdateTemplateArg : CustomStringConvertible, JSONRepresentable
  • The UpdateTemplateResult struct

    See more

    Declaration

    Swift

    public class UpdateTemplateResult : CustomStringConvertible, JSONRepresentable