Class Footnote
A document footnote.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Footnote : IDirectResponseSchema
Properties
Content
The contents of the footnote. The indexes for a footnote'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 |
FootnoteId
The ID of the footnote.
Declaration
[JsonProperty("footnoteId")]
public virtual string FootnoteId { get; set; }
Property Value
Type | Description |
---|---|
string |