response property

  1. @TagNumber(17)
Struct get response

The operation response. This may not include all response elements, such as those that are too large, privacy-sensitive, or duplicated elsewhere in the log record. It should never include user-generated data, such as file contents. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Implementation

@$pb.TagNumber(17)
$0.Struct get response => $_getN(10);
  1. @TagNumber(17)
set response (Struct v)

Implementation

@$pb.TagNumber(17)
set response($0.Struct v) { setField(17, v); }