response property

  1. @TagNumber(2)
ResponseExecution response

Condition-type to execute on response if a request on the defined API point happens.

Implementation

@$pb.TagNumber(2)
ResponseExecution get response => $_getN(1);
  1. @TagNumber(2)
void response=(ResponseExecution v)

Implementation

@$pb.TagNumber(2)
set response(ResponseExecution v) { setField(2, v); }