securityContact property
security_contact defines an optional email for security contact.
Implementation
@$pb.TagNumber(4)
$core.String get securityContact => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set securityContact($core.String v) { $_setString(3, v); }