GoogleApi.Script.V1.Model.Project (google_api_script v0.15.2) View Source
The script project resource.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - When the script was created. -
creator
(type:GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t
, default:nil
) - User who originally created the script. -
lastModifyUser
(type:GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t
, default:nil
) - User who last modified the script. -
parentId
(type:String.t
, default:nil
) - 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. -
scriptId
(type:String.t
, default:nil
) - The script project's Drive ID. -
title
(type:String.t
, default:nil
) - The title for the project. -
updateTime
(type:DateTime.t
, default:nil
) - When the script was last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Script.V1.Model.Project{ createTime: DateTime.t(), creator: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t(), lastModifyUser: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t(), parentId: String.t(), scriptId: String.t(), title: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.