SoapApiType type
Definisce i valori per SoapApiType.
NotoSoapApiType può essere usato in modo interscambiabile con SoapApiType, questo enumerazione contiene i valori noti supportati dal servizio.
Valori noti supportati dal servizio
http: importa un'API SOAP con un front-end RESTful.
soap: importa l'API SOAP con un front-end SOAP.
websocket: importa l'API con un front-end Websocket.
graphql: importa l'API con un front-end GraphQL.
type SoapApiType = string