ProxyIndicatorResponsePayload

public struct ProxyIndicatorResponsePayload : Codable, Equatable

Represents the payload of a proxy indicator response.

  • An array of contact proxy indicators.

    Declaration

    Swift

    public let indicators: [ContactProxyIndicator]
  • The expiration date of the indicators.

    Declaration

    Swift

    public let expiresAt: Date
  • Initializes a ProxyIndicatorResponsePayload instance with the given parameters.

    Declaration

    Swift

    public init(indicators: [ContactProxyIndicator], expiresAt: Date)

    Parameters

    indicators

    An array of contact proxy indicators.

    expiresAt

    The expiration date of the indicators.