Forms

Forms

Google Forms API

Reads and writes Google Forms and responses.

Constructor

new Forms()

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