operations

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateUserFavoritesResponse

type CreateUserFavoritesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateUserFavoritesResponse) GetContentType

func (o *CreateUserFavoritesResponse) GetContentType() string

func (*CreateUserFavoritesResponse) GetRawResponse

func (o *CreateUserFavoritesResponse) GetRawResponse() *http.Response

func (*CreateUserFavoritesResponse) GetStatusCode

func (o *CreateUserFavoritesResponse) GetStatusCode() int

type GetAllArtworkStatuses200ApplicationJSON

type GetAllArtworkStatuses200ApplicationJSON struct {
	Data   []shared.ArtworkStatus `json:"data,omitempty"`
	Status *string                `json:"status,omitempty"`
}

GetAllArtworkStatuses200ApplicationJSON - response

func (*GetAllArtworkStatuses200ApplicationJSON) GetData

func (*GetAllArtworkStatuses200ApplicationJSON) GetStatus

type GetAllArtworkStatusesResponse

type GetAllArtworkStatusesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllArtworkStatuses200ApplicationJSONObject *GetAllArtworkStatuses200ApplicationJSON
}

func (*GetAllArtworkStatusesResponse) GetContentType

func (o *GetAllArtworkStatusesResponse) GetContentType() string

func (*GetAllArtworkStatusesResponse) GetGetAllArtworkStatuses200ApplicationJSONObject

func (o *GetAllArtworkStatusesResponse) GetGetAllArtworkStatuses200ApplicationJSONObject() *GetAllArtworkStatuses200ApplicationJSON

func (*GetAllArtworkStatusesResponse) GetRawResponse

func (o *GetAllArtworkStatusesResponse) GetRawResponse() *http.Response

func (*GetAllArtworkStatusesResponse) GetStatusCode

func (o *GetAllArtworkStatusesResponse) GetStatusCode() int

type GetAllArtworkTypes200ApplicationJSON

type GetAllArtworkTypes200ApplicationJSON struct {
	Data   []shared.ArtworkType `json:"data,omitempty"`
	Status *string              `json:"status,omitempty"`
}

GetAllArtworkTypes200ApplicationJSON - response

func (*GetAllArtworkTypes200ApplicationJSON) GetData

func (*GetAllArtworkTypes200ApplicationJSON) GetStatus

type GetAllArtworkTypesResponse

type GetAllArtworkTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllArtworkTypes200ApplicationJSONObject *GetAllArtworkTypes200ApplicationJSON
}

func (*GetAllArtworkTypesResponse) GetContentType

func (o *GetAllArtworkTypesResponse) GetContentType() string

func (*GetAllArtworkTypesResponse) GetGetAllArtworkTypes200ApplicationJSONObject

func (o *GetAllArtworkTypesResponse) GetGetAllArtworkTypes200ApplicationJSONObject() *GetAllArtworkTypes200ApplicationJSON

func (*GetAllArtworkTypesResponse) GetRawResponse

func (o *GetAllArtworkTypesResponse) GetRawResponse() *http.Response

func (*GetAllArtworkTypesResponse) GetStatusCode

func (o *GetAllArtworkTypesResponse) GetStatusCode() int

type GetAllAwards200ApplicationJSON

type GetAllAwards200ApplicationJSON struct {
	Data   []shared.AwardBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetAllAwards200ApplicationJSON - response

func (*GetAllAwards200ApplicationJSON) GetData

func (*GetAllAwards200ApplicationJSON) GetStatus

func (o *GetAllAwards200ApplicationJSON) GetStatus() *string

type GetAllAwardsResponse

type GetAllAwardsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllAwards200ApplicationJSONObject *GetAllAwards200ApplicationJSON
}

func (*GetAllAwardsResponse) GetContentType

func (o *GetAllAwardsResponse) GetContentType() string

func (*GetAllAwardsResponse) GetGetAllAwards200ApplicationJSONObject

func (o *GetAllAwardsResponse) GetGetAllAwards200ApplicationJSONObject() *GetAllAwards200ApplicationJSON

func (*GetAllAwardsResponse) GetRawResponse

func (o *GetAllAwardsResponse) GetRawResponse() *http.Response

func (*GetAllAwardsResponse) GetStatusCode

func (o *GetAllAwardsResponse) GetStatusCode() int

type GetAllCompanies200ApplicationJSON

type GetAllCompanies200ApplicationJSON struct {
	Data []shared.Company `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

GetAllCompanies200ApplicationJSON - response

func (*GetAllCompanies200ApplicationJSON) GetData

func (*GetAllCompanies200ApplicationJSON) GetStatus

func (o *GetAllCompanies200ApplicationJSON) GetStatus() *string

type GetAllCompaniesRequest

type GetAllCompaniesRequest struct {
	// name
	Page *int64 `queryParam:"style=form,explode=true,name=page"`
}

func (*GetAllCompaniesRequest) GetPage

func (o *GetAllCompaniesRequest) GetPage() *int64

type GetAllCompaniesResponse

type GetAllCompaniesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllCompanies200ApplicationJSONObject *GetAllCompanies200ApplicationJSON
}

func (*GetAllCompaniesResponse) GetContentType

func (o *GetAllCompaniesResponse) GetContentType() string

func (*GetAllCompaniesResponse) GetGetAllCompanies200ApplicationJSONObject

func (o *GetAllCompaniesResponse) GetGetAllCompanies200ApplicationJSONObject() *GetAllCompanies200ApplicationJSON

func (*GetAllCompaniesResponse) GetRawResponse

func (o *GetAllCompaniesResponse) GetRawResponse() *http.Response

func (*GetAllCompaniesResponse) GetStatusCode

func (o *GetAllCompaniesResponse) GetStatusCode() int

type GetAllContentRatings200ApplicationJSON

type GetAllContentRatings200ApplicationJSON struct {
	Data   []shared.ContentRating `json:"data,omitempty"`
	Status *string                `json:"status,omitempty"`
}

GetAllContentRatings200ApplicationJSON - response

func (*GetAllContentRatings200ApplicationJSON) GetData

func (*GetAllContentRatings200ApplicationJSON) GetStatus

type GetAllContentRatingsResponse

type GetAllContentRatingsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllContentRatings200ApplicationJSONObject *GetAllContentRatings200ApplicationJSON
}

func (*GetAllContentRatingsResponse) GetContentType

func (o *GetAllContentRatingsResponse) GetContentType() string

func (*GetAllContentRatingsResponse) GetGetAllContentRatings200ApplicationJSONObject

func (o *GetAllContentRatingsResponse) GetGetAllContentRatings200ApplicationJSONObject() *GetAllContentRatings200ApplicationJSON

func (*GetAllContentRatingsResponse) GetRawResponse

func (o *GetAllContentRatingsResponse) GetRawResponse() *http.Response

func (*GetAllContentRatingsResponse) GetStatusCode

func (o *GetAllContentRatingsResponse) GetStatusCode() int

type GetAllCountries200ApplicationJSON

type GetAllCountries200ApplicationJSON struct {
	Data   []shared.Country `json:"data,omitempty"`
	Status *string          `json:"status,omitempty"`
}

GetAllCountries200ApplicationJSON - response

func (*GetAllCountries200ApplicationJSON) GetData

func (*GetAllCountries200ApplicationJSON) GetStatus

func (o *GetAllCountries200ApplicationJSON) GetStatus() *string

type GetAllCountriesResponse

type GetAllCountriesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllCountries200ApplicationJSONObject *GetAllCountries200ApplicationJSON
}

func (*GetAllCountriesResponse) GetContentType

func (o *GetAllCountriesResponse) GetContentType() string

func (*GetAllCountriesResponse) GetGetAllCountries200ApplicationJSONObject

func (o *GetAllCountriesResponse) GetGetAllCountries200ApplicationJSONObject() *GetAllCountries200ApplicationJSON

func (*GetAllCountriesResponse) GetRawResponse

func (o *GetAllCountriesResponse) GetRawResponse() *http.Response

func (*GetAllCountriesResponse) GetStatusCode

func (o *GetAllCountriesResponse) GetStatusCode() int

type GetAllEpisodes200ApplicationJSON

type GetAllEpisodes200ApplicationJSON struct {
	Data []shared.EpisodeBaseRecord `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

GetAllEpisodes200ApplicationJSON - response

func (*GetAllEpisodes200ApplicationJSON) GetData

func (*GetAllEpisodes200ApplicationJSON) GetStatus

func (o *GetAllEpisodes200ApplicationJSON) GetStatus() *string

type GetAllEpisodesRequest

type GetAllEpisodesRequest struct {
	// page number
	Page *int64 `queryParam:"style=form,explode=true,name=page"`
}

func (*GetAllEpisodesRequest) GetPage

func (o *GetAllEpisodesRequest) GetPage() *int64

type GetAllEpisodesResponse

type GetAllEpisodesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllEpisodes200ApplicationJSONObject *GetAllEpisodes200ApplicationJSON
}

func (*GetAllEpisodesResponse) GetContentType

func (o *GetAllEpisodesResponse) GetContentType() string

func (*GetAllEpisodesResponse) GetGetAllEpisodes200ApplicationJSONObject

func (o *GetAllEpisodesResponse) GetGetAllEpisodes200ApplicationJSONObject() *GetAllEpisodes200ApplicationJSON

func (*GetAllEpisodesResponse) GetRawResponse

func (o *GetAllEpisodesResponse) GetRawResponse() *http.Response

func (*GetAllEpisodesResponse) GetStatusCode

func (o *GetAllEpisodesResponse) GetStatusCode() int

type GetAllGenders200ApplicationJSON

type GetAllGenders200ApplicationJSON struct {
	Data   []shared.Gender `json:"data,omitempty"`
	Status *string         `json:"status,omitempty"`
}

GetAllGenders200ApplicationJSON - response

func (*GetAllGenders200ApplicationJSON) GetData

func (*GetAllGenders200ApplicationJSON) GetStatus

func (o *GetAllGenders200ApplicationJSON) GetStatus() *string

type GetAllGendersResponse

type GetAllGendersResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllGenders200ApplicationJSONObject *GetAllGenders200ApplicationJSON
}

func (*GetAllGendersResponse) GetContentType

func (o *GetAllGendersResponse) GetContentType() string

func (*GetAllGendersResponse) GetGetAllGenders200ApplicationJSONObject

func (o *GetAllGendersResponse) GetGetAllGenders200ApplicationJSONObject() *GetAllGenders200ApplicationJSON

func (*GetAllGendersResponse) GetRawResponse

func (o *GetAllGendersResponse) GetRawResponse() *http.Response

func (*GetAllGendersResponse) GetStatusCode

func (o *GetAllGendersResponse) GetStatusCode() int

type GetAllGenres200ApplicationJSON

type GetAllGenres200ApplicationJSON struct {
	Data   []shared.GenreBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetAllGenres200ApplicationJSON - response

func (*GetAllGenres200ApplicationJSON) GetData

func (*GetAllGenres200ApplicationJSON) GetStatus

func (o *GetAllGenres200ApplicationJSON) GetStatus() *string

type GetAllGenresResponse

type GetAllGenresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllGenres200ApplicationJSONObject *GetAllGenres200ApplicationJSON
}

func (*GetAllGenresResponse) GetContentType

func (o *GetAllGenresResponse) GetContentType() string

func (*GetAllGenresResponse) GetGetAllGenres200ApplicationJSONObject

func (o *GetAllGenresResponse) GetGetAllGenres200ApplicationJSONObject() *GetAllGenres200ApplicationJSON

func (*GetAllGenresResponse) GetRawResponse

func (o *GetAllGenresResponse) GetRawResponse() *http.Response

func (*GetAllGenresResponse) GetStatusCode

func (o *GetAllGenresResponse) GetStatusCode() int

type GetAllInspirationTypes200ApplicationJSON

type GetAllInspirationTypes200ApplicationJSON struct {
	Data   []shared.InspirationType `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetAllInspirationTypes200ApplicationJSON - response

func (*GetAllInspirationTypes200ApplicationJSON) GetData

func (*GetAllInspirationTypes200ApplicationJSON) GetStatus

type GetAllInspirationTypesResponse

type GetAllInspirationTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllInspirationTypes200ApplicationJSONObject *GetAllInspirationTypes200ApplicationJSON
}

func (*GetAllInspirationTypesResponse) GetContentType

func (o *GetAllInspirationTypesResponse) GetContentType() string

func (*GetAllInspirationTypesResponse) GetGetAllInspirationTypes200ApplicationJSONObject

func (o *GetAllInspirationTypesResponse) GetGetAllInspirationTypes200ApplicationJSONObject() *GetAllInspirationTypes200ApplicationJSON

func (*GetAllInspirationTypesResponse) GetRawResponse

func (o *GetAllInspirationTypesResponse) GetRawResponse() *http.Response

func (*GetAllInspirationTypesResponse) GetStatusCode

func (o *GetAllInspirationTypesResponse) GetStatusCode() int

type GetAllLanguages200ApplicationJSON

type GetAllLanguages200ApplicationJSON struct {
	Data   []shared.Language `json:"data,omitempty"`
	Status *string           `json:"status,omitempty"`
}

GetAllLanguages200ApplicationJSON - response

func (*GetAllLanguages200ApplicationJSON) GetData

func (*GetAllLanguages200ApplicationJSON) GetStatus

func (o *GetAllLanguages200ApplicationJSON) GetStatus() *string

type GetAllLanguagesResponse

type GetAllLanguagesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllLanguages200ApplicationJSONObject *GetAllLanguages200ApplicationJSON
}

func (*GetAllLanguagesResponse) GetContentType

func (o *GetAllLanguagesResponse) GetContentType() string

func (*GetAllLanguagesResponse) GetGetAllLanguages200ApplicationJSONObject

func (o *GetAllLanguagesResponse) GetGetAllLanguages200ApplicationJSONObject() *GetAllLanguages200ApplicationJSON

func (*GetAllLanguagesResponse) GetRawResponse

func (o *GetAllLanguagesResponse) GetRawResponse() *http.Response

func (*GetAllLanguagesResponse) GetStatusCode

func (o *GetAllLanguagesResponse) GetStatusCode() int

type GetAllLists200ApplicationJSON

type GetAllLists200ApplicationJSON struct {
	Data []shared.ListBaseRecord `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

GetAllLists200ApplicationJSON - response

func (*GetAllLists200ApplicationJSON) GetData

func (*GetAllLists200ApplicationJSON) GetStatus

func (o *GetAllLists200ApplicationJSON) GetStatus() *string

type GetAllListsRequest

type GetAllListsRequest struct {
	// page number
	Page *int64 `queryParam:"style=form,explode=true,name=page"`
}

func (*GetAllListsRequest) GetPage

func (o *GetAllListsRequest) GetPage() *int64

type GetAllListsResponse

type GetAllListsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllLists200ApplicationJSONObject *GetAllLists200ApplicationJSON
}

