InstanceInformation
public struct InstanceInformation : Equatable
A group of properties that describes a waterfall instance.
-
Identifier of the waterfall instance.
Declaration
Swift
public let id: String -
Name of the network being used.
Declaration
Swift
public let name: String -
Classname of the underlying adapter.
Declaration
Swift
public let classname: String -
Ecpm value for this instance.
Declaration
Swift
public let ecpm: Double -
Declaration
Swift
public static func == (lhs: InstanceInformation, rhs: InstanceInformation) -> Bool