Class: Google::Apis::FirebasecrashlyticsV1alpha::BatchGetEventsResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirebasecrashlyticsV1alpha::BatchGetEventsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebasecrashlytics_v1alpha/classes.rb,
lib/google/apis/firebasecrashlytics_v1alpha/representations.rb,
lib/google/apis/firebasecrashlytics_v1alpha/representations.rb
Overview
Response message for the BatchGetEvents method.
Instance Attribute Summary collapse
-
#events ⇒ Array<Google::Apis::FirebasecrashlyticsV1alpha::Event>
The list of retrieved events.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchGetEventsResponse
constructor
A new instance of BatchGetEventsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchGetEventsResponse
Returns a new instance of BatchGetEventsResponse.
34 35 36 |
# File 'lib/google/apis/firebasecrashlytics_v1alpha/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#events ⇒ Array<Google::Apis::FirebasecrashlyticsV1alpha::Event>
The list of retrieved events.
Corresponds to the JSON property events
32 33 34 |
# File 'lib/google/apis/firebasecrashlytics_v1alpha/classes.rb', line 32 def events @events end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/firebasecrashlytics_v1alpha/classes.rb', line 39 def update!(**args) @events = args[:events] if args.key?(:events) end |