LegalHoldHeldRevisionMetadata
public class LegalHoldHeldRevisionMetadata : CustomStringConvertible, JSONRepresentable
The LegalHoldHeldRevisionMetadata struct
-
The held revision filename.
Declaration
Swift
public let newFilename: String -
The id of the held revision.
Declaration
Swift
public let originalRevisionId: String -
The original path of the held revision.
Declaration
Swift
public let originalFilePath: String -
The last time the file was modified on Dropbox.
Declaration
Swift
public let serverModified: Date -
The member id of the revision’s author.
Declaration
Swift
public let authorMemberId: String -
The member status of the revision’s author.
Declaration
Swift
public let authorMemberStatus: Team.TeamMemberStatus -
The email address of the held revision author.
Declaration
Swift
public let authorEmail: String -
The type of the held revision’s file.
Declaration
Swift
public let fileType: String -
The file size in bytes.
Declaration
Swift
public let size: UInt64 -
A hash of the file content. This field can be used to verify data integrity. For more information see our Content hash https://www.dropbox.com/developers/reference/content-hash page.
Declaration
Swift
public let contentHash: String -
Declaration
Swift
public var description: String { get }
View on GitHub
LegalHoldHeldRevisionMetadata Class Reference