GoogleApi.Script.V1.Model.Project (google_api_script v0.19.0)
View SourceThe 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Script.V1.Model.Project{ createTime: DateTime.t() | nil, creator: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t() | nil, lastModifyUser: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t() | nil, parentId: String.t() | nil, scriptId: String.t() | nil, title: String.t() | nil, updateTime: DateTime.t() | nil }