Sha256: 6a3221e2dcbf975afbc8cff11b24e0fbc9fe5def480b37369312db9f07fee57d
Contents?: true
Size: 399 Bytes
Versions: 21
Compression:
Stored size: 399 Bytes
Contents
# MxPlatformRuby::InsightUpdateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_been_displayed** | **Boolean** | | [optional] | | **is_dismissed** | **Boolean** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::InsightUpdateRequest.new( has_been_displayed: false, is_dismissed: false ) ```
Version data entries
21 entries across 21 versions & 1 rubygems