description property
Optional. Description of the DataTaxonomy.
Implementation
@$pb.TagNumber(5)
$core.String get description => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set description($core.String v) { $_setString(4, v); }
Optional. Description of the DataTaxonomy.
@$pb.TagNumber(5)
$core.String get description => $_getSZ(4);
@$pb.TagNumber(5)
set description($core.String v) { $_setString(4, v); }