code property
Output only. The current state of the scope resource.
Implementation
@$pb.TagNumber(1)
ScopeLifecycleState_Code get code => $_getN(0);
Implementation
@$pb.TagNumber(1)
set code(ScopeLifecycleState_Code v) { setField(1, v); }
Output only. The current state of the scope resource.
@$pb.TagNumber(1)
ScopeLifecycleState_Code get code => $_getN(0);
@$pb.TagNumber(1)
set code(ScopeLifecycleState_Code v) { setField(1, v); }