toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.media.kotlin.outputs
/
LiveEventEndpointResponse
Live
Event
Endpoint
Response
data
class
LiveEventEndpointResponse
(
val
protocol
:
String
?
=
null
,
val
url
:
String
?
=
null
)
The live event endpoint.
Members
Constructors
Live
Event
Endpoint
Response
Link copied to clipboard
constructor
(
protocol
:
String
?
=
null
,
url
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
The endpoint protocol.
url
Link copied to clipboard
val
url
:
String
?
=
null
The endpoint URL.