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

451 B

ErrorTrackingOpenAPI::Project

Properties

Name Type Description Notes
id String ID of the project [optional]
name String Name of the project [optional]
slug String Slug of the project [optional]

Example

require 'error_tracking_open_api'

instance = ErrorTrackingOpenAPI::Project.new(
  id: null,
  name: null,
  slug: null
)