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