Module macrobond_data_api.web.web_types.series_with_revisions_info_response
Classes
class SeriesWithRevisionsInfoResponse (*args, **kwargs)
-
Information about a series related to storage of updates
Ancestors
- builtins.dict
Class variables
var errorCode : int | None
var errorText : str | None
var hasRevisions : bool
-
If True, at least one update has been stored
var storesRevisions : bool
-
If True, a record of of updates of the series are stored
var timeStampOfFirstRevision : str | None
-
The timestamp of the first recorded update
var timeStampOfLastRevision : str | None
-
The timestamp of the last recorded update
var vintageTimeStamps : List[str]
-
A list of timestamp of recorded updates