pulumi-azure-native-kotlin
1.104.0.1
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.
Types
Constructors
Properties
Constructors
List
Monitor
Hosts
Result
Link copied to clipboard
fun
ListMonitorHostsResult
(
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.