recommendedLight property

  1. @JsonKey(name: 'recommendedLight')
int? recommendedLight
getter/setter pair

The recommended light level for the activity, if applicable.

Implementation

@JsonKey(name:'recommendedLight')
int? recommendedLight;