func (*GetAllListsResponse) GetContentType

func (o *GetAllListsResponse) GetContentType() string

func (*GetAllListsResponse) GetGetAllLists200ApplicationJSONObject

func (o *GetAllListsResponse) GetGetAllLists200ApplicationJSONObject() *GetAllLists200ApplicationJSON

func (*GetAllListsResponse) GetRawResponse

func (o *GetAllListsResponse) GetRawResponse() *http.Response

func (*GetAllListsResponse) GetStatusCode

func (o *GetAllListsResponse) GetStatusCode() int

type GetAllMovie200ApplicationJSON

type GetAllMovie200ApplicationJSON struct {
	Data []shared.MovieBaseRecord `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

GetAllMovie200ApplicationJSON - response

func (*GetAllMovie200ApplicationJSON) GetData

func (*GetAllMovie200ApplicationJSON) GetStatus

func (o *GetAllMovie200ApplicationJSON) GetStatus() *string

type GetAllMovieRequest

type GetAllMovieRequest struct {
	// page number
	Page *int64 `queryParam:"style=form,explode=true,name=page"`
}

func (*GetAllMovieRequest) GetPage

func (o *GetAllMovieRequest) GetPage() *int64

type GetAllMovieResponse

type GetAllMovieResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllMovie200ApplicationJSONObject *GetAllMovie200ApplicationJSON
}

func (*GetAllMovieResponse) GetContentType

func (o *GetAllMovieResponse) GetContentType() string

func (*GetAllMovieResponse) GetGetAllMovie200ApplicationJSONObject

func (o *GetAllMovieResponse) GetGetAllMovie200ApplicationJSONObject() *GetAllMovie200ApplicationJSON

func (*GetAllMovieResponse) GetRawResponse

func (o *GetAllMovieResponse) GetRawResponse() *http.Response

func (*GetAllMovieResponse) GetStatusCode

func (o *GetAllMovieResponse) GetStatusCode() int

type GetAllMovieStatuses200ApplicationJSON

type GetAllMovieStatuses200ApplicationJSON struct {
	Data   []shared.Status `json:"data,omitempty"`
	Status *string         `json:"status,omitempty"`
}

GetAllMovieStatuses200ApplicationJSON - response

func (*GetAllMovieStatuses200ApplicationJSON) GetData

func (*GetAllMovieStatuses200ApplicationJSON) GetStatus

type GetAllMovieStatusesResponse

type GetAllMovieStatusesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllMovieStatuses200ApplicationJSONObject *GetAllMovieStatuses200ApplicationJSON
}

func (*GetAllMovieStatusesResponse) GetContentType

func (o *GetAllMovieStatusesResponse) GetContentType() string

func (*GetAllMovieStatusesResponse) GetGetAllMovieStatuses200ApplicationJSONObject

func (o *GetAllMovieStatusesResponse) GetGetAllMovieStatuses200ApplicationJSONObject() *GetAllMovieStatuses200ApplicationJSON

func (*GetAllMovieStatusesResponse) GetRawResponse

func (o *GetAllMovieStatusesResponse) GetRawResponse() *http.Response

func (*GetAllMovieStatusesResponse) GetStatusCode

func (o *GetAllMovieStatusesResponse) GetStatusCode() int

type GetAllPeople200ApplicationJSON

type GetAllPeople200ApplicationJSON struct {
	Data []shared.PeopleBaseRecord `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

GetAllPeople200ApplicationJSON - response

func (*GetAllPeople200ApplicationJSON) GetData

func (*GetAllPeople200ApplicationJSON) GetStatus

func (o *GetAllPeople200ApplicationJSON) GetStatus() *string

type GetAllPeopleRequest

type GetAllPeopleRequest struct {
	// page number
	Page *int64 `queryParam:"style=form,explode=true,name=page"`
}

func (*GetAllPeopleRequest) GetPage

func (o *GetAllPeopleRequest) GetPage() *int64

type GetAllPeopleResponse

type GetAllPeopleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllPeople200ApplicationJSONObject *GetAllPeople200ApplicationJSON
}

func (*GetAllPeopleResponse) GetContentType

func (o *GetAllPeopleResponse) GetContentType() string

func (*GetAllPeopleResponse) GetGetAllPeople200ApplicationJSONObject

func (o *GetAllPeopleResponse) GetGetAllPeople200ApplicationJSONObject() *GetAllPeople200ApplicationJSON

func (*GetAllPeopleResponse) GetRawResponse

func (o *GetAllPeopleResponse) GetRawResponse() *http.Response

func (*GetAllPeopleResponse) GetStatusCode

func (o *GetAllPeopleResponse) GetStatusCode() int

type GetAllPeopleTypes200ApplicationJSON

type GetAllPeopleTypes200ApplicationJSON struct {
	Data   []shared.PeopleType `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetAllPeopleTypes200ApplicationJSON - response

func (*GetAllPeopleTypes200ApplicationJSON) GetData

func (*GetAllPeopleTypes200ApplicationJSON) GetStatus

type GetAllPeopleTypesResponse

type GetAllPeopleTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllPeopleTypes200ApplicationJSONObject *GetAllPeopleTypes200ApplicationJSON
}

func (*GetAllPeopleTypesResponse) GetContentType

func (o *GetAllPeopleTypesResponse) GetContentType() string

func (*GetAllPeopleTypesResponse) GetGetAllPeopleTypes200ApplicationJSONObject

func (o *GetAllPeopleTypesResponse) GetGetAllPeopleTypes200ApplicationJSONObject() *GetAllPeopleTypes200ApplicationJSON

func (*GetAllPeopleTypesResponse) GetRawResponse

func (o *GetAllPeopleTypesResponse) GetRawResponse() *http.Response

func (*GetAllPeopleTypesResponse) GetStatusCode

func (o *GetAllPeopleTypesResponse) GetStatusCode() int

type GetAllSeasons200ApplicationJSON

type GetAllSeasons200ApplicationJSON struct {
	Data   []shared.SeasonBaseRecord `json:"data,omitempty"`
	Status *string                   `json:"status,omitempty"`
}

GetAllSeasons200ApplicationJSON - response

func (*GetAllSeasons200ApplicationJSON) GetData

func (*GetAllSeasons200ApplicationJSON) GetStatus

func (o *GetAllSeasons200ApplicationJSON) GetStatus() *string

type GetAllSeasonsRequest

type GetAllSeasonsRequest struct {
	// page number
	Page *int64 `queryParam:"style=form,explode=true,name=page"`
}

func (*GetAllSeasonsRequest) GetPage

func (o *GetAllSeasonsRequest) GetPage() *int64

type GetAllSeasonsResponse

type GetAllSeasonsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllSeasons200ApplicationJSONObject *GetAllSeasons200ApplicationJSON
}

func (*GetAllSeasonsResponse) GetContentType

func (o *GetAllSeasonsResponse) GetContentType() string

func (*GetAllSeasonsResponse) GetGetAllSeasons200ApplicationJSONObject

func (o *GetAllSeasonsResponse) GetGetAllSeasons200ApplicationJSONObject() *GetAllSeasons200ApplicationJSON

func (*GetAllSeasonsResponse) GetRawResponse

func (o *GetAllSeasonsResponse) GetRawResponse() *http.Response

func (*GetAllSeasonsResponse) GetStatusCode

func (o *GetAllSeasonsResponse) GetStatusCode() int

type GetAllSeries200ApplicationJSON

type GetAllSeries200ApplicationJSON struct {
	Data []shared.SeriesBaseRecord `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

GetAllSeries200ApplicationJSON - response

func (*GetAllSeries200ApplicationJSON) GetData

func (*GetAllSeries200ApplicationJSON) GetStatus

func (o *GetAllSeries200ApplicationJSON) GetStatus() *string

type GetAllSeriesRequest

type GetAllSeriesRequest struct {
	// page number
	Page *int64 `queryParam:"style=form,explode=true,name=page"`
}

func (*GetAllSeriesRequest) GetPage

func (o *GetAllSeriesRequest) GetPage() *int64

type GetAllSeriesResponse

type GetAllSeriesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllSeries200ApplicationJSONObject *GetAllSeries200ApplicationJSON
}

func (*GetAllSeriesResponse) GetContentType

func (o *GetAllSeriesResponse) GetContentType() string

func (*GetAllSeriesResponse) GetGetAllSeries200ApplicationJSONObject

func (o *GetAllSeriesResponse) GetGetAllSeries200ApplicationJSONObject() *GetAllSeries200ApplicationJSON

func (*GetAllSeriesResponse) GetRawResponse

func (o *GetAllSeriesResponse) GetRawResponse() *http.Response

func (*GetAllSeriesResponse) GetStatusCode

func (o *GetAllSeriesResponse) GetStatusCode() int

type GetAllSeriesStatuses200ApplicationJSON

type GetAllSeriesStatuses200ApplicationJSON struct {
	Data   []shared.Status `json:"data,omitempty"`
	Status *string         `json:"status,omitempty"`
}

GetAllSeriesStatuses200ApplicationJSON - response

func (*GetAllSeriesStatuses200ApplicationJSON) GetData

func (*GetAllSeriesStatuses200ApplicationJSON) GetStatus

type GetAllSeriesStatusesResponse

type GetAllSeriesStatusesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllSeriesStatuses200ApplicationJSONObject *GetAllSeriesStatuses200ApplicationJSON
}

func (*GetAllSeriesStatusesResponse) GetContentType

func (o *GetAllSeriesStatusesResponse) GetContentType() string

func (*GetAllSeriesStatusesResponse) GetGetAllSeriesStatuses200ApplicationJSONObject

func (o *GetAllSeriesStatusesResponse) GetGetAllSeriesStatuses200ApplicationJSONObject() *GetAllSeriesStatuses200ApplicationJSON

func (*GetAllSeriesStatusesResponse) GetRawResponse

func (o *GetAllSeriesStatusesResponse) GetRawResponse() *http.Response

func (*GetAllSeriesStatusesResponse) GetStatusCode

func (o *GetAllSeriesStatusesResponse) GetStatusCode() int

type GetAllSourceTypes200ApplicationJSON

