response property

  1. @TagNumber.new(2)
ResponseExecution get 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.new(2)
set response (ResponseExecution value)

Implementation

@$pb.TagNumber(2)
set response(ResponseExecution value) => $_setField(2, value);