Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 647 Bytes

StreamingError.md

File metadata and controls

24 lines (18 loc) · 647 Bytes

Daily::StreamingError

Properties

Name Type Description Notes
version String The semantic version of the current message. [optional]
type String The type of event that is being provided. [optional]
event_ts Float The Unix epoch time in seconds representing when the event was generated. [optional]
payload StreamingErrorPayload [optional]

Example

require 'daily-ruby'

instance = Daily::StreamingError.new(
  version: null,
  type: null,
  event_ts: null,
  payload: null
)