Name | Type | Description | Notes |
---|---|---|---|
name | String | The user-provided short name of the priority. | [optional] |
description | String | The user-provided description of the priority. | [optional] |
require 'pager_duty_openapi_client'
instance = PagerDutyOpenapiClient::Priority.new(
name: null,
description: null
)