Name | Type | Description | Notes |
---|---|---|---|
message | String | An optional status update message that will be sent to the template | [optional] |
require 'pager_duty_openapi_client'
instance = PagerDutyOpenapiClient::StatusUpdateTemplateInputStatusUpdate.new(
message: null
)