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