Sha256: 90a0ff483cc017364218abf6a7571e59ce98d12e56f9bb3e05eb39c544e24f9d
Contents?: true
Size: 408 Bytes
Versions: 29
Compression:
Stored size: 408 Bytes
Contents
# MuxRuby::IncidentNotification ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **queued_at** | **String** | | [optional] | | **id** | **Integer** | | [optional] | | **attempted_at** | **String** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::IncidentNotification.new( queued_at: null, id: null, attempted_at: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems