name property

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

Required. A client-assigned identifier, such as "load-balancer-exclusion". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods. First character has to be alphanumeric.

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);