restAsync property

  1. @TagNumber.new(4)
RESTAsync get restAsync

Call is executed in parallel to others, ZITADEL does not wait until the call is finished. The state is ignored, call is sent as post.

Implementation

@$pb.TagNumber(4)
$1.RESTAsync get restAsync => $_getN(3);
  1. @TagNumber.new(4)
set restAsync (RESTAsync value)

Implementation

@$pb.TagNumber(4)
set restAsync($1.RESTAsync value) => $_setField(4, value);