type GetAllSourceTypes200ApplicationJSON struct {
	Data   []shared.SourceType `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetAllSourceTypes200ApplicationJSON - response

func (*GetAllSourceTypes200ApplicationJSON) GetData

func (*GetAllSourceTypes200ApplicationJSON) GetStatus

type GetAllSourceTypesResponse

type GetAllSourceTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAllSourceTypes200ApplicationJSONObject *GetAllSourceTypes200ApplicationJSON
}

func (*GetAllSourceTypesResponse) GetContentType

func (o *GetAllSourceTypesResponse) GetContentType() string

func (*GetAllSourceTypesResponse) GetGetAllSourceTypes200ApplicationJSONObject

func (o *GetAllSourceTypesResponse) GetGetAllSourceTypes200ApplicationJSONObject() *GetAllSourceTypes200ApplicationJSON

func (*GetAllSourceTypesResponse) GetRawResponse

func (o *GetAllSourceTypesResponse) GetRawResponse() *http.Response

func (*GetAllSourceTypesResponse) GetStatusCode

func (o *GetAllSourceTypesResponse) GetStatusCode() int

type GetArtworkBase200ApplicationJSON

type GetArtworkBase200ApplicationJSON struct {
	// base artwork record
	Data   *shared.ArtworkBaseRecord `json:"data,omitempty"`
	Status *string                   `json:"status,omitempty"`
}

GetArtworkBase200ApplicationJSON - response

func (*GetArtworkBase200ApplicationJSON) GetData

func (*GetArtworkBase200ApplicationJSON) GetStatus

func (o *GetArtworkBase200ApplicationJSON) GetStatus() *string

type GetArtworkBaseRequest

type GetArtworkBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetArtworkBaseRequest) GetID

func (o *GetArtworkBaseRequest) GetID() int64

type GetArtworkBaseResponse

type GetArtworkBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetArtworkBase200ApplicationJSONObject *GetArtworkBase200ApplicationJSON
}

func (*GetArtworkBaseResponse) GetContentType

func (o *GetArtworkBaseResponse) GetContentType() string

func (*GetArtworkBaseResponse) GetGetArtworkBase200ApplicationJSONObject

func (o *GetArtworkBaseResponse) GetGetArtworkBase200ApplicationJSONObject() *GetArtworkBase200ApplicationJSON

func (*GetArtworkBaseResponse) GetRawResponse

func (o *GetArtworkBaseResponse) GetRawResponse() *http.Response

func (*GetArtworkBaseResponse) GetStatusCode

func (o *GetArtworkBaseResponse) GetStatusCode() int

type GetArtworkExtended200ApplicationJSON

type GetArtworkExtended200ApplicationJSON struct {
	// extended artwork record
	Data   *shared.ArtworkExtendedRecord `json:"data,omitempty"`
	Status *string                       `json:"status,omitempty"`
}

GetArtworkExtended200ApplicationJSON - response

func (*GetArtworkExtended200ApplicationJSON) GetData

func (*GetArtworkExtended200ApplicationJSON) GetStatus

type GetArtworkExtendedRequest

type GetArtworkExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetArtworkExtendedRequest) GetID

func (o *GetArtworkExtendedRequest) GetID() int64

type GetArtworkExtendedResponse

type GetArtworkExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetArtworkExtended200ApplicationJSONObject *GetArtworkExtended200ApplicationJSON
}

func (*GetArtworkExtendedResponse) GetContentType

func (o *GetArtworkExtendedResponse) GetContentType() string

func (*GetArtworkExtendedResponse) GetGetArtworkExtended200ApplicationJSONObject

func (o *GetArtworkExtendedResponse) GetGetArtworkExtended200ApplicationJSONObject() *GetArtworkExtended200ApplicationJSON

func (*GetArtworkExtendedResponse) GetRawResponse

func (o *GetArtworkExtendedResponse) GetRawResponse() *http.Response

func (*GetArtworkExtendedResponse) GetStatusCode

func (o *GetArtworkExtendedResponse) GetStatusCode() int

type GetAward200ApplicationJSON

type GetAward200ApplicationJSON struct {
	// base award record
	Data   *shared.AwardBaseRecord `json:"data,omitempty"`
	Status *string                 `json:"status,omitempty"`
}

GetAward200ApplicationJSON - response

func (*GetAward200ApplicationJSON) GetData

func (*GetAward200ApplicationJSON) GetStatus

func (o *GetAward200ApplicationJSON) GetStatus() *string

type GetAwardCategory200ApplicationJSON

type GetAwardCategory200ApplicationJSON struct {
	// base award category record
	Data   *shared.AwardCategoryBaseRecord `json:"data,omitempty"`
	Status *string                         `json:"status,omitempty"`
}

GetAwardCategory200ApplicationJSON - response

func (*GetAwardCategory200ApplicationJSON) GetData

func (*GetAwardCategory200ApplicationJSON) GetStatus

type GetAwardCategoryExtended200ApplicationJSON

type GetAwardCategoryExtended200ApplicationJSON struct {
	// extended award category record
	Data   *shared.AwardCategoryExtendedRecord `json:"data,omitempty"`
	Status *string                             `json:"status,omitempty"`
}

GetAwardCategoryExtended200ApplicationJSON - response

func (*GetAwardCategoryExtended200ApplicationJSON) GetData

func (*GetAwardCategoryExtended200ApplicationJSON) GetStatus

type GetAwardCategoryExtendedRequest

type GetAwardCategoryExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetAwardCategoryExtendedRequest) GetID

type GetAwardCategoryExtendedResponse

type GetAwardCategoryExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAwardCategoryExtended200ApplicationJSONObject *GetAwardCategoryExtended200ApplicationJSON
}

func (*GetAwardCategoryExtendedResponse) GetContentType

func (o *GetAwardCategoryExtendedResponse) GetContentType() string

func (*GetAwardCategoryExtendedResponse) GetGetAwardCategoryExtended200ApplicationJSONObject

func (o *GetAwardCategoryExtendedResponse) GetGetAwardCategoryExtended200ApplicationJSONObject() *GetAwardCategoryExtended200ApplicationJSON

func (*GetAwardCategoryExtendedResponse) GetRawResponse

func (o *GetAwardCategoryExtendedResponse) GetRawResponse() *http.Response

func (*GetAwardCategoryExtendedResponse) GetStatusCode

func (o *GetAwardCategoryExtendedResponse) GetStatusCode() int

type GetAwardCategoryRequest

type GetAwardCategoryRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetAwardCategoryRequest) GetID

func (o *GetAwardCategoryRequest) GetID() int64

type GetAwardCategoryResponse

type GetAwardCategoryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAwardCategory200ApplicationJSONObject *GetAwardCategory200ApplicationJSON
}

func (*GetAwardCategoryResponse) GetContentType

func (o *GetAwardCategoryResponse) GetContentType() string

func (*GetAwardCategoryResponse) GetGetAwardCategory200ApplicationJSONObject

func (o *GetAwardCategoryResponse) GetGetAwardCategory200ApplicationJSONObject() *GetAwardCategory200ApplicationJSON

func (*GetAwardCategoryResponse) GetRawResponse

func (o *GetAwardCategoryResponse) GetRawResponse() *http.Response

func (*GetAwardCategoryResponse) GetStatusCode

func (o *GetAwardCategoryResponse) GetStatusCode() int

type GetAwardExtended200ApplicationJSON

type GetAwardExtended200ApplicationJSON struct {
	// extended award record
	Data   *shared.AwardExtendedRecord `json:"data,omitempty"`
	Status *string                     `json:"status,omitempty"`
}

GetAwardExtended200ApplicationJSON - response

func (*GetAwardExtended200ApplicationJSON) GetData

func (*GetAwardExtended200ApplicationJSON) GetStatus

type GetAwardExtendedRequest

type GetAwardExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetAwardExtendedRequest) GetID

func (o *GetAwardExtendedRequest) GetID() int64

type GetAwardExtendedResponse

type GetAwardExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAwardExtended200ApplicationJSONObject *GetAwardExtended200ApplicationJSON
}

func (*GetAwardExtendedResponse) GetContentType

func (o *GetAwardExtendedResponse) GetContentType() string

func (*GetAwardExtendedResponse) GetGetAwardExtended200ApplicationJSONObject

func (o *GetAwardExtendedResponse) GetGetAwardExtended200ApplicationJSONObject() *GetAwardExtended200ApplicationJSON

func (*GetAwardExtendedResponse) GetRawResponse

func (o *GetAwardExtendedResponse) GetRawResponse() *http.Response

func (*GetAwardExtendedResponse) GetStatusCode

func (o *GetAwardExtendedResponse) GetStatusCode() int

type GetAwardRequest

type GetAwardRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetAwardRequest) GetID

func (o *GetAwardRequest) GetID() int64

type GetAwardResponse

type GetAwardResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetAward200ApplicationJSONObject *GetAward200ApplicationJSON
}

func (*GetAwardResponse) GetContentType

func (o *GetAwardResponse) GetContentType() string

func (*GetAwardResponse) GetGetAward200ApplicationJSONObject

func (o *GetAwardResponse) GetGetAward200ApplicationJSONObject() *GetAward200ApplicationJSON

func (*GetAwardResponse) GetRawResponse

func (o *GetAwardResponse) GetRawResponse() *http.Response

func (*GetAwardResponse) GetStatusCode

func (o *GetAwardResponse) GetStatusCode() int

type GetCharacterBase200ApplicationJSON

type GetCharacterBase200ApplicationJSON struct {
	// character record
	Data   *shared.Character `json:"data,omitempty"`
	Status *string           `json:"status,omitempty"`
}

GetCharacterBase200ApplicationJSON - response

func (*GetCharacterBase200ApplicationJSON) GetData

func (*GetCharacterBase200ApplicationJSON) GetStatus

type GetCharacterBaseRequest

type GetCharacterBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetCharacterBaseRequest) GetID

func (o *GetCharacterBaseRequest) GetID() int64

type GetCharacterBaseResponse

type GetCharacterBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetCharacterBase200ApplicationJSONObject *GetCharacterBase200ApplicationJSON
}

func (*GetCharacterBaseResponse) GetContentType

func (o *GetCharacterBaseResponse) GetContentType() string

func (*GetCharacterBaseResponse) GetGetCharacterBase200ApplicationJSONObject

func (o *GetCharacterBaseResponse) GetGetCharacterBase200ApplicationJSONObject() *GetCharacterBase200ApplicationJSON

func (*GetCharacterBaseResponse) GetRawResponse

func (o *GetCharacterBaseResponse) GetRawResponse() *http.Response

func (*GetCharacterBaseResponse) GetStatusCode

func (o *GetCharacterBaseResponse) GetStatusCode() int

type GetCompany200ApplicationJSON

type GetCompany200ApplicationJSON struct {
	// A company record
	Data   *shared.Company `json:"data,omitempty"`
	Status *string         `json:"status,omitempty"`
}

GetCompany200ApplicationJSON - response

func (*GetCompany200ApplicationJSON) GetData

func (*GetCompany200ApplicationJSON) GetStatus

func (o *GetCompany200ApplicationJSON) GetStatus() *string

type GetCompanyRequest

type GetCompanyRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetCompanyRequest) GetID

func (o *GetCompanyRequest) GetID() int64

type GetCompanyResponse

type GetCompanyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetCompany200ApplicationJSONObject *GetCompany200ApplicationJSON
}

func (*GetCompanyResponse) GetContentType

func (o *GetCompanyResponse) GetContentType() string

func (*GetCompanyResponse) GetGetCompany200ApplicationJSONObject

func (o *GetCompanyResponse) GetGetCompany200ApplicationJSONObject() *GetCompany200ApplicationJSON

func (*GetCompanyResponse) GetRawResponse

func (o *GetCompanyResponse) GetRawResponse() *http.Response

func (*GetCompanyResponse) GetStatusCode

func (o *GetCompanyResponse) GetStatusCode() int

type GetCompanyTypes200ApplicationJSON

type GetCompanyTypes200ApplicationJSON struct {
	Data   []shared.CompanyType `json:"data,omitempty"`
	Status *string              `json:"status,omitempty"`
}

GetCompanyTypes200ApplicationJSON - response

func (*GetCompanyTypes200ApplicationJSON) GetData

func (*GetCompanyTypes200ApplicationJSON) GetStatus

func (o *GetCompanyTypes200ApplicationJSON) GetStatus() *string

type GetCompanyTypesResponse

type GetCompanyTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetCompanyTypes200ApplicationJSONObject *GetCompanyTypes200ApplicationJSON
}

func (*GetCompanyTypesResponse) GetContentType

func (o *GetCompanyTypesResponse) GetContentType() string

func (*GetCompanyTypesResponse) GetGetCompanyTypes200ApplicationJSONObject

func (o *GetCompanyTypesResponse) GetGetCompanyTypes200ApplicationJSONObject() *GetCompanyTypes200ApplicationJSON

func (*GetCompanyTypesResponse) GetRawResponse

func (o *GetCompanyTypesResponse) GetRawResponse() *http.Response

func (*GetCompanyTypesResponse) GetStatusCode

func (o *GetCompanyTypesResponse) GetStatusCode() int

type GetEntityTypes200ApplicationJSON

type GetEntityTypes200ApplicationJSON struct {
	Data   []shared.EntityType `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetEntityTypes200ApplicationJSON - response

func (*GetEntityTypes200ApplicationJSON) GetData

func (*GetEntityTypes200ApplicationJSON) GetStatus

func (o *GetEntityTypes200ApplicationJSON) GetStatus() *string

type GetEntityTypesResponse

type GetEntityTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetEntityTypes200ApplicationJSONObject *GetEntityTypes200ApplicationJSON
}

func (*GetEntityTypesResponse) GetContentType

func (o *GetEntityTypesResponse) GetContentType() string

func (*GetEntityTypesResponse) GetGetEntityTypes200ApplicationJSONObject

func (o *GetEntityTypesResponse) GetGetEntityTypes200ApplicationJSONObject() *GetEntityTypes200ApplicationJSON

func (*GetEntityTypesResponse) GetRawResponse

func (o *GetEntityTypesResponse) GetRawResponse() *http.Response

func (*GetEntityTypesResponse) GetStatusCode

func (o *GetEntityTypesResponse) GetStatusCode() int

type GetEpisodeBase200ApplicationJSON

type GetEpisodeBase200ApplicationJSON struct {
	// base episode record
	Data   *shared.EpisodeBaseRecord `json:"data,omitempty"`
	Status *string                   `json:"status,omitempty"`
}

GetEpisodeBase200ApplicationJSON - response

func (*GetEpisodeBase200ApplicationJSON) GetData

func (*GetEpisodeBase200ApplicationJSON) GetStatus

func (o *GetEpisodeBase200ApplicationJSON) GetStatus() *string

type GetEpisodeBaseRequest

type GetEpisodeBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetEpisodeBaseRequest) GetID

func (o *GetEpisodeBaseRequest) GetID() int64

type GetEpisodeBaseResponse

type GetEpisodeBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetEpisodeBase200ApplicationJSONObject *GetEpisodeBase200ApplicationJSON
}

func (*GetEpisodeBaseResponse) GetContentType

func (o *GetEpisodeBaseResponse) GetContentType() string

func (*GetEpisodeBaseResponse) GetGetEpisodeBase200ApplicationJSONObject

func (o *GetEpisodeBaseResponse) GetGetEpisodeBase200ApplicationJSONObject() *GetEpisodeBase200ApplicationJSON

func (*GetEpisodeBaseResponse) GetRawResponse

func (o *GetEpisodeBaseResponse) GetRawResponse() *http.Response

func (*GetEpisodeBaseResponse) GetStatusCode

func (o *GetEpisodeBaseResponse) GetStatusCode() int

type GetEpisodeExtended200ApplicationJSON

type GetEpisodeExtended200ApplicationJSON struct {
	// extended episode record
	Data   *shared.EpisodeExtendedRecord `json:"data,omitempty"`
	Status *string                       `json:"status,omitempty"`
}

GetEpisodeExtended200ApplicationJSON - response

func (*GetEpisodeExtended200ApplicationJSON) GetData

func (*GetEpisodeExtended200ApplicationJSON) GetStatus

type GetEpisodeExtendedMeta

type GetEpisodeExtendedMeta string

GetEpisodeExtendedMeta - meta

const (
	GetEpisodeExtendedMetaTranslations GetEpisodeExtendedMeta = "translations"
)

func (GetEpisodeExtendedMeta) ToPointer

func (*GetEpisodeExtendedMeta) UnmarshalJSON

func (e *GetEpisodeExtendedMeta) UnmarshalJSON(data []byte) error

type GetEpisodeExtendedRequest

type GetEpisodeExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// meta
	Meta *GetEpisodeExtendedMeta `queryParam:"style=form,explode=true,name=meta"`
}

func (*GetEpisodeExtendedRequest) GetID

func (o *GetEpisodeExtendedRequest) GetID() int64

func (*GetEpisodeExtendedRequest) GetMeta

type GetEpisodeExtendedResponse

type GetEpisodeExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetEpisodeExtended200ApplicationJSONObject *GetEpisodeExtended200ApplicationJSON
}

func (*GetEpisodeExtendedResponse) GetContentType

func (o *GetEpisodeExtendedResponse) GetContentType() string

func (*GetEpisodeExtendedResponse) GetGetEpisodeExtended200ApplicationJSONObject

func (o *GetEpisodeExtendedResponse) GetGetEpisodeExtended200ApplicationJSONObject() *GetEpisodeExtended200ApplicationJSON

func (*GetEpisodeExtendedResponse) GetRawResponse

func (o *GetEpisodeExtendedResponse) GetRawResponse() *http.Response

func (*GetEpisodeExtendedResponse) GetStatusCode

func (o *GetEpisodeExtendedResponse) GetStatusCode() int

type GetEpisodeTranslation200ApplicationJSON

