Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Name | Pointer to NullableString | [optional] | |
Fields | Pointer to []Field | [optional] | |
ImplementationName | Pointer to NullableString | [optional] | |
Implementation | Pointer to NullableString | [optional] | |
ConfigContract | Pointer to NullableString | [optional] | |
InfoLink | Pointer to NullableString | [optional] | |
Message | Pointer to ProviderMessage | [optional] | |
Tags | Pointer to []int32 | [optional] | |
Presets | Pointer to []ImportListResource | [optional] | |
Enabled | Pointer to bool | [optional] | |
EnableAuto | Pointer to bool | [optional] | |
Monitor | Pointer to MonitorTypes | [optional] | |
RootFolderPath | Pointer to NullableString | [optional] | |
QualityProfileId | Pointer to int32 | [optional] | |
SearchOnAdd | Pointer to bool | [optional] | |
MinimumAvailability | Pointer to MovieStatusType | [optional] | |
ListType | Pointer to ImportListType | [optional] | |
ListOrder | Pointer to int32 | [optional] | |
MinRefreshInterval | Pointer to string | [optional] |
func NewImportListResource() *ImportListResource
NewImportListResource instantiates a new ImportListResource 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 NewImportListResourceWithDefaults() *ImportListResource
NewImportListResourceWithDefaults instantiates a new ImportListResource 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 *ImportListResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ImportListResource) 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 *ImportListResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ImportListResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ImportListResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ImportListResource) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetName(v string)
SetName sets Name field to given value.
func (o *ImportListResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ImportListResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ImportListResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ImportListResource) GetFields() []Field
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *ImportListResource) GetFieldsOk() (*[]Field, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetFields(v []Field)
SetFields sets Fields field to given value.
func (o *ImportListResource) HasFields() bool
HasFields returns a boolean if a field has been set.
func (o *ImportListResource) SetFieldsNil(b bool)
SetFieldsNil sets the value for Fields to be an explicit nil
func (o *ImportListResource) UnsetFields()
UnsetFields ensures that no value is present for Fields, not even an explicit nil
func (o *ImportListResource) GetImplementationName() string
GetImplementationName returns the ImplementationName field if non-nil, zero value otherwise.
func (o *ImportListResource) GetImplementationNameOk() (*string, bool)
GetImplementationNameOk returns a tuple with the ImplementationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetImplementationName(v string)
SetImplementationName sets ImplementationName field to given value.
func (o *ImportListResource) HasImplementationName() bool
HasImplementationName returns a boolean if a field has been set.
func (o *ImportListResource) SetImplementationNameNil(b bool)
SetImplementationNameNil sets the value for ImplementationName to be an explicit nil
func (o *ImportListResource) UnsetImplementationName()
UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil
func (o *ImportListResource) GetImplementation() string
GetImplementation returns the Implementation field if non-nil, zero value otherwise.
func (o *ImportListResource) GetImplementationOk() (*string, bool)
GetImplementationOk returns a tuple with the Implementation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetImplementation(v string)
SetImplementation sets Implementation field to given value.
func (o *ImportListResource) HasImplementation() bool
HasImplementation returns a boolean if a field has been set.
func (o *ImportListResource) SetImplementationNil(b bool)
SetImplementationNil sets the value for Implementation to be an explicit nil
func (o *ImportListResource) UnsetImplementation()
UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil
func (o *ImportListResource) GetConfigContract() string
GetConfigContract returns the ConfigContract field if non-nil, zero value otherwise.
func (o *ImportListResource) GetConfigContractOk() (*string, bool)
GetConfigContractOk returns a tuple with the ConfigContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetConfigContract(v string)
SetConfigContract sets ConfigContract field to given value.
func (o *ImportListResource) HasConfigContract() bool
HasConfigContract returns a boolean if a field has been set.
func (o *ImportListResource) SetConfigContractNil(b bool)
SetConfigContractNil sets the value for ConfigContract to be an explicit nil
func (o *ImportListResource) UnsetConfigContract()
UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil
func (o *ImportListResource) GetInfoLink() string
GetInfoLink returns the InfoLink field if non-nil, zero value otherwise.
func (o *ImportListResource) GetInfoLinkOk() (*string, bool)
GetInfoLinkOk returns a tuple with the InfoLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetInfoLink(v string)
SetInfoLink sets InfoLink field to given value.
func (o *ImportListResource) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (o *ImportListResource) SetInfoLinkNil(b bool)
SetInfoLinkNil sets the value for InfoLink to be an explicit nil
func (o *ImportListResource) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (o *ImportListResource) GetMessage() ProviderMessage
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ImportListResource) GetMessageOk() (*ProviderMessage, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetMessage(v ProviderMessage)
SetMessage sets Message field to given value.
func (o *ImportListResource) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ImportListResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ImportListResource) 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 *ImportListResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *ImportListResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ImportListResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *ImportListResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *ImportListResource) GetPresets() []ImportListResource
GetPresets returns the Presets field if non-nil, zero value otherwise.
func (o *ImportListResource) GetPresetsOk() (*[]ImportListResource, bool)
GetPresetsOk returns a tuple with the Presets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetPresets(v []ImportListResource)
SetPresets sets Presets field to given value.
func (o *ImportListResource) HasPresets() bool
HasPresets returns a boolean if a field has been set.
func (o *ImportListResource) SetPresetsNil(b bool)
SetPresetsNil sets the value for Presets to be an explicit nil
func (o *ImportListResource) UnsetPresets()
UnsetPresets ensures that no value is present for Presets, not even an explicit nil
func (o *ImportListResource) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *ImportListResource) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *ImportListResource) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *ImportListResource) GetEnableAuto() bool
GetEnableAuto returns the EnableAuto field if non-nil, zero value otherwise.
func (o *ImportListResource) GetEnableAutoOk() (*bool, bool)
GetEnableAutoOk returns a tuple with the EnableAuto field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetEnableAuto(v bool)
SetEnableAuto sets EnableAuto field to given value.
func (o *ImportListResource) HasEnableAuto() bool
HasEnableAuto returns a boolean if a field has been set.
func (o *ImportListResource) GetMonitor() MonitorTypes
GetMonitor returns the Monitor field if non-nil, zero value otherwise.
func (o *ImportListResource) GetMonitorOk() (*MonitorTypes, bool)
GetMonitorOk returns a tuple with the Monitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetMonitor(v MonitorTypes)
SetMonitor sets Monitor field to given value.
func (o *ImportListResource) HasMonitor() bool
HasMonitor returns a boolean if a field has been set.
func (o *ImportListResource) GetRootFolderPath() string
GetRootFolderPath returns the RootFolderPath field if non-nil, zero value otherwise.
func (o *ImportListResource) GetRootFolderPathOk() (*string, bool)
GetRootFolderPathOk returns a tuple with the RootFolderPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetRootFolderPath(v string)
SetRootFolderPath sets RootFolderPath field to given value.
func (o *ImportListResource) HasRootFolderPath() bool
HasRootFolderPath returns a boolean if a field has been set.
func (o *ImportListResource) SetRootFolderPathNil(b bool)
SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil
func (o *ImportListResource) UnsetRootFolderPath()
UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil
func (o *ImportListResource) GetQualityProfileId() int32
GetQualityProfileId returns the QualityProfileId field if non-nil, zero value otherwise.
func (o *ImportListResource) GetQualityProfileIdOk() (*int32, bool)
GetQualityProfileIdOk returns a tuple with the QualityProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetQualityProfileId(v int32)
SetQualityProfileId sets QualityProfileId field to given value.
func (o *ImportListResource) HasQualityProfileId() bool
HasQualityProfileId returns a boolean if a field has been set.
func (o *ImportListResource) GetSearchOnAdd() bool
GetSearchOnAdd returns the SearchOnAdd field if non-nil, zero value otherwise.
func (o *ImportListResource) GetSearchOnAddOk() (*bool, bool)
GetSearchOnAddOk returns a tuple with the SearchOnAdd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetSearchOnAdd(v bool)
SetSearchOnAdd sets SearchOnAdd field to given value.
func (o *ImportListResource) HasSearchOnAdd() bool
HasSearchOnAdd returns a boolean if a field has been set.
func (o *ImportListResource) GetMinimumAvailability() MovieStatusType
GetMinimumAvailability returns the MinimumAvailability field if non-nil, zero value otherwise.
func (o *ImportListResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)
GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetMinimumAvailability(v MovieStatusType)
SetMinimumAvailability sets MinimumAvailability field to given value.
func (o *ImportListResource) HasMinimumAvailability() bool
HasMinimumAvailability returns a boolean if a field has been set.
func (o *ImportListResource) GetListType() ImportListType
GetListType returns the ListType field if non-nil, zero value otherwise.
func (o *ImportListResource) GetListTypeOk() (*ImportListType, bool)
GetListTypeOk returns a tuple with the ListType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetListType(v ImportListType)
SetListType sets ListType field to given value.
func (o *ImportListResource) HasListType() bool
HasListType returns a boolean if a field has been set.
func (o *ImportListResource) GetListOrder() int32
GetListOrder returns the ListOrder field if non-nil, zero value otherwise.
func (o *ImportListResource) GetListOrderOk() (*int32, bool)
GetListOrderOk returns a tuple with the ListOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetListOrder(v int32)
SetListOrder sets ListOrder field to given value.
func (o *ImportListResource) HasListOrder() bool
HasListOrder returns a boolean if a field has been set.
func (o *ImportListResource) GetMinRefreshInterval() string
GetMinRefreshInterval returns the MinRefreshInterval field if non-nil, zero value otherwise.
func (o *ImportListResource) GetMinRefreshIntervalOk() (*string, bool)
GetMinRefreshIntervalOk returns a tuple with the MinRefreshInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListResource) SetMinRefreshInterval(v string)
SetMinRefreshInterval sets MinRefreshInterval field to given value.
func (o *ImportListResource) HasMinRefreshInterval() bool
HasMinRefreshInterval returns a boolean if a field has been set.