| Name | Type | Description | Notes |
|---|---|---|---|
| FacebookId | Pointer to NullableString | [optional] | |
| FreebaseId | Pointer to NullableString | [optional] | |
| FreebaseMid | Pointer to NullableString | [optional] | |
| ImdbId | Pointer to NullableString | [optional] | |
| InstagramId | Pointer to NullableString | [optional] | |
| TvdbId | Pointer to NullableFloat32 | [optional] | |
| TvrageId | Pointer to NullableFloat32 | [optional] | |
| TwitterId | Pointer to NullableString | [optional] |
func NewExternalIds() *ExternalIds
NewExternalIds instantiates a new ExternalIds 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 NewExternalIdsWithDefaults() *ExternalIds
NewExternalIdsWithDefaults instantiates a new ExternalIds 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 *ExternalIds) GetFacebookId() string
GetFacebookId returns the FacebookId field if non-nil, zero value otherwise.
func (o *ExternalIds) GetFacebookIdOk() (*string, bool)
GetFacebookIdOk returns a tuple with the FacebookId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalIds) SetFacebookId(v string)
SetFacebookId sets FacebookId field to given value.
func (o *ExternalIds) HasFacebookId() bool
HasFacebookId returns a boolean if a field has been set.
func (o *ExternalIds) SetFacebookIdNil(b bool)
SetFacebookIdNil sets the value for FacebookId to be an explicit nil
func (o *ExternalIds) UnsetFacebookId()
UnsetFacebookId ensures that no value is present for FacebookId, not even an explicit nil
func (o *ExternalIds) GetFreebaseId() string
GetFreebaseId returns the FreebaseId field if non-nil, zero value otherwise.
func (o *ExternalIds) GetFreebaseIdOk() (*string, bool)
GetFreebaseIdOk returns a tuple with the FreebaseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalIds) SetFreebaseId(v string)
SetFreebaseId sets FreebaseId field to given value.
func (o *ExternalIds) HasFreebaseId() bool
HasFreebaseId returns a boolean if a field has been set.
func (o *ExternalIds) SetFreebaseIdNil(b bool)
SetFreebaseIdNil sets the value for FreebaseId to be an explicit nil
func (o *ExternalIds) UnsetFreebaseId()
UnsetFreebaseId ensures that no value is present for FreebaseId, not even an explicit nil
func (o *ExternalIds) GetFreebaseMid() string
GetFreebaseMid returns the FreebaseMid field if non-nil, zero value otherwise.
func (o *ExternalIds) GetFreebaseMidOk() (*string, bool)
GetFreebaseMidOk returns a tuple with the FreebaseMid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalIds) SetFreebaseMid(v string)
SetFreebaseMid sets FreebaseMid field to given value.
func (o *ExternalIds) HasFreebaseMid() bool
HasFreebaseMid returns a boolean if a field has been set.
func (o *ExternalIds) SetFreebaseMidNil(b bool)
SetFreebaseMidNil sets the value for FreebaseMid to be an explicit nil
func (o *ExternalIds) UnsetFreebaseMid()
UnsetFreebaseMid ensures that no value is present for FreebaseMid, not even an explicit nil
func (o *ExternalIds) GetImdbId() string
GetImdbId returns the ImdbId field if non-nil, zero value otherwise.
func (o *ExternalIds) GetImdbIdOk() (*string, bool)
GetImdbIdOk returns a tuple with the ImdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalIds) SetImdbId(v string)
SetImdbId sets ImdbId field to given value.
func (o *ExternalIds) HasImdbId() bool
HasImdbId returns a boolean if a field has been set.
func (o *ExternalIds) SetImdbIdNil(b bool)
SetImdbIdNil sets the value for ImdbId to be an explicit nil
func (o *ExternalIds) UnsetImdbId()
UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil
func (o *ExternalIds) GetInstagramId() string
GetInstagramId returns the InstagramId field if non-nil, zero value otherwise.
func (o *ExternalIds) GetInstagramIdOk() (*string, bool)
GetInstagramIdOk returns a tuple with the InstagramId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalIds) SetInstagramId(v string)
SetInstagramId sets InstagramId field to given value.
func (o *ExternalIds) HasInstagramId() bool
HasInstagramId returns a boolean if a field has been set.
func (o *ExternalIds) SetInstagramIdNil(b bool)
SetInstagramIdNil sets the value for InstagramId to be an explicit nil
func (o *ExternalIds) UnsetInstagramId()
UnsetInstagramId ensures that no value is present for InstagramId, not even an explicit nil
func (o *ExternalIds) GetTvdbId() float32
GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.
func (o *ExternalIds) GetTvdbIdOk() (*float32, 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 *ExternalIds) SetTvdbId(v float32)
SetTvdbId sets TvdbId field to given value.
func (o *ExternalIds) HasTvdbId() bool
HasTvdbId returns a boolean if a field has been set.
func (o *ExternalIds) SetTvdbIdNil(b bool)
SetTvdbIdNil sets the value for TvdbId to be an explicit nil
func (o *ExternalIds) UnsetTvdbId()
UnsetTvdbId ensures that no value is present for TvdbId, not even an explicit nil
func (o *ExternalIds) GetTvrageId() float32
GetTvrageId returns the TvrageId field if non-nil, zero value otherwise.
func (o *ExternalIds) GetTvrageIdOk() (*float32, bool)
GetTvrageIdOk returns a tuple with the TvrageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalIds) SetTvrageId(v float32)
SetTvrageId sets TvrageId field to given value.
func (o *ExternalIds) HasTvrageId() bool
HasTvrageId returns a boolean if a field has been set.
func (o *ExternalIds) SetTvrageIdNil(b bool)
SetTvrageIdNil sets the value for TvrageId to be an explicit nil
func (o *ExternalIds) UnsetTvrageId()
UnsetTvrageId ensures that no value is present for TvrageId, not even an explicit nil
func (o *ExternalIds) GetTwitterId() string
GetTwitterId returns the TwitterId field if non-nil, zero value otherwise.
func (o *ExternalIds) GetTwitterIdOk() (*string, bool)
GetTwitterIdOk returns a tuple with the TwitterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExternalIds) SetTwitterId(v string)
SetTwitterId sets TwitterId field to given value.
func (o *ExternalIds) HasTwitterId() bool
HasTwitterId returns a boolean if a field has been set.
func (o *ExternalIds) SetTwitterIdNil(b bool)
SetTwitterIdNil sets the value for TwitterId to be an explicit nil
func (o *ExternalIds) UnsetTwitterId()
UnsetTwitterId ensures that no value is present for TwitterId, not even an explicit nil