toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.devtestlab.kotlin.outputs
/
ListScheduleApplicableResult
List
Schedule
Applicable
Result
data
class
ListScheduleApplicableResult
(
val
nextLink
:
String
?
=
null
,
val
value
:
List
<
ScheduleResponse
>
?
=
null
)
The response of a list operation.
Members
Constructors
List
Schedule
Applicable
Result
Link copied to clipboard
constructor
(
nextLink
:
String
?
=
null
,
value
:
List
<
ScheduleResponse
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
next
Link
Link copied to clipboard
val
nextLink
:
String
?
=
null
Link for next set of results.
value
Link copied to clipboard
val
value
:
List
<
ScheduleResponse
>
?
=
null
Results of the list operation.