Name | Type | Description | Notes |
---|---|---|---|
Enable | Pointer to []string | [optional] | |
Disable | Pointer to []string | [optional] |
func NewWatchlistMonitorMatchesUpdater() *WatchlistMonitorMatchesUpdater
NewWatchlistMonitorMatchesUpdater instantiates a new WatchlistMonitorMatchesUpdater object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWatchlistMonitorMatchesUpdaterWithDefaults() *WatchlistMonitorMatchesUpdater
NewWatchlistMonitorMatchesUpdaterWithDefaults instantiates a new WatchlistMonitorMatchesUpdater object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *WatchlistMonitorMatchesUpdater) GetEnable() []string
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *WatchlistMonitorMatchesUpdater) GetEnableOk() (*[]string, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchlistMonitorMatchesUpdater) SetEnable(v []string)
SetEnable sets Enable field to given value.
func (o *WatchlistMonitorMatchesUpdater) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *WatchlistMonitorMatchesUpdater) GetDisable() []string
GetDisable returns the Disable field if non-nil, zero value otherwise.
func (o *WatchlistMonitorMatchesUpdater) GetDisableOk() (*[]string, bool)
GetDisableOk returns a tuple with the Disable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchlistMonitorMatchesUpdater) SetDisable(v []string)
SetDisable sets Disable field to given value.
func (o *WatchlistMonitorMatchesUpdater) HasDisable() bool
HasDisable returns a boolean if a field has been set.