Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 700 Bytes

HandoffNotificationRule.md

File metadata and controls

24 lines (18 loc) · 700 Bytes

PagerDutyOpenapiClient::HandoffNotificationRule

Properties

Name Type Description Notes
id String [readonly]
notify_advance_in_minutes Integer The delay before firing the rule, in minutes. [optional]
handoff_type String The type of handoff being created. [default to 'both']
contact_method ContactMethodReference

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::HandoffNotificationRule.new(
  id: null,
  notify_advance_in_minutes: null,
  handoff_type: null,
  contact_method: null
)