type GetEpisodeTranslation200ApplicationJSON struct {
	// translation record
	Data   *shared.Translation `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetEpisodeTranslation200ApplicationJSON - response

func (*GetEpisodeTranslation200ApplicationJSON) GetData

func (*GetEpisodeTranslation200ApplicationJSON) GetStatus

type GetEpisodeTranslationRequest

type GetEpisodeTranslationRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// language
	Language string `pathParam:"style=simple,explode=false,name=language"`
}

func (*GetEpisodeTranslationRequest) GetID

func (*GetEpisodeTranslationRequest) GetLanguage

func (o *GetEpisodeTranslationRequest) GetLanguage() string

type GetEpisodeTranslationResponse

type GetEpisodeTranslationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetEpisodeTranslation200ApplicationJSONObject *GetEpisodeTranslation200ApplicationJSON
}

func (*GetEpisodeTranslationResponse) GetContentType

func (o *GetEpisodeTranslationResponse) GetContentType() string

func (*GetEpisodeTranslationResponse) GetGetEpisodeTranslation200ApplicationJSONObject

func (o *GetEpisodeTranslationResponse) GetGetEpisodeTranslation200ApplicationJSONObject() *GetEpisodeTranslation200ApplicationJSON

func (*GetEpisodeTranslationResponse) GetRawResponse

func (o *GetEpisodeTranslationResponse) GetRawResponse() *http.Response

func (*GetEpisodeTranslationResponse) GetStatusCode

func (o *GetEpisodeTranslationResponse) GetStatusCode() int

type GetGenreBase200ApplicationJSON

type GetGenreBase200ApplicationJSON struct {
	// base genre record
	Data   *shared.GenreBaseRecord `json:"data,omitempty"`
	Status *string                 `json:"status,omitempty"`
}

GetGenreBase200ApplicationJSON - response

func (*GetGenreBase200ApplicationJSON) GetData

func (*GetGenreBase200ApplicationJSON) GetStatus

func (o *GetGenreBase200ApplicationJSON) GetStatus() *string

type GetGenreBaseRequest

type GetGenreBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetGenreBaseRequest) GetID

func (o *GetGenreBaseRequest) GetID() int64

type GetGenreBaseResponse

type GetGenreBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetGenreBase200ApplicationJSONObject *GetGenreBase200ApplicationJSON
}

func (*GetGenreBaseResponse) GetContentType

func (o *GetGenreBaseResponse) GetContentType() string

func (*GetGenreBaseResponse) GetGetGenreBase200ApplicationJSONObject

func (o *GetGenreBaseResponse) GetGetGenreBase200ApplicationJSONObject() *GetGenreBase200ApplicationJSON

func (*GetGenreBaseResponse) GetRawResponse

func (o *GetGenreBaseResponse) GetRawResponse() *http.Response

func (*GetGenreBaseResponse) GetStatusCode

func (o *GetGenreBaseResponse) GetStatusCode() int

type GetList200ApplicationJSON

type GetList200ApplicationJSON struct {
	// base list record
	Data   *shared.ListBaseRecord `json:"data,omitempty"`
	Status *string                `json:"status,omitempty"`
}

GetList200ApplicationJSON - response

func (*GetList200ApplicationJSON) GetData

func (*GetList200ApplicationJSON) GetStatus

func (o *GetList200ApplicationJSON) GetStatus() *string

type GetListBySlug200ApplicationJSON

type GetListBySlug200ApplicationJSON struct {
	// base list record
	Data   *shared.ListBaseRecord `json:"data,omitempty"`
	Status *string                `json:"status,omitempty"`
}

GetListBySlug200ApplicationJSON - response

func (*GetListBySlug200ApplicationJSON) GetData

func (*GetListBySlug200ApplicationJSON) GetStatus

func (o *GetListBySlug200ApplicationJSON) GetStatus() *string

type GetListBySlugRequest

type GetListBySlugRequest struct {
	// slug
	Slug string `pathParam:"style=simple,explode=false,name=slug"`
}

func (*GetListBySlugRequest) GetSlug

func (o *GetListBySlugRequest) GetSlug() string

type GetListBySlugResponse

type GetListBySlugResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetListBySlug200ApplicationJSONObject *GetListBySlug200ApplicationJSON
}

func (*GetListBySlugResponse) GetContentType

func (o *GetListBySlugResponse) GetContentType() string

func (*GetListBySlugResponse) GetGetListBySlug200ApplicationJSONObject

func (o *GetListBySlugResponse) GetGetListBySlug200ApplicationJSONObject() *GetListBySlug200ApplicationJSON

func (*GetListBySlugResponse) GetRawResponse

func (o *GetListBySlugResponse) GetRawResponse() *http.Response

func (*GetListBySlugResponse) GetStatusCode

func (o *GetListBySlugResponse) GetStatusCode() int

type GetListExtended200ApplicationJSON

type GetListExtended200ApplicationJSON struct {
	// extended list record
	Data   *shared.ListExtendedRecord `json:"data,omitempty"`
	Status *string                    `json:"status,omitempty"`
}

GetListExtended200ApplicationJSON - response

func (*GetListExtended200ApplicationJSON) GetData

func (*GetListExtended200ApplicationJSON) GetStatus

func (o *GetListExtended200ApplicationJSON) GetStatus() *string

type GetListExtendedRequest

type GetListExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetListExtendedRequest) GetID

func (o *GetListExtendedRequest) GetID() int64

type GetListExtendedResponse

type GetListExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetListExtended200ApplicationJSONObject *GetListExtended200ApplicationJSON
}

func (*GetListExtendedResponse) GetContentType

func (o *GetListExtendedResponse) GetContentType() string

func (*GetListExtendedResponse) GetGetListExtended200ApplicationJSONObject

func (o *GetListExtendedResponse) GetGetListExtended200ApplicationJSONObject() *GetListExtended200ApplicationJSON

func (*GetListExtendedResponse) GetRawResponse

func (o *GetListExtendedResponse) GetRawResponse() *http.Response

func (*GetListExtendedResponse) GetStatusCode

func (o *GetListExtendedResponse) GetStatusCode() int

type GetListRequest

type GetListRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetListRequest) GetID

func (o *GetListRequest) GetID() int64

type GetListResponse

type GetListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetList200ApplicationJSONObject *GetList200ApplicationJSON
}

func (*GetListResponse) GetContentType

func (o *GetListResponse) GetContentType() string

func (*GetListResponse) GetGetList200ApplicationJSONObject

func (o *GetListResponse) GetGetList200ApplicationJSONObject() *GetList200ApplicationJSON

func (*GetListResponse) GetRawResponse

func (o *GetListResponse) GetRawResponse() *http.Response

func (*GetListResponse) GetStatusCode

func (o *GetListResponse) GetStatusCode() int

type GetListTranslation200ApplicationJSON

type GetListTranslation200ApplicationJSON struct {
	Data   []shared.Translation `json:"data,omitempty"`
	Status *string              `json:"status,omitempty"`
}

GetListTranslation200ApplicationJSON - response

func (*GetListTranslation200ApplicationJSON) GetData

func (*GetListTranslation200ApplicationJSON) GetStatus

type GetListTranslationRequest

type GetListTranslationRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// language
	Language string `pathParam:"style=simple,explode=false,name=language"`
}

func (*GetListTranslationRequest) GetID

func (o *GetListTranslationRequest) GetID() int64

func (*GetListTranslationRequest) GetLanguage

func (o *GetListTranslationRequest) GetLanguage() string

type GetListTranslationResponse

type GetListTranslationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetListTranslation200ApplicationJSONObject *GetListTranslation200ApplicationJSON
}

func (*GetListTranslationResponse) GetContentType

func (o *GetListTranslationResponse) GetContentType() string

func (*GetListTranslationResponse) GetGetListTranslation200ApplicationJSONObject

func (o *GetListTranslationResponse) GetGetListTranslation200ApplicationJSONObject() *GetListTranslation200ApplicationJSON

func (*GetListTranslationResponse) GetRawResponse

func (o *GetListTranslationResponse) GetRawResponse() *http.Response

func (*GetListTranslationResponse) GetStatusCode

func (o *GetListTranslationResponse) GetStatusCode() int

type GetMovieBase200ApplicationJSON

type GetMovieBase200ApplicationJSON struct {
	// base movie record
	Data   *shared.MovieBaseRecord `json:"data,omitempty"`
	Status *string                 `json:"status,omitempty"`
}

GetMovieBase200ApplicationJSON - response

func (*GetMovieBase200ApplicationJSON) GetData

func (*GetMovieBase200ApplicationJSON) GetStatus

func (o *GetMovieBase200ApplicationJSON) GetStatus() *string

type GetMovieBaseBySlug200ApplicationJSON

type GetMovieBaseBySlug200ApplicationJSON struct {
	// base movie record
	Data   *shared.MovieBaseRecord `json:"data,omitempty"`
	Status *string                 `json:"status,omitempty"`
}

GetMovieBaseBySlug200ApplicationJSON - response

func (*GetMovieBaseBySlug200ApplicationJSON) GetData

func (*GetMovieBaseBySlug200ApplicationJSON) GetStatus

type GetMovieBaseBySlugRequest

type GetMovieBaseBySlugRequest struct {
	// slug
	Slug string `pathParam:"style=simple,explode=false,name=slug"`
}

func (*GetMovieBaseBySlugRequest) GetSlug

func (o *GetMovieBaseBySlugRequest) GetSlug() string

type GetMovieBaseBySlugResponse

type GetMovieBaseBySlugResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetMovieBaseBySlug200ApplicationJSONObject *GetMovieBaseBySlug200ApplicationJSON
}

func (*GetMovieBaseBySlugResponse) GetContentType

func (o *GetMovieBaseBySlugResponse) GetContentType() string

func (*GetMovieBaseBySlugResponse) GetGetMovieBaseBySlug200ApplicationJSONObject

func (o *GetMovieBaseBySlugResponse) GetGetMovieBaseBySlug200ApplicationJSONObject() *GetMovieBaseBySlug200ApplicationJSON

func (*GetMovieBaseBySlugResponse) GetRawResponse

func (o *GetMovieBaseBySlugResponse) GetRawResponse() *http.Response

func (*GetMovieBaseBySlugResponse) GetStatusCode

func (o *GetMovieBaseBySlugResponse) GetStatusCode() int

type GetMovieBaseRequest

type GetMovieBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetMovieBaseRequest) GetID

func (o *GetMovieBaseRequest) GetID() int64

type GetMovieBaseResponse

type GetMovieBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetMovieBase200ApplicationJSONObject *GetMovieBase200ApplicationJSON
}

func (*GetMovieBaseResponse) GetContentType

func (o *GetMovieBaseResponse) GetContentType() string

func (*GetMovieBaseResponse) GetGetMovieBase200ApplicationJSONObject

func (o *GetMovieBaseResponse) GetGetMovieBase200ApplicationJSONObject() *GetMovieBase200ApplicationJSON

func (*GetMovieBaseResponse) GetRawResponse

func (o *GetMovieBaseResponse) GetRawResponse() *http.Response

func (*GetMovieBaseResponse) GetStatusCode

func (o *GetMovieBaseResponse) GetStatusCode() int

type GetMovieExtended200ApplicationJSON

type GetMovieExtended200ApplicationJSON struct {
	// extended movie record
	Data   *shared.MovieExtendedRecord `json:"data,omitempty"`
	Status *string                     `json:"status,omitempty"`
}

GetMovieExtended200ApplicationJSON - response

func (*GetMovieExtended200ApplicationJSON) GetData

func (*GetMovieExtended200ApplicationJSON) GetStatus

type GetMovieExtendedMeta

type GetMovieExtendedMeta string

GetMovieExtendedMeta - meta

const (
	GetMovieExtendedMetaTranslations GetMovieExtendedMeta = "translations"
)

func (GetMovieExtendedMeta) ToPointer

func (*GetMovieExtendedMeta) UnmarshalJSON

func (e *GetMovieExtendedMeta) UnmarshalJSON(data []byte) error

type GetMovieExtendedRequest

type GetMovieExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// meta
	Meta *GetMovieExtendedMeta `queryParam:"style=form,explode=true,name=meta"`
	// reduce the payload and returns the short version of this record without characters, artworks and trailers.
	Short *bool `queryParam:"style=form,explode=true,name=short"`
}

func (*GetMovieExtendedRequest) GetID

func (o *GetMovieExtendedRequest) GetID() int64

func (*GetMovieExtendedRequest) GetMeta

func (*GetMovieExtendedRequest) GetShort

func (o *GetMovieExtendedRequest) GetShort() *bool

type GetMovieExtendedResponse

type GetMovieExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetMovieExtended200ApplicationJSONObject *GetMovieExtended200ApplicationJSON
}

func (*GetMovieExtendedResponse) GetContentType

func (o *GetMovieExtendedResponse) GetContentType() string

func (*GetMovieExtendedResponse) GetGetMovieExtended200ApplicationJSONObject

func (o *GetMovieExtendedResponse) GetGetMovieExtended200ApplicationJSONObject() *GetMovieExtended200ApplicationJSON

func (*GetMovieExtendedResponse) GetRawResponse

func (o *GetMovieExtendedResponse) GetRawResponse() *http.Response

func (*GetMovieExtendedResponse) GetStatusCode

func (o *GetMovieExtendedResponse) GetStatusCode() int

type GetMovieTranslation200ApplicationJSON

type GetMovieTranslation200ApplicationJSON struct {
	// translation record
	Data   *shared.Translation `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetMovieTranslation200ApplicationJSON - response

func (*GetMovieTranslation200ApplicationJSON) GetData

func (*GetMovieTranslation200ApplicationJSON) GetStatus

type GetMovieTranslationRequest

type GetMovieTranslationRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// language
	Language string `pathParam:"style=simple,explode=false,name=language"`
}

func (*GetMovieTranslationRequest) GetID

func (o *GetMovieTranslationRequest) GetID() int64

func (*GetMovieTranslationRequest) GetLanguage

func (o *GetMovieTranslationRequest) GetLanguage() string

type GetMovieTranslationResponse

type GetMovieTranslationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetMovieTranslation200ApplicationJSONObject *GetMovieTranslation200ApplicationJSON
}

func (*GetMovieTranslationResponse) GetContentType

func (o *GetMovieTranslationResponse) GetContentType() string

func (*GetMovieTranslationResponse) GetGetMovieTranslation200ApplicationJSONObject

func (o *GetMovieTranslationResponse) GetGetMovieTranslation200ApplicationJSONObject() *GetMovieTranslation200ApplicationJSON

func (*GetMovieTranslationResponse) GetRawResponse

func (o *GetMovieTranslationResponse) GetRawResponse() *http.Response

func (*GetMovieTranslationResponse) GetStatusCode

func (o *GetMovieTranslationResponse) GetStatusCode() int

type GetMoviesFilter200ApplicationJSON

