Class: Grafeas::V1::GetNoteRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::GetNoteRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to get a note.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
Instance Attribute Details
#name ⇒ String
Returns The name of the note in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID]
.
201 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 201 class GetNoteRequest; end |