Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.89 KB

WatchlistStandardProperties.md

File metadata and controls

56 lines (31 loc) · 1.89 KB

WatchlistStandardProperties

Properties

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]

Methods

NewWatchlistStandardProperties

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

NewWatchlistStandardPropertiesWithDefaults

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

GetRecords

func (o *WatchlistStandardProperties) GetRecords() []string

GetRecords returns the Records field if non-nil, zero value otherwise.

GetRecordsOk

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.

SetRecords

func (o *WatchlistStandardProperties) SetRecords(v []string)

SetRecords sets Records field to given value.

HasRecords

func (o *WatchlistStandardProperties) HasRecords() bool

HasRecords returns a boolean if a field has been set.

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