VerifyClientVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MonitorClient | Pointer to MonitorClient | [optional] |
Methods
NewVerifyClientVO
func NewVerifyClientVO() *VerifyClientVO
NewVerifyClientVO instantiates a new VerifyClientVO 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
NewVerifyClientVOWithDefaults
func NewVerifyClientVOWithDefaults() *VerifyClientVO
NewVerifyClientVOWithDefaults instantiates a new VerifyClientVO 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
GetMonitorClient
func (o *VerifyClientVO) GetMonitorClient() MonitorClient
GetMonitorClient returns the MonitorClient field if non-nil, zero value otherwise.
GetMonitorClientOk
func (o *VerifyClientVO) GetMonitorClientOk() (*MonitorClient, bool)
GetMonitorClientOk returns a tuple with the MonitorClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMonitorClient
func (o *VerifyClientVO) SetMonitorClient(v MonitorClient)
SetMonitorClient sets MonitorClient field to given value.
HasMonitorClient
func (o *VerifyClientVO) HasMonitorClient() bool
HasMonitorClient returns a boolean if a field has been set.