Class Content
The Content resource.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class Content : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Files
The list of script project files. One of the files is a script manifest; it must be named "appsscript", must have type of JSON, and include the manifest configurations for the project.
Declaration
[JsonProperty("files")]
public virtual IList<File> Files { get; set; }
Property Value
Type | Description |
---|---|
IList<File> |
ScriptId
The script project's Drive ID.
Declaration
[JsonProperty("scriptId")]
public virtual string ScriptId { get; set; }
Property Value
Type | Description |
---|---|
string |