toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datadog.kotlin.outputs
/
ListMonitorApiKeysResult
List
Monitor
Api
Keys
Result
data
class
ListMonitorApiKeysResult
(
val
nextLink
:
String
?
=
null
,
val
value
:
List
<
DatadogApiKeyResponse
>
?
=
null
)
Response of a list operation.
Members
Constructors
List
Monitor
Api
Keys
Result
Link copied to clipboard
constructor
(
nextLink
:
String
?
=
null
,
value
:
List
<
DatadogApiKeyResponse
>
?
=
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
<
DatadogApiKeyResponse
>
?
=
null
Results of a list operation.