companyNames property
This filter specifies the company entities to search against.
If a value isn't specified, jobs are searched for against all companies. If multiple values are specified, jobs are searched against the companies specified. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". At most 20 company filters are allowed.
Optional.
Implementation
core.List<core.String>? companyNames;