toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datadog.kotlin.outputs
/
ListMonitorHostsResult
List
Monitor
Hosts
Result
data
class
ListMonitorHostsResult
(
val
nextLink
:
String
?
=
null
,
val
value
:
List
<
DatadogHostResponse
>
?
=
null
)
Response of a list operation.
Members
Constructors
List
Monitor
Hosts
Result
Link copied to clipboard
constructor
(
nextLink
:
String
?
=
null
,
value
:
List
<
DatadogHostResponse
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
next
Link
Link copied to clipboard
val
nextLink
:
String
?
=
null
Link to the next set of results, if any.
value
Link copied to clipboard
val
value
:
List
<
DatadogHostResponse
>
?
=
null
Results of a list operation.