Show / Hide Table of Contents

Class Body

The document body. The body typically contains the full document contents except for headers, footers, and footnotes.

Inheritance
object
Body
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Body : IDirectResponseSchema

Properties

Content

The contents of the body. The indexes for the body's content begin at zero.

Declaration
[JsonProperty("content")]
public virtual IList<StructuralElement> Content { get; set; }
Property Value
Type Description
IList<StructuralElement>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX