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