GoogleApi.Script.V1.Model.CreateProjectRequest (google_api_script v0.19.0)

View Source

Request to create a script project. 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Script.V1.Model.CreateProjectRequest{
  parentId: String.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.