enabled property

  1. @JsonKey(name: 'enabled')
bool? enabled
getter/setter pair

If True, this bucket is enabled. Disabled buckets may include buckets that were included for test purposes, or that were going to be used but then were abandoned but never removed from content cough.

Implementation

@JsonKey(name:'enabled')
bool? enabled;