Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.29 KB

ModelsSSLImmediateSslScanRequest.md

File metadata and controls

72 lines (39 loc) · 2.29 KB

ModelsSSLImmediateSslScanRequest

Properties

Name Type Description Notes
Discovery bool
Monitoring bool

Methods

NewModelsSSLImmediateSslScanRequest

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

NewModelsSSLImmediateSslScanRequestWithDefaults

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

GetDiscovery

func (o *ModelsSSLImmediateSslScanRequest) GetDiscovery() bool

GetDiscovery returns the Discovery field if non-nil, zero value otherwise.

GetDiscoveryOk

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.

SetDiscovery

func (o *ModelsSSLImmediateSslScanRequest) SetDiscovery(v bool)

SetDiscovery sets Discovery field to given value.

GetMonitoring

func (o *ModelsSSLImmediateSslScanRequest) GetMonitoring() bool

GetMonitoring returns the Monitoring field if non-nil, zero value otherwise.

GetMonitoringOk

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.

SetMonitoring

func (o *ModelsSSLImmediateSslScanRequest) SetMonitoring(v bool)

SetMonitoring sets Monitoring field to given value.

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