Method: OpenApiSDK::Shared::EventResponse#initialize
- Defined in:
- lib/open_api_sdk/models/shared/eventresponse.rb
#initialize(direction: nil, id_connection: nil, id_event: nil, id_linked_user: nil, id_project: nil, method: nil, provider: nil, status: nil, timestamp: nil, type: nil, url: nil) ⇒ EventResponse
Returns a new instance of EventResponse.
39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/open_api_sdk/models/shared/eventresponse.rb', line 39 def initialize(direction: nil, id_connection: nil, id_event: nil, id_linked_user: nil, id_project: nil, method: nil, provider: nil, status: nil, timestamp: nil, type: nil, url: nil) @direction = direction @id_connection = id_connection @id_event = id_event @id_linked_user = id_linked_user @id_project = id_project @method = method @provider = provider @status = status @timestamp = @type = type @url = url end |