Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.54 KB

File metadata and controls

72 lines (39 loc) · 2.54 KB

CSSCMSDataModelModelsSSLImmediateSslScanRequest

Properties

Name Type Description Notes
Discovery bool
Monitoring bool

Methods

NewCSSCMSDataModelModelsSSLImmediateSslScanRequest

func NewCSSCMSDataModelModelsSSLImmediateSslScanRequest(discovery bool, monitoring bool, ) *CSSCMSDataModelModelsSSLImmediateSslScanRequest

NewCSSCMSDataModelModelsSSLImmediateSslScanRequest instantiates a new CSSCMSDataModelModelsSSLImmediateSslScanRequest 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

NewCSSCMSDataModelModelsSSLImmediateSslScanRequestWithDefaults

func NewCSSCMSDataModelModelsSSLImmediateSslScanRequestWithDefaults() *CSSCMSDataModelModelsSSLImmediateSslScanRequest

NewCSSCMSDataModelModelsSSLImmediateSslScanRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSLImmediateSslScanRequest 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 *CSSCMSDataModelModelsSSLImmediateSslScanRequest) GetDiscovery() bool

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

GetDiscoveryOk

func (o *CSSCMSDataModelModelsSSLImmediateSslScanRequest) 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 *CSSCMSDataModelModelsSSLImmediateSslScanRequest) SetDiscovery(v bool)

SetDiscovery sets Discovery field to given value.

GetMonitoring

func (o *CSSCMSDataModelModelsSSLImmediateSslScanRequest) GetMonitoring() bool

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

GetMonitoringOk

func (o *CSSCMSDataModelModelsSSLImmediateSslScanRequest) 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 *CSSCMSDataModelModelsSSLImmediateSslScanRequest) SetMonitoring(v bool)

SetMonitoring sets Monitoring field to given value.

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