Name | Type | Description | Notes |
---|---|---|---|
Discovery | bool | ||
Monitoring | bool |
func NewModelsSSLImmediateSslScanRequest(discovery bool, monitoring bool, ) *ModelsSSLImmediateSslScanRequest
NewModelsSSLImmediateSslScanRequest instantiates a new ModelsSSLImmediateSslScanRequest 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 NewModelsSSLImmediateSslScanRequestWithDefaults() *ModelsSSLImmediateSslScanRequest
NewModelsSSLImmediateSslScanRequestWithDefaults instantiates a new ModelsSSLImmediateSslScanRequest 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 *ModelsSSLImmediateSslScanRequest) GetDiscovery() bool
GetDiscovery returns the Discovery field if non-nil, zero value otherwise.
func (o *ModelsSSLImmediateSslScanRequest) GetDiscoveryOk() (*bool, bool)
GetDiscoveryOk returns a tuple with the Discovery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLImmediateSslScanRequest) SetDiscovery(v bool)
SetDiscovery sets Discovery field to given value.
func (o *ModelsSSLImmediateSslScanRequest) GetMonitoring() bool
GetMonitoring returns the Monitoring field if non-nil, zero value otherwise.
func (o *ModelsSSLImmediateSslScanRequest) GetMonitoringOk() (*bool, bool)
GetMonitoringOk returns a tuple with the Monitoring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLImmediateSslScanRequest) SetMonitoring(v bool)
SetMonitoring sets Monitoring field to given value.