description property
Optional. A description of this metric, which is used in documentation. The maximum length of the description is 8000 characters.
Implementation
@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set description($core.String value) => $_setString(1, value);