type GetMoviesFilter200ApplicationJSON struct {
	Data   []shared.MovieBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetMoviesFilter200ApplicationJSON - response

func (*GetMoviesFilter200ApplicationJSON) GetData

func (*GetMoviesFilter200ApplicationJSON) GetStatus

func (o *GetMoviesFilter200ApplicationJSON) GetStatus() *string

type GetMoviesFilterGenre added in v0.2.1

type GetMoviesFilterGenre int64

GetMoviesFilterGenre - genre

const (
	GetMoviesFilterGenreOne         GetMoviesFilterGenre = 1
	GetMoviesFilterGenreTwo         GetMoviesFilterGenre = 2
	GetMoviesFilterGenreThree       GetMoviesFilterGenre = 3
	GetMoviesFilterGenreFour        GetMoviesFilterGenre = 4
	GetMoviesFilterGenreFive        GetMoviesFilterGenre = 5
	GetMoviesFilterGenreSix         GetMoviesFilterGenre = 6
	GetMoviesFilterGenreSeven       GetMoviesFilterGenre = 7
	GetMoviesFilterGenreEight       GetMoviesFilterGenre = 8
	GetMoviesFilterGenreNine        GetMoviesFilterGenre = 9
	GetMoviesFilterGenreTen         GetMoviesFilterGenre = 10
	GetMoviesFilterGenreEleven      GetMoviesFilterGenre = 11
	GetMoviesFilterGenreTwelve      GetMoviesFilterGenre = 12
	GetMoviesFilterGenreThirteen    GetMoviesFilterGenre = 13
	GetMoviesFilterGenreFourteen    GetMoviesFilterGenre = 14
	GetMoviesFilterGenreFifteen     GetMoviesFilterGenre = 15
	GetMoviesFilterGenreSixteen     GetMoviesFilterGenre = 16
	GetMoviesFilterGenreSeventeen   GetMoviesFilterGenre = 17
	GetMoviesFilterGenreEighteen    GetMoviesFilterGenre = 18
	GetMoviesFilterGenreNineteen    GetMoviesFilterGenre = 19
	GetMoviesFilterGenreTwentyOne   GetMoviesFilterGenre = 21
	GetMoviesFilterGenreTwentyTwo   GetMoviesFilterGenre = 22
	GetMoviesFilterGenreTwentyThree GetMoviesFilterGenre = 23
	GetMoviesFilterGenreTwentyFour  GetMoviesFilterGenre = 24
	GetMoviesFilterGenreTwentyFive  GetMoviesFilterGenre = 25
	GetMoviesFilterGenreTwentySix   GetMoviesFilterGenre = 26
	GetMoviesFilterGenreTwentySeven GetMoviesFilterGenre = 27
	GetMoviesFilterGenreTwentyEight GetMoviesFilterGenre = 28
	GetMoviesFilterGenreTwentyNine  GetMoviesFilterGenre = 29
	GetMoviesFilterGenreThirty      GetMoviesFilterGenre = 30
	GetMoviesFilterGenreThirtyOne   GetMoviesFilterGenre = 31
	GetMoviesFilterGenreThirtyTwo   GetMoviesFilterGenre = 32
	GetMoviesFilterGenreThirtyThree GetMoviesFilterGenre = 33
	GetMoviesFilterGenreThirtyFour  GetMoviesFilterGenre = 34
	GetMoviesFilterGenreThirtyFive  GetMoviesFilterGenre = 35
	GetMoviesFilterGenreThirtySix   GetMoviesFilterGenre = 36
)

func (GetMoviesFilterGenre) ToPointer added in v0.2.1

func (*GetMoviesFilterGenre) UnmarshalJSON added in v0.2.1

func (e *GetMoviesFilterGenre) UnmarshalJSON(data []byte) error

type GetMoviesFilterRequest

type GetMoviesFilterRequest struct {
	// production company
	Company *int64 `queryParam:"style=form,explode=true,name=company"`
	// content rating id base on a country
	ContentRating *int64 `queryParam:"style=form,explode=true,name=contentRating"`
	// country of origin
	Country string `queryParam:"style=form,explode=true,name=country"`
	// genre
	Genre *GetMoviesFilterGenre `queryParam:"style=form,explode=true,name=genre"`
	// original language
	Lang string `queryParam:"style=form,explode=true,name=lang"`
	// sort by results
	Sort *GetMoviesFilterSort `queryParam:"style=form,explode=true,name=sort"`
	// status
	Status *GetMoviesFilterStatus `queryParam:"style=form,explode=true,name=status"`
	// release year
	Year *int64 `queryParam:"style=form,explode=true,name=year"`
}

func (*GetMoviesFilterRequest) GetCompany

func (o *GetMoviesFilterRequest) GetCompany() *int64

func (*GetMoviesFilterRequest) GetContentRating

func (o *GetMoviesFilterRequest) GetContentRating() *int64

func (*GetMoviesFilterRequest) GetCountry

func (o *GetMoviesFilterRequest) GetCountry() string

func (*GetMoviesFilterRequest) GetGenre

func (*GetMoviesFilterRequest) GetLang

func (o *GetMoviesFilterRequest) GetLang() string

func (*GetMoviesFilterRequest) GetSort

func (*GetMoviesFilterRequest) GetStatus

func (*GetMoviesFilterRequest) GetYear

func (o *GetMoviesFilterRequest) GetYear() *int64

type GetMoviesFilterResponse

type GetMoviesFilterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetMoviesFilter200ApplicationJSONObject *GetMoviesFilter200ApplicationJSON
}

func (*GetMoviesFilterResponse) GetContentType

func (o *GetMoviesFilterResponse) GetContentType() string

func (*GetMoviesFilterResponse) GetGetMoviesFilter200ApplicationJSONObject

func (o *GetMoviesFilterResponse) GetGetMoviesFilter200ApplicationJSONObject() *GetMoviesFilter200ApplicationJSON

func (*GetMoviesFilterResponse) GetRawResponse

func (o *GetMoviesFilterResponse) GetRawResponse() *http.Response

func (*GetMoviesFilterResponse) GetStatusCode

func (o *GetMoviesFilterResponse) GetStatusCode() int

type GetMoviesFilterSort

type GetMoviesFilterSort string

GetMoviesFilterSort - sort by results

const (
	GetMoviesFilterSortScore      GetMoviesFilterSort = "score"
	GetMoviesFilterSortFirstAired GetMoviesFilterSort = "firstAired"
	GetMoviesFilterSortName       GetMoviesFilterSort = "name"
)

func (GetMoviesFilterSort) ToPointer

func (*GetMoviesFilterSort) UnmarshalJSON

func (e *GetMoviesFilterSort) UnmarshalJSON(data []byte) error

type GetMoviesFilterStatus added in v0.2.1

type GetMoviesFilterStatus int64

GetMoviesFilterStatus - status

const (
	GetMoviesFilterStatusOne   GetMoviesFilterStatus = 1
	GetMoviesFilterStatusTwo   GetMoviesFilterStatus = 2
	GetMoviesFilterStatusThree GetMoviesFilterStatus = 3
)

func (GetMoviesFilterStatus) ToPointer added in v0.2.1

func (*GetMoviesFilterStatus) UnmarshalJSON added in v0.2.1

func (e *GetMoviesFilterStatus) UnmarshalJSON(data []byte) error

type GetPeopleBase200ApplicationJSON

type GetPeopleBase200ApplicationJSON struct {
	// base people record
	Data   *shared.PeopleBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetPeopleBase200ApplicationJSON - response

func (*GetPeopleBase200ApplicationJSON) GetData

func (*GetPeopleBase200ApplicationJSON) GetStatus

func (o *GetPeopleBase200ApplicationJSON) GetStatus() *string

type GetPeopleBaseRequest

type GetPeopleBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetPeopleBaseRequest) GetID

func (o *GetPeopleBaseRequest) GetID() int64

type GetPeopleBaseResponse

type GetPeopleBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetPeopleBase200ApplicationJSONObject *GetPeopleBase200ApplicationJSON
}

func (*GetPeopleBaseResponse) GetContentType

func (o *GetPeopleBaseResponse) GetContentType() string

func (*GetPeopleBaseResponse) GetGetPeopleBase200ApplicationJSONObject

func (o *GetPeopleBaseResponse) GetGetPeopleBase200ApplicationJSONObject() *GetPeopleBase200ApplicationJSON

func (*GetPeopleBaseResponse) GetRawResponse

func (o *GetPeopleBaseResponse) GetRawResponse() *http.Response

func (*GetPeopleBaseResponse) GetStatusCode

func (o *GetPeopleBaseResponse) GetStatusCode() int

type GetPeopleExtended200ApplicationJSON

type GetPeopleExtended200ApplicationJSON struct {
	// extended people record
	Data   *shared.PeopleExtendedRecord `json:"data,omitempty"`
	Status *string                      `json:"status,omitempty"`
}

GetPeopleExtended200ApplicationJSON - response

func (*GetPeopleExtended200ApplicationJSON) GetData

func (*GetPeopleExtended200ApplicationJSON) GetStatus

type GetPeopleExtendedMeta

type GetPeopleExtendedMeta string

GetPeopleExtendedMeta - meta

const (
	GetPeopleExtendedMetaTranslations GetPeopleExtendedMeta = "translations"
)

func (GetPeopleExtendedMeta) ToPointer

func (*GetPeopleExtendedMeta) UnmarshalJSON

func (e *GetPeopleExtendedMeta) UnmarshalJSON(data []byte) error

type GetPeopleExtendedRequest

type GetPeopleExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// meta
	Meta *GetPeopleExtendedMeta `queryParam:"style=form,explode=true,name=meta"`
}

func (*GetPeopleExtendedRequest) GetID

func (o *GetPeopleExtendedRequest) GetID() int64

func (*GetPeopleExtendedRequest) GetMeta

type GetPeopleExtendedResponse

type GetPeopleExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetPeopleExtended200ApplicationJSONObject *GetPeopleExtended200ApplicationJSON
}

func (*GetPeopleExtendedResponse) GetContentType

func (o *GetPeopleExtendedResponse) GetContentType() string

func (*GetPeopleExtendedResponse) GetGetPeopleExtended200ApplicationJSONObject

func (o *GetPeopleExtendedResponse) GetGetPeopleExtended200ApplicationJSONObject() *GetPeopleExtended200ApplicationJSON

func (*GetPeopleExtendedResponse) GetRawResponse

func (o *GetPeopleExtendedResponse) GetRawResponse() *http.Response

func (*GetPeopleExtendedResponse) GetStatusCode

func (o *GetPeopleExtendedResponse) GetStatusCode() int

type GetPeopleTranslation200ApplicationJSON

type GetPeopleTranslation200ApplicationJSON struct {
	// translation record
	Data   *shared.Translation `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetPeopleTranslation200ApplicationJSON - response

func (*GetPeopleTranslation200ApplicationJSON) GetData

func (*GetPeopleTranslation200ApplicationJSON) GetStatus

type GetPeopleTranslationRequest

type GetPeopleTranslationRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// language
	Language string `pathParam:"style=simple,explode=false,name=language"`
}

func (*GetPeopleTranslationRequest) GetID

func (*GetPeopleTranslationRequest) GetLanguage

func (o *GetPeopleTranslationRequest) GetLanguage() string

type GetPeopleTranslationResponse

type GetPeopleTranslationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetPeopleTranslation200ApplicationJSONObject *GetPeopleTranslation200ApplicationJSON
}

func (*GetPeopleTranslationResponse) GetContentType

func (o *GetPeopleTranslationResponse) GetContentType() string

func (*GetPeopleTranslationResponse) GetGetPeopleTranslation200ApplicationJSONObject

func (o *GetPeopleTranslationResponse) GetGetPeopleTranslation200ApplicationJSONObject() *GetPeopleTranslation200ApplicationJSON

func (*GetPeopleTranslationResponse) GetRawResponse

func (o *GetPeopleTranslationResponse) GetRawResponse() *http.Response

func (*GetPeopleTranslationResponse) GetStatusCode

func (o *GetPeopleTranslationResponse) GetStatusCode() int

type GetSearchResults200ApplicationJSON

type GetSearchResults200ApplicationJSON struct {
	Data []shared.SearchResult `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

GetSearchResults200ApplicationJSON - response

func (*GetSearchResults200ApplicationJSON) GetData

func (*GetSearchResults200ApplicationJSON) GetStatus

type GetSearchResultsByRemoteID200ApplicationJSON

type GetSearchResultsByRemoteID200ApplicationJSON struct {
	Data   []shared.SearchByRemoteIDResult `json:"data,omitempty"`
	Status *string                         `json:"status,omitempty"`
}

GetSearchResultsByRemoteID200ApplicationJSON - response

func (*GetSearchResultsByRemoteID200ApplicationJSON) GetData

func (*GetSearchResultsByRemoteID200ApplicationJSON) GetStatus

type GetSearchResultsByRemoteIDRequest

type GetSearchResultsByRemoteIDRequest struct {
	// Search for a specific remote id.  Allows searching for an IMDB or EIDR id, for example.
	RemoteID string `pathParam:"style=simple,explode=false,name=remoteId"`
}

func (*GetSearchResultsByRemoteIDRequest) GetRemoteID

func (o *GetSearchResultsByRemoteIDRequest) GetRemoteID() string

type GetSearchResultsByRemoteIDResponse

type GetSearchResultsByRemoteIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSearchResultsByRemoteID200ApplicationJSONObject *GetSearchResultsByRemoteID200ApplicationJSON
}

func (*GetSearchResultsByRemoteIDResponse) GetContentType

func (o *GetSearchResultsByRemoteIDResponse) GetContentType() string

func (*GetSearchResultsByRemoteIDResponse) GetGetSearchResultsByRemoteID200ApplicationJSONObject

func (o *GetSearchResultsByRemoteIDResponse) GetGetSearchResultsByRemoteID200ApplicationJSONObject() *GetSearchResultsByRemoteID200ApplicationJSON

func (*GetSearchResultsByRemoteIDResponse) GetRawResponse

func (o *GetSearchResultsByRemoteIDResponse) GetRawResponse() *http.Response

func (*GetSearchResultsByRemoteIDResponse) GetStatusCode

func (o *GetSearchResultsByRemoteIDResponse) GetStatusCode() int

type GetSearchResultsRequest

type GetSearchResultsRequest struct {
	// Restrict results to a specific company (original network, production company, studio, etc).  As an example, "The Walking Dead" would have companies of "AMC", "AMC+", and "Disney+".
	Company *string `queryParam:"style=form,explode=true,name=company"`
	// Restrict results to a specific country of origin. Should contain a 3 character country code. Currently only used for series and movies.
	Country *string `queryParam:"style=form,explode=true,name=country"`
	// Restrict results to a specific director.  Generally only used for movies.  Should include the full name of the director, such as "Steven Spielberg".
	Director *string `queryParam:"style=form,explode=true,name=director"`
	// Restrict results to a specific primary language.  Should include the 3 character language code.  Currently only used for series and movies.
	Language *string `queryParam:"style=form,explode=true,name=language"`
	// Limit results.
	Limit *int64 `queryParam:"style=form,explode=true,name=limit"`
	// Restrict results to a specific network.  Used for TV and TV movies, and functions the same as the company parameter with more specificity.
	Network *string `queryParam:"style=form,explode=true,name=network"`
	// Offset results.
	Offset *int64 `queryParam:"style=form,explode=true,name=offset"`
	// Restrict results to a specific type of company.  Should include the full name of the type of company, such as "Production Company".  Only used for companies.
	PrimaryType *string `queryParam:"style=form,explode=true,name=primaryType"`
	// Alias of the "query" parameter.  Recommend using query instead as this field will eventually be deprecated.
	Q *string `queryParam:"style=form,explode=true,name=q"`
	// The primary search string, which can include the main title for a record including all translations and aliases.
	Query *string `queryParam:"style=form,explode=true,name=query"`
	// Search for a specific remote id.  Allows searching for an IMDB or EIDR id, for example.
	RemoteID *string `queryParam:"style=form,explode=true,name=remote_id"`
	// Restrict results to a specific entity type.  Can be movie, series, person, or company.
	Type *string `queryParam:"style=form,explode=true,name=type"`
	// Restrict results to a specific year. Currently only used for series and movies.
	Year *int64 `queryParam:"style=form,explode=true,name=year"`
}

