description property

  1. @TagNumber.new(8)
String get description

Optional. A user-specified, human-readable description of the service account. The maximum length is 256 UTF-8 bytes.

Implementation

@$pb.TagNumber(8)
$core.String get description => $_getSZ(6);
  1. @TagNumber.new(8)
set description (String value)

Implementation

@$pb.TagNumber(8)
set description($core.String value) => $_setString(6, value);