Resourcesettings

Resourcesettings

Resource Settings API

The Resource Settings API allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy.

Constructor

new Resourcesettings()

Example
```js
const {google} = require('googleapis');
const resourcesettings = google.resourcesettings('v1');
```