getCompany

Retrieves specified company.

Return

null

Parameters

argument

null


suspend fun getCompany(companyId: String, project: String? = null): GetCompanyResult

Return

null

Parameters

companyId
project

See also


suspend fun getCompany(argument: suspend GetCompanyPlainArgsBuilder.() -> Unit): GetCompanyResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.jobs.v3.kotlin.inputs.GetCompanyPlainArgs.

See also