serviceData property

  1. @TagNumber.new(15)
Struct get serviceData

Deprecated: Use metadata field instead. Other service-specific data about the request, response, and other activities. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Implementation

@$pb.TagNumber(15)
$0.Struct get serviceData => $_getN(8);
  1. @TagNumber.new(15)
set serviceData (Struct v)

Implementation

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