Class: Grafeas::V1::CreateOccurrenceRequest
- Inherits:
-
Object
- Object
- Grafeas::V1::CreateOccurrenceRequest
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/grafeas.rb
Overview
Request to create a new occurrence.
Instance Attribute Summary collapse
-
#occurrence ⇒ Grafeas::V1::Occurrence
The occurrence to create.
-
#parent ⇒ String
The name of the project in the form of
projects/[PROJECT_ID]
, under which the occurrence is to be created.
Instance Attribute Details
#occurrence ⇒ Grafeas::V1::Occurrence
Returns The occurrence to create.
181 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 181 class CreateOccurrenceRequest; end |
#parent ⇒ String
Returns The name of the project in the form of projects/[PROJECT_ID]
, under which
the occurrence is to be created.
181 |
# File 'lib/grafeas/v1/doc/grafeas/v1/grafeas.rb', line 181 class CreateOccurrenceRequest; end |