email property
The email address of the service account that a service producer would use to access consumer resources.
Implementation
@$pb.TagNumber(1)
$core.String get email => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set email($core.String value) => $_setString(0, value);