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