response property
Represents a network response, such as an HTTP response.
Implementation
@$pb.TagNumber(4)
AttributeContext_Response get response => $_getN(3);
Implementation
@$pb.TagNumber(4)
set response(AttributeContext_Response v) { setField(4, v); }