ContentPart
public struct ContentPart : Encodable
Defines the content part
-
Undocumented
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public let fileName: String? -
Undocumented
Declaration
Swift
public let contentType: String? -
Undocumented
Declaration
Swift
public let content: Data
View on GitHub
ContentPart Structure Reference