Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 386 Bytes

StandardAppliedScore.md

File metadata and controls

20 lines (14 loc) · 386 Bytes

PagerDutyOpenapiClient::StandardAppliedScore

Properties

Name Type Description Notes
passing Integer [optional]
total Integer [optional]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::StandardAppliedScore.new(
  passing: null,
  total: null
)