toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.logic.kotlin.outputs
/
WsdlServiceResponse
Wsdl
Service
Response
data
class
WsdlServiceResponse
(
val
endpointQualifiedNames
:
List
<
String
>
?
=
null
,
val
qualifiedName
:
String
?
=
null
)
The WSDL service.
Members
Constructors
Wsdl
Service
Response
Link copied to clipboard
constructor
(
endpointQualifiedNames
:
List
<
String
>
?
=
null
,
qualifiedName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Qualified
Names
Link copied to clipboard
val
endpointQualifiedNames
:
List
<
String
>
?
=
null
The list of endpoints' qualified names.
qualified
Name
Link copied to clipboard
val
qualifiedName
:
String
?
=
null
The qualified name.