project property
The consumer project whose PSC forwarding rule is connected to the service attachments in this service connection map.
Implementation
@$pb.TagNumber(3)
$core.String get project => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set project($core.String v) {
$_setString(2, v);
}