func (*GetSearchResultsRequest) GetCompany

func (o *GetSearchResultsRequest) GetCompany() *string

func (*GetSearchResultsRequest) GetCountry

func (o *GetSearchResultsRequest) GetCountry() *string

func (*GetSearchResultsRequest) GetDirector

func (o *GetSearchResultsRequest) GetDirector() *string

func (*GetSearchResultsRequest) GetLanguage

func (o *GetSearchResultsRequest) GetLanguage() *string

func (*GetSearchResultsRequest) GetLimit

func (o *GetSearchResultsRequest) GetLimit() *int64

func (*GetSearchResultsRequest) GetNetwork

func (o *GetSearchResultsRequest) GetNetwork() *string

func (*GetSearchResultsRequest) GetOffset

func (o *GetSearchResultsRequest) GetOffset() *int64

func (*GetSearchResultsRequest) GetPrimaryType

func (o *GetSearchResultsRequest) GetPrimaryType() *string

func (*GetSearchResultsRequest) GetQ

func (o *GetSearchResultsRequest) GetQ() *string

func (*GetSearchResultsRequest) GetQuery

func (o *GetSearchResultsRequest) GetQuery() *string

func (*GetSearchResultsRequest) GetRemoteID

func (o *GetSearchResultsRequest) GetRemoteID() *string

func (*GetSearchResultsRequest) GetType

func (o *GetSearchResultsRequest) GetType() *string

func (*GetSearchResultsRequest) GetYear

func (o *GetSearchResultsRequest) GetYear() *int64

type GetSearchResultsResponse

type GetSearchResultsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSearchResults200ApplicationJSONObject *GetSearchResults200ApplicationJSON
}

func (*GetSearchResultsResponse) GetContentType

func (o *GetSearchResultsResponse) GetContentType() string

func (*GetSearchResultsResponse) GetGetSearchResults200ApplicationJSONObject

func (o *GetSearchResultsResponse) GetGetSearchResults200ApplicationJSONObject() *GetSearchResults200ApplicationJSON

func (*GetSearchResultsResponse) GetRawResponse

func (o *GetSearchResultsResponse) GetRawResponse() *http.Response

func (*GetSearchResultsResponse) GetStatusCode

func (o *GetSearchResultsResponse) GetStatusCode() int

type GetSeasonBase200ApplicationJSON

type GetSeasonBase200ApplicationJSON struct {
	// season genre record
	Data   *shared.SeasonBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetSeasonBase200ApplicationJSON - response

func (*GetSeasonBase200ApplicationJSON) GetData

func (*GetSeasonBase200ApplicationJSON) GetStatus

func (o *GetSeasonBase200ApplicationJSON) GetStatus() *string

type GetSeasonBaseRequest

type GetSeasonBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetSeasonBaseRequest) GetID

func (o *GetSeasonBaseRequest) GetID() int64

type GetSeasonBaseResponse

type GetSeasonBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeasonBase200ApplicationJSONObject *GetSeasonBase200ApplicationJSON
}

func (*GetSeasonBaseResponse) GetContentType

func (o *GetSeasonBaseResponse) GetContentType() string

func (*GetSeasonBaseResponse) GetGetSeasonBase200ApplicationJSONObject

func (o *GetSeasonBaseResponse) GetGetSeasonBase200ApplicationJSONObject() *GetSeasonBase200ApplicationJSON

func (*GetSeasonBaseResponse) GetRawResponse

func (o *GetSeasonBaseResponse) GetRawResponse() *http.Response

func (*GetSeasonBaseResponse) GetStatusCode

func (o *GetSeasonBaseResponse) GetStatusCode() int

type GetSeasonExtended200ApplicationJSON

type GetSeasonExtended200ApplicationJSON struct {
	// extended season record
	Data   *shared.SeasonExtendedRecord `json:"data,omitempty"`
	Status *string                      `json:"status,omitempty"`
}

GetSeasonExtended200ApplicationJSON - response

func (*GetSeasonExtended200ApplicationJSON) GetData

func (*GetSeasonExtended200ApplicationJSON) GetStatus

type GetSeasonExtendedRequest

type GetSeasonExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetSeasonExtendedRequest) GetID

func (o *GetSeasonExtendedRequest) GetID() int64

type GetSeasonExtendedResponse

type GetSeasonExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeasonExtended200ApplicationJSONObject *GetSeasonExtended200ApplicationJSON
}

func (*GetSeasonExtendedResponse) GetContentType

func (o *GetSeasonExtendedResponse) GetContentType() string

func (*GetSeasonExtendedResponse) GetGetSeasonExtended200ApplicationJSONObject

func (o *GetSeasonExtendedResponse) GetGetSeasonExtended200ApplicationJSONObject() *GetSeasonExtended200ApplicationJSON

func (*GetSeasonExtendedResponse) GetRawResponse

func (o *GetSeasonExtendedResponse) GetRawResponse() *http.Response

func (*GetSeasonExtendedResponse) GetStatusCode

func (o *GetSeasonExtendedResponse) GetStatusCode() int

type GetSeasonTranslation200ApplicationJSON

type GetSeasonTranslation200ApplicationJSON struct {
	// translation record
	Data   *shared.Translation `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetSeasonTranslation200ApplicationJSON - response

func (*GetSeasonTranslation200ApplicationJSON) GetData

func (*GetSeasonTranslation200ApplicationJSON) GetStatus

type GetSeasonTranslationRequest

type GetSeasonTranslationRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// language
	Language string `pathParam:"style=simple,explode=false,name=language"`
}

func (*GetSeasonTranslationRequest) GetID

func (*GetSeasonTranslationRequest) GetLanguage

func (o *GetSeasonTranslationRequest) GetLanguage() string

type GetSeasonTranslationResponse

type GetSeasonTranslationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeasonTranslation200ApplicationJSONObject *GetSeasonTranslation200ApplicationJSON
}

func (*GetSeasonTranslationResponse) GetContentType

func (o *GetSeasonTranslationResponse) GetContentType() string

func (*GetSeasonTranslationResponse) GetGetSeasonTranslation200ApplicationJSONObject

func (o *GetSeasonTranslationResponse) GetGetSeasonTranslation200ApplicationJSONObject() *GetSeasonTranslation200ApplicationJSON

func (*GetSeasonTranslationResponse) GetRawResponse

func (o *GetSeasonTranslationResponse) GetRawResponse() *http.Response

func (*GetSeasonTranslationResponse) GetStatusCode

func (o *GetSeasonTranslationResponse) GetStatusCode() int

type GetSeasonTypes200ApplicationJSON

type GetSeasonTypes200ApplicationJSON struct {
	Data   []shared.SeasonType `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetSeasonTypes200ApplicationJSON - response

func (*GetSeasonTypes200ApplicationJSON) GetData

func (*GetSeasonTypes200ApplicationJSON) GetStatus

func (o *GetSeasonTypes200ApplicationJSON) GetStatus() *string

type GetSeasonTypesResponse

type GetSeasonTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeasonTypes200ApplicationJSONObject *GetSeasonTypes200ApplicationJSON
}

func (*GetSeasonTypesResponse) GetContentType

func (o *GetSeasonTypesResponse) GetContentType() string

func (*GetSeasonTypesResponse) GetGetSeasonTypes200ApplicationJSONObject

func (o *GetSeasonTypesResponse) GetGetSeasonTypes200ApplicationJSONObject() *GetSeasonTypes200ApplicationJSON

func (*GetSeasonTypesResponse) GetRawResponse

func (o *GetSeasonTypesResponse) GetRawResponse() *http.Response

func (*GetSeasonTypesResponse) GetStatusCode

func (o *GetSeasonTypesResponse) GetStatusCode() int

type GetSeriesArtworks200ApplicationJSON

type GetSeriesArtworks200ApplicationJSON struct {
	// The extended record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
	Data   *shared.SeriesExtendedRecord `json:"data,omitempty"`
	Status *string                      `json:"status,omitempty"`
}

GetSeriesArtworks200ApplicationJSON - response

func (*GetSeriesArtworks200ApplicationJSON) GetData

func (*GetSeriesArtworks200ApplicationJSON) GetStatus

type GetSeriesArtworksRequest

type GetSeriesArtworksRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// lang
	Lang *string `queryParam:"style=form,explode=true,name=lang"`
	// type
	Type *int64 `queryParam:"style=form,explode=true,name=type"`
}

func (*GetSeriesArtworksRequest) GetID

func (o *GetSeriesArtworksRequest) GetID() int64

func (*GetSeriesArtworksRequest) GetLang

func (o *GetSeriesArtworksRequest) GetLang() *string

func (*GetSeriesArtworksRequest) GetType

func (o *GetSeriesArtworksRequest) GetType() *int64

type GetSeriesArtworksResponse

type GetSeriesArtworksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesArtworks200ApplicationJSONObject *GetSeriesArtworks200ApplicationJSON
}

func (*GetSeriesArtworksResponse) GetContentType

func (o *GetSeriesArtworksResponse) GetContentType() string

func (*GetSeriesArtworksResponse) GetGetSeriesArtworks200ApplicationJSONObject

func (o *GetSeriesArtworksResponse) GetGetSeriesArtworks200ApplicationJSONObject() *GetSeriesArtworks200ApplicationJSON

func (*GetSeriesArtworksResponse) GetRawResponse

func (o *GetSeriesArtworksResponse) GetRawResponse() *http.Response

func (*GetSeriesArtworksResponse) GetStatusCode

func (o *GetSeriesArtworksResponse) GetStatusCode() int

type GetSeriesBase200ApplicationJSON

type GetSeriesBase200ApplicationJSON struct {
	// The base record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
	Data   *shared.SeriesBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetSeriesBase200ApplicationJSON - response

func (*GetSeriesBase200ApplicationJSON) GetData

func (*GetSeriesBase200ApplicationJSON) GetStatus

func (o *GetSeriesBase200ApplicationJSON) GetStatus() *string

type GetSeriesBaseBySlug200ApplicationJSON

type GetSeriesBaseBySlug200ApplicationJSON struct {
	// The base record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
	Data   *shared.SeriesBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetSeriesBaseBySlug200ApplicationJSON - response

func (*GetSeriesBaseBySlug200ApplicationJSON) GetData

func (*GetSeriesBaseBySlug200ApplicationJSON) GetStatus

type GetSeriesBaseBySlugRequest

type GetSeriesBaseBySlugRequest struct {
	// slug
	Slug string `pathParam:"style=simple,explode=false,name=slug"`
}

func (*GetSeriesBaseBySlugRequest) GetSlug

func (o *GetSeriesBaseBySlugRequest) GetSlug() string

type GetSeriesBaseBySlugResponse

type GetSeriesBaseBySlugResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesBaseBySlug200ApplicationJSONObject *GetSeriesBaseBySlug200ApplicationJSON
}

func (*GetSeriesBaseBySlugResponse) GetContentType

func (o *GetSeriesBaseBySlugResponse) GetContentType() string

func (*GetSeriesBaseBySlugResponse) GetGetSeriesBaseBySlug200ApplicationJSONObject

func (o *GetSeriesBaseBySlugResponse) GetGetSeriesBaseBySlug200ApplicationJSONObject() *GetSeriesBaseBySlug200ApplicationJSON

func (*GetSeriesBaseBySlugResponse) GetRawResponse

func (o *GetSeriesBaseBySlugResponse) GetRawResponse() *http.Response

func (*GetSeriesBaseBySlugResponse) GetStatusCode

func (o *GetSeriesBaseBySlugResponse) GetStatusCode() int

type GetSeriesBaseRequest

type GetSeriesBaseRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetSeriesBaseRequest) GetID

func (o *GetSeriesBaseRequest) GetID() int64

type GetSeriesBaseResponse

type GetSeriesBaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesBase200ApplicationJSONObject *GetSeriesBase200ApplicationJSON
}

func (*GetSeriesBaseResponse) GetContentType

func (o *GetSeriesBaseResponse) GetContentType() string

func (*GetSeriesBaseResponse) GetGetSeriesBase200ApplicationJSONObject

func (o *GetSeriesBaseResponse) GetGetSeriesBase200ApplicationJSONObject() *GetSeriesBase200ApplicationJSON

func (*GetSeriesBaseResponse) GetRawResponse

func (o *GetSeriesBaseResponse) GetRawResponse() *http.Response

func (*GetSeriesBaseResponse) GetStatusCode

func (o *GetSeriesBaseResponse) GetStatusCode() int

type GetSeriesEpisodes200ApplicationJSON

type GetSeriesEpisodes200ApplicationJSON struct {
	Data   *GetSeriesEpisodes200ApplicationJSONData `json:"data,omitempty"`
	Status *string                                  `json:"status,omitempty"`
}

GetSeriesEpisodes200ApplicationJSON - response

func (*GetSeriesEpisodes200ApplicationJSON) GetData

func (*GetSeriesEpisodes200ApplicationJSON) GetStatus

type GetSeriesEpisodes200ApplicationJSONData

type GetSeriesEpisodes200ApplicationJSONData struct {
	Episodes []shared.EpisodeBaseRecord `json:"episodes,omitempty"`
	// The base record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
	Series *shared.SeriesBaseRecord `json:"series,omitempty"`
}

func (*GetSeriesEpisodes200ApplicationJSONData) GetEpisodes

func (*GetSeriesEpisodes200ApplicationJSONData) GetSeries

type GetSeriesEpisodesRequest

type GetSeriesEpisodesRequest struct {
	// airDate of the episode, format is yyyy-mm-dd
	AirDate       *string `queryParam:"style=form,explode=true,name=airDate"`
	EpisodeNumber *int64  `default:"0" queryParam:"style=form,explode=true,name=episodeNumber"`
	// id
	ID     int64  `pathParam:"style=simple,explode=false,name=id"`
	Page   int64  `default:"0" queryParam:"style=form,explode=true,name=page"`
	Season *int64 `default:"0" queryParam:"style=form,explode=true,name=season"`
	// season-type
	SeasonType string `pathParam:"style=simple,explode=false,name=season-type"`
}

