request property
Condition-type to execute if a request on the defined API point happens.
Implementation
@$pb.TagNumber(1)
RequestExecution get request => $_getN(0);
Implementation
@$pb.TagNumber(1)
set request(RequestExecution v) { setField(1, v); }