Class BatchGetDocumentsResponse
Response message for DeveloperKnowledge.BatchGetDocuments.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperKnowledge.v1alpha.Data
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class BatchGetDocumentsResponse : IDirectResponseSchema
Properties
Documents
Documents requested.
Declaration
[JsonProperty("documents")]
public virtual IList<Document> Documents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Document> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |