Class ObjectReferences
A collection of object IDs.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class ObjectReferences : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ObjectIds
The object IDs.
Declaration
[JsonProperty("objectIds")]
public virtual IList<string> ObjectIds { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |