Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 3.25 KB

ImportListExclusionResource.md

File metadata and controls

118 lines (65 loc) · 3.25 KB

ImportListExclusionResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
TvdbId Pointer to int32 [optional]
Title Pointer to NullableString [optional]

Methods

NewImportListExclusionResource

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

NewImportListExclusionResourceWithDefaults

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

GetId

func (o *ImportListExclusionResource) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ImportListExclusionResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ImportListExclusionResource) HasId() bool

HasId returns a boolean if a field has been set.

GetTvdbId

func (o *ImportListExclusionResource) GetTvdbId() int32

GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.

GetTvdbIdOk

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.

SetTvdbId

func (o *ImportListExclusionResource) SetTvdbId(v int32)

SetTvdbId sets TvdbId field to given value.

HasTvdbId

func (o *ImportListExclusionResource) HasTvdbId() bool

HasTvdbId returns a boolean if a field has been set.

GetTitle

func (o *ImportListExclusionResource) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *ImportListExclusionResource) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ImportListExclusionResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

SetTitleNil

func (o *ImportListExclusionResource) SetTitleNil(b bool)

SetTitleNil sets the value for Title to be an explicit nil

UnsetTitle

func (o *ImportListExclusionResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

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