Class InsertDateRequest
Inserts a date at the specified location.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class InsertDateRequest : IDirectResponseSchema
Properties
DateElementProperties
The properties of the date to insert.
Declaration
[JsonProperty("dateElementProperties")]
public virtual DateElementProperties DateElementProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| DateElementProperties |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndOfSegmentLocation
Inserts the date at the end of the given header, footer or document body.
Declaration
[JsonProperty("endOfSegmentLocation")]
public virtual EndOfSegmentLocation EndOfSegmentLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| EndOfSegmentLocation |
Location
Inserts the date at a specific index in the document. The date must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between an existing table and its preceding paragraph).
Declaration
[JsonProperty("location")]
public virtual Location Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |