AssetLogInfo
public enum AssetLogInfo : CustomStringConvertible, JSONRepresentable
Asset details.
-
File’s details.
Declaration
Swift
case file(TeamLog.FileLogInfo) -
Folder’s details.
Declaration
Swift
case folder(TeamLog.FolderLogInfo) -
Paper document’s details.
Declaration
Swift
case paperDocument(TeamLog.PaperDocumentLogInfo) -
Paper folder’s details.
Declaration
Swift
case paperFolder(TeamLog.PaperFolderLogInfo) -
Showcase document’s details.
Declaration
Swift
case showcaseDocument(TeamLog.ShowcaseDocumentLogInfo) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
AssetLogInfo Enumeration Reference