| Name | Type | Description | Notes |
|---|---|---|---|
| ClientMachine | Pointer to NullableString | [optional] | |
| AgentId | Pointer to NullableString | [optional] | |
| Type | int32 | ||
| JobExecutionTimestamp | Pointer to NullableTime | [optional] | |
| Dirs | Pointer to NullableString | [optional] | |
| IgnoredDirs | Pointer to NullableString | [optional] | |
| Extensions | Pointer to NullableString | [optional] | |
| NamePatterns | Pointer to NullableString | [optional] | |
| SymLinks | Pointer to bool | [optional] | |
| Compatibility | Pointer to bool | [optional] | |
| ServerUsername | Pointer to CSSCMSDataModelModelsKeyfactorAPISecret | [optional] | |
| ServerPassword | Pointer to CSSCMSDataModelModelsKeyfactorAPISecret | [optional] | |
| ServerUseSsl | Pointer to bool | [optional] |
func NewCSSCMSDataModelModelsDiscoveryJobRequest(type_ int32, ) *CSSCMSDataModelModelsDiscoveryJobRequest
NewCSSCMSDataModelModelsDiscoveryJobRequest instantiates a new CSSCMSDataModelModelsDiscoveryJobRequest 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 NewCSSCMSDataModelModelsDiscoveryJobRequestWithDefaults() *CSSCMSDataModelModelsDiscoveryJobRequest
NewCSSCMSDataModelModelsDiscoveryJobRequestWithDefaults instantiates a new CSSCMSDataModelModelsDiscoveryJobRequest 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 *CSSCMSDataModelModelsDiscoveryJobRequest) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetClientMachineOk() (*string, bool)
GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetClientMachineNil(b bool)
SetClientMachineNil sets the value for ClientMachine to be an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetClientMachine()
UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetAgentIdOk() (*string, bool)
GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetAgentIdNil(b bool)
SetAgentIdNil sets the value for AgentId to be an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetAgentId()
UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetType() int32
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetTypeOk() (*int32, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetType(v int32)
SetType sets Type field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetJobExecutionTimestamp() time.Time
GetJobExecutionTimestamp returns the JobExecutionTimestamp field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetJobExecutionTimestampOk() (*time.Time, bool)
GetJobExecutionTimestampOk returns a tuple with the JobExecutionTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetJobExecutionTimestamp(v time.Time)
SetJobExecutionTimestamp sets JobExecutionTimestamp field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasJobExecutionTimestamp() bool
HasJobExecutionTimestamp returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetJobExecutionTimestampNil(b bool)
SetJobExecutionTimestampNil sets the value for JobExecutionTimestamp to be an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetJobExecutionTimestamp()
UnsetJobExecutionTimestamp ensures that no value is present for JobExecutionTimestamp, not even an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetDirs() string
GetDirs returns the Dirs field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetDirsOk() (*string, bool)
GetDirsOk returns a tuple with the Dirs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetDirs(v string)
SetDirs sets Dirs field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasDirs() bool
HasDirs returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetDirsNil(b bool)
SetDirsNil sets the value for Dirs to be an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetDirs()
UnsetDirs ensures that no value is present for Dirs, not even an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetIgnoredDirs() string
GetIgnoredDirs returns the IgnoredDirs field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetIgnoredDirsOk() (*string, bool)
GetIgnoredDirsOk returns a tuple with the IgnoredDirs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetIgnoredDirs(v string)
SetIgnoredDirs sets IgnoredDirs field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasIgnoredDirs() bool
HasIgnoredDirs returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetIgnoredDirsNil(b bool)
SetIgnoredDirsNil sets the value for IgnoredDirs to be an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetIgnoredDirs()
UnsetIgnoredDirs ensures that no value is present for IgnoredDirs, not even an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetExtensions() string
GetExtensions returns the Extensions field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetExtensionsOk() (*string, bool)
GetExtensionsOk returns a tuple with the Extensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetExtensions(v string)
SetExtensions sets Extensions field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasExtensions() bool
HasExtensions returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetExtensionsNil(b bool)
SetExtensionsNil sets the value for Extensions to be an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetExtensions()
UnsetExtensions ensures that no value is present for Extensions, not even an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetNamePatterns() string
GetNamePatterns returns the NamePatterns field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetNamePatternsOk() (*string, bool)
GetNamePatternsOk returns a tuple with the NamePatterns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetNamePatterns(v string)
SetNamePatterns sets NamePatterns field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasNamePatterns() bool
HasNamePatterns returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetNamePatternsNil(b bool)
SetNamePatternsNil sets the value for NamePatterns to be an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetNamePatterns()
UnsetNamePatterns ensures that no value is present for NamePatterns, not even an explicit nil
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetSymLinks() bool
GetSymLinks returns the SymLinks field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetSymLinksOk() (*bool, bool)
GetSymLinksOk returns a tuple with the SymLinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetSymLinks(v bool)
SetSymLinks sets SymLinks field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasSymLinks() bool
HasSymLinks returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetCompatibility() bool
GetCompatibility returns the Compatibility field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetCompatibilityOk() (*bool, bool)
GetCompatibilityOk returns a tuple with the Compatibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetCompatibility(v bool)
SetCompatibility sets Compatibility field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasCompatibility() bool
HasCompatibility returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUsername() CSSCMSDataModelModelsKeyfactorAPISecret
GetServerUsername returns the ServerUsername field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUsernameOk() (*CSSCMSDataModelModelsKeyfactorAPISecret, bool)
GetServerUsernameOk returns a tuple with the ServerUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetServerUsername(v CSSCMSDataModelModelsKeyfactorAPISecret)
SetServerUsername sets ServerUsername field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasServerUsername() bool
HasServerUsername returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerPassword() CSSCMSDataModelModelsKeyfactorAPISecret
GetServerPassword returns the ServerPassword field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerPasswordOk() (*CSSCMSDataModelModelsKeyfactorAPISecret, bool)
GetServerPasswordOk returns a tuple with the ServerPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetServerPassword(v CSSCMSDataModelModelsKeyfactorAPISecret)
SetServerPassword sets ServerPassword field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasServerPassword() bool
HasServerPassword returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUseSsl() bool
GetServerUseSsl returns the ServerUseSsl field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUseSslOk() (*bool, bool)
GetServerUseSslOk returns a tuple with the ServerUseSsl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetServerUseSsl(v bool)
SetServerUseSsl sets ServerUseSsl field to given value.
func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasServerUseSsl() bool
HasServerUseSsl returns a boolean if a field has been set.