Name | Type | Description | Notes |
---|---|---|---|
ClientMachine | Pointer to string | [optional] | |
AgentId | Pointer to string | [optional] | |
Type | int32 | ||
JobExecutionTimestamp | Pointer to time.Time | [optional] | |
Dirs | Pointer to string | [optional] | |
IgnoredDirs | Pointer to string | [optional] | |
Extensions | Pointer to string | [optional] | |
NamePatterns | Pointer to string | [optional] | |
SymLinks | Pointer to bool | [optional] | |
Compatibility | Pointer to bool | [optional] | |
ServerUsername | Pointer to ModelsKeyfactorAPISecret | [optional] | |
ServerPassword | Pointer to ModelsKeyfactorAPISecret | [optional] | |
ServerUseSsl | Pointer to bool | [optional] |
func NewModelsDiscoveryJobRequest(type_ int32, ) *ModelsDiscoveryJobRequest
NewModelsDiscoveryJobRequest instantiates a new ModelsDiscoveryJobRequest 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 NewModelsDiscoveryJobRequestWithDefaults() *ModelsDiscoveryJobRequest
NewModelsDiscoveryJobRequestWithDefaults instantiates a new ModelsDiscoveryJobRequest 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 *ModelsDiscoveryJobRequest) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *ModelsDiscoveryJobRequest) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *ModelsDiscoveryJobRequest) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetType() int32
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetType(v int32)
SetType sets Type field to given value.
func (o *ModelsDiscoveryJobRequest) GetJobExecutionTimestamp() time.Time
GetJobExecutionTimestamp returns the JobExecutionTimestamp field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetJobExecutionTimestamp(v time.Time)
SetJobExecutionTimestamp sets JobExecutionTimestamp field to given value.
func (o *ModelsDiscoveryJobRequest) HasJobExecutionTimestamp() bool
HasJobExecutionTimestamp returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetDirs() string
GetDirs returns the Dirs field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetDirs(v string)
SetDirs sets Dirs field to given value.
func (o *ModelsDiscoveryJobRequest) HasDirs() bool
HasDirs returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetIgnoredDirs() string
GetIgnoredDirs returns the IgnoredDirs field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetIgnoredDirs(v string)
SetIgnoredDirs sets IgnoredDirs field to given value.
func (o *ModelsDiscoveryJobRequest) HasIgnoredDirs() bool
HasIgnoredDirs returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetExtensions() string
GetExtensions returns the Extensions field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetExtensions(v string)
SetExtensions sets Extensions field to given value.
func (o *ModelsDiscoveryJobRequest) HasExtensions() bool
HasExtensions returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetNamePatterns() string
GetNamePatterns returns the NamePatterns field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetNamePatterns(v string)
SetNamePatterns sets NamePatterns field to given value.
func (o *ModelsDiscoveryJobRequest) HasNamePatterns() bool
HasNamePatterns returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetSymLinks() bool
GetSymLinks returns the SymLinks field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetSymLinks(v bool)
SetSymLinks sets SymLinks field to given value.
func (o *ModelsDiscoveryJobRequest) HasSymLinks() bool
HasSymLinks returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetCompatibility() bool
GetCompatibility returns the Compatibility field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetCompatibility(v bool)
SetCompatibility sets Compatibility field to given value.
func (o *ModelsDiscoveryJobRequest) HasCompatibility() bool
HasCompatibility returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetServerUsername() ModelsKeyfactorAPISecret
GetServerUsername returns the ServerUsername field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) GetServerUsernameOk() (*ModelsKeyfactorAPISecret, 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 *ModelsDiscoveryJobRequest) SetServerUsername(v ModelsKeyfactorAPISecret)
SetServerUsername sets ServerUsername field to given value.
func (o *ModelsDiscoveryJobRequest) HasServerUsername() bool
HasServerUsername returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetServerPassword() ModelsKeyfactorAPISecret
GetServerPassword returns the ServerPassword field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) GetServerPasswordOk() (*ModelsKeyfactorAPISecret, 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 *ModelsDiscoveryJobRequest) SetServerPassword(v ModelsKeyfactorAPISecret)
SetServerPassword sets ServerPassword field to given value.
func (o *ModelsDiscoveryJobRequest) HasServerPassword() bool
HasServerPassword returns a boolean if a field has been set.
func (o *ModelsDiscoveryJobRequest) GetServerUseSsl() bool
GetServerUseSsl returns the ServerUseSsl field if non-nil, zero value otherwise.
func (o *ModelsDiscoveryJobRequest) 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 *ModelsDiscoveryJobRequest) SetServerUseSsl(v bool)
SetServerUseSsl sets ServerUseSsl field to given value.
func (o *ModelsDiscoveryJobRequest) HasServerUseSsl() bool
HasServerUseSsl returns a boolean if a field has been set.