state property
Output only. State of the scope resource.
Implementation
@$pb.TagNumber(6)
ScopeLifecycleState get state => $_getN(5);
Implementation
@$pb.TagNumber(6)
set state(ScopeLifecycleState v) {
setField(6, v);
}
Output only. State of the scope resource.
@$pb.TagNumber(6)
ScopeLifecycleState get state => $_getN(5);
@$pb.TagNumber(6)
set state(ScopeLifecycleState v) {
setField(6, v);
}