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 value) => $_setField(1, value);