Skip to content

Latest commit

 

History

History
298 lines (165 loc) · 8.57 KB

ImportListBulkResource.md

File metadata and controls

298 lines (165 loc) · 8.57 KB

ImportListBulkResource

Properties

Name Type Description Notes
Ids Pointer to []int32 [optional]
Tags Pointer to []int32 [optional]
ApplyTags Pointer to ApplyTags [optional]
Enabled Pointer to NullableBool [optional]
EnableAuto Pointer to NullableBool [optional]
RootFolderPath Pointer to NullableString [optional]
QualityProfileId Pointer to NullableInt32 [optional]
MinimumAvailability Pointer to MovieStatusType [optional]

Methods

NewImportListBulkResource

func NewImportListBulkResource() *ImportListBulkResource

NewImportListBulkResource instantiates a new ImportListBulkResource 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

NewImportListBulkResourceWithDefaults

func NewImportListBulkResourceWithDefaults() *ImportListBulkResource

NewImportListBulkResourceWithDefaults instantiates a new ImportListBulkResource 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

GetIds

func (o *ImportListBulkResource) GetIds() []int32

GetIds returns the Ids field if non-nil, zero value otherwise.

GetIdsOk

func (o *ImportListBulkResource) 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.

SetIds

func (o *ImportListBulkResource) SetIds(v []int32)

SetIds sets Ids field to given value.

HasIds

func (o *ImportListBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

SetIdsNil

func (o *ImportListBulkResource) SetIdsNil(b bool)

SetIdsNil sets the value for Ids to be an explicit nil

UnsetIds

func (o *ImportListBulkResource) UnsetIds()

UnsetIds ensures that no value is present for Ids, not even an explicit nil

GetTags

func (o *ImportListBulkResource) GetTags() []int32

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *ImportListBulkResource) 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.

SetTags

func (o *ImportListBulkResource) SetTags(v []int32)

SetTags sets Tags field to given value.

HasTags

func (o *ImportListBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

SetTagsNil

func (o *ImportListBulkResource) SetTagsNil(b bool)

SetTagsNil sets the value for Tags to be an explicit nil

UnsetTags

func (o *ImportListBulkResource) UnsetTags()

UnsetTags ensures that no value is present for Tags, not even an explicit nil

GetApplyTags

func (o *ImportListBulkResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field if non-nil, zero value otherwise.

GetApplyTagsOk

func (o *ImportListBulkResource) 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.

SetApplyTags

func (o *ImportListBulkResource) SetApplyTags(v ApplyTags)

SetApplyTags sets ApplyTags field to given value.

HasApplyTags

func (o *ImportListBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

GetEnabled

func (o *ImportListBulkResource) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *ImportListBulkResource) 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.

SetEnabled

func (o *ImportListBulkResource) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *ImportListBulkResource) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

SetEnabledNil

func (o *ImportListBulkResource) SetEnabledNil(b bool)

SetEnabledNil sets the value for Enabled to be an explicit nil

UnsetEnabled

func (o *ImportListBulkResource) UnsetEnabled()

UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil

GetEnableAuto

func (o *ImportListBulkResource) GetEnableAuto() bool

GetEnableAuto returns the EnableAuto field if non-nil, zero value otherwise.

GetEnableAutoOk

func (o *ImportListBulkResource) 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.

SetEnableAuto

func (o *ImportListBulkResource) SetEnableAuto(v bool)

SetEnableAuto sets EnableAuto field to given value.

HasEnableAuto

func (o *ImportListBulkResource) HasEnableAuto() bool

HasEnableAuto returns a boolean if a field has been set.

SetEnableAutoNil

func (o *ImportListBulkResource) SetEnableAutoNil(b bool)

SetEnableAutoNil sets the value for EnableAuto to be an explicit nil

UnsetEnableAuto

func (o *ImportListBulkResource) UnsetEnableAuto()

UnsetEnableAuto ensures that no value is present for EnableAuto, not even an explicit nil

GetRootFolderPath

func (o *ImportListBulkResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field if non-nil, zero value otherwise.

GetRootFolderPathOk

func (o *ImportListBulkResource) 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.

SetRootFolderPath

func (o *ImportListBulkResource) SetRootFolderPath(v string)

SetRootFolderPath sets RootFolderPath field to given value.

HasRootFolderPath

func (o *ImportListBulkResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

SetRootFolderPathNil

func (o *ImportListBulkResource) SetRootFolderPathNil(b bool)

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

UnsetRootFolderPath

func (o *ImportListBulkResource) UnsetRootFolderPath()

UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil

GetQualityProfileId

func (o *ImportListBulkResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field if non-nil, zero value otherwise.

GetQualityProfileIdOk

func (o *ImportListBulkResource) 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.

SetQualityProfileId

func (o *ImportListBulkResource) SetQualityProfileId(v int32)

SetQualityProfileId sets QualityProfileId field to given value.

HasQualityProfileId

func (o *ImportListBulkResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

SetQualityProfileIdNil

func (o *ImportListBulkResource) SetQualityProfileIdNil(b bool)

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

UnsetQualityProfileId

func (o *ImportListBulkResource) UnsetQualityProfileId()

UnsetQualityProfileId ensures that no value is present for QualityProfileId, not even an explicit nil

GetMinimumAvailability

func (o *ImportListBulkResource) GetMinimumAvailability() MovieStatusType

GetMinimumAvailability returns the MinimumAvailability field if non-nil, zero value otherwise.

GetMinimumAvailabilityOk

func (o *ImportListBulkResource) 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.

SetMinimumAvailability

func (o *ImportListBulkResource) SetMinimumAvailability(v MovieStatusType)

SetMinimumAvailability sets MinimumAvailability field to given value.

HasMinimumAvailability

func (o *ImportListBulkResource) HasMinimumAvailability() bool

HasMinimumAvailability returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]