requestId property
Ties this failure to the operation that produced it. Named for
Anthropic's body-level request_id. Producers MUST set it.
Implementation
@$pb.TagNumber(10)
$core.String get requestId => $_getSZ(9);
Implementation
@$pb.TagNumber(10)
set requestId($core.String value) => $_setString(9, value);