Files
gitlab-foss/gems/error_tracking_open_api/docs/ErrorUpdatePayload.md
2023-08-01 15:10:12 +00:00

447 B

ErrorTrackingOpenAPI::ErrorUpdatePayload

Properties

Name Type Description Notes
status String Status of the error [optional]
updated_by_id Integer GitLab user id who triggered the update [optional]

Example

require 'error_tracking_open_api'

instance = ErrorTrackingOpenAPI::ErrorUpdatePayload.new(
  status: null,
  updated_by_id: null
)