Class: Grafeas::V1::BatchCreateNotesResponse
- Inherits:
-
Object
- Object
- Grafeas::V1::BatchCreateNotesResponse
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/grafeas.rb
Overview
Response for creating notes in batch.
Instance Attribute Summary collapse
-
#notes ⇒ ::Array<::Grafeas::V1::Note>
The notes that were created.
Instance Attribute Details
#notes ⇒ ::Array<::Grafeas::V1::Note>
Returns The notes that were created.
401 402 403 404 |
# File 'proto_docs/grafeas/v1/grafeas.rb', line 401 class BatchCreateNotesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |