period property

  1. @JsonKey(name: 'period')
String? period
getter/setter pair

Period for the group. If the stat periodType is day, then this will have a specific day. If the type is monthly, then this value will be the first day of the applicable month. This value is not set when the periodType is 'all time'.

Implementation

@JsonKey(name:'period')
String? period;