Sha256: fd5d4f4fb8282bdd00b3f9ab8ed359a5045bcc5a993c0f70af5564548d973670
Contents?: true
Size: 649 Bytes
Versions: 4
Compression:
Stored size: 649 Bytes
Contents
# SyncteraRubySdk::WatchlistSuppress ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **provider_subject_id** | **String** | The id of the subject (person) for whom future alerts should be suppressed. | | | **provider_subscription_id** | **String** | The provider's id for the subscription that caused the alert(s) that are being suppressed. | | | **status** | **String** | The status of this suppression | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::WatchlistSuppress.new( provider_subject_id: null, provider_subscription_id: null, status: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems