mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-01 16:04:19 +00:00
451 B
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
)