Structure
AGKAttachment
public struct AGKAttachment: Codable, Equatable
Relationships
Conforms To
Codable
Equatable
Properties
keywords
public let keywords: String?
size
public let size: Int
contentType
public let contentType: String?
globalId
public let globalId: String?
parentGlobalId
public let parentGlobalId: String?
name
public let name: String?
id
public let id: Int
data
@OmitCoding
public var data: Data? = nil