google_api_script v0.3.0 GoogleApi.Script.V1.Model.CreateProjectRequest View Source

Request to create a script project.

Attributes

  • parentId (String.t): The Drive ID of a parent file that the created script project is bound to. This is usually the ID of a Google Doc, Google Sheet, Google Form, or Google Slides file. If not set, a standalone script project is created. Defaults to: null.
  • title (String.t): The title for the project. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Script.V1.Model.CreateProjectRequest{
  parentId: any(),
  title: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.