func (*GetSeriesEpisodesRequest) GetAirDate

func (o *GetSeriesEpisodesRequest) GetAirDate() *string

func (*GetSeriesEpisodesRequest) GetEpisodeNumber

func (o *GetSeriesEpisodesRequest) GetEpisodeNumber() *int64

func (*GetSeriesEpisodesRequest) GetID

func (o *GetSeriesEpisodesRequest) GetID() int64

func (*GetSeriesEpisodesRequest) GetPage

func (o *GetSeriesEpisodesRequest) GetPage() int64

func (*GetSeriesEpisodesRequest) GetSeason

func (o *GetSeriesEpisodesRequest) GetSeason() *int64

func (*GetSeriesEpisodesRequest) GetSeasonType

func (o *GetSeriesEpisodesRequest) GetSeasonType() string

func (GetSeriesEpisodesRequest) MarshalJSON

func (g GetSeriesEpisodesRequest) MarshalJSON() ([]byte, error)

func (*GetSeriesEpisodesRequest) UnmarshalJSON

func (g *GetSeriesEpisodesRequest) UnmarshalJSON(data []byte) error

type GetSeriesEpisodesResponse

type GetSeriesEpisodesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesEpisodes200ApplicationJSONObject *GetSeriesEpisodes200ApplicationJSON
}

func (*GetSeriesEpisodesResponse) GetContentType

func (o *GetSeriesEpisodesResponse) GetContentType() string

func (*GetSeriesEpisodesResponse) GetGetSeriesEpisodes200ApplicationJSONObject

func (o *GetSeriesEpisodesResponse) GetGetSeriesEpisodes200ApplicationJSONObject() *GetSeriesEpisodes200ApplicationJSON

func (*GetSeriesEpisodesResponse) GetRawResponse

func (o *GetSeriesEpisodesResponse) GetRawResponse() *http.Response

func (*GetSeriesEpisodesResponse) GetStatusCode

func (o *GetSeriesEpisodesResponse) GetStatusCode() int

type GetSeriesExtended200ApplicationJSON

type GetSeriesExtended200ApplicationJSON struct {
	// The extended record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
	Data   *shared.SeriesExtendedRecord `json:"data,omitempty"`
	Status *string                      `json:"status,omitempty"`
}

GetSeriesExtended200ApplicationJSON - response

func (*GetSeriesExtended200ApplicationJSON) GetData

func (*GetSeriesExtended200ApplicationJSON) GetStatus

type GetSeriesExtendedMeta

type GetSeriesExtendedMeta string

GetSeriesExtendedMeta - meta

const (
	GetSeriesExtendedMetaTranslations GetSeriesExtendedMeta = "translations"
	GetSeriesExtendedMetaEpisodes     GetSeriesExtendedMeta = "episodes"
)

func (GetSeriesExtendedMeta) ToPointer

func (*GetSeriesExtendedMeta) UnmarshalJSON

func (e *GetSeriesExtendedMeta) UnmarshalJSON(data []byte) error

type GetSeriesExtendedRequest

type GetSeriesExtendedRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// meta
	Meta *GetSeriesExtendedMeta `queryParam:"style=form,explode=true,name=meta"`
	// reduce the payload and returns the short version of this record without characters and artworks
	Short *bool `queryParam:"style=form,explode=true,name=short"`
}

func (*GetSeriesExtendedRequest) GetID

func (o *GetSeriesExtendedRequest) GetID() int64

func (*GetSeriesExtendedRequest) GetMeta

func (*GetSeriesExtendedRequest) GetShort

func (o *GetSeriesExtendedRequest) GetShort() *bool

type GetSeriesExtendedResponse

type GetSeriesExtendedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesExtended200ApplicationJSONObject *GetSeriesExtended200ApplicationJSON
}

func (*GetSeriesExtendedResponse) GetContentType

func (o *GetSeriesExtendedResponse) GetContentType() string

func (*GetSeriesExtendedResponse) GetGetSeriesExtended200ApplicationJSONObject

func (o *GetSeriesExtendedResponse) GetGetSeriesExtended200ApplicationJSONObject() *GetSeriesExtended200ApplicationJSON

func (*GetSeriesExtendedResponse) GetRawResponse

func (o *GetSeriesExtendedResponse) GetRawResponse() *http.Response

func (*GetSeriesExtendedResponse) GetStatusCode

func (o *GetSeriesExtendedResponse) GetStatusCode() int

type GetSeriesFilter200ApplicationJSON

type GetSeriesFilter200ApplicationJSON struct {
	Data []shared.SeriesBaseRecord `json:"data,omitempty"`
}

GetSeriesFilter200ApplicationJSON - response

func (*GetSeriesFilter200ApplicationJSON) GetData

type GetSeriesFilterGenre added in v0.2.1

type GetSeriesFilterGenre int64

GetSeriesFilterGenre - Genre id. This id can be found using **/genres** endpoint.

const (
	GetSeriesFilterGenreOne         GetSeriesFilterGenre = 1
	GetSeriesFilterGenreTwo         GetSeriesFilterGenre = 2
	GetSeriesFilterGenreThree       GetSeriesFilterGenre = 3
	GetSeriesFilterGenreFour        GetSeriesFilterGenre = 4
	GetSeriesFilterGenreFive        GetSeriesFilterGenre = 5
	GetSeriesFilterGenreSix         GetSeriesFilterGenre = 6
	GetSeriesFilterGenreSeven       GetSeriesFilterGenre = 7
	GetSeriesFilterGenreEight       GetSeriesFilterGenre = 8
	GetSeriesFilterGenreNine        GetSeriesFilterGenre = 9
	GetSeriesFilterGenreTen         GetSeriesFilterGenre = 10
	GetSeriesFilterGenreEleven      GetSeriesFilterGenre = 11
	GetSeriesFilterGenreTwelve      GetSeriesFilterGenre = 12
	GetSeriesFilterGenreThirteen    GetSeriesFilterGenre = 13
	GetSeriesFilterGenreFourteen    GetSeriesFilterGenre = 14
	GetSeriesFilterGenreFifteen     GetSeriesFilterGenre = 15
	GetSeriesFilterGenreSixteen     GetSeriesFilterGenre = 16
	GetSeriesFilterGenreSeventeen   GetSeriesFilterGenre = 17
	GetSeriesFilterGenreEighteen    GetSeriesFilterGenre = 18
	GetSeriesFilterGenreNineteen    GetSeriesFilterGenre = 19
	GetSeriesFilterGenreTwentyOne   GetSeriesFilterGenre = 21
	GetSeriesFilterGenreTwentyTwo   GetSeriesFilterGenre = 22
	GetSeriesFilterGenreTwentyThree GetSeriesFilterGenre = 23
	GetSeriesFilterGenreTwentyFour  GetSeriesFilterGenre = 24
	GetSeriesFilterGenreTwentyFive  GetSeriesFilterGenre = 25
	GetSeriesFilterGenreTwentySix   GetSeriesFilterGenre = 26
	GetSeriesFilterGenreTwentySeven GetSeriesFilterGenre = 27
	GetSeriesFilterGenreTwentyEight GetSeriesFilterGenre = 28
	GetSeriesFilterGenreTwentyNine  GetSeriesFilterGenre = 29
	GetSeriesFilterGenreThirty      GetSeriesFilterGenre = 30
	GetSeriesFilterGenreThirtyOne   GetSeriesFilterGenre = 31
	GetSeriesFilterGenreThirtyTwo   GetSeriesFilterGenre = 32
	GetSeriesFilterGenreThirtyThree GetSeriesFilterGenre = 33
	GetSeriesFilterGenreThirtyFour  GetSeriesFilterGenre = 34
	GetSeriesFilterGenreThirtyFive  GetSeriesFilterGenre = 35
	GetSeriesFilterGenreThirtySix   GetSeriesFilterGenre = 36
)

func (GetSeriesFilterGenre) ToPointer added in v0.2.1

func (*GetSeriesFilterGenre) UnmarshalJSON added in v0.2.1

func (e *GetSeriesFilterGenre) UnmarshalJSON(data []byte) error

type GetSeriesFilterRequest

type GetSeriesFilterRequest struct {
	// production company
	Company *int64 `queryParam:"style=form,explode=true,name=company"`
	// content rating id base on a country
	ContentRating *int64 `queryParam:"style=form,explode=true,name=contentRating"`
	// country of origin
	Country string `queryParam:"style=form,explode=true,name=country"`
	// Genre id. This id can be found using **/genres** endpoint.
	Genre *GetSeriesFilterGenre `queryParam:"style=form,explode=true,name=genre"`
	// original language
	Lang string `queryParam:"style=form,explode=true,name=lang"`
	// sort by results
	Sort *GetSeriesFilterSort `queryParam:"style=form,explode=true,name=sort"`
	// sort type ascending or descending
	SortType *GetSeriesFilterSortType `queryParam:"style=form,explode=true,name=sortType"`
	// status
	Status *GetSeriesFilterStatus `queryParam:"style=form,explode=true,name=status"`
	// release year
	Year *int64 `queryParam:"style=form,explode=true,name=year"`
}

func (*GetSeriesFilterRequest) GetCompany

func (o *GetSeriesFilterRequest) GetCompany() *int64

func (*GetSeriesFilterRequest) GetContentRating

func (o *GetSeriesFilterRequest) GetContentRating() *int64

func (*GetSeriesFilterRequest) GetCountry

func (o *GetSeriesFilterRequest) GetCountry() string

func (*GetSeriesFilterRequest) GetGenre

func (*GetSeriesFilterRequest) GetLang

func (o *GetSeriesFilterRequest) GetLang() string

func (*GetSeriesFilterRequest) GetSort

func (*GetSeriesFilterRequest) GetSortType

func (*GetSeriesFilterRequest) GetStatus

func (*GetSeriesFilterRequest) GetYear

func (o *GetSeriesFilterRequest) GetYear() *int64

type GetSeriesFilterResponse

type GetSeriesFilterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesFilter200ApplicationJSONObject *GetSeriesFilter200ApplicationJSON
}

func (*GetSeriesFilterResponse) GetContentType

func (o *GetSeriesFilterResponse) GetContentType() string

func (*GetSeriesFilterResponse) GetGetSeriesFilter200ApplicationJSONObject

func (o *GetSeriesFilterResponse) GetGetSeriesFilter200ApplicationJSONObject() *GetSeriesFilter200ApplicationJSON

func (*GetSeriesFilterResponse) GetRawResponse

func (o *GetSeriesFilterResponse) GetRawResponse() *http.Response

func (*GetSeriesFilterResponse) GetStatusCode

func (o *GetSeriesFilterResponse) GetStatusCode() int

type GetSeriesFilterSort

type GetSeriesFilterSort string

GetSeriesFilterSort - sort by results

const (
	GetSeriesFilterSortScore      GetSeriesFilterSort = "score"
	GetSeriesFilterSortFirstAired GetSeriesFilterSort = "firstAired"
	GetSeriesFilterSortLastAired  GetSeriesFilterSort = "lastAired"
	GetSeriesFilterSortName       GetSeriesFilterSort = "name"
)

func (GetSeriesFilterSort) ToPointer

func (*GetSeriesFilterSort) UnmarshalJSON

func (e *GetSeriesFilterSort) UnmarshalJSON(data []byte) error

type GetSeriesFilterSortType

type GetSeriesFilterSortType string

GetSeriesFilterSortType - sort type ascending or descending

const (
	GetSeriesFilterSortTypeAsc  GetSeriesFilterSortType = "asc"
	GetSeriesFilterSortTypeDesc GetSeriesFilterSortType = "desc"
)

func (GetSeriesFilterSortType) ToPointer

func (*GetSeriesFilterSortType) UnmarshalJSON

func (e *GetSeriesFilterSortType) UnmarshalJSON(data []byte) error

type GetSeriesFilterStatus added in v0.2.1

type GetSeriesFilterStatus int64

GetSeriesFilterStatus - status

const (
	GetSeriesFilterStatusOne   GetSeriesFilterStatus = 1
	GetSeriesFilterStatusTwo   GetSeriesFilterStatus = 2
	GetSeriesFilterStatusThree GetSeriesFilterStatus = 3
)

func (GetSeriesFilterStatus) ToPointer added in v0.2.1

func (*GetSeriesFilterStatus) UnmarshalJSON added in v0.2.1

func (e *GetSeriesFilterStatus) UnmarshalJSON(data []byte) error

type GetSeriesNextAired200ApplicationJSON

type GetSeriesNextAired200ApplicationJSON struct {
	// The base record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
	Data   *shared.SeriesBaseRecord `json:"data,omitempty"`
	Status *string                  `json:"status,omitempty"`
}

GetSeriesNextAired200ApplicationJSON - response

func (*GetSeriesNextAired200ApplicationJSON) GetData

func (*GetSeriesNextAired200ApplicationJSON) GetStatus

type GetSeriesNextAiredRequest

type GetSeriesNextAiredRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetSeriesNextAiredRequest) GetID

func (o *GetSeriesNextAiredRequest) GetID() int64

type GetSeriesNextAiredResponse

type GetSeriesNextAiredResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesNextAired200ApplicationJSONObject *GetSeriesNextAired200ApplicationJSON
}

func (*GetSeriesNextAiredResponse) GetContentType

func (o *GetSeriesNextAiredResponse) GetContentType() string

func (*GetSeriesNextAiredResponse) GetGetSeriesNextAired200ApplicationJSONObject

func (o *GetSeriesNextAiredResponse) GetGetSeriesNextAired200ApplicationJSONObject() *GetSeriesNextAired200ApplicationJSON

func (*GetSeriesNextAiredResponse) GetRawResponse

func (o *GetSeriesNextAiredResponse) GetRawResponse() *http.Response

func (*GetSeriesNextAiredResponse) GetStatusCode

func (o *GetSeriesNextAiredResponse) GetStatusCode() int

type GetSeriesSeasonEpisodesTranslated200ApplicationJSON

type GetSeriesSeasonEpisodesTranslated200ApplicationJSON struct {
	Data   *GetSeriesSeasonEpisodesTranslated200ApplicationJSONData `json:"data,omitempty"`
	Status *string                                                  `json:"status,omitempty"`
}

GetSeriesSeasonEpisodesTranslated200ApplicationJSON - response

func (*GetSeriesSeasonEpisodesTranslated200ApplicationJSON) GetData

