Class InlineObject
An object that appears inline with text. An InlineObject contains an EmbeddedObject such as an image.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class InlineObject : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
InlineObjectProperties
The properties of this inline object.
Declaration
[JsonProperty("inlineObjectProperties")]
public virtual InlineObjectProperties InlineObjectProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| InlineObjectProperties | 
ObjectId
The ID of this inline object. Can be used to update an object’s properties.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SuggestedDeletionIds
The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
SuggestedInlineObjectPropertiesChanges
The suggested changes to the inline object properties, keyed by suggestion ID.
Declaration
[JsonProperty("suggestedInlineObjectPropertiesChanges")]
public virtual IDictionary<string, SuggestedInlineObjectProperties> SuggestedInlineObjectPropertiesChanges { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, SuggestedInlineObjectProperties> | 
SuggestedInsertionId
The suggested insertion ID. If empty, then this is not a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionId")]
public virtual string SuggestedInsertionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string |