google_api_script v0.12.0 GoogleApi.Script.V1.Model.File View Source
An individual file within a script project. A file is a third-party source code created by one or more developers. It can be a server-side JS code, HTML, or a configuration file. Each script project can contain multiple files.
Attributes
createTime(type:DateTime.t, default:nil) - Creation date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.functionSet(type:GoogleApi.Script.V1.Model.GoogleAppsScriptTypeFunctionSet.t, default:nil) - The defined set of functions in the script file, if any.lastModifyUser(type:GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t, default:nil) - The user who modified the file most recently. This read-only field is only visible to users who have WRITER permission for the script project.name(type:String.t, default:nil) - The name of the file. The file extension is not part of the file name, which can be identified from the type field.source(type:String.t, default:nil) - The file content.type(type:String.t, default:nil) - The type of the file.updateTime(type:DateTime.t, default:nil) - Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script 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 Sourcet() :: %GoogleApi.Script.V1.Model.File{
createTime: DateTime.t(),
functionSet: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeFunctionSet.t(),
lastModifyUser: GoogleApi.Script.V1.Model.GoogleAppsScriptTypeUser.t(),
name: String.t(),
source: String.t(),
type: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.