Class: Google::Apis::ContaineranalysisV1beta1::BatchCreateOccurrencesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::BatchCreateOccurrencesResponse
- Defined in:
- generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb
Overview
Response for creating occurrences in batch.
Instance Attribute Summary collapse
-
#occurrences ⇒ Array<Google::Apis::ContaineranalysisV1beta1::Occurrence>
The occurrences that were created.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateOccurrencesResponse
constructor
A new instance of BatchCreateOccurrencesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchCreateOccurrencesResponse
Returns a new instance of BatchCreateOccurrencesResponse
359 360 361 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 359 def initialize(**args) update!(**args) end |
Instance Attribute Details
#occurrences ⇒ Array<Google::Apis::ContaineranalysisV1beta1::Occurrence>
The occurrences that were created.
Corresponds to the JSON property occurrences
357 358 359 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 357 def occurrences @occurrences end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
364 365 366 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 364 def update!(**args) @occurrences = args[:occurrences] if args.key?(:occurrences) end |