response property

  1. @TagNumber.new(4)
AttributeContext_Response get response

Represents a network response, such as an HTTP response.

Implementation

@$pb.TagNumber(4)
AttributeContext_Response get response => $_getN(3);
  1. @TagNumber.new(4)
set response (AttributeContext_Response v)

Implementation

@$pb.TagNumber(4)
set response(AttributeContext_Response v) { setField(4, v); }