Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
TvdbId | Pointer to int32 | [optional] | |
Title | Pointer to NullableString | [optional] |
func NewImportListExclusionResource() *ImportListExclusionResource
NewImportListExclusionResource instantiates a new ImportListExclusionResource 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 NewImportListExclusionResourceWithDefaults() *ImportListExclusionResource
NewImportListExclusionResourceWithDefaults instantiates a new ImportListExclusionResource 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 *ImportListExclusionResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ImportListExclusionResource) 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 *ImportListExclusionResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ImportListExclusionResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ImportListExclusionResource) GetTvdbId() int32
GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.
func (o *ImportListExclusionResource) GetTvdbIdOk() (*int32, bool)
GetTvdbIdOk returns a tuple with the TvdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListExclusionResource) SetTvdbId(v int32)
SetTvdbId sets TvdbId field to given value.
func (o *ImportListExclusionResource) HasTvdbId() bool
HasTvdbId returns a boolean if a field has been set.
func (o *ImportListExclusionResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ImportListExclusionResource) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportListExclusionResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ImportListExclusionResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ImportListExclusionResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *ImportListExclusionResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil