Optional app whose ProjectManagement service
to return. If not provided, the default ProjectManagement service will
be returned. *
The default ProjectManagement service if no app is provided or the
ProjectManagement service associated with the provided app.
Generated using TypeDoc
Gets the
ProjectManagementservice for the default app or a given app.admin.projectManagement()can be called with no arguments to access the default app'sProjectManagementservice, or asadmin.projectManagement(app)to access theProjectManagementservice associated with a specific app.// Get the ProjectManagement service for the default app var defaultProjectManagement = admin.projectManagement();// Get the ProjectManagement service for a given app var otherProjectManagement = admin.projectManagement(otherApp);