Show / Hide Table of Contents

Class Footer

A document footer.

Inheritance
object
Footer
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX