Google Apps Script · Example Payload

Openapi Create Project Request Example

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Openapi Create Project Request Example is an example object payload from Google Apps Script, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleparentId

Example Payload

Raw ↑
{
  "title": "Example Title",
  "parentId": "500123"
}