Class InlineObjectProperties
Properties of an InlineObject.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class InlineObjectProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmbeddedObject
The embedded object of this inline object.
Declaration
[JsonProperty("embeddedObject")]
public virtual EmbeddedObject EmbeddedObject { get; set; }
Property Value
Type | Description |
---|---|
EmbeddedObject |