CacheableQueryResult Constructor |
Constructor
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public CacheableQueryResult(
DynamicJsonObject obj,
bool isCachedResult
)
Public Sub New (
obj As DynamicJsonObject,
isCachedResult As Boolean
)
public:
CacheableQueryResult(
DynamicJsonObject^ obj,
bool isCachedResult
)
new :
obj : DynamicJsonObject *
isCachedResult : bool -> CacheableQueryResult
Parameters
- obj
- Type: Rally.RestApi.JsonDynamicJsonObject
The data that was returned for the query against Rally. - isCachedResult
- Type: SystemBoolean
Is this a cached response?
See Also