Constructor
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic QueryResult(
DynamicJsonObject obj
)
Public Sub New (
obj As DynamicJsonObject
)
public:
QueryResult(
DynamicJsonObject^ obj
)
new :
obj : DynamicJsonObject -> QueryResult
Parameters
- obj
- Type: Rally.RestApi.JsonDynamicJsonObject
The data that was returned for the query against Rally.
See Also