func (*GetSeriesSeasonEpisodesTranslated200ApplicationJSON) GetStatus

type GetSeriesSeasonEpisodesTranslated200ApplicationJSONData

type GetSeriesSeasonEpisodesTranslated200ApplicationJSONData struct {
	// The base record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
	Series *shared.SeriesBaseRecord `json:"series,omitempty"`
}

func (*GetSeriesSeasonEpisodesTranslated200ApplicationJSONData) GetSeries

type GetSeriesSeasonEpisodesTranslatedRequest

type GetSeriesSeasonEpisodesTranslatedRequest struct {
	// id
	ID   int64  `pathParam:"style=simple,explode=false,name=id"`
	Lang string `pathParam:"style=simple,explode=false,name=lang"`
	Page int64  `default:"0" queryParam:"style=form,explode=true,name=page"`
	// season-type
	SeasonType string `pathParam:"style=simple,explode=false,name=season-type"`
}

func (*GetSeriesSeasonEpisodesTranslatedRequest) GetID

func (*GetSeriesSeasonEpisodesTranslatedRequest) GetLang

func (*GetSeriesSeasonEpisodesTranslatedRequest) GetPage

func (*GetSeriesSeasonEpisodesTranslatedRequest) GetSeasonType

func (GetSeriesSeasonEpisodesTranslatedRequest) MarshalJSON

func (*GetSeriesSeasonEpisodesTranslatedRequest) UnmarshalJSON

func (g *GetSeriesSeasonEpisodesTranslatedRequest) UnmarshalJSON(data []byte) error

type GetSeriesSeasonEpisodesTranslatedResponse

type GetSeriesSeasonEpisodesTranslatedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesSeasonEpisodesTranslated200ApplicationJSONObject *GetSeriesSeasonEpisodesTranslated200ApplicationJSON
}

func (*GetSeriesSeasonEpisodesTranslatedResponse) GetContentType

func (*GetSeriesSeasonEpisodesTranslatedResponse) GetGetSeriesSeasonEpisodesTranslated200ApplicationJSONObject

func (o *GetSeriesSeasonEpisodesTranslatedResponse) GetGetSeriesSeasonEpisodesTranslated200ApplicationJSONObject() *GetSeriesSeasonEpisodesTranslated200ApplicationJSON

func (*GetSeriesSeasonEpisodesTranslatedResponse) GetRawResponse

func (*GetSeriesSeasonEpisodesTranslatedResponse) GetStatusCode

type GetSeriesTranslation200ApplicationJSON

type GetSeriesTranslation200ApplicationJSON struct {
	// translation record
	Data   *shared.Translation `json:"data,omitempty"`
	Status *string             `json:"status,omitempty"`
}

GetSeriesTranslation200ApplicationJSON - response

func (*GetSeriesTranslation200ApplicationJSON) GetData

func (*GetSeriesTranslation200ApplicationJSON) GetStatus

type GetSeriesTranslationRequest

type GetSeriesTranslationRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
	// language
	Language string `pathParam:"style=simple,explode=false,name=language"`
}

func (*GetSeriesTranslationRequest) GetID

func (*GetSeriesTranslationRequest) GetLanguage

func (o *GetSeriesTranslationRequest) GetLanguage() string

type GetSeriesTranslationResponse

type GetSeriesTranslationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetSeriesTranslation200ApplicationJSONObject *GetSeriesTranslation200ApplicationJSON
}

func (*GetSeriesTranslationResponse) GetContentType

func (o *GetSeriesTranslationResponse) GetContentType() string

func (*GetSeriesTranslationResponse) GetGetSeriesTranslation200ApplicationJSONObject

func (o *GetSeriesTranslationResponse) GetGetSeriesTranslation200ApplicationJSONObject() *GetSeriesTranslation200ApplicationJSON

func (*GetSeriesTranslationResponse) GetRawResponse

func (o *GetSeriesTranslationResponse) GetRawResponse() *http.Response

func (*GetSeriesTranslationResponse) GetStatusCode

func (o *GetSeriesTranslationResponse) GetStatusCode() int

type GetUserFavorites200ApplicationJSON

type GetUserFavorites200ApplicationJSON struct {
	Data   []shared.Favorites `json:"data,omitempty"`
	Status *string            `json:"status,omitempty"`
}

GetUserFavorites200ApplicationJSON - response

func (*GetUserFavorites200ApplicationJSON) GetData

func (*GetUserFavorites200ApplicationJSON) GetStatus

type GetUserFavoritesResponse

type GetUserFavoritesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetUserFavorites200ApplicationJSONObject *GetUserFavorites200ApplicationJSON
}

func (*GetUserFavoritesResponse) GetContentType

func (o *GetUserFavoritesResponse) GetContentType() string

func (*GetUserFavoritesResponse) GetGetUserFavorites200ApplicationJSONObject

func (o *GetUserFavoritesResponse) GetGetUserFavorites200ApplicationJSONObject() *GetUserFavorites200ApplicationJSON

func (*GetUserFavoritesResponse) GetRawResponse

func (o *GetUserFavoritesResponse) GetRawResponse() *http.Response

func (*GetUserFavoritesResponse) GetStatusCode

func (o *GetUserFavoritesResponse) GetStatusCode() int

type GetUserInfo200ApplicationJSON

type GetUserInfo200ApplicationJSON struct {
	Data   []shared.UserInfo `json:"data,omitempty"`
	Status *string           `json:"status,omitempty"`
}

GetUserInfo200ApplicationJSON - response

func (*GetUserInfo200ApplicationJSON) GetData

func (*GetUserInfo200ApplicationJSON) GetStatus

func (o *GetUserInfo200ApplicationJSON) GetStatus() *string

type GetUserInfoByID200ApplicationJSON

type GetUserInfoByID200ApplicationJSON struct {
	Data   []shared.UserInfo `json:"data,omitempty"`
	Status *string           `json:"status,omitempty"`
}

GetUserInfoByID200ApplicationJSON - response

func (*GetUserInfoByID200ApplicationJSON) GetData

func (*GetUserInfoByID200ApplicationJSON) GetStatus

func (o *GetUserInfoByID200ApplicationJSON) GetStatus() *string

type GetUserInfoByIDRequest

type GetUserInfoByIDRequest struct {
	// id
	ID int64 `pathParam:"style=simple,explode=false,name=id"`
}

func (*GetUserInfoByIDRequest) GetID

func (o *GetUserInfoByIDRequest) GetID() int64

type GetUserInfoByIDResponse

type GetUserInfoByIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetUserInfoByID200ApplicationJSONObject *GetUserInfoByID200ApplicationJSON
}

func (*GetUserInfoByIDResponse) GetContentType

func (o *GetUserInfoByIDResponse) GetContentType() string

func (*GetUserInfoByIDResponse) GetGetUserInfoByID200ApplicationJSONObject

func (o *GetUserInfoByIDResponse) GetGetUserInfoByID200ApplicationJSONObject() *GetUserInfoByID200ApplicationJSON

func (*GetUserInfoByIDResponse) GetRawResponse

func (o *GetUserInfoByIDResponse) GetRawResponse() *http.Response

func (*GetUserInfoByIDResponse) GetStatusCode

func (o *GetUserInfoByIDResponse) GetStatusCode() int

type GetUserInfoResponse

type GetUserInfoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	GetUserInfo200ApplicationJSONObject *GetUserInfo200ApplicationJSON
}

func (*GetUserInfoResponse) GetContentType

func (o *GetUserInfoResponse) GetContentType() string

func (*GetUserInfoResponse) GetGetUserInfo200ApplicationJSONObject

func (o *GetUserInfoResponse) GetGetUserInfo200ApplicationJSONObject() *GetUserInfo200ApplicationJSON

func (*GetUserInfoResponse) GetRawResponse

func (o *GetUserInfoResponse) GetRawResponse() *http.Response

func (*GetUserInfoResponse) GetStatusCode

func (o *GetUserInfoResponse) GetStatusCode() int

type PostLogin200ApplicationJSON

type PostLogin200ApplicationJSON struct {
	Data   *PostLogin200ApplicationJSONData `json:"data,omitempty"`
	Status *string                          `json:"status,omitempty"`
}

PostLogin200ApplicationJSON - response

func (*PostLogin200ApplicationJSON) GetData

func (*PostLogin200ApplicationJSON) GetStatus

func (o *PostLogin200ApplicationJSON) GetStatus() *string

type PostLogin200ApplicationJSONData

type PostLogin200ApplicationJSONData struct {
	Token *string `json:"token,omitempty"`
}

func (*PostLogin200ApplicationJSONData) GetToken

func (o *PostLogin200ApplicationJSONData) GetToken() *string

type PostLoginRequestBody

type PostLoginRequestBody struct {
	Apikey string  `json:"apikey"`
	Pin    *string `json:"pin,omitempty"`
}

func (*PostLoginRequestBody) GetApikey

func (o *PostLoginRequestBody) GetApikey() string

func (*PostLoginRequestBody) GetPin

func (o *PostLoginRequestBody) GetPin() *string

type PostLoginResponse

type PostLoginResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	PostLogin200ApplicationJSONObject *PostLogin200ApplicationJSON
}

func (*PostLoginResponse) GetContentType

func (o *PostLoginResponse) GetContentType() string

func (*PostLoginResponse) GetPostLogin200ApplicationJSONObject

func (o *PostLoginResponse) GetPostLogin200ApplicationJSONObject() *PostLogin200ApplicationJSON

func (*PostLoginResponse) GetRawResponse

func (o *PostLoginResponse) GetRawResponse() *http.Response

func (*PostLoginResponse) GetStatusCode

func (o *PostLoginResponse) GetStatusCode() int

type Updates200ApplicationJSON

type Updates200ApplicationJSON struct {
	Data []shared.EntityUpdate `json:"data,omitempty"`
	// Links for next, previous and current record
	Links  *shared.Links `json:"links,omitempty"`
	Status *string       `json:"status,omitempty"`
}

Updates200ApplicationJSON - response

func (*Updates200ApplicationJSON) GetData

func (o *Updates200ApplicationJSON) GetLinks() *shared.Links

func (*Updates200ApplicationJSON) GetStatus

func (o *Updates200ApplicationJSON) GetStatus() *string

type UpdatesAction

type UpdatesAction string
const (
	UpdatesActionDelete UpdatesAction = "delete"
	UpdatesActionUpdate UpdatesAction = "update"
)

func (UpdatesAction) ToPointer

func (e UpdatesAction) ToPointer() *UpdatesAction

func (*UpdatesAction) UnmarshalJSON

func (e *UpdatesAction) UnmarshalJSON(data []byte) error

type UpdatesRequest

type UpdatesRequest struct {
	Since  int64          `queryParam:"style=form,explode=true,name=since"`
	Action *UpdatesAction `queryParam:"style=form,explode=true,name=action"`
	// name
	Page *int64       `queryParam:"style=form,explode=true,name=page"`
	Type *UpdatesType `queryParam:"style=form,explode=true,name=type"`
}

func (*UpdatesRequest) GetAction

func (o *UpdatesRequest) GetAction() *UpdatesAction

func (*UpdatesRequest) GetPage

func (o *UpdatesRequest) GetPage() *int64

func (*UpdatesRequest) GetSince

func (o *UpdatesRequest) GetSince() int64

func (*UpdatesRequest) GetType

func (o *UpdatesRequest) GetType() *UpdatesType

type UpdatesResponse

type UpdatesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// response
	Updates200ApplicationJSONObject *Updates200ApplicationJSON
}

func (*UpdatesResponse) GetContentType

func (o *UpdatesResponse) GetContentType() string

func (*UpdatesResponse) GetRawResponse

func (o *UpdatesResponse) GetRawResponse() *http.Response

func (*UpdatesResponse) GetStatusCode

func (o *UpdatesResponse) GetStatusCode() int

func (*UpdatesResponse) GetUpdates200ApplicationJSONObject

func (o *UpdatesResponse) GetUpdates200ApplicationJSONObject() *Updates200ApplicationJSON

type UpdatesType

type UpdatesType string
const (
	UpdatesTypeArtwork              UpdatesType = "artwork"
	UpdatesTypeAwardNominees        UpdatesType = "award_nominees"
	UpdatesTypeCompanies            UpdatesType = "companies"
	UpdatesTypeEpisodes             UpdatesType = "episodes"
	UpdatesTypeLists                UpdatesType = "lists"
	UpdatesTypePeople               UpdatesType = "people"
	UpdatesTypeSeasons              UpdatesType = "seasons"
	UpdatesTypeSeries               UpdatesType = "series"
	UpdatesTypeSeriespeople         UpdatesType = "seriespeople"
	UpdatesTypeArtworktypes         UpdatesType = "artworktypes"
	UpdatesTypeAwardCategories      UpdatesType = "award_categories"
	UpdatesTypeAwards               UpdatesType = "awards"
	UpdatesTypeCompanyTypes         UpdatesType = "company_types"
	UpdatesTypeContentRatings       UpdatesType = "content_ratings"
	UpdatesTypeCountries            UpdatesType = "countries"
	UpdatesTypeEntityTypes          UpdatesType = "entity_types"
	UpdatesTypeGenres               UpdatesType = "genres"
	UpdatesTypeLanguages            UpdatesType = "languages"
	UpdatesTypeMovies               UpdatesType = "movies"
	UpdatesTypeMovieGenres          UpdatesType = "movie_genres"
	UpdatesTypeMovieStatus          UpdatesType = "movie_status"
	UpdatesTypePeopletypes          UpdatesType = "peopletypes"
	UpdatesTypeSeasontypes          UpdatesType = "seasontypes"
	UpdatesTypeSourcetypes          UpdatesType = "sourcetypes"
	UpdatesTypeTagOptions           UpdatesType = "tag_options"
	UpdatesTypeTags                 UpdatesType = "tags"
	UpdatesTypeTranslatedcharacters UpdatesType = "translatedcharacters"
	UpdatesTypeTranslatedcompanies  UpdatesType = "translatedcompanies"
	UpdatesTypeTranslatedepisodes   UpdatesType = "translatedepisodes"
	UpdatesTypeTranslatedlists      UpdatesType = "translatedlists"
	UpdatesTypeTranslatedmovies     UpdatesType = "translatedmovies"
	UpdatesTypeTranslatedpeople     UpdatesType = "translatedpeople"
	UpdatesTypeTranslatedseasons    UpdatesType = "translatedseasons"
	UpdatesTypeTranslatedserierk    UpdatesType = "translatedserierk"
)

func (UpdatesType) ToPointer

func (e UpdatesType) ToPointer() *UpdatesType

func (*UpdatesType) UnmarshalJSON

func (e *UpdatesType) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL