Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
DownloadClientWorkingFolders | Pointer to NullableString | [optional] | |
EnableCompletedDownloadHandling | Pointer to bool | [optional] | |
AutoRedownloadFailed | Pointer to bool | [optional] | |
AutoRedownloadFailedFromInteractiveSearch | Pointer to bool | [optional] |
func NewDownloadClientConfigResource() *DownloadClientConfigResource
NewDownloadClientConfigResource instantiates a new DownloadClientConfigResource 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 NewDownloadClientConfigResourceWithDefaults() *DownloadClientConfigResource
NewDownloadClientConfigResourceWithDefaults instantiates a new DownloadClientConfigResource 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 *DownloadClientConfigResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DownloadClientConfigResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientConfigResource) SetId(v int32)
SetId sets Id field to given value.
func (o *DownloadClientConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DownloadClientConfigResource) GetDownloadClientWorkingFolders() string
GetDownloadClientWorkingFolders returns the DownloadClientWorkingFolders field if non-nil, zero value otherwise.
func (o *DownloadClientConfigResource) GetDownloadClientWorkingFoldersOk() (*string, bool)
GetDownloadClientWorkingFoldersOk returns a tuple with the DownloadClientWorkingFolders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientConfigResource) SetDownloadClientWorkingFolders(v string)
SetDownloadClientWorkingFolders sets DownloadClientWorkingFolders field to given value.
func (o *DownloadClientConfigResource) HasDownloadClientWorkingFolders() bool
HasDownloadClientWorkingFolders returns a boolean if a field has been set.
func (o *DownloadClientConfigResource) SetDownloadClientWorkingFoldersNil(b bool)
SetDownloadClientWorkingFoldersNil sets the value for DownloadClientWorkingFolders to be an explicit nil
func (o *DownloadClientConfigResource) UnsetDownloadClientWorkingFolders()
UnsetDownloadClientWorkingFolders ensures that no value is present for DownloadClientWorkingFolders, not even an explicit nil
func (o *DownloadClientConfigResource) GetEnableCompletedDownloadHandling() bool
GetEnableCompletedDownloadHandling returns the EnableCompletedDownloadHandling field if non-nil, zero value otherwise.
func (o *DownloadClientConfigResource) GetEnableCompletedDownloadHandlingOk() (*bool, bool)
GetEnableCompletedDownloadHandlingOk returns a tuple with the EnableCompletedDownloadHandling field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientConfigResource) SetEnableCompletedDownloadHandling(v bool)
SetEnableCompletedDownloadHandling sets EnableCompletedDownloadHandling field to given value.
func (o *DownloadClientConfigResource) HasEnableCompletedDownloadHandling() bool
HasEnableCompletedDownloadHandling returns a boolean if a field has been set.
func (o *DownloadClientConfigResource) GetAutoRedownloadFailed() bool
GetAutoRedownloadFailed returns the AutoRedownloadFailed field if non-nil, zero value otherwise.
func (o *DownloadClientConfigResource) GetAutoRedownloadFailedOk() (*bool, bool)
GetAutoRedownloadFailedOk returns a tuple with the AutoRedownloadFailed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientConfigResource) SetAutoRedownloadFailed(v bool)
SetAutoRedownloadFailed sets AutoRedownloadFailed field to given value.
func (o *DownloadClientConfigResource) HasAutoRedownloadFailed() bool
HasAutoRedownloadFailed returns a boolean if a field has been set.
func (o *DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearch() bool
GetAutoRedownloadFailedFromInteractiveSearch returns the AutoRedownloadFailedFromInteractiveSearch field if non-nil, zero value otherwise.
func (o *DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearchOk() (*bool, bool)
GetAutoRedownloadFailedFromInteractiveSearchOk returns a tuple with the AutoRedownloadFailedFromInteractiveSearch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientConfigResource) SetAutoRedownloadFailedFromInteractiveSearch(v bool)
SetAutoRedownloadFailedFromInteractiveSearch sets AutoRedownloadFailedFromInteractiveSearch field to given value.
func (o *DownloadClientConfigResource) HasAutoRedownloadFailedFromInteractiveSearch() bool
HasAutoRedownloadFailedFromInteractiveSearch returns a boolean if a field has been set.