Class: Google::Developers::DeveloperKnowledge::V1::BatchGetDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Developers::DeveloperKnowledge::V1::BatchGetDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/developers/knowledge/v1/developerknowledge.rb
Overview
Response message for DeveloperKnowledge.BatchGetDocuments.
Instance Attribute Summary collapse
-
#documents ⇒ ::Array<::Google::Developers::DeveloperKnowledge::V1::Document>
Contains the documents requested.
Instance Attribute Details
#documents ⇒ ::Array<::Google::Developers::DeveloperKnowledge::V1::Document>
Returns Contains the documents requested.
197 198 199 200 |
# File 'proto_docs/google/developers/knowledge/v1/developerknowledge.rb', line 197 class BatchGetDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |