code property

  1. @TagNumber(1)
ScopeLifecycleState_Code code

Output only. The current state of the scope resource.

Implementation

@$pb.TagNumber(1)
ScopeLifecycleState_Code get code => $_getN(0);
  1. @TagNumber(1)
void code=(ScopeLifecycleState_Code v)

Implementation

@$pb.TagNumber(1)
set code(ScopeLifecycleState_Code v) { setField(1, v); }