pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.videoanalyzer.kotlin.outputs
/
EndpointResponse
Endpoint
Response
data
class
EndpointResponse
(
val
endpointUrl
:
String
?
=
null
,
val
type
:
String
)
The endpoint details.
Types
Constructors
Properties
Constructors
Endpoint
Response
Link copied to clipboard
fun
EndpointResponse
(
endpointUrl
:
String
?
=
null
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Url
Link copied to clipboard
val
endpointUrl
:
String
?
=
null
The URL of the endpoint.
type
Link copied to clipboard
val
type
:
String
The type of the endpoint.