state property
State of the ReplicationCycle.
Implementation
@$pb.TagNumber(11)
ReplicationCycle_State get state => $_getN(6);
Implementation
@$pb.TagNumber(11)
set state(ReplicationCycle_State v) {
setField(11, v);
}
State of the ReplicationCycle.
@$pb.TagNumber(11)
ReplicationCycle_State get state => $_getN(6);
@$pb.TagNumber(11)
set state(ReplicationCycle_State v) {
setField(11, v);
}