Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 432 Bytes

ChangeEventAllOfImages.md

File metadata and controls

22 lines (16 loc) · 432 Bytes

PagerDutyOpenapiClient::ChangeEventAllOfImages

Properties

Name Type Description Notes
src String [optional]
href String [optional]
alt String [optional]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::ChangeEventAllOfImages.new(
  src: null,
  href: null,
  alt: null
)