name property

  1. @TagNumber.new(1)
String get name

The name of the log. It must be less than 512 characters long and can include the following characters: upper- and lower-case alphanumeric characters A-Za-z0-9, and punctuation characters including slash, underscore, hyphen, period /_-..

Implementation

@$pb.TagNumber(1)
$core.String get name => $_getSZ(0);
  1. @TagNumber.new(1)
set name (String value)

Implementation

@$pb.TagNumber(1)
set name($core.String value) => $_setString(0, value);