reason property
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);
Implementation
@$pb.TagNumber(12)
set reason($core.String value) => $_setString(10, value);