GetRunMapResponse ComplexType
Contains the response from the GetRunMap action.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| continuationToken | Edm.String |
The continuationToken to send to the api to continue listing run. |
| runMap | Edm.String |
The json contract containing the list of runs as a string. |
Used by
The following use the GetRunMapResponse ComplexType.
| Name | How used |
|---|---|
| GetRunMap | ReturnType |