Class: OpenApiSDK::Operations::GetPanoraCoreEventsRequest

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/getpanoracoreevents_request.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(limit: nil, page: nil) ⇒ GetPanoraCoreEventsRequest

Returns a new instance of GetPanoraCoreEventsRequest.



21
22
23
24
# File 'lib/open_api_sdk/models/operations/getpanoracoreevents_request.rb', line 21

def initialize(limit: nil, page: nil)
  @limit = limit
  @page = page
end