exclusions property

List<ExcludeField>? exclusions
getter/setter pair

This takes an array of type ExcludeField. Any fields, such as the daily weather, the hourly weather, weather alertss that you do not want to query, include them here by providing the corresponding ExcludeField enum

Implementation

List<ExcludeField>? exclusions;