Files
public class Files
Datatypes and serializers for the files namespace
-
The AddTagArg struct
See moreDeclaration
Swift
public class AddTagArg : CustomStringConvertible, JSONRepresentable
-
The BaseTagError union
See moreDeclaration
Swift
public enum BaseTagError : CustomStringConvertible, JSONRepresentable
-
The AddTagError union
See moreDeclaration
Swift
public enum AddTagError : CustomStringConvertible, JSONRepresentable
-
The GetMetadataArg struct
See moreDeclaration
Swift
public class GetMetadataArg : CustomStringConvertible, JSONRepresentable
-
The AlphaGetMetadataArg struct
See moreDeclaration
Swift
public class AlphaGetMetadataArg : Files.GetMetadataArg
-
The GetMetadataError union
See moreDeclaration
Swift
public enum GetMetadataError : CustomStringConvertible, JSONRepresentable
-
The AlphaGetMetadataError union
See moreDeclaration
Swift
public enum AlphaGetMetadataError : CustomStringConvertible, JSONRepresentable
-
The CommitInfo struct
See moreDeclaration
Swift
public class CommitInfo : CustomStringConvertible, JSONRepresentable
-
The ContentSyncSetting struct
See moreDeclaration
Swift
public class ContentSyncSetting : CustomStringConvertible, JSONRepresentable
-
The ContentSyncSettingArg struct
See moreDeclaration
Swift
public class ContentSyncSettingArg : CustomStringConvertible, JSONRepresentable
-
The CreateFolderArg struct
See moreDeclaration
Swift
public class CreateFolderArg : CustomStringConvertible, JSONRepresentable
-
The CreateFolderBatchArg struct
See moreDeclaration
Swift
public class CreateFolderBatchArg : CustomStringConvertible, JSONRepresentable
-
The CreateFolderBatchError union
See moreDeclaration
Swift
public enum CreateFolderBatchError : CustomStringConvertible, JSONRepresentable
-
The CreateFolderBatchJobStatus union
See moreDeclaration
Swift
public enum CreateFolderBatchJobStatus : CustomStringConvertible, JSONRepresentable
-
Result returned by createFolderBatch that may either launch an asynchronous job or complete synchronously.
See moreDeclaration
Swift
public enum CreateFolderBatchLaunch : CustomStringConvertible, JSONRepresentable
-
The FileOpsResult struct
See moreDeclaration
Swift
public class FileOpsResult : CustomStringConvertible, JSONRepresentable
-
The CreateFolderBatchResult struct
See moreDeclaration
Swift
public class CreateFolderBatchResult : Files.FileOpsResult
-
The CreateFolderBatchResultEntry union
See moreDeclaration
Swift
public enum CreateFolderBatchResultEntry : CustomStringConvertible, JSONRepresentable
-
The CreateFolderEntryError union
See moreDeclaration
Swift
public enum CreateFolderEntryError : CustomStringConvertible, JSONRepresentable
-
The CreateFolderEntryResult struct
See moreDeclaration
Swift
public class CreateFolderEntryResult : CustomStringConvertible, JSONRepresentable
-
The CreateFolderError union
See moreDeclaration
Swift
public enum CreateFolderError : CustomStringConvertible, JSONRepresentable
-
The CreateFolderResult struct
See moreDeclaration
Swift
public class CreateFolderResult : Files.FileOpsResult
-
The DeleteArg struct
See moreDeclaration
Swift
public class DeleteArg : CustomStringConvertible, JSONRepresentable
-
The DeleteBatchArg struct
See moreDeclaration
Swift
public class DeleteBatchArg : CustomStringConvertible, JSONRepresentable
-
The DeleteBatchError union
See moreDeclaration
Swift
public enum DeleteBatchError : CustomStringConvertible, JSONRepresentable
-
The DeleteBatchJobStatus union
See moreDeclaration
Swift
public enum DeleteBatchJobStatus : CustomStringConvertible, JSONRepresentable
-
Result returned by deleteBatch that may either launch an asynchronous job or complete synchronously.
See moreDeclaration
Swift
public enum DeleteBatchLaunch : CustomStringConvertible, JSONRepresentable
-
The DeleteBatchResult struct
See moreDeclaration
Swift
public class DeleteBatchResult : Files.FileOpsResult
-
The DeleteBatchResultData struct
See moreDeclaration
Swift
public class DeleteBatchResultData : CustomStringConvertible, JSONRepresentable
-
The DeleteBatchResultEntry union
See moreDeclaration
Swift
public enum DeleteBatchResultEntry : CustomStringConvertible, JSONRepresentable
-
The DeleteError union
See moreDeclaration
Swift
public enum DeleteError : CustomStringConvertible, JSONRepresentable
-
The DeleteResult struct
See moreDeclaration
Swift
public class DeleteResult : Files.FileOpsResult
-
Metadata for a file or folder.
See moreDeclaration
Swift
public class Metadata : CustomStringConvertible, JSONRepresentable
-
Indicates that there used to be a file or folder at this path, but it no longer exists.
Declaration
Swift
public class DeletedMetadata : Files.Metadata
-
Dimensions for a photo or video.
See moreDeclaration
Swift
public class Dimensions : CustomStringConvertible, JSONRepresentable
-
The DownloadArg struct
See moreDeclaration
Swift
public class DownloadArg : CustomStringConvertible, JSONRepresentable
-
The DownloadError union
See moreDeclaration
Swift
public enum DownloadError : CustomStringConvertible, JSONRepresentable
-
The DownloadZipArg struct
See moreDeclaration
Swift
public class DownloadZipArg : CustomStringConvertible, JSONRepresentable
-
The DownloadZipError union
See moreDeclaration
Swift
public enum DownloadZipError : CustomStringConvertible, JSONRepresentable
-
The DownloadZipResult struct
See moreDeclaration
Swift
public class DownloadZipResult : CustomStringConvertible, JSONRepresentable
-
The ExportArg struct
See moreDeclaration
Swift
public class ExportArg : CustomStringConvertible, JSONRepresentable
-
The ExportError union
See moreDeclaration
Swift
public enum ExportError : CustomStringConvertible, JSONRepresentable
-
Export information for a file.
See moreDeclaration
Swift
public class ExportInfo : CustomStringConvertible, JSONRepresentable
-
The ExportMetadata struct
See moreDeclaration
Swift
public class ExportMetadata : CustomStringConvertible, JSONRepresentable
-
The ExportResult struct
See moreDeclaration
Swift
public class ExportResult : CustomStringConvertible, JSONRepresentable
-
The FileCategory union
See moreDeclaration
Swift
public enum FileCategory : CustomStringConvertible, JSONRepresentable
-
The FileLock struct
See moreDeclaration
Swift
public class FileLock : CustomStringConvertible, JSONRepresentable
-
The FileLockContent union
See moreDeclaration
Swift
public enum FileLockContent : CustomStringConvertible, JSONRepresentable
-
The FileLockMetadata struct
See moreDeclaration
Swift
public class FileLockMetadata : CustomStringConvertible, JSONRepresentable
-
Sharing info for a file or folder.
See moreDeclaration
Swift
public class SharingInfo : CustomStringConvertible, JSONRepresentable
-
Sharing info for a file which is contained by a shared folder.
See moreDeclaration
Swift
public class FileSharingInfo : Files.SharingInfo
-
The FileStatus union
See moreDeclaration
Swift
public enum FileStatus : CustomStringConvertible, JSONRepresentable
-
Sharing info for a folder which is contained in a shared folder or is a shared folder mount point.
See moreDeclaration
Swift
public class FolderSharingInfo : Files.SharingInfo
-
The GetCopyReferenceArg struct
See moreDeclaration
Swift
public class GetCopyReferenceArg : CustomStringConvertible, JSONRepresentable
-
The GetCopyReferenceError union
See moreDeclaration
Swift
public enum GetCopyReferenceError : CustomStringConvertible, JSONRepresentable
-
The GetCopyReferenceResult struct
See moreDeclaration
Swift
public class GetCopyReferenceResult : CustomStringConvertible, JSONRepresentable
-
The GetTagsArg struct
See moreDeclaration
Swift
public class GetTagsArg : CustomStringConvertible, JSONRepresentable
-
The GetTagsResult struct
See moreDeclaration
Swift
public class GetTagsResult : CustomStringConvertible, JSONRepresentable
-
The GetTemporaryLinkArg struct
See moreDeclaration
Swift
public class GetTemporaryLinkArg : CustomStringConvertible, JSONRepresentable
-
The GetTemporaryLinkError union
See moreDeclaration
Swift
public enum GetTemporaryLinkError : CustomStringConvertible, JSONRepresentable
-
The GetTemporaryLinkResult struct
See moreDeclaration
Swift
public class GetTemporaryLinkResult : CustomStringConvertible, JSONRepresentable
-
The GetTemporaryUploadLinkArg struct
See moreDeclaration
Swift
public class GetTemporaryUploadLinkArg : CustomStringConvertible, JSONRepresentable
-
The GetTemporaryUploadLinkResult struct
See moreDeclaration
Swift
public class GetTemporaryUploadLinkResult : CustomStringConvertible, JSONRepresentable
-
Arguments for getThumbnailBatch.
See moreDeclaration
Swift
public class GetThumbnailBatchArg : CustomStringConvertible, JSONRepresentable
-
The GetThumbnailBatchError union
See moreDeclaration
Swift
public enum GetThumbnailBatchError : CustomStringConvertible, JSONRepresentable
-
The GetThumbnailBatchResult struct
See moreDeclaration
Swift
public class GetThumbnailBatchResult : CustomStringConvertible, JSONRepresentable
-
The GetThumbnailBatchResultData struct
See moreDeclaration
Swift
public class GetThumbnailBatchResultData : CustomStringConvertible, JSONRepresentable
-
The GetThumbnailBatchResultEntry union
See moreDeclaration
Swift
public enum GetThumbnailBatchResultEntry : CustomStringConvertible, JSONRepresentable
-
GPS coordinates for a photo or video.
See moreDeclaration
Swift
public class GpsCoordinates : CustomStringConvertible, JSONRepresentable
-
The HighlightSpan struct
See moreDeclaration
Swift
public class HighlightSpan : CustomStringConvertible, JSONRepresentable
-
The import format of the incoming Paper doc content.
See moreDeclaration
Swift
public enum ImportFormat : CustomStringConvertible, JSONRepresentable
-
The ListFolderArg struct
See moreDeclaration
Swift
public class ListFolderArg : CustomStringConvertible, JSONRepresentable
-
The ListFolderContinueArg struct
See moreDeclaration
Swift
public class ListFolderContinueArg : CustomStringConvertible, JSONRepresentable
-
The ListFolderContinueError union
See moreDeclaration
Swift
public enum ListFolderContinueError : CustomStringConvertible, JSONRepresentable
-
The ListFolderError union
See moreDeclaration
Swift
public enum ListFolderError : CustomStringConvertible, JSONRepresentable
-
The ListFolderGetLatestCursorResult struct
See moreDeclaration
Swift
public class ListFolderGetLatestCursorResult : CustomStringConvertible, JSONRepresentable
-
The ListFolderLongpollArg struct
See moreDeclaration
Swift
public class ListFolderLongpollArg : CustomStringConvertible, JSONRepresentable
-
The ListFolderLongpollError union
See moreDeclaration
Swift
public enum ListFolderLongpollError : CustomStringConvertible, JSONRepresentable
-
The ListFolderLongpollResult struct
See moreDeclaration
Swift
public class ListFolderLongpollResult : CustomStringConvertible, JSONRepresentable
-
The ListFolderResult struct
See moreDeclaration
Swift
public class ListFolderResult : CustomStringConvertible, JSONRepresentable
-
The ListRevisionsArg struct
See moreDeclaration
Swift
public class ListRevisionsArg : CustomStringConvertible, JSONRepresentable
-
The ListRevisionsError union
See moreDeclaration
Swift
public enum ListRevisionsError : CustomStringConvertible, JSONRepresentable
-
The ListRevisionsMode union
See moreDeclaration
Swift
public enum ListRevisionsMode : CustomStringConvertible, JSONRepresentable
-
The ListRevisionsResult struct
See moreDeclaration
Swift
public class ListRevisionsResult : CustomStringConvertible, JSONRepresentable
-
The LockConflictError struct
See moreDeclaration
Swift
public class LockConflictError : CustomStringConvertible, JSONRepresentable
-
The LockFileArg struct
See moreDeclaration
Swift
public class LockFileArg : CustomStringConvertible, JSONRepresentable
-
The LockFileBatchArg struct
See moreDeclaration
Swift
public class LockFileBatchArg : CustomStringConvertible, JSONRepresentable
-
The LockFileBatchResult struct
See moreDeclaration
Swift
public class LockFileBatchResult : Files.FileOpsResult
-
The LockFileError union
See moreDeclaration
Swift
public enum LockFileError : CustomStringConvertible, JSONRepresentable
-
The LockFileResult struct
See moreDeclaration
Swift
public class LockFileResult : CustomStringConvertible, JSONRepresentable
-
The LockFileResultEntry union
See moreDeclaration
Swift
public enum LockFileResultEntry : CustomStringConvertible, JSONRepresentable
-
The LookupError union
See moreDeclaration
Swift
public enum LookupError : CustomStringConvertible, JSONRepresentable
-
The MediaInfo union
See moreDeclaration
Swift
public enum MediaInfo : CustomStringConvertible, JSONRepresentable
-
Metadata for a photo or video.
See moreDeclaration
Swift
public class MediaMetadata : CustomStringConvertible, JSONRepresentable
-
Metadata for a file, folder or other resource types.
See moreDeclaration
Swift
public enum MetadataV2 : CustomStringConvertible, JSONRepresentable
-
The MinimalFileLinkMetadata struct
See moreDeclaration
Swift
public class MinimalFileLinkMetadata : CustomStringConvertible, JSONRepresentable
-
The RelocationBatchArgBase struct
See moreDeclaration
Swift
public class RelocationBatchArgBase : CustomStringConvertible, JSONRepresentable
-
The MoveBatchArg struct
See moreDeclaration
Swift
public class MoveBatchArg : Files.RelocationBatchArgBase
-
The MoveIntoFamilyError union
See moreDeclaration
Swift
public enum MoveIntoFamilyError : CustomStringConvertible, JSONRepresentable
-
The MoveIntoVaultError union
See moreDeclaration
Swift
public enum MoveIntoVaultError : CustomStringConvertible, JSONRepresentable
-
The PaperContentError union
See moreDeclaration
Swift
public enum PaperContentError : CustomStringConvertible, JSONRepresentable
-
The PaperCreateArg struct
See moreDeclaration
Swift
public class PaperCreateArg : CustomStringConvertible, JSONRepresentable
-
The PaperCreateError union
See moreDeclaration
Swift
public enum PaperCreateError : CustomStringConvertible, JSONRepresentable
-
The PaperCreateResult struct
See moreDeclaration
Swift
public class PaperCreateResult : CustomStringConvertible, JSONRepresentable
-
The PaperDocUpdatePolicy union
See moreDeclaration
Swift
public enum PaperDocUpdatePolicy : CustomStringConvertible, JSONRepresentable
-
The PaperUpdateArg struct
See moreDeclaration
Swift
public class PaperUpdateArg : CustomStringConvertible, JSONRepresentable
-
The PaperUpdateError union
See moreDeclaration
Swift
public enum PaperUpdateError : CustomStringConvertible, JSONRepresentable
-
The PaperUpdateResult struct
See moreDeclaration
Swift
public class PaperUpdateResult : CustomStringConvertible, JSONRepresentable
-
The PathOrLink union
See moreDeclaration
Swift
public enum PathOrLink : CustomStringConvertible, JSONRepresentable
-
The PathToTags struct
See moreDeclaration
Swift
public class PathToTags : CustomStringConvertible, JSONRepresentable
-
Metadata for a photo.
Declaration
Swift
public class PhotoMetadata : Files.MediaMetadata
-
The PreviewArg struct
See moreDeclaration
Swift
public class PreviewArg : CustomStringConvertible, JSONRepresentable
-
The PreviewError union
See moreDeclaration
Swift
public enum PreviewError : CustomStringConvertible, JSONRepresentable
-
The PreviewResult struct
See moreDeclaration
Swift
public class PreviewResult : CustomStringConvertible, JSONRepresentable
-
The RelocationPath struct
See moreDeclaration
Swift
public class RelocationPath : CustomStringConvertible, JSONRepresentable
-
The RelocationArg struct
See moreDeclaration
Swift
public class RelocationArg : Files.RelocationPath
-
The RelocationBatchArg struct
See moreDeclaration
Swift
public class RelocationBatchArg : RelocationBatchArgBase
-
The RelocationError union
See moreDeclaration
Swift
public enum RelocationError : CustomStringConvertible, JSONRepresentable
-
The RelocationBatchError union
See moreDeclaration
Swift
public enum RelocationBatchError : CustomStringConvertible, JSONRepresentable
-
The RelocationBatchErrorEntry union
See moreDeclaration
Swift
public enum RelocationBatchErrorEntry : CustomStringConvertible, JSONRepresentable
-
The RelocationBatchJobStatus union
See moreDeclaration
Swift
public enum RelocationBatchJobStatus : CustomStringConvertible, JSONRepresentable
-
Result returned by copyBatch or moveBatch that may either launch an asynchronous job or complete synchronously.
See moreDeclaration
Swift
public enum RelocationBatchLaunch : CustomStringConvertible, JSONRepresentable
-
The RelocationBatchResult struct
See moreDeclaration
Swift
public class RelocationBatchResult : Files.FileOpsResult
-
The RelocationBatchResultData struct
See moreDeclaration
Swift
public class RelocationBatchResultData : CustomStringConvertible, JSONRepresentable
-
The RelocationBatchResultEntry union
See moreDeclaration
Swift
public enum RelocationBatchResultEntry : CustomStringConvertible, JSONRepresentable
-
Result returned by copyBatchCheckV2 or moveBatchCheckV2 that may either be in progress or completed with result for each entry.
See moreDeclaration
Swift
public enum RelocationBatchV2JobStatus : CustomStringConvertible, JSONRepresentable
-
Result returned by copyBatchV2 or moveBatchV2 that may either launch an asynchronous job or complete synchronously.
See moreDeclaration
Swift
public enum RelocationBatchV2Launch : CustomStringConvertible, JSONRepresentable
-
The RelocationBatchV2Result struct
See moreDeclaration
Swift
public class RelocationBatchV2Result : Files.FileOpsResult
-
The RelocationResult struct
See moreDeclaration
Swift
public class RelocationResult : Files.FileOpsResult
-
The RemoveTagArg struct
See moreDeclaration
Swift
public class RemoveTagArg : CustomStringConvertible, JSONRepresentable
-
The RemoveTagError union
See moreDeclaration
Swift
public enum RemoveTagError : CustomStringConvertible, JSONRepresentable
-
The RestoreArg struct
See moreDeclaration
Swift
public class RestoreArg : CustomStringConvertible, JSONRepresentable
-
The RestoreError union
See moreDeclaration
Swift
public enum RestoreError : CustomStringConvertible, JSONRepresentable
-
The SaveCopyReferenceArg struct
See moreDeclaration
Swift
public class SaveCopyReferenceArg : CustomStringConvertible, JSONRepresentable
-
The SaveCopyReferenceError union
See moreDeclaration
Swift
public enum SaveCopyReferenceError : CustomStringConvertible, JSONRepresentable
-
The SaveCopyReferenceResult struct
See moreDeclaration
Swift
public class SaveCopyReferenceResult : CustomStringConvertible, JSONRepresentable
-
The SaveUrlArg struct
See moreDeclaration
Swift
public class SaveUrlArg : CustomStringConvertible, JSONRepresentable
-
The SaveUrlError union
See moreDeclaration
Swift
public enum SaveUrlError : CustomStringConvertible, JSONRepresentable
-
The SaveUrlJobStatus union
See moreDeclaration
Swift
public enum SaveUrlJobStatus : CustomStringConvertible, JSONRepresentable
-
The SaveUrlResult union
See moreDeclaration
Swift
public enum SaveUrlResult : CustomStringConvertible, JSONRepresentable
-
The SearchArg struct
See moreDeclaration
Swift
public class SearchArg : CustomStringConvertible, JSONRepresentable
-
The SearchError union
See moreDeclaration
Swift
public enum SearchError : CustomStringConvertible, JSONRepresentable
-
The SearchMatch struct
See moreDeclaration
Swift
public class SearchMatch : CustomStringConvertible, JSONRepresentable
-
The SearchMatchFieldOptions struct
See moreDeclaration
Swift
public class SearchMatchFieldOptions : CustomStringConvertible, JSONRepresentable
-
Indicates what type of match was found for a given item.
See moreDeclaration
Swift
public enum SearchMatchType : CustomStringConvertible, JSONRepresentable
-
Indicates what type of match was found for a given item.
See moreDeclaration
Swift
public enum SearchMatchTypeV2 : CustomStringConvertible, JSONRepresentable
-
The SearchMatchV2 struct
See moreDeclaration
Swift
public class SearchMatchV2 : CustomStringConvertible, JSONRepresentable
-
The SearchMode union
See moreDeclaration
Swift
public enum SearchMode : CustomStringConvertible, JSONRepresentable
-
The SearchOptions struct
See moreDeclaration
Swift
public class SearchOptions : CustomStringConvertible, JSONRepresentable
-
The SearchOrderBy union
See moreDeclaration
Swift
public enum SearchOrderBy : CustomStringConvertible, JSONRepresentable
-
The SearchResult struct
See moreDeclaration
Swift
public class SearchResult : CustomStringConvertible, JSONRepresentable
-
The SearchV2Arg struct
See moreDeclaration
Swift
public class SearchV2Arg : CustomStringConvertible, JSONRepresentable
-
The SearchV2ContinueArg struct
See moreDeclaration
Swift
public class SearchV2ContinueArg : CustomStringConvertible, JSONRepresentable
-
The SearchV2Result struct
See moreDeclaration
Swift
public class SearchV2Result : CustomStringConvertible, JSONRepresentable
-
The SharedLink struct
See moreDeclaration
Swift
public class SharedLink : CustomStringConvertible, JSONRepresentable
-
The SharedLinkFileInfo struct
See moreDeclaration
Swift
public class SharedLinkFileInfo : CustomStringConvertible, JSONRepresentable
-
The SingleUserLock struct
See moreDeclaration
Swift
public class SingleUserLock : CustomStringConvertible, JSONRepresentable
-
The SymlinkInfo struct
See moreDeclaration
Swift
public class SymlinkInfo : CustomStringConvertible, JSONRepresentable
-
The SyncSetting union
See moreDeclaration
Swift
public enum SyncSetting : CustomStringConvertible, JSONRepresentable
-
The SyncSettingArg union
See moreDeclaration
Swift
public enum SyncSettingArg : CustomStringConvertible, JSONRepresentable
-
The SyncSettingsError union
See moreDeclaration
Swift
public enum SyncSettingsError : CustomStringConvertible, JSONRepresentable
-
Tag that can be added in multiple ways.
See moreDeclaration
Swift
public enum Tag : CustomStringConvertible, JSONRepresentable
-
The ThumbnailArg struct
See moreDeclaration
Swift
public class ThumbnailArg : CustomStringConvertible, JSONRepresentable
-
The ThumbnailError union
See moreDeclaration
Swift
public enum ThumbnailError : CustomStringConvertible, JSONRepresentable
-
The ThumbnailFormat union
See moreDeclaration
Swift
public enum ThumbnailFormat : CustomStringConvertible, JSONRepresentable
-
The ThumbnailMode union
See moreDeclaration
Swift
public enum ThumbnailMode : CustomStringConvertible, JSONRepresentable
-
The ThumbnailSize union
See moreDeclaration
Swift
public enum ThumbnailSize : CustomStringConvertible, JSONRepresentable
-
The ThumbnailV2Arg struct
See moreDeclaration
Swift
public class ThumbnailV2Arg : CustomStringConvertible, JSONRepresentable
-
The ThumbnailV2Error union
See moreDeclaration
Swift
public enum ThumbnailV2Error : CustomStringConvertible, JSONRepresentable
-
The UnlockFileArg struct
See moreDeclaration
Swift
public class UnlockFileArg : CustomStringConvertible, JSONRepresentable
-
The UnlockFileBatchArg struct
See moreDeclaration
Swift
public class UnlockFileBatchArg : CustomStringConvertible, JSONRepresentable
-
The UploadArg struct
See moreDeclaration
Swift
public class UploadArg : Files.CommitInfo
-
The UploadError union
See moreDeclaration
Swift
public enum UploadError : CustomStringConvertible, JSONRepresentable
-
The UploadSessionAppendArg struct
See moreDeclaration
Swift
public class UploadSessionAppendArg : CustomStringConvertible, JSONRepresentable
-
The UploadSessionLookupError union
See moreDeclaration
Swift
public enum UploadSessionLookupError : CustomStringConvertible, JSONRepresentable
-
The UploadSessionAppendError union
See moreDeclaration
Swift
public enum UploadSessionAppendError : CustomStringConvertible, JSONRepresentable
-
The UploadSessionCursor struct
See moreDeclaration
Swift
public class UploadSessionCursor : CustomStringConvertible, JSONRepresentable
-
The UploadSessionFinishArg struct
See moreDeclaration
Swift
public class UploadSessionFinishArg : CustomStringConvertible, JSONRepresentable
-
The UploadSessionFinishBatchArg struct
See moreDeclaration
Swift
public class UploadSessionFinishBatchArg : CustomStringConvertible, JSONRepresentable
-
The UploadSessionFinishBatchJobStatus union
See moreDeclaration
Swift
public enum UploadSessionFinishBatchJobStatus : CustomStringConvertible, JSONRepresentable
-
Result returned by uploadSessionFinishBatch that may either launch an asynchronous job or complete synchronously.
See moreDeclaration
Swift
public enum UploadSessionFinishBatchLaunch : CustomStringConvertible, JSONRepresentable
-
The UploadSessionFinishBatchResult struct
See moreDeclaration
Swift
public class UploadSessionFinishBatchResult : CustomStringConvertible, JSONRepresentable
-
The UploadSessionFinishBatchResultEntry union
See moreDeclaration
Swift
public enum UploadSessionFinishBatchResultEntry : CustomStringConvertible, JSONRepresentable
-
The UploadSessionFinishError union
See moreDeclaration
Swift
public enum UploadSessionFinishError : CustomStringConvertible, JSONRepresentable
-
The UploadSessionOffsetError struct
See moreDeclaration
Swift
public class UploadSessionOffsetError : CustomStringConvertible, JSONRepresentable
-
The UploadSessionStartArg struct
See moreDeclaration
Swift
public class UploadSessionStartArg : CustomStringConvertible, JSONRepresentable
-
The UploadSessionStartBatchArg struct
See moreDeclaration
Swift
public class UploadSessionStartBatchArg : CustomStringConvertible, JSONRepresentable
-
The UploadSessionStartBatchResult struct
See moreDeclaration
Swift
public class UploadSessionStartBatchResult : CustomStringConvertible, JSONRepresentable
-
The UploadSessionStartError union
See moreDeclaration
Swift
public enum UploadSessionStartError : CustomStringConvertible, JSONRepresentable
-
The UploadSessionStartResult struct
See moreDeclaration
Swift
public class UploadSessionStartResult : CustomStringConvertible, JSONRepresentable
-
The UploadSessionType union
See moreDeclaration
Swift
public enum UploadSessionType : CustomStringConvertible, JSONRepresentable
-
The UploadWriteFailed struct
See moreDeclaration
Swift
public class UploadWriteFailed : CustomStringConvertible, JSONRepresentable
-
The UserGeneratedTag struct
See moreDeclaration
Swift
public class UserGeneratedTag : CustomStringConvertible, JSONRepresentable
-
Metadata for a video.
See moreDeclaration
Swift
public class VideoMetadata : Files.MediaMetadata
-
The WriteConflictError union
See moreDeclaration
Swift
public enum WriteConflictError : CustomStringConvertible, JSONRepresentable
-
The WriteError union
See moreDeclaration
Swift
public enum WriteError : CustomStringConvertible, JSONRepresentable
-
Your intent when writing a file to some path. This is used to determine what constitutes a conflict and what the autorename strategy is. In some situations, the conflict behavior is identical: (a) If the target path doesn’t refer to anything, the file is always written; no conflict. (b) If the target path refers to a folder, it’s always a conflict. © If the target path refers to a file with identical contents, nothing gets written; no conflict. The conflict checking differs in the case where there’s a file at the target path with contents different from the contents you’re trying to write.
See moreDeclaration
Swift
public enum WriteMode : CustomStringConvertible, JSONRepresentable