Class: Google::Developers::DeveloperKnowledge::V1::BatchGetDocumentsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#documents::Array<::Google::Developers::DeveloperKnowledge::V1::Document>

Returns Contains the documents requested.

Returns:



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