isDataGolden property

bool? isDataGolden
getter/setter pair

Indicates if response to this request is golden or not.

Data is golden when the exact same request will not produce any new results if asked at a later point in time.

Implementation

core.bool? isDataGolden;