Class BatchGetDocumentsResponse
Response message for [DeveloperKnowledge.BatchGetDocuments][google.developers.knowledge.v1.DeveloperKnowledge.BatchGetDocuments].
Implements
Namespace: Google.Developers.DeveloperKnowledge.V1
Assembly: Google.Developers.DeveloperKnowledge.V1.dll
Syntax
public sealed class BatchGetDocumentsResponse : IMessage<BatchGetDocumentsResponse>, IEquatable<BatchGetDocumentsResponse>, IDeepCloneable<BatchGetDocumentsResponse>, IBufferMessage, IMessage
Constructors
BatchGetDocumentsResponse()
Declaration
public BatchGetDocumentsResponse()
BatchGetDocumentsResponse(BatchGetDocumentsResponse)
Declaration
public BatchGetDocumentsResponse(BatchGetDocumentsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchGetDocumentsResponse | other |
Properties
Documents
Contains the documents requested.
Declaration
public RepeatedField<Document> Documents { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Document> |