Class: Grafeas::V1::GetOccurrenceRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::GetOccurrenceRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to get an occurrence.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
Instance Attribute Details
#name ⇒ String
Returns The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
136 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 136 class GetOccurrenceRequest; end |