ContactProxyIndicator
public struct ContactProxyIndicator : Equatable, Codable
Represents a contact proxy indicator.
-
The proxy hash value.
Declaration
Swift
public let proxyHash: String
-
A flag indicating whether the contact is eligible as proxy based on the proxy hash value.
Declaration
Swift
public let eligible: Bool
-
Initializes a
ContactProxyIndicator
instance with the given parameters.Declaration
Swift
public init(proxyHash: String, eligible: Bool)
Parameters
proxyHash
The proxy hash value.
eligible
A flag indicating whether the contact is eligible as proxy based on the proxy hash value.