FluidRelayContainerList interface
Paged response
Properties
next |
A link to the next page of results, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
value | A sequence of FluidRelay containers. |
Property Details
nextLink
A link to the next page of results, if any. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
A sequence of FluidRelay containers.
value?: FluidRelayContainer[]