Class Body
The document body. The body typically contains the full document contents except for headers, footers, and footnotes.
Implements
Inherited Members
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 |