Sha256: 0c5c74d2f692c715943c0d7ed067430dabd55caed8a9f307d2436a62e6db0879
Contents?: true
Size: 571 Bytes
Versions: 29
Compression:
Stored size: 571 Bytes
Contents
# MuxRuby::IncidentNotificationRule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | | [optional] | | **rules** | [**Array<NotificationRule>**](NotificationRule.md) | | [optional] | | **property_id** | **String** | | [optional] | | **id** | **String** | | [optional] | | **action** | **String** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::IncidentNotificationRule.new( status: null, rules: null, property_id: null, id: null, action: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems