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
)