Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.17 KB

File metadata and controls

18 lines (14 loc) · 1.17 KB

TransportInfo

Properties

Name Type Description Notes
Id string The identifier of this transport [default to null]
Name string The name of this transport [default to null]
Description string Human-readable description of this transport [optional] [default to null]
Type_ *TransportType [default to null]
Protocol string The name of the protocol used. Shall be set to HTTP for a REST API. [default to null]
Version string The version of the protocol used [default to null]
Endpoint *OneOfTransportInfoEndpoint This type represents information about a transport endpoint [default to null]
Security *SecurityInfo [default to null]
ImplSpecificInfo *interface{} Additional implementation specific details of the transport [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]