Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

Priority.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

PagerDutyOpenapiClient::Priority

Properties

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]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::Priority.new(
  name: null,
  description: null
)