Name | Type | Description | Notes |
---|---|---|---|
Records | Pointer to []string | Returns any matches including, but not limited to, name and date of birth of match, aliases and associates, and relevant events and sources. | [optional] |
func NewWatchlistStandardProperties() *WatchlistStandardProperties
NewWatchlistStandardProperties instantiates a new WatchlistStandardProperties 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 NewWatchlistStandardPropertiesWithDefaults() *WatchlistStandardProperties
NewWatchlistStandardPropertiesWithDefaults instantiates a new WatchlistStandardProperties 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 *WatchlistStandardProperties) GetRecords() []string
GetRecords returns the Records field if non-nil, zero value otherwise.
func (o *WatchlistStandardProperties) GetRecordsOk() (*[]string, bool)
GetRecordsOk returns a tuple with the Records field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WatchlistStandardProperties) SetRecords(v []string)
SetRecords sets Records field to given value.
func (o *WatchlistStandardProperties) HasRecords() bool
HasRecords returns a boolean if a field has been set.