Name | Type | Description | Notes |
---|---|---|---|
Ids | Pointer to []int32 | [optional] | |
Tags | Pointer to []int32 | [optional] | |
ApplyTags | Pointer to ApplyTags | [optional] | |
Enable | Pointer to NullableBool | [optional] | |
Priority | Pointer to NullableInt32 | [optional] | |
RemoveCompletedDownloads | Pointer to NullableBool | [optional] | |
RemoveFailedDownloads | Pointer to NullableBool | [optional] |
func NewDownloadClientBulkResource() *DownloadClientBulkResource
NewDownloadClientBulkResource instantiates a new DownloadClientBulkResource 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 NewDownloadClientBulkResourceWithDefaults() *DownloadClientBulkResource
NewDownloadClientBulkResourceWithDefaults instantiates a new DownloadClientBulkResource 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 *DownloadClientBulkResource) GetIds() []int32
GetIds returns the Ids field if non-nil, zero value otherwise.
func (o *DownloadClientBulkResource) GetIdsOk() (*[]int32, bool)
GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientBulkResource) SetIds(v []int32)
SetIds sets Ids field to given value.
func (o *DownloadClientBulkResource) HasIds() bool
HasIds returns a boolean if a field has been set.
func (o *DownloadClientBulkResource) SetIdsNil(b bool)
SetIdsNil sets the value for Ids to be an explicit nil
func (o *DownloadClientBulkResource) UnsetIds()
UnsetIds ensures that no value is present for Ids, not even an explicit nil
func (o *DownloadClientBulkResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DownloadClientBulkResource) GetTagsOk() (*[]int32, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientBulkResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *DownloadClientBulkResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DownloadClientBulkResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *DownloadClientBulkResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *DownloadClientBulkResource) GetApplyTags() ApplyTags
GetApplyTags returns the ApplyTags field if non-nil, zero value otherwise.
func (o *DownloadClientBulkResource) GetApplyTagsOk() (*ApplyTags, bool)
GetApplyTagsOk returns a tuple with the ApplyTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientBulkResource) SetApplyTags(v ApplyTags)
SetApplyTags sets ApplyTags field to given value.
func (o *DownloadClientBulkResource) HasApplyTags() bool
HasApplyTags returns a boolean if a field has been set.
func (o *DownloadClientBulkResource) GetEnable() bool
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *DownloadClientBulkResource) GetEnableOk() (*bool, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientBulkResource) SetEnable(v bool)
SetEnable sets Enable field to given value.
func (o *DownloadClientBulkResource) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *DownloadClientBulkResource) SetEnableNil(b bool)
SetEnableNil sets the value for Enable to be an explicit nil
func (o *DownloadClientBulkResource) UnsetEnable()
UnsetEnable ensures that no value is present for Enable, not even an explicit nil
func (o *DownloadClientBulkResource) GetPriority() int32
GetPriority returns the Priority field if non-nil, zero value otherwise.
func (o *DownloadClientBulkResource) GetPriorityOk() (*int32, bool)
GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientBulkResource) SetPriority(v int32)
SetPriority sets Priority field to given value.
func (o *DownloadClientBulkResource) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (o *DownloadClientBulkResource) SetPriorityNil(b bool)
SetPriorityNil sets the value for Priority to be an explicit nil
func (o *DownloadClientBulkResource) UnsetPriority()
UnsetPriority ensures that no value is present for Priority, not even an explicit nil
func (o *DownloadClientBulkResource) GetRemoveCompletedDownloads() bool
GetRemoveCompletedDownloads returns the RemoveCompletedDownloads field if non-nil, zero value otherwise.
func (o *DownloadClientBulkResource) GetRemoveCompletedDownloadsOk() (*bool, bool)
GetRemoveCompletedDownloadsOk returns a tuple with the RemoveCompletedDownloads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientBulkResource) SetRemoveCompletedDownloads(v bool)
SetRemoveCompletedDownloads sets RemoveCompletedDownloads field to given value.
func (o *DownloadClientBulkResource) HasRemoveCompletedDownloads() bool
HasRemoveCompletedDownloads returns a boolean if a field has been set.
func (o *DownloadClientBulkResource) SetRemoveCompletedDownloadsNil(b bool)
SetRemoveCompletedDownloadsNil sets the value for RemoveCompletedDownloads to be an explicit nil
func (o *DownloadClientBulkResource) UnsetRemoveCompletedDownloads()
UnsetRemoveCompletedDownloads ensures that no value is present for RemoveCompletedDownloads, not even an explicit nil
func (o *DownloadClientBulkResource) GetRemoveFailedDownloads() bool
GetRemoveFailedDownloads returns the RemoveFailedDownloads field if non-nil, zero value otherwise.
func (o *DownloadClientBulkResource) GetRemoveFailedDownloadsOk() (*bool, bool)
GetRemoveFailedDownloadsOk returns a tuple with the RemoveFailedDownloads field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DownloadClientBulkResource) SetRemoveFailedDownloads(v bool)
SetRemoveFailedDownloads sets RemoveFailedDownloads field to given value.
func (o *DownloadClientBulkResource) HasRemoveFailedDownloads() bool
HasRemoveFailedDownloads returns a boolean if a field has been set.
func (o *DownloadClientBulkResource) SetRemoveFailedDownloadsNil(b bool)
SetRemoveFailedDownloadsNil sets the value for RemoveFailedDownloads to be an explicit nil
func (o *DownloadClientBulkResource) UnsetRemoveFailedDownloads()
UnsetRemoveFailedDownloads ensures that no value is present for RemoveFailedDownloads, not even an explicit nil