Class: Google::Apis::FirebasecrashlyticsV1alpha::BatchGetEventsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#eventsArray<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