reason property

  1. @TagNumber.new(12)
String get reason

A special parameter for request reason. It is used by security systems to associate auditing information with a request.

Implementation

@$pb.TagNumber(12)
$core.String get reason => $_getSZ(10);
  1. @TagNumber.new(12)
set reason (String v)

Implementation

@$pb.TagNumber(12)
set reason($core.String v) {
  $_setString(10, v);
}