Back to Gitlabhq

ErrorTrackingOpenAPI::ErrorUpdatePayload

gems/error_tracking_open_api/docs/ErrorUpdatePayload.md

18.11.2445 B
Original Source

ErrorTrackingOpenAPI::ErrorUpdatePayload

Properties

NameTypeDescriptionNotes
statusStringStatus of the error[optional]
updated_by_idIntegerGitLab user id who triggered the update[optional]

Example

ruby
require 'error_tracking_open_api'

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