GetFileMetadataBatchResult
public class GetFileMetadataBatchResult : CustomStringConvertible, JSONRepresentable
Per file results of getFileMetadataBatch.
-
This is the input file identifier corresponding to one of files in GetFileMetadataBatchArg.
Declaration
Swift
public let file: String
-
The result for this particular file.
Declaration
Swift
public let result: Sharing.GetFileMetadataIndividualResult
-
Declaration
Swift
public var description: String { get }