google_api_script v0.3.0 GoogleApi.Script.V1.Model.Project View Source
The script project resource.
Attributes
- createTime (DateTime.t): When the script was created. Defaults to:
null
. - creator (GoogleAppsScriptTypeUser): User who originally created the script. Defaults to:
null
. - lastModifyUser (GoogleAppsScriptTypeUser): User who last modified the script. Defaults to:
null
. - parentId (String.t): The parent's Drive ID that the script will be attached to. This is usually the ID of a Google Document or Google Sheet. This filed is optional, and if not set, a stand-alone script will be created. Defaults to:
null
. - scriptId (String.t): The script project's Drive ID. Defaults to:
null
. - title (String.t): The title for the project. Defaults to:
null
. - updateTime (DateTime.t): When the script was last updated. 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()
View Source
t() :: %GoogleApi.Script.V1.Model.Project{
createTime: DateTime.t(),
creator: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t(),
lastModifyUser: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t(),
parentId: any(),
scriptId: any(),
title: any(),
updateTime: DateTime.t()
}
t() :: %GoogleApi.Script.V1.Model.Project{ createTime: DateTime.t(), creator: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t(), lastModifyUser: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t(), parentId: any(), scriptId: any(), title: any(), updateTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.