state property

  1. @TagNumber.new(6)
ScopeLifecycleState get state

Output only. State of the scope resource.

Implementation

@$pb.TagNumber(6)
ScopeLifecycleState get state => $_getN(5);
  1. @TagNumber.new(6)
set state (ScopeLifecycleState v)

Implementation

@$pb.TagNumber(6)
set state(ScopeLifecycleState v) {
  setField(6, v);
}