FileMetadata
struct FileMetadata : DecodableMetadata describing underlying media file.
- 
                  
                  Original filename of the file. DeclarationSwift public let fileName: String
- 
                  
                  Content type of the file. DeclarationSwift public let contentType: String
- 
                  
                  Details of the file, depending on it’s MIME type. DeclarationSwift public let details: Details?
- 
                  
                  The remote URL for the binary data for this Asset. If the media file is still being processed, as the final stage of uploading to your space, this property will be nil. DeclarationSwift public let url: URL?
- 
                  
                  The size and dimensions of the underlying media file if it is an image. See moreDeclarationSwift public struct Details : Decodable
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
 View on GitHub
View on GitHub FileMetadata Structure Reference
        FileMetadata Structure Reference