mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
447 B
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
)