Show / Hide Table of Contents

Class Content

The Content resource.

Inheritance
object
Content
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX