Class DateElement
A date instance mentioned in a document.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class DateElement : IDirectResponseSchema
Properties
DateElementProperties
The properties of this DateElement.
Declaration
[JsonProperty("dateElementProperties")]
public virtual DateElementProperties DateElementProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| DateElementProperties |
DateId
Output only. The unique ID of this date.
Declaration
[JsonProperty("dateId")]
public virtual string DateId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SuggestedDateElementPropertiesChanges
The suggested changes to the date element properties, keyed by suggestion ID.
Declaration
[JsonProperty("suggestedDateElementPropertiesChanges")]
public virtual IDictionary<string, SuggestedDateElementProperties> SuggestedDateElementPropertiesChanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, SuggestedDateElementProperties> |
SuggestedDeletionIds
IDs for suggestions that remove this date from the document. A DateElement might have multiple deletion IDs if, for example, multiple users suggest deleting it. If empty, then this date isn't suggested for deletion.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
SuggestedInsertionIds
IDs for suggestions that insert this date into the document. A DateElement might have multiple insertion IDs if it's a nested suggested change (a suggestion within a suggestion made by a different user, for example). If empty, then this date isn't a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionIds")]
public virtual IList<string> SuggestedInsertionIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
SuggestedTextStyleChanges
The suggested text style changes to this DateElement, keyed by suggestion ID.
Declaration
[JsonProperty("suggestedTextStyleChanges")]
public virtual IDictionary<string, SuggestedTextStyle> SuggestedTextStyleChanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, SuggestedTextStyle> |
TextStyle
The text style of this DateElement.
Declaration
[JsonProperty("textStyle")]
public virtual TextStyle TextStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| TextStyle |