assetStatus property
Output only. Aggregated status of the underlying assets of the zone.
Implementation
@$pb.TagNumber(105)
AssetStatus get assetStatus => $_getN(11);
Implementation
@$pb.TagNumber(105)
set assetStatus(AssetStatus v) {
setField(105, v);
}