description property
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);
Implementation
@$pb.TagNumber(8)
set description($core.String value) => $_setString(6, value);