Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.48 KB

WatchlistMonitorMatchesUpdater.md

File metadata and controls

82 lines (45 loc) · 2.48 KB

WatchlistMonitorMatchesUpdater

Properties

Name Type Description Notes
Enable Pointer to []string [optional]
Disable Pointer to []string [optional]

Methods

NewWatchlistMonitorMatchesUpdater

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

NewWatchlistMonitorMatchesUpdaterWithDefaults

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

GetEnable

func (o *WatchlistMonitorMatchesUpdater) GetEnable() []string

GetEnable returns the Enable field if non-nil, zero value otherwise.

GetEnableOk

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.

SetEnable

func (o *WatchlistMonitorMatchesUpdater) SetEnable(v []string)

SetEnable sets Enable field to given value.

HasEnable

func (o *WatchlistMonitorMatchesUpdater) HasEnable() bool

HasEnable returns a boolean if a field has been set.

GetDisable

func (o *WatchlistMonitorMatchesUpdater) GetDisable() []string

GetDisable returns the Disable field if non-nil, zero value otherwise.

GetDisableOk

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.

SetDisable

func (o *WatchlistMonitorMatchesUpdater) SetDisable(v []string)

SetDisable sets Disable field to given value.

HasDisable

func (o *WatchlistMonitorMatchesUpdater) HasDisable() bool

HasDisable returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]