properties property

  1. @TagNumber.new(1)
Struct get properties

Arbitrary JSON object. Available at build run time.

RPC: By default, this field is excluded from responses.

V1 equivalent: corresponds to "properties" key in "parameters_json".

Implementation

@$pb.TagNumber(1)
$5.Struct get properties => $_getN(0);
  1. @TagNumber.new(1)
set properties (Struct v)

Implementation

@$pb.TagNumber(1)
set properties($5.Struct v) {
  setField(1, v);
}