serviceAccount property
Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
Implementation
@$pb.TagNumber(17)
$core.String get serviceAccount => $_getSZ(16);
Implementation
@$pb.TagNumber(17)
set serviceAccount($core.String v) {
$_setString(16, v);
}