jsonOutput property
Optional JSON output (when structured-output mode was requested). Empty = no structured output.
Implementation
@$pb.TagNumber(13)
$core.String get jsonOutput => $_getSZ(12);
Implementation
@$pb.TagNumber(13)
set jsonOutput($core.String value) => $_setString(12, value);