Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.99 KB

WatchlistMonitorShared.md

File metadata and controls

98 lines (53 loc) · 2.99 KB

WatchlistMonitorShared

Properties

Name Type Description Notes
ApplicantId string The ID for the applicant associated with the monitor.
ReportName string The name of the report type the monitor creates.
Tags Pointer to []string A list of tags associated with this monitor. These tags will be applied to each check this monitor creates. [optional]

Methods

NewWatchlistMonitorShared

func NewWatchlistMonitorShared(applicantId string, reportName string, ) *WatchlistMonitorShared

NewWatchlistMonitorShared instantiates a new WatchlistMonitorShared 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

NewWatchlistMonitorSharedWithDefaults

func NewWatchlistMonitorSharedWithDefaults() *WatchlistMonitorShared

NewWatchlistMonitorSharedWithDefaults instantiates a new WatchlistMonitorShared 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

GetApplicantId

func (o *WatchlistMonitorShared) GetApplicantId() string

GetApplicantId returns the ApplicantId field if non-nil, zero value otherwise.

GetApplicantIdOk

func (o *WatchlistMonitorShared) GetApplicantIdOk() (*string, bool)

GetApplicantIdOk returns a tuple with the ApplicantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApplicantId

func (o *WatchlistMonitorShared) SetApplicantId(v string)

SetApplicantId sets ApplicantId field to given value.

GetReportName

func (o *WatchlistMonitorShared) GetReportName() string

GetReportName returns the ReportName field if non-nil, zero value otherwise.

GetReportNameOk

func (o *WatchlistMonitorShared) GetReportNameOk() (*string, bool)

GetReportNameOk returns a tuple with the ReportName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReportName

func (o *WatchlistMonitorShared) SetReportName(v string)

SetReportName sets ReportName field to given value.

GetTags

func (o *WatchlistMonitorShared) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *WatchlistMonitorShared) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *WatchlistMonitorShared) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *WatchlistMonitorShared) HasTags() bool

HasTags returns a boolean if a field has been set.

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