A date dataset granularities title formatting rules.
Name | Type | Description | Notes |
---|---|---|---|
title_base | str | Title base is used as a token in title pattern. If left empty, it is replaced by date dataset title. | |
title_pattern | str | This pattern is used to generate the title of attributes and labels that result from the granularities. There are two tokens available: * `%titleBase` - represents shared part by all titles, or title of Date Dataset if left empty * `%granularityTitle` - represents `DateGranularity` built-in title | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |