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

Request to create a script project.

Attributes

  • parentId (type: String.t, default: nil) - 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.
  • title (type: String.t, default: nil) - The title for the project.

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: String.t(),
  title: String.t()
}

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.