displayName property
The human-readable name for this log. This information appears on the user interface and should be concise.
Implementation
@$pb.TagNumber(4)
$core.String get displayName => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set displayName($core.String value) => $_setString(3, value);