PagedLabPlans interface
Paged list of lab plans.
Properties
next |
The link to get the next page of lab plan results. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The array page of lab plans. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
The link to get the next page of lab plan results. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
The array page of lab plans. NOTE: This property will not be serialized. It can only be populated by the server.
value?: LabPlan[]
Property Value
LabPlan[]