properties property
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);
Implementation
@$pb.TagNumber(1)
set properties($5.Struct v) {
setField(1, v);
}