Class: Google::Developers::DeveloperKnowledge::V1::Answer::CitationSource
- Inherits:
-
Object
- Object
- Google::Developers::DeveloperKnowledge::V1::Answer::CitationSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/developers/knowledge/v1/developerknowledge.rb
Overview
Citation source.
Instance Attribute Summary collapse
-
#reference_index ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#reference_index ⇒ ::Integer (readonly)
Returns Output only. Contains the index of the
Answer.AnswerReference
in the references repeated field.
269 270 271 272 |
# File 'proto_docs/google/developers/knowledge/v1/developerknowledge.rb', line 269 class CitationSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |