GatewayDelete

public struct GatewayDelete : Codable, Equatable

Gatway deletion confirmation.

  • The gateway ID of the deleted gateway.

    Declaration

    Swift

    public var gatewayID: String?
  • The status of the request.

    Declaration

    Swift

    public var status: String?