Class: OpenApiSDK::Shared::WebhookResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::WebhookResponse
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/webhookresponse.rb
Instance Method Summary collapse
-
#initialize(active: nil, created_at: nil, endpoint_description: nil, id_project: nil, id_webhook_endpoint: nil, last_update: nil, scope: nil, secret: nil, url: nil) ⇒ WebhookResponse
constructor
A new instance of WebhookResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(active: nil, created_at: nil, endpoint_description: nil, id_project: nil, id_webhook_endpoint: nil, last_update: nil, scope: nil, secret: nil, url: nil) ⇒ WebhookResponse
Returns a new instance of WebhookResponse.
35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/open_api_sdk/models/shared/webhookresponse.rb', line 35 def initialize(active: nil, created_at: nil, endpoint_description: nil, id_project: nil, id_webhook_endpoint: nil, last_update: nil, scope: nil, secret: nil, url: nil) @active = active @created_at = created_at @endpoint_description = endpoint_description @id_project = id_project @id_webhook_endpoint = id_webhook_endpoint @last_update = last_update @scope = scope @secret = secret @url = url end |