Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 750 Bytes

ServiceOrchestrationAllOfOrchestrationPathAllOfMigratedFrom.md

File metadata and controls

22 lines (16 loc) · 750 Bytes

PagerDutyOpenapiClient::ServiceOrchestrationAllOfOrchestrationPathAllOfMigratedFrom

Properties

Name Type Description Notes
id String [optional][readonly]
type String A string that determines the schema of the object. This must be the standard name for the entity, suffixed by `_reference` if the object is a reference. [optional][readonly]
_self String The API show URL at which the object is accessible [optional][readonly]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::ServiceOrchestrationAllOfOrchestrationPathAllOfMigratedFrom.new(
  id: null,
  type: null,
  _self: null
)