description property
One or more paragraphs of text description of a certificate map entry.
Implementation
@$pb.TagNumber(9)
$core.String get description => $_getSZ(7);
Implementation
@$pb.TagNumber(9)
set description($core.String v) { $_setString(7, v); }