Campaign
public struct Campaign : Codable, Hashable
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let deliveryType: String
-
Declaration
Swift
public let attributeType: String
-
Declaration
Swift
public let workspaceId: String
-
Declaration
Swift
public let source: Source
-
Declaration
Swift
public init(from decoder: any Decoder) throws
-
Declaration
Swift
public enum Source : String, Codable