IngestionEvent
@objcMembers
public class IngestionEvent : NSObject, CodableEvent data that will be send to the ingestion server
- 
                  
                  Event Client Type associated with this event DeclarationSwift public let type: String
- 
                  
                  metadata that could be overriden DeclarationSwift public let metadata: [String : AnyCodable?]
- 
                  
                  Payload associated with this ingestion event. DeclarationSwift public let payloads: [IngestionPayload]
- 
                  
                  Version of payload. Different event format could give different version. DeclarationSwift public let version: Int
- 
                  
                  DeclarationSwift public convenience init(type: String, metadata: [String: AnyCodable?], payloads: [IngestionPayload])
- 
                  
                  DeclarationSwift public init(type: String, metadata: [String: AnyCodable?], payloads: [IngestionPayload], version: Int)
