AddProxyPayload
public struct AddProxyPayload : Codable, Equatable
The payload for adding a proxy.
-
The ID of the contact item to be added as a proxy.
Declaration
Swift
public let contactItemId: String
-
Creates an instance of
AddProxyPayload
with the specified contact item ID.Declaration
Swift
public init(contactItemId: String)
Parameters
contactItemId
The ID of the contact item to be added as a proxy.