status property
@optional
@description Filter by lifecycle status (e.g., DRAFT, STANDING).
@example STANDING
Implementation
@$pb.TagNumber(10)
$1.STANDARD_LIFECYCLE_STATUS get status => $_getN(7);
Implementation
@$pb.TagNumber(10)
set status($1.STANDARD_LIFECYCLE_STATUS value) => $_setField(10, value);