radarr

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2024 License: MPL-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedAddMovieMethodEnumValues = []AddMovieMethod{
	"manual",
	"list",
	"collection",
}

All allowed values of AddMovieMethod enum

View Source
var AllowedApplyTagsEnumValues = []ApplyTags{
	"add",
	"remove",
	"replace",
}

All allowed values of ApplyTags enum

View Source
var AllowedAuthenticationRequiredTypeEnumValues = []AuthenticationRequiredType{
	"enabled",
	"disabledForLocalAddresses",
}

All allowed values of AuthenticationRequiredType enum

View Source
var AllowedAuthenticationTypeEnumValues = []AuthenticationType{
	"none",
	"basic",
	"forms",
	"external",
}

All allowed values of AuthenticationType enum

View Source
var AllowedBackupTypeEnumValues = []BackupType{
	"scheduled",
	"manual",
	"update",
}

All allowed values of BackupType enum

View Source
var AllowedCertificateValidationTypeEnumValues = []CertificateValidationType{
	"enabled",
	"disabledForLocalAddresses",
	"disabled",
}

All allowed values of CertificateValidationType enum

View Source
var AllowedColonReplacementFormatEnumValues = []ColonReplacementFormat{
	"delete",
	"dash",
	"spaceDash",
	"spaceDashSpace",
}

All allowed values of ColonReplacementFormat enum

View Source
var AllowedCommandPriorityEnumValues = []CommandPriority{
	"normal",
	"high",
	"low",
}

All allowed values of CommandPriority enum

View Source
var AllowedCommandResultEnumValues = []CommandResult{
	"unknown",
	"successful",
	"unsuccessful",
}

All allowed values of CommandResult enum

View Source
var AllowedCommandStatusEnumValues = []CommandStatus{
	"queued",
	"started",
	"completed",
	"failed",
	"aborted",
	"cancelled",
	"orphaned",
}

All allowed values of CommandStatus enum

View Source
var AllowedCommandTriggerEnumValues = []CommandTrigger{
	"unspecified",
	"manual",
	"scheduled",
}

All allowed values of CommandTrigger enum

View Source
var AllowedCreditTypeEnumValues = []CreditType{
	"cast",
	"crew",
}

All allowed values of CreditType enum

View Source
var AllowedDatabaseTypeEnumValues = []DatabaseType{
	"sqLite",
	"postgreSQL",
}

All allowed values of DatabaseType enum

View Source
var AllowedDownloadProtocolEnumValues = []DownloadProtocol{
	"unknown",
	"usenet",
	"torrent",
}

All allowed values of DownloadProtocol enum

View Source
var AllowedExtraFileTypeEnumValues = []ExtraFileType{
	"subtitle",
	"metadata",
	"other",
}

All allowed values of ExtraFileType enum

View Source
var AllowedFileDateTypeEnumValues = []FileDateType{
	"none",
	"cinemas",
	"release",
}

All allowed values of FileDateType enum

View Source
var AllowedHealthCheckResultEnumValues = []HealthCheckResult{
	"ok",
	"notice",
	"warning",
	"error",
}

All allowed values of HealthCheckResult enum

View Source
var AllowedImportListTypeEnumValues = []ImportListType{
	"program",
	"tmdb",
	"trakt",
	"plex",
	"simkl",
	"other",
	"advanced",
}

All allowed values of ImportListType enum

View Source
var AllowedMediaCoverTypesEnumValues = []MediaCoverTypes{
	"unknown",
	"poster",
	"banner",
	"fanart",
	"screenshot",
	"headshot",
	"clearlogo",
}

All allowed values of MediaCoverTypes enum

View Source
var AllowedModifierEnumValues = []Modifier{
	"none",
	"regional",
	"screener",
	"rawhd",
	"brdisk",
	"remux",
}

All allowed values of Modifier enum

View Source
var AllowedMonitorTypesEnumValues = []MonitorTypes{
	"movieOnly",
	"movieAndCollection",
	"none",
}

All allowed values of MonitorTypes enum

View Source
var AllowedMovieHistoryEventTypeEnumValues = []MovieHistoryEventType{
	"unknown",
	"grabbed",
	"downloadFolderImported",
	"downloadFailed",
	"movieFileDeleted",
	"movieFolderImported",
	"movieFileRenamed",
	"downloadIgnored",
}

All allowed values of MovieHistoryEventType enum

View Source
var AllowedMovieRuntimeFormatTypeEnumValues = []MovieRuntimeFormatType{
	"hoursMinutes",
	"minutes",
}

All allowed values of MovieRuntimeFormatType enum

View Source
var AllowedMovieStatusTypeEnumValues = []MovieStatusType{
	"tba",
	"announced",
	"inCinemas",
	"released",
	"deleted",
}

All allowed values of MovieStatusType enum

View Source
var AllowedPrivacyLevelEnumValues = []PrivacyLevel{
	"normal",
	"password",
	"apiKey",
	"userName",
}

All allowed values of PrivacyLevel enum

View Source
var AllowedProperDownloadTypesEnumValues = []ProperDownloadTypes{
	"preferAndUpgrade",
	"doNotUpgrade",
	"doNotPrefer",
}

All allowed values of ProperDownloadTypes enum

View Source
var AllowedProviderMessageTypeEnumValues = []ProviderMessageType{
	"info",
	"warning",
	"error",
}

All allowed values of ProviderMessageType enum

View Source
var AllowedProxyTypeEnumValues = []ProxyType{
	"http",
	"socks4",
	"socks5",
}

All allowed values of ProxyType enum

View Source
var AllowedQualitySourceEnumValues = []QualitySource{
	"unknown",
	"cam",
	"telesync",
	"telecine",
	"workprint",
	"dvd",
	"tv",
	"webdl",
	"webrip",
	"bluray",
}

All allowed values of QualitySource enum

View Source
var AllowedRatingTypeEnumValues = []RatingType{
	"user",
	"critic",
}

All allowed values of RatingType enum

View Source
var AllowedRejectionTypeEnumValues = []RejectionType{
	"permanent",
	"temporary",
}

All allowed values of RejectionType enum

View Source
var AllowedRescanAfterRefreshTypeEnumValues = []RescanAfterRefreshType{
	"always",
	"afterManual",
	"never",
}

All allowed values of RescanAfterRefreshType enum

View Source
var AllowedRuntimeModeEnumValues = []RuntimeMode{
	"console",
	"service",
	"tray",
}

All allowed values of RuntimeMode enum

View Source
var AllowedSortDirectionEnumValues = []SortDirection{
	"default",
	"ascending",
	"descending",
}

All allowed values of SortDirection enum

View Source
var AllowedSourceTypeEnumValues = []SourceType{
	"tmdb",
	"mappings",
	"user",
	"indexer",
}

All allowed values of SourceType enum

View Source
var AllowedTMDbCountryCodeEnumValues = []TMDbCountryCode{
	"au",
	"br",
	"ca",
	"fr",
	"de",
	"gb",
	"ie",
	"it",
	"es",
	"us",
	"nz",
}

All allowed values of TMDbCountryCode enum

View Source
var AllowedTrackedDownloadStateEnumValues = []TrackedDownloadState{
	"downloading",
	"importPending",
	"importing",
	"imported",
	"failedPending",
	"failed",
	"ignored",
}

All allowed values of TrackedDownloadState enum

View Source
var AllowedTrackedDownloadStatusEnumValues = []TrackedDownloadStatus{
	"ok",
	"warning",
	"error",
}

All allowed values of TrackedDownloadStatus enum

View Source
var AllowedUpdateMechanismEnumValues = []UpdateMechanism{
	"builtIn",
	"script",
	"external",
	"apt",
	"docker",
}

All allowed values of UpdateMechanism enum

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil added in v1.0.1

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	AlternativeTitleAPI *AlternativeTitleAPIService

	ApiInfoAPI *ApiInfoAPIService

	AuthenticationAPI *AuthenticationAPIService

	AutoTaggingAPI *AutoTaggingAPIService

	BackupAPI *BackupAPIService

	BlocklistAPI *BlocklistAPIService

	CalendarAPI *CalendarAPIService

	CalendarFeedAPI *CalendarFeedAPIService

	CollectionAPI *CollectionAPIService

	CommandAPI *CommandAPIService

	CreditAPI *CreditAPIService

	CustomFilterAPI *CustomFilterAPIService

	CustomFormatAPI *CustomFormatAPIService

	DelayProfileAPI *DelayProfileAPIService

	DiskSpaceAPI *DiskSpaceAPIService

	DownloadClientAPI *DownloadClientAPIService

	DownloadClientConfigAPI *DownloadClientConfigAPIService

	ExtraFileAPI *ExtraFileAPIService

	FileSystemAPI *FileSystemAPIService

	HealthAPI *HealthAPIService

	HistoryAPI *HistoryAPIService

	HostConfigAPI *HostConfigAPIService

	ImportExclusionsAPI *ImportExclusionsAPIService

	ImportListAPI *ImportListAPIService

	ImportListConfigAPI *ImportListConfigAPIService

	ImportListMoviesAPI *ImportListMoviesAPIService

	IndexerAPI *IndexerAPIService

	IndexerConfigAPI *IndexerConfigAPIService

	IndexerFlagAPI *IndexerFlagAPIService

	LanguageAPI *LanguageAPIService

	LocalizationAPI *LocalizationAPIService

	LogAPI *LogAPIService

	LogFileAPI *LogFileAPIService

	ManualImportAPI *ManualImportAPIService

	MediaCoverAPI *MediaCoverAPIService

	MediaManagementConfigAPI *MediaManagementConfigAPIService

	MetadataAPI *MetadataAPIService

	MetadataConfigAPI *MetadataConfigAPIService

	MovieAPI *MovieAPIService

	MovieEditorAPI *MovieEditorAPIService

	MovieFileAPI *MovieFileAPIService

	MovieImportAPI *MovieImportAPIService

	MovieLookupAPI *MovieLookupAPIService

	NamingConfigAPI *NamingConfigAPIService

	NotificationAPI *NotificationAPIService

	ParseAPI *ParseAPIService

	PingAPI *PingAPIService

	QualityDefinitionAPI *QualityDefinitionAPIService

	QualityProfileAPI *QualityProfileAPIService

	QualityProfileSchemaAPI *QualityProfileSchemaAPIService

	QueueAPI *QueueAPIService

	QueueActionAPI *QueueActionAPIService

	QueueDetailsAPI *QueueDetailsAPIService

	QueueStatusAPI *QueueStatusAPIService

	ReleaseAPI *ReleaseAPIService

	ReleaseProfileAPI *ReleaseProfileAPIService

	ReleasePushAPI *ReleasePushAPIService

	RemotePathMappingAPI *RemotePathMappingAPIService

	RenameMovieAPI *RenameMovieAPIService

	RootFolderAPI *RootFolderAPIService

	StaticResourceAPI *StaticResourceAPIService

	SystemAPI *SystemAPIService

	TagAPI *TagAPIService

	TagDetailsAPI *TagDetailsAPIService

	TaskAPI *TaskAPIService

	UiConfigAPI *UiConfigAPIService

	UpdateAPI *UpdateAPIService

	UpdateLogFileAPI *UpdateLogFileAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Radarr API vv5.3.6.8612 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AddMovieMethod

type AddMovieMethod string

AddMovieMethod the model 'AddMovieMethod'

const (
	ADDMOVIEMETHOD_MANUAL     AddMovieMethod = "manual"
	ADDMOVIEMETHOD_LIST       AddMovieMethod = "list"
	ADDMOVIEMETHOD_COLLECTION AddMovieMethod = "collection"
)

List of AddMovieMethod

func NewAddMovieMethodFromValue

func NewAddMovieMethodFromValue(v string) (*AddMovieMethod, error)

NewAddMovieMethodFromValue returns a pointer to a valid AddMovieMethod for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AddMovieMethod) IsValid

func (v AddMovieMethod) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AddMovieMethod) Ptr

func (v AddMovieMethod) Ptr() *AddMovieMethod

Ptr returns reference to AddMovieMethod value

func (*AddMovieMethod) UnmarshalJSON

func (v *AddMovieMethod) UnmarshalJSON(src []byte) error

type AddMovieOptions

type AddMovieOptions struct {
	IgnoreEpisodesWithFiles    *bool           `json:"ignoreEpisodesWithFiles,omitempty"`
	IgnoreEpisodesWithoutFiles *bool           `json:"ignoreEpisodesWithoutFiles,omitempty"`
	Monitor                    *MonitorTypes   `json:"monitor,omitempty"`
	SearchForMovie             *bool           `json:"searchForMovie,omitempty"`
	AddMethod                  *AddMovieMethod `json:"addMethod,omitempty"`
}

AddMovieOptions struct for AddMovieOptions

func NewAddMovieOptions

func NewAddMovieOptions() *AddMovieOptions

NewAddMovieOptions instantiates a new AddMovieOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddMovieOptionsWithDefaults

func NewAddMovieOptionsWithDefaults() *AddMovieOptions

NewAddMovieOptionsWithDefaults instantiates a new AddMovieOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddMovieOptions) GetAddMethod

func (o *AddMovieOptions) GetAddMethod() AddMovieMethod

GetAddMethod returns the AddMethod field value if set, zero value otherwise.

func (*AddMovieOptions) GetAddMethodOk

func (o *AddMovieOptions) GetAddMethodOk() (*AddMovieMethod, bool)

GetAddMethodOk returns a tuple with the AddMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddMovieOptions) GetIgnoreEpisodesWithFiles

func (o *AddMovieOptions) GetIgnoreEpisodesWithFiles() bool

GetIgnoreEpisodesWithFiles returns the IgnoreEpisodesWithFiles field value if set, zero value otherwise.

func (*AddMovieOptions) GetIgnoreEpisodesWithFilesOk

func (o *AddMovieOptions) GetIgnoreEpisodesWithFilesOk() (*bool, bool)

GetIgnoreEpisodesWithFilesOk returns a tuple with the IgnoreEpisodesWithFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddMovieOptions) GetIgnoreEpisodesWithoutFiles

func (o *AddMovieOptions) GetIgnoreEpisodesWithoutFiles() bool

GetIgnoreEpisodesWithoutFiles returns the IgnoreEpisodesWithoutFiles field value if set, zero value otherwise.

func (*AddMovieOptions) GetIgnoreEpisodesWithoutFilesOk

func (o *AddMovieOptions) GetIgnoreEpisodesWithoutFilesOk() (*bool, bool)

GetIgnoreEpisodesWithoutFilesOk returns a tuple with the IgnoreEpisodesWithoutFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddMovieOptions) GetMonitor

func (o *AddMovieOptions) GetMonitor() MonitorTypes

GetMonitor returns the Monitor field value if set, zero value otherwise.

func (*AddMovieOptions) GetMonitorOk

func (o *AddMovieOptions) GetMonitorOk() (*MonitorTypes, bool)

GetMonitorOk returns a tuple with the Monitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddMovieOptions) GetSearchForMovie

func (o *AddMovieOptions) GetSearchForMovie() bool

GetSearchForMovie returns the SearchForMovie field value if set, zero value otherwise.

func (*AddMovieOptions) GetSearchForMovieOk

func (o *AddMovieOptions) GetSearchForMovieOk() (*bool, bool)

GetSearchForMovieOk returns a tuple with the SearchForMovie field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddMovieOptions) HasAddMethod

func (o *AddMovieOptions) HasAddMethod() bool

HasAddMethod returns a boolean if a field has been set.

func (*AddMovieOptions) HasIgnoreEpisodesWithFiles

func (o *AddMovieOptions) HasIgnoreEpisodesWithFiles() bool

HasIgnoreEpisodesWithFiles returns a boolean if a field has been set.

func (*AddMovieOptions) HasIgnoreEpisodesWithoutFiles

func (o *AddMovieOptions) HasIgnoreEpisodesWithoutFiles() bool

HasIgnoreEpisodesWithoutFiles returns a boolean if a field has been set.

func (*AddMovieOptions) HasMonitor

func (o *AddMovieOptions) HasMonitor() bool

HasMonitor returns a boolean if a field has been set.

func (*AddMovieOptions) HasSearchForMovie

func (o *AddMovieOptions) HasSearchForMovie() bool

HasSearchForMovie returns a boolean if a field has been set.

func (AddMovieOptions) MarshalJSON

func (o AddMovieOptions) MarshalJSON() ([]byte, error)

func (*AddMovieOptions) SetAddMethod

func (o *AddMovieOptions) SetAddMethod(v AddMovieMethod)

SetAddMethod gets a reference to the given AddMovieMethod and assigns it to the AddMethod field.

func (*AddMovieOptions) SetIgnoreEpisodesWithFiles

func (o *AddMovieOptions) SetIgnoreEpisodesWithFiles(v bool)

SetIgnoreEpisodesWithFiles gets a reference to the given bool and assigns it to the IgnoreEpisodesWithFiles field.

func (*AddMovieOptions) SetIgnoreEpisodesWithoutFiles

func (o *AddMovieOptions) SetIgnoreEpisodesWithoutFiles(v bool)

SetIgnoreEpisodesWithoutFiles gets a reference to the given bool and assigns it to the IgnoreEpisodesWithoutFiles field.

func (*AddMovieOptions) SetMonitor

func (o *AddMovieOptions) SetMonitor(v MonitorTypes)

SetMonitor gets a reference to the given MonitorTypes and assigns it to the Monitor field.

func (*AddMovieOptions) SetSearchForMovie

func (o *AddMovieOptions) SetSearchForMovie(v bool)

SetSearchForMovie gets a reference to the given bool and assigns it to the SearchForMovie field.

func (AddMovieOptions) ToMap added in v1.0.1

func (o AddMovieOptions) ToMap() (map[string]interface{}, error)

type AlternativeTitleAPIService added in v1.0.1

type AlternativeTitleAPIService service

AlternativeTitleAPIService AlternativeTitleAPI service

func (*AlternativeTitleAPIService) GetAlttitleById added in v1.0.1

GetAlttitleById Method for GetAlttitleById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAlttitleByIdRequest

func (*AlternativeTitleAPIService) GetAlttitleByIdExecute added in v1.0.1

Execute executes the request

@return AlternativeTitleResource

func (*AlternativeTitleAPIService) ListAlttitle added in v1.0.1

ListAlttitle Method for ListAlttitle

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAlttitleRequest

func (*AlternativeTitleAPIService) ListAlttitleExecute added in v1.0.1

Execute executes the request

@return []AlternativeTitleResource

type AlternativeTitleResource

type AlternativeTitleResource struct {
	Id              *int32         `json:"id,omitempty"`
	SourceType      *SourceType    `json:"sourceType,omitempty"`
	MovieMetadataId *int32         `json:"movieMetadataId,omitempty"`
	Title           NullableString `json:"title,omitempty"`
	CleanTitle      NullableString `json:"cleanTitle,omitempty"`
}

AlternativeTitleResource struct for AlternativeTitleResource

func NewAlternativeTitleResource

func NewAlternativeTitleResource() *AlternativeTitleResource

NewAlternativeTitleResource instantiates a new AlternativeTitleResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAlternativeTitleResourceWithDefaults

func NewAlternativeTitleResourceWithDefaults() *AlternativeTitleResource

NewAlternativeTitleResourceWithDefaults instantiates a new AlternativeTitleResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AlternativeTitleResource) GetCleanTitle

func (o *AlternativeTitleResource) GetCleanTitle() string

GetCleanTitle returns the CleanTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlternativeTitleResource) GetCleanTitleOk

func (o *AlternativeTitleResource) GetCleanTitleOk() (*string, bool)

GetCleanTitleOk returns a tuple with the CleanTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlternativeTitleResource) GetId

func (o *AlternativeTitleResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*AlternativeTitleResource) GetIdOk

func (o *AlternativeTitleResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlternativeTitleResource) GetMovieMetadataId

func (o *AlternativeTitleResource) GetMovieMetadataId() int32

GetMovieMetadataId returns the MovieMetadataId field value if set, zero value otherwise.

func (*AlternativeTitleResource) GetMovieMetadataIdOk

func (o *AlternativeTitleResource) GetMovieMetadataIdOk() (*int32, bool)

GetMovieMetadataIdOk returns a tuple with the MovieMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlternativeTitleResource) GetSourceType

func (o *AlternativeTitleResource) GetSourceType() SourceType

GetSourceType returns the SourceType field value if set, zero value otherwise.

func (*AlternativeTitleResource) GetSourceTypeOk

func (o *AlternativeTitleResource) GetSourceTypeOk() (*SourceType, bool)

GetSourceTypeOk returns a tuple with the SourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlternativeTitleResource) GetTitle

func (o *AlternativeTitleResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlternativeTitleResource) GetTitleOk

func (o *AlternativeTitleResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlternativeTitleResource) HasCleanTitle

func (o *AlternativeTitleResource) HasCleanTitle() bool

HasCleanTitle returns a boolean if a field has been set.

func (*AlternativeTitleResource) HasId

func (o *AlternativeTitleResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*AlternativeTitleResource) HasMovieMetadataId

func (o *AlternativeTitleResource) HasMovieMetadataId() bool

HasMovieMetadataId returns a boolean if a field has been set.

func (*AlternativeTitleResource) HasSourceType

func (o *AlternativeTitleResource) HasSourceType() bool

HasSourceType returns a boolean if a field has been set.

func (*AlternativeTitleResource) HasTitle

func (o *AlternativeTitleResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (AlternativeTitleResource) MarshalJSON

func (o AlternativeTitleResource) MarshalJSON() ([]byte, error)

func (*AlternativeTitleResource) SetCleanTitle

func (o *AlternativeTitleResource) SetCleanTitle(v string)

SetCleanTitle gets a reference to the given NullableString and assigns it to the CleanTitle field.

func (*AlternativeTitleResource) SetCleanTitleNil

func (o *AlternativeTitleResource) SetCleanTitleNil()

SetCleanTitleNil sets the value for CleanTitle to be an explicit nil

func (*AlternativeTitleResource) SetId

func (o *AlternativeTitleResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlternativeTitleResource) SetMovieMetadataId

func (o *AlternativeTitleResource) SetMovieMetadataId(v int32)

SetMovieMetadataId gets a reference to the given int32 and assigns it to the MovieMetadataId field.

func (*AlternativeTitleResource) SetSourceType

func (o *AlternativeTitleResource) SetSourceType(v SourceType)

SetSourceType gets a reference to the given SourceType and assigns it to the SourceType field.

func (*AlternativeTitleResource) SetTitle

func (o *AlternativeTitleResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*AlternativeTitleResource) SetTitleNil

func (o *AlternativeTitleResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (AlternativeTitleResource) ToMap added in v1.0.1

func (o AlternativeTitleResource) ToMap() (map[string]interface{}, error)

func (*AlternativeTitleResource) UnsetCleanTitle

func (o *AlternativeTitleResource) UnsetCleanTitle()

UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil

func (*AlternativeTitleResource) UnsetTitle

func (o *AlternativeTitleResource) UnsetTitle()

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

type ApiCreateAutoTaggingRequest added in v0.4.0

type ApiCreateAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAutoTaggingRequest) AutoTaggingResource added in v0.4.0

func (r ApiCreateAutoTaggingRequest) AutoTaggingResource(autoTaggingResource AutoTaggingResource) ApiCreateAutoTaggingRequest

func (ApiCreateAutoTaggingRequest) Execute added in v0.4.0

type ApiCreateCommandRequest

type ApiCreateCommandRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCommandRequest) CommandResource

func (r ApiCreateCommandRequest) CommandResource(commandResource CommandResource) ApiCreateCommandRequest

func (ApiCreateCommandRequest) Execute

type ApiCreateCustomFilterRequest

type ApiCreateCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCustomFilterRequest) CustomFilterResource

func (r ApiCreateCustomFilterRequest) CustomFilterResource(customFilterResource CustomFilterResource) ApiCreateCustomFilterRequest

func (ApiCreateCustomFilterRequest) Execute

type ApiCreateCustomFormatRequest

type ApiCreateCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCustomFormatRequest) CustomFormatResource

func (r ApiCreateCustomFormatRequest) CustomFormatResource(customFormatResource CustomFormatResource) ApiCreateCustomFormatRequest

func (ApiCreateCustomFormatRequest) Execute

type ApiCreateDelayProfileRequest

type ApiCreateDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDelayProfileRequest) DelayProfileResource

func (r ApiCreateDelayProfileRequest) DelayProfileResource(delayProfileResource DelayProfileResource) ApiCreateDelayProfileRequest

func (ApiCreateDelayProfileRequest) Execute

type ApiCreateDownloadClientActionByNameRequest

type ApiCreateDownloadClientActionByNameRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDownloadClientActionByNameRequest) DownloadClientResource

func (ApiCreateDownloadClientActionByNameRequest) Execute

type ApiCreateDownloadClientRequest

type ApiCreateDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDownloadClientRequest) DownloadClientResource

func (r ApiCreateDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiCreateDownloadClientRequest

func (ApiCreateDownloadClientRequest) Execute

func (ApiCreateDownloadClientRequest) ForceSave added in v0.4.0

type ApiCreateExclusionsBulkRequest

type ApiCreateExclusionsBulkRequest struct {
	ApiService *ImportExclusionsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateExclusionsBulkRequest) Execute

func (ApiCreateExclusionsBulkRequest) ImportExclusionsResource

func (r ApiCreateExclusionsBulkRequest) ImportExclusionsResource(importExclusionsResource []ImportExclusionsResource) ApiCreateExclusionsBulkRequest

type ApiCreateExclusionsRequest

type ApiCreateExclusionsRequest struct {
	ApiService *ImportExclusionsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateExclusionsRequest) Execute

func (ApiCreateExclusionsRequest) ImportExclusionsResource

func (r ApiCreateExclusionsRequest) ImportExclusionsResource(importExclusionsResource ImportExclusionsResource) ApiCreateExclusionsRequest

type ApiCreateHistoryFailedByIdRequest

type ApiCreateHistoryFailedByIdRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiCreateHistoryFailedByIdRequest) Execute

type ApiCreateImportListActionByNameRequest

type ApiCreateImportListActionByNameRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiCreateImportListActionByNameRequest) Execute

func (ApiCreateImportListActionByNameRequest) ImportListResource

type ApiCreateImportListRequest

type ApiCreateImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiCreateImportListRequest) Execute

func (ApiCreateImportListRequest) ForceSave added in v0.4.0

func (ApiCreateImportListRequest) ImportListResource

func (r ApiCreateImportListRequest) ImportListResource(importListResource ImportListResource) ApiCreateImportListRequest

type ApiCreateImportlistMovieRequest

type ApiCreateImportlistMovieRequest struct {
	ApiService *ImportListMoviesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateImportlistMovieRequest) Execute

func (ApiCreateImportlistMovieRequest) MovieResource

type ApiCreateIndexerActionByNameRequest

type ApiCreateIndexerActionByNameRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateIndexerActionByNameRequest) Execute

func (ApiCreateIndexerActionByNameRequest) IndexerResource

type ApiCreateIndexerRequest

type ApiCreateIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiCreateIndexerRequest) Execute

func (ApiCreateIndexerRequest) ForceSave added in v0.4.0

func (r ApiCreateIndexerRequest) ForceSave(forceSave bool) ApiCreateIndexerRequest

func (ApiCreateIndexerRequest) IndexerResource

func (r ApiCreateIndexerRequest) IndexerResource(indexerResource IndexerResource) ApiCreateIndexerRequest

type ApiCreateLoginRequest

type ApiCreateLoginRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiCreateLoginRequest) Execute

func (r ApiCreateLoginRequest) Execute() (*http.Response, error)

func (ApiCreateLoginRequest) Password

func (r ApiCreateLoginRequest) Password(password string) ApiCreateLoginRequest

func (ApiCreateLoginRequest) RememberMe

func (r ApiCreateLoginRequest) RememberMe(rememberMe string) ApiCreateLoginRequest

func (ApiCreateLoginRequest) ReturnUrl

func (r ApiCreateLoginRequest) ReturnUrl(returnUrl string) ApiCreateLoginRequest

func (ApiCreateLoginRequest) Username

func (r ApiCreateLoginRequest) Username(username string) ApiCreateLoginRequest

type ApiCreateManualImportRequest

type ApiCreateManualImportRequest struct {
	ApiService *ManualImportAPIService
	// contains filtered or unexported fields
}

func (ApiCreateManualImportRequest) Execute

func (ApiCreateManualImportRequest) ManualImportReprocessResource

func (r ApiCreateManualImportRequest) ManualImportReprocessResource(manualImportReprocessResource []ManualImportReprocessResource) ApiCreateManualImportRequest

type ApiCreateMetadataActionByNameRequest

type ApiCreateMetadataActionByNameRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiCreateMetadataActionByNameRequest) Execute

func (ApiCreateMetadataActionByNameRequest) MetadataResource

type ApiCreateMetadataRequest

type ApiCreateMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiCreateMetadataRequest) Execute

func (ApiCreateMetadataRequest) ForceSave added in v0.4.0

func (ApiCreateMetadataRequest) MetadataResource

func (r ApiCreateMetadataRequest) MetadataResource(metadataResource MetadataResource) ApiCreateMetadataRequest

type ApiCreateMovieImportRequest

type ApiCreateMovieImportRequest struct {
	ApiService *MovieImportAPIService
	// contains filtered or unexported fields
}

func (ApiCreateMovieImportRequest) Execute

func (ApiCreateMovieImportRequest) MovieResource

type ApiCreateMovieRequest

type ApiCreateMovieRequest struct {
	ApiService *MovieAPIService
	// contains filtered or unexported fields
}

func (ApiCreateMovieRequest) Execute

func (ApiCreateMovieRequest) MovieResource

func (r ApiCreateMovieRequest) MovieResource(movieResource MovieResource) ApiCreateMovieRequest

type ApiCreateNotificationActionByNameRequest

type ApiCreateNotificationActionByNameRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiCreateNotificationActionByNameRequest) Execute

func (ApiCreateNotificationActionByNameRequest) NotificationResource

type ApiCreateNotificationRequest

type ApiCreateNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiCreateNotificationRequest) Execute

func (ApiCreateNotificationRequest) ForceSave added in v0.4.0

func (ApiCreateNotificationRequest) NotificationResource

func (r ApiCreateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiCreateNotificationRequest

type ApiCreateQualityProfileRequest

type ApiCreateQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiCreateQualityProfileRequest) Execute

func (ApiCreateQualityProfileRequest) QualityProfileResource

func (r ApiCreateQualityProfileRequest) QualityProfileResource(qualityProfileResource QualityProfileResource) ApiCreateQualityProfileRequest

type ApiCreateQueueGrabBulkRequest

type ApiCreateQueueGrabBulkRequest struct {
	ApiService *QueueActionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateQueueGrabBulkRequest) Execute

func (ApiCreateQueueGrabBulkRequest) QueueBulkResource

func (r ApiCreateQueueGrabBulkRequest) QueueBulkResource(queueBulkResource QueueBulkResource) ApiCreateQueueGrabBulkRequest

type ApiCreateQueueGrabByIdRequest

type ApiCreateQueueGrabByIdRequest struct {
	ApiService *QueueActionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateQueueGrabByIdRequest) Execute

type ApiCreateReleaseProfileRequest added in v0.4.0

type ApiCreateReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReleaseProfileRequest) Execute added in v0.4.0

func (ApiCreateReleaseProfileRequest) ReleaseProfileResource added in v0.4.0

func (r ApiCreateReleaseProfileRequest) ReleaseProfileResource(releaseProfileResource ReleaseProfileResource) ApiCreateReleaseProfileRequest

type ApiCreateReleasePushRequest

type ApiCreateReleasePushRequest struct {
	ApiService *ReleasePushAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReleasePushRequest) Execute

func (ApiCreateReleasePushRequest) ReleaseResource

func (r ApiCreateReleasePushRequest) ReleaseResource(releaseResource ReleaseResource) ApiCreateReleasePushRequest

type ApiCreateReleaseRequest

type ApiCreateReleaseRequest struct {
	ApiService *ReleaseAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReleaseRequest) Execute

func (r ApiCreateReleaseRequest) Execute() (*http.Response, error)

func (ApiCreateReleaseRequest) ReleaseResource

func (r ApiCreateReleaseRequest) ReleaseResource(releaseResource ReleaseResource) ApiCreateReleaseRequest

type ApiCreateRemotePathMappingRequest

type ApiCreateRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRemotePathMappingRequest) Execute

func (ApiCreateRemotePathMappingRequest) RemotePathMappingResource

func (r ApiCreateRemotePathMappingRequest) RemotePathMappingResource(remotePathMappingResource RemotePathMappingResource) ApiCreateRemotePathMappingRequest

type ApiCreateRootFolderRequest

type ApiCreateRootFolderRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRootFolderRequest) Execute

func (ApiCreateRootFolderRequest) RootFolderResource

func (r ApiCreateRootFolderRequest) RootFolderResource(rootFolderResource RootFolderResource) ApiCreateRootFolderRequest

type ApiCreateSystemBackupRestoreByIdRequest

type ApiCreateSystemBackupRestoreByIdRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemBackupRestoreByIdRequest) Execute

type ApiCreateSystemBackupRestoreUploadRequest

type ApiCreateSystemBackupRestoreUploadRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemBackupRestoreUploadRequest) Execute

type ApiCreateSystemRestartRequest

type ApiCreateSystemRestartRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemRestartRequest) Execute

type ApiCreateSystemShutdownRequest

type ApiCreateSystemShutdownRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSystemShutdownRequest) Execute

type ApiCreateTagRequest

type ApiCreateTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiCreateTagRequest) Execute

func (ApiCreateTagRequest) TagResource

func (r ApiCreateTagRequest) TagResource(tagResource TagResource) ApiCreateTagRequest

type ApiDeleteAutoTaggingRequest added in v0.4.0

type ApiDeleteAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteAutoTaggingRequest) Execute added in v0.4.0

type ApiDeleteBlocklistBulkRequest

type ApiDeleteBlocklistBulkRequest struct {
	ApiService *BlocklistAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBlocklistBulkRequest) BlocklistBulkResource

func (r ApiDeleteBlocklistBulkRequest) BlocklistBulkResource(blocklistBulkResource BlocklistBulkResource) ApiDeleteBlocklistBulkRequest

func (ApiDeleteBlocklistBulkRequest) Execute

type ApiDeleteBlocklistRequest

type ApiDeleteBlocklistRequest struct {
	ApiService *BlocklistAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteBlocklistRequest) Execute

func (r ApiDeleteBlocklistRequest) Execute() (*http.Response, error)

type ApiDeleteCommandRequest

type ApiDeleteCommandRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCommandRequest) Execute

func (r ApiDeleteCommandRequest) Execute() (*http.Response, error)

type ApiDeleteCustomFilterRequest

type ApiDeleteCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCustomFilterRequest) Execute

type ApiDeleteCustomFormatRequest

type ApiDeleteCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCustomFormatRequest) Execute

type ApiDeleteDelayProfileRequest

type ApiDeleteDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDelayProfileRequest) Execute

type ApiDeleteDownloadClientBulkRequest added in v0.4.0

type ApiDeleteDownloadClientBulkRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource added in v0.4.0

func (r ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiDeleteDownloadClientBulkRequest

func (ApiDeleteDownloadClientBulkRequest) Execute added in v0.4.0

type ApiDeleteDownloadClientRequest

type ApiDeleteDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDownloadClientRequest) Execute

type ApiDeleteExclusionsRequest

type ApiDeleteExclusionsRequest struct {
	ApiService *ImportExclusionsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteExclusionsRequest) Execute

type ApiDeleteImportListBulkRequest added in v0.4.0

type ApiDeleteImportListBulkRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteImportListBulkRequest) Execute added in v0.4.0

func (ApiDeleteImportListBulkRequest) ImportListBulkResource added in v0.4.0

func (r ApiDeleteImportListBulkRequest) ImportListBulkResource(importListBulkResource ImportListBulkResource) ApiDeleteImportListBulkRequest

type ApiDeleteImportListRequest

type ApiDeleteImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteImportListRequest) Execute

type ApiDeleteIndexerBulkRequest added in v0.4.0

type ApiDeleteIndexerBulkRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteIndexerBulkRequest) Execute added in v0.4.0

func (ApiDeleteIndexerBulkRequest) IndexerBulkResource added in v0.4.0

func (r ApiDeleteIndexerBulkRequest) IndexerBulkResource(indexerBulkResource IndexerBulkResource) ApiDeleteIndexerBulkRequest

type ApiDeleteIndexerRequest

type ApiDeleteIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteIndexerRequest) Execute

func (r ApiDeleteIndexerRequest) Execute() (*http.Response, error)

type ApiDeleteMetadataRequest

type ApiDeleteMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteMetadataRequest) Execute

func (r ApiDeleteMetadataRequest) Execute() (*http.Response, error)

type ApiDeleteMovieEditorRequest

type ApiDeleteMovieEditorRequest struct {
	ApiService *MovieEditorAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteMovieEditorRequest) Execute

func (ApiDeleteMovieEditorRequest) MovieEditorResource

func (r ApiDeleteMovieEditorRequest) MovieEditorResource(movieEditorResource MovieEditorResource) ApiDeleteMovieEditorRequest

type ApiDeleteMovieFileBulkRequest

type ApiDeleteMovieFileBulkRequest struct {
	ApiService *MovieFileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteMovieFileBulkRequest) Execute

func (ApiDeleteMovieFileBulkRequest) MovieFileListResource

func (r ApiDeleteMovieFileBulkRequest) MovieFileListResource(movieFileListResource MovieFileListResource) ApiDeleteMovieFileBulkRequest

type ApiDeleteMovieFileRequest

type ApiDeleteMovieFileRequest struct {
	ApiService *MovieFileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteMovieFileRequest) Execute

func (r ApiDeleteMovieFileRequest) Execute() (*http.Response, error)

type ApiDeleteMovieRequest

type ApiDeleteMovieRequest struct {
	ApiService *MovieAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteMovieRequest) AddImportExclusion added in v0.3.0

func (r ApiDeleteMovieRequest) AddImportExclusion(addImportExclusion bool) ApiDeleteMovieRequest

func (ApiDeleteMovieRequest) DeleteFiles added in v0.3.0

func (r ApiDeleteMovieRequest) DeleteFiles(deleteFiles bool) ApiDeleteMovieRequest

func (ApiDeleteMovieRequest) Execute

func (r ApiDeleteMovieRequest) Execute() (*http.Response, error)

type ApiDeleteNotificationRequest

type ApiDeleteNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteNotificationRequest) Execute

type ApiDeleteQualityProfileRequest

type ApiDeleteQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteQualityProfileRequest) Execute

type ApiDeleteQueueBulkRequest

type ApiDeleteQueueBulkRequest struct {
	ApiService *QueueAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteQueueBulkRequest) Blocklist

func (ApiDeleteQueueBulkRequest) ChangeCategory added in v1.0.1

func (r ApiDeleteQueueBulkRequest) ChangeCategory(changeCategory bool) ApiDeleteQueueBulkRequest

func (ApiDeleteQueueBulkRequest) Execute

func (r ApiDeleteQueueBulkRequest) Execute() (*http.Response, error)

func (ApiDeleteQueueBulkRequest) QueueBulkResource

func (r ApiDeleteQueueBulkRequest) QueueBulkResource(queueBulkResource QueueBulkResource) ApiDeleteQueueBulkRequest

func (ApiDeleteQueueBulkRequest) RemoveFromClient

func (r ApiDeleteQueueBulkRequest) RemoveFromClient(removeFromClient bool) ApiDeleteQueueBulkRequest

func (ApiDeleteQueueBulkRequest) SkipRedownload added in v0.4.0

func (r ApiDeleteQueueBulkRequest) SkipRedownload(skipRedownload bool) ApiDeleteQueueBulkRequest

type ApiDeleteQueueRequest

type ApiDeleteQueueRequest struct {
	ApiService *QueueAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteQueueRequest) Blocklist

func (r ApiDeleteQueueRequest) Blocklist(blocklist bool) ApiDeleteQueueRequest

func (ApiDeleteQueueRequest) ChangeCategory added in v1.0.1

func (r ApiDeleteQueueRequest) ChangeCategory(changeCategory bool) ApiDeleteQueueRequest

func (ApiDeleteQueueRequest) Execute

func (r ApiDeleteQueueRequest) Execute() (*http.Response, error)

func (ApiDeleteQueueRequest) RemoveFromClient

func (r ApiDeleteQueueRequest) RemoveFromClient(removeFromClient bool) ApiDeleteQueueRequest

func (ApiDeleteQueueRequest) SkipRedownload added in v0.4.0

func (r ApiDeleteQueueRequest) SkipRedownload(skipRedownload bool) ApiDeleteQueueRequest

type ApiDeleteReleaseProfileRequest added in v0.4.0

type ApiDeleteReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteReleaseProfileRequest) Execute added in v0.4.0

type ApiDeleteRemotePathMappingRequest

type ApiDeleteRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRemotePathMappingRequest) Execute

type ApiDeleteRootFolderRequest

type ApiDeleteRootFolderRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRootFolderRequest) Execute

type ApiDeleteSystemBackupRequest

type ApiDeleteSystemBackupRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteSystemBackupRequest) Execute

type ApiDeleteTagRequest

type ApiDeleteTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteTagRequest) Execute

func (r ApiDeleteTagRequest) Execute() (*http.Response, error)

type ApiGetAlttitleByIdRequest

type ApiGetAlttitleByIdRequest struct {
	ApiService *AlternativeTitleAPIService
	// contains filtered or unexported fields
}

func (ApiGetAlttitleByIdRequest) Execute

type ApiGetApiRequest

type ApiGetApiRequest struct {
	ApiService *ApiInfoAPIService
	// contains filtered or unexported fields
}

func (ApiGetApiRequest) Execute

type ApiGetAutoTaggingByIdRequest added in v0.4.0

type ApiGetAutoTaggingByIdRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiGetAutoTaggingByIdRequest) Execute added in v0.4.0

type ApiGetBlocklistRequest

type ApiGetBlocklistRequest struct {
	ApiService *BlocklistAPIService
	// contains filtered or unexported fields
}

func (ApiGetBlocklistRequest) Execute

func (ApiGetBlocklistRequest) Page added in v1.0.1

func (ApiGetBlocklistRequest) PageSize added in v1.0.1

func (ApiGetBlocklistRequest) SortDirection added in v1.0.1

func (r ApiGetBlocklistRequest) SortDirection(sortDirection SortDirection) ApiGetBlocklistRequest

func (ApiGetBlocklistRequest) SortKey added in v1.0.1

type ApiGetByPathRequest

type ApiGetByPathRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetByPathRequest) Execute

func (r ApiGetByPathRequest) Execute() (*http.Response, error)

type ApiGetCalendarByIdRequest

type ApiGetCalendarByIdRequest struct {
	ApiService *CalendarAPIService
	// contains filtered or unexported fields
}

func (ApiGetCalendarByIdRequest) Execute

type ApiGetCollectionByIdRequest

type ApiGetCollectionByIdRequest struct {
	ApiService *CollectionAPIService
	// contains filtered or unexported fields
}

func (ApiGetCollectionByIdRequest) Execute

type ApiGetCommandByIdRequest

type ApiGetCommandByIdRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiGetCommandByIdRequest) Execute

type ApiGetContentByPathRequest

type ApiGetContentByPathRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetContentByPathRequest) Execute

type ApiGetCreditByIdRequest

type ApiGetCreditByIdRequest struct {
	ApiService *CreditAPIService
	// contains filtered or unexported fields
}

func (ApiGetCreditByIdRequest) Execute

type ApiGetCreditRequest added in v0.5.0

type ApiGetCreditRequest struct {
	ApiService *CreditAPIService
	// contains filtered or unexported fields
}

func (ApiGetCreditRequest) Execute added in v0.5.0

func (r ApiGetCreditRequest) Execute() (*http.Response, error)

func (ApiGetCreditRequest) MovieId added in v0.5.0

func (r ApiGetCreditRequest) MovieId(movieId int32) ApiGetCreditRequest

func (ApiGetCreditRequest) MovieMetadataId added in v0.5.0

func (r ApiGetCreditRequest) MovieMetadataId(movieMetadataId int32) ApiGetCreditRequest

type ApiGetCustomFilterByIdRequest

type ApiGetCustomFilterByIdRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiGetCustomFilterByIdRequest) Execute

type ApiGetCustomFormatByIdRequest

type ApiGetCustomFormatByIdRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiGetCustomFormatByIdRequest) Execute

type ApiGetDelayProfileByIdRequest

type ApiGetDelayProfileByIdRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiGetDelayProfileByIdRequest) Execute

type ApiGetDownloadClientByIdRequest

type ApiGetDownloadClientByIdRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiGetDownloadClientByIdRequest) Execute

type ApiGetDownloadClientConfigByIdRequest

type ApiGetDownloadClientConfigByIdRequest struct {
	ApiService *DownloadClientConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetDownloadClientConfigByIdRequest) Execute

type ApiGetDownloadClientConfigRequest

type ApiGetDownloadClientConfigRequest struct {
	ApiService *DownloadClientConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetDownloadClientConfigRequest) Execute

type ApiGetExclusionsByIdRequest

type ApiGetExclusionsByIdRequest struct {
	ApiService *ImportExclusionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetExclusionsByIdRequest) Execute

type ApiGetFeedV3CalendarRadarrIcsRequest

type ApiGetFeedV3CalendarRadarrIcsRequest struct {
	ApiService *CalendarFeedAPIService
	// contains filtered or unexported fields
}

func (ApiGetFeedV3CalendarRadarrIcsRequest) Execute

func (ApiGetFeedV3CalendarRadarrIcsRequest) FutureDays

func (ApiGetFeedV3CalendarRadarrIcsRequest) PastDays

func (ApiGetFeedV3CalendarRadarrIcsRequest) Tags added in v0.3.0

func (ApiGetFeedV3CalendarRadarrIcsRequest) Unmonitored

type ApiGetFileSystemMediafilesRequest

type ApiGetFileSystemMediafilesRequest struct {
	ApiService *FileSystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetFileSystemMediafilesRequest) Execute

func (ApiGetFileSystemMediafilesRequest) Path

type ApiGetFileSystemRequest

type ApiGetFileSystemRequest struct {
	ApiService *FileSystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetFileSystemRequest) AllowFoldersWithoutTrailingSlashes

func (r ApiGetFileSystemRequest) AllowFoldersWithoutTrailingSlashes(allowFoldersWithoutTrailingSlashes bool) ApiGetFileSystemRequest

func (ApiGetFileSystemRequest) Execute

func (r ApiGetFileSystemRequest) Execute() (*http.Response, error)

func (ApiGetFileSystemRequest) IncludeFiles

func (r ApiGetFileSystemRequest) IncludeFiles(includeFiles bool) ApiGetFileSystemRequest

func (ApiGetFileSystemRequest) Path

type ApiGetFileSystemTypeRequest

type ApiGetFileSystemTypeRequest struct {
	ApiService *FileSystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetFileSystemTypeRequest) Execute

func (ApiGetFileSystemTypeRequest) Path

type ApiGetHealthByIdRequest

type ApiGetHealthByIdRequest struct {
	ApiService *HealthAPIService
	// contains filtered or unexported fields
}

func (ApiGetHealthByIdRequest) Execute

type ApiGetHistoryRequest

type ApiGetHistoryRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiGetHistoryRequest) DownloadId added in v1.0.1

func (r ApiGetHistoryRequest) DownloadId(downloadId string) ApiGetHistoryRequest

func (ApiGetHistoryRequest) EventType added in v1.0.1

func (r ApiGetHistoryRequest) EventType(eventType []int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Execute

func (ApiGetHistoryRequest) IncludeMovie

func (r ApiGetHistoryRequest) IncludeMovie(includeMovie bool) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Languages added in v1.0.1

func (r ApiGetHistoryRequest) Languages(languages []int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) MovieIds added in v1.0.1

func (r ApiGetHistoryRequest) MovieIds(movieIds []int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Page added in v1.0.1

func (ApiGetHistoryRequest) PageSize added in v1.0.1

func (r ApiGetHistoryRequest) PageSize(pageSize int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) Quality added in v1.0.1

func (r ApiGetHistoryRequest) Quality(quality []int32) ApiGetHistoryRequest

func (ApiGetHistoryRequest) SortDirection added in v1.0.1

func (r ApiGetHistoryRequest) SortDirection(sortDirection SortDirection) ApiGetHistoryRequest

func (ApiGetHistoryRequest) SortKey added in v1.0.1

type ApiGetHostConfigByIdRequest

type ApiGetHostConfigByIdRequest struct {
	ApiService *HostConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetHostConfigByIdRequest) Execute

type ApiGetHostConfigRequest

type ApiGetHostConfigRequest struct {
	ApiService *HostConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetHostConfigRequest) Execute

type ApiGetImportListByIdRequest

type ApiGetImportListByIdRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiGetImportListByIdRequest) Execute

type ApiGetImportListConfigByIdRequest

type ApiGetImportListConfigByIdRequest struct {
	ApiService *ImportListConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetImportListConfigByIdRequest) Execute

type ApiGetImportListConfigRequest

type ApiGetImportListConfigRequest struct {
	ApiService *ImportListConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetImportListConfigRequest) Execute

type ApiGetImportlistMovieRequest

type ApiGetImportlistMovieRequest struct {
	ApiService *ImportListMoviesAPIService
	// contains filtered or unexported fields
}

func (ApiGetImportlistMovieRequest) Execute

func (ApiGetImportlistMovieRequest) IncludePopular added in v1.0.1

func (r ApiGetImportlistMovieRequest) IncludePopular(includePopular bool) ApiGetImportlistMovieRequest

func (ApiGetImportlistMovieRequest) IncludeRecommendations

func (r ApiGetImportlistMovieRequest) IncludeRecommendations(includeRecommendations bool) ApiGetImportlistMovieRequest

func (ApiGetImportlistMovieRequest) IncludeTrending added in v1.0.1

func (r ApiGetImportlistMovieRequest) IncludeTrending(includeTrending bool) ApiGetImportlistMovieRequest

type ApiGetIndexerByIdRequest

type ApiGetIndexerByIdRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndexerByIdRequest) Execute

type ApiGetIndexerConfigByIdRequest

type ApiGetIndexerConfigByIdRequest struct {
	ApiService *IndexerConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndexerConfigByIdRequest) Execute

type ApiGetIndexerConfigRequest

type ApiGetIndexerConfigRequest struct {
	ApiService *IndexerConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetIndexerConfigRequest) Execute

type ApiGetLanguageByIdRequest

type ApiGetLanguageByIdRequest struct {
	ApiService *LanguageAPIService
	// contains filtered or unexported fields
}

func (ApiGetLanguageByIdRequest) Execute

type ApiGetLocalizationLanguageRequest added in v0.5.0

type ApiGetLocalizationLanguageRequest struct {
	ApiService *LocalizationAPIService
	// contains filtered or unexported fields
}

func (ApiGetLocalizationLanguageRequest) Execute added in v0.5.0

type ApiGetLocalizationRequest

type ApiGetLocalizationRequest struct {
	ApiService *LocalizationAPIService
	// contains filtered or unexported fields
}

func (ApiGetLocalizationRequest) Execute

type ApiGetLogFileByFilenameRequest

type ApiGetLogFileByFilenameRequest struct {
	ApiService *LogFileAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogFileByFilenameRequest) Execute

type ApiGetLogFileUpdateByFilenameRequest

type ApiGetLogFileUpdateByFilenameRequest struct {
	ApiService *UpdateLogFileAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogFileUpdateByFilenameRequest) Execute

type ApiGetLogRequest

type ApiGetLogRequest struct {
	ApiService *LogAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogRequest) Execute

func (ApiGetLogRequest) Level added in v1.0.1

func (r ApiGetLogRequest) Level(level string) ApiGetLogRequest

func (ApiGetLogRequest) Page added in v1.0.1

func (ApiGetLogRequest) PageSize added in v1.0.1

func (r ApiGetLogRequest) PageSize(pageSize int32) ApiGetLogRequest

func (ApiGetLogRequest) SortDirection added in v1.0.1

func (r ApiGetLogRequest) SortDirection(sortDirection SortDirection) ApiGetLogRequest

func (ApiGetLogRequest) SortKey added in v1.0.1

func (r ApiGetLogRequest) SortKey(sortKey string) ApiGetLogRequest

type ApiGetLoginRequest

type ApiGetLoginRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetLoginRequest) Execute

func (r ApiGetLoginRequest) Execute() (*http.Response, error)

type ApiGetLogoutRequest

type ApiGetLogoutRequest struct {
	ApiService *AuthenticationAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogoutRequest) Execute

func (r ApiGetLogoutRequest) Execute() (*http.Response, error)

type ApiGetMediaCoverByFilenameRequest added in v1.0.1

type ApiGetMediaCoverByFilenameRequest struct {
	ApiService *MediaCoverAPIService
	// contains filtered or unexported fields
}

func (ApiGetMediaCoverByFilenameRequest) Execute added in v1.0.1

type ApiGetMediaManagementConfigByIdRequest

type ApiGetMediaManagementConfigByIdRequest struct {
	ApiService *MediaManagementConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMediaManagementConfigByIdRequest) Execute

type ApiGetMediaManagementConfigRequest

type ApiGetMediaManagementConfigRequest struct {
	ApiService *MediaManagementConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMediaManagementConfigRequest) Execute

type ApiGetMetadataByIdRequest

type ApiGetMetadataByIdRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataByIdRequest) Execute

type ApiGetMetadataConfigByIdRequest

type ApiGetMetadataConfigByIdRequest struct {
	ApiService *MetadataConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataConfigByIdRequest) Execute

type ApiGetMetadataConfigRequest

type ApiGetMetadataConfigRequest struct {
	ApiService *MetadataConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetMetadataConfigRequest) Execute

type ApiGetMovieByIdRequest

type ApiGetMovieByIdRequest struct {
	ApiService *MovieAPIService
	// contains filtered or unexported fields
}

func (ApiGetMovieByIdRequest) Execute

type ApiGetMovieFileByIdRequest

type ApiGetMovieFileByIdRequest struct {
	ApiService *MovieFileAPIService
	// contains filtered or unexported fields
}

func (ApiGetMovieFileByIdRequest) Execute

type ApiGetMovieImportByIdRequest

type ApiGetMovieImportByIdRequest struct {
	ApiService *MovieImportAPIService
	// contains filtered or unexported fields
}

func (ApiGetMovieImportByIdRequest) Execute

type ApiGetMovieLookupByIdRequest

type ApiGetMovieLookupByIdRequest struct {
	ApiService *MovieLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetMovieLookupByIdRequest) Execute

type ApiGetMovieLookupImdbRequest

type ApiGetMovieLookupImdbRequest struct {
	ApiService *MovieLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetMovieLookupImdbRequest) Execute

func (ApiGetMovieLookupImdbRequest) ImdbId

type ApiGetMovieLookupRequest

type ApiGetMovieLookupRequest struct {
	ApiService *MovieLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetMovieLookupRequest) Execute

func (r ApiGetMovieLookupRequest) Execute() (*http.Response, error)

func (ApiGetMovieLookupRequest) Term

type ApiGetMovieLookupTmdbRequest

type ApiGetMovieLookupTmdbRequest struct {
	ApiService *MovieLookupAPIService
	// contains filtered or unexported fields
}

func (ApiGetMovieLookupTmdbRequest) Execute

func (ApiGetMovieLookupTmdbRequest) TmdbId

type ApiGetNamingConfigByIdRequest

type ApiGetNamingConfigByIdRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetNamingConfigByIdRequest) Execute

type ApiGetNamingConfigExamplesRequest

type ApiGetNamingConfigExamplesRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetNamingConfigExamplesRequest) ColonReplacementFormat

func (r ApiGetNamingConfigExamplesRequest) ColonReplacementFormat(colonReplacementFormat ColonReplacementFormat) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) Execute

func (ApiGetNamingConfigExamplesRequest) Id

func (ApiGetNamingConfigExamplesRequest) MovieFolderFormat

func (r ApiGetNamingConfigExamplesRequest) MovieFolderFormat(movieFolderFormat string) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) RenameMovies

func (ApiGetNamingConfigExamplesRequest) ReplaceIllegalCharacters

func (r ApiGetNamingConfigExamplesRequest) ReplaceIllegalCharacters(replaceIllegalCharacters bool) ApiGetNamingConfigExamplesRequest

func (ApiGetNamingConfigExamplesRequest) ResourceName

func (ApiGetNamingConfigExamplesRequest) StandardMovieFormat

func (r ApiGetNamingConfigExamplesRequest) StandardMovieFormat(standardMovieFormat string) ApiGetNamingConfigExamplesRequest

type ApiGetNamingConfigRequest

type ApiGetNamingConfigRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetNamingConfigRequest) Execute

type ApiGetNotificationByIdRequest

type ApiGetNotificationByIdRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiGetNotificationByIdRequest) Execute

type ApiGetParseRequest

type ApiGetParseRequest struct {
	ApiService *ParseAPIService
	// contains filtered or unexported fields
}

func (ApiGetParseRequest) Execute

func (ApiGetParseRequest) Title

type ApiGetPingRequest

type ApiGetPingRequest struct {
	ApiService *PingAPIService
	// contains filtered or unexported fields
}

func (ApiGetPingRequest) Execute

func (r ApiGetPingRequest) Execute() (*PingResource, *http.Response, error)

type ApiGetQualityDefinitionByIdRequest

type ApiGetQualityDefinitionByIdRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiGetQualityDefinitionByIdRequest) Execute

type ApiGetQualityProfileByIdRequest

type ApiGetQualityProfileByIdRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiGetQualityProfileByIdRequest) Execute

type ApiGetQualityprofileSchemaRequest

type ApiGetQualityprofileSchemaRequest struct {
	ApiService *QualityProfileSchemaAPIService
	// contains filtered or unexported fields
}

func (ApiGetQualityprofileSchemaRequest) Execute

type ApiGetQueueByIdRequest

type ApiGetQueueByIdRequest struct {
	ApiService *QueueAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueByIdRequest) Execute

type ApiGetQueueDetailsByIdRequest

type ApiGetQueueDetailsByIdRequest struct {
	ApiService *QueueDetailsAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueDetailsByIdRequest) Execute

type ApiGetQueueRequest

type ApiGetQueueRequest struct {
	ApiService *QueueAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueRequest) Execute

func (ApiGetQueueRequest) IncludeMovie

func (r ApiGetQueueRequest) IncludeMovie(includeMovie bool) ApiGetQueueRequest

func (ApiGetQueueRequest) IncludeUnknownMovieItems

func (r ApiGetQueueRequest) IncludeUnknownMovieItems(includeUnknownMovieItems bool) ApiGetQueueRequest

func (ApiGetQueueRequest) Languages added in v1.0.1

func (r ApiGetQueueRequest) Languages(languages []int32) ApiGetQueueRequest

func (ApiGetQueueRequest) MovieIds added in v1.0.1

func (r ApiGetQueueRequest) MovieIds(movieIds []int32) ApiGetQueueRequest

func (ApiGetQueueRequest) Page added in v1.0.1

func (ApiGetQueueRequest) PageSize added in v1.0.1

func (r ApiGetQueueRequest) PageSize(pageSize int32) ApiGetQueueRequest

func (ApiGetQueueRequest) Protocol added in v1.0.1

func (ApiGetQueueRequest) Quality added in v1.0.1

func (r ApiGetQueueRequest) Quality(quality int32) ApiGetQueueRequest

func (ApiGetQueueRequest) SortDirection added in v1.0.1

func (r ApiGetQueueRequest) SortDirection(sortDirection SortDirection) ApiGetQueueRequest

func (ApiGetQueueRequest) SortKey added in v1.0.1

func (r ApiGetQueueRequest) SortKey(sortKey string) ApiGetQueueRequest

type ApiGetQueueStatusByIdRequest

type ApiGetQueueStatusByIdRequest struct {
	ApiService *QueueStatusAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueStatusByIdRequest) Execute

type ApiGetQueueStatusRequest

type ApiGetQueueStatusRequest struct {
	ApiService *QueueStatusAPIService
	// contains filtered or unexported fields
}

func (ApiGetQueueStatusRequest) Execute

type ApiGetReleaseByIdRequest

type ApiGetReleaseByIdRequest struct {
	ApiService *ReleaseAPIService
	// contains filtered or unexported fields
}

func (ApiGetReleaseByIdRequest) Execute

type ApiGetReleaseProfileByIdRequest added in v0.4.0

type ApiGetReleaseProfileByIdRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiGetReleaseProfileByIdRequest) Execute added in v0.4.0

type ApiGetReleasePushByIdRequest

type ApiGetReleasePushByIdRequest struct {
	ApiService *ReleasePushAPIService
	// contains filtered or unexported fields
}

func (ApiGetReleasePushByIdRequest) Execute

type ApiGetRemotePathMappingByIdRequest

type ApiGetRemotePathMappingByIdRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiGetRemotePathMappingByIdRequest) Execute

type ApiGetRequest

type ApiGetRequest struct {
	ApiService *StaticResourceAPIService
	// contains filtered or unexported fields
}

func (ApiGetRequest) Execute

func (r ApiGetRequest) Execute() (*http.Response, error)

type ApiGetRootFolderByIdRequest

type ApiGetRootFolderByIdRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiGetRootFolderByIdRequest) Execute

type ApiGetSystemRoutesDuplicateRequest

type ApiGetSystemRoutesDuplicateRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemRoutesDuplicateRequest) Execute

type ApiGetSystemRoutesRequest

type ApiGetSystemRoutesRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemRoutesRequest) Execute

func (r ApiGetSystemRoutesRequest) Execute() (*http.Response, error)

type ApiGetSystemStatusRequest

type ApiGetSystemStatusRequest struct {
	ApiService *SystemAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemStatusRequest) Execute

type ApiGetSystemTaskByIdRequest

type ApiGetSystemTaskByIdRequest struct {
	ApiService *TaskAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemTaskByIdRequest) Execute

type ApiGetTagByIdRequest

type ApiGetTagByIdRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiGetTagByIdRequest) Execute

type ApiGetTagDetailByIdRequest

type ApiGetTagDetailByIdRequest struct {
	ApiService *TagDetailsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTagDetailByIdRequest) Execute

type ApiGetUiConfigByIdRequest

type ApiGetUiConfigByIdRequest struct {
	ApiService *UiConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetUiConfigByIdRequest) Execute

type ApiGetUiConfigRequest

type ApiGetUiConfigRequest struct {
	ApiService *UiConfigAPIService
	// contains filtered or unexported fields
}

func (ApiGetUiConfigRequest) Execute

type ApiInfoAPIService added in v1.0.1

type ApiInfoAPIService service

ApiInfoAPIService ApiInfoAPI service

func (*ApiInfoAPIService) GetApi added in v1.0.1

GetApi Method for GetApi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetApiRequest

func (*ApiInfoAPIService) GetApiExecute added in v1.0.1

Execute executes the request

@return ApiInfoResource

type ApiInfoResource

type ApiInfoResource struct {
	Current    NullableString `json:"current,omitempty"`
	Deprecated []string       `json:"deprecated,omitempty"`
}

ApiInfoResource struct for ApiInfoResource

func NewApiInfoResource

func NewApiInfoResource() *ApiInfoResource

NewApiInfoResource instantiates a new ApiInfoResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInfoResourceWithDefaults

func NewApiInfoResourceWithDefaults() *ApiInfoResource

NewApiInfoResourceWithDefaults instantiates a new ApiInfoResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInfoResource) GetCurrent

func (o *ApiInfoResource) GetCurrent() string

GetCurrent returns the Current field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiInfoResource) GetCurrentOk

func (o *ApiInfoResource) GetCurrentOk() (*string, bool)

GetCurrentOk returns a tuple with the Current field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInfoResource) GetDeprecated

func (o *ApiInfoResource) GetDeprecated() []string

GetDeprecated returns the Deprecated field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiInfoResource) GetDeprecatedOk

func (o *ApiInfoResource) GetDeprecatedOk() ([]string, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInfoResource) HasCurrent

func (o *ApiInfoResource) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

func (*ApiInfoResource) HasDeprecated

func (o *ApiInfoResource) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (ApiInfoResource) MarshalJSON

func (o ApiInfoResource) MarshalJSON() ([]byte, error)

func (*ApiInfoResource) SetCurrent

func (o *ApiInfoResource) SetCurrent(v string)

SetCurrent gets a reference to the given NullableString and assigns it to the Current field.

func (*ApiInfoResource) SetCurrentNil

func (o *ApiInfoResource) SetCurrentNil()

SetCurrentNil sets the value for Current to be an explicit nil

func (*ApiInfoResource) SetDeprecated

func (o *ApiInfoResource) SetDeprecated(v []string)

SetDeprecated gets a reference to the given []string and assigns it to the Deprecated field.

func (ApiInfoResource) ToMap added in v1.0.1

func (o ApiInfoResource) ToMap() (map[string]interface{}, error)

func (*ApiInfoResource) UnsetCurrent

func (o *ApiInfoResource) UnsetCurrent()

UnsetCurrent ensures that no value is present for Current, not even an explicit nil

type ApiListAlttitleRequest

type ApiListAlttitleRequest struct {
	ApiService *AlternativeTitleAPIService
	// contains filtered or unexported fields
}

func (ApiListAlttitleRequest) Execute

func (ApiListAlttitleRequest) MovieId

func (ApiListAlttitleRequest) MovieMetadataId

func (r ApiListAlttitleRequest) MovieMetadataId(movieMetadataId int32) ApiListAlttitleRequest

type ApiListAutoTaggingRequest added in v0.4.0

type ApiListAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiListAutoTaggingRequest) Execute added in v0.4.0

type ApiListAutoTaggingSchemaRequest added in v0.5.0

type ApiListAutoTaggingSchemaRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiListAutoTaggingSchemaRequest) Execute added in v0.5.0

type ApiListBlocklistMovieRequest

type ApiListBlocklistMovieRequest struct {
	ApiService *BlocklistAPIService
	// contains filtered or unexported fields
}

func (ApiListBlocklistMovieRequest) Execute

func (ApiListBlocklistMovieRequest) MovieId

type ApiListCalendarRequest

type ApiListCalendarRequest struct {
	ApiService *CalendarAPIService
	// contains filtered or unexported fields
}

func (ApiListCalendarRequest) End

func (ApiListCalendarRequest) Execute

func (ApiListCalendarRequest) Start

func (ApiListCalendarRequest) Tags added in v0.5.0

func (ApiListCalendarRequest) Unmonitored

func (r ApiListCalendarRequest) Unmonitored(unmonitored bool) ApiListCalendarRequest

type ApiListCollectionRequest

type ApiListCollectionRequest struct {
	ApiService *CollectionAPIService
	// contains filtered or unexported fields
}

func (ApiListCollectionRequest) Execute

func (ApiListCollectionRequest) TmdbId

type ApiListCommandRequest

type ApiListCommandRequest struct {
	ApiService *CommandAPIService
	// contains filtered or unexported fields
}

func (ApiListCommandRequest) Execute

type ApiListCustomFilterRequest

type ApiListCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiListCustomFilterRequest) Execute

type ApiListCustomFormatRequest

type ApiListCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiListCustomFormatRequest) Execute

type ApiListCustomFormatSchemaRequest added in v0.5.0

type ApiListCustomFormatSchemaRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiListCustomFormatSchemaRequest) Execute added in v0.5.0

type ApiListDelayProfileRequest

type ApiListDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiListDelayProfileRequest) Execute

type ApiListDiskSpaceRequest

type ApiListDiskSpaceRequest struct {
	ApiService *DiskSpaceAPIService
	// contains filtered or unexported fields
}

func (ApiListDiskSpaceRequest) Execute

type ApiListDownloadClientRequest

type ApiListDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiListDownloadClientRequest) Execute

type ApiListDownloadClientSchemaRequest

type ApiListDownloadClientSchemaRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiListDownloadClientSchemaRequest) Execute

type ApiListExclusionsRequest

type ApiListExclusionsRequest struct {
	ApiService *ImportExclusionsAPIService
	// contains filtered or unexported fields
}

func (ApiListExclusionsRequest) Execute

type ApiListExtraFileRequest

type ApiListExtraFileRequest struct {
	ApiService *ExtraFileAPIService
	// contains filtered or unexported fields
}

func (ApiListExtraFileRequest) Execute

func (ApiListExtraFileRequest) MovieId

type ApiListHealthRequest

type ApiListHealthRequest struct {
	ApiService *HealthAPIService
	// contains filtered or unexported fields
}

func (ApiListHealthRequest) Execute

type ApiListHistoryMovieRequest

type ApiListHistoryMovieRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiListHistoryMovieRequest) EventType

func (ApiListHistoryMovieRequest) Execute

func (ApiListHistoryMovieRequest) IncludeMovie

func (r ApiListHistoryMovieRequest) IncludeMovie(includeMovie bool) ApiListHistoryMovieRequest

func (ApiListHistoryMovieRequest) MovieId

type ApiListHistorySinceRequest

type ApiListHistorySinceRequest struct {
	ApiService *HistoryAPIService
	// contains filtered or unexported fields
}

func (ApiListHistorySinceRequest) Date

func (ApiListHistorySinceRequest) EventType

func (ApiListHistorySinceRequest) Execute

func (ApiListHistorySinceRequest) IncludeMovie

func (r ApiListHistorySinceRequest) IncludeMovie(includeMovie bool) ApiListHistorySinceRequest

type ApiListImportListRequest

type ApiListImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiListImportListRequest) Execute

type ApiListImportListSchemaRequest

type ApiListImportListSchemaRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiListImportListSchemaRequest) Execute

type ApiListIndexerFlagRequest

type ApiListIndexerFlagRequest struct {
	ApiService *IndexerFlagAPIService
	// contains filtered or unexported fields
}

func (ApiListIndexerFlagRequest) Execute

type ApiListIndexerRequest

type ApiListIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiListIndexerRequest) Execute

type ApiListIndexerSchemaRequest

type ApiListIndexerSchemaRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiListIndexerSchemaRequest) Execute

type ApiListLanguageRequest

type ApiListLanguageRequest struct {
	ApiService *LanguageAPIService
	// contains filtered or unexported fields
}

func (ApiListLanguageRequest) Execute

type ApiListLogFileRequest

type ApiListLogFileRequest struct {
	ApiService *LogFileAPIService
	// contains filtered or unexported fields
}

func (ApiListLogFileRequest) Execute

type ApiListLogFileUpdateRequest

type ApiListLogFileUpdateRequest struct {
	ApiService *UpdateLogFileAPIService
	// contains filtered or unexported fields
}

func (ApiListLogFileUpdateRequest) Execute

type ApiListManualImportRequest

type ApiListManualImportRequest struct {
	ApiService *ManualImportAPIService
	// contains filtered or unexported fields
}

func (ApiListManualImportRequest) DownloadId

func (ApiListManualImportRequest) Execute

func (ApiListManualImportRequest) FilterExistingFiles

func (r ApiListManualImportRequest) FilterExistingFiles(filterExistingFiles bool) ApiListManualImportRequest

func (ApiListManualImportRequest) Folder

func (ApiListManualImportRequest) MovieId

type ApiListMetadataRequest

type ApiListMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiListMetadataRequest) Execute

type ApiListMetadataSchemaRequest

type ApiListMetadataSchemaRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiListMetadataSchemaRequest) Execute

type ApiListMovieFileRequest

type ApiListMovieFileRequest struct {
	ApiService *MovieFileAPIService
	// contains filtered or unexported fields
}

func (ApiListMovieFileRequest) Execute

func (ApiListMovieFileRequest) MovieFileIds

func (r ApiListMovieFileRequest) MovieFileIds(movieFileIds []int32) ApiListMovieFileRequest

func (ApiListMovieFileRequest) MovieId

type ApiListMovieRequest

type ApiListMovieRequest struct {
	ApiService *MovieAPIService
	// contains filtered or unexported fields
}

func (ApiListMovieRequest) ExcludeLocalCovers added in v0.5.0

func (r ApiListMovieRequest) ExcludeLocalCovers(excludeLocalCovers bool) ApiListMovieRequest

func (ApiListMovieRequest) Execute

func (ApiListMovieRequest) TmdbId

type ApiListNotificationRequest

type ApiListNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiListNotificationRequest) Execute

type ApiListNotificationSchemaRequest

type ApiListNotificationSchemaRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiListNotificationSchemaRequest) Execute

type ApiListQualityDefinitionRequest

type ApiListQualityDefinitionRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiListQualityDefinitionRequest) Execute

type ApiListQualityProfileRequest

type ApiListQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiListQualityProfileRequest) Execute

type ApiListQueueDetailsRequest

type ApiListQueueDetailsRequest struct {
	ApiService *QueueDetailsAPIService
	// contains filtered or unexported fields
}

func (ApiListQueueDetailsRequest) Execute

func (ApiListQueueDetailsRequest) IncludeMovie

func (r ApiListQueueDetailsRequest) IncludeMovie(includeMovie bool) ApiListQueueDetailsRequest

func (ApiListQueueDetailsRequest) MovieId

type ApiListReleaseProfileRequest added in v0.4.0

type ApiListReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiListReleaseProfileRequest) Execute added in v0.4.0

type ApiListReleaseRequest

type ApiListReleaseRequest struct {
	ApiService *ReleaseAPIService
	// contains filtered or unexported fields
}

func (ApiListReleaseRequest) Execute

func (ApiListReleaseRequest) MovieId

type ApiListRemotePathMappingRequest

type ApiListRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiListRemotePathMappingRequest) Execute

type ApiListRenameRequest

type ApiListRenameRequest struct {
	ApiService *RenameMovieAPIService
	// contains filtered or unexported fields
}

func (ApiListRenameRequest) Execute

func (ApiListRenameRequest) MovieId

func (r ApiListRenameRequest) MovieId(movieId int32) ApiListRenameRequest

type ApiListRootFolderRequest

type ApiListRootFolderRequest struct {
	ApiService *RootFolderAPIService
	// contains filtered or unexported fields
}

func (ApiListRootFolderRequest) Execute

type ApiListSystemBackupRequest

type ApiListSystemBackupRequest struct {
	ApiService *BackupAPIService
	// contains filtered or unexported fields
}

func (ApiListSystemBackupRequest) Execute

type ApiListSystemTaskRequest

type ApiListSystemTaskRequest struct {
	ApiService *TaskAPIService
	// contains filtered or unexported fields
}

func (ApiListSystemTaskRequest) Execute

type ApiListTagDetailRequest

type ApiListTagDetailRequest struct {
	ApiService *TagDetailsAPIService
	// contains filtered or unexported fields
}

func (ApiListTagDetailRequest) Execute

type ApiListTagRequest

type ApiListTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiListTagRequest) Execute

func (r ApiListTagRequest) Execute() ([]TagResource, *http.Response, error)

type ApiListUpdateRequest

type ApiListUpdateRequest struct {
	ApiService *UpdateAPIService
	// contains filtered or unexported fields
}

func (ApiListUpdateRequest) Execute

type ApiPutCollectionRequest

type ApiPutCollectionRequest struct {
	ApiService *CollectionAPIService
	// contains filtered or unexported fields
}

func (ApiPutCollectionRequest) CollectionUpdateResource

func (r ApiPutCollectionRequest) CollectionUpdateResource(collectionUpdateResource CollectionUpdateResource) ApiPutCollectionRequest

func (ApiPutCollectionRequest) Execute

func (r ApiPutCollectionRequest) Execute() (*http.Response, error)

type ApiPutDownloadClientBulkRequest added in v0.4.0

type ApiPutDownloadClientBulkRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiPutDownloadClientBulkRequest) DownloadClientBulkResource added in v0.4.0

func (r ApiPutDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiPutDownloadClientBulkRequest

func (ApiPutDownloadClientBulkRequest) Execute added in v0.4.0

type ApiPutImportListBulkRequest added in v0.4.0

type ApiPutImportListBulkRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiPutImportListBulkRequest) Execute added in v0.4.0

func (ApiPutImportListBulkRequest) ImportListBulkResource added in v0.4.0

func (r ApiPutImportListBulkRequest) ImportListBulkResource(importListBulkResource ImportListBulkResource) ApiPutImportListBulkRequest

type ApiPutIndexerBulkRequest added in v0.4.0

type ApiPutIndexerBulkRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiPutIndexerBulkRequest) Execute added in v0.4.0

func (ApiPutIndexerBulkRequest) IndexerBulkResource added in v0.4.0

func (r ApiPutIndexerBulkRequest) IndexerBulkResource(indexerBulkResource IndexerBulkResource) ApiPutIndexerBulkRequest

type ApiPutMovieEditorRequest

type ApiPutMovieEditorRequest struct {
	ApiService *MovieEditorAPIService
	// contains filtered or unexported fields
}

func (ApiPutMovieEditorRequest) Execute

func (r ApiPutMovieEditorRequest) Execute() (*http.Response, error)

func (ApiPutMovieEditorRequest) MovieEditorResource

func (r ApiPutMovieEditorRequest) MovieEditorResource(movieEditorResource MovieEditorResource) ApiPutMovieEditorRequest

type ApiPutMovieFileEditorRequest

type ApiPutMovieFileEditorRequest struct {
	ApiService *MovieFileAPIService
	// contains filtered or unexported fields
}

func (ApiPutMovieFileEditorRequest) Execute

func (ApiPutMovieFileEditorRequest) MovieFileListResource

func (r ApiPutMovieFileEditorRequest) MovieFileListResource(movieFileListResource MovieFileListResource) ApiPutMovieFileEditorRequest

type ApiPutQualityDefinitionUpdateRequest

type ApiPutQualityDefinitionUpdateRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiPutQualityDefinitionUpdateRequest) Execute

func (ApiPutQualityDefinitionUpdateRequest) QualityDefinitionResource

func (r ApiPutQualityDefinitionUpdateRequest) QualityDefinitionResource(qualityDefinitionResource []QualityDefinitionResource) ApiPutQualityDefinitionUpdateRequest

type ApiTestDownloadClientRequest

type ApiTestDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiTestDownloadClientRequest) DownloadClientResource

func (r ApiTestDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiTestDownloadClientRequest

func (ApiTestDownloadClientRequest) Execute

type ApiTestImportListRequest

type ApiTestImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiTestImportListRequest) Execute

func (r ApiTestImportListRequest) Execute() (*http.Response, error)

func (ApiTestImportListRequest) ImportListResource

func (r ApiTestImportListRequest) ImportListResource(importListResource ImportListResource) ApiTestImportListRequest

type ApiTestIndexerRequest

type ApiTestIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiTestIndexerRequest) Execute

func (r ApiTestIndexerRequest) Execute() (*http.Response, error)

func (ApiTestIndexerRequest) IndexerResource

func (r ApiTestIndexerRequest) IndexerResource(indexerResource IndexerResource) ApiTestIndexerRequest

type ApiTestMetadataRequest

type ApiTestMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiTestMetadataRequest) Execute

func (r ApiTestMetadataRequest) Execute() (*http.Response, error)

func (ApiTestMetadataRequest) MetadataResource

func (r ApiTestMetadataRequest) MetadataResource(metadataResource MetadataResource) ApiTestMetadataRequest

type ApiTestNotificationRequest

type ApiTestNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiTestNotificationRequest) Execute

func (ApiTestNotificationRequest) NotificationResource

func (r ApiTestNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiTestNotificationRequest

type ApiTestallDownloadClientRequest

type ApiTestallDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiTestallDownloadClientRequest) Execute

type ApiTestallImportListRequest

type ApiTestallImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiTestallImportListRequest) Execute

type ApiTestallIndexerRequest

type ApiTestallIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiTestallIndexerRequest) Execute

func (r ApiTestallIndexerRequest) Execute() (*http.Response, error)

type ApiTestallMetadataRequest

type ApiTestallMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiTestallMetadataRequest) Execute

func (r ApiTestallMetadataRequest) Execute() (*http.Response, error)

type ApiTestallNotificationRequest

type ApiTestallNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiTestallNotificationRequest) Execute

type ApiUpdateAutoTaggingRequest added in v0.4.0

type ApiUpdateAutoTaggingRequest struct {
	ApiService *AutoTaggingAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAutoTaggingRequest) AutoTaggingResource added in v0.4.0

func (r ApiUpdateAutoTaggingRequest) AutoTaggingResource(autoTaggingResource AutoTaggingResource) ApiUpdateAutoTaggingRequest

func (ApiUpdateAutoTaggingRequest) Execute added in v0.4.0

type ApiUpdateCollectionRequest

type ApiUpdateCollectionRequest struct {
	ApiService *CollectionAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCollectionRequest) CollectionResource

func (r ApiUpdateCollectionRequest) CollectionResource(collectionResource CollectionResource) ApiUpdateCollectionRequest

func (ApiUpdateCollectionRequest) Execute

type ApiUpdateCustomFilterRequest

type ApiUpdateCustomFilterRequest struct {
	ApiService *CustomFilterAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCustomFilterRequest) CustomFilterResource

func (r ApiUpdateCustomFilterRequest) CustomFilterResource(customFilterResource CustomFilterResource) ApiUpdateCustomFilterRequest

func (ApiUpdateCustomFilterRequest) Execute

type ApiUpdateCustomFormatRequest

type ApiUpdateCustomFormatRequest struct {
	ApiService *CustomFormatAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateCustomFormatRequest) CustomFormatResource

func (r ApiUpdateCustomFormatRequest) CustomFormatResource(customFormatResource CustomFormatResource) ApiUpdateCustomFormatRequest

func (ApiUpdateCustomFormatRequest) Execute

type ApiUpdateDelayProfileRequest

type ApiUpdateDelayProfileRequest struct {
	ApiService *DelayProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDelayProfileRequest) DelayProfileResource

func (r ApiUpdateDelayProfileRequest) DelayProfileResource(delayProfileResource DelayProfileResource) ApiUpdateDelayProfileRequest

func (ApiUpdateDelayProfileRequest) Execute

type ApiUpdateDownloadClientConfigRequest

type ApiUpdateDownloadClientConfigRequest struct {
	ApiService *DownloadClientConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDownloadClientConfigRequest) DownloadClientConfigResource

func (r ApiUpdateDownloadClientConfigRequest) DownloadClientConfigResource(downloadClientConfigResource DownloadClientConfigResource) ApiUpdateDownloadClientConfigRequest

func (ApiUpdateDownloadClientConfigRequest) Execute

type ApiUpdateDownloadClientRequest

type ApiUpdateDownloadClientRequest struct {
	ApiService *DownloadClientAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDownloadClientRequest) DownloadClientResource

func (r ApiUpdateDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiUpdateDownloadClientRequest

func (ApiUpdateDownloadClientRequest) Execute

func (ApiUpdateDownloadClientRequest) ForceSave added in v0.4.0

type ApiUpdateExclusionsRequest

type ApiUpdateExclusionsRequest struct {
	ApiService *ImportExclusionsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateExclusionsRequest) Execute

func (ApiUpdateExclusionsRequest) ImportExclusionsResource

func (r ApiUpdateExclusionsRequest) ImportExclusionsResource(importExclusionsResource ImportExclusionsResource) ApiUpdateExclusionsRequest

type ApiUpdateHostConfigRequest

type ApiUpdateHostConfigRequest struct {
	ApiService *HostConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateHostConfigRequest) Execute

func (ApiUpdateHostConfigRequest) HostConfigResource

func (r ApiUpdateHostConfigRequest) HostConfigResource(hostConfigResource HostConfigResource) ApiUpdateHostConfigRequest

type ApiUpdateImportListConfigRequest

type ApiUpdateImportListConfigRequest struct {
	ApiService *ImportListConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateImportListConfigRequest) Execute

func (ApiUpdateImportListConfigRequest) ImportListConfigResource

func (r ApiUpdateImportListConfigRequest) ImportListConfigResource(importListConfigResource ImportListConfigResource) ApiUpdateImportListConfigRequest

type ApiUpdateImportListRequest

type ApiUpdateImportListRequest struct {
	ApiService *ImportListAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateImportListRequest) Execute

func (ApiUpdateImportListRequest) ForceSave added in v0.4.0

func (ApiUpdateImportListRequest) ImportListResource

func (r ApiUpdateImportListRequest) ImportListResource(importListResource ImportListResource) ApiUpdateImportListRequest

type ApiUpdateIndexerConfigRequest

type ApiUpdateIndexerConfigRequest struct {
	ApiService *IndexerConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateIndexerConfigRequest) Execute

func (ApiUpdateIndexerConfigRequest) IndexerConfigResource

func (r ApiUpdateIndexerConfigRequest) IndexerConfigResource(indexerConfigResource IndexerConfigResource) ApiUpdateIndexerConfigRequest

type ApiUpdateIndexerRequest

type ApiUpdateIndexerRequest struct {
	ApiService *IndexerAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateIndexerRequest) Execute

func (ApiUpdateIndexerRequest) ForceSave added in v0.4.0

func (r ApiUpdateIndexerRequest) ForceSave(forceSave bool) ApiUpdateIndexerRequest

func (ApiUpdateIndexerRequest) IndexerResource

func (r ApiUpdateIndexerRequest) IndexerResource(indexerResource IndexerResource) ApiUpdateIndexerRequest

type ApiUpdateMediaManagementConfigRequest

type ApiUpdateMediaManagementConfigRequest struct {
	ApiService *MediaManagementConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMediaManagementConfigRequest) Execute

func (ApiUpdateMediaManagementConfigRequest) MediaManagementConfigResource

func (r ApiUpdateMediaManagementConfigRequest) MediaManagementConfigResource(mediaManagementConfigResource MediaManagementConfigResource) ApiUpdateMediaManagementConfigRequest

type ApiUpdateMetadataConfigRequest

type ApiUpdateMetadataConfigRequest struct {
	ApiService *MetadataConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMetadataConfigRequest) Execute

func (ApiUpdateMetadataConfigRequest) MetadataConfigResource

func (r ApiUpdateMetadataConfigRequest) MetadataConfigResource(metadataConfigResource MetadataConfigResource) ApiUpdateMetadataConfigRequest

type ApiUpdateMetadataRequest

type ApiUpdateMetadataRequest struct {
	ApiService *MetadataAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMetadataRequest) Execute

func (ApiUpdateMetadataRequest) ForceSave added in v0.4.0

func (ApiUpdateMetadataRequest) MetadataResource

func (r ApiUpdateMetadataRequest) MetadataResource(metadataResource MetadataResource) ApiUpdateMetadataRequest

type ApiUpdateMovieFileRequest

type ApiUpdateMovieFileRequest struct {
	ApiService *MovieFileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMovieFileRequest) Execute

func (ApiUpdateMovieFileRequest) MovieFileResource

func (r ApiUpdateMovieFileRequest) MovieFileResource(movieFileResource MovieFileResource) ApiUpdateMovieFileRequest

type ApiUpdateMovieRequest

type ApiUpdateMovieRequest struct {
	ApiService *MovieAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateMovieRequest) Execute

func (ApiUpdateMovieRequest) MoveFiles added in v0.3.0

func (r ApiUpdateMovieRequest) MoveFiles(moveFiles bool) ApiUpdateMovieRequest

func (ApiUpdateMovieRequest) MovieResource

func (r ApiUpdateMovieRequest) MovieResource(movieResource MovieResource) ApiUpdateMovieRequest

type ApiUpdateNamingConfigRequest

type ApiUpdateNamingConfigRequest struct {
	ApiService *NamingConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateNamingConfigRequest) Execute

func (ApiUpdateNamingConfigRequest) NamingConfigResource

func (r ApiUpdateNamingConfigRequest) NamingConfigResource(namingConfigResource NamingConfigResource) ApiUpdateNamingConfigRequest

type ApiUpdateNotificationRequest

type ApiUpdateNotificationRequest struct {
	ApiService *NotificationAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateNotificationRequest) Execute

func (ApiUpdateNotificationRequest) ForceSave added in v0.4.0

func (ApiUpdateNotificationRequest) NotificationResource

func (r ApiUpdateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiUpdateNotificationRequest

type ApiUpdateQualityDefinitionRequest

type ApiUpdateQualityDefinitionRequest struct {
	ApiService *QualityDefinitionAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateQualityDefinitionRequest) Execute

func (ApiUpdateQualityDefinitionRequest) QualityDefinitionResource

func (r ApiUpdateQualityDefinitionRequest) QualityDefinitionResource(qualityDefinitionResource QualityDefinitionResource) ApiUpdateQualityDefinitionRequest

type ApiUpdateQualityProfileRequest

type ApiUpdateQualityProfileRequest struct {
	ApiService *QualityProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateQualityProfileRequest) Execute

func (ApiUpdateQualityProfileRequest) QualityProfileResource

func (r ApiUpdateQualityProfileRequest) QualityProfileResource(qualityProfileResource QualityProfileResource) ApiUpdateQualityProfileRequest

type ApiUpdateReleaseProfileRequest added in v0.4.0

type ApiUpdateReleaseProfileRequest struct {
	ApiService *ReleaseProfileAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateReleaseProfileRequest) Execute added in v0.4.0

func (ApiUpdateReleaseProfileRequest) ReleaseProfileResource added in v0.4.0

func (r ApiUpdateReleaseProfileRequest) ReleaseProfileResource(releaseProfileResource ReleaseProfileResource) ApiUpdateReleaseProfileRequest

type ApiUpdateRemotePathMappingRequest

type ApiUpdateRemotePathMappingRequest struct {
	ApiService *RemotePathMappingAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRemotePathMappingRequest) Execute

func (ApiUpdateRemotePathMappingRequest) RemotePathMappingResource

func (r ApiUpdateRemotePathMappingRequest) RemotePathMappingResource(remotePathMappingResource RemotePathMappingResource) ApiUpdateRemotePathMappingRequest

type ApiUpdateTagRequest

type ApiUpdateTagRequest struct {
	ApiService *TagAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateTagRequest) Execute

func (ApiUpdateTagRequest) TagResource

func (r ApiUpdateTagRequest) TagResource(tagResource TagResource) ApiUpdateTagRequest

type ApiUpdateUiConfigRequest

type ApiUpdateUiConfigRequest struct {
	ApiService *UiConfigAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUiConfigRequest) Execute

func (ApiUpdateUiConfigRequest) UiConfigResource

func (r ApiUpdateUiConfigRequest) UiConfigResource(uiConfigResource UiConfigResource) ApiUpdateUiConfigRequest

type ApplyTags

type ApplyTags string

ApplyTags the model 'ApplyTags'

const (
	APPLYTAGS_ADD     ApplyTags = "add"
	APPLYTAGS_REMOVE  ApplyTags = "remove"
	APPLYTAGS_REPLACE ApplyTags = "replace"
)

List of ApplyTags

func NewApplyTagsFromValue

func NewApplyTagsFromValue(v string) (*ApplyTags, error)

NewApplyTagsFromValue returns a pointer to a valid ApplyTags for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ApplyTags) IsValid

func (v ApplyTags) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ApplyTags) Ptr

func (v ApplyTags) Ptr() *ApplyTags

Ptr returns reference to ApplyTags value

func (*ApplyTags) UnmarshalJSON

func (v *ApplyTags) UnmarshalJSON(src []byte) error

type AuthenticationAPIService added in v1.0.1

type AuthenticationAPIService service

AuthenticationAPIService AuthenticationAPI service

func (*AuthenticationAPIService) CreateLogin added in v1.0.1

CreateLogin Method for CreateLogin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateLoginRequest

func (*AuthenticationAPIService) CreateLoginExecute added in v1.0.1

func (a *AuthenticationAPIService) CreateLoginExecute(r ApiCreateLoginRequest) (*http.Response, error)

Execute executes the request

func (*AuthenticationAPIService) GetLogout added in v1.0.1

GetLogout Method for GetLogout

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLogoutRequest

func (*AuthenticationAPIService) GetLogoutExecute added in v1.0.1

func (a *AuthenticationAPIService) GetLogoutExecute(r ApiGetLogoutRequest) (*http.Response, error)

Execute executes the request

type AuthenticationRequiredType added in v0.4.0

type AuthenticationRequiredType string

AuthenticationRequiredType the model 'AuthenticationRequiredType'

const (
	AUTHENTICATIONREQUIREDTYPE_ENABLED                      AuthenticationRequiredType = "enabled"
	AUTHENTICATIONREQUIREDTYPE_DISABLED_FOR_LOCAL_ADDRESSES AuthenticationRequiredType = "disabledForLocalAddresses"
)

List of AuthenticationRequiredType

func NewAuthenticationRequiredTypeFromValue added in v0.4.0

func NewAuthenticationRequiredTypeFromValue(v string) (*AuthenticationRequiredType, error)

NewAuthenticationRequiredTypeFromValue returns a pointer to a valid AuthenticationRequiredType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AuthenticationRequiredType) IsValid added in v0.4.0

func (v AuthenticationRequiredType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AuthenticationRequiredType) Ptr added in v0.4.0

Ptr returns reference to AuthenticationRequiredType value

func (*AuthenticationRequiredType) UnmarshalJSON added in v0.4.0

func (v *AuthenticationRequiredType) UnmarshalJSON(src []byte) error

type AuthenticationType

type AuthenticationType string

AuthenticationType the model 'AuthenticationType'

const (
	AUTHENTICATIONTYPE_NONE     AuthenticationType = "none"
	AUTHENTICATIONTYPE_BASIC    AuthenticationType = "basic"
	AUTHENTICATIONTYPE_FORMS    AuthenticationType = "forms"
	AUTHENTICATIONTYPE_EXTERNAL AuthenticationType = "external"
)

List of AuthenticationType

func NewAuthenticationTypeFromValue

func NewAuthenticationTypeFromValue(v string) (*AuthenticationType, error)

NewAuthenticationTypeFromValue returns a pointer to a valid AuthenticationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AuthenticationType) IsValid

func (v AuthenticationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AuthenticationType) Ptr

Ptr returns reference to AuthenticationType value

func (*AuthenticationType) UnmarshalJSON

func (v *AuthenticationType) UnmarshalJSON(src []byte) error

type AutoTaggingAPIService added in v1.0.1

type AutoTaggingAPIService service

AutoTaggingAPIService AutoTaggingAPI service

func (*AutoTaggingAPIService) CreateAutoTagging added in v1.0.1

CreateAutoTagging Method for CreateAutoTagging

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAutoTaggingRequest

func (*AutoTaggingAPIService) CreateAutoTaggingExecute added in v1.0.1

Execute executes the request

@return AutoTaggingResource

func (*AutoTaggingAPIService) DeleteAutoTagging added in v1.0.1

DeleteAutoTagging Method for DeleteAutoTagging

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteAutoTaggingRequest

func (*AutoTaggingAPIService) DeleteAutoTaggingExecute added in v1.0.1

func (a *AutoTaggingAPIService) DeleteAutoTaggingExecute(r ApiDeleteAutoTaggingRequest) (*http.Response, error)

Execute executes the request

func (*AutoTaggingAPIService) GetAutoTaggingById added in v1.0.1

GetAutoTaggingById Method for GetAutoTaggingById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAutoTaggingByIdRequest

func (*AutoTaggingAPIService) GetAutoTaggingByIdExecute added in v1.0.1

Execute executes the request

@return AutoTaggingResource

func (*AutoTaggingAPIService) ListAutoTagging added in v1.0.1

ListAutoTagging Method for ListAutoTagging

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAutoTaggingRequest

func (*AutoTaggingAPIService) ListAutoTaggingExecute added in v1.0.1

Execute executes the request

@return []AutoTaggingResource

func (*AutoTaggingAPIService) ListAutoTaggingSchema added in v1.0.1

ListAutoTaggingSchema Method for ListAutoTaggingSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAutoTaggingSchemaRequest

func (*AutoTaggingAPIService) ListAutoTaggingSchemaExecute added in v1.0.1

Execute executes the request

@return []AutoTaggingSpecificationSchema

func (*AutoTaggingAPIService) UpdateAutoTagging added in v1.0.1

UpdateAutoTagging Method for UpdateAutoTagging

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateAutoTaggingRequest

func (*AutoTaggingAPIService) UpdateAutoTaggingExecute added in v1.0.1

Execute executes the request

@return AutoTaggingResource

type AutoTaggingResource added in v0.4.0

type AutoTaggingResource struct {
	Id                      *int32                           `json:"id,omitempty"`
	Name                    NullableString                   `json:"name,omitempty"`
	RemoveTagsAutomatically *bool                            `json:"removeTagsAutomatically,omitempty"`
	Tags                    []int32                          `json:"tags,omitempty"`
	Specifications          []AutoTaggingSpecificationSchema `json:"specifications,omitempty"`
}

AutoTaggingResource struct for AutoTaggingResource

func NewAutoTaggingResource added in v0.4.0

func NewAutoTaggingResource() *AutoTaggingResource

NewAutoTaggingResource instantiates a new AutoTaggingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAutoTaggingResourceWithDefaults added in v0.4.0

func NewAutoTaggingResourceWithDefaults() *AutoTaggingResource

NewAutoTaggingResourceWithDefaults instantiates a new AutoTaggingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AutoTaggingResource) GetId added in v0.4.0

func (o *AutoTaggingResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*AutoTaggingResource) GetIdOk added in v0.4.0

func (o *AutoTaggingResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutoTaggingResource) GetName added in v0.4.0

func (o *AutoTaggingResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AutoTaggingResource) GetNameOk added in v0.4.0

func (o *AutoTaggingResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AutoTaggingResource) GetRemoveTagsAutomatically added in v0.4.0

func (o *AutoTaggingResource) GetRemoveTagsAutomatically() bool

GetRemoveTagsAutomatically returns the RemoveTagsAutomatically field value if set, zero value otherwise.

func (*AutoTaggingResource) GetRemoveTagsAutomaticallyOk added in v0.4.0

func (o *AutoTaggingResource) GetRemoveTagsAutomaticallyOk() (*bool, bool)

GetRemoveTagsAutomaticallyOk returns a tuple with the RemoveTagsAutomatically field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutoTaggingResource) GetSpecifications added in v0.4.0

func (o *AutoTaggingResource) GetSpecifications() []AutoTaggingSpecificationSchema

GetSpecifications returns the Specifications field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AutoTaggingResource) GetSpecificationsOk added in v0.4.0

func (o *AutoTaggingResource) GetSpecificationsOk() ([]AutoTaggingSpecificationSchema, bool)

GetSpecificationsOk returns a tuple with the Specifications field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AutoTaggingResource) GetTags added in v0.4.0

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AutoTaggingResource) GetTagsOk added in v0.4.0

func (o *AutoTaggingResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AutoTaggingResource) HasId added in v0.4.0

func (o *AutoTaggingResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*AutoTaggingResource) HasName added in v0.4.0

func (o *AutoTaggingResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*AutoTaggingResource) HasRemoveTagsAutomatically added in v0.4.0

func (o *AutoTaggingResource) HasRemoveTagsAutomatically() bool

HasRemoveTagsAutomatically returns a boolean if a field has been set.

func (*AutoTaggingResource) HasSpecifications added in v0.4.0

func (o *AutoTaggingResource) HasSpecifications() bool

HasSpecifications returns a boolean if a field has been set.

func (*AutoTaggingResource) HasTags added in v0.4.0

func (o *AutoTaggingResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (AutoTaggingResource) MarshalJSON added in v0.4.0

func (o AutoTaggingResource) MarshalJSON() ([]byte, error)

func (*AutoTaggingResource) SetId added in v0.4.0

func (o *AutoTaggingResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AutoTaggingResource) SetName added in v0.4.0

func (o *AutoTaggingResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*AutoTaggingResource) SetNameNil added in v0.4.0

func (o *AutoTaggingResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*AutoTaggingResource) SetRemoveTagsAutomatically added in v0.4.0

func (o *AutoTaggingResource) SetRemoveTagsAutomatically(v bool)

SetRemoveTagsAutomatically gets a reference to the given bool and assigns it to the RemoveTagsAutomatically field.

func (*AutoTaggingResource) SetSpecifications added in v0.4.0

func (o *AutoTaggingResource) SetSpecifications(v []AutoTaggingSpecificationSchema)

SetSpecifications gets a reference to the given []AutoTaggingSpecificationSchema and assigns it to the Specifications field.

func (*AutoTaggingResource) SetTags added in v0.4.0

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (AutoTaggingResource) ToMap added in v1.0.1

func (o AutoTaggingResource) ToMap() (map[string]interface{}, error)

func (*AutoTaggingResource) UnsetName added in v0.4.0

func (o *AutoTaggingResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type AutoTaggingSpecificationSchema added in v0.4.0

type AutoTaggingSpecificationSchema struct {
	Id                 *int32         `json:"id,omitempty"`
	Name               NullableString `json:"name,omitempty"`
	Implementation     NullableString `json:"implementation,omitempty"`
	ImplementationName NullableString `json:"implementationName,omitempty"`
	Negate             *bool          `json:"negate,omitempty"`
	Required           *bool          `json:"required,omitempty"`
	Fields             []Field        `json:"fields,omitempty"`
}

AutoTaggingSpecificationSchema struct for AutoTaggingSpecificationSchema

func NewAutoTaggingSpecificationSchema added in v0.4.0

func NewAutoTaggingSpecificationSchema() *AutoTaggingSpecificationSchema

NewAutoTaggingSpecificationSchema instantiates a new AutoTaggingSpecificationSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAutoTaggingSpecificationSchemaWithDefaults added in v0.4.0

func NewAutoTaggingSpecificationSchemaWithDefaults() *AutoTaggingSpecificationSchema

NewAutoTaggingSpecificationSchemaWithDefaults instantiates a new AutoTaggingSpecificationSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AutoTaggingSpecificationSchema) GetFields added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AutoTaggingSpecificationSchema) GetFieldsOk added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AutoTaggingSpecificationSchema) GetId added in v0.4.0

GetId returns the Id field value if set, zero value otherwise.

func (*AutoTaggingSpecificationSchema) GetIdOk added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutoTaggingSpecificationSchema) GetImplementation added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AutoTaggingSpecificationSchema) GetImplementationName added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AutoTaggingSpecificationSchema) GetImplementationNameOk added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AutoTaggingSpecificationSchema) GetImplementationOk added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AutoTaggingSpecificationSchema) GetName added in v0.4.0

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AutoTaggingSpecificationSchema) GetNameOk added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AutoTaggingSpecificationSchema) GetNegate added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetNegate() bool

GetNegate returns the Negate field value if set, zero value otherwise.

func (*AutoTaggingSpecificationSchema) GetNegateOk added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetNegateOk() (*bool, bool)

GetNegateOk returns a tuple with the Negate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutoTaggingSpecificationSchema) GetRequired added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*AutoTaggingSpecificationSchema) GetRequiredOk added in v0.4.0

func (o *AutoTaggingSpecificationSchema) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AutoTaggingSpecificationSchema) HasFields added in v0.4.0

func (o *AutoTaggingSpecificationSchema) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasId added in v0.4.0

HasId returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasImplementation added in v0.4.0

func (o *AutoTaggingSpecificationSchema) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasImplementationName added in v0.4.0

func (o *AutoTaggingSpecificationSchema) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasName added in v0.4.0

func (o *AutoTaggingSpecificationSchema) HasName() bool

HasName returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasNegate added in v0.4.0

func (o *AutoTaggingSpecificationSchema) HasNegate() bool

HasNegate returns a boolean if a field has been set.

func (*AutoTaggingSpecificationSchema) HasRequired added in v0.4.0

func (o *AutoTaggingSpecificationSchema) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (AutoTaggingSpecificationSchema) MarshalJSON added in v0.4.0

func (o AutoTaggingSpecificationSchema) MarshalJSON() ([]byte, error)

func (*AutoTaggingSpecificationSchema) SetFields added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*AutoTaggingSpecificationSchema) SetId added in v0.4.0

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AutoTaggingSpecificationSchema) SetImplementation added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*AutoTaggingSpecificationSchema) SetImplementationName added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*AutoTaggingSpecificationSchema) SetImplementationNameNil added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*AutoTaggingSpecificationSchema) SetImplementationNil added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (*AutoTaggingSpecificationSchema) SetName added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*AutoTaggingSpecificationSchema) SetNameNil added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*AutoTaggingSpecificationSchema) SetNegate added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetNegate(v bool)

SetNegate gets a reference to the given bool and assigns it to the Negate field.

func (*AutoTaggingSpecificationSchema) SetRequired added in v0.4.0

func (o *AutoTaggingSpecificationSchema) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (AutoTaggingSpecificationSchema) ToMap added in v1.0.1

func (o AutoTaggingSpecificationSchema) ToMap() (map[string]interface{}, error)

func (*AutoTaggingSpecificationSchema) UnsetImplementation added in v0.4.0

func (o *AutoTaggingSpecificationSchema) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*AutoTaggingSpecificationSchema) UnsetImplementationName added in v0.4.0

func (o *AutoTaggingSpecificationSchema) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (*AutoTaggingSpecificationSchema) UnsetName added in v0.4.0

func (o *AutoTaggingSpecificationSchema) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type BackupAPIService added in v1.0.1

type BackupAPIService service

BackupAPIService BackupAPI service

func (*BackupAPIService) CreateSystemBackupRestoreById added in v1.0.1

func (a *BackupAPIService) CreateSystemBackupRestoreById(ctx context.Context, id int32) ApiCreateSystemBackupRestoreByIdRequest

CreateSystemBackupRestoreById Method for CreateSystemBackupRestoreById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiCreateSystemBackupRestoreByIdRequest

func (*BackupAPIService) CreateSystemBackupRestoreByIdExecute added in v1.0.1

func (a *BackupAPIService) CreateSystemBackupRestoreByIdExecute(r ApiCreateSystemBackupRestoreByIdRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) CreateSystemBackupRestoreUpload added in v1.0.1

func (a *BackupAPIService) CreateSystemBackupRestoreUpload(ctx context.Context) ApiCreateSystemBackupRestoreUploadRequest

CreateSystemBackupRestoreUpload Method for CreateSystemBackupRestoreUpload

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSystemBackupRestoreUploadRequest

func (*BackupAPIService) CreateSystemBackupRestoreUploadExecute added in v1.0.1

func (a *BackupAPIService) CreateSystemBackupRestoreUploadExecute(r ApiCreateSystemBackupRestoreUploadRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) DeleteSystemBackup added in v1.0.1

func (a *BackupAPIService) DeleteSystemBackup(ctx context.Context, id int32) ApiDeleteSystemBackupRequest

DeleteSystemBackup Method for DeleteSystemBackup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteSystemBackupRequest

func (*BackupAPIService) DeleteSystemBackupExecute added in v1.0.1

func (a *BackupAPIService) DeleteSystemBackupExecute(r ApiDeleteSystemBackupRequest) (*http.Response, error)

Execute executes the request

func (*BackupAPIService) ListSystemBackup added in v1.0.1

ListSystemBackup Method for ListSystemBackup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSystemBackupRequest

func (*BackupAPIService) ListSystemBackupExecute added in v1.0.1

func (a *BackupAPIService) ListSystemBackupExecute(r ApiListSystemBackupRequest) ([]BackupResource, *http.Response, error)

Execute executes the request

@return []BackupResource

type BackupResource

type BackupResource struct {
	Id   *int32         `json:"id,omitempty"`
	Name NullableString `json:"name,omitempty"`
	Path NullableString `json:"path,omitempty"`
	Type *BackupType    `json:"type,omitempty"`
	Size *int64         `json:"size,omitempty"`
	Time *time.Time     `json:"time,omitempty"`
}

BackupResource struct for BackupResource

func NewBackupResource

func NewBackupResource() *BackupResource

NewBackupResource instantiates a new BackupResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBackupResourceWithDefaults

func NewBackupResourceWithDefaults() *BackupResource

NewBackupResourceWithDefaults instantiates a new BackupResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BackupResource) GetId

func (o *BackupResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BackupResource) GetIdOk

func (o *BackupResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackupResource) GetName

func (o *BackupResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BackupResource) GetNameOk

func (o *BackupResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BackupResource) GetPath

func (o *BackupResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BackupResource) GetPathOk

func (o *BackupResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BackupResource) GetSize

func (o *BackupResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*BackupResource) GetSizeOk

func (o *BackupResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackupResource) GetTime

func (o *BackupResource) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*BackupResource) GetTimeOk

func (o *BackupResource) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackupResource) GetType

func (o *BackupResource) GetType() BackupType

GetType returns the Type field value if set, zero value otherwise.

func (*BackupResource) GetTypeOk

func (o *BackupResource) GetTypeOk() (*BackupType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BackupResource) HasId

func (o *BackupResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BackupResource) HasName

func (o *BackupResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*BackupResource) HasPath

func (o *BackupResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*BackupResource) HasSize

func (o *BackupResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*BackupResource) HasTime

func (o *BackupResource) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*BackupResource) HasType

func (o *BackupResource) HasType() bool

HasType returns a boolean if a field has been set.

func (BackupResource) MarshalJSON

func (o BackupResource) MarshalJSON() ([]byte, error)

func (*BackupResource) SetId

func (o *BackupResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BackupResource) SetName

func (o *BackupResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*BackupResource) SetNameNil

func (o *BackupResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*BackupResource) SetPath

func (o *BackupResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*BackupResource) SetPathNil

func (o *BackupResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*BackupResource) SetSize

func (o *BackupResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*BackupResource) SetTime

func (o *BackupResource) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (*BackupResource) SetType

func (o *BackupResource) SetType(v BackupType)

SetType gets a reference to the given BackupType and assigns it to the Type field.

func (BackupResource) ToMap added in v1.0.1

func (o BackupResource) ToMap() (map[string]interface{}, error)

func (*BackupResource) UnsetName

func (o *BackupResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*BackupResource) UnsetPath

func (o *BackupResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

type BackupType

type BackupType string

BackupType the model 'BackupType'

const (
	BACKUPTYPE_SCHEDULED BackupType = "scheduled"
	BACKUPTYPE_MANUAL    BackupType = "manual"
	BACKUPTYPE_UPDATE    BackupType = "update"
)

List of BackupType

func NewBackupTypeFromValue

func NewBackupTypeFromValue(v string) (*BackupType, error)

NewBackupTypeFromValue returns a pointer to a valid BackupType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BackupType) IsValid

func (v BackupType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BackupType) Ptr

func (v BackupType) Ptr() *BackupType

Ptr returns reference to BackupType value

func (*BackupType) UnmarshalJSON

func (v *BackupType) UnmarshalJSON(src []byte) error

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BlocklistAPIService added in v1.0.1

type BlocklistAPIService service

BlocklistAPIService BlocklistAPI service

func (*BlocklistAPIService) DeleteBlocklist added in v1.0.1

DeleteBlocklist Method for DeleteBlocklist

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteBlocklistRequest

func (*BlocklistAPIService) DeleteBlocklistBulk added in v1.0.1

DeleteBlocklistBulk Method for DeleteBlocklistBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteBlocklistBulkRequest

func (*BlocklistAPIService) DeleteBlocklistBulkExecute added in v1.0.1

func (a *BlocklistAPIService) DeleteBlocklistBulkExecute(r ApiDeleteBlocklistBulkRequest) (*http.Response, error)

Execute executes the request

func (*BlocklistAPIService) DeleteBlocklistExecute added in v1.0.1

func (a *BlocklistAPIService) DeleteBlocklistExecute(r ApiDeleteBlocklistRequest) (*http.Response, error)

Execute executes the request

func (*BlocklistAPIService) GetBlocklist added in v1.0.1

GetBlocklist Method for GetBlocklist

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetBlocklistRequest

func (*BlocklistAPIService) GetBlocklistExecute added in v1.0.1

Execute executes the request

@return BlocklistResourcePagingResource

func (*BlocklistAPIService) ListBlocklistMovie added in v1.0.1

ListBlocklistMovie Method for ListBlocklistMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListBlocklistMovieRequest

func (*BlocklistAPIService) ListBlocklistMovieExecute added in v1.0.1

Execute executes the request

@return []BlocklistResource

type BlocklistBulkResource

type BlocklistBulkResource struct {
	Ids []int32 `json:"ids,omitempty"`
}

BlocklistBulkResource struct for BlocklistBulkResource

func NewBlocklistBulkResource

func NewBlocklistBulkResource() *BlocklistBulkResource

NewBlocklistBulkResource instantiates a new BlocklistBulkResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBlocklistBulkResourceWithDefaults

func NewBlocklistBulkResourceWithDefaults() *BlocklistBulkResource

NewBlocklistBulkResourceWithDefaults instantiates a new BlocklistBulkResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BlocklistBulkResource) GetIds

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

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistBulkResource) GetIdsOk

func (o *BlocklistBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistBulkResource) HasIds

func (o *BlocklistBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (BlocklistBulkResource) MarshalJSON

func (o BlocklistBulkResource) MarshalJSON() ([]byte, error)

func (*BlocklistBulkResource) SetIds

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

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (BlocklistBulkResource) ToMap added in v1.0.1

func (o BlocklistBulkResource) ToMap() (map[string]interface{}, error)

type BlocklistResource

type BlocklistResource struct {
	Id            *int32                 `json:"id,omitempty"`
	MovieId       *int32                 `json:"movieId,omitempty"`
	SourceTitle   NullableString         `json:"sourceTitle,omitempty"`
	Languages     []Language             `json:"languages,omitempty"`
	Quality       *QualityModel          `json:"quality,omitempty"`
	CustomFormats []CustomFormatResource `json:"customFormats,omitempty"`
	Date          *time.Time             `json:"date,omitempty"`
	Protocol      *DownloadProtocol      `json:"protocol,omitempty"`
	Indexer       NullableString         `json:"indexer,omitempty"`
	Message       NullableString         `json:"message,omitempty"`
	Movie         *MovieResource         `json:"movie,omitempty"`
}

BlocklistResource struct for BlocklistResource

func NewBlocklistResource

func NewBlocklistResource() *BlocklistResource

NewBlocklistResource instantiates a new BlocklistResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBlocklistResourceWithDefaults

func NewBlocklistResourceWithDefaults() *BlocklistResource

NewBlocklistResourceWithDefaults instantiates a new BlocklistResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BlocklistResource) GetCustomFormats

func (o *BlocklistResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetCustomFormatsOk

func (o *BlocklistResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistResource) GetDate

func (o *BlocklistResource) GetDate() time.Time

GetDate returns the Date field value if set, zero value otherwise.

func (*BlocklistResource) GetDateOk

func (o *BlocklistResource) GetDateOk() (*time.Time, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetId

func (o *BlocklistResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*BlocklistResource) GetIdOk

func (o *BlocklistResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetIndexer

func (o *BlocklistResource) GetIndexer() string

GetIndexer returns the Indexer field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetIndexerOk

func (o *BlocklistResource) GetIndexerOk() (*string, bool)

GetIndexerOk returns a tuple with the Indexer field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistResource) GetLanguages

func (o *BlocklistResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetLanguagesOk

func (o *BlocklistResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistResource) GetMessage

func (o *BlocklistResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetMessageOk

func (o *BlocklistResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistResource) GetMovie

func (o *BlocklistResource) GetMovie() MovieResource

GetMovie returns the Movie field value if set, zero value otherwise.

func (*BlocklistResource) GetMovieId

func (o *BlocklistResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise.

func (*BlocklistResource) GetMovieIdOk

func (o *BlocklistResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetMovieOk

func (o *BlocklistResource) GetMovieOk() (*MovieResource, bool)

GetMovieOk returns a tuple with the Movie field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetProtocol

func (o *BlocklistResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*BlocklistResource) GetProtocolOk

func (o *BlocklistResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetQuality

func (o *BlocklistResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*BlocklistResource) GetQualityOk

func (o *BlocklistResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResource) GetSourceTitle

func (o *BlocklistResource) GetSourceTitle() string

GetSourceTitle returns the SourceTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResource) GetSourceTitleOk

func (o *BlocklistResource) GetSourceTitleOk() (*string, bool)

GetSourceTitleOk returns a tuple with the SourceTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistResource) HasCustomFormats

func (o *BlocklistResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*BlocklistResource) HasDate

func (o *BlocklistResource) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*BlocklistResource) HasId

func (o *BlocklistResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*BlocklistResource) HasIndexer

func (o *BlocklistResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

func (*BlocklistResource) HasLanguages

func (o *BlocklistResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*BlocklistResource) HasMessage

func (o *BlocklistResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*BlocklistResource) HasMovie

func (o *BlocklistResource) HasMovie() bool

HasMovie returns a boolean if a field has been set.

func (*BlocklistResource) HasMovieId

func (o *BlocklistResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*BlocklistResource) HasProtocol

func (o *BlocklistResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*BlocklistResource) HasQuality

func (o *BlocklistResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*BlocklistResource) HasSourceTitle

func (o *BlocklistResource) HasSourceTitle() bool

HasSourceTitle returns a boolean if a field has been set.

func (BlocklistResource) MarshalJSON

func (o BlocklistResource) MarshalJSON() ([]byte, error)

func (*BlocklistResource) SetCustomFormats

func (o *BlocklistResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*BlocklistResource) SetDate

func (o *BlocklistResource) SetDate(v time.Time)

SetDate gets a reference to the given time.Time and assigns it to the Date field.

func (*BlocklistResource) SetId

func (o *BlocklistResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*BlocklistResource) SetIndexer

func (o *BlocklistResource) SetIndexer(v string)

SetIndexer gets a reference to the given NullableString and assigns it to the Indexer field.

func (*BlocklistResource) SetIndexerNil

func (o *BlocklistResource) SetIndexerNil()

SetIndexerNil sets the value for Indexer to be an explicit nil

func (*BlocklistResource) SetLanguages

func (o *BlocklistResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*BlocklistResource) SetMessage

func (o *BlocklistResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*BlocklistResource) SetMessageNil

func (o *BlocklistResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*BlocklistResource) SetMovie

func (o *BlocklistResource) SetMovie(v MovieResource)

SetMovie gets a reference to the given MovieResource and assigns it to the Movie field.

func (*BlocklistResource) SetMovieId

func (o *BlocklistResource) SetMovieId(v int32)

SetMovieId gets a reference to the given int32 and assigns it to the MovieId field.

func (*BlocklistResource) SetProtocol

func (o *BlocklistResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*BlocklistResource) SetQuality

func (o *BlocklistResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*BlocklistResource) SetSourceTitle

func (o *BlocklistResource) SetSourceTitle(v string)

SetSourceTitle gets a reference to the given NullableString and assigns it to the SourceTitle field.

func (*BlocklistResource) SetSourceTitleNil

func (o *BlocklistResource) SetSourceTitleNil()

SetSourceTitleNil sets the value for SourceTitle to be an explicit nil

func (BlocklistResource) ToMap added in v1.0.1

func (o BlocklistResource) ToMap() (map[string]interface{}, error)

func (*BlocklistResource) UnsetIndexer

func (o *BlocklistResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

func (*BlocklistResource) UnsetMessage

func (o *BlocklistResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*BlocklistResource) UnsetSourceTitle

func (o *BlocklistResource) UnsetSourceTitle()

UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil

type BlocklistResourcePagingResource

type BlocklistResourcePagingResource struct {
	Page          *int32              `json:"page,omitempty"`
	PageSize      *int32              `json:"pageSize,omitempty"`
	SortKey       NullableString      `json:"sortKey,omitempty"`
	SortDirection *SortDirection      `json:"sortDirection,omitempty"`
	TotalRecords  *int32              `json:"totalRecords,omitempty"`
	Records       []BlocklistResource `json:"records,omitempty"`
}

BlocklistResourcePagingResource struct for BlocklistResourcePagingResource

func NewBlocklistResourcePagingResource

func NewBlocklistResourcePagingResource() *BlocklistResourcePagingResource

NewBlocklistResourcePagingResource instantiates a new BlocklistResourcePagingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBlocklistResourcePagingResourceWithDefaults

func NewBlocklistResourcePagingResourceWithDefaults() *BlocklistResourcePagingResource

NewBlocklistResourcePagingResourceWithDefaults instantiates a new BlocklistResourcePagingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BlocklistResourcePagingResource) GetPage

GetPage returns the Page field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetPageOk

func (o *BlocklistResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) GetPageSize

func (o *BlocklistResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetPageSizeOk

func (o *BlocklistResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) GetRecords

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResourcePagingResource) GetRecordsOk

GetRecordsOk returns a tuple with the Records field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistResourcePagingResource) GetSortDirection

func (o *BlocklistResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetSortDirectionOk

func (o *BlocklistResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) GetSortKey

func (o *BlocklistResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BlocklistResourcePagingResource) GetSortKeyOk

func (o *BlocklistResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BlocklistResourcePagingResource) GetTotalRecords

func (o *BlocklistResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*BlocklistResourcePagingResource) GetTotalRecordsOk

func (o *BlocklistResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BlocklistResourcePagingResource) HasPage

HasPage returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasPageSize

func (o *BlocklistResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasRecords

func (o *BlocklistResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasSortDirection

func (o *BlocklistResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasSortKey

func (o *BlocklistResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*BlocklistResourcePagingResource) HasTotalRecords

func (o *BlocklistResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (BlocklistResourcePagingResource) MarshalJSON

func (o BlocklistResourcePagingResource) MarshalJSON() ([]byte, error)

func (*BlocklistResourcePagingResource) SetPage

func (o *BlocklistResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*BlocklistResourcePagingResource) SetPageSize

func (o *BlocklistResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*BlocklistResourcePagingResource) SetRecords

SetRecords gets a reference to the given []BlocklistResource and assigns it to the Records field.

func (*BlocklistResourcePagingResource) SetSortDirection

func (o *BlocklistResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*BlocklistResourcePagingResource) SetSortKey

func (o *BlocklistResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*BlocklistResourcePagingResource) SetSortKeyNil

func (o *BlocklistResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*BlocklistResourcePagingResource) SetTotalRecords

func (o *BlocklistResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (BlocklistResourcePagingResource) ToMap added in v1.0.1

func (o BlocklistResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*BlocklistResourcePagingResource) UnsetSortKey

func (o *BlocklistResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type CalendarAPIService added in v1.0.1

type CalendarAPIService service

CalendarAPIService CalendarAPI service

func (*CalendarAPIService) GetCalendarById added in v1.0.1

GetCalendarById Method for GetCalendarById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCalendarByIdRequest

func (*CalendarAPIService) GetCalendarByIdExecute added in v1.0.1

func (a *CalendarAPIService) GetCalendarByIdExecute(r ApiGetCalendarByIdRequest) (*MovieResource, *http.Response, error)

Execute executes the request

@return MovieResource

func (*CalendarAPIService) ListCalendar added in v1.0.1

ListCalendar Method for ListCalendar

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCalendarRequest

func (*CalendarAPIService) ListCalendarExecute added in v1.0.1

func (a *CalendarAPIService) ListCalendarExecute(r ApiListCalendarRequest) ([]MovieResource, *http.Response, error)

Execute executes the request

@return []MovieResource

type CalendarFeedAPIService added in v1.0.1

type CalendarFeedAPIService service

CalendarFeedAPIService CalendarFeedAPI service

func (*CalendarFeedAPIService) GetFeedV3CalendarRadarrIcs added in v1.0.1

GetFeedV3CalendarRadarrIcs Method for GetFeedV3CalendarRadarrIcs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFeedV3CalendarRadarrIcsRequest

func (*CalendarFeedAPIService) GetFeedV3CalendarRadarrIcsExecute added in v1.0.1

func (a *CalendarFeedAPIService) GetFeedV3CalendarRadarrIcsExecute(r ApiGetFeedV3CalendarRadarrIcsRequest) (*http.Response, error)

Execute executes the request

type CertificateValidationType

type CertificateValidationType string

CertificateValidationType the model 'CertificateValidationType'

const (
	CERTIFICATEVALIDATIONTYPE_ENABLED                      CertificateValidationType = "enabled"
	CERTIFICATEVALIDATIONTYPE_DISABLED_FOR_LOCAL_ADDRESSES CertificateValidationType = "disabledForLocalAddresses"
	CERTIFICATEVALIDATIONTYPE_DISABLED                     CertificateValidationType = "disabled"
)

List of CertificateValidationType

func NewCertificateValidationTypeFromValue

func NewCertificateValidationTypeFromValue(v string) (*CertificateValidationType, error)

NewCertificateValidationTypeFromValue returns a pointer to a valid CertificateValidationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CertificateValidationType) IsValid

func (v CertificateValidationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CertificateValidationType) Ptr

Ptr returns reference to CertificateValidationType value

func (*CertificateValidationType) UnmarshalJSON

func (v *CertificateValidationType) UnmarshalJSON(src []byte) error

type CollectionAPIService added in v1.0.1

type CollectionAPIService service

CollectionAPIService CollectionAPI service

func (*CollectionAPIService) GetCollectionById added in v1.0.1

GetCollectionById Method for GetCollectionById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCollectionByIdRequest

func (*CollectionAPIService) GetCollectionByIdExecute added in v1.0.1

Execute executes the request

@return CollectionResource

func (*CollectionAPIService) ListCollection added in v1.0.1

ListCollection Method for ListCollection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCollectionRequest

func (*CollectionAPIService) ListCollectionExecute added in v1.0.1

Execute executes the request

@return []CollectionResource

func (*CollectionAPIService) PutCollection added in v1.0.1

PutCollection Method for PutCollection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutCollectionRequest

func (*CollectionAPIService) PutCollectionExecute added in v1.0.1

func (a *CollectionAPIService) PutCollectionExecute(r ApiPutCollectionRequest) (*http.Response, error)

Execute executes the request

func (*CollectionAPIService) UpdateCollection added in v1.0.1

UpdateCollection Method for UpdateCollection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateCollectionRequest

func (*CollectionAPIService) UpdateCollectionExecute added in v1.0.1

Execute executes the request

@return CollectionResource

type CollectionMovieResource

type CollectionMovieResource struct {
	TmdbId     *int32           `json:"tmdbId,omitempty"`
	ImdbId     NullableString   `json:"imdbId,omitempty"`
	Title      NullableString   `json:"title,omitempty"`
	CleanTitle NullableString   `json:"cleanTitle,omitempty"`
	SortTitle  NullableString   `json:"sortTitle,omitempty"`
	Status     *MovieStatusType `json:"status,omitempty"`
	Overview   NullableString   `json:"overview,omitempty"`
	Runtime    *int32           `json:"runtime,omitempty"`
	Images     []MediaCover     `json:"images,omitempty"`
	Year       *int32           `json:"year,omitempty"`
	Ratings    *Ratings         `json:"ratings,omitempty"`
	Genres     []string         `json:"genres,omitempty"`
	Folder     NullableString   `json:"folder,omitempty"`
}

CollectionMovieResource struct for CollectionMovieResource

func NewCollectionMovieResource

func NewCollectionMovieResource() *CollectionMovieResource

NewCollectionMovieResource instantiates a new CollectionMovieResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCollectionMovieResourceWithDefaults

func NewCollectionMovieResourceWithDefaults() *CollectionMovieResource

NewCollectionMovieResourceWithDefaults instantiates a new CollectionMovieResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CollectionMovieResource) GetCleanTitle

func (o *CollectionMovieResource) GetCleanTitle() string

GetCleanTitle returns the CleanTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetCleanTitleOk

func (o *CollectionMovieResource) GetCleanTitleOk() (*string, bool)

GetCleanTitleOk returns a tuple with the CleanTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetFolder

func (o *CollectionMovieResource) GetFolder() string

GetFolder returns the Folder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetFolderOk

func (o *CollectionMovieResource) GetFolderOk() (*string, bool)

GetFolderOk returns a tuple with the Folder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetGenres

func (o *CollectionMovieResource) GetGenres() []string

GetGenres returns the Genres field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetGenresOk

func (o *CollectionMovieResource) GetGenresOk() ([]string, bool)

GetGenresOk returns a tuple with the Genres field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetImages

func (o *CollectionMovieResource) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetImagesOk

func (o *CollectionMovieResource) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetImdbId

func (o *CollectionMovieResource) GetImdbId() string

GetImdbId returns the ImdbId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetImdbIdOk

func (o *CollectionMovieResource) GetImdbIdOk() (*string, bool)

GetImdbIdOk returns a tuple with the ImdbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetOverview

func (o *CollectionMovieResource) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetOverviewOk

func (o *CollectionMovieResource) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetRatings

func (o *CollectionMovieResource) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*CollectionMovieResource) GetRatingsOk

func (o *CollectionMovieResource) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionMovieResource) GetRuntime

func (o *CollectionMovieResource) GetRuntime() int32

GetRuntime returns the Runtime field value if set, zero value otherwise.

func (*CollectionMovieResource) GetRuntimeOk

func (o *CollectionMovieResource) GetRuntimeOk() (*int32, bool)

GetRuntimeOk returns a tuple with the Runtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionMovieResource) GetSortTitle

func (o *CollectionMovieResource) GetSortTitle() string

GetSortTitle returns the SortTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetSortTitleOk

func (o *CollectionMovieResource) GetSortTitleOk() (*string, bool)

GetSortTitleOk returns a tuple with the SortTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetStatus added in v1.0.1

GetStatus returns the Status field value if set, zero value otherwise.

func (*CollectionMovieResource) GetStatusOk added in v1.0.1

func (o *CollectionMovieResource) GetStatusOk() (*MovieStatusType, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionMovieResource) GetTitle

func (o *CollectionMovieResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionMovieResource) GetTitleOk

func (o *CollectionMovieResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionMovieResource) GetTmdbId

func (o *CollectionMovieResource) GetTmdbId() int32

GetTmdbId returns the TmdbId field value if set, zero value otherwise.

func (*CollectionMovieResource) GetTmdbIdOk

func (o *CollectionMovieResource) GetTmdbIdOk() (*int32, bool)

GetTmdbIdOk returns a tuple with the TmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionMovieResource) GetYear

func (o *CollectionMovieResource) GetYear() int32

GetYear returns the Year field value if set, zero value otherwise.

func (*CollectionMovieResource) GetYearOk

func (o *CollectionMovieResource) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionMovieResource) HasCleanTitle

func (o *CollectionMovieResource) HasCleanTitle() bool

HasCleanTitle returns a boolean if a field has been set.

func (*CollectionMovieResource) HasFolder

func (o *CollectionMovieResource) HasFolder() bool

HasFolder returns a boolean if a field has been set.

func (*CollectionMovieResource) HasGenres

func (o *CollectionMovieResource) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*CollectionMovieResource) HasImages

func (o *CollectionMovieResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*CollectionMovieResource) HasImdbId

func (o *CollectionMovieResource) HasImdbId() bool

HasImdbId returns a boolean if a field has been set.

func (*CollectionMovieResource) HasOverview

func (o *CollectionMovieResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*CollectionMovieResource) HasRatings

func (o *CollectionMovieResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*CollectionMovieResource) HasRuntime

func (o *CollectionMovieResource) HasRuntime() bool

HasRuntime returns a boolean if a field has been set.

func (*CollectionMovieResource) HasSortTitle

func (o *CollectionMovieResource) HasSortTitle() bool

HasSortTitle returns a boolean if a field has been set.

func (*CollectionMovieResource) HasStatus added in v1.0.1

func (o *CollectionMovieResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CollectionMovieResource) HasTitle

func (o *CollectionMovieResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*CollectionMovieResource) HasTmdbId

func (o *CollectionMovieResource) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

func (*CollectionMovieResource) HasYear

func (o *CollectionMovieResource) HasYear() bool

HasYear returns a boolean if a field has been set.

func (CollectionMovieResource) MarshalJSON

func (o CollectionMovieResource) MarshalJSON() ([]byte, error)

func (*CollectionMovieResource) SetCleanTitle

func (o *CollectionMovieResource) SetCleanTitle(v string)

SetCleanTitle gets a reference to the given NullableString and assigns it to the CleanTitle field.

func (*CollectionMovieResource) SetCleanTitleNil

func (o *CollectionMovieResource) SetCleanTitleNil()

SetCleanTitleNil sets the value for CleanTitle to be an explicit nil

func (*CollectionMovieResource) SetFolder

func (o *CollectionMovieResource) SetFolder(v string)

SetFolder gets a reference to the given NullableString and assigns it to the Folder field.

func (*CollectionMovieResource) SetFolderNil

func (o *CollectionMovieResource) SetFolderNil()

SetFolderNil sets the value for Folder to be an explicit nil

func (*CollectionMovieResource) SetGenres

func (o *CollectionMovieResource) SetGenres(v []string)

SetGenres gets a reference to the given []string and assigns it to the Genres field.

func (*CollectionMovieResource) SetImages

func (o *CollectionMovieResource) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (*CollectionMovieResource) SetImdbId

func (o *CollectionMovieResource) SetImdbId(v string)

SetImdbId gets a reference to the given NullableString and assigns it to the ImdbId field.

func (*CollectionMovieResource) SetImdbIdNil

func (o *CollectionMovieResource) SetImdbIdNil()

SetImdbIdNil sets the value for ImdbId to be an explicit nil

func (*CollectionMovieResource) SetOverview

func (o *CollectionMovieResource) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*CollectionMovieResource) SetOverviewNil

func (o *CollectionMovieResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*CollectionMovieResource) SetRatings

func (o *CollectionMovieResource) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*CollectionMovieResource) SetRuntime

func (o *CollectionMovieResource) SetRuntime(v int32)

SetRuntime gets a reference to the given int32 and assigns it to the Runtime field.

func (*CollectionMovieResource) SetSortTitle

func (o *CollectionMovieResource) SetSortTitle(v string)

SetSortTitle gets a reference to the given NullableString and assigns it to the SortTitle field.

func (*CollectionMovieResource) SetSortTitleNil

func (o *CollectionMovieResource) SetSortTitleNil()

SetSortTitleNil sets the value for SortTitle to be an explicit nil

func (*CollectionMovieResource) SetStatus added in v1.0.1

func (o *CollectionMovieResource) SetStatus(v MovieStatusType)

SetStatus gets a reference to the given MovieStatusType and assigns it to the Status field.

func (*CollectionMovieResource) SetTitle

func (o *CollectionMovieResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*CollectionMovieResource) SetTitleNil

func (o *CollectionMovieResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*CollectionMovieResource) SetTmdbId

func (o *CollectionMovieResource) SetTmdbId(v int32)

SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.

func (*CollectionMovieResource) SetYear

func (o *CollectionMovieResource) SetYear(v int32)

SetYear gets a reference to the given int32 and assigns it to the Year field.

func (CollectionMovieResource) ToMap added in v1.0.1

func (o CollectionMovieResource) ToMap() (map[string]interface{}, error)

func (*CollectionMovieResource) UnsetCleanTitle

func (o *CollectionMovieResource) UnsetCleanTitle()

UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil

func (*CollectionMovieResource) UnsetFolder

func (o *CollectionMovieResource) UnsetFolder()

UnsetFolder ensures that no value is present for Folder, not even an explicit nil

func (*CollectionMovieResource) UnsetImdbId

func (o *CollectionMovieResource) UnsetImdbId()

UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil

func (*CollectionMovieResource) UnsetOverview

func (o *CollectionMovieResource) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*CollectionMovieResource) UnsetSortTitle

func (o *CollectionMovieResource) UnsetSortTitle()

UnsetSortTitle ensures that no value is present for SortTitle, not even an explicit nil

func (*CollectionMovieResource) UnsetTitle

func (o *CollectionMovieResource) UnsetTitle()

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

type CollectionResource

type CollectionResource struct {
	Id                  *int32                    `json:"id,omitempty"`
	Title               NullableString            `json:"title,omitempty"`
	SortTitle           NullableString            `json:"sortTitle,omitempty"`
	TmdbId              *int32                    `json:"tmdbId,omitempty"`
	Images              []MediaCover              `json:"images,omitempty"`
	Overview            NullableString            `json:"overview,omitempty"`
	Monitored           *bool                     `json:"monitored,omitempty"`
	RootFolderPath      NullableString            `json:"rootFolderPath,omitempty"`
	QualityProfileId    *int32                    `json:"qualityProfileId,omitempty"`
	SearchOnAdd         *bool                     `json:"searchOnAdd,omitempty"`
	MinimumAvailability *MovieStatusType          `json:"minimumAvailability,omitempty"`
	Movies              []CollectionMovieResource `json:"movies,omitempty"`
	MissingMovies       *int32                    `json:"missingMovies,omitempty"`
	Tags                []int32                   `json:"tags,omitempty"`
}

CollectionResource struct for CollectionResource

func NewCollectionResource

func NewCollectionResource() *CollectionResource

NewCollectionResource instantiates a new CollectionResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCollectionResourceWithDefaults

func NewCollectionResourceWithDefaults() *CollectionResource

NewCollectionResourceWithDefaults instantiates a new CollectionResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CollectionResource) GetId

func (o *CollectionResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CollectionResource) GetIdOk

func (o *CollectionResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionResource) GetImages

func (o *CollectionResource) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionResource) GetImagesOk

func (o *CollectionResource) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionResource) GetMinimumAvailability

func (o *CollectionResource) GetMinimumAvailability() MovieStatusType

GetMinimumAvailability returns the MinimumAvailability field value if set, zero value otherwise.

func (*CollectionResource) GetMinimumAvailabilityOk

func (o *CollectionResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)

GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionResource) GetMissingMovies added in v0.4.0

func (o *CollectionResource) GetMissingMovies() int32

GetMissingMovies returns the MissingMovies field value if set, zero value otherwise.

func (*CollectionResource) GetMissingMoviesOk added in v0.4.0

func (o *CollectionResource) GetMissingMoviesOk() (*int32, bool)

GetMissingMoviesOk returns a tuple with the MissingMovies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionResource) GetMonitored

func (o *CollectionResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*CollectionResource) GetMonitoredOk

func (o *CollectionResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionResource) GetMovies

GetMovies returns the Movies field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionResource) GetMoviesOk

func (o *CollectionResource) GetMoviesOk() ([]CollectionMovieResource, bool)

GetMoviesOk returns a tuple with the Movies field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionResource) GetOverview

func (o *CollectionResource) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionResource) GetOverviewOk

func (o *CollectionResource) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionResource) GetQualityProfileId

func (o *CollectionResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise.

func (*CollectionResource) GetQualityProfileIdOk

func (o *CollectionResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionResource) GetRootFolderPath

func (o *CollectionResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionResource) GetRootFolderPathOk

func (o *CollectionResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionResource) GetSearchOnAdd

func (o *CollectionResource) GetSearchOnAdd() bool

GetSearchOnAdd returns the SearchOnAdd field value if set, zero value otherwise.

func (*CollectionResource) GetSearchOnAddOk

func (o *CollectionResource) GetSearchOnAddOk() (*bool, bool)

GetSearchOnAddOk returns a tuple with the SearchOnAdd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionResource) GetSortTitle

func (o *CollectionResource) GetSortTitle() string

GetSortTitle returns the SortTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionResource) GetSortTitleOk

func (o *CollectionResource) GetSortTitleOk() (*string, bool)

GetSortTitleOk returns a tuple with the SortTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionResource) GetTags added in v0.4.0

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionResource) GetTagsOk added in v0.4.0

func (o *CollectionResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionResource) GetTitle

func (o *CollectionResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionResource) GetTitleOk

func (o *CollectionResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionResource) GetTmdbId

func (o *CollectionResource) GetTmdbId() int32

GetTmdbId returns the TmdbId field value if set, zero value otherwise.

func (*CollectionResource) GetTmdbIdOk

func (o *CollectionResource) GetTmdbIdOk() (*int32, bool)

GetTmdbIdOk returns a tuple with the TmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionResource) HasId

func (o *CollectionResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CollectionResource) HasImages

func (o *CollectionResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*CollectionResource) HasMinimumAvailability

func (o *CollectionResource) HasMinimumAvailability() bool

HasMinimumAvailability returns a boolean if a field has been set.

func (*CollectionResource) HasMissingMovies added in v0.4.0

func (o *CollectionResource) HasMissingMovies() bool

HasMissingMovies returns a boolean if a field has been set.

func (*CollectionResource) HasMonitored

func (o *CollectionResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*CollectionResource) HasMovies

func (o *CollectionResource) HasMovies() bool

HasMovies returns a boolean if a field has been set.

func (*CollectionResource) HasOverview

func (o *CollectionResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*CollectionResource) HasQualityProfileId

func (o *CollectionResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*CollectionResource) HasRootFolderPath

func (o *CollectionResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*CollectionResource) HasSearchOnAdd

func (o *CollectionResource) HasSearchOnAdd() bool

HasSearchOnAdd returns a boolean if a field has been set.

func (*CollectionResource) HasSortTitle

func (o *CollectionResource) HasSortTitle() bool

HasSortTitle returns a boolean if a field has been set.

func (*CollectionResource) HasTags added in v0.4.0

func (o *CollectionResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*CollectionResource) HasTitle

func (o *CollectionResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*CollectionResource) HasTmdbId

func (o *CollectionResource) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

func (CollectionResource) MarshalJSON

func (o CollectionResource) MarshalJSON() ([]byte, error)

func (*CollectionResource) SetId

func (o *CollectionResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CollectionResource) SetImages

func (o *CollectionResource) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (*CollectionResource) SetMinimumAvailability

func (o *CollectionResource) SetMinimumAvailability(v MovieStatusType)

SetMinimumAvailability gets a reference to the given MovieStatusType and assigns it to the MinimumAvailability field.

func (*CollectionResource) SetMissingMovies added in v0.4.0

func (o *CollectionResource) SetMissingMovies(v int32)

SetMissingMovies gets a reference to the given int32 and assigns it to the MissingMovies field.

func (*CollectionResource) SetMonitored

func (o *CollectionResource) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*CollectionResource) SetMovies

func (o *CollectionResource) SetMovies(v []CollectionMovieResource)

SetMovies gets a reference to the given []CollectionMovieResource and assigns it to the Movies field.

func (*CollectionResource) SetOverview

func (o *CollectionResource) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*CollectionResource) SetOverviewNil

func (o *CollectionResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*CollectionResource) SetQualityProfileId

func (o *CollectionResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given int32 and assigns it to the QualityProfileId field.

func (*CollectionResource) SetRootFolderPath

func (o *CollectionResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*CollectionResource) SetRootFolderPathNil

func (o *CollectionResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*CollectionResource) SetSearchOnAdd

func (o *CollectionResource) SetSearchOnAdd(v bool)

SetSearchOnAdd gets a reference to the given bool and assigns it to the SearchOnAdd field.

func (*CollectionResource) SetSortTitle

func (o *CollectionResource) SetSortTitle(v string)

SetSortTitle gets a reference to the given NullableString and assigns it to the SortTitle field.

func (*CollectionResource) SetSortTitleNil

func (o *CollectionResource) SetSortTitleNil()

SetSortTitleNil sets the value for SortTitle to be an explicit nil

func (*CollectionResource) SetTags added in v0.4.0

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*CollectionResource) SetTitle

func (o *CollectionResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*CollectionResource) SetTitleNil

func (o *CollectionResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*CollectionResource) SetTmdbId

func (o *CollectionResource) SetTmdbId(v int32)

SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.

func (CollectionResource) ToMap added in v1.0.1

func (o CollectionResource) ToMap() (map[string]interface{}, error)

func (*CollectionResource) UnsetOverview

func (o *CollectionResource) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*CollectionResource) UnsetRootFolderPath

func (o *CollectionResource) UnsetRootFolderPath()

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

func (*CollectionResource) UnsetSortTitle

func (o *CollectionResource) UnsetSortTitle()

UnsetSortTitle ensures that no value is present for SortTitle, not even an explicit nil

func (*CollectionResource) UnsetTitle

func (o *CollectionResource) UnsetTitle()

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

type CollectionUpdateResource

type CollectionUpdateResource struct {
	CollectionIds       []int32          `json:"collectionIds,omitempty"`
	Monitored           NullableBool     `json:"monitored,omitempty"`
	MonitorMovies       NullableBool     `json:"monitorMovies,omitempty"`
	SearchOnAdd         NullableBool     `json:"searchOnAdd,omitempty"`
	QualityProfileId    NullableInt32    `json:"qualityProfileId,omitempty"`
	RootFolderPath      NullableString   `json:"rootFolderPath,omitempty"`
	MinimumAvailability *MovieStatusType `json:"minimumAvailability,omitempty"`
}

CollectionUpdateResource struct for CollectionUpdateResource

func NewCollectionUpdateResource

func NewCollectionUpdateResource() *CollectionUpdateResource

NewCollectionUpdateResource instantiates a new CollectionUpdateResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCollectionUpdateResourceWithDefaults

func NewCollectionUpdateResourceWithDefaults() *CollectionUpdateResource

NewCollectionUpdateResourceWithDefaults instantiates a new CollectionUpdateResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CollectionUpdateResource) GetCollectionIds

func (o *CollectionUpdateResource) GetCollectionIds() []int32

GetCollectionIds returns the CollectionIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionUpdateResource) GetCollectionIdsOk

func (o *CollectionUpdateResource) GetCollectionIdsOk() ([]int32, bool)

GetCollectionIdsOk returns a tuple with the CollectionIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionUpdateResource) GetMinimumAvailability

func (o *CollectionUpdateResource) GetMinimumAvailability() MovieStatusType

GetMinimumAvailability returns the MinimumAvailability field value if set, zero value otherwise.

func (*CollectionUpdateResource) GetMinimumAvailabilityOk

func (o *CollectionUpdateResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)

GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CollectionUpdateResource) GetMonitorMovies

func (o *CollectionUpdateResource) GetMonitorMovies() bool

GetMonitorMovies returns the MonitorMovies field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionUpdateResource) GetMonitorMoviesOk

func (o *CollectionUpdateResource) GetMonitorMoviesOk() (*bool, bool)

GetMonitorMoviesOk returns a tuple with the MonitorMovies field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionUpdateResource) GetMonitored

func (o *CollectionUpdateResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionUpdateResource) GetMonitoredOk

func (o *CollectionUpdateResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionUpdateResource) GetQualityProfileId

func (o *CollectionUpdateResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionUpdateResource) GetQualityProfileIdOk

func (o *CollectionUpdateResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionUpdateResource) GetRootFolderPath

func (o *CollectionUpdateResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionUpdateResource) GetRootFolderPathOk

func (o *CollectionUpdateResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionUpdateResource) GetSearchOnAdd added in v1.0.1

func (o *CollectionUpdateResource) GetSearchOnAdd() bool

GetSearchOnAdd returns the SearchOnAdd field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CollectionUpdateResource) GetSearchOnAddOk added in v1.0.1

func (o *CollectionUpdateResource) GetSearchOnAddOk() (*bool, bool)

GetSearchOnAddOk returns a tuple with the SearchOnAdd field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CollectionUpdateResource) HasCollectionIds

func (o *CollectionUpdateResource) HasCollectionIds() bool

HasCollectionIds returns a boolean if a field has been set.

func (*CollectionUpdateResource) HasMinimumAvailability

func (o *CollectionUpdateResource) HasMinimumAvailability() bool

HasMinimumAvailability returns a boolean if a field has been set.

func (*CollectionUpdateResource) HasMonitorMovies

func (o *CollectionUpdateResource) HasMonitorMovies() bool

HasMonitorMovies returns a boolean if a field has been set.

func (*CollectionUpdateResource) HasMonitored

func (o *CollectionUpdateResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*CollectionUpdateResource) HasQualityProfileId

func (o *CollectionUpdateResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*CollectionUpdateResource) HasRootFolderPath

func (o *CollectionUpdateResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*CollectionUpdateResource) HasSearchOnAdd added in v1.0.1

func (o *CollectionUpdateResource) HasSearchOnAdd() bool

HasSearchOnAdd returns a boolean if a field has been set.

func (CollectionUpdateResource) MarshalJSON

func (o CollectionUpdateResource) MarshalJSON() ([]byte, error)

func (*CollectionUpdateResource) SetCollectionIds

func (o *CollectionUpdateResource) SetCollectionIds(v []int32)

SetCollectionIds gets a reference to the given []int32 and assigns it to the CollectionIds field.

func (*CollectionUpdateResource) SetMinimumAvailability

func (o *CollectionUpdateResource) SetMinimumAvailability(v MovieStatusType)

SetMinimumAvailability gets a reference to the given MovieStatusType and assigns it to the MinimumAvailability field.

func (*CollectionUpdateResource) SetMonitorMovies

func (o *CollectionUpdateResource) SetMonitorMovies(v bool)

SetMonitorMovies gets a reference to the given NullableBool and assigns it to the MonitorMovies field.

func (*CollectionUpdateResource) SetMonitorMoviesNil

func (o *CollectionUpdateResource) SetMonitorMoviesNil()

SetMonitorMoviesNil sets the value for MonitorMovies to be an explicit nil

func (*CollectionUpdateResource) SetMonitored

func (o *CollectionUpdateResource) SetMonitored(v bool)

SetMonitored gets a reference to the given NullableBool and assigns it to the Monitored field.

func (*CollectionUpdateResource) SetMonitoredNil

func (o *CollectionUpdateResource) SetMonitoredNil()

SetMonitoredNil sets the value for Monitored to be an explicit nil

func (*CollectionUpdateResource) SetQualityProfileId

func (o *CollectionUpdateResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given NullableInt32 and assigns it to the QualityProfileId field.

func (*CollectionUpdateResource) SetQualityProfileIdNil

func (o *CollectionUpdateResource) SetQualityProfileIdNil()

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

func (*CollectionUpdateResource) SetRootFolderPath

func (o *CollectionUpdateResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*CollectionUpdateResource) SetRootFolderPathNil

func (o *CollectionUpdateResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*CollectionUpdateResource) SetSearchOnAdd added in v1.0.1

func (o *CollectionUpdateResource) SetSearchOnAdd(v bool)

SetSearchOnAdd gets a reference to the given NullableBool and assigns it to the SearchOnAdd field.

func (*CollectionUpdateResource) SetSearchOnAddNil added in v1.0.1

func (o *CollectionUpdateResource) SetSearchOnAddNil()

SetSearchOnAddNil sets the value for SearchOnAdd to be an explicit nil

func (CollectionUpdateResource) ToMap added in v1.0.1

func (o CollectionUpdateResource) ToMap() (map[string]interface{}, error)

func (*CollectionUpdateResource) UnsetMonitorMovies

func (o *CollectionUpdateResource) UnsetMonitorMovies()

UnsetMonitorMovies ensures that no value is present for MonitorMovies, not even an explicit nil

func (*CollectionUpdateResource) UnsetMonitored

func (o *CollectionUpdateResource) UnsetMonitored()

UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil

func (*CollectionUpdateResource) UnsetQualityProfileId

func (o *CollectionUpdateResource) UnsetQualityProfileId()

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

func (*CollectionUpdateResource) UnsetRootFolderPath

func (o *CollectionUpdateResource) UnsetRootFolderPath()

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

func (*CollectionUpdateResource) UnsetSearchOnAdd added in v1.0.1

func (o *CollectionUpdateResource) UnsetSearchOnAdd()

UnsetSearchOnAdd ensures that no value is present for SearchOnAdd, not even an explicit nil

type ColonReplacementFormat

type ColonReplacementFormat string

ColonReplacementFormat the model 'ColonReplacementFormat'

const (
	COLONREPLACEMENTFORMAT_DELETE           ColonReplacementFormat = "delete"
	COLONREPLACEMENTFORMAT_DASH             ColonReplacementFormat = "dash"
	COLONREPLACEMENTFORMAT_SPACE_DASH       ColonReplacementFormat = "spaceDash"
	COLONREPLACEMENTFORMAT_SPACE_DASH_SPACE ColonReplacementFormat = "spaceDashSpace"
)

List of ColonReplacementFormat

func NewColonReplacementFormatFromValue

func NewColonReplacementFormatFromValue(v string) (*ColonReplacementFormat, error)

NewColonReplacementFormatFromValue returns a pointer to a valid ColonReplacementFormat for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ColonReplacementFormat) IsValid

func (v ColonReplacementFormat) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ColonReplacementFormat) Ptr

Ptr returns reference to ColonReplacementFormat value

func (*ColonReplacementFormat) UnmarshalJSON

func (v *ColonReplacementFormat) UnmarshalJSON(src []byte) error

type Command

type Command struct {
	SendUpdatesToClient *bool           `json:"sendUpdatesToClient,omitempty"`
	UpdateScheduledTask *bool           `json:"updateScheduledTask,omitempty"`
	CompletionMessage   NullableString  `json:"completionMessage,omitempty"`
	RequiresDiskAccess  *bool           `json:"requiresDiskAccess,omitempty"`
	IsExclusive         *bool           `json:"isExclusive,omitempty"`
	IsTypeExclusive     *bool           `json:"isTypeExclusive,omitempty"`
	IsLongRunning       *bool           `json:"isLongRunning,omitempty"`
	Name                NullableString  `json:"name,omitempty"`
	LastExecutionTime   NullableTime    `json:"lastExecutionTime,omitempty"`
	LastStartTime       NullableTime    `json:"lastStartTime,omitempty"`
	Trigger             *CommandTrigger `json:"trigger,omitempty"`
	SuppressMessages    *bool           `json:"suppressMessages,omitempty"`
	ClientUserAgent     NullableString  `json:"clientUserAgent,omitempty"`
}

Command struct for Command

func NewCommand

func NewCommand() *Command

NewCommand instantiates a new Command object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommandWithDefaults

func NewCommandWithDefaults() *Command

NewCommandWithDefaults instantiates a new Command object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Command) GetClientUserAgent

func (o *Command) GetClientUserAgent() string

GetClientUserAgent returns the ClientUserAgent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetClientUserAgentOk

func (o *Command) GetClientUserAgentOk() (*string, bool)

GetClientUserAgentOk returns a tuple with the ClientUserAgent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Command) GetCompletionMessage

func (o *Command) GetCompletionMessage() string

GetCompletionMessage returns the CompletionMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetCompletionMessageOk

func (o *Command) GetCompletionMessageOk() (*string, bool)

GetCompletionMessageOk returns a tuple with the CompletionMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Command) GetIsExclusive

func (o *Command) GetIsExclusive() bool

GetIsExclusive returns the IsExclusive field value if set, zero value otherwise.

func (*Command) GetIsExclusiveOk

func (o *Command) GetIsExclusiveOk() (*bool, bool)

GetIsExclusiveOk returns a tuple with the IsExclusive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetIsLongRunning

func (o *Command) GetIsLongRunning() bool

GetIsLongRunning returns the IsLongRunning field value if set, zero value otherwise.

func (*Command) GetIsLongRunningOk

func (o *Command) GetIsLongRunningOk() (*bool, bool)

GetIsLongRunningOk returns a tuple with the IsLongRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetIsTypeExclusive

func (o *Command) GetIsTypeExclusive() bool

GetIsTypeExclusive returns the IsTypeExclusive field value if set, zero value otherwise.

func (*Command) GetIsTypeExclusiveOk

func (o *Command) GetIsTypeExclusiveOk() (*bool, bool)

GetIsTypeExclusiveOk returns a tuple with the IsTypeExclusive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetLastExecutionTime

func (o *Command) GetLastExecutionTime() time.Time

GetLastExecutionTime returns the LastExecutionTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetLastExecutionTimeOk

func (o *Command) GetLastExecutionTimeOk() (*time.Time, bool)

GetLastExecutionTimeOk returns a tuple with the LastExecutionTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Command) GetLastStartTime

func (o *Command) GetLastStartTime() time.Time

GetLastStartTime returns the LastStartTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetLastStartTimeOk

func (o *Command) GetLastStartTimeOk() (*time.Time, bool)

GetLastStartTimeOk returns a tuple with the LastStartTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Command) GetName

func (o *Command) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Command) GetNameOk

func (o *Command) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Command) GetRequiresDiskAccess

func (o *Command) GetRequiresDiskAccess() bool

GetRequiresDiskAccess returns the RequiresDiskAccess field value if set, zero value otherwise.

func (*Command) GetRequiresDiskAccessOk

func (o *Command) GetRequiresDiskAccessOk() (*bool, bool)

GetRequiresDiskAccessOk returns a tuple with the RequiresDiskAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetSendUpdatesToClient

func (o *Command) GetSendUpdatesToClient() bool

GetSendUpdatesToClient returns the SendUpdatesToClient field value if set, zero value otherwise.

func (*Command) GetSendUpdatesToClientOk

func (o *Command) GetSendUpdatesToClientOk() (*bool, bool)

GetSendUpdatesToClientOk returns a tuple with the SendUpdatesToClient field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetSuppressMessages

func (o *Command) GetSuppressMessages() bool

GetSuppressMessages returns the SuppressMessages field value if set, zero value otherwise.

func (*Command) GetSuppressMessagesOk

func (o *Command) GetSuppressMessagesOk() (*bool, bool)

GetSuppressMessagesOk returns a tuple with the SuppressMessages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetTrigger

func (o *Command) GetTrigger() CommandTrigger

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*Command) GetTriggerOk

func (o *Command) GetTriggerOk() (*CommandTrigger, bool)

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) GetUpdateScheduledTask

func (o *Command) GetUpdateScheduledTask() bool

GetUpdateScheduledTask returns the UpdateScheduledTask field value if set, zero value otherwise.

func (*Command) GetUpdateScheduledTaskOk

func (o *Command) GetUpdateScheduledTaskOk() (*bool, bool)

GetUpdateScheduledTaskOk returns a tuple with the UpdateScheduledTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Command) HasClientUserAgent

func (o *Command) HasClientUserAgent() bool

HasClientUserAgent returns a boolean if a field has been set.

func (*Command) HasCompletionMessage

func (o *Command) HasCompletionMessage() bool

HasCompletionMessage returns a boolean if a field has been set.

func (*Command) HasIsExclusive

func (o *Command) HasIsExclusive() bool

HasIsExclusive returns a boolean if a field has been set.

func (*Command) HasIsLongRunning

func (o *Command) HasIsLongRunning() bool

HasIsLongRunning returns a boolean if a field has been set.

func (*Command) HasIsTypeExclusive

func (o *Command) HasIsTypeExclusive() bool

HasIsTypeExclusive returns a boolean if a field has been set.

func (*Command) HasLastExecutionTime

func (o *Command) HasLastExecutionTime() bool

HasLastExecutionTime returns a boolean if a field has been set.

func (*Command) HasLastStartTime

func (o *Command) HasLastStartTime() bool

HasLastStartTime returns a boolean if a field has been set.

func (*Command) HasName

func (o *Command) HasName() bool

HasName returns a boolean if a field has been set.

func (*Command) HasRequiresDiskAccess

func (o *Command) HasRequiresDiskAccess() bool

HasRequiresDiskAccess returns a boolean if a field has been set.

func (*Command) HasSendUpdatesToClient

func (o *Command) HasSendUpdatesToClient() bool

HasSendUpdatesToClient returns a boolean if a field has been set.

func (*Command) HasSuppressMessages

func (o *Command) HasSuppressMessages() bool

HasSuppressMessages returns a boolean if a field has been set.

func (*Command) HasTrigger

func (o *Command) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*Command) HasUpdateScheduledTask

func (o *Command) HasUpdateScheduledTask() bool

HasUpdateScheduledTask returns a boolean if a field has been set.

func (Command) MarshalJSON

func (o Command) MarshalJSON() ([]byte, error)

func (*Command) SetClientUserAgent

func (o *Command) SetClientUserAgent(v string)

SetClientUserAgent gets a reference to the given NullableString and assigns it to the ClientUserAgent field.

func (*Command) SetClientUserAgentNil

func (o *Command) SetClientUserAgentNil()

SetClientUserAgentNil sets the value for ClientUserAgent to be an explicit nil

func (*Command) SetCompletionMessage

func (o *Command) SetCompletionMessage(v string)

SetCompletionMessage gets a reference to the given NullableString and assigns it to the CompletionMessage field.

func (*Command) SetCompletionMessageNil

func (o *Command) SetCompletionMessageNil()

SetCompletionMessageNil sets the value for CompletionMessage to be an explicit nil

func (*Command) SetIsExclusive

func (o *Command) SetIsExclusive(v bool)

SetIsExclusive gets a reference to the given bool and assigns it to the IsExclusive field.

func (*Command) SetIsLongRunning

func (o *Command) SetIsLongRunning(v bool)

SetIsLongRunning gets a reference to the given bool and assigns it to the IsLongRunning field.

func (*Command) SetIsTypeExclusive

func (o *Command) SetIsTypeExclusive(v bool)

SetIsTypeExclusive gets a reference to the given bool and assigns it to the IsTypeExclusive field.

func (*Command) SetLastExecutionTime

func (o *Command) SetLastExecutionTime(v time.Time)

SetLastExecutionTime gets a reference to the given NullableTime and assigns it to the LastExecutionTime field.

func (*Command) SetLastExecutionTimeNil

func (o *Command) SetLastExecutionTimeNil()

SetLastExecutionTimeNil sets the value for LastExecutionTime to be an explicit nil

func (*Command) SetLastStartTime

func (o *Command) SetLastStartTime(v time.Time)

SetLastStartTime gets a reference to the given NullableTime and assigns it to the LastStartTime field.

func (*Command) SetLastStartTimeNil

func (o *Command) SetLastStartTimeNil()

SetLastStartTimeNil sets the value for LastStartTime to be an explicit nil

func (*Command) SetName

func (o *Command) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Command) SetNameNil

func (o *Command) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*Command) SetRequiresDiskAccess

func (o *Command) SetRequiresDiskAccess(v bool)

SetRequiresDiskAccess gets a reference to the given bool and assigns it to the RequiresDiskAccess field.

func (*Command) SetSendUpdatesToClient

func (o *Command) SetSendUpdatesToClient(v bool)

SetSendUpdatesToClient gets a reference to the given bool and assigns it to the SendUpdatesToClient field.

func (*Command) SetSuppressMessages

func (o *Command) SetSuppressMessages(v bool)

SetSuppressMessages gets a reference to the given bool and assigns it to the SuppressMessages field.

func (*Command) SetTrigger

func (o *Command) SetTrigger(v CommandTrigger)

SetTrigger gets a reference to the given CommandTrigger and assigns it to the Trigger field.

func (*Command) SetUpdateScheduledTask

func (o *Command) SetUpdateScheduledTask(v bool)

SetUpdateScheduledTask gets a reference to the given bool and assigns it to the UpdateScheduledTask field.

func (Command) ToMap added in v1.0.1

func (o Command) ToMap() (map[string]interface{}, error)

func (*Command) UnsetClientUserAgent

func (o *Command) UnsetClientUserAgent()

UnsetClientUserAgent ensures that no value is present for ClientUserAgent, not even an explicit nil

func (*Command) UnsetCompletionMessage

func (o *Command) UnsetCompletionMessage()

UnsetCompletionMessage ensures that no value is present for CompletionMessage, not even an explicit nil

func (*Command) UnsetLastExecutionTime

func (o *Command) UnsetLastExecutionTime()

UnsetLastExecutionTime ensures that no value is present for LastExecutionTime, not even an explicit nil

func (*Command) UnsetLastStartTime

func (o *Command) UnsetLastStartTime()

UnsetLastStartTime ensures that no value is present for LastStartTime, not even an explicit nil

func (*Command) UnsetName

func (o *Command) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type CommandAPIService added in v1.0.1

type CommandAPIService service

CommandAPIService CommandAPI service

func (*CommandAPIService) CreateCommand added in v1.0.1

CreateCommand Method for CreateCommand

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCommandRequest

func (*CommandAPIService) CreateCommandExecute added in v1.0.1

Execute executes the request

@return CommandResource

func (*CommandAPIService) DeleteCommand added in v1.0.1

DeleteCommand Method for DeleteCommand

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCommandRequest

func (*CommandAPIService) DeleteCommandExecute added in v1.0.1

func (a *CommandAPIService) DeleteCommandExecute(r ApiDeleteCommandRequest) (*http.Response, error)

Execute executes the request

func (*CommandAPIService) GetCommandById added in v1.0.1

func (a *CommandAPIService) GetCommandById(ctx context.Context, id int32) ApiGetCommandByIdRequest

GetCommandById Method for GetCommandById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCommandByIdRequest

func (*CommandAPIService) GetCommandByIdExecute added in v1.0.1

Execute executes the request

@return CommandResource

func (*CommandAPIService) ListCommand added in v1.0.1

ListCommand Method for ListCommand

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCommandRequest

func (*CommandAPIService) ListCommandExecute added in v1.0.1

Execute executes the request

@return []CommandResource

type CommandPriority

type CommandPriority string

CommandPriority the model 'CommandPriority'

const (
	COMMANDPRIORITY_NORMAL CommandPriority = "normal"
	COMMANDPRIORITY_HIGH   CommandPriority = "high"
	COMMANDPRIORITY_LOW    CommandPriority = "low"
)

List of CommandPriority

func NewCommandPriorityFromValue

func NewCommandPriorityFromValue(v string) (*CommandPriority, error)

NewCommandPriorityFromValue returns a pointer to a valid CommandPriority for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandPriority) IsValid

func (v CommandPriority) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandPriority) Ptr

Ptr returns reference to CommandPriority value

func (*CommandPriority) UnmarshalJSON

func (v *CommandPriority) UnmarshalJSON(src []byte) error

type CommandResource

type CommandResource struct {
	Id                  *int32           `json:"id,omitempty"`
	Name                NullableString   `json:"name,omitempty"`
	CommandName         NullableString   `json:"commandName,omitempty"`
	Message             NullableString   `json:"message,omitempty"`
	Body                *Command         `json:"body,omitempty"`
	Priority            *CommandPriority `json:"priority,omitempty"`
	Status              *CommandStatus   `json:"status,omitempty"`
	Result              *CommandResult   `json:"result,omitempty"`
	Queued              *time.Time       `json:"queued,omitempty"`
	Started             NullableTime     `json:"started,omitempty"`
	Ended               NullableTime     `json:"ended,omitempty"`
	Duration            *string          `json:"duration,omitempty"`
	Exception           NullableString   `json:"exception,omitempty"`
	Trigger             *CommandTrigger  `json:"trigger,omitempty"`
	ClientUserAgent     NullableString   `json:"clientUserAgent,omitempty"`
	StateChangeTime     NullableTime     `json:"stateChangeTime,omitempty"`
	SendUpdatesToClient *bool            `json:"sendUpdatesToClient,omitempty"`
	UpdateScheduledTask *bool            `json:"updateScheduledTask,omitempty"`
	LastExecutionTime   NullableTime     `json:"lastExecutionTime,omitempty"`
}

CommandResource struct for CommandResource

func NewCommandResource

func NewCommandResource() *CommandResource

NewCommandResource instantiates a new CommandResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommandResourceWithDefaults

func NewCommandResourceWithDefaults() *CommandResource

NewCommandResourceWithDefaults instantiates a new CommandResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommandResource) GetBody

func (o *CommandResource) GetBody() Command

GetBody returns the Body field value if set, zero value otherwise.

func (*CommandResource) GetBodyOk

func (o *CommandResource) GetBodyOk() (*Command, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetClientUserAgent

func (o *CommandResource) GetClientUserAgent() string

GetClientUserAgent returns the ClientUserAgent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetClientUserAgentOk

func (o *CommandResource) GetClientUserAgentOk() (*string, bool)

GetClientUserAgentOk returns a tuple with the ClientUserAgent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetCommandName

func (o *CommandResource) GetCommandName() string

GetCommandName returns the CommandName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetCommandNameOk

func (o *CommandResource) GetCommandNameOk() (*string, bool)

GetCommandNameOk returns a tuple with the CommandName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetDuration

func (o *CommandResource) GetDuration() string

GetDuration returns the Duration field value if set, zero value otherwise.

func (*CommandResource) GetDurationOk

func (o *CommandResource) GetDurationOk() (*string, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetEnded

func (o *CommandResource) GetEnded() time.Time

GetEnded returns the Ended field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetEndedOk

func (o *CommandResource) GetEndedOk() (*time.Time, bool)

GetEndedOk returns a tuple with the Ended field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetException

func (o *CommandResource) GetException() string

GetException returns the Exception field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetExceptionOk

func (o *CommandResource) GetExceptionOk() (*string, bool)

GetExceptionOk returns a tuple with the Exception field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetId

func (o *CommandResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CommandResource) GetIdOk

func (o *CommandResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetLastExecutionTime

func (o *CommandResource) GetLastExecutionTime() time.Time

GetLastExecutionTime returns the LastExecutionTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetLastExecutionTimeOk

func (o *CommandResource) GetLastExecutionTimeOk() (*time.Time, bool)

GetLastExecutionTimeOk returns a tuple with the LastExecutionTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetMessage

func (o *CommandResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetMessageOk

func (o *CommandResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetName

func (o *CommandResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetNameOk

func (o *CommandResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetPriority

func (o *CommandResource) GetPriority() CommandPriority

GetPriority returns the Priority field value if set, zero value otherwise.

func (*CommandResource) GetPriorityOk

func (o *CommandResource) GetPriorityOk() (*CommandPriority, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetQueued

func (o *CommandResource) GetQueued() time.Time

GetQueued returns the Queued field value if set, zero value otherwise.

func (*CommandResource) GetQueuedOk

func (o *CommandResource) GetQueuedOk() (*time.Time, bool)

GetQueuedOk returns a tuple with the Queued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetResult added in v0.3.0

func (o *CommandResource) GetResult() CommandResult

GetResult returns the Result field value if set, zero value otherwise.

func (*CommandResource) GetResultOk added in v0.3.0

func (o *CommandResource) GetResultOk() (*CommandResult, bool)

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetSendUpdatesToClient

func (o *CommandResource) GetSendUpdatesToClient() bool

GetSendUpdatesToClient returns the SendUpdatesToClient field value if set, zero value otherwise.

func (*CommandResource) GetSendUpdatesToClientOk

func (o *CommandResource) GetSendUpdatesToClientOk() (*bool, bool)

GetSendUpdatesToClientOk returns a tuple with the SendUpdatesToClient field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetStarted

func (o *CommandResource) GetStarted() time.Time

GetStarted returns the Started field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetStartedOk

func (o *CommandResource) GetStartedOk() (*time.Time, bool)

GetStartedOk returns a tuple with the Started field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetStateChangeTime

func (o *CommandResource) GetStateChangeTime() time.Time

GetStateChangeTime returns the StateChangeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CommandResource) GetStateChangeTimeOk

func (o *CommandResource) GetStateChangeTimeOk() (*time.Time, bool)

GetStateChangeTimeOk returns a tuple with the StateChangeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CommandResource) GetStatus

func (o *CommandResource) GetStatus() CommandStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*CommandResource) GetStatusOk

func (o *CommandResource) GetStatusOk() (*CommandStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetTrigger

func (o *CommandResource) GetTrigger() CommandTrigger

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*CommandResource) GetTriggerOk

func (o *CommandResource) GetTriggerOk() (*CommandTrigger, bool)

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) GetUpdateScheduledTask

func (o *CommandResource) GetUpdateScheduledTask() bool

GetUpdateScheduledTask returns the UpdateScheduledTask field value if set, zero value otherwise.

func (*CommandResource) GetUpdateScheduledTaskOk

func (o *CommandResource) GetUpdateScheduledTaskOk() (*bool, bool)

GetUpdateScheduledTaskOk returns a tuple with the UpdateScheduledTask field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommandResource) HasBody

func (o *CommandResource) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*CommandResource) HasClientUserAgent

func (o *CommandResource) HasClientUserAgent() bool

HasClientUserAgent returns a boolean if a field has been set.

func (*CommandResource) HasCommandName

func (o *CommandResource) HasCommandName() bool

HasCommandName returns a boolean if a field has been set.

func (*CommandResource) HasDuration

func (o *CommandResource) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*CommandResource) HasEnded

func (o *CommandResource) HasEnded() bool

HasEnded returns a boolean if a field has been set.

func (*CommandResource) HasException

func (o *CommandResource) HasException() bool

HasException returns a boolean if a field has been set.

func (*CommandResource) HasId

func (o *CommandResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CommandResource) HasLastExecutionTime

func (o *CommandResource) HasLastExecutionTime() bool

HasLastExecutionTime returns a boolean if a field has been set.

func (*CommandResource) HasMessage

func (o *CommandResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CommandResource) HasName

func (o *CommandResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*CommandResource) HasPriority

func (o *CommandResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*CommandResource) HasQueued

func (o *CommandResource) HasQueued() bool

HasQueued returns a boolean if a field has been set.

func (*CommandResource) HasResult added in v0.3.0

func (o *CommandResource) HasResult() bool

HasResult returns a boolean if a field has been set.

func (*CommandResource) HasSendUpdatesToClient

func (o *CommandResource) HasSendUpdatesToClient() bool

HasSendUpdatesToClient returns a boolean if a field has been set.

func (*CommandResource) HasStarted

func (o *CommandResource) HasStarted() bool

HasStarted returns a boolean if a field has been set.

func (*CommandResource) HasStateChangeTime

func (o *CommandResource) HasStateChangeTime() bool

HasStateChangeTime returns a boolean if a field has been set.

func (*CommandResource) HasStatus

func (o *CommandResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*CommandResource) HasTrigger

func (o *CommandResource) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*CommandResource) HasUpdateScheduledTask

func (o *CommandResource) HasUpdateScheduledTask() bool

HasUpdateScheduledTask returns a boolean if a field has been set.

func (CommandResource) MarshalJSON

func (o CommandResource) MarshalJSON() ([]byte, error)

func (*CommandResource) SetBody

func (o *CommandResource) SetBody(v Command)

SetBody gets a reference to the given Command and assigns it to the Body field.

func (*CommandResource) SetClientUserAgent

func (o *CommandResource) SetClientUserAgent(v string)

SetClientUserAgent gets a reference to the given NullableString and assigns it to the ClientUserAgent field.

func (*CommandResource) SetClientUserAgentNil

func (o *CommandResource) SetClientUserAgentNil()

SetClientUserAgentNil sets the value for ClientUserAgent to be an explicit nil

func (*CommandResource) SetCommandName

func (o *CommandResource) SetCommandName(v string)

SetCommandName gets a reference to the given NullableString and assigns it to the CommandName field.

func (*CommandResource) SetCommandNameNil

func (o *CommandResource) SetCommandNameNil()

SetCommandNameNil sets the value for CommandName to be an explicit nil

func (*CommandResource) SetDuration

func (o *CommandResource) SetDuration(v string)

SetDuration gets a reference to the given string and assigns it to the Duration field.

func (*CommandResource) SetEnded

func (o *CommandResource) SetEnded(v time.Time)

SetEnded gets a reference to the given NullableTime and assigns it to the Ended field.

func (*CommandResource) SetEndedNil

func (o *CommandResource) SetEndedNil()

SetEndedNil sets the value for Ended to be an explicit nil

func (*CommandResource) SetException

func (o *CommandResource) SetException(v string)

SetException gets a reference to the given NullableString and assigns it to the Exception field.

func (*CommandResource) SetExceptionNil

func (o *CommandResource) SetExceptionNil()

SetExceptionNil sets the value for Exception to be an explicit nil

func (*CommandResource) SetId

func (o *CommandResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CommandResource) SetLastExecutionTime

func (o *CommandResource) SetLastExecutionTime(v time.Time)

SetLastExecutionTime gets a reference to the given NullableTime and assigns it to the LastExecutionTime field.

func (*CommandResource) SetLastExecutionTimeNil

func (o *CommandResource) SetLastExecutionTimeNil()

SetLastExecutionTimeNil sets the value for LastExecutionTime to be an explicit nil

func (*CommandResource) SetMessage

func (o *CommandResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CommandResource) SetMessageNil

func (o *CommandResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*CommandResource) SetName

func (o *CommandResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CommandResource) SetNameNil

func (o *CommandResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CommandResource) SetPriority

func (o *CommandResource) SetPriority(v CommandPriority)

SetPriority gets a reference to the given CommandPriority and assigns it to the Priority field.

func (*CommandResource) SetQueued

func (o *CommandResource) SetQueued(v time.Time)

SetQueued gets a reference to the given time.Time and assigns it to the Queued field.

func (*CommandResource) SetResult added in v0.3.0

func (o *CommandResource) SetResult(v CommandResult)

SetResult gets a reference to the given CommandResult and assigns it to the Result field.

func (*CommandResource) SetSendUpdatesToClient

func (o *CommandResource) SetSendUpdatesToClient(v bool)

SetSendUpdatesToClient gets a reference to the given bool and assigns it to the SendUpdatesToClient field.

func (*CommandResource) SetStarted

func (o *CommandResource) SetStarted(v time.Time)

SetStarted gets a reference to the given NullableTime and assigns it to the Started field.

func (*CommandResource) SetStartedNil

func (o *CommandResource) SetStartedNil()

SetStartedNil sets the value for Started to be an explicit nil

func (*CommandResource) SetStateChangeTime

func (o *CommandResource) SetStateChangeTime(v time.Time)

SetStateChangeTime gets a reference to the given NullableTime and assigns it to the StateChangeTime field.

func (*CommandResource) SetStateChangeTimeNil

func (o *CommandResource) SetStateChangeTimeNil()

SetStateChangeTimeNil sets the value for StateChangeTime to be an explicit nil

func (*CommandResource) SetStatus

func (o *CommandResource) SetStatus(v CommandStatus)

SetStatus gets a reference to the given CommandStatus and assigns it to the Status field.

func (*CommandResource) SetTrigger

func (o *CommandResource) SetTrigger(v CommandTrigger)

SetTrigger gets a reference to the given CommandTrigger and assigns it to the Trigger field.

func (*CommandResource) SetUpdateScheduledTask

func (o *CommandResource) SetUpdateScheduledTask(v bool)

SetUpdateScheduledTask gets a reference to the given bool and assigns it to the UpdateScheduledTask field.

func (CommandResource) ToMap added in v1.0.1

func (o CommandResource) ToMap() (map[string]interface{}, error)

func (*CommandResource) UnsetClientUserAgent

func (o *CommandResource) UnsetClientUserAgent()

UnsetClientUserAgent ensures that no value is present for ClientUserAgent, not even an explicit nil

func (*CommandResource) UnsetCommandName

func (o *CommandResource) UnsetCommandName()

UnsetCommandName ensures that no value is present for CommandName, not even an explicit nil

func (*CommandResource) UnsetEnded

func (o *CommandResource) UnsetEnded()

UnsetEnded ensures that no value is present for Ended, not even an explicit nil

func (*CommandResource) UnsetException

func (o *CommandResource) UnsetException()

UnsetException ensures that no value is present for Exception, not even an explicit nil

func (*CommandResource) UnsetLastExecutionTime

func (o *CommandResource) UnsetLastExecutionTime()

UnsetLastExecutionTime ensures that no value is present for LastExecutionTime, not even an explicit nil

func (*CommandResource) UnsetMessage

func (o *CommandResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*CommandResource) UnsetName

func (o *CommandResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CommandResource) UnsetStarted

func (o *CommandResource) UnsetStarted()

UnsetStarted ensures that no value is present for Started, not even an explicit nil

func (*CommandResource) UnsetStateChangeTime

func (o *CommandResource) UnsetStateChangeTime()

UnsetStateChangeTime ensures that no value is present for StateChangeTime, not even an explicit nil

type CommandResult added in v0.3.0

type CommandResult string

CommandResult the model 'CommandResult'

const (
	COMMANDRESULT_UNKNOWN      CommandResult = "unknown"
	COMMANDRESULT_SUCCESSFUL   CommandResult = "successful"
	COMMANDRESULT_UNSUCCESSFUL CommandResult = "unsuccessful"
)

List of CommandResult

func NewCommandResultFromValue added in v0.3.0

func NewCommandResultFromValue(v string) (*CommandResult, error)

NewCommandResultFromValue returns a pointer to a valid CommandResult for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandResult) IsValid added in v0.3.0

func (v CommandResult) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandResult) Ptr added in v0.3.0

func (v CommandResult) Ptr() *CommandResult

Ptr returns reference to CommandResult value

func (*CommandResult) UnmarshalJSON added in v0.3.0

func (v *CommandResult) UnmarshalJSON(src []byte) error

type CommandStatus

type CommandStatus string

CommandStatus the model 'CommandStatus'

const (
	COMMANDSTATUS_QUEUED    CommandStatus = "queued"
	COMMANDSTATUS_STARTED   CommandStatus = "started"
	COMMANDSTATUS_COMPLETED CommandStatus = "completed"
	COMMANDSTATUS_FAILED    CommandStatus = "failed"
	COMMANDSTATUS_ABORTED   CommandStatus = "aborted"
	COMMANDSTATUS_CANCELLED CommandStatus = "cancelled"
	COMMANDSTATUS_ORPHANED  CommandStatus = "orphaned"
)

List of CommandStatus

func NewCommandStatusFromValue

func NewCommandStatusFromValue(v string) (*CommandStatus, error)

NewCommandStatusFromValue returns a pointer to a valid CommandStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandStatus) IsValid

func (v CommandStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandStatus) Ptr

func (v CommandStatus) Ptr() *CommandStatus

Ptr returns reference to CommandStatus value

func (*CommandStatus) UnmarshalJSON

func (v *CommandStatus) UnmarshalJSON(src []byte) error

type CommandTrigger

type CommandTrigger string

CommandTrigger the model 'CommandTrigger'

const (
	COMMANDTRIGGER_UNSPECIFIED CommandTrigger = "unspecified"
	COMMANDTRIGGER_MANUAL      CommandTrigger = "manual"
	COMMANDTRIGGER_SCHEDULED   CommandTrigger = "scheduled"
)

List of CommandTrigger

func NewCommandTriggerFromValue

func NewCommandTriggerFromValue(v string) (*CommandTrigger, error)

NewCommandTriggerFromValue returns a pointer to a valid CommandTrigger for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommandTrigger) IsValid

func (v CommandTrigger) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommandTrigger) Ptr

func (v CommandTrigger) Ptr() *CommandTrigger

Ptr returns reference to CommandTrigger value

func (*CommandTrigger) UnmarshalJSON

func (v *CommandTrigger) UnmarshalJSON(src []byte) error

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type CreditAPIService added in v1.0.1

type CreditAPIService service

CreditAPIService CreditAPI service

func (*CreditAPIService) GetCredit added in v1.0.1

GetCredit Method for GetCredit

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCreditRequest

func (*CreditAPIService) GetCreditById added in v1.0.1

func (a *CreditAPIService) GetCreditById(ctx context.Context, id int32) ApiGetCreditByIdRequest

GetCreditById Method for GetCreditById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCreditByIdRequest

func (*CreditAPIService) GetCreditByIdExecute added in v1.0.1

func (a *CreditAPIService) GetCreditByIdExecute(r ApiGetCreditByIdRequest) (*CreditResource, *http.Response, error)

Execute executes the request

@return CreditResource

func (*CreditAPIService) GetCreditExecute added in v1.0.1

func (a *CreditAPIService) GetCreditExecute(r ApiGetCreditRequest) (*http.Response, error)

Execute executes the request

type CreditResource

type CreditResource struct {
	Id              *int32         `json:"id,omitempty"`
	PersonName      NullableString `json:"personName,omitempty"`
	CreditTmdbId    NullableString `json:"creditTmdbId,omitempty"`
	PersonTmdbId    *int32         `json:"personTmdbId,omitempty"`
	MovieMetadataId *int32         `json:"movieMetadataId,omitempty"`
	Images          []MediaCover   `json:"images,omitempty"`
	Department      NullableString `json:"department,omitempty"`
	Job             NullableString `json:"job,omitempty"`
	Character       NullableString `json:"character,omitempty"`
	Order           *int32         `json:"order,omitempty"`
	Type            *CreditType    `json:"type,omitempty"`
}

CreditResource struct for CreditResource

func NewCreditResource

func NewCreditResource() *CreditResource

NewCreditResource instantiates a new CreditResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreditResourceWithDefaults

func NewCreditResourceWithDefaults() *CreditResource

NewCreditResourceWithDefaults instantiates a new CreditResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreditResource) GetCharacter

func (o *CreditResource) GetCharacter() string

GetCharacter returns the Character field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreditResource) GetCharacterOk

func (o *CreditResource) GetCharacterOk() (*string, bool)

GetCharacterOk returns a tuple with the Character field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreditResource) GetCreditTmdbId

func (o *CreditResource) GetCreditTmdbId() string

GetCreditTmdbId returns the CreditTmdbId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreditResource) GetCreditTmdbIdOk

func (o *CreditResource) GetCreditTmdbIdOk() (*string, bool)

GetCreditTmdbIdOk returns a tuple with the CreditTmdbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreditResource) GetDepartment

func (o *CreditResource) GetDepartment() string

GetDepartment returns the Department field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreditResource) GetDepartmentOk

func (o *CreditResource) GetDepartmentOk() (*string, bool)

GetDepartmentOk returns a tuple with the Department field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreditResource) GetId

func (o *CreditResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CreditResource) GetIdOk

func (o *CreditResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditResource) GetImages

func (o *CreditResource) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreditResource) GetImagesOk

func (o *CreditResource) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreditResource) GetJob

func (o *CreditResource) GetJob() string

GetJob returns the Job field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreditResource) GetJobOk

func (o *CreditResource) GetJobOk() (*string, bool)

GetJobOk returns a tuple with the Job field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreditResource) GetMovieMetadataId

func (o *CreditResource) GetMovieMetadataId() int32

GetMovieMetadataId returns the MovieMetadataId field value if set, zero value otherwise.

func (*CreditResource) GetMovieMetadataIdOk

func (o *CreditResource) GetMovieMetadataIdOk() (*int32, bool)

GetMovieMetadataIdOk returns a tuple with the MovieMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditResource) GetOrder

func (o *CreditResource) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*CreditResource) GetOrderOk

func (o *CreditResource) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditResource) GetPersonName

func (o *CreditResource) GetPersonName() string

GetPersonName returns the PersonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreditResource) GetPersonNameOk

func (o *CreditResource) GetPersonNameOk() (*string, bool)

GetPersonNameOk returns a tuple with the PersonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreditResource) GetPersonTmdbId

func (o *CreditResource) GetPersonTmdbId() int32

GetPersonTmdbId returns the PersonTmdbId field value if set, zero value otherwise.

func (*CreditResource) GetPersonTmdbIdOk

func (o *CreditResource) GetPersonTmdbIdOk() (*int32, bool)

GetPersonTmdbIdOk returns a tuple with the PersonTmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditResource) GetType

func (o *CreditResource) GetType() CreditType

GetType returns the Type field value if set, zero value otherwise.

func (*CreditResource) GetTypeOk

func (o *CreditResource) GetTypeOk() (*CreditType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreditResource) HasCharacter

func (o *CreditResource) HasCharacter() bool

HasCharacter returns a boolean if a field has been set.

func (*CreditResource) HasCreditTmdbId

func (o *CreditResource) HasCreditTmdbId() bool

HasCreditTmdbId returns a boolean if a field has been set.

func (*CreditResource) HasDepartment

func (o *CreditResource) HasDepartment() bool

HasDepartment returns a boolean if a field has been set.

func (*CreditResource) HasId

func (o *CreditResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreditResource) HasImages

func (o *CreditResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*CreditResource) HasJob

func (o *CreditResource) HasJob() bool

HasJob returns a boolean if a field has been set.

func (*CreditResource) HasMovieMetadataId

func (o *CreditResource) HasMovieMetadataId() bool

HasMovieMetadataId returns a boolean if a field has been set.

func (*CreditResource) HasOrder

func (o *CreditResource) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*CreditResource) HasPersonName

func (o *CreditResource) HasPersonName() bool

HasPersonName returns a boolean if a field has been set.

func (*CreditResource) HasPersonTmdbId

func (o *CreditResource) HasPersonTmdbId() bool

HasPersonTmdbId returns a boolean if a field has been set.

func (*CreditResource) HasType

func (o *CreditResource) HasType() bool

HasType returns a boolean if a field has been set.

func (CreditResource) MarshalJSON

func (o CreditResource) MarshalJSON() ([]byte, error)

func (*CreditResource) SetCharacter

func (o *CreditResource) SetCharacter(v string)

SetCharacter gets a reference to the given NullableString and assigns it to the Character field.

func (*CreditResource) SetCharacterNil

func (o *CreditResource) SetCharacterNil()

SetCharacterNil sets the value for Character to be an explicit nil

func (*CreditResource) SetCreditTmdbId

func (o *CreditResource) SetCreditTmdbId(v string)

SetCreditTmdbId gets a reference to the given NullableString and assigns it to the CreditTmdbId field.

func (*CreditResource) SetCreditTmdbIdNil

func (o *CreditResource) SetCreditTmdbIdNil()

SetCreditTmdbIdNil sets the value for CreditTmdbId to be an explicit nil

func (*CreditResource) SetDepartment

func (o *CreditResource) SetDepartment(v string)

SetDepartment gets a reference to the given NullableString and assigns it to the Department field.

func (*CreditResource) SetDepartmentNil

func (o *CreditResource) SetDepartmentNil()

SetDepartmentNil sets the value for Department to be an explicit nil

func (*CreditResource) SetId

func (o *CreditResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CreditResource) SetImages

func (o *CreditResource) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (*CreditResource) SetJob

func (o *CreditResource) SetJob(v string)

SetJob gets a reference to the given NullableString and assigns it to the Job field.

func (*CreditResource) SetJobNil

func (o *CreditResource) SetJobNil()

SetJobNil sets the value for Job to be an explicit nil

func (*CreditResource) SetMovieMetadataId

func (o *CreditResource) SetMovieMetadataId(v int32)

SetMovieMetadataId gets a reference to the given int32 and assigns it to the MovieMetadataId field.

func (*CreditResource) SetOrder

func (o *CreditResource) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*CreditResource) SetPersonName

func (o *CreditResource) SetPersonName(v string)

SetPersonName gets a reference to the given NullableString and assigns it to the PersonName field.

func (*CreditResource) SetPersonNameNil

func (o *CreditResource) SetPersonNameNil()

SetPersonNameNil sets the value for PersonName to be an explicit nil

func (*CreditResource) SetPersonTmdbId

func (o *CreditResource) SetPersonTmdbId(v int32)

SetPersonTmdbId gets a reference to the given int32 and assigns it to the PersonTmdbId field.

func (*CreditResource) SetType

func (o *CreditResource) SetType(v CreditType)

SetType gets a reference to the given CreditType and assigns it to the Type field.

func (CreditResource) ToMap added in v1.0.1

func (o CreditResource) ToMap() (map[string]interface{}, error)

func (*CreditResource) UnsetCharacter

func (o *CreditResource) UnsetCharacter()

UnsetCharacter ensures that no value is present for Character, not even an explicit nil

func (*CreditResource) UnsetCreditTmdbId

func (o *CreditResource) UnsetCreditTmdbId()

UnsetCreditTmdbId ensures that no value is present for CreditTmdbId, not even an explicit nil

func (*CreditResource) UnsetDepartment

func (o *CreditResource) UnsetDepartment()

UnsetDepartment ensures that no value is present for Department, not even an explicit nil

func (*CreditResource) UnsetJob

func (o *CreditResource) UnsetJob()

UnsetJob ensures that no value is present for Job, not even an explicit nil

func (*CreditResource) UnsetPersonName

func (o *CreditResource) UnsetPersonName()

UnsetPersonName ensures that no value is present for PersonName, not even an explicit nil

type CreditType

type CreditType string

CreditType the model 'CreditType'

const (
	CREDITTYPE_CAST CreditType = "cast"
	CREDITTYPE_CREW CreditType = "crew"
)

List of CreditType

func NewCreditTypeFromValue

func NewCreditTypeFromValue(v string) (*CreditType, error)

NewCreditTypeFromValue returns a pointer to a valid CreditType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CreditType) IsValid

func (v CreditType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CreditType) Ptr

func (v CreditType) Ptr() *CreditType

Ptr returns reference to CreditType value

func (*CreditType) UnmarshalJSON

func (v *CreditType) UnmarshalJSON(src []byte) error

type CustomFilterAPIService added in v1.0.1

type CustomFilterAPIService service

CustomFilterAPIService CustomFilterAPI service

func (*CustomFilterAPIService) CreateCustomFilter added in v1.0.1

CreateCustomFilter Method for CreateCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCustomFilterRequest

func (*CustomFilterAPIService) CreateCustomFilterExecute added in v1.0.1

Execute executes the request

@return CustomFilterResource

func (*CustomFilterAPIService) DeleteCustomFilter added in v1.0.1

DeleteCustomFilter Method for DeleteCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCustomFilterRequest

func (*CustomFilterAPIService) DeleteCustomFilterExecute added in v1.0.1

func (a *CustomFilterAPIService) DeleteCustomFilterExecute(r ApiDeleteCustomFilterRequest) (*http.Response, error)

Execute executes the request

func (*CustomFilterAPIService) GetCustomFilterById added in v1.0.1

GetCustomFilterById Method for GetCustomFilterById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCustomFilterByIdRequest

func (*CustomFilterAPIService) GetCustomFilterByIdExecute added in v1.0.1

Execute executes the request

@return CustomFilterResource

func (*CustomFilterAPIService) ListCustomFilter added in v1.0.1

ListCustomFilter Method for ListCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCustomFilterRequest

func (*CustomFilterAPIService) ListCustomFilterExecute added in v1.0.1

Execute executes the request

@return []CustomFilterResource

func (*CustomFilterAPIService) UpdateCustomFilter added in v1.0.1

UpdateCustomFilter Method for UpdateCustomFilter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateCustomFilterRequest

func (*CustomFilterAPIService) UpdateCustomFilterExecute added in v1.0.1

Execute executes the request

@return CustomFilterResource

type CustomFilterResource

type CustomFilterResource struct {
	Id      *int32                   `json:"id,omitempty"`
	Type    NullableString           `json:"type,omitempty"`
	Label   NullableString           `json:"label,omitempty"`
	Filters []map[string]interface{} `json:"filters,omitempty"`
}

CustomFilterResource struct for CustomFilterResource

func NewCustomFilterResource

func NewCustomFilterResource() *CustomFilterResource

NewCustomFilterResource instantiates a new CustomFilterResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCustomFilterResourceWithDefaults

func NewCustomFilterResourceWithDefaults() *CustomFilterResource

NewCustomFilterResourceWithDefaults instantiates a new CustomFilterResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CustomFilterResource) GetFilters

func (o *CustomFilterResource) GetFilters() []map[string]interface{}

GetFilters returns the Filters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFilterResource) GetFiltersOk

func (o *CustomFilterResource) GetFiltersOk() ([]map[string]interface{}, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFilterResource) GetId

func (o *CustomFilterResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CustomFilterResource) GetIdOk

func (o *CustomFilterResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFilterResource) GetLabel

func (o *CustomFilterResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFilterResource) GetLabelOk

func (o *CustomFilterResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFilterResource) GetType

func (o *CustomFilterResource) GetType() string

GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFilterResource) GetTypeOk

func (o *CustomFilterResource) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFilterResource) HasFilters

func (o *CustomFilterResource) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*CustomFilterResource) HasId

func (o *CustomFilterResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomFilterResource) HasLabel

func (o *CustomFilterResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*CustomFilterResource) HasType

func (o *CustomFilterResource) HasType() bool

HasType returns a boolean if a field has been set.

func (CustomFilterResource) MarshalJSON

func (o CustomFilterResource) MarshalJSON() ([]byte, error)

func (*CustomFilterResource) SetFilters

func (o *CustomFilterResource) SetFilters(v []map[string]interface{})

SetFilters gets a reference to the given []map[string]interface{} and assigns it to the Filters field.

func (*CustomFilterResource) SetId

func (o *CustomFilterResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CustomFilterResource) SetLabel

func (o *CustomFilterResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*CustomFilterResource) SetLabelNil

func (o *CustomFilterResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*CustomFilterResource) SetType

func (o *CustomFilterResource) SetType(v string)

SetType gets a reference to the given NullableString and assigns it to the Type field.

func (*CustomFilterResource) SetTypeNil

func (o *CustomFilterResource) SetTypeNil()

SetTypeNil sets the value for Type to be an explicit nil

func (CustomFilterResource) ToMap added in v1.0.1

func (o CustomFilterResource) ToMap() (map[string]interface{}, error)

func (*CustomFilterResource) UnsetLabel

func (o *CustomFilterResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

func (*CustomFilterResource) UnsetType

func (o *CustomFilterResource) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

type CustomFormatAPIService added in v1.0.1

type CustomFormatAPIService service

CustomFormatAPIService CustomFormatAPI service

func (*CustomFormatAPIService) CreateCustomFormat added in v1.0.1

CreateCustomFormat Method for CreateCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCustomFormatRequest

func (*CustomFormatAPIService) CreateCustomFormatExecute added in v1.0.1

Execute executes the request

@return CustomFormatResource

func (*CustomFormatAPIService) DeleteCustomFormat added in v1.0.1

DeleteCustomFormat Method for DeleteCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCustomFormatRequest

func (*CustomFormatAPIService) DeleteCustomFormatExecute added in v1.0.1

func (a *CustomFormatAPIService) DeleteCustomFormatExecute(r ApiDeleteCustomFormatRequest) (*http.Response, error)

Execute executes the request

func (*CustomFormatAPIService) GetCustomFormatById added in v1.0.1

GetCustomFormatById Method for GetCustomFormatById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCustomFormatByIdRequest

func (*CustomFormatAPIService) GetCustomFormatByIdExecute added in v1.0.1

Execute executes the request

@return CustomFormatResource

func (*CustomFormatAPIService) ListCustomFormat added in v1.0.1

ListCustomFormat Method for ListCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCustomFormatRequest

func (*CustomFormatAPIService) ListCustomFormatExecute added in v1.0.1

Execute executes the request

@return []CustomFormatResource

func (*CustomFormatAPIService) ListCustomFormatSchema added in v1.0.1

ListCustomFormatSchema Method for ListCustomFormatSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListCustomFormatSchemaRequest

func (*CustomFormatAPIService) ListCustomFormatSchemaExecute added in v1.0.1

Execute executes the request

@return []CustomFormatSpecificationSchema

func (*CustomFormatAPIService) UpdateCustomFormat added in v1.0.1

UpdateCustomFormat Method for UpdateCustomFormat

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateCustomFormatRequest

func (*CustomFormatAPIService) UpdateCustomFormatExecute added in v1.0.1

Execute executes the request

@return CustomFormatResource

type CustomFormatResource

type CustomFormatResource struct {
	Id                              *int32                            `json:"id,omitempty"`
	Name                            NullableString                    `json:"name,omitempty"`
	IncludeCustomFormatWhenRenaming NullableBool                      `json:"includeCustomFormatWhenRenaming,omitempty"`
	Specifications                  []CustomFormatSpecificationSchema `json:"specifications,omitempty"`
}

CustomFormatResource struct for CustomFormatResource

func NewCustomFormatResource

func NewCustomFormatResource() *CustomFormatResource

NewCustomFormatResource instantiates a new CustomFormatResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCustomFormatResourceWithDefaults

func NewCustomFormatResourceWithDefaults() *CustomFormatResource

NewCustomFormatResourceWithDefaults instantiates a new CustomFormatResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CustomFormatResource) GetId

func (o *CustomFormatResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*CustomFormatResource) GetIdOk

func (o *CustomFormatResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormatResource) GetIncludeCustomFormatWhenRenaming

func (o *CustomFormatResource) GetIncludeCustomFormatWhenRenaming() bool

GetIncludeCustomFormatWhenRenaming returns the IncludeCustomFormatWhenRenaming field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatResource) GetIncludeCustomFormatWhenRenamingOk

func (o *CustomFormatResource) GetIncludeCustomFormatWhenRenamingOk() (*bool, bool)

GetIncludeCustomFormatWhenRenamingOk returns a tuple with the IncludeCustomFormatWhenRenaming field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatResource) GetName

func (o *CustomFormatResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatResource) GetNameOk

func (o *CustomFormatResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatResource) GetSpecifications

func (o *CustomFormatResource) GetSpecifications() []CustomFormatSpecificationSchema

GetSpecifications returns the Specifications field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatResource) GetSpecificationsOk

func (o *CustomFormatResource) GetSpecificationsOk() ([]CustomFormatSpecificationSchema, bool)

GetSpecificationsOk returns a tuple with the Specifications field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatResource) HasId

func (o *CustomFormatResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*CustomFormatResource) HasIncludeCustomFormatWhenRenaming

func (o *CustomFormatResource) HasIncludeCustomFormatWhenRenaming() bool

HasIncludeCustomFormatWhenRenaming returns a boolean if a field has been set.

func (*CustomFormatResource) HasName

func (o *CustomFormatResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*CustomFormatResource) HasSpecifications

func (o *CustomFormatResource) HasSpecifications() bool

HasSpecifications returns a boolean if a field has been set.

func (CustomFormatResource) MarshalJSON

func (o CustomFormatResource) MarshalJSON() ([]byte, error)

func (*CustomFormatResource) SetId

func (o *CustomFormatResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CustomFormatResource) SetIncludeCustomFormatWhenRenaming

func (o *CustomFormatResource) SetIncludeCustomFormatWhenRenaming(v bool)

SetIncludeCustomFormatWhenRenaming gets a reference to the given NullableBool and assigns it to the IncludeCustomFormatWhenRenaming field.

func (*CustomFormatResource) SetIncludeCustomFormatWhenRenamingNil added in v0.2.0

func (o *CustomFormatResource) SetIncludeCustomFormatWhenRenamingNil()

SetIncludeCustomFormatWhenRenamingNil sets the value for IncludeCustomFormatWhenRenaming to be an explicit nil

func (*CustomFormatResource) SetName

func (o *CustomFormatResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CustomFormatResource) SetNameNil

func (o *CustomFormatResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CustomFormatResource) SetSpecifications

func (o *CustomFormatResource) SetSpecifications(v []CustomFormatSpecificationSchema)

SetSpecifications gets a reference to the given []CustomFormatSpecificationSchema and assigns it to the Specifications field.

func (CustomFormatResource) ToMap added in v1.0.1

func (o CustomFormatResource) ToMap() (map[string]interface{}, error)

func (*CustomFormatResource) UnsetIncludeCustomFormatWhenRenaming added in v0.2.0

func (o *CustomFormatResource) UnsetIncludeCustomFormatWhenRenaming()

UnsetIncludeCustomFormatWhenRenaming ensures that no value is present for IncludeCustomFormatWhenRenaming, not even an explicit nil

func (*CustomFormatResource) UnsetName

func (o *CustomFormatResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type CustomFormatSpecificationSchema

type CustomFormatSpecificationSchema struct {
	Id                 *int32                            `json:"id,omitempty"`
	Name               NullableString                    `json:"name,omitempty"`
	Implementation     NullableString                    `json:"implementation,omitempty"`
	ImplementationName NullableString                    `json:"implementationName,omitempty"`
	InfoLink           NullableString                    `json:"infoLink,omitempty"`
	Negate             *bool                             `json:"negate,omitempty"`
	Required           *bool                             `json:"required,omitempty"`
	Fields             []Field                           `json:"fields,omitempty"`
	Presets            []CustomFormatSpecificationSchema `json:"presets,omitempty"`
}

CustomFormatSpecificationSchema struct for CustomFormatSpecificationSchema

func NewCustomFormatSpecificationSchema

func NewCustomFormatSpecificationSchema() *CustomFormatSpecificationSchema

NewCustomFormatSpecificationSchema instantiates a new CustomFormatSpecificationSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCustomFormatSpecificationSchemaWithDefaults

func NewCustomFormatSpecificationSchemaWithDefaults() *CustomFormatSpecificationSchema

NewCustomFormatSpecificationSchemaWithDefaults instantiates a new CustomFormatSpecificationSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CustomFormatSpecificationSchema) GetFields

func (o *CustomFormatSpecificationSchema) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetFieldsOk

func (o *CustomFormatSpecificationSchema) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatSpecificationSchema) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetIdOk

func (o *CustomFormatSpecificationSchema) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormatSpecificationSchema) GetImplementation

func (o *CustomFormatSpecificationSchema) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetImplementationName

func (o *CustomFormatSpecificationSchema) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetImplementationNameOk

func (o *CustomFormatSpecificationSchema) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatSpecificationSchema) GetImplementationOk

func (o *CustomFormatSpecificationSchema) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *CustomFormatSpecificationSchema) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetInfoLinkOk

func (o *CustomFormatSpecificationSchema) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatSpecificationSchema) GetName

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetNameOk

func (o *CustomFormatSpecificationSchema) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatSpecificationSchema) GetNegate

func (o *CustomFormatSpecificationSchema) GetNegate() bool

GetNegate returns the Negate field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetNegateOk

func (o *CustomFormatSpecificationSchema) GetNegateOk() (*bool, bool)

GetNegateOk returns a tuple with the Negate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormatSpecificationSchema) GetPresets

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CustomFormatSpecificationSchema) GetPresetsOk

GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CustomFormatSpecificationSchema) GetRequired

func (o *CustomFormatSpecificationSchema) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*CustomFormatSpecificationSchema) GetRequiredOk

func (o *CustomFormatSpecificationSchema) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFormatSpecificationSchema) HasFields

func (o *CustomFormatSpecificationSchema) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasId

HasId returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasImplementation

func (o *CustomFormatSpecificationSchema) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasImplementationName

func (o *CustomFormatSpecificationSchema) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *CustomFormatSpecificationSchema) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasName

HasName returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasNegate

func (o *CustomFormatSpecificationSchema) HasNegate() bool

HasNegate returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasPresets

func (o *CustomFormatSpecificationSchema) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*CustomFormatSpecificationSchema) HasRequired

func (o *CustomFormatSpecificationSchema) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (CustomFormatSpecificationSchema) MarshalJSON

func (o CustomFormatSpecificationSchema) MarshalJSON() ([]byte, error)

func (*CustomFormatSpecificationSchema) SetFields

func (o *CustomFormatSpecificationSchema) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*CustomFormatSpecificationSchema) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CustomFormatSpecificationSchema) SetImplementation

func (o *CustomFormatSpecificationSchema) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*CustomFormatSpecificationSchema) SetImplementationName

func (o *CustomFormatSpecificationSchema) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*CustomFormatSpecificationSchema) SetImplementationNameNil

func (o *CustomFormatSpecificationSchema) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*CustomFormatSpecificationSchema) SetImplementationNil

func (o *CustomFormatSpecificationSchema) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *CustomFormatSpecificationSchema) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*CustomFormatSpecificationSchema) SetInfoLinkNil

func (o *CustomFormatSpecificationSchema) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*CustomFormatSpecificationSchema) SetName

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CustomFormatSpecificationSchema) SetNameNil

func (o *CustomFormatSpecificationSchema) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CustomFormatSpecificationSchema) SetNegate

func (o *CustomFormatSpecificationSchema) SetNegate(v bool)

SetNegate gets a reference to the given bool and assigns it to the Negate field.

func (*CustomFormatSpecificationSchema) SetPresets

SetPresets gets a reference to the given []CustomFormatSpecificationSchema and assigns it to the Presets field.

func (*CustomFormatSpecificationSchema) SetRequired

func (o *CustomFormatSpecificationSchema) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (CustomFormatSpecificationSchema) ToMap added in v1.0.1

func (o CustomFormatSpecificationSchema) ToMap() (map[string]interface{}, error)

func (*CustomFormatSpecificationSchema) UnsetImplementation

func (o *CustomFormatSpecificationSchema) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*CustomFormatSpecificationSchema) UnsetImplementationName

func (o *CustomFormatSpecificationSchema) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *CustomFormatSpecificationSchema) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*CustomFormatSpecificationSchema) UnsetName

func (o *CustomFormatSpecificationSchema) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type DatabaseType

type DatabaseType string

DatabaseType the model 'DatabaseType'

const (
	DATABASETYPE_SQ_LITE     DatabaseType = "sqLite"
	DATABASETYPE_POSTGRE_SQL DatabaseType = "postgreSQL"
)

List of DatabaseType

func NewDatabaseTypeFromValue

func NewDatabaseTypeFromValue(v string) (*DatabaseType, error)

NewDatabaseTypeFromValue returns a pointer to a valid DatabaseType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DatabaseType) IsValid

func (v DatabaseType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DatabaseType) Ptr

func (v DatabaseType) Ptr() *DatabaseType

Ptr returns reference to DatabaseType value

func (*DatabaseType) UnmarshalJSON

func (v *DatabaseType) UnmarshalJSON(src []byte) error

type DelayProfileAPIService added in v1.0.1

type DelayProfileAPIService service

DelayProfileAPIService DelayProfileAPI service

func (*DelayProfileAPIService) CreateDelayProfile added in v1.0.1

CreateDelayProfile Method for CreateDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDelayProfileRequest

func (*DelayProfileAPIService) CreateDelayProfileExecute added in v1.0.1

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) DeleteDelayProfile added in v1.0.1

DeleteDelayProfile Method for DeleteDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteDelayProfileRequest

func (*DelayProfileAPIService) DeleteDelayProfileExecute added in v1.0.1

func (a *DelayProfileAPIService) DeleteDelayProfileExecute(r ApiDeleteDelayProfileRequest) (*http.Response, error)

Execute executes the request

func (*DelayProfileAPIService) GetDelayProfileById added in v1.0.1

GetDelayProfileById Method for GetDelayProfileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetDelayProfileByIdRequest

func (*DelayProfileAPIService) GetDelayProfileByIdExecute added in v1.0.1

Execute executes the request

@return DelayProfileResource

func (*DelayProfileAPIService) ListDelayProfile added in v1.0.1

ListDelayProfile Method for ListDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDelayProfileRequest

func (*DelayProfileAPIService) ListDelayProfileExecute added in v1.0.1

Execute executes the request

@return []DelayProfileResource

func (*DelayProfileAPIService) UpdateDelayProfile added in v1.0.1

UpdateDelayProfile Method for UpdateDelayProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDelayProfileRequest

func (*DelayProfileAPIService) UpdateDelayProfileExecute added in v1.0.1

Execute executes the request

@return DelayProfileResource

type DelayProfileResource

type DelayProfileResource struct {
	Id                             *int32            `json:"id,omitempty"`
	EnableUsenet                   *bool             `json:"enableUsenet,omitempty"`
	EnableTorrent                  *bool             `json:"enableTorrent,omitempty"`
	PreferredProtocol              *DownloadProtocol `json:"preferredProtocol,omitempty"`
	UsenetDelay                    *int32            `json:"usenetDelay,omitempty"`
	TorrentDelay                   *int32            `json:"torrentDelay,omitempty"`
	BypassIfHighestQuality         *bool             `json:"bypassIfHighestQuality,omitempty"`
	BypassIfAboveCustomFormatScore *bool             `json:"bypassIfAboveCustomFormatScore,omitempty"`
	MinimumCustomFormatScore       *int32            `json:"minimumCustomFormatScore,omitempty"`
	Order                          *int32            `json:"order,omitempty"`
	Tags                           []int32           `json:"tags,omitempty"`
}

DelayProfileResource struct for DelayProfileResource

func NewDelayProfileResource

func NewDelayProfileResource() *DelayProfileResource

NewDelayProfileResource instantiates a new DelayProfileResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDelayProfileResourceWithDefaults

func NewDelayProfileResourceWithDefaults() *DelayProfileResource

NewDelayProfileResourceWithDefaults instantiates a new DelayProfileResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DelayProfileResource) GetBypassIfAboveCustomFormatScore added in v0.4.0

func (o *DelayProfileResource) GetBypassIfAboveCustomFormatScore() bool

GetBypassIfAboveCustomFormatScore returns the BypassIfAboveCustomFormatScore field value if set, zero value otherwise.

func (*DelayProfileResource) GetBypassIfAboveCustomFormatScoreOk added in v0.4.0

func (o *DelayProfileResource) GetBypassIfAboveCustomFormatScoreOk() (*bool, bool)

GetBypassIfAboveCustomFormatScoreOk returns a tuple with the BypassIfAboveCustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetBypassIfHighestQuality

func (o *DelayProfileResource) GetBypassIfHighestQuality() bool

GetBypassIfHighestQuality returns the BypassIfHighestQuality field value if set, zero value otherwise.

func (*DelayProfileResource) GetBypassIfHighestQualityOk

func (o *DelayProfileResource) GetBypassIfHighestQualityOk() (*bool, bool)

GetBypassIfHighestQualityOk returns a tuple with the BypassIfHighestQuality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetEnableTorrent

func (o *DelayProfileResource) GetEnableTorrent() bool

GetEnableTorrent returns the EnableTorrent field value if set, zero value otherwise.

func (*DelayProfileResource) GetEnableTorrentOk

func (o *DelayProfileResource) GetEnableTorrentOk() (*bool, bool)

GetEnableTorrentOk returns a tuple with the EnableTorrent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetEnableUsenet

func (o *DelayProfileResource) GetEnableUsenet() bool

GetEnableUsenet returns the EnableUsenet field value if set, zero value otherwise.

func (*DelayProfileResource) GetEnableUsenetOk

func (o *DelayProfileResource) GetEnableUsenetOk() (*bool, bool)

GetEnableUsenetOk returns a tuple with the EnableUsenet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetId

func (o *DelayProfileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*DelayProfileResource) GetIdOk

func (o *DelayProfileResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetMinimumCustomFormatScore added in v0.4.0

func (o *DelayProfileResource) GetMinimumCustomFormatScore() int32

GetMinimumCustomFormatScore returns the MinimumCustomFormatScore field value if set, zero value otherwise.

func (*DelayProfileResource) GetMinimumCustomFormatScoreOk added in v0.4.0

func (o *DelayProfileResource) GetMinimumCustomFormatScoreOk() (*int32, bool)

GetMinimumCustomFormatScoreOk returns a tuple with the MinimumCustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetOrder

func (o *DelayProfileResource) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*DelayProfileResource) GetOrderOk

func (o *DelayProfileResource) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetPreferredProtocol

func (o *DelayProfileResource) GetPreferredProtocol() DownloadProtocol

GetPreferredProtocol returns the PreferredProtocol field value if set, zero value otherwise.

func (*DelayProfileResource) GetPreferredProtocolOk

func (o *DelayProfileResource) GetPreferredProtocolOk() (*DownloadProtocol, bool)

GetPreferredProtocolOk returns a tuple with the PreferredProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DelayProfileResource) GetTagsOk

func (o *DelayProfileResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DelayProfileResource) GetTorrentDelay

func (o *DelayProfileResource) GetTorrentDelay() int32

GetTorrentDelay returns the TorrentDelay field value if set, zero value otherwise.

func (*DelayProfileResource) GetTorrentDelayOk

func (o *DelayProfileResource) GetTorrentDelayOk() (*int32, bool)

GetTorrentDelayOk returns a tuple with the TorrentDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) GetUsenetDelay

func (o *DelayProfileResource) GetUsenetDelay() int32

GetUsenetDelay returns the UsenetDelay field value if set, zero value otherwise.

func (*DelayProfileResource) GetUsenetDelayOk

func (o *DelayProfileResource) GetUsenetDelayOk() (*int32, bool)

GetUsenetDelayOk returns a tuple with the UsenetDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DelayProfileResource) HasBypassIfAboveCustomFormatScore added in v0.4.0

func (o *DelayProfileResource) HasBypassIfAboveCustomFormatScore() bool

HasBypassIfAboveCustomFormatScore returns a boolean if a field has been set.

func (*DelayProfileResource) HasBypassIfHighestQuality

func (o *DelayProfileResource) HasBypassIfHighestQuality() bool

HasBypassIfHighestQuality returns a boolean if a field has been set.

func (*DelayProfileResource) HasEnableTorrent

func (o *DelayProfileResource) HasEnableTorrent() bool

HasEnableTorrent returns a boolean if a field has been set.

func (*DelayProfileResource) HasEnableUsenet

func (o *DelayProfileResource) HasEnableUsenet() bool

HasEnableUsenet returns a boolean if a field has been set.

func (*DelayProfileResource) HasId

func (o *DelayProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*DelayProfileResource) HasMinimumCustomFormatScore added in v0.4.0

func (o *DelayProfileResource) HasMinimumCustomFormatScore() bool

HasMinimumCustomFormatScore returns a boolean if a field has been set.

func (*DelayProfileResource) HasOrder

func (o *DelayProfileResource) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*DelayProfileResource) HasPreferredProtocol

func (o *DelayProfileResource) HasPreferredProtocol() bool

HasPreferredProtocol returns a boolean if a field has been set.

func (*DelayProfileResource) HasTags

func (o *DelayProfileResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*DelayProfileResource) HasTorrentDelay

func (o *DelayProfileResource) HasTorrentDelay() bool

HasTorrentDelay returns a boolean if a field has been set.

func (*DelayProfileResource) HasUsenetDelay

func (o *DelayProfileResource) HasUsenetDelay() bool

HasUsenetDelay returns a boolean if a field has been set.

func (DelayProfileResource) MarshalJSON

func (o DelayProfileResource) MarshalJSON() ([]byte, error)

func (*DelayProfileResource) SetBypassIfAboveCustomFormatScore added in v0.4.0

func (o *DelayProfileResource) SetBypassIfAboveCustomFormatScore(v bool)

SetBypassIfAboveCustomFormatScore gets a reference to the given bool and assigns it to the BypassIfAboveCustomFormatScore field.

func (*DelayProfileResource) SetBypassIfHighestQuality

func (o *DelayProfileResource) SetBypassIfHighestQuality(v bool)

SetBypassIfHighestQuality gets a reference to the given bool and assigns it to the BypassIfHighestQuality field.

func (*DelayProfileResource) SetEnableTorrent

func (o *DelayProfileResource) SetEnableTorrent(v bool)

SetEnableTorrent gets a reference to the given bool and assigns it to the EnableTorrent field.

func (*DelayProfileResource) SetEnableUsenet

func (o *DelayProfileResource) SetEnableUsenet(v bool)

SetEnableUsenet gets a reference to the given bool and assigns it to the EnableUsenet field.

func (*DelayProfileResource) SetId

func (o *DelayProfileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*DelayProfileResource) SetMinimumCustomFormatScore added in v0.4.0

func (o *DelayProfileResource) SetMinimumCustomFormatScore(v int32)

SetMinimumCustomFormatScore gets a reference to the given int32 and assigns it to the MinimumCustomFormatScore field.

func (*DelayProfileResource) SetOrder

func (o *DelayProfileResource) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*DelayProfileResource) SetPreferredProtocol

func (o *DelayProfileResource) SetPreferredProtocol(v DownloadProtocol)

SetPreferredProtocol gets a reference to the given DownloadProtocol and assigns it to the PreferredProtocol field.

func (*DelayProfileResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*DelayProfileResource) SetTorrentDelay

func (o *DelayProfileResource) SetTorrentDelay(v int32)

SetTorrentDelay gets a reference to the given int32 and assigns it to the TorrentDelay field.

func (*DelayProfileResource) SetUsenetDelay

func (o *DelayProfileResource) SetUsenetDelay(v int32)

SetUsenetDelay gets a reference to the given int32 and assigns it to the UsenetDelay field.

func (DelayProfileResource) ToMap added in v1.0.1

func (o DelayProfileResource) ToMap() (map[string]interface{}, error)

type DiskSpaceAPIService added in v1.0.1

type DiskSpaceAPIService service

DiskSpaceAPIService DiskSpaceAPI service

func (*DiskSpaceAPIService) ListDiskSpace added in v1.0.1

ListDiskSpace Method for ListDiskSpace

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDiskSpaceRequest

func (*DiskSpaceAPIService) ListDiskSpaceExecute added in v1.0.1

Execute executes the request

@return []DiskSpaceResource

type DiskSpaceResource

type DiskSpaceResource struct {
	Id         *int32         `json:"id,omitempty"`
	Path       NullableString `json:"path,omitempty"`
	Label      NullableString `json:"label,omitempty"`
	FreeSpace  *int64         `json:"freeSpace,omitempty"`
	TotalSpace *int64         `json:"totalSpace,omitempty"`
}

DiskSpaceResource struct for DiskSpaceResource

func NewDiskSpaceResource

func NewDiskSpaceResource() *DiskSpaceResource

NewDiskSpaceResource instantiates a new DiskSpaceResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDiskSpaceResourceWithDefaults

func NewDiskSpaceResourceWithDefaults() *DiskSpaceResource

NewDiskSpaceResourceWithDefaults instantiates a new DiskSpaceResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DiskSpaceResource) GetFreeSpace

func (o *DiskSpaceResource) GetFreeSpace() int64

GetFreeSpace returns the FreeSpace field value if set, zero value otherwise.

func (*DiskSpaceResource) GetFreeSpaceOk

func (o *DiskSpaceResource) GetFreeSpaceOk() (*int64, bool)

GetFreeSpaceOk returns a tuple with the FreeSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSpaceResource) GetId

func (o *DiskSpaceResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*DiskSpaceResource) GetIdOk

func (o *DiskSpaceResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSpaceResource) GetLabel

func (o *DiskSpaceResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiskSpaceResource) GetLabelOk

func (o *DiskSpaceResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiskSpaceResource) GetPath

func (o *DiskSpaceResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DiskSpaceResource) GetPathOk

func (o *DiskSpaceResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DiskSpaceResource) GetTotalSpace

func (o *DiskSpaceResource) GetTotalSpace() int64

GetTotalSpace returns the TotalSpace field value if set, zero value otherwise.

func (*DiskSpaceResource) GetTotalSpaceOk

func (o *DiskSpaceResource) GetTotalSpaceOk() (*int64, bool)

GetTotalSpaceOk returns a tuple with the TotalSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DiskSpaceResource) HasFreeSpace

func (o *DiskSpaceResource) HasFreeSpace() bool

HasFreeSpace returns a boolean if a field has been set.

func (*DiskSpaceResource) HasId

func (o *DiskSpaceResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*DiskSpaceResource) HasLabel

func (o *DiskSpaceResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*DiskSpaceResource) HasPath

func (o *DiskSpaceResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*DiskSpaceResource) HasTotalSpace

func (o *DiskSpaceResource) HasTotalSpace() bool

HasTotalSpace returns a boolean if a field has been set.

func (DiskSpaceResource) MarshalJSON

func (o DiskSpaceResource) MarshalJSON() ([]byte, error)

func (*DiskSpaceResource) SetFreeSpace

func (o *DiskSpaceResource) SetFreeSpace(v int64)

SetFreeSpace gets a reference to the given int64 and assigns it to the FreeSpace field.

func (*DiskSpaceResource) SetId

func (o *DiskSpaceResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*DiskSpaceResource) SetLabel

func (o *DiskSpaceResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*DiskSpaceResource) SetLabelNil

func (o *DiskSpaceResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*DiskSpaceResource) SetPath

func (o *DiskSpaceResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*DiskSpaceResource) SetPathNil

func (o *DiskSpaceResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*DiskSpaceResource) SetTotalSpace

func (o *DiskSpaceResource) SetTotalSpace(v int64)

SetTotalSpace gets a reference to the given int64 and assigns it to the TotalSpace field.

func (DiskSpaceResource) ToMap added in v1.0.1

func (o DiskSpaceResource) ToMap() (map[string]interface{}, error)

func (*DiskSpaceResource) UnsetLabel

func (o *DiskSpaceResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

func (*DiskSpaceResource) UnsetPath

func (o *DiskSpaceResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

type DownloadClientAPIService added in v1.0.1

type DownloadClientAPIService service

DownloadClientAPIService DownloadClientAPI service

func (*DownloadClientAPIService) CreateDownloadClient added in v1.0.1

CreateDownloadClient Method for CreateDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDownloadClientRequest

func (*DownloadClientAPIService) CreateDownloadClientActionByName added in v1.0.1

func (a *DownloadClientAPIService) CreateDownloadClientActionByName(ctx context.Context, name string) ApiCreateDownloadClientActionByNameRequest

CreateDownloadClientActionByName Method for CreateDownloadClientActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateDownloadClientActionByNameRequest

func (*DownloadClientAPIService) CreateDownloadClientActionByNameExecute added in v1.0.1

func (a *DownloadClientAPIService) CreateDownloadClientActionByNameExecute(r ApiCreateDownloadClientActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) CreateDownloadClientExecute added in v1.0.1

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) DeleteDownloadClient added in v1.0.1

DeleteDownloadClient Method for DeleteDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteDownloadClientRequest

func (*DownloadClientAPIService) DeleteDownloadClientBulk added in v1.0.1

DeleteDownloadClientBulk Method for DeleteDownloadClientBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteDownloadClientBulkRequest

func (*DownloadClientAPIService) DeleteDownloadClientBulkExecute added in v1.0.1

func (a *DownloadClientAPIService) DeleteDownloadClientBulkExecute(r ApiDeleteDownloadClientBulkRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) DeleteDownloadClientExecute added in v1.0.1

func (a *DownloadClientAPIService) DeleteDownloadClientExecute(r ApiDeleteDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) GetDownloadClientById added in v1.0.1

GetDownloadClientById Method for GetDownloadClientById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetDownloadClientByIdRequest

func (*DownloadClientAPIService) GetDownloadClientByIdExecute added in v1.0.1

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) ListDownloadClient added in v1.0.1

ListDownloadClient Method for ListDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDownloadClientRequest

func (*DownloadClientAPIService) ListDownloadClientExecute added in v1.0.1

Execute executes the request

@return []DownloadClientResource

func (*DownloadClientAPIService) ListDownloadClientSchema added in v1.0.1

ListDownloadClientSchema Method for ListDownloadClientSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDownloadClientSchemaRequest

func (*DownloadClientAPIService) ListDownloadClientSchemaExecute added in v1.0.1

Execute executes the request

@return []DownloadClientResource

func (*DownloadClientAPIService) PutDownloadClientBulk added in v1.0.1

PutDownloadClientBulk Method for PutDownloadClientBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutDownloadClientBulkRequest

func (*DownloadClientAPIService) PutDownloadClientBulkExecute added in v1.0.1

Execute executes the request

@return DownloadClientResource

func (*DownloadClientAPIService) TestDownloadClient added in v1.0.1

TestDownloadClient Method for TestDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestDownloadClientRequest

func (*DownloadClientAPIService) TestDownloadClientExecute added in v1.0.1

func (a *DownloadClientAPIService) TestDownloadClientExecute(r ApiTestDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) TestallDownloadClient added in v1.0.1

TestallDownloadClient Method for TestallDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallDownloadClientRequest

func (*DownloadClientAPIService) TestallDownloadClientExecute added in v1.0.1

func (a *DownloadClientAPIService) TestallDownloadClientExecute(r ApiTestallDownloadClientRequest) (*http.Response, error)

Execute executes the request

func (*DownloadClientAPIService) UpdateDownloadClient added in v1.0.1

UpdateDownloadClient Method for UpdateDownloadClient

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDownloadClientRequest

func (*DownloadClientAPIService) UpdateDownloadClientExecute added in v1.0.1

Execute executes the request

@return DownloadClientResource

type DownloadClientBulkResource added in v0.4.0

type DownloadClientBulkResource struct {
	Ids                      []int32       `json:"ids,omitempty"`
	Tags                     []int32       `json:"tags,omitempty"`
	ApplyTags                *ApplyTags    `json:"applyTags,omitempty"`
	Enable                   NullableBool  `json:"enable,omitempty"`
	Priority                 NullableInt32 `json:"priority,omitempty"`
	RemoveCompletedDownloads NullableBool  `json:"removeCompletedDownloads,omitempty"`
	RemoveFailedDownloads    NullableBool  `json:"removeFailedDownloads,omitempty"`
}

DownloadClientBulkResource struct for DownloadClientBulkResource

func NewDownloadClientBulkResource added in v0.4.0

func NewDownloadClientBulkResource() *DownloadClientBulkResource

NewDownloadClientBulkResource instantiates a new DownloadClientBulkResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDownloadClientBulkResourceWithDefaults added in v0.4.0

func NewDownloadClientBulkResourceWithDefaults() *DownloadClientBulkResource

NewDownloadClientBulkResourceWithDefaults instantiates a new DownloadClientBulkResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DownloadClientBulkResource) GetApplyTags added in v0.4.0

func (o *DownloadClientBulkResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*DownloadClientBulkResource) GetApplyTagsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientBulkResource) GetEnable added in v0.4.0

func (o *DownloadClientBulkResource) GetEnable() bool

GetEnable returns the Enable field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetEnableOk added in v0.4.0

func (o *DownloadClientBulkResource) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientBulkResource) GetIds added in v0.4.0

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

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetIdsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientBulkResource) GetPriority added in v0.4.0

func (o *DownloadClientBulkResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetPriorityOk added in v0.4.0

func (o *DownloadClientBulkResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientBulkResource) GetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveCompletedDownloads() bool

GetRemoveCompletedDownloads returns the RemoveCompletedDownloads field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetRemoveCompletedDownloadsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveCompletedDownloadsOk() (*bool, bool)

GetRemoveCompletedDownloadsOk returns a tuple with the RemoveCompletedDownloads field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientBulkResource) GetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveFailedDownloads() bool

GetRemoveFailedDownloads returns the RemoveFailedDownloads field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetRemoveFailedDownloadsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetRemoveFailedDownloadsOk() (*bool, bool)

GetRemoveFailedDownloadsOk returns a tuple with the RemoveFailedDownloads field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientBulkResource) GetTags added in v0.4.0

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientBulkResource) GetTagsOk added in v0.4.0

func (o *DownloadClientBulkResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientBulkResource) HasApplyTags added in v0.4.0

func (o *DownloadClientBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasEnable added in v0.4.0

func (o *DownloadClientBulkResource) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasIds added in v0.4.0

func (o *DownloadClientBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasPriority added in v0.4.0

func (o *DownloadClientBulkResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) HasRemoveCompletedDownloads() bool

HasRemoveCompletedDownloads returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) HasRemoveFailedDownloads() bool

HasRemoveFailedDownloads returns a boolean if a field has been set.

func (*DownloadClientBulkResource) HasTags added in v0.4.0

func (o *DownloadClientBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (DownloadClientBulkResource) MarshalJSON added in v0.4.0

func (o DownloadClientBulkResource) MarshalJSON() ([]byte, error)

func (*DownloadClientBulkResource) SetApplyTags added in v0.4.0

func (o *DownloadClientBulkResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*DownloadClientBulkResource) SetEnable added in v0.4.0

func (o *DownloadClientBulkResource) SetEnable(v bool)

SetEnable gets a reference to the given NullableBool and assigns it to the Enable field.

func (*DownloadClientBulkResource) SetEnableNil added in v0.4.0

func (o *DownloadClientBulkResource) SetEnableNil()

SetEnableNil sets the value for Enable to be an explicit nil

func (*DownloadClientBulkResource) SetIds added in v0.4.0

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

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (*DownloadClientBulkResource) SetPriority added in v0.4.0

func (o *DownloadClientBulkResource) SetPriority(v int32)

SetPriority gets a reference to the given NullableInt32 and assigns it to the Priority field.

func (*DownloadClientBulkResource) SetPriorityNil added in v0.4.0

func (o *DownloadClientBulkResource) SetPriorityNil()

SetPriorityNil sets the value for Priority to be an explicit nil

func (*DownloadClientBulkResource) SetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveCompletedDownloads(v bool)

SetRemoveCompletedDownloads gets a reference to the given NullableBool and assigns it to the RemoveCompletedDownloads field.

func (*DownloadClientBulkResource) SetRemoveCompletedDownloadsNil added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveCompletedDownloadsNil()

SetRemoveCompletedDownloadsNil sets the value for RemoveCompletedDownloads to be an explicit nil

func (*DownloadClientBulkResource) SetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveFailedDownloads(v bool)

SetRemoveFailedDownloads gets a reference to the given NullableBool and assigns it to the RemoveFailedDownloads field.

func (*DownloadClientBulkResource) SetRemoveFailedDownloadsNil added in v0.4.0

func (o *DownloadClientBulkResource) SetRemoveFailedDownloadsNil()

SetRemoveFailedDownloadsNil sets the value for RemoveFailedDownloads to be an explicit nil

func (*DownloadClientBulkResource) SetTags added in v0.4.0

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (DownloadClientBulkResource) ToMap added in v1.0.1

func (o DownloadClientBulkResource) ToMap() (map[string]interface{}, error)

func (*DownloadClientBulkResource) UnsetEnable added in v0.4.0

func (o *DownloadClientBulkResource) UnsetEnable()

UnsetEnable ensures that no value is present for Enable, not even an explicit nil

func (*DownloadClientBulkResource) UnsetPriority added in v0.4.0

func (o *DownloadClientBulkResource) UnsetPriority()

UnsetPriority ensures that no value is present for Priority, not even an explicit nil

func (*DownloadClientBulkResource) UnsetRemoveCompletedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) UnsetRemoveCompletedDownloads()

UnsetRemoveCompletedDownloads ensures that no value is present for RemoveCompletedDownloads, not even an explicit nil

func (*DownloadClientBulkResource) UnsetRemoveFailedDownloads added in v0.4.0

func (o *DownloadClientBulkResource) UnsetRemoveFailedDownloads()

UnsetRemoveFailedDownloads ensures that no value is present for RemoveFailedDownloads, not even an explicit nil

type DownloadClientConfigAPIService added in v1.0.1

type DownloadClientConfigAPIService service

DownloadClientConfigAPIService DownloadClientConfigAPI service

func (*DownloadClientConfigAPIService) GetDownloadClientConfig added in v1.0.1

GetDownloadClientConfig Method for GetDownloadClientConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDownloadClientConfigRequest

func (*DownloadClientConfigAPIService) GetDownloadClientConfigById added in v1.0.1

GetDownloadClientConfigById Method for GetDownloadClientConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetDownloadClientConfigByIdRequest

func (*DownloadClientConfigAPIService) GetDownloadClientConfigByIdExecute added in v1.0.1

Execute executes the request

@return DownloadClientConfigResource

func (*DownloadClientConfigAPIService) GetDownloadClientConfigExecute added in v1.0.1

Execute executes the request

@return DownloadClientConfigResource

func (*DownloadClientConfigAPIService) UpdateDownloadClientConfig added in v1.0.1

UpdateDownloadClientConfig Method for UpdateDownloadClientConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateDownloadClientConfigRequest

func (*DownloadClientConfigAPIService) UpdateDownloadClientConfigExecute added in v1.0.1

Execute executes the request

@return DownloadClientConfigResource

type DownloadClientConfigResource

type DownloadClientConfigResource struct {
	Id                                        *int32         `json:"id,omitempty"`
	DownloadClientWorkingFolders              NullableString `json:"downloadClientWorkingFolders,omitempty"`
	EnableCompletedDownloadHandling           *bool          `json:"enableCompletedDownloadHandling,omitempty"`
	CheckForFinishedDownloadInterval          *int32         `json:"checkForFinishedDownloadInterval,omitempty"`
	AutoRedownloadFailed                      *bool          `json:"autoRedownloadFailed,omitempty"`
	AutoRedownloadFailedFromInteractiveSearch *bool          `json:"autoRedownloadFailedFromInteractiveSearch,omitempty"`
}

DownloadClientConfigResource struct for DownloadClientConfigResource

func NewDownloadClientConfigResource

func NewDownloadClientConfigResource() *DownloadClientConfigResource

NewDownloadClientConfigResource instantiates a new DownloadClientConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDownloadClientConfigResourceWithDefaults

func NewDownloadClientConfigResourceWithDefaults() *DownloadClientConfigResource

NewDownloadClientConfigResourceWithDefaults instantiates a new DownloadClientConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DownloadClientConfigResource) GetAutoRedownloadFailed

func (o *DownloadClientConfigResource) GetAutoRedownloadFailed() bool

GetAutoRedownloadFailed returns the AutoRedownloadFailed field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearch added in v1.0.1

func (o *DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearch() bool

GetAutoRedownloadFailedFromInteractiveSearch returns the AutoRedownloadFailedFromInteractiveSearch field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearchOk added in v1.0.1

func (o *DownloadClientConfigResource) GetAutoRedownloadFailedFromInteractiveSearchOk() (*bool, bool)

GetAutoRedownloadFailedFromInteractiveSearchOk returns a tuple with the AutoRedownloadFailedFromInteractiveSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) GetAutoRedownloadFailedOk

func (o *DownloadClientConfigResource) GetAutoRedownloadFailedOk() (*bool, bool)

GetAutoRedownloadFailedOk returns a tuple with the AutoRedownloadFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) GetCheckForFinishedDownloadInterval

func (o *DownloadClientConfigResource) GetCheckForFinishedDownloadInterval() int32

GetCheckForFinishedDownloadInterval returns the CheckForFinishedDownloadInterval field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetCheckForFinishedDownloadIntervalOk

func (o *DownloadClientConfigResource) GetCheckForFinishedDownloadIntervalOk() (*int32, bool)

GetCheckForFinishedDownloadIntervalOk returns a tuple with the CheckForFinishedDownloadInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) GetDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) GetDownloadClientWorkingFolders() string

GetDownloadClientWorkingFolders returns the DownloadClientWorkingFolders field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientConfigResource) GetDownloadClientWorkingFoldersOk

func (o *DownloadClientConfigResource) GetDownloadClientWorkingFoldersOk() (*string, bool)

GetDownloadClientWorkingFoldersOk returns a tuple with the DownloadClientWorkingFolders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientConfigResource) GetEnableCompletedDownloadHandling

func (o *DownloadClientConfigResource) GetEnableCompletedDownloadHandling() bool

GetEnableCompletedDownloadHandling returns the EnableCompletedDownloadHandling field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetEnableCompletedDownloadHandlingOk

func (o *DownloadClientConfigResource) GetEnableCompletedDownloadHandlingOk() (*bool, bool)

GetEnableCompletedDownloadHandlingOk returns a tuple with the EnableCompletedDownloadHandling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*DownloadClientConfigResource) GetIdOk

func (o *DownloadClientConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientConfigResource) HasAutoRedownloadFailed

func (o *DownloadClientConfigResource) HasAutoRedownloadFailed() bool

HasAutoRedownloadFailed returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasAutoRedownloadFailedFromInteractiveSearch added in v1.0.1

func (o *DownloadClientConfigResource) HasAutoRedownloadFailedFromInteractiveSearch() bool

HasAutoRedownloadFailedFromInteractiveSearch returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasCheckForFinishedDownloadInterval

func (o *DownloadClientConfigResource) HasCheckForFinishedDownloadInterval() bool

HasCheckForFinishedDownloadInterval returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) HasDownloadClientWorkingFolders() bool

HasDownloadClientWorkingFolders returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasEnableCompletedDownloadHandling

func (o *DownloadClientConfigResource) HasEnableCompletedDownloadHandling() bool

HasEnableCompletedDownloadHandling returns a boolean if a field has been set.

func (*DownloadClientConfigResource) HasId

HasId returns a boolean if a field has been set.

func (DownloadClientConfigResource) MarshalJSON

func (o DownloadClientConfigResource) MarshalJSON() ([]byte, error)

func (*DownloadClientConfigResource) SetAutoRedownloadFailed

func (o *DownloadClientConfigResource) SetAutoRedownloadFailed(v bool)

SetAutoRedownloadFailed gets a reference to the given bool and assigns it to the AutoRedownloadFailed field.

func (*DownloadClientConfigResource) SetAutoRedownloadFailedFromInteractiveSearch added in v1.0.1

func (o *DownloadClientConfigResource) SetAutoRedownloadFailedFromInteractiveSearch(v bool)

SetAutoRedownloadFailedFromInteractiveSearch gets a reference to the given bool and assigns it to the AutoRedownloadFailedFromInteractiveSearch field.

func (*DownloadClientConfigResource) SetCheckForFinishedDownloadInterval

func (o *DownloadClientConfigResource) SetCheckForFinishedDownloadInterval(v int32)

SetCheckForFinishedDownloadInterval gets a reference to the given int32 and assigns it to the CheckForFinishedDownloadInterval field.

func (*DownloadClientConfigResource) SetDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) SetDownloadClientWorkingFolders(v string)

SetDownloadClientWorkingFolders gets a reference to the given NullableString and assigns it to the DownloadClientWorkingFolders field.

func (*DownloadClientConfigResource) SetDownloadClientWorkingFoldersNil

func (o *DownloadClientConfigResource) SetDownloadClientWorkingFoldersNil()

SetDownloadClientWorkingFoldersNil sets the value for DownloadClientWorkingFolders to be an explicit nil

func (*DownloadClientConfigResource) SetEnableCompletedDownloadHandling

func (o *DownloadClientConfigResource) SetEnableCompletedDownloadHandling(v bool)

SetEnableCompletedDownloadHandling gets a reference to the given bool and assigns it to the EnableCompletedDownloadHandling field.

func (*DownloadClientConfigResource) SetId

func (o *DownloadClientConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (DownloadClientConfigResource) ToMap added in v1.0.1

func (o DownloadClientConfigResource) ToMap() (map[string]interface{}, error)

func (*DownloadClientConfigResource) UnsetDownloadClientWorkingFolders

func (o *DownloadClientConfigResource) UnsetDownloadClientWorkingFolders()

UnsetDownloadClientWorkingFolders ensures that no value is present for DownloadClientWorkingFolders, not even an explicit nil

type DownloadClientResource

type DownloadClientResource struct {
	Id                       *int32                   `json:"id,omitempty"`
	Name                     NullableString           `json:"name,omitempty"`
	Fields                   []Field                  `json:"fields,omitempty"`
	ImplementationName       NullableString           `json:"implementationName,omitempty"`
	Implementation           NullableString           `json:"implementation,omitempty"`
	ConfigContract           NullableString           `json:"configContract,omitempty"`
	InfoLink                 NullableString           `json:"infoLink,omitempty"`
	Message                  *ProviderMessage         `json:"message,omitempty"`
	Tags                     []int32                  `json:"tags,omitempty"`
	Presets                  []DownloadClientResource `json:"presets,omitempty"`
	Enable                   *bool                    `json:"enable,omitempty"`
	Protocol                 *DownloadProtocol        `json:"protocol,omitempty"`
	Priority                 *int32                   `json:"priority,omitempty"`
	RemoveCompletedDownloads *bool                    `json:"removeCompletedDownloads,omitempty"`
	RemoveFailedDownloads    *bool                    `json:"removeFailedDownloads,omitempty"`
}

DownloadClientResource struct for DownloadClientResource

func NewDownloadClientResource

func NewDownloadClientResource() *DownloadClientResource

NewDownloadClientResource instantiates a new DownloadClientResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDownloadClientResourceWithDefaults

func NewDownloadClientResourceWithDefaults() *DownloadClientResource

NewDownloadClientResourceWithDefaults instantiates a new DownloadClientResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DownloadClientResource) GetConfigContract

func (o *DownloadClientResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetConfigContractOk

func (o *DownloadClientResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) GetEnable

func (o *DownloadClientResource) GetEnable() bool

GetEnable returns the Enable field value if set, zero value otherwise.

func (*DownloadClientResource) GetEnableOk

func (o *DownloadClientResource) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetFields

func (o *DownloadClientResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetFieldsOk

func (o *DownloadClientResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) GetId

func (o *DownloadClientResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*DownloadClientResource) GetIdOk

func (o *DownloadClientResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetImplementation

func (o *DownloadClientResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetImplementationName

func (o *DownloadClientResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetImplementationNameOk

func (o *DownloadClientResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) GetImplementationOk

func (o *DownloadClientResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *DownloadClientResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetInfoLinkOk

func (o *DownloadClientResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) GetMessage

func (o *DownloadClientResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*DownloadClientResource) GetMessageOk

func (o *DownloadClientResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetName

func (o *DownloadClientResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetNameOk

func (o *DownloadClientResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) GetPresets

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetPresetsOk

func (o *DownloadClientResource) GetPresetsOk() ([]DownloadClientResource, bool)

GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) GetPriority

func (o *DownloadClientResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*DownloadClientResource) GetPriorityOk

func (o *DownloadClientResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetProtocol

func (o *DownloadClientResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*DownloadClientResource) GetProtocolOk

func (o *DownloadClientResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetRemoveCompletedDownloads

func (o *DownloadClientResource) GetRemoveCompletedDownloads() bool

GetRemoveCompletedDownloads returns the RemoveCompletedDownloads field value if set, zero value otherwise.

func (*DownloadClientResource) GetRemoveCompletedDownloadsOk

func (o *DownloadClientResource) GetRemoveCompletedDownloadsOk() (*bool, bool)

GetRemoveCompletedDownloadsOk returns a tuple with the RemoveCompletedDownloads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetRemoveFailedDownloads

func (o *DownloadClientResource) GetRemoveFailedDownloads() bool

GetRemoveFailedDownloads returns the RemoveFailedDownloads field value if set, zero value otherwise.

func (*DownloadClientResource) GetRemoveFailedDownloadsOk

func (o *DownloadClientResource) GetRemoveFailedDownloadsOk() (*bool, bool)

GetRemoveFailedDownloadsOk returns a tuple with the RemoveFailedDownloads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DownloadClientResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DownloadClientResource) GetTagsOk

func (o *DownloadClientResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DownloadClientResource) HasConfigContract

func (o *DownloadClientResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*DownloadClientResource) HasEnable

func (o *DownloadClientResource) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*DownloadClientResource) HasFields

func (o *DownloadClientResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*DownloadClientResource) HasId

func (o *DownloadClientResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*DownloadClientResource) HasImplementation

func (o *DownloadClientResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*DownloadClientResource) HasImplementationName

func (o *DownloadClientResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *DownloadClientResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*DownloadClientResource) HasMessage

func (o *DownloadClientResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*DownloadClientResource) HasName

func (o *DownloadClientResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*DownloadClientResource) HasPresets

func (o *DownloadClientResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*DownloadClientResource) HasPriority

func (o *DownloadClientResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*DownloadClientResource) HasProtocol

func (o *DownloadClientResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*DownloadClientResource) HasRemoveCompletedDownloads

func (o *DownloadClientResource) HasRemoveCompletedDownloads() bool

HasRemoveCompletedDownloads returns a boolean if a field has been set.

func (*DownloadClientResource) HasRemoveFailedDownloads

func (o *DownloadClientResource) HasRemoveFailedDownloads() bool

HasRemoveFailedDownloads returns a boolean if a field has been set.

func (*DownloadClientResource) HasTags

func (o *DownloadClientResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (DownloadClientResource) MarshalJSON

func (o DownloadClientResource) MarshalJSON() ([]byte, error)

func (*DownloadClientResource) SetConfigContract

func (o *DownloadClientResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*DownloadClientResource) SetConfigContractNil

func (o *DownloadClientResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*DownloadClientResource) SetEnable

func (o *DownloadClientResource) SetEnable(v bool)

SetEnable gets a reference to the given bool and assigns it to the Enable field.

func (*DownloadClientResource) SetFields

func (o *DownloadClientResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*DownloadClientResource) SetId

func (o *DownloadClientResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*DownloadClientResource) SetImplementation

func (o *DownloadClientResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*DownloadClientResource) SetImplementationName

func (o *DownloadClientResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*DownloadClientResource) SetImplementationNameNil

func (o *DownloadClientResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*DownloadClientResource) SetImplementationNil

func (o *DownloadClientResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *DownloadClientResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*DownloadClientResource) SetInfoLinkNil

func (o *DownloadClientResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*DownloadClientResource) SetMessage

func (o *DownloadClientResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*DownloadClientResource) SetName

func (o *DownloadClientResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*DownloadClientResource) SetNameNil

func (o *DownloadClientResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*DownloadClientResource) SetPresets

SetPresets gets a reference to the given []DownloadClientResource and assigns it to the Presets field.

func (*DownloadClientResource) SetPriority

func (o *DownloadClientResource) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*DownloadClientResource) SetProtocol

func (o *DownloadClientResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*DownloadClientResource) SetRemoveCompletedDownloads

func (o *DownloadClientResource) SetRemoveCompletedDownloads(v bool)

SetRemoveCompletedDownloads gets a reference to the given bool and assigns it to the RemoveCompletedDownloads field.

func (*DownloadClientResource) SetRemoveFailedDownloads

func (o *DownloadClientResource) SetRemoveFailedDownloads(v bool)

SetRemoveFailedDownloads gets a reference to the given bool and assigns it to the RemoveFailedDownloads field.

func (*DownloadClientResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (DownloadClientResource) ToMap added in v1.0.1

func (o DownloadClientResource) ToMap() (map[string]interface{}, error)

func (*DownloadClientResource) UnsetConfigContract

func (o *DownloadClientResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*DownloadClientResource) UnsetImplementation

func (o *DownloadClientResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*DownloadClientResource) UnsetImplementationName

func (o *DownloadClientResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *DownloadClientResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*DownloadClientResource) UnsetName

func (o *DownloadClientResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type DownloadProtocol

type DownloadProtocol string

DownloadProtocol the model 'DownloadProtocol'

const (
	DOWNLOADPROTOCOL_UNKNOWN DownloadProtocol = "unknown"
	DOWNLOADPROTOCOL_USENET  DownloadProtocol = "usenet"
	DOWNLOADPROTOCOL_TORRENT DownloadProtocol = "torrent"
)

List of DownloadProtocol

func NewDownloadProtocolFromValue

func NewDownloadProtocolFromValue(v string) (*DownloadProtocol, error)

NewDownloadProtocolFromValue returns a pointer to a valid DownloadProtocol for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DownloadProtocol) IsValid

func (v DownloadProtocol) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DownloadProtocol) Ptr

Ptr returns reference to DownloadProtocol value

func (*DownloadProtocol) UnmarshalJSON

func (v *DownloadProtocol) UnmarshalJSON(src []byte) error

type ExtraFileAPIService added in v1.0.1

type ExtraFileAPIService service

ExtraFileAPIService ExtraFileAPI service

func (*ExtraFileAPIService) ListExtraFile added in v1.0.1

ListExtraFile Method for ListExtraFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListExtraFileRequest

func (*ExtraFileAPIService) ListExtraFileExecute added in v1.0.1

Execute executes the request

@return []ExtraFileResource

type ExtraFileResource

type ExtraFileResource struct {
	Id           *int32         `json:"id,omitempty"`
	MovieId      *int32         `json:"movieId,omitempty"`
	MovieFileId  NullableInt32  `json:"movieFileId,omitempty"`
	RelativePath NullableString `json:"relativePath,omitempty"`
	Extension    NullableString `json:"extension,omitempty"`
	Type         *ExtraFileType `json:"type,omitempty"`
}

ExtraFileResource struct for ExtraFileResource

func NewExtraFileResource

func NewExtraFileResource() *ExtraFileResource

NewExtraFileResource instantiates a new ExtraFileResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExtraFileResourceWithDefaults

func NewExtraFileResourceWithDefaults() *ExtraFileResource

NewExtraFileResourceWithDefaults instantiates a new ExtraFileResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExtraFileResource) GetExtension

func (o *ExtraFileResource) GetExtension() string

GetExtension returns the Extension field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExtraFileResource) GetExtensionOk

func (o *ExtraFileResource) GetExtensionOk() (*string, bool)

GetExtensionOk returns a tuple with the Extension field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExtraFileResource) GetId

func (o *ExtraFileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ExtraFileResource) GetIdOk

func (o *ExtraFileResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtraFileResource) GetMovieFileId

func (o *ExtraFileResource) GetMovieFileId() int32

GetMovieFileId returns the MovieFileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExtraFileResource) GetMovieFileIdOk

func (o *ExtraFileResource) GetMovieFileIdOk() (*int32, bool)

GetMovieFileIdOk returns a tuple with the MovieFileId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExtraFileResource) GetMovieId

func (o *ExtraFileResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise.

func (*ExtraFileResource) GetMovieIdOk

func (o *ExtraFileResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtraFileResource) GetRelativePath

func (o *ExtraFileResource) GetRelativePath() string

GetRelativePath returns the RelativePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExtraFileResource) GetRelativePathOk

func (o *ExtraFileResource) GetRelativePathOk() (*string, bool)

GetRelativePathOk returns a tuple with the RelativePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExtraFileResource) GetType

func (o *ExtraFileResource) GetType() ExtraFileType

GetType returns the Type field value if set, zero value otherwise.

func (*ExtraFileResource) GetTypeOk

func (o *ExtraFileResource) GetTypeOk() (*ExtraFileType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtraFileResource) HasExtension

func (o *ExtraFileResource) HasExtension() bool

HasExtension returns a boolean if a field has been set.

func (*ExtraFileResource) HasId

func (o *ExtraFileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ExtraFileResource) HasMovieFileId

func (o *ExtraFileResource) HasMovieFileId() bool

HasMovieFileId returns a boolean if a field has been set.

func (*ExtraFileResource) HasMovieId

func (o *ExtraFileResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*ExtraFileResource) HasRelativePath

func (o *ExtraFileResource) HasRelativePath() bool

HasRelativePath returns a boolean if a field has been set.

func (*ExtraFileResource) HasType

func (o *ExtraFileResource) HasType() bool

HasType returns a boolean if a field has been set.

func (ExtraFileResource) MarshalJSON

func (o ExtraFileResource) MarshalJSON() ([]byte, error)

func (*ExtraFileResource) SetExtension

func (o *ExtraFileResource) SetExtension(v string)

SetExtension gets a reference to the given NullableString and assigns it to the Extension field.

func (*ExtraFileResource) SetExtensionNil

func (o *ExtraFileResource) SetExtensionNil()

SetExtensionNil sets the value for Extension to be an explicit nil

func (*ExtraFileResource) SetId

func (o *ExtraFileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ExtraFileResource) SetMovieFileId

func (o *ExtraFileResource) SetMovieFileId(v int32)

SetMovieFileId gets a reference to the given NullableInt32 and assigns it to the MovieFileId field.

func (*ExtraFileResource) SetMovieFileIdNil

func (o *ExtraFileResource) SetMovieFileIdNil()

SetMovieFileIdNil sets the value for MovieFileId to be an explicit nil

func (*ExtraFileResource) SetMovieId

func (o *ExtraFileResource) SetMovieId(v int32)

SetMovieId gets a reference to the given int32 and assigns it to the MovieId field.

func (*ExtraFileResource) SetRelativePath

func (o *ExtraFileResource) SetRelativePath(v string)

SetRelativePath gets a reference to the given NullableString and assigns it to the RelativePath field.

func (*ExtraFileResource) SetRelativePathNil

func (o *ExtraFileResource) SetRelativePathNil()

SetRelativePathNil sets the value for RelativePath to be an explicit nil

func (*ExtraFileResource) SetType

func (o *ExtraFileResource) SetType(v ExtraFileType)

SetType gets a reference to the given ExtraFileType and assigns it to the Type field.

func (ExtraFileResource) ToMap added in v1.0.1

func (o ExtraFileResource) ToMap() (map[string]interface{}, error)

func (*ExtraFileResource) UnsetExtension

func (o *ExtraFileResource) UnsetExtension()

UnsetExtension ensures that no value is present for Extension, not even an explicit nil

func (*ExtraFileResource) UnsetMovieFileId

func (o *ExtraFileResource) UnsetMovieFileId()

UnsetMovieFileId ensures that no value is present for MovieFileId, not even an explicit nil

func (*ExtraFileResource) UnsetRelativePath

func (o *ExtraFileResource) UnsetRelativePath()

UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil

type ExtraFileType

type ExtraFileType string

ExtraFileType the model 'ExtraFileType'

const (
	EXTRAFILETYPE_SUBTITLE ExtraFileType = "subtitle"
	EXTRAFILETYPE_METADATA ExtraFileType = "metadata"
	EXTRAFILETYPE_OTHER    ExtraFileType = "other"
)

List of ExtraFileType

func NewExtraFileTypeFromValue

func NewExtraFileTypeFromValue(v string) (*ExtraFileType, error)

NewExtraFileTypeFromValue returns a pointer to a valid ExtraFileType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ExtraFileType) IsValid

func (v ExtraFileType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ExtraFileType) Ptr

func (v ExtraFileType) Ptr() *ExtraFileType

Ptr returns reference to ExtraFileType value

func (*ExtraFileType) UnmarshalJSON

func (v *ExtraFileType) UnmarshalJSON(src []byte) error

type Field

type Field struct {
	Order                       *int32         `json:"order,omitempty"`
	Name                        NullableString `json:"name,omitempty"`
	Label                       NullableString `json:"label,omitempty"`
	Unit                        NullableString `json:"unit,omitempty"`
	HelpText                    NullableString `json:"helpText,omitempty"`
	HelpTextWarning             NullableString `json:"helpTextWarning,omitempty"`
	HelpLink                    NullableString `json:"helpLink,omitempty"`
	Value                       interface{}    `json:"value,omitempty"`
	Type                        NullableString `json:"type,omitempty"`
	Advanced                    *bool          `json:"advanced,omitempty"`
	SelectOptions               []SelectOption `json:"selectOptions,omitempty"`
	SelectOptionsProviderAction NullableString `json:"selectOptionsProviderAction,omitempty"`
	Section                     NullableString `json:"section,omitempty"`
	Hidden                      NullableString `json:"hidden,omitempty"`
	Privacy                     *PrivacyLevel  `json:"privacy,omitempty"`
	Placeholder                 NullableString `json:"placeholder,omitempty"`
	IsFloat                     *bool          `json:"isFloat,omitempty"`
}

Field struct for Field

func NewField

func NewField() *Field

NewField instantiates a new Field object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFieldWithDefaults

func NewFieldWithDefaults() *Field

NewFieldWithDefaults instantiates a new Field object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Field) GetAdvanced

func (o *Field) GetAdvanced() bool

GetAdvanced returns the Advanced field value if set, zero value otherwise.

func (*Field) GetAdvancedOk

func (o *Field) GetAdvancedOk() (*bool, bool)

GetAdvancedOk returns a tuple with the Advanced field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *Field) GetHelpLink() string

GetHelpLink returns the HelpLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHelpLinkOk

func (o *Field) GetHelpLinkOk() (*string, bool)

GetHelpLinkOk returns a tuple with the HelpLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetHelpText

func (o *Field) GetHelpText() string

GetHelpText returns the HelpText field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHelpTextOk

func (o *Field) GetHelpTextOk() (*string, bool)

GetHelpTextOk returns a tuple with the HelpText field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetHelpTextWarning added in v0.4.0

func (o *Field) GetHelpTextWarning() string

GetHelpTextWarning returns the HelpTextWarning field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHelpTextWarningOk added in v0.4.0

func (o *Field) GetHelpTextWarningOk() (*string, bool)

GetHelpTextWarningOk returns a tuple with the HelpTextWarning field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetHidden

func (o *Field) GetHidden() string

GetHidden returns the Hidden field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetHiddenOk

func (o *Field) GetHiddenOk() (*string, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetIsFloat added in v0.5.0

func (o *Field) GetIsFloat() bool

GetIsFloat returns the IsFloat field value if set, zero value otherwise.

func (*Field) GetIsFloatOk added in v0.5.0

func (o *Field) GetIsFloatOk() (*bool, bool)

GetIsFloatOk returns a tuple with the IsFloat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetLabel

func (o *Field) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetLabelOk

func (o *Field) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetName

func (o *Field) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetNameOk

func (o *Field) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetOrder

func (o *Field) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*Field) GetOrderOk

func (o *Field) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetPlaceholder

func (o *Field) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetPlaceholderOk

func (o *Field) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetPrivacy added in v0.4.0

func (o *Field) GetPrivacy() PrivacyLevel

GetPrivacy returns the Privacy field value if set, zero value otherwise.

func (*Field) GetPrivacyOk added in v0.4.0

func (o *Field) GetPrivacyOk() (*PrivacyLevel, bool)

GetPrivacyOk returns a tuple with the Privacy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetSection

func (o *Field) GetSection() string

GetSection returns the Section field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetSectionOk

func (o *Field) GetSectionOk() (*string, bool)

GetSectionOk returns a tuple with the Section field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetSelectOptions

func (o *Field) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetSelectOptionsOk

func (o *Field) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetSelectOptionsProviderAction

func (o *Field) GetSelectOptionsProviderAction() string

GetSelectOptionsProviderAction returns the SelectOptionsProviderAction field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetSelectOptionsProviderActionOk

func (o *Field) GetSelectOptionsProviderActionOk() (*string, bool)

GetSelectOptionsProviderActionOk returns a tuple with the SelectOptionsProviderAction field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetType

func (o *Field) GetType() string

GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetTypeOk

func (o *Field) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetUnit

func (o *Field) GetUnit() string

GetUnit returns the Unit field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetUnitOk

func (o *Field) GetUnitOk() (*string, bool)

GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) GetValue

func (o *Field) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Field) GetValueOk

func (o *Field) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Field) HasAdvanced

func (o *Field) HasAdvanced() bool

HasAdvanced returns a boolean if a field has been set.

func (o *Field) HasHelpLink() bool

HasHelpLink returns a boolean if a field has been set.

func (*Field) HasHelpText

func (o *Field) HasHelpText() bool

HasHelpText returns a boolean if a field has been set.

func (*Field) HasHelpTextWarning added in v0.4.0

func (o *Field) HasHelpTextWarning() bool

HasHelpTextWarning returns a boolean if a field has been set.

func (*Field) HasHidden

func (o *Field) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*Field) HasIsFloat added in v0.5.0

func (o *Field) HasIsFloat() bool

HasIsFloat returns a boolean if a field has been set.

func (*Field) HasLabel

func (o *Field) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*Field) HasName

func (o *Field) HasName() bool

HasName returns a boolean if a field has been set.

func (*Field) HasOrder

func (o *Field) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*Field) HasPlaceholder

func (o *Field) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (*Field) HasPrivacy added in v0.4.0

func (o *Field) HasPrivacy() bool

HasPrivacy returns a boolean if a field has been set.

func (*Field) HasSection

func (o *Field) HasSection() bool

HasSection returns a boolean if a field has been set.

func (*Field) HasSelectOptions

func (o *Field) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (*Field) HasSelectOptionsProviderAction

func (o *Field) HasSelectOptionsProviderAction() bool

HasSelectOptionsProviderAction returns a boolean if a field has been set.

func (*Field) HasType

func (o *Field) HasType() bool

HasType returns a boolean if a field has been set.

func (*Field) HasUnit

func (o *Field) HasUnit() bool

HasUnit returns a boolean if a field has been set.

func (*Field) HasValue

func (o *Field) HasValue() bool

HasValue returns a boolean if a field has been set.

func (Field) MarshalJSON

func (o Field) MarshalJSON() ([]byte, error)

func (*Field) SetAdvanced

func (o *Field) SetAdvanced(v bool)

SetAdvanced gets a reference to the given bool and assigns it to the Advanced field.

func (o *Field) SetHelpLink(v string)

SetHelpLink gets a reference to the given NullableString and assigns it to the HelpLink field.

func (*Field) SetHelpLinkNil

func (o *Field) SetHelpLinkNil()

SetHelpLinkNil sets the value for HelpLink to be an explicit nil

func (*Field) SetHelpText

func (o *Field) SetHelpText(v string)

SetHelpText gets a reference to the given NullableString and assigns it to the HelpText field.

func (*Field) SetHelpTextNil

func (o *Field) SetHelpTextNil()

SetHelpTextNil sets the value for HelpText to be an explicit nil

func (*Field) SetHelpTextWarning added in v0.4.0

func (o *Field) SetHelpTextWarning(v string)

SetHelpTextWarning gets a reference to the given NullableString and assigns it to the HelpTextWarning field.

func (*Field) SetHelpTextWarningNil added in v0.4.0

func (o *Field) SetHelpTextWarningNil()

SetHelpTextWarningNil sets the value for HelpTextWarning to be an explicit nil

func (*Field) SetHidden

func (o *Field) SetHidden(v string)

SetHidden gets a reference to the given NullableString and assigns it to the Hidden field.

func (*Field) SetHiddenNil

func (o *Field) SetHiddenNil()

SetHiddenNil sets the value for Hidden to be an explicit nil

func (*Field) SetIsFloat added in v0.5.0

func (o *Field) SetIsFloat(v bool)

SetIsFloat gets a reference to the given bool and assigns it to the IsFloat field.

func (*Field) SetLabel

func (o *Field) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*Field) SetLabelNil

func (o *Field) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*Field) SetName

func (o *Field) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Field) SetNameNil

func (o *Field) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*Field) SetOrder

func (o *Field) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*Field) SetPlaceholder

func (o *Field) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given NullableString and assigns it to the Placeholder field.

func (*Field) SetPlaceholderNil

func (o *Field) SetPlaceholderNil()

SetPlaceholderNil sets the value for Placeholder to be an explicit nil

func (*Field) SetPrivacy added in v0.4.0

func (o *Field) SetPrivacy(v PrivacyLevel)

SetPrivacy gets a reference to the given PrivacyLevel and assigns it to the Privacy field.

func (*Field) SetSection

func (o *Field) SetSection(v string)

SetSection gets a reference to the given NullableString and assigns it to the Section field.

func (*Field) SetSectionNil

func (o *Field) SetSectionNil()

SetSectionNil sets the value for Section to be an explicit nil

func (*Field) SetSelectOptions

func (o *Field) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*Field) SetSelectOptionsProviderAction

func (o *Field) SetSelectOptionsProviderAction(v string)

SetSelectOptionsProviderAction gets a reference to the given NullableString and assigns it to the SelectOptionsProviderAction field.

func (*Field) SetSelectOptionsProviderActionNil

func (o *Field) SetSelectOptionsProviderActionNil()

SetSelectOptionsProviderActionNil sets the value for SelectOptionsProviderAction to be an explicit nil

func (*Field) SetType

func (o *Field) SetType(v string)

SetType gets a reference to the given NullableString and assigns it to the Type field.

func (*Field) SetTypeNil

func (o *Field) SetTypeNil()

SetTypeNil sets the value for Type to be an explicit nil

func (*Field) SetUnit

func (o *Field) SetUnit(v string)

SetUnit gets a reference to the given NullableString and assigns it to the Unit field.

func (*Field) SetUnitNil

func (o *Field) SetUnitNil()

SetUnitNil sets the value for Unit to be an explicit nil

func (*Field) SetValue

func (o *Field) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (Field) ToMap added in v1.0.1

func (o Field) ToMap() (map[string]interface{}, error)
func (o *Field) UnsetHelpLink()

UnsetHelpLink ensures that no value is present for HelpLink, not even an explicit nil

func (*Field) UnsetHelpText

func (o *Field) UnsetHelpText()

UnsetHelpText ensures that no value is present for HelpText, not even an explicit nil

func (*Field) UnsetHelpTextWarning added in v0.4.0

func (o *Field) UnsetHelpTextWarning()

UnsetHelpTextWarning ensures that no value is present for HelpTextWarning, not even an explicit nil

func (*Field) UnsetHidden

func (o *Field) UnsetHidden()

UnsetHidden ensures that no value is present for Hidden, not even an explicit nil

func (*Field) UnsetLabel

func (o *Field) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

func (*Field) UnsetName

func (o *Field) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*Field) UnsetPlaceholder

func (o *Field) UnsetPlaceholder()

UnsetPlaceholder ensures that no value is present for Placeholder, not even an explicit nil

func (*Field) UnsetSection

func (o *Field) UnsetSection()

UnsetSection ensures that no value is present for Section, not even an explicit nil

func (*Field) UnsetSelectOptionsProviderAction

func (o *Field) UnsetSelectOptionsProviderAction()

UnsetSelectOptionsProviderAction ensures that no value is present for SelectOptionsProviderAction, not even an explicit nil

func (*Field) UnsetType

func (o *Field) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

func (*Field) UnsetUnit

func (o *Field) UnsetUnit()

UnsetUnit ensures that no value is present for Unit, not even an explicit nil

type FileDateType

type FileDateType string

FileDateType the model 'FileDateType'

const (
	FILEDATETYPE_NONE    FileDateType = "none"
	FILEDATETYPE_CINEMAS FileDateType = "cinemas"
	FILEDATETYPE_RELEASE FileDateType = "release"
)

List of FileDateType

func NewFileDateTypeFromValue

func NewFileDateTypeFromValue(v string) (*FileDateType, error)

NewFileDateTypeFromValue returns a pointer to a valid FileDateType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FileDateType) IsValid

func (v FileDateType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FileDateType) Ptr

func (v FileDateType) Ptr() *FileDateType

Ptr returns reference to FileDateType value

func (*FileDateType) UnmarshalJSON

func (v *FileDateType) UnmarshalJSON(src []byte) error

type FileSystemAPIService added in v1.0.1

type FileSystemAPIService service

FileSystemAPIService FileSystemAPI service

func (*FileSystemAPIService) GetFileSystem added in v1.0.1

GetFileSystem Method for GetFileSystem

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFileSystemRequest

func (*FileSystemAPIService) GetFileSystemExecute added in v1.0.1

func (a *FileSystemAPIService) GetFileSystemExecute(r ApiGetFileSystemRequest) (*http.Response, error)

Execute executes the request

func (*FileSystemAPIService) GetFileSystemMediafiles added in v1.0.1

GetFileSystemMediafiles Method for GetFileSystemMediafiles

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFileSystemMediafilesRequest

func (*FileSystemAPIService) GetFileSystemMediafilesExecute added in v1.0.1

func (a *FileSystemAPIService) GetFileSystemMediafilesExecute(r ApiGetFileSystemMediafilesRequest) (*http.Response, error)

Execute executes the request

func (*FileSystemAPIService) GetFileSystemType added in v1.0.1

GetFileSystemType Method for GetFileSystemType

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFileSystemTypeRequest

func (*FileSystemAPIService) GetFileSystemTypeExecute added in v1.0.1

func (a *FileSystemAPIService) GetFileSystemTypeExecute(r ApiGetFileSystemTypeRequest) (*http.Response, error)

Execute executes the request

type GenericOpenAPIError

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type HealthAPIService added in v1.0.1

type HealthAPIService service

HealthAPIService HealthAPI service

func (*HealthAPIService) GetHealthById added in v1.0.1

func (a *HealthAPIService) GetHealthById(ctx context.Context, id int32) ApiGetHealthByIdRequest

GetHealthById Method for GetHealthById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetHealthByIdRequest

func (*HealthAPIService) GetHealthByIdExecute added in v1.0.1

func (a *HealthAPIService) GetHealthByIdExecute(r ApiGetHealthByIdRequest) (*HealthResource, *http.Response, error)

Execute executes the request

@return HealthResource

func (*HealthAPIService) ListHealth added in v1.0.1

ListHealth Method for ListHealth

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHealthRequest

func (*HealthAPIService) ListHealthExecute added in v1.0.1

func (a *HealthAPIService) ListHealthExecute(r ApiListHealthRequest) ([]HealthResource, *http.Response, error)

Execute executes the request

@return []HealthResource

type HealthCheckResult

type HealthCheckResult string

HealthCheckResult the model 'HealthCheckResult'

const (
	HEALTHCHECKRESULT_OK      HealthCheckResult = "ok"
	HEALTHCHECKRESULT_NOTICE  HealthCheckResult = "notice"
	HEALTHCHECKRESULT_WARNING HealthCheckResult = "warning"
	HEALTHCHECKRESULT_ERROR   HealthCheckResult = "error"
)

List of HealthCheckResult

func NewHealthCheckResultFromValue

func NewHealthCheckResultFromValue(v string) (*HealthCheckResult, error)

NewHealthCheckResultFromValue returns a pointer to a valid HealthCheckResult for the value passed as argument, or an error if the value passed is not allowed by the enum

func (HealthCheckResult) IsValid

func (v HealthCheckResult) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (HealthCheckResult) Ptr

Ptr returns reference to HealthCheckResult value

func (*HealthCheckResult) UnmarshalJSON

func (v *HealthCheckResult) UnmarshalJSON(src []byte) error

type HealthResource

type HealthResource struct {
	Id      *int32             `json:"id,omitempty"`
	Source  NullableString     `json:"source,omitempty"`
	Type    *HealthCheckResult `json:"type,omitempty"`
	Message NullableString     `json:"message,omitempty"`
	WikiUrl *string            `json:"wikiUrl,omitempty"`
}

HealthResource struct for HealthResource

func NewHealthResource

func NewHealthResource() *HealthResource

NewHealthResource instantiates a new HealthResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHealthResourceWithDefaults

func NewHealthResourceWithDefaults() *HealthResource

NewHealthResourceWithDefaults instantiates a new HealthResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HealthResource) GetId

func (o *HealthResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*HealthResource) GetIdOk

func (o *HealthResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HealthResource) GetMessage

func (o *HealthResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HealthResource) GetMessageOk

func (o *HealthResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HealthResource) GetSource

func (o *HealthResource) GetSource() string

GetSource returns the Source field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HealthResource) GetSourceOk

func (o *HealthResource) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HealthResource) GetType

func (o *HealthResource) GetType() HealthCheckResult

GetType returns the Type field value if set, zero value otherwise.

func (*HealthResource) GetTypeOk

func (o *HealthResource) GetTypeOk() (*HealthCheckResult, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HealthResource) GetWikiUrl

func (o *HealthResource) GetWikiUrl() string

GetWikiUrl returns the WikiUrl field value if set, zero value otherwise.

func (*HealthResource) GetWikiUrlOk

func (o *HealthResource) GetWikiUrlOk() (*string, bool)

GetWikiUrlOk returns a tuple with the WikiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HealthResource) HasId

func (o *HealthResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*HealthResource) HasMessage

func (o *HealthResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*HealthResource) HasSource

func (o *HealthResource) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*HealthResource) HasType

func (o *HealthResource) HasType() bool

HasType returns a boolean if a field has been set.

func (*HealthResource) HasWikiUrl

func (o *HealthResource) HasWikiUrl() bool

HasWikiUrl returns a boolean if a field has been set.

func (HealthResource) MarshalJSON

func (o HealthResource) MarshalJSON() ([]byte, error)

func (*HealthResource) SetId

func (o *HealthResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*HealthResource) SetMessage

func (o *HealthResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*HealthResource) SetMessageNil

func (o *HealthResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*HealthResource) SetSource

func (o *HealthResource) SetSource(v string)

SetSource gets a reference to the given NullableString and assigns it to the Source field.

func (*HealthResource) SetSourceNil

func (o *HealthResource) SetSourceNil()

SetSourceNil sets the value for Source to be an explicit nil

func (*HealthResource) SetType

func (o *HealthResource) SetType(v HealthCheckResult)

SetType gets a reference to the given HealthCheckResult and assigns it to the Type field.

func (*HealthResource) SetWikiUrl

func (o *HealthResource) SetWikiUrl(v string)

SetWikiUrl gets a reference to the given string and assigns it to the WikiUrl field.

func (HealthResource) ToMap added in v1.0.1

func (o HealthResource) ToMap() (map[string]interface{}, error)

func (*HealthResource) UnsetMessage

func (o *HealthResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*HealthResource) UnsetSource

func (o *HealthResource) UnsetSource()

UnsetSource ensures that no value is present for Source, not even an explicit nil

type HistoryAPIService added in v1.0.1

type HistoryAPIService service

HistoryAPIService HistoryAPI service

func (*HistoryAPIService) CreateHistoryFailedById added in v1.0.1

func (a *HistoryAPIService) CreateHistoryFailedById(ctx context.Context, id int32) ApiCreateHistoryFailedByIdRequest

CreateHistoryFailedById Method for CreateHistoryFailedById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiCreateHistoryFailedByIdRequest

func (*HistoryAPIService) CreateHistoryFailedByIdExecute added in v1.0.1

func (a *HistoryAPIService) CreateHistoryFailedByIdExecute(r ApiCreateHistoryFailedByIdRequest) (*http.Response, error)

Execute executes the request

func (*HistoryAPIService) GetHistory added in v1.0.1

GetHistory Method for GetHistory

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHistoryRequest

func (*HistoryAPIService) GetHistoryExecute added in v1.0.1

Execute executes the request

@return HistoryResourcePagingResource

func (*HistoryAPIService) ListHistoryMovie added in v1.0.1

ListHistoryMovie Method for ListHistoryMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHistoryMovieRequest

func (*HistoryAPIService) ListHistoryMovieExecute added in v1.0.1

func (a *HistoryAPIService) ListHistoryMovieExecute(r ApiListHistoryMovieRequest) ([]HistoryResource, *http.Response, error)

Execute executes the request

@return []HistoryResource

func (*HistoryAPIService) ListHistorySince added in v1.0.1

ListHistorySince Method for ListHistorySince

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListHistorySinceRequest

func (*HistoryAPIService) ListHistorySinceExecute added in v1.0.1

func (a *HistoryAPIService) ListHistorySinceExecute(r ApiListHistorySinceRequest) ([]HistoryResource, *http.Response, error)

Execute executes the request

@return []HistoryResource

type HistoryResource

type HistoryResource struct {
	Id                  *int32                 `json:"id,omitempty"`
	MovieId             *int32                 `json:"movieId,omitempty"`
	SourceTitle         NullableString         `json:"sourceTitle,omitempty"`
	Languages           []Language             `json:"languages,omitempty"`
	Quality             *QualityModel          `json:"quality,omitempty"`
	CustomFormats       []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore   *int32                 `json:"customFormatScore,omitempty"`
	QualityCutoffNotMet *bool                  `json:"qualityCutoffNotMet,omitempty"`
	Date                *time.Time             `json:"date,omitempty"`
	DownloadId          NullableString         `json:"downloadId,omitempty"`
	EventType           *MovieHistoryEventType `json:"eventType,omitempty"`
	Data                map[string]string      `json:"data,omitempty"`
	Movie               *MovieResource         `json:"movie,omitempty"`
}

HistoryResource struct for HistoryResource

func NewHistoryResource

func NewHistoryResource() *HistoryResource

NewHistoryResource instantiates a new HistoryResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHistoryResourceWithDefaults

func NewHistoryResourceWithDefaults() *HistoryResource

NewHistoryResourceWithDefaults instantiates a new HistoryResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HistoryResource) GetCustomFormatScore added in v0.2.0

func (o *HistoryResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*HistoryResource) GetCustomFormatScoreOk added in v0.2.0

func (o *HistoryResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetCustomFormats

func (o *HistoryResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetCustomFormatsOk

func (o *HistoryResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HistoryResource) GetData

func (o *HistoryResource) GetData() map[string]string

GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetDataOk

func (o *HistoryResource) GetDataOk() (*map[string]string, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HistoryResource) GetDate

func (o *HistoryResource) GetDate() time.Time

GetDate returns the Date field value if set, zero value otherwise.

func (*HistoryResource) GetDateOk

func (o *HistoryResource) GetDateOk() (*time.Time, bool)

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetDownloadId

func (o *HistoryResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetDownloadIdOk

func (o *HistoryResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HistoryResource) GetEventType

func (o *HistoryResource) GetEventType() MovieHistoryEventType

GetEventType returns the EventType field value if set, zero value otherwise.

func (*HistoryResource) GetEventTypeOk

func (o *HistoryResource) GetEventTypeOk() (*MovieHistoryEventType, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetId

func (o *HistoryResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*HistoryResource) GetIdOk

func (o *HistoryResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetLanguages

func (o *HistoryResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetLanguagesOk

func (o *HistoryResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HistoryResource) GetMovie

func (o *HistoryResource) GetMovie() MovieResource

GetMovie returns the Movie field value if set, zero value otherwise.

func (*HistoryResource) GetMovieId

func (o *HistoryResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise.

func (*HistoryResource) GetMovieIdOk

func (o *HistoryResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetMovieOk

func (o *HistoryResource) GetMovieOk() (*MovieResource, bool)

GetMovieOk returns a tuple with the Movie field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetQuality

func (o *HistoryResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*HistoryResource) GetQualityCutoffNotMet

func (o *HistoryResource) GetQualityCutoffNotMet() bool

GetQualityCutoffNotMet returns the QualityCutoffNotMet field value if set, zero value otherwise.

func (*HistoryResource) GetQualityCutoffNotMetOk

func (o *HistoryResource) GetQualityCutoffNotMetOk() (*bool, bool)

GetQualityCutoffNotMetOk returns a tuple with the QualityCutoffNotMet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetQualityOk

func (o *HistoryResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResource) GetSourceTitle

func (o *HistoryResource) GetSourceTitle() string

GetSourceTitle returns the SourceTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResource) GetSourceTitleOk

func (o *HistoryResource) GetSourceTitleOk() (*string, bool)

GetSourceTitleOk returns a tuple with the SourceTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HistoryResource) HasCustomFormatScore added in v0.2.0

func (o *HistoryResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*HistoryResource) HasCustomFormats

func (o *HistoryResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*HistoryResource) HasData

func (o *HistoryResource) HasData() bool

HasData returns a boolean if a field has been set.

func (*HistoryResource) HasDate

func (o *HistoryResource) HasDate() bool

HasDate returns a boolean if a field has been set.

func (*HistoryResource) HasDownloadId

func (o *HistoryResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*HistoryResource) HasEventType

func (o *HistoryResource) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*HistoryResource) HasId

func (o *HistoryResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*HistoryResource) HasLanguages

func (o *HistoryResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*HistoryResource) HasMovie

func (o *HistoryResource) HasMovie() bool

HasMovie returns a boolean if a field has been set.

func (*HistoryResource) HasMovieId

func (o *HistoryResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*HistoryResource) HasQuality

func (o *HistoryResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*HistoryResource) HasQualityCutoffNotMet

func (o *HistoryResource) HasQualityCutoffNotMet() bool

HasQualityCutoffNotMet returns a boolean if a field has been set.

func (*HistoryResource) HasSourceTitle

func (o *HistoryResource) HasSourceTitle() bool

HasSourceTitle returns a boolean if a field has been set.

func (HistoryResource) MarshalJSON

func (o HistoryResource) MarshalJSON() ([]byte, error)

func (*HistoryResource) SetCustomFormatScore added in v0.2.0

func (o *HistoryResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*HistoryResource) SetCustomFormats

func (o *HistoryResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*HistoryResource) SetData

func (o *HistoryResource) SetData(v map[string]string)

SetData gets a reference to the given map[string]string and assigns it to the Data field.

func (*HistoryResource) SetDate

func (o *HistoryResource) SetDate(v time.Time)

SetDate gets a reference to the given time.Time and assigns it to the Date field.

func (*HistoryResource) SetDownloadId

func (o *HistoryResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*HistoryResource) SetDownloadIdNil

func (o *HistoryResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*HistoryResource) SetEventType

func (o *HistoryResource) SetEventType(v MovieHistoryEventType)

SetEventType gets a reference to the given MovieHistoryEventType and assigns it to the EventType field.

func (*HistoryResource) SetId

func (o *HistoryResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*HistoryResource) SetLanguages

func (o *HistoryResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*HistoryResource) SetMovie

func (o *HistoryResource) SetMovie(v MovieResource)

SetMovie gets a reference to the given MovieResource and assigns it to the Movie field.

func (*HistoryResource) SetMovieId

func (o *HistoryResource) SetMovieId(v int32)

SetMovieId gets a reference to the given int32 and assigns it to the MovieId field.

func (*HistoryResource) SetQuality

func (o *HistoryResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*HistoryResource) SetQualityCutoffNotMet

func (o *HistoryResource) SetQualityCutoffNotMet(v bool)

SetQualityCutoffNotMet gets a reference to the given bool and assigns it to the QualityCutoffNotMet field.

func (*HistoryResource) SetSourceTitle

func (o *HistoryResource) SetSourceTitle(v string)

SetSourceTitle gets a reference to the given NullableString and assigns it to the SourceTitle field.

func (*HistoryResource) SetSourceTitleNil

func (o *HistoryResource) SetSourceTitleNil()

SetSourceTitleNil sets the value for SourceTitle to be an explicit nil

func (HistoryResource) ToMap added in v1.0.1

func (o HistoryResource) ToMap() (map[string]interface{}, error)

func (*HistoryResource) UnsetDownloadId

func (o *HistoryResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*HistoryResource) UnsetSourceTitle

func (o *HistoryResource) UnsetSourceTitle()

UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil

type HistoryResourcePagingResource

type HistoryResourcePagingResource struct {
	Page          *int32            `json:"page,omitempty"`
	PageSize      *int32            `json:"pageSize,omitempty"`
	SortKey       NullableString    `json:"sortKey,omitempty"`
	SortDirection *SortDirection    `json:"sortDirection,omitempty"`
	TotalRecords  *int32            `json:"totalRecords,omitempty"`
	Records       []HistoryResource `json:"records,omitempty"`
}

HistoryResourcePagingResource struct for HistoryResourcePagingResource

func NewHistoryResourcePagingResource

func NewHistoryResourcePagingResource() *HistoryResourcePagingResource

NewHistoryResourcePagingResource instantiates a new HistoryResourcePagingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHistoryResourcePagingResourceWithDefaults

func NewHistoryResourcePagingResourceWithDefaults() *HistoryResourcePagingResource

NewHistoryResourcePagingResourceWithDefaults instantiates a new HistoryResourcePagingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HistoryResourcePagingResource) GetPage

func (o *HistoryResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetPageOk

func (o *HistoryResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) GetPageSize

func (o *HistoryResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetPageSizeOk

func (o *HistoryResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) GetRecords

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResourcePagingResource) GetRecordsOk

func (o *HistoryResourcePagingResource) GetRecordsOk() ([]HistoryResource, bool)

GetRecordsOk returns a tuple with the Records field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HistoryResourcePagingResource) GetSortDirection

func (o *HistoryResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetSortDirectionOk

func (o *HistoryResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) GetSortKey

func (o *HistoryResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HistoryResourcePagingResource) GetSortKeyOk

func (o *HistoryResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HistoryResourcePagingResource) GetTotalRecords

func (o *HistoryResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*HistoryResourcePagingResource) GetTotalRecordsOk

func (o *HistoryResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryResourcePagingResource) HasPage

func (o *HistoryResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasPageSize

func (o *HistoryResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasRecords

func (o *HistoryResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasSortDirection

func (o *HistoryResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasSortKey

func (o *HistoryResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*HistoryResourcePagingResource) HasTotalRecords

func (o *HistoryResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (HistoryResourcePagingResource) MarshalJSON

func (o HistoryResourcePagingResource) MarshalJSON() ([]byte, error)

func (*HistoryResourcePagingResource) SetPage

func (o *HistoryResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*HistoryResourcePagingResource) SetPageSize

func (o *HistoryResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*HistoryResourcePagingResource) SetRecords

SetRecords gets a reference to the given []HistoryResource and assigns it to the Records field.

func (*HistoryResourcePagingResource) SetSortDirection

func (o *HistoryResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*HistoryResourcePagingResource) SetSortKey

func (o *HistoryResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*HistoryResourcePagingResource) SetSortKeyNil

func (o *HistoryResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*HistoryResourcePagingResource) SetTotalRecords

func (o *HistoryResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (HistoryResourcePagingResource) ToMap added in v1.0.1

func (o HistoryResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*HistoryResourcePagingResource) UnsetSortKey

func (o *HistoryResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type HostConfigAPIService added in v1.0.1

type HostConfigAPIService service

HostConfigAPIService HostConfigAPI service

func (*HostConfigAPIService) GetHostConfig added in v1.0.1

GetHostConfig Method for GetHostConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetHostConfigRequest

func (*HostConfigAPIService) GetHostConfigById added in v1.0.1

GetHostConfigById Method for GetHostConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetHostConfigByIdRequest

func (*HostConfigAPIService) GetHostConfigByIdExecute added in v1.0.1

Execute executes the request

@return HostConfigResource

func (*HostConfigAPIService) GetHostConfigExecute added in v1.0.1

Execute executes the request

@return HostConfigResource

func (*HostConfigAPIService) UpdateHostConfig added in v1.0.1

UpdateHostConfig Method for UpdateHostConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateHostConfigRequest

func (*HostConfigAPIService) UpdateHostConfigExecute added in v1.0.1

Execute executes the request

@return HostConfigResource

type HostConfigResource

type HostConfigResource struct {
	Id                        *int32                      `json:"id,omitempty"`
	BindAddress               NullableString              `json:"bindAddress,omitempty"`
	Port                      *int32                      `json:"port,omitempty"`
	SslPort                   *int32                      `json:"sslPort,omitempty"`
	EnableSsl                 *bool                       `json:"enableSsl,omitempty"`
	LaunchBrowser             *bool                       `json:"launchBrowser,omitempty"`
	AuthenticationMethod      *AuthenticationType         `json:"authenticationMethod,omitempty"`
	AuthenticationRequired    *AuthenticationRequiredType `json:"authenticationRequired,omitempty"`
	AnalyticsEnabled          *bool                       `json:"analyticsEnabled,omitempty"`
	Username                  NullableString              `json:"username,omitempty"`
	Password                  NullableString              `json:"password,omitempty"`
	PasswordConfirmation      NullableString              `json:"passwordConfirmation,omitempty"`
	LogLevel                  NullableString              `json:"logLevel,omitempty"`
	ConsoleLogLevel           NullableString              `json:"consoleLogLevel,omitempty"`
	Branch                    NullableString              `json:"branch,omitempty"`
	ApiKey                    NullableString              `json:"apiKey,omitempty"`
	SslCertPath               NullableString              `json:"sslCertPath,omitempty"`
	SslCertPassword           NullableString              `json:"sslCertPassword,omitempty"`
	UrlBase                   NullableString              `json:"urlBase,omitempty"`
	InstanceName              NullableString              `json:"instanceName,omitempty"`
	ApplicationUrl            NullableString              `json:"applicationUrl,omitempty"`
	UpdateAutomatically       *bool                       `json:"updateAutomatically,omitempty"`
	UpdateMechanism           *UpdateMechanism            `json:"updateMechanism,omitempty"`
	UpdateScriptPath          NullableString              `json:"updateScriptPath,omitempty"`
	ProxyEnabled              *bool                       `json:"proxyEnabled,omitempty"`
	ProxyType                 *ProxyType                  `json:"proxyType,omitempty"`
	ProxyHostname             NullableString              `json:"proxyHostname,omitempty"`
	ProxyPort                 *int32                      `json:"proxyPort,omitempty"`
	ProxyUsername             NullableString              `json:"proxyUsername,omitempty"`
	ProxyPassword             NullableString              `json:"proxyPassword,omitempty"`
	ProxyBypassFilter         NullableString              `json:"proxyBypassFilter,omitempty"`
	ProxyBypassLocalAddresses *bool                       `json:"proxyBypassLocalAddresses,omitempty"`
	CertificateValidation     *CertificateValidationType  `json:"certificateValidation,omitempty"`
	BackupFolder              NullableString              `json:"backupFolder,omitempty"`
	BackupInterval            *int32                      `json:"backupInterval,omitempty"`
	BackupRetention           *int32                      `json:"backupRetention,omitempty"`
}

HostConfigResource struct for HostConfigResource

func NewHostConfigResource

func NewHostConfigResource() *HostConfigResource

NewHostConfigResource instantiates a new HostConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHostConfigResourceWithDefaults

func NewHostConfigResourceWithDefaults() *HostConfigResource

NewHostConfigResourceWithDefaults instantiates a new HostConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HostConfigResource) GetAnalyticsEnabled

func (o *HostConfigResource) GetAnalyticsEnabled() bool

GetAnalyticsEnabled returns the AnalyticsEnabled field value if set, zero value otherwise.

func (*HostConfigResource) GetAnalyticsEnabledOk

func (o *HostConfigResource) GetAnalyticsEnabledOk() (*bool, bool)

GetAnalyticsEnabledOk returns a tuple with the AnalyticsEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetApiKey

func (o *HostConfigResource) GetApiKey() string

GetApiKey returns the ApiKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetApiKeyOk

func (o *HostConfigResource) GetApiKeyOk() (*string, bool)

GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetApplicationUrl

func (o *HostConfigResource) GetApplicationUrl() string

GetApplicationUrl returns the ApplicationUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetApplicationUrlOk

func (o *HostConfigResource) GetApplicationUrlOk() (*string, bool)

GetApplicationUrlOk returns a tuple with the ApplicationUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetAuthenticationMethod

func (o *HostConfigResource) GetAuthenticationMethod() AuthenticationType

GetAuthenticationMethod returns the AuthenticationMethod field value if set, zero value otherwise.

func (*HostConfigResource) GetAuthenticationMethodOk

func (o *HostConfigResource) GetAuthenticationMethodOk() (*AuthenticationType, bool)

GetAuthenticationMethodOk returns a tuple with the AuthenticationMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetAuthenticationRequired added in v0.4.0

func (o *HostConfigResource) GetAuthenticationRequired() AuthenticationRequiredType

GetAuthenticationRequired returns the AuthenticationRequired field value if set, zero value otherwise.

func (*HostConfigResource) GetAuthenticationRequiredOk added in v0.4.0

func (o *HostConfigResource) GetAuthenticationRequiredOk() (*AuthenticationRequiredType, bool)

GetAuthenticationRequiredOk returns a tuple with the AuthenticationRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetBackupFolder

func (o *HostConfigResource) GetBackupFolder() string

GetBackupFolder returns the BackupFolder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetBackupFolderOk

func (o *HostConfigResource) GetBackupFolderOk() (*string, bool)

GetBackupFolderOk returns a tuple with the BackupFolder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetBackupInterval

func (o *HostConfigResource) GetBackupInterval() int32

GetBackupInterval returns the BackupInterval field value if set, zero value otherwise.

func (*HostConfigResource) GetBackupIntervalOk

func (o *HostConfigResource) GetBackupIntervalOk() (*int32, bool)

GetBackupIntervalOk returns a tuple with the BackupInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetBackupRetention

func (o *HostConfigResource) GetBackupRetention() int32

GetBackupRetention returns the BackupRetention field value if set, zero value otherwise.

func (*HostConfigResource) GetBackupRetentionOk

func (o *HostConfigResource) GetBackupRetentionOk() (*int32, bool)

GetBackupRetentionOk returns a tuple with the BackupRetention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetBindAddress

func (o *HostConfigResource) GetBindAddress() string

GetBindAddress returns the BindAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetBindAddressOk

func (o *HostConfigResource) GetBindAddressOk() (*string, bool)

GetBindAddressOk returns a tuple with the BindAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetBranch

func (o *HostConfigResource) GetBranch() string

GetBranch returns the Branch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetBranchOk

func (o *HostConfigResource) GetBranchOk() (*string, bool)

GetBranchOk returns a tuple with the Branch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetCertificateValidation

func (o *HostConfigResource) GetCertificateValidation() CertificateValidationType

GetCertificateValidation returns the CertificateValidation field value if set, zero value otherwise.

func (*HostConfigResource) GetCertificateValidationOk

func (o *HostConfigResource) GetCertificateValidationOk() (*CertificateValidationType, bool)

GetCertificateValidationOk returns a tuple with the CertificateValidation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetConsoleLogLevel

func (o *HostConfigResource) GetConsoleLogLevel() string

GetConsoleLogLevel returns the ConsoleLogLevel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetConsoleLogLevelOk

func (o *HostConfigResource) GetConsoleLogLevelOk() (*string, bool)

GetConsoleLogLevelOk returns a tuple with the ConsoleLogLevel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetEnableSsl

func (o *HostConfigResource) GetEnableSsl() bool

GetEnableSsl returns the EnableSsl field value if set, zero value otherwise.

func (*HostConfigResource) GetEnableSslOk

func (o *HostConfigResource) GetEnableSslOk() (*bool, bool)

GetEnableSslOk returns a tuple with the EnableSsl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetId

func (o *HostConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*HostConfigResource) GetIdOk

func (o *HostConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetInstanceName

func (o *HostConfigResource) GetInstanceName() string

GetInstanceName returns the InstanceName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetInstanceNameOk

func (o *HostConfigResource) GetInstanceNameOk() (*string, bool)

GetInstanceNameOk returns a tuple with the InstanceName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetLaunchBrowser

func (o *HostConfigResource) GetLaunchBrowser() bool

GetLaunchBrowser returns the LaunchBrowser field value if set, zero value otherwise.

func (*HostConfigResource) GetLaunchBrowserOk

func (o *HostConfigResource) GetLaunchBrowserOk() (*bool, bool)

GetLaunchBrowserOk returns a tuple with the LaunchBrowser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetLogLevel

func (o *HostConfigResource) GetLogLevel() string

GetLogLevel returns the LogLevel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetLogLevelOk

func (o *HostConfigResource) GetLogLevelOk() (*string, bool)

GetLogLevelOk returns a tuple with the LogLevel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetPassword

func (o *HostConfigResource) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetPasswordConfirmation added in v1.0.1

func (o *HostConfigResource) GetPasswordConfirmation() string

GetPasswordConfirmation returns the PasswordConfirmation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetPasswordConfirmationOk added in v1.0.1

func (o *HostConfigResource) GetPasswordConfirmationOk() (*string, bool)

GetPasswordConfirmationOk returns a tuple with the PasswordConfirmation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetPasswordOk

func (o *HostConfigResource) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetPort

func (o *HostConfigResource) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*HostConfigResource) GetPortOk

func (o *HostConfigResource) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyBypassFilter

func (o *HostConfigResource) GetProxyBypassFilter() string

GetProxyBypassFilter returns the ProxyBypassFilter field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyBypassFilterOk

func (o *HostConfigResource) GetProxyBypassFilterOk() (*string, bool)

GetProxyBypassFilterOk returns a tuple with the ProxyBypassFilter field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetProxyBypassLocalAddresses

func (o *HostConfigResource) GetProxyBypassLocalAddresses() bool

GetProxyBypassLocalAddresses returns the ProxyBypassLocalAddresses field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyBypassLocalAddressesOk

func (o *HostConfigResource) GetProxyBypassLocalAddressesOk() (*bool, bool)

GetProxyBypassLocalAddressesOk returns a tuple with the ProxyBypassLocalAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyEnabled

func (o *HostConfigResource) GetProxyEnabled() bool

GetProxyEnabled returns the ProxyEnabled field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyEnabledOk

func (o *HostConfigResource) GetProxyEnabledOk() (*bool, bool)

GetProxyEnabledOk returns a tuple with the ProxyEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyHostname

func (o *HostConfigResource) GetProxyHostname() string

GetProxyHostname returns the ProxyHostname field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyHostnameOk

func (o *HostConfigResource) GetProxyHostnameOk() (*string, bool)

GetProxyHostnameOk returns a tuple with the ProxyHostname field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetProxyPassword

func (o *HostConfigResource) GetProxyPassword() string

GetProxyPassword returns the ProxyPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyPasswordOk

func (o *HostConfigResource) GetProxyPasswordOk() (*string, bool)

GetProxyPasswordOk returns a tuple with the ProxyPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetProxyPort

func (o *HostConfigResource) GetProxyPort() int32

GetProxyPort returns the ProxyPort field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyPortOk

func (o *HostConfigResource) GetProxyPortOk() (*int32, bool)

GetProxyPortOk returns a tuple with the ProxyPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyType

func (o *HostConfigResource) GetProxyType() ProxyType

GetProxyType returns the ProxyType field value if set, zero value otherwise.

func (*HostConfigResource) GetProxyTypeOk

func (o *HostConfigResource) GetProxyTypeOk() (*ProxyType, bool)

GetProxyTypeOk returns a tuple with the ProxyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetProxyUsername

func (o *HostConfigResource) GetProxyUsername() string

GetProxyUsername returns the ProxyUsername field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetProxyUsernameOk

func (o *HostConfigResource) GetProxyUsernameOk() (*string, bool)

GetProxyUsernameOk returns a tuple with the ProxyUsername field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetSslCertPassword

func (o *HostConfigResource) GetSslCertPassword() string

GetSslCertPassword returns the SslCertPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetSslCertPasswordOk

func (o *HostConfigResource) GetSslCertPasswordOk() (*string, bool)

GetSslCertPasswordOk returns a tuple with the SslCertPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetSslCertPath

func (o *HostConfigResource) GetSslCertPath() string

GetSslCertPath returns the SslCertPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetSslCertPathOk

func (o *HostConfigResource) GetSslCertPathOk() (*string, bool)

GetSslCertPathOk returns a tuple with the SslCertPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetSslPort

func (o *HostConfigResource) GetSslPort() int32

GetSslPort returns the SslPort field value if set, zero value otherwise.

func (*HostConfigResource) GetSslPortOk

func (o *HostConfigResource) GetSslPortOk() (*int32, bool)

GetSslPortOk returns a tuple with the SslPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetUpdateAutomatically

func (o *HostConfigResource) GetUpdateAutomatically() bool

GetUpdateAutomatically returns the UpdateAutomatically field value if set, zero value otherwise.

func (*HostConfigResource) GetUpdateAutomaticallyOk

func (o *HostConfigResource) GetUpdateAutomaticallyOk() (*bool, bool)

GetUpdateAutomaticallyOk returns a tuple with the UpdateAutomatically field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetUpdateMechanism

func (o *HostConfigResource) GetUpdateMechanism() UpdateMechanism

GetUpdateMechanism returns the UpdateMechanism field value if set, zero value otherwise.

func (*HostConfigResource) GetUpdateMechanismOk

func (o *HostConfigResource) GetUpdateMechanismOk() (*UpdateMechanism, bool)

GetUpdateMechanismOk returns a tuple with the UpdateMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HostConfigResource) GetUpdateScriptPath

func (o *HostConfigResource) GetUpdateScriptPath() string

GetUpdateScriptPath returns the UpdateScriptPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetUpdateScriptPathOk

func (o *HostConfigResource) GetUpdateScriptPathOk() (*string, bool)

GetUpdateScriptPathOk returns a tuple with the UpdateScriptPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetUrlBase

func (o *HostConfigResource) GetUrlBase() string

GetUrlBase returns the UrlBase field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetUrlBaseOk

func (o *HostConfigResource) GetUrlBaseOk() (*string, bool)

GetUrlBaseOk returns a tuple with the UrlBase field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) GetUsername

func (o *HostConfigResource) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*HostConfigResource) GetUsernameOk

func (o *HostConfigResource) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*HostConfigResource) HasAnalyticsEnabled

func (o *HostConfigResource) HasAnalyticsEnabled() bool

HasAnalyticsEnabled returns a boolean if a field has been set.

func (*HostConfigResource) HasApiKey

func (o *HostConfigResource) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

func (*HostConfigResource) HasApplicationUrl

func (o *HostConfigResource) HasApplicationUrl() bool

HasApplicationUrl returns a boolean if a field has been set.

func (*HostConfigResource) HasAuthenticationMethod

func (o *HostConfigResource) HasAuthenticationMethod() bool

HasAuthenticationMethod returns a boolean if a field has been set.

func (*HostConfigResource) HasAuthenticationRequired added in v0.4.0

func (o *HostConfigResource) HasAuthenticationRequired() bool

HasAuthenticationRequired returns a boolean if a field has been set.

func (*HostConfigResource) HasBackupFolder

func (o *HostConfigResource) HasBackupFolder() bool

HasBackupFolder returns a boolean if a field has been set.

func (*HostConfigResource) HasBackupInterval

func (o *HostConfigResource) HasBackupInterval() bool

HasBackupInterval returns a boolean if a field has been set.

func (*HostConfigResource) HasBackupRetention

func (o *HostConfigResource) HasBackupRetention() bool

HasBackupRetention returns a boolean if a field has been set.

func (*HostConfigResource) HasBindAddress

func (o *HostConfigResource) HasBindAddress() bool

HasBindAddress returns a boolean if a field has been set.

func (*HostConfigResource) HasBranch

func (o *HostConfigResource) HasBranch() bool

HasBranch returns a boolean if a field has been set.

func (*HostConfigResource) HasCertificateValidation

func (o *HostConfigResource) HasCertificateValidation() bool

HasCertificateValidation returns a boolean if a field has been set.

func (*HostConfigResource) HasConsoleLogLevel

func (o *HostConfigResource) HasConsoleLogLevel() bool

HasConsoleLogLevel returns a boolean if a field has been set.

func (*HostConfigResource) HasEnableSsl

func (o *HostConfigResource) HasEnableSsl() bool

HasEnableSsl returns a boolean if a field has been set.

func (*HostConfigResource) HasId

func (o *HostConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*HostConfigResource) HasInstanceName

func (o *HostConfigResource) HasInstanceName() bool

HasInstanceName returns a boolean if a field has been set.

func (*HostConfigResource) HasLaunchBrowser

func (o *HostConfigResource) HasLaunchBrowser() bool

HasLaunchBrowser returns a boolean if a field has been set.

func (*HostConfigResource) HasLogLevel

func (o *HostConfigResource) HasLogLevel() bool

HasLogLevel returns a boolean if a field has been set.

func (*HostConfigResource) HasPassword

func (o *HostConfigResource) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*HostConfigResource) HasPasswordConfirmation added in v1.0.1

func (o *HostConfigResource) HasPasswordConfirmation() bool

HasPasswordConfirmation returns a boolean if a field has been set.

func (*HostConfigResource) HasPort

func (o *HostConfigResource) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyBypassFilter

func (o *HostConfigResource) HasProxyBypassFilter() bool

HasProxyBypassFilter returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyBypassLocalAddresses

func (o *HostConfigResource) HasProxyBypassLocalAddresses() bool

HasProxyBypassLocalAddresses returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyEnabled

func (o *HostConfigResource) HasProxyEnabled() bool

HasProxyEnabled returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyHostname

func (o *HostConfigResource) HasProxyHostname() bool

HasProxyHostname returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyPassword

func (o *HostConfigResource) HasProxyPassword() bool

HasProxyPassword returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyPort

func (o *HostConfigResource) HasProxyPort() bool

HasProxyPort returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyType

func (o *HostConfigResource) HasProxyType() bool

HasProxyType returns a boolean if a field has been set.

func (*HostConfigResource) HasProxyUsername

func (o *HostConfigResource) HasProxyUsername() bool

HasProxyUsername returns a boolean if a field has been set.

func (*HostConfigResource) HasSslCertPassword

func (o *HostConfigResource) HasSslCertPassword() bool

HasSslCertPassword returns a boolean if a field has been set.

func (*HostConfigResource) HasSslCertPath

func (o *HostConfigResource) HasSslCertPath() bool

HasSslCertPath returns a boolean if a field has been set.

func (*HostConfigResource) HasSslPort

func (o *HostConfigResource) HasSslPort() bool

HasSslPort returns a boolean if a field has been set.

func (*HostConfigResource) HasUpdateAutomatically

func (o *HostConfigResource) HasUpdateAutomatically() bool

HasUpdateAutomatically returns a boolean if a field has been set.

func (*HostConfigResource) HasUpdateMechanism

func (o *HostConfigResource) HasUpdateMechanism() bool

HasUpdateMechanism returns a boolean if a field has been set.

func (*HostConfigResource) HasUpdateScriptPath

func (o *HostConfigResource) HasUpdateScriptPath() bool

HasUpdateScriptPath returns a boolean if a field has been set.

func (*HostConfigResource) HasUrlBase

func (o *HostConfigResource) HasUrlBase() bool

HasUrlBase returns a boolean if a field has been set.

func (*HostConfigResource) HasUsername

func (o *HostConfigResource) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (HostConfigResource) MarshalJSON

func (o HostConfigResource) MarshalJSON() ([]byte, error)

func (*HostConfigResource) SetAnalyticsEnabled

func (o *HostConfigResource) SetAnalyticsEnabled(v bool)

SetAnalyticsEnabled gets a reference to the given bool and assigns it to the AnalyticsEnabled field.

func (*HostConfigResource) SetApiKey

func (o *HostConfigResource) SetApiKey(v string)

SetApiKey gets a reference to the given NullableString and assigns it to the ApiKey field.

func (*HostConfigResource) SetApiKeyNil

func (o *HostConfigResource) SetApiKeyNil()

SetApiKeyNil sets the value for ApiKey to be an explicit nil

func (*HostConfigResource) SetApplicationUrl

func (o *HostConfigResource) SetApplicationUrl(v string)

SetApplicationUrl gets a reference to the given NullableString and assigns it to the ApplicationUrl field.

func (*HostConfigResource) SetApplicationUrlNil

func (o *HostConfigResource) SetApplicationUrlNil()

SetApplicationUrlNil sets the value for ApplicationUrl to be an explicit nil

func (*HostConfigResource) SetAuthenticationMethod

func (o *HostConfigResource) SetAuthenticationMethod(v AuthenticationType)

SetAuthenticationMethod gets a reference to the given AuthenticationType and assigns it to the AuthenticationMethod field.

func (*HostConfigResource) SetAuthenticationRequired added in v0.4.0

func (o *HostConfigResource) SetAuthenticationRequired(v AuthenticationRequiredType)

SetAuthenticationRequired gets a reference to the given AuthenticationRequiredType and assigns it to the AuthenticationRequired field.

func (*HostConfigResource) SetBackupFolder

func (o *HostConfigResource) SetBackupFolder(v string)

SetBackupFolder gets a reference to the given NullableString and assigns it to the BackupFolder field.

func (*HostConfigResource) SetBackupFolderNil

func (o *HostConfigResource) SetBackupFolderNil()

SetBackupFolderNil sets the value for BackupFolder to be an explicit nil

func (*HostConfigResource) SetBackupInterval

func (o *HostConfigResource) SetBackupInterval(v int32)

SetBackupInterval gets a reference to the given int32 and assigns it to the BackupInterval field.

func (*HostConfigResource) SetBackupRetention

func (o *HostConfigResource) SetBackupRetention(v int32)

SetBackupRetention gets a reference to the given int32 and assigns it to the BackupRetention field.

func (*HostConfigResource) SetBindAddress

func (o *HostConfigResource) SetBindAddress(v string)

SetBindAddress gets a reference to the given NullableString and assigns it to the BindAddress field.

func (*HostConfigResource) SetBindAddressNil

func (o *HostConfigResource) SetBindAddressNil()

SetBindAddressNil sets the value for BindAddress to be an explicit nil

func (*HostConfigResource) SetBranch

func (o *HostConfigResource) SetBranch(v string)

SetBranch gets a reference to the given NullableString and assigns it to the Branch field.

func (*HostConfigResource) SetBranchNil

func (o *HostConfigResource) SetBranchNil()

SetBranchNil sets the value for Branch to be an explicit nil

func (*HostConfigResource) SetCertificateValidation

func (o *HostConfigResource) SetCertificateValidation(v CertificateValidationType)

SetCertificateValidation gets a reference to the given CertificateValidationType and assigns it to the CertificateValidation field.

func (*HostConfigResource) SetConsoleLogLevel

func (o *HostConfigResource) SetConsoleLogLevel(v string)

SetConsoleLogLevel gets a reference to the given NullableString and assigns it to the ConsoleLogLevel field.

func (*HostConfigResource) SetConsoleLogLevelNil

func (o *HostConfigResource) SetConsoleLogLevelNil()

SetConsoleLogLevelNil sets the value for ConsoleLogLevel to be an explicit nil

func (*HostConfigResource) SetEnableSsl

func (o *HostConfigResource) SetEnableSsl(v bool)

SetEnableSsl gets a reference to the given bool and assigns it to the EnableSsl field.

func (*HostConfigResource) SetId

func (o *HostConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*HostConfigResource) SetInstanceName

func (o *HostConfigResource) SetInstanceName(v string)

SetInstanceName gets a reference to the given NullableString and assigns it to the InstanceName field.

func (*HostConfigResource) SetInstanceNameNil

func (o *HostConfigResource) SetInstanceNameNil()

SetInstanceNameNil sets the value for InstanceName to be an explicit nil

func (*HostConfigResource) SetLaunchBrowser

func (o *HostConfigResource) SetLaunchBrowser(v bool)

SetLaunchBrowser gets a reference to the given bool and assigns it to the LaunchBrowser field.

func (*HostConfigResource) SetLogLevel

func (o *HostConfigResource) SetLogLevel(v string)

SetLogLevel gets a reference to the given NullableString and assigns it to the LogLevel field.

func (*HostConfigResource) SetLogLevelNil

func (o *HostConfigResource) SetLogLevelNil()

SetLogLevelNil sets the value for LogLevel to be an explicit nil

func (*HostConfigResource) SetPassword

func (o *HostConfigResource) SetPassword(v string)

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*HostConfigResource) SetPasswordConfirmation added in v1.0.1

func (o *HostConfigResource) SetPasswordConfirmation(v string)

SetPasswordConfirmation gets a reference to the given NullableString and assigns it to the PasswordConfirmation field.

func (*HostConfigResource) SetPasswordConfirmationNil added in v1.0.1

func (o *HostConfigResource) SetPasswordConfirmationNil()

SetPasswordConfirmationNil sets the value for PasswordConfirmation to be an explicit nil

func (*HostConfigResource) SetPasswordNil

func (o *HostConfigResource) SetPasswordNil()

SetPasswordNil sets the value for Password to be an explicit nil

func (*HostConfigResource) SetPort

func (o *HostConfigResource) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*HostConfigResource) SetProxyBypassFilter

func (o *HostConfigResource) SetProxyBypassFilter(v string)

SetProxyBypassFilter gets a reference to the given NullableString and assigns it to the ProxyBypassFilter field.

func (*HostConfigResource) SetProxyBypassFilterNil

func (o *HostConfigResource) SetProxyBypassFilterNil()

SetProxyBypassFilterNil sets the value for ProxyBypassFilter to be an explicit nil

func (*HostConfigResource) SetProxyBypassLocalAddresses

func (o *HostConfigResource) SetProxyBypassLocalAddresses(v bool)

SetProxyBypassLocalAddresses gets a reference to the given bool and assigns it to the ProxyBypassLocalAddresses field.

func (*HostConfigResource) SetProxyEnabled

func (o *HostConfigResource) SetProxyEnabled(v bool)

SetProxyEnabled gets a reference to the given bool and assigns it to the ProxyEnabled field.

func (*HostConfigResource) SetProxyHostname

func (o *HostConfigResource) SetProxyHostname(v string)

SetProxyHostname gets a reference to the given NullableString and assigns it to the ProxyHostname field.

func (*HostConfigResource) SetProxyHostnameNil

func (o *HostConfigResource) SetProxyHostnameNil()

SetProxyHostnameNil sets the value for ProxyHostname to be an explicit nil

func (*HostConfigResource) SetProxyPassword

func (o *HostConfigResource) SetProxyPassword(v string)

SetProxyPassword gets a reference to the given NullableString and assigns it to the ProxyPassword field.

func (*HostConfigResource) SetProxyPasswordNil

func (o *HostConfigResource) SetProxyPasswordNil()

SetProxyPasswordNil sets the value for ProxyPassword to be an explicit nil

func (*HostConfigResource) SetProxyPort

func (o *HostConfigResource) SetProxyPort(v int32)

SetProxyPort gets a reference to the given int32 and assigns it to the ProxyPort field.

func (*HostConfigResource) SetProxyType

func (o *HostConfigResource) SetProxyType(v ProxyType)

SetProxyType gets a reference to the given ProxyType and assigns it to the ProxyType field.

func (*HostConfigResource) SetProxyUsername

func (o *HostConfigResource) SetProxyUsername(v string)

SetProxyUsername gets a reference to the given NullableString and assigns it to the ProxyUsername field.

func (*HostConfigResource) SetProxyUsernameNil

func (o *HostConfigResource) SetProxyUsernameNil()

SetProxyUsernameNil sets the value for ProxyUsername to be an explicit nil

func (*HostConfigResource) SetSslCertPassword

func (o *HostConfigResource) SetSslCertPassword(v string)

SetSslCertPassword gets a reference to the given NullableString and assigns it to the SslCertPassword field.

func (*HostConfigResource) SetSslCertPasswordNil

func (o *HostConfigResource) SetSslCertPasswordNil()

SetSslCertPasswordNil sets the value for SslCertPassword to be an explicit nil

func (*HostConfigResource) SetSslCertPath

func (o *HostConfigResource) SetSslCertPath(v string)

SetSslCertPath gets a reference to the given NullableString and assigns it to the SslCertPath field.

func (*HostConfigResource) SetSslCertPathNil

func (o *HostConfigResource) SetSslCertPathNil()

SetSslCertPathNil sets the value for SslCertPath to be an explicit nil

func (*HostConfigResource) SetSslPort

func (o *HostConfigResource) SetSslPort(v int32)

SetSslPort gets a reference to the given int32 and assigns it to the SslPort field.

func (*HostConfigResource) SetUpdateAutomatically

func (o *HostConfigResource) SetUpdateAutomatically(v bool)

SetUpdateAutomatically gets a reference to the given bool and assigns it to the UpdateAutomatically field.

func (*HostConfigResource) SetUpdateMechanism

func (o *HostConfigResource) SetUpdateMechanism(v UpdateMechanism)

SetUpdateMechanism gets a reference to the given UpdateMechanism and assigns it to the UpdateMechanism field.

func (*HostConfigResource) SetUpdateScriptPath

func (o *HostConfigResource) SetUpdateScriptPath(v string)

SetUpdateScriptPath gets a reference to the given NullableString and assigns it to the UpdateScriptPath field.

func (*HostConfigResource) SetUpdateScriptPathNil

func (o *HostConfigResource) SetUpdateScriptPathNil()

SetUpdateScriptPathNil sets the value for UpdateScriptPath to be an explicit nil

func (*HostConfigResource) SetUrlBase

func (o *HostConfigResource) SetUrlBase(v string)

SetUrlBase gets a reference to the given NullableString and assigns it to the UrlBase field.

func (*HostConfigResource) SetUrlBaseNil

func (o *HostConfigResource) SetUrlBaseNil()

SetUrlBaseNil sets the value for UrlBase to be an explicit nil

func (*HostConfigResource) SetUsername

func (o *HostConfigResource) SetUsername(v string)

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*HostConfigResource) SetUsernameNil

func (o *HostConfigResource) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (HostConfigResource) ToMap added in v1.0.1

func (o HostConfigResource) ToMap() (map[string]interface{}, error)

func (*HostConfigResource) UnsetApiKey

func (o *HostConfigResource) UnsetApiKey()

UnsetApiKey ensures that no value is present for ApiKey, not even an explicit nil

func (*HostConfigResource) UnsetApplicationUrl

func (o *HostConfigResource) UnsetApplicationUrl()

UnsetApplicationUrl ensures that no value is present for ApplicationUrl, not even an explicit nil

func (*HostConfigResource) UnsetBackupFolder

func (o *HostConfigResource) UnsetBackupFolder()

UnsetBackupFolder ensures that no value is present for BackupFolder, not even an explicit nil

func (*HostConfigResource) UnsetBindAddress

func (o *HostConfigResource) UnsetBindAddress()

UnsetBindAddress ensures that no value is present for BindAddress, not even an explicit nil

func (*HostConfigResource) UnsetBranch

func (o *HostConfigResource) UnsetBranch()

UnsetBranch ensures that no value is present for Branch, not even an explicit nil

func (*HostConfigResource) UnsetConsoleLogLevel

func (o *HostConfigResource) UnsetConsoleLogLevel()

UnsetConsoleLogLevel ensures that no value is present for ConsoleLogLevel, not even an explicit nil

func (*HostConfigResource) UnsetInstanceName

func (o *HostConfigResource) UnsetInstanceName()

UnsetInstanceName ensures that no value is present for InstanceName, not even an explicit nil

func (*HostConfigResource) UnsetLogLevel

func (o *HostConfigResource) UnsetLogLevel()

UnsetLogLevel ensures that no value is present for LogLevel, not even an explicit nil

func (*HostConfigResource) UnsetPassword

func (o *HostConfigResource) UnsetPassword()

UnsetPassword ensures that no value is present for Password, not even an explicit nil

func (*HostConfigResource) UnsetPasswordConfirmation added in v1.0.1

func (o *HostConfigResource) UnsetPasswordConfirmation()

UnsetPasswordConfirmation ensures that no value is present for PasswordConfirmation, not even an explicit nil

func (*HostConfigResource) UnsetProxyBypassFilter

func (o *HostConfigResource) UnsetProxyBypassFilter()

UnsetProxyBypassFilter ensures that no value is present for ProxyBypassFilter, not even an explicit nil

func (*HostConfigResource) UnsetProxyHostname

func (o *HostConfigResource) UnsetProxyHostname()

UnsetProxyHostname ensures that no value is present for ProxyHostname, not even an explicit nil

func (*HostConfigResource) UnsetProxyPassword

func (o *HostConfigResource) UnsetProxyPassword()

UnsetProxyPassword ensures that no value is present for ProxyPassword, not even an explicit nil

func (*HostConfigResource) UnsetProxyUsername

func (o *HostConfigResource) UnsetProxyUsername()

UnsetProxyUsername ensures that no value is present for ProxyUsername, not even an explicit nil

func (*HostConfigResource) UnsetSslCertPassword

func (o *HostConfigResource) UnsetSslCertPassword()

UnsetSslCertPassword ensures that no value is present for SslCertPassword, not even an explicit nil

func (*HostConfigResource) UnsetSslCertPath

func (o *HostConfigResource) UnsetSslCertPath()

UnsetSslCertPath ensures that no value is present for SslCertPath, not even an explicit nil

func (*HostConfigResource) UnsetUpdateScriptPath

func (o *HostConfigResource) UnsetUpdateScriptPath()

UnsetUpdateScriptPath ensures that no value is present for UpdateScriptPath, not even an explicit nil

func (*HostConfigResource) UnsetUrlBase

func (o *HostConfigResource) UnsetUrlBase()

UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil

func (*HostConfigResource) UnsetUsername

func (o *HostConfigResource) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type ImportExclusionsAPIService added in v1.0.1

type ImportExclusionsAPIService service

ImportExclusionsAPIService ImportExclusionsAPI service

func (*ImportExclusionsAPIService) CreateExclusions added in v1.0.1

CreateExclusions Method for CreateExclusions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateExclusionsRequest

func (*ImportExclusionsAPIService) CreateExclusionsBulk added in v1.0.1

CreateExclusionsBulk Method for CreateExclusionsBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateExclusionsBulkRequest

func (*ImportExclusionsAPIService) CreateExclusionsBulkExecute added in v1.0.1

func (a *ImportExclusionsAPIService) CreateExclusionsBulkExecute(r ApiCreateExclusionsBulkRequest) (*http.Response, error)

Execute executes the request

func (*ImportExclusionsAPIService) CreateExclusionsExecute added in v1.0.1

Execute executes the request

@return ImportExclusionsResource

func (*ImportExclusionsAPIService) DeleteExclusions added in v1.0.1

DeleteExclusions Method for DeleteExclusions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteExclusionsRequest

func (*ImportExclusionsAPIService) DeleteExclusionsExecute added in v1.0.1

func (a *ImportExclusionsAPIService) DeleteExclusionsExecute(r ApiDeleteExclusionsRequest) (*http.Response, error)

Execute executes the request

func (*ImportExclusionsAPIService) GetExclusionsById added in v1.0.1

GetExclusionsById Method for GetExclusionsById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetExclusionsByIdRequest

func (*ImportExclusionsAPIService) GetExclusionsByIdExecute added in v1.0.1

Execute executes the request

@return ImportExclusionsResource

func (*ImportExclusionsAPIService) ListExclusions added in v1.0.1

ListExclusions Method for ListExclusions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListExclusionsRequest

func (*ImportExclusionsAPIService) ListExclusionsExecute added in v1.0.1

Execute executes the request

@return []ImportExclusionsResource

func (*ImportExclusionsAPIService) UpdateExclusions added in v1.0.1

UpdateExclusions Method for UpdateExclusions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateExclusionsRequest

func (*ImportExclusionsAPIService) UpdateExclusionsExecute added in v1.0.1

Execute executes the request

@return ImportExclusionsResource

type ImportExclusionsResource

type ImportExclusionsResource struct {
	Id                 *int32                     `json:"id,omitempty"`
	Name               NullableString             `json:"name,omitempty"`
	Fields             []Field                    `json:"fields,omitempty"`
	ImplementationName NullableString             `json:"implementationName,omitempty"`
	Implementation     NullableString             `json:"implementation,omitempty"`
	ConfigContract     NullableString             `json:"configContract,omitempty"`
	InfoLink           NullableString             `json:"infoLink,omitempty"`
	Message            *ProviderMessage           `json:"message,omitempty"`
	Tags               []int32                    `json:"tags,omitempty"`
	Presets            []ImportExclusionsResource `json:"presets,omitempty"`
	TmdbId             *int32                     `json:"tmdbId,omitempty"`
	MovieTitle         NullableString             `json:"movieTitle,omitempty"`
	MovieYear          *int32                     `json:"movieYear,omitempty"`
}

ImportExclusionsResource struct for ImportExclusionsResource

func NewImportExclusionsResource

func NewImportExclusionsResource() *ImportExclusionsResource

NewImportExclusionsResource instantiates a new ImportExclusionsResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewImportExclusionsResourceWithDefaults

func NewImportExclusionsResourceWithDefaults() *ImportExclusionsResource

NewImportExclusionsResourceWithDefaults instantiates a new ImportExclusionsResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ImportExclusionsResource) GetConfigContract

func (o *ImportExclusionsResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetConfigContractOk

func (o *ImportExclusionsResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetFields

func (o *ImportExclusionsResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetFieldsOk

func (o *ImportExclusionsResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetId

func (o *ImportExclusionsResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ImportExclusionsResource) GetIdOk

func (o *ImportExclusionsResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportExclusionsResource) GetImplementation

func (o *ImportExclusionsResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetImplementationName

func (o *ImportExclusionsResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetImplementationNameOk

func (o *ImportExclusionsResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetImplementationOk

func (o *ImportExclusionsResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *ImportExclusionsResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetInfoLinkOk

func (o *ImportExclusionsResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetMessage

func (o *ImportExclusionsResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*ImportExclusionsResource) GetMessageOk

func (o *ImportExclusionsResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportExclusionsResource) GetMovieTitle

func (o *ImportExclusionsResource) GetMovieTitle() string

GetMovieTitle returns the MovieTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetMovieTitleOk

func (o *ImportExclusionsResource) GetMovieTitleOk() (*string, bool)

GetMovieTitleOk returns a tuple with the MovieTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetMovieYear

func (o *ImportExclusionsResource) GetMovieYear() int32

GetMovieYear returns the MovieYear field value if set, zero value otherwise.

func (*ImportExclusionsResource) GetMovieYearOk

func (o *ImportExclusionsResource) GetMovieYearOk() (*int32, bool)

GetMovieYearOk returns a tuple with the MovieYear field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportExclusionsResource) GetName

func (o *ImportExclusionsResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetNameOk

func (o *ImportExclusionsResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetPresets

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetPresetsOk

GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportExclusionsResource) GetTagsOk

func (o *ImportExclusionsResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportExclusionsResource) GetTmdbId

func (o *ImportExclusionsResource) GetTmdbId() int32

GetTmdbId returns the TmdbId field value if set, zero value otherwise.

func (*ImportExclusionsResource) GetTmdbIdOk

func (o *ImportExclusionsResource) GetTmdbIdOk() (*int32, bool)

GetTmdbIdOk returns a tuple with the TmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportExclusionsResource) HasConfigContract

func (o *ImportExclusionsResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasFields

func (o *ImportExclusionsResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasId

func (o *ImportExclusionsResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasImplementation

func (o *ImportExclusionsResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasImplementationName

func (o *ImportExclusionsResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *ImportExclusionsResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasMessage

func (o *ImportExclusionsResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasMovieTitle

func (o *ImportExclusionsResource) HasMovieTitle() bool

HasMovieTitle returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasMovieYear

func (o *ImportExclusionsResource) HasMovieYear() bool

HasMovieYear returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasName

func (o *ImportExclusionsResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasPresets

func (o *ImportExclusionsResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasTags

func (o *ImportExclusionsResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ImportExclusionsResource) HasTmdbId

func (o *ImportExclusionsResource) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

func (ImportExclusionsResource) MarshalJSON

func (o ImportExclusionsResource) MarshalJSON() ([]byte, error)

func (*ImportExclusionsResource) SetConfigContract

func (o *ImportExclusionsResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*ImportExclusionsResource) SetConfigContractNil

func (o *ImportExclusionsResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*ImportExclusionsResource) SetFields

func (o *ImportExclusionsResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*ImportExclusionsResource) SetId

func (o *ImportExclusionsResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ImportExclusionsResource) SetImplementation

func (o *ImportExclusionsResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*ImportExclusionsResource) SetImplementationName

func (o *ImportExclusionsResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*ImportExclusionsResource) SetImplementationNameNil

func (o *ImportExclusionsResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*ImportExclusionsResource) SetImplementationNil

func (o *ImportExclusionsResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *ImportExclusionsResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*ImportExclusionsResource) SetInfoLinkNil

func (o *ImportExclusionsResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*ImportExclusionsResource) SetMessage

func (o *ImportExclusionsResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*ImportExclusionsResource) SetMovieTitle

func (o *ImportExclusionsResource) SetMovieTitle(v string)

SetMovieTitle gets a reference to the given NullableString and assigns it to the MovieTitle field.

func (*ImportExclusionsResource) SetMovieTitleNil

func (o *ImportExclusionsResource) SetMovieTitleNil()

SetMovieTitleNil sets the value for MovieTitle to be an explicit nil

func (*ImportExclusionsResource) SetMovieYear

func (o *ImportExclusionsResource) SetMovieYear(v int32)

SetMovieYear gets a reference to the given int32 and assigns it to the MovieYear field.

func (*ImportExclusionsResource) SetName

func (o *ImportExclusionsResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ImportExclusionsResource) SetNameNil

func (o *ImportExclusionsResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ImportExclusionsResource) SetPresets

SetPresets gets a reference to the given []ImportExclusionsResource and assigns it to the Presets field.

func (*ImportExclusionsResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*ImportExclusionsResource) SetTmdbId

func (o *ImportExclusionsResource) SetTmdbId(v int32)

SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.

func (ImportExclusionsResource) ToMap added in v1.0.1

func (o ImportExclusionsResource) ToMap() (map[string]interface{}, error)

func (*ImportExclusionsResource) UnsetConfigContract

func (o *ImportExclusionsResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*ImportExclusionsResource) UnsetImplementation

func (o *ImportExclusionsResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*ImportExclusionsResource) UnsetImplementationName

func (o *ImportExclusionsResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *ImportExclusionsResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*ImportExclusionsResource) UnsetMovieTitle

func (o *ImportExclusionsResource) UnsetMovieTitle()

UnsetMovieTitle ensures that no value is present for MovieTitle, not even an explicit nil

func (*ImportExclusionsResource) UnsetName

func (o *ImportExclusionsResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ImportListAPIService added in v1.0.1

type ImportListAPIService service

ImportListAPIService ImportListAPI service

func (*ImportListAPIService) CreateImportList added in v1.0.1

CreateImportList Method for CreateImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateImportListRequest

func (*ImportListAPIService) CreateImportListActionByName added in v1.0.1

func (a *ImportListAPIService) CreateImportListActionByName(ctx context.Context, name string) ApiCreateImportListActionByNameRequest

CreateImportListActionByName Method for CreateImportListActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateImportListActionByNameRequest

func (*ImportListAPIService) CreateImportListActionByNameExecute added in v1.0.1

func (a *ImportListAPIService) CreateImportListActionByNameExecute(r ApiCreateImportListActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) CreateImportListExecute added in v1.0.1

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) DeleteImportList added in v1.0.1

DeleteImportList Method for DeleteImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteImportListRequest

func (*ImportListAPIService) DeleteImportListBulk added in v1.0.1

DeleteImportListBulk Method for DeleteImportListBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteImportListBulkRequest

func (*ImportListAPIService) DeleteImportListBulkExecute added in v1.0.1

func (a *ImportListAPIService) DeleteImportListBulkExecute(r ApiDeleteImportListBulkRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) DeleteImportListExecute added in v1.0.1

func (a *ImportListAPIService) DeleteImportListExecute(r ApiDeleteImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) GetImportListById added in v1.0.1

GetImportListById Method for GetImportListById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetImportListByIdRequest

func (*ImportListAPIService) GetImportListByIdExecute added in v1.0.1

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) ListImportList added in v1.0.1

ListImportList Method for ListImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListImportListRequest

func (*ImportListAPIService) ListImportListExecute added in v1.0.1

Execute executes the request

@return []ImportListResource

func (*ImportListAPIService) ListImportListSchema added in v1.0.1

ListImportListSchema Method for ListImportListSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListImportListSchemaRequest

func (*ImportListAPIService) ListImportListSchemaExecute added in v1.0.1

Execute executes the request

@return []ImportListResource

func (*ImportListAPIService) PutImportListBulk added in v1.0.1

PutImportListBulk Method for PutImportListBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutImportListBulkRequest

func (*ImportListAPIService) PutImportListBulkExecute added in v1.0.1

Execute executes the request

@return ImportListResource

func (*ImportListAPIService) TestImportList added in v1.0.1

TestImportList Method for TestImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestImportListRequest

func (*ImportListAPIService) TestImportListExecute added in v1.0.1

func (a *ImportListAPIService) TestImportListExecute(r ApiTestImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) TestallImportList added in v1.0.1

TestallImportList Method for TestallImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallImportListRequest

func (*ImportListAPIService) TestallImportListExecute added in v1.0.1

func (a *ImportListAPIService) TestallImportListExecute(r ApiTestallImportListRequest) (*http.Response, error)

Execute executes the request

func (*ImportListAPIService) UpdateImportList added in v1.0.1

UpdateImportList Method for UpdateImportList

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateImportListRequest

func (*ImportListAPIService) UpdateImportListExecute added in v1.0.1

Execute executes the request

@return ImportListResource

type ImportListBulkResource added in v0.4.0

type ImportListBulkResource struct {
	Ids                 []int32          `json:"ids,omitempty"`
	Tags                []int32          `json:"tags,omitempty"`
	ApplyTags           *ApplyTags       `json:"applyTags,omitempty"`
	Enabled             NullableBool     `json:"enabled,omitempty"`
	EnableAuto          NullableBool     `json:"enableAuto,omitempty"`
	RootFolderPath      NullableString   `json:"rootFolderPath,omitempty"`
	QualityProfileId    NullableInt32    `json:"qualityProfileId,omitempty"`
	MinimumAvailability *MovieStatusType `json:"minimumAvailability,omitempty"`
}

ImportListBulkResource struct for ImportListBulkResource

func NewImportListBulkResource added in v0.4.0

func NewImportListBulkResource() *ImportListBulkResource

NewImportListBulkResource instantiates a new ImportListBulkResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewImportListBulkResourceWithDefaults added in v0.4.0

func NewImportListBulkResourceWithDefaults() *ImportListBulkResource

NewImportListBulkResourceWithDefaults instantiates a new ImportListBulkResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ImportListBulkResource) GetApplyTags added in v0.4.0

func (o *ImportListBulkResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*ImportListBulkResource) GetApplyTagsOk added in v0.4.0

func (o *ImportListBulkResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListBulkResource) GetEnableAuto added in v0.4.0

func (o *ImportListBulkResource) GetEnableAuto() bool

GetEnableAuto returns the EnableAuto field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetEnableAutoOk added in v0.4.0

func (o *ImportListBulkResource) GetEnableAutoOk() (*bool, bool)

GetEnableAutoOk returns a tuple with the EnableAuto field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListBulkResource) GetEnabled added in v1.0.1

func (o *ImportListBulkResource) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetEnabledOk added in v1.0.1

func (o *ImportListBulkResource) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListBulkResource) GetIds added in v0.4.0

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

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetIdsOk added in v0.4.0

func (o *ImportListBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListBulkResource) GetMinimumAvailability added in v1.0.1

func (o *ImportListBulkResource) GetMinimumAvailability() MovieStatusType

GetMinimumAvailability returns the MinimumAvailability field value if set, zero value otherwise.

func (*ImportListBulkResource) GetMinimumAvailabilityOk added in v1.0.1

func (o *ImportListBulkResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)

GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListBulkResource) GetQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetQualityProfileIdOk added in v0.4.0

func (o *ImportListBulkResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListBulkResource) GetRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetRootFolderPathOk added in v0.4.0

func (o *ImportListBulkResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListBulkResource) GetTags added in v0.4.0

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListBulkResource) GetTagsOk added in v0.4.0

func (o *ImportListBulkResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListBulkResource) HasApplyTags added in v0.4.0

func (o *ImportListBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*ImportListBulkResource) HasEnableAuto added in v0.4.0

func (o *ImportListBulkResource) HasEnableAuto() bool

HasEnableAuto returns a boolean if a field has been set.

func (*ImportListBulkResource) HasEnabled added in v1.0.1

func (o *ImportListBulkResource) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ImportListBulkResource) HasIds added in v0.4.0

func (o *ImportListBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*ImportListBulkResource) HasMinimumAvailability added in v1.0.1

func (o *ImportListBulkResource) HasMinimumAvailability() bool

HasMinimumAvailability returns a boolean if a field has been set.

func (*ImportListBulkResource) HasQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*ImportListBulkResource) HasRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*ImportListBulkResource) HasTags added in v0.4.0

func (o *ImportListBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ImportListBulkResource) MarshalJSON added in v0.4.0

func (o ImportListBulkResource) MarshalJSON() ([]byte, error)

func (*ImportListBulkResource) SetApplyTags added in v0.4.0

func (o *ImportListBulkResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*ImportListBulkResource) SetEnableAuto added in v0.4.0

func (o *ImportListBulkResource) SetEnableAuto(v bool)

SetEnableAuto gets a reference to the given NullableBool and assigns it to the EnableAuto field.

func (*ImportListBulkResource) SetEnableAutoNil added in v0.4.0

func (o *ImportListBulkResource) SetEnableAutoNil()

SetEnableAutoNil sets the value for EnableAuto to be an explicit nil

func (*ImportListBulkResource) SetEnabled added in v1.0.1

func (o *ImportListBulkResource) SetEnabled(v bool)

SetEnabled gets a reference to the given NullableBool and assigns it to the Enabled field.

func (*ImportListBulkResource) SetEnabledNil added in v1.0.1

func (o *ImportListBulkResource) SetEnabledNil()

SetEnabledNil sets the value for Enabled to be an explicit nil

func (*ImportListBulkResource) SetIds added in v0.4.0

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

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (*ImportListBulkResource) SetMinimumAvailability added in v1.0.1

func (o *ImportListBulkResource) SetMinimumAvailability(v MovieStatusType)

SetMinimumAvailability gets a reference to the given MovieStatusType and assigns it to the MinimumAvailability field.

func (*ImportListBulkResource) SetQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given NullableInt32 and assigns it to the QualityProfileId field.

func (*ImportListBulkResource) SetQualityProfileIdNil added in v0.4.0

func (o *ImportListBulkResource) SetQualityProfileIdNil()

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

func (*ImportListBulkResource) SetRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*ImportListBulkResource) SetRootFolderPathNil added in v0.4.0

func (o *ImportListBulkResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*ImportListBulkResource) SetTags added in v0.4.0

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (ImportListBulkResource) ToMap added in v1.0.1

func (o ImportListBulkResource) ToMap() (map[string]interface{}, error)

func (*ImportListBulkResource) UnsetEnableAuto added in v0.4.0

func (o *ImportListBulkResource) UnsetEnableAuto()

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

func (*ImportListBulkResource) UnsetEnabled added in v1.0.1

func (o *ImportListBulkResource) UnsetEnabled()

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

func (*ImportListBulkResource) UnsetQualityProfileId added in v0.4.0

func (o *ImportListBulkResource) UnsetQualityProfileId()

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

func (*ImportListBulkResource) UnsetRootFolderPath added in v0.4.0

func (o *ImportListBulkResource) UnsetRootFolderPath()

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

type ImportListConfigAPIService added in v1.0.1

type ImportListConfigAPIService service

ImportListConfigAPIService ImportListConfigAPI service

func (*ImportListConfigAPIService) GetImportListConfig added in v1.0.1

GetImportListConfig Method for GetImportListConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetImportListConfigRequest

func (*ImportListConfigAPIService) GetImportListConfigById added in v1.0.1

GetImportListConfigById Method for GetImportListConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetImportListConfigByIdRequest

func (*ImportListConfigAPIService) GetImportListConfigByIdExecute added in v1.0.1

Execute executes the request

@return ImportListConfigResource

func (*ImportListConfigAPIService) GetImportListConfigExecute added in v1.0.1

Execute executes the request

@return ImportListConfigResource

func (*ImportListConfigAPIService) UpdateImportListConfig added in v1.0.1

UpdateImportListConfig Method for UpdateImportListConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateImportListConfigRequest

func (*ImportListConfigAPIService) UpdateImportListConfigExecute added in v1.0.1

Execute executes the request

@return ImportListConfigResource

type ImportListConfigResource

type ImportListConfigResource struct {
	Id               *int32         `json:"id,omitempty"`
	ListSyncLevel    NullableString `json:"listSyncLevel,omitempty"`
	ImportExclusions NullableString `json:"importExclusions,omitempty"`
}

ImportListConfigResource struct for ImportListConfigResource

func NewImportListConfigResource

func NewImportListConfigResource() *ImportListConfigResource

NewImportListConfigResource instantiates a new ImportListConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewImportListConfigResourceWithDefaults

func NewImportListConfigResourceWithDefaults() *ImportListConfigResource

NewImportListConfigResourceWithDefaults instantiates a new ImportListConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ImportListConfigResource) GetId

func (o *ImportListConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ImportListConfigResource) GetIdOk

func (o *ImportListConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListConfigResource) GetImportExclusions

func (o *ImportListConfigResource) GetImportExclusions() string

GetImportExclusions returns the ImportExclusions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListConfigResource) GetImportExclusionsOk

func (o *ImportListConfigResource) GetImportExclusionsOk() (*string, bool)

GetImportExclusionsOk returns a tuple with the ImportExclusions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListConfigResource) GetListSyncLevel

func (o *ImportListConfigResource) GetListSyncLevel() string

GetListSyncLevel returns the ListSyncLevel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListConfigResource) GetListSyncLevelOk

func (o *ImportListConfigResource) GetListSyncLevelOk() (*string, bool)

GetListSyncLevelOk returns a tuple with the ListSyncLevel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListConfigResource) HasId

func (o *ImportListConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImportListConfigResource) HasImportExclusions

func (o *ImportListConfigResource) HasImportExclusions() bool

HasImportExclusions returns a boolean if a field has been set.

func (*ImportListConfigResource) HasListSyncLevel

func (o *ImportListConfigResource) HasListSyncLevel() bool

HasListSyncLevel returns a boolean if a field has been set.

func (ImportListConfigResource) MarshalJSON

func (o ImportListConfigResource) MarshalJSON() ([]byte, error)

func (*ImportListConfigResource) SetId

func (o *ImportListConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ImportListConfigResource) SetImportExclusions

func (o *ImportListConfigResource) SetImportExclusions(v string)

SetImportExclusions gets a reference to the given NullableString and assigns it to the ImportExclusions field.

func (*ImportListConfigResource) SetImportExclusionsNil

func (o *ImportListConfigResource) SetImportExclusionsNil()

SetImportExclusionsNil sets the value for ImportExclusions to be an explicit nil

func (*ImportListConfigResource) SetListSyncLevel

func (o *ImportListConfigResource) SetListSyncLevel(v string)

SetListSyncLevel gets a reference to the given NullableString and assigns it to the ListSyncLevel field.

func (*ImportListConfigResource) SetListSyncLevelNil

func (o *ImportListConfigResource) SetListSyncLevelNil()

SetListSyncLevelNil sets the value for ListSyncLevel to be an explicit nil

func (ImportListConfigResource) ToMap added in v1.0.1

func (o ImportListConfigResource) ToMap() (map[string]interface{}, error)

func (*ImportListConfigResource) UnsetImportExclusions

func (o *ImportListConfigResource) UnsetImportExclusions()

UnsetImportExclusions ensures that no value is present for ImportExclusions, not even an explicit nil

func (*ImportListConfigResource) UnsetListSyncLevel

func (o *ImportListConfigResource) UnsetListSyncLevel()

UnsetListSyncLevel ensures that no value is present for ListSyncLevel, not even an explicit nil

type ImportListMoviesAPIService added in v1.0.1

type ImportListMoviesAPIService service

ImportListMoviesAPIService ImportListMoviesAPI service

func (*ImportListMoviesAPIService) CreateImportlistMovie added in v1.0.1

CreateImportlistMovie Method for CreateImportlistMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateImportlistMovieRequest

func (*ImportListMoviesAPIService) CreateImportlistMovieExecute added in v1.0.1

func (a *ImportListMoviesAPIService) CreateImportlistMovieExecute(r ApiCreateImportlistMovieRequest) (*http.Response, error)

Execute executes the request

func (*ImportListMoviesAPIService) GetImportlistMovie added in v1.0.1

GetImportlistMovie Method for GetImportlistMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetImportlistMovieRequest

func (*ImportListMoviesAPIService) GetImportlistMovieExecute added in v1.0.1

func (a *ImportListMoviesAPIService) GetImportlistMovieExecute(r ApiGetImportlistMovieRequest) (*http.Response, error)

Execute executes the request

type ImportListResource

type ImportListResource struct {
	Id                  *int32               `json:"id,omitempty"`
	Name                NullableString       `json:"name,omitempty"`
	Fields              []Field              `json:"fields,omitempty"`
	ImplementationName  NullableString       `json:"implementationName,omitempty"`
	Implementation      NullableString       `json:"implementation,omitempty"`
	ConfigContract      NullableString       `json:"configContract,omitempty"`
	InfoLink            NullableString       `json:"infoLink,omitempty"`
	Message             *ProviderMessage     `json:"message,omitempty"`
	Tags                []int32              `json:"tags,omitempty"`
	Presets             []ImportListResource `json:"presets,omitempty"`
	Enabled             *bool                `json:"enabled,omitempty"`
	EnableAuto          *bool                `json:"enableAuto,omitempty"`
	Monitor             *MonitorTypes        `json:"monitor,omitempty"`
	RootFolderPath      NullableString       `json:"rootFolderPath,omitempty"`
	QualityProfileId    *int32               `json:"qualityProfileId,omitempty"`
	SearchOnAdd         *bool                `json:"searchOnAdd,omitempty"`
	MinimumAvailability *MovieStatusType     `json:"minimumAvailability,omitempty"`
	ListType            *ImportListType      `json:"listType,omitempty"`
	ListOrder           *int32               `json:"listOrder,omitempty"`
	MinRefreshInterval  *string              `json:"minRefreshInterval,omitempty"`
}

ImportListResource struct for ImportListResource

func NewImportListResource

func NewImportListResource() *ImportListResource

NewImportListResource instantiates a new ImportListResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewImportListResourceWithDefaults

func NewImportListResourceWithDefaults() *ImportListResource

NewImportListResourceWithDefaults instantiates a new ImportListResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ImportListResource) GetConfigContract

func (o *ImportListResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetConfigContractOk

func (o *ImportListResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetEnableAuto

func (o *ImportListResource) GetEnableAuto() bool

GetEnableAuto returns the EnableAuto field value if set, zero value otherwise.

func (*ImportListResource) GetEnableAutoOk

func (o *ImportListResource) GetEnableAutoOk() (*bool, bool)

GetEnableAutoOk returns a tuple with the EnableAuto field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetEnabled

func (o *ImportListResource) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ImportListResource) GetEnabledOk

func (o *ImportListResource) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetFields

func (o *ImportListResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetFieldsOk

func (o *ImportListResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetId

func (o *ImportListResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ImportListResource) GetIdOk

func (o *ImportListResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetImplementation

func (o *ImportListResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetImplementationName

func (o *ImportListResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetImplementationNameOk

func (o *ImportListResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetImplementationOk

func (o *ImportListResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *ImportListResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetInfoLinkOk

func (o *ImportListResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetListOrder

func (o *ImportListResource) GetListOrder() int32

GetListOrder returns the ListOrder field value if set, zero value otherwise.

func (*ImportListResource) GetListOrderOk

func (o *ImportListResource) GetListOrderOk() (*int32, bool)

GetListOrderOk returns a tuple with the ListOrder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetListType

func (o *ImportListResource) GetListType() ImportListType

GetListType returns the ListType field value if set, zero value otherwise.

func (*ImportListResource) GetListTypeOk

func (o *ImportListResource) GetListTypeOk() (*ImportListType, bool)

GetListTypeOk returns a tuple with the ListType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetMessage

func (o *ImportListResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*ImportListResource) GetMessageOk

func (o *ImportListResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetMinRefreshInterval added in v0.4.0

func (o *ImportListResource) GetMinRefreshInterval() string

GetMinRefreshInterval returns the MinRefreshInterval field value if set, zero value otherwise.

func (*ImportListResource) GetMinRefreshIntervalOk added in v0.4.0

func (o *ImportListResource) GetMinRefreshIntervalOk() (*string, bool)

GetMinRefreshIntervalOk returns a tuple with the MinRefreshInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetMinimumAvailability

func (o *ImportListResource) GetMinimumAvailability() MovieStatusType

GetMinimumAvailability returns the MinimumAvailability field value if set, zero value otherwise.

func (*ImportListResource) GetMinimumAvailabilityOk

func (o *ImportListResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)

GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetMonitor

func (o *ImportListResource) GetMonitor() MonitorTypes

GetMonitor returns the Monitor field value if set, zero value otherwise.

func (*ImportListResource) GetMonitorOk

func (o *ImportListResource) GetMonitorOk() (*MonitorTypes, bool)

GetMonitorOk returns a tuple with the Monitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetName

func (o *ImportListResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetNameOk

func (o *ImportListResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetPresets

func (o *ImportListResource) GetPresets() []ImportListResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetPresetsOk

func (o *ImportListResource) GetPresetsOk() ([]ImportListResource, bool)

GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetQualityProfileId

func (o *ImportListResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise.

func (*ImportListResource) GetQualityProfileIdOk

func (o *ImportListResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetRootFolderPath

func (o *ImportListResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetRootFolderPathOk

func (o *ImportListResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) GetSearchOnAdd

func (o *ImportListResource) GetSearchOnAdd() bool

GetSearchOnAdd returns the SearchOnAdd field value if set, zero value otherwise.

func (*ImportListResource) GetSearchOnAddOk

func (o *ImportListResource) GetSearchOnAddOk() (*bool, bool)

GetSearchOnAddOk returns a tuple with the SearchOnAdd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ImportListResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ImportListResource) GetTagsOk

func (o *ImportListResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ImportListResource) HasConfigContract

func (o *ImportListResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*ImportListResource) HasEnableAuto

func (o *ImportListResource) HasEnableAuto() bool

HasEnableAuto returns a boolean if a field has been set.

func (*ImportListResource) HasEnabled

func (o *ImportListResource) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ImportListResource) HasFields

func (o *ImportListResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*ImportListResource) HasId

func (o *ImportListResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ImportListResource) HasImplementation

func (o *ImportListResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*ImportListResource) HasImplementationName

func (o *ImportListResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *ImportListResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*ImportListResource) HasListOrder

func (o *ImportListResource) HasListOrder() bool

HasListOrder returns a boolean if a field has been set.

func (*ImportListResource) HasListType

func (o *ImportListResource) HasListType() bool

HasListType returns a boolean if a field has been set.

func (*ImportListResource) HasMessage

func (o *ImportListResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ImportListResource) HasMinRefreshInterval added in v0.4.0

func (o *ImportListResource) HasMinRefreshInterval() bool

HasMinRefreshInterval returns a boolean if a field has been set.

func (*ImportListResource) HasMinimumAvailability

func (o *ImportListResource) HasMinimumAvailability() bool

HasMinimumAvailability returns a boolean if a field has been set.

func (*ImportListResource) HasMonitor

func (o *ImportListResource) HasMonitor() bool

HasMonitor returns a boolean if a field has been set.

func (*ImportListResource) HasName

func (o *ImportListResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ImportListResource) HasPresets

func (o *ImportListResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*ImportListResource) HasQualityProfileId

func (o *ImportListResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*ImportListResource) HasRootFolderPath

func (o *ImportListResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*ImportListResource) HasSearchOnAdd

func (o *ImportListResource) HasSearchOnAdd() bool

HasSearchOnAdd returns a boolean if a field has been set.

func (*ImportListResource) HasTags

func (o *ImportListResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ImportListResource) MarshalJSON

func (o ImportListResource) MarshalJSON() ([]byte, error)

func (*ImportListResource) SetConfigContract

func (o *ImportListResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*ImportListResource) SetConfigContractNil

func (o *ImportListResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*ImportListResource) SetEnableAuto

func (o *ImportListResource) SetEnableAuto(v bool)

SetEnableAuto gets a reference to the given bool and assigns it to the EnableAuto field.

func (*ImportListResource) SetEnabled

func (o *ImportListResource) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ImportListResource) SetFields

func (o *ImportListResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*ImportListResource) SetId

func (o *ImportListResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ImportListResource) SetImplementation

func (o *ImportListResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*ImportListResource) SetImplementationName

func (o *ImportListResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*ImportListResource) SetImplementationNameNil

func (o *ImportListResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*ImportListResource) SetImplementationNil

func (o *ImportListResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *ImportListResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*ImportListResource) SetInfoLinkNil

func (o *ImportListResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*ImportListResource) SetListOrder

func (o *ImportListResource) SetListOrder(v int32)

SetListOrder gets a reference to the given int32 and assigns it to the ListOrder field.

func (*ImportListResource) SetListType

func (o *ImportListResource) SetListType(v ImportListType)

SetListType gets a reference to the given ImportListType and assigns it to the ListType field.

func (*ImportListResource) SetMessage

func (o *ImportListResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*ImportListResource) SetMinRefreshInterval added in v0.4.0

func (o *ImportListResource) SetMinRefreshInterval(v string)

SetMinRefreshInterval gets a reference to the given string and assigns it to the MinRefreshInterval field.

func (*ImportListResource) SetMinimumAvailability

func (o *ImportListResource) SetMinimumAvailability(v MovieStatusType)

SetMinimumAvailability gets a reference to the given MovieStatusType and assigns it to the MinimumAvailability field.

func (*ImportListResource) SetMonitor

func (o *ImportListResource) SetMonitor(v MonitorTypes)

SetMonitor gets a reference to the given MonitorTypes and assigns it to the Monitor field.

func (*ImportListResource) SetName

func (o *ImportListResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ImportListResource) SetNameNil

func (o *ImportListResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ImportListResource) SetPresets

func (o *ImportListResource) SetPresets(v []ImportListResource)

SetPresets gets a reference to the given []ImportListResource and assigns it to the Presets field.

func (*ImportListResource) SetQualityProfileId

func (o *ImportListResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given int32 and assigns it to the QualityProfileId field.

func (*ImportListResource) SetRootFolderPath

func (o *ImportListResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*ImportListResource) SetRootFolderPathNil

func (o *ImportListResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*ImportListResource) SetSearchOnAdd

func (o *ImportListResource) SetSearchOnAdd(v bool)

SetSearchOnAdd gets a reference to the given bool and assigns it to the SearchOnAdd field.

func (*ImportListResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (ImportListResource) ToMap added in v1.0.1

func (o ImportListResource) ToMap() (map[string]interface{}, error)

func (*ImportListResource) UnsetConfigContract

func (o *ImportListResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*ImportListResource) UnsetImplementation

func (o *ImportListResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*ImportListResource) UnsetImplementationName

func (o *ImportListResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *ImportListResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*ImportListResource) UnsetName

func (o *ImportListResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*ImportListResource) UnsetRootFolderPath

func (o *ImportListResource) UnsetRootFolderPath()

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

type ImportListType

type ImportListType string

ImportListType the model 'ImportListType'

const (
	IMPORTLISTTYPE_PROGRAM  ImportListType = "program"
	IMPORTLISTTYPE_TMDB     ImportListType = "tmdb"
	IMPORTLISTTYPE_TRAKT    ImportListType = "trakt"
	IMPORTLISTTYPE_PLEX     ImportListType = "plex"
	IMPORTLISTTYPE_SIMKL    ImportListType = "simkl"
	IMPORTLISTTYPE_OTHER    ImportListType = "other"
	IMPORTLISTTYPE_ADVANCED ImportListType = "advanced"
)

List of ImportListType

func NewImportListTypeFromValue

func NewImportListTypeFromValue(v string) (*ImportListType, error)

NewImportListTypeFromValue returns a pointer to a valid ImportListType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ImportListType) IsValid

func (v ImportListType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ImportListType) Ptr

func (v ImportListType) Ptr() *ImportListType

Ptr returns reference to ImportListType value

func (*ImportListType) UnmarshalJSON

func (v *ImportListType) UnmarshalJSON(src []byte) error

type IndexerAPIService added in v1.0.1

type IndexerAPIService service

IndexerAPIService IndexerAPI service

func (*IndexerAPIService) CreateIndexer added in v1.0.1

CreateIndexer Method for CreateIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIndexerRequest

func (*IndexerAPIService) CreateIndexerActionByName added in v1.0.1

func (a *IndexerAPIService) CreateIndexerActionByName(ctx context.Context, name string) ApiCreateIndexerActionByNameRequest

CreateIndexerActionByName Method for CreateIndexerActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateIndexerActionByNameRequest

func (*IndexerAPIService) CreateIndexerActionByNameExecute added in v1.0.1

func (a *IndexerAPIService) CreateIndexerActionByNameExecute(r ApiCreateIndexerActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) CreateIndexerExecute added in v1.0.1

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) DeleteIndexer added in v1.0.1

DeleteIndexer Method for DeleteIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteIndexerRequest

func (*IndexerAPIService) DeleteIndexerBulk added in v1.0.1

DeleteIndexerBulk Method for DeleteIndexerBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteIndexerBulkRequest

func (*IndexerAPIService) DeleteIndexerBulkExecute added in v1.0.1

func (a *IndexerAPIService) DeleteIndexerBulkExecute(r ApiDeleteIndexerBulkRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) DeleteIndexerExecute added in v1.0.1

func (a *IndexerAPIService) DeleteIndexerExecute(r ApiDeleteIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) GetIndexerById added in v1.0.1

func (a *IndexerAPIService) GetIndexerById(ctx context.Context, id int32) ApiGetIndexerByIdRequest

GetIndexerById Method for GetIndexerById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetIndexerByIdRequest

func (*IndexerAPIService) GetIndexerByIdExecute added in v1.0.1

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) ListIndexer added in v1.0.1

ListIndexer Method for ListIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListIndexerRequest

func (*IndexerAPIService) ListIndexerExecute added in v1.0.1

Execute executes the request

@return []IndexerResource

func (*IndexerAPIService) ListIndexerSchema added in v1.0.1

ListIndexerSchema Method for ListIndexerSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListIndexerSchemaRequest

func (*IndexerAPIService) ListIndexerSchemaExecute added in v1.0.1

func (a *IndexerAPIService) ListIndexerSchemaExecute(r ApiListIndexerSchemaRequest) ([]IndexerResource, *http.Response, error)

Execute executes the request

@return []IndexerResource

func (*IndexerAPIService) PutIndexerBulk added in v1.0.1

PutIndexerBulk Method for PutIndexerBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutIndexerBulkRequest

func (*IndexerAPIService) PutIndexerBulkExecute added in v1.0.1

Execute executes the request

@return IndexerResource

func (*IndexerAPIService) TestIndexer added in v1.0.1

TestIndexer Method for TestIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestIndexerRequest

func (*IndexerAPIService) TestIndexerExecute added in v1.0.1

func (a *IndexerAPIService) TestIndexerExecute(r ApiTestIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) TestallIndexer added in v1.0.1

TestallIndexer Method for TestallIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallIndexerRequest

func (*IndexerAPIService) TestallIndexerExecute added in v1.0.1

func (a *IndexerAPIService) TestallIndexerExecute(r ApiTestallIndexerRequest) (*http.Response, error)

Execute executes the request

func (*IndexerAPIService) UpdateIndexer added in v1.0.1

UpdateIndexer Method for UpdateIndexer

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateIndexerRequest

func (*IndexerAPIService) UpdateIndexerExecute added in v1.0.1

Execute executes the request

@return IndexerResource

type IndexerBulkResource added in v0.4.0

type IndexerBulkResource struct {
	Ids                     []int32       `json:"ids,omitempty"`
	Tags                    []int32       `json:"tags,omitempty"`
	ApplyTags               *ApplyTags    `json:"applyTags,omitempty"`
	EnableRss               NullableBool  `json:"enableRss,omitempty"`
	EnableAutomaticSearch   NullableBool  `json:"enableAutomaticSearch,omitempty"`
	EnableInteractiveSearch NullableBool  `json:"enableInteractiveSearch,omitempty"`
	Priority                NullableInt32 `json:"priority,omitempty"`
}

IndexerBulkResource struct for IndexerBulkResource

func NewIndexerBulkResource added in v0.4.0

func NewIndexerBulkResource() *IndexerBulkResource

NewIndexerBulkResource instantiates a new IndexerBulkResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIndexerBulkResourceWithDefaults added in v0.4.0

func NewIndexerBulkResourceWithDefaults() *IndexerBulkResource

NewIndexerBulkResourceWithDefaults instantiates a new IndexerBulkResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IndexerBulkResource) GetApplyTags added in v0.4.0

func (o *IndexerBulkResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*IndexerBulkResource) GetApplyTagsOk added in v0.4.0

func (o *IndexerBulkResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerBulkResource) GetEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) GetEnableAutomaticSearch() bool

GetEnableAutomaticSearch returns the EnableAutomaticSearch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetEnableAutomaticSearchOk added in v0.4.0

func (o *IndexerBulkResource) GetEnableAutomaticSearchOk() (*bool, bool)

GetEnableAutomaticSearchOk returns a tuple with the EnableAutomaticSearch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerBulkResource) GetEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) GetEnableInteractiveSearch() bool

GetEnableInteractiveSearch returns the EnableInteractiveSearch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetEnableInteractiveSearchOk added in v0.4.0

func (o *IndexerBulkResource) GetEnableInteractiveSearchOk() (*bool, bool)

GetEnableInteractiveSearchOk returns a tuple with the EnableInteractiveSearch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerBulkResource) GetEnableRss added in v0.4.0

func (o *IndexerBulkResource) GetEnableRss() bool

GetEnableRss returns the EnableRss field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetEnableRssOk added in v0.4.0

func (o *IndexerBulkResource) GetEnableRssOk() (*bool, bool)

GetEnableRssOk returns a tuple with the EnableRss field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerBulkResource) GetIds added in v0.4.0

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

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetIdsOk added in v0.4.0

func (o *IndexerBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerBulkResource) GetPriority added in v0.4.0

func (o *IndexerBulkResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetPriorityOk added in v0.4.0

func (o *IndexerBulkResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerBulkResource) GetTags added in v0.4.0

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerBulkResource) GetTagsOk added in v0.4.0

func (o *IndexerBulkResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerBulkResource) HasApplyTags added in v0.4.0

func (o *IndexerBulkResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) HasEnableAutomaticSearch() bool

HasEnableAutomaticSearch returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) HasEnableInteractiveSearch() bool

HasEnableInteractiveSearch returns a boolean if a field has been set.

func (*IndexerBulkResource) HasEnableRss added in v0.4.0

func (o *IndexerBulkResource) HasEnableRss() bool

HasEnableRss returns a boolean if a field has been set.

func (*IndexerBulkResource) HasIds added in v0.4.0

func (o *IndexerBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*IndexerBulkResource) HasPriority added in v0.4.0

func (o *IndexerBulkResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*IndexerBulkResource) HasTags added in v0.4.0

func (o *IndexerBulkResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (IndexerBulkResource) MarshalJSON added in v0.4.0

func (o IndexerBulkResource) MarshalJSON() ([]byte, error)

func (*IndexerBulkResource) SetApplyTags added in v0.4.0

func (o *IndexerBulkResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*IndexerBulkResource) SetEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) SetEnableAutomaticSearch(v bool)

SetEnableAutomaticSearch gets a reference to the given NullableBool and assigns it to the EnableAutomaticSearch field.

func (*IndexerBulkResource) SetEnableAutomaticSearchNil added in v0.4.0

func (o *IndexerBulkResource) SetEnableAutomaticSearchNil()

SetEnableAutomaticSearchNil sets the value for EnableAutomaticSearch to be an explicit nil

func (*IndexerBulkResource) SetEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) SetEnableInteractiveSearch(v bool)

SetEnableInteractiveSearch gets a reference to the given NullableBool and assigns it to the EnableInteractiveSearch field.

func (*IndexerBulkResource) SetEnableInteractiveSearchNil added in v0.4.0

func (o *IndexerBulkResource) SetEnableInteractiveSearchNil()

SetEnableInteractiveSearchNil sets the value for EnableInteractiveSearch to be an explicit nil

func (*IndexerBulkResource) SetEnableRss added in v0.4.0

func (o *IndexerBulkResource) SetEnableRss(v bool)

SetEnableRss gets a reference to the given NullableBool and assigns it to the EnableRss field.

func (*IndexerBulkResource) SetEnableRssNil added in v0.4.0

func (o *IndexerBulkResource) SetEnableRssNil()

SetEnableRssNil sets the value for EnableRss to be an explicit nil

func (*IndexerBulkResource) SetIds added in v0.4.0

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

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (*IndexerBulkResource) SetPriority added in v0.4.0

func (o *IndexerBulkResource) SetPriority(v int32)

SetPriority gets a reference to the given NullableInt32 and assigns it to the Priority field.

func (*IndexerBulkResource) SetPriorityNil added in v0.4.0

func (o *IndexerBulkResource) SetPriorityNil()

SetPriorityNil sets the value for Priority to be an explicit nil

func (*IndexerBulkResource) SetTags added in v0.4.0

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (IndexerBulkResource) ToMap added in v1.0.1

func (o IndexerBulkResource) ToMap() (map[string]interface{}, error)

func (*IndexerBulkResource) UnsetEnableAutomaticSearch added in v0.4.0

func (o *IndexerBulkResource) UnsetEnableAutomaticSearch()

UnsetEnableAutomaticSearch ensures that no value is present for EnableAutomaticSearch, not even an explicit nil

func (*IndexerBulkResource) UnsetEnableInteractiveSearch added in v0.4.0

func (o *IndexerBulkResource) UnsetEnableInteractiveSearch()

UnsetEnableInteractiveSearch ensures that no value is present for EnableInteractiveSearch, not even an explicit nil

func (*IndexerBulkResource) UnsetEnableRss added in v0.4.0

func (o *IndexerBulkResource) UnsetEnableRss()

UnsetEnableRss ensures that no value is present for EnableRss, not even an explicit nil

func (*IndexerBulkResource) UnsetPriority added in v0.4.0

func (o *IndexerBulkResource) UnsetPriority()

UnsetPriority ensures that no value is present for Priority, not even an explicit nil

type IndexerConfigAPIService added in v1.0.1

type IndexerConfigAPIService service

IndexerConfigAPIService IndexerConfigAPI service

func (*IndexerConfigAPIService) GetIndexerConfig added in v1.0.1

GetIndexerConfig Method for GetIndexerConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIndexerConfigRequest

func (*IndexerConfigAPIService) GetIndexerConfigById added in v1.0.1

GetIndexerConfigById Method for GetIndexerConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetIndexerConfigByIdRequest

func (*IndexerConfigAPIService) GetIndexerConfigByIdExecute added in v1.0.1

Execute executes the request

@return IndexerConfigResource

func (*IndexerConfigAPIService) GetIndexerConfigExecute added in v1.0.1

Execute executes the request

@return IndexerConfigResource

func (*IndexerConfigAPIService) UpdateIndexerConfig added in v1.0.1

UpdateIndexerConfig Method for UpdateIndexerConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateIndexerConfigRequest

func (*IndexerConfigAPIService) UpdateIndexerConfigExecute added in v1.0.1

Execute executes the request

@return IndexerConfigResource

type IndexerConfigResource

type IndexerConfigResource struct {
	Id                       *int32         `json:"id,omitempty"`
	MinimumAge               *int32         `json:"minimumAge,omitempty"`
	MaximumSize              *int32         `json:"maximumSize,omitempty"`
	Retention                *int32         `json:"retention,omitempty"`
	RssSyncInterval          *int32         `json:"rssSyncInterval,omitempty"`
	PreferIndexerFlags       *bool          `json:"preferIndexerFlags,omitempty"`
	AvailabilityDelay        *int32         `json:"availabilityDelay,omitempty"`
	AllowHardcodedSubs       *bool          `json:"allowHardcodedSubs,omitempty"`
	WhitelistedHardcodedSubs NullableString `json:"whitelistedHardcodedSubs,omitempty"`
}

IndexerConfigResource struct for IndexerConfigResource

func NewIndexerConfigResource

func NewIndexerConfigResource() *IndexerConfigResource

NewIndexerConfigResource instantiates a new IndexerConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIndexerConfigResourceWithDefaults

func NewIndexerConfigResourceWithDefaults() *IndexerConfigResource

NewIndexerConfigResourceWithDefaults instantiates a new IndexerConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IndexerConfigResource) GetAllowHardcodedSubs

func (o *IndexerConfigResource) GetAllowHardcodedSubs() bool

GetAllowHardcodedSubs returns the AllowHardcodedSubs field value if set, zero value otherwise.

func (*IndexerConfigResource) GetAllowHardcodedSubsOk

func (o *IndexerConfigResource) GetAllowHardcodedSubsOk() (*bool, bool)

GetAllowHardcodedSubsOk returns a tuple with the AllowHardcodedSubs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetAvailabilityDelay

func (o *IndexerConfigResource) GetAvailabilityDelay() int32

GetAvailabilityDelay returns the AvailabilityDelay field value if set, zero value otherwise.

func (*IndexerConfigResource) GetAvailabilityDelayOk

func (o *IndexerConfigResource) GetAvailabilityDelayOk() (*int32, bool)

GetAvailabilityDelayOk returns a tuple with the AvailabilityDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetId

func (o *IndexerConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*IndexerConfigResource) GetIdOk

func (o *IndexerConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetMaximumSize

func (o *IndexerConfigResource) GetMaximumSize() int32

GetMaximumSize returns the MaximumSize field value if set, zero value otherwise.

func (*IndexerConfigResource) GetMaximumSizeOk

func (o *IndexerConfigResource) GetMaximumSizeOk() (*int32, bool)

GetMaximumSizeOk returns a tuple with the MaximumSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetMinimumAge

func (o *IndexerConfigResource) GetMinimumAge() int32

GetMinimumAge returns the MinimumAge field value if set, zero value otherwise.

func (*IndexerConfigResource) GetMinimumAgeOk

func (o *IndexerConfigResource) GetMinimumAgeOk() (*int32, bool)

GetMinimumAgeOk returns a tuple with the MinimumAge field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetPreferIndexerFlags

func (o *IndexerConfigResource) GetPreferIndexerFlags() bool

GetPreferIndexerFlags returns the PreferIndexerFlags field value if set, zero value otherwise.

func (*IndexerConfigResource) GetPreferIndexerFlagsOk

func (o *IndexerConfigResource) GetPreferIndexerFlagsOk() (*bool, bool)

GetPreferIndexerFlagsOk returns a tuple with the PreferIndexerFlags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetRetention

func (o *IndexerConfigResource) GetRetention() int32

GetRetention returns the Retention field value if set, zero value otherwise.

func (*IndexerConfigResource) GetRetentionOk

func (o *IndexerConfigResource) GetRetentionOk() (*int32, bool)

GetRetentionOk returns a tuple with the Retention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetRssSyncInterval

func (o *IndexerConfigResource) GetRssSyncInterval() int32

GetRssSyncInterval returns the RssSyncInterval field value if set, zero value otherwise.

func (*IndexerConfigResource) GetRssSyncIntervalOk

func (o *IndexerConfigResource) GetRssSyncIntervalOk() (*int32, bool)

GetRssSyncIntervalOk returns a tuple with the RssSyncInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerConfigResource) GetWhitelistedHardcodedSubs

func (o *IndexerConfigResource) GetWhitelistedHardcodedSubs() string

GetWhitelistedHardcodedSubs returns the WhitelistedHardcodedSubs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerConfigResource) GetWhitelistedHardcodedSubsOk

func (o *IndexerConfigResource) GetWhitelistedHardcodedSubsOk() (*string, bool)

GetWhitelistedHardcodedSubsOk returns a tuple with the WhitelistedHardcodedSubs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerConfigResource) HasAllowHardcodedSubs

func (o *IndexerConfigResource) HasAllowHardcodedSubs() bool

HasAllowHardcodedSubs returns a boolean if a field has been set.

func (*IndexerConfigResource) HasAvailabilityDelay

func (o *IndexerConfigResource) HasAvailabilityDelay() bool

HasAvailabilityDelay returns a boolean if a field has been set.

func (*IndexerConfigResource) HasId

func (o *IndexerConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*IndexerConfigResource) HasMaximumSize

func (o *IndexerConfigResource) HasMaximumSize() bool

HasMaximumSize returns a boolean if a field has been set.

func (*IndexerConfigResource) HasMinimumAge

func (o *IndexerConfigResource) HasMinimumAge() bool

HasMinimumAge returns a boolean if a field has been set.

func (*IndexerConfigResource) HasPreferIndexerFlags

func (o *IndexerConfigResource) HasPreferIndexerFlags() bool

HasPreferIndexerFlags returns a boolean if a field has been set.

func (*IndexerConfigResource) HasRetention

func (o *IndexerConfigResource) HasRetention() bool

HasRetention returns a boolean if a field has been set.

func (*IndexerConfigResource) HasRssSyncInterval

func (o *IndexerConfigResource) HasRssSyncInterval() bool

HasRssSyncInterval returns a boolean if a field has been set.

func (*IndexerConfigResource) HasWhitelistedHardcodedSubs

func (o *IndexerConfigResource) HasWhitelistedHardcodedSubs() bool

HasWhitelistedHardcodedSubs returns a boolean if a field has been set.

func (IndexerConfigResource) MarshalJSON

func (o IndexerConfigResource) MarshalJSON() ([]byte, error)

func (*IndexerConfigResource) SetAllowHardcodedSubs

func (o *IndexerConfigResource) SetAllowHardcodedSubs(v bool)

SetAllowHardcodedSubs gets a reference to the given bool and assigns it to the AllowHardcodedSubs field.

func (*IndexerConfigResource) SetAvailabilityDelay

func (o *IndexerConfigResource) SetAvailabilityDelay(v int32)

SetAvailabilityDelay gets a reference to the given int32 and assigns it to the AvailabilityDelay field.

func (*IndexerConfigResource) SetId

func (o *IndexerConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IndexerConfigResource) SetMaximumSize

func (o *IndexerConfigResource) SetMaximumSize(v int32)

SetMaximumSize gets a reference to the given int32 and assigns it to the MaximumSize field.

func (*IndexerConfigResource) SetMinimumAge

func (o *IndexerConfigResource) SetMinimumAge(v int32)

SetMinimumAge gets a reference to the given int32 and assigns it to the MinimumAge field.

func (*IndexerConfigResource) SetPreferIndexerFlags

func (o *IndexerConfigResource) SetPreferIndexerFlags(v bool)

SetPreferIndexerFlags gets a reference to the given bool and assigns it to the PreferIndexerFlags field.

func (*IndexerConfigResource) SetRetention

func (o *IndexerConfigResource) SetRetention(v int32)

SetRetention gets a reference to the given int32 and assigns it to the Retention field.

func (*IndexerConfigResource) SetRssSyncInterval

func (o *IndexerConfigResource) SetRssSyncInterval(v int32)

SetRssSyncInterval gets a reference to the given int32 and assigns it to the RssSyncInterval field.

func (*IndexerConfigResource) SetWhitelistedHardcodedSubs

func (o *IndexerConfigResource) SetWhitelistedHardcodedSubs(v string)

SetWhitelistedHardcodedSubs gets a reference to the given NullableString and assigns it to the WhitelistedHardcodedSubs field.

func (*IndexerConfigResource) SetWhitelistedHardcodedSubsNil

func (o *IndexerConfigResource) SetWhitelistedHardcodedSubsNil()

SetWhitelistedHardcodedSubsNil sets the value for WhitelistedHardcodedSubs to be an explicit nil

func (IndexerConfigResource) ToMap added in v1.0.1

func (o IndexerConfigResource) ToMap() (map[string]interface{}, error)

func (*IndexerConfigResource) UnsetWhitelistedHardcodedSubs

func (o *IndexerConfigResource) UnsetWhitelistedHardcodedSubs()

UnsetWhitelistedHardcodedSubs ensures that no value is present for WhitelistedHardcodedSubs, not even an explicit nil

type IndexerFlagAPIService added in v1.0.1

type IndexerFlagAPIService service

IndexerFlagAPIService IndexerFlagAPI service

func (*IndexerFlagAPIService) ListIndexerFlag added in v1.0.1

ListIndexerFlag Method for ListIndexerFlag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListIndexerFlagRequest

func (*IndexerFlagAPIService) ListIndexerFlagExecute added in v1.0.1

Execute executes the request

@return []IndexerFlagResource

type IndexerFlagResource

type IndexerFlagResource struct {
	Id        *int32         `json:"id,omitempty"`
	Name      NullableString `json:"name,omitempty"`
	NameLower NullableString `json:"nameLower,omitempty"`
}

IndexerFlagResource struct for IndexerFlagResource

func NewIndexerFlagResource

func NewIndexerFlagResource() *IndexerFlagResource

NewIndexerFlagResource instantiates a new IndexerFlagResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIndexerFlagResourceWithDefaults

func NewIndexerFlagResourceWithDefaults() *IndexerFlagResource

NewIndexerFlagResourceWithDefaults instantiates a new IndexerFlagResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IndexerFlagResource) GetId

func (o *IndexerFlagResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*IndexerFlagResource) GetIdOk

func (o *IndexerFlagResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerFlagResource) GetName

func (o *IndexerFlagResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerFlagResource) GetNameLower

func (o *IndexerFlagResource) GetNameLower() string

GetNameLower returns the NameLower field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerFlagResource) GetNameLowerOk

func (o *IndexerFlagResource) GetNameLowerOk() (*string, bool)

GetNameLowerOk returns a tuple with the NameLower field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerFlagResource) GetNameOk

func (o *IndexerFlagResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerFlagResource) HasId

func (o *IndexerFlagResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*IndexerFlagResource) HasName

func (o *IndexerFlagResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*IndexerFlagResource) HasNameLower

func (o *IndexerFlagResource) HasNameLower() bool

HasNameLower returns a boolean if a field has been set.

func (IndexerFlagResource) MarshalJSON

func (o IndexerFlagResource) MarshalJSON() ([]byte, error)

func (*IndexerFlagResource) SetId

func (o *IndexerFlagResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IndexerFlagResource) SetName

func (o *IndexerFlagResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*IndexerFlagResource) SetNameLower

func (o *IndexerFlagResource) SetNameLower(v string)

SetNameLower gets a reference to the given NullableString and assigns it to the NameLower field.

func (*IndexerFlagResource) SetNameLowerNil

func (o *IndexerFlagResource) SetNameLowerNil()

SetNameLowerNil sets the value for NameLower to be an explicit nil

func (*IndexerFlagResource) SetNameNil

func (o *IndexerFlagResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (IndexerFlagResource) ToMap added in v1.0.1

func (o IndexerFlagResource) ToMap() (map[string]interface{}, error)

func (*IndexerFlagResource) UnsetName

func (o *IndexerFlagResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*IndexerFlagResource) UnsetNameLower

func (o *IndexerFlagResource) UnsetNameLower()

UnsetNameLower ensures that no value is present for NameLower, not even an explicit nil

type IndexerResource

type IndexerResource struct {
	Id                      *int32            `json:"id,omitempty"`
	Name                    NullableString    `json:"name,omitempty"`
	Fields                  []Field           `json:"fields,omitempty"`
	ImplementationName      NullableString    `json:"implementationName,omitempty"`
	Implementation          NullableString    `json:"implementation,omitempty"`
	ConfigContract          NullableString    `json:"configContract,omitempty"`
	InfoLink                NullableString    `json:"infoLink,omitempty"`
	Message                 *ProviderMessage  `json:"message,omitempty"`
	Tags                    []int32           `json:"tags,omitempty"`
	Presets                 []IndexerResource `json:"presets,omitempty"`
	EnableRss               *bool             `json:"enableRss,omitempty"`
	EnableAutomaticSearch   *bool             `json:"enableAutomaticSearch,omitempty"`
	EnableInteractiveSearch *bool             `json:"enableInteractiveSearch,omitempty"`
	SupportsRss             *bool             `json:"supportsRss,omitempty"`
	SupportsSearch          *bool             `json:"supportsSearch,omitempty"`
	Protocol                *DownloadProtocol `json:"protocol,omitempty"`
	Priority                *int32            `json:"priority,omitempty"`
	DownloadClientId        *int32            `json:"downloadClientId,omitempty"`
}

IndexerResource struct for IndexerResource

func NewIndexerResource

func NewIndexerResource() *IndexerResource

NewIndexerResource instantiates a new IndexerResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIndexerResourceWithDefaults

func NewIndexerResourceWithDefaults() *IndexerResource

NewIndexerResourceWithDefaults instantiates a new IndexerResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IndexerResource) GetConfigContract

func (o *IndexerResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetConfigContractOk

func (o *IndexerResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) GetDownloadClientId

func (o *IndexerResource) GetDownloadClientId() int32

GetDownloadClientId returns the DownloadClientId field value if set, zero value otherwise.

func (*IndexerResource) GetDownloadClientIdOk

func (o *IndexerResource) GetDownloadClientIdOk() (*int32, bool)

GetDownloadClientIdOk returns a tuple with the DownloadClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetEnableAutomaticSearch

func (o *IndexerResource) GetEnableAutomaticSearch() bool

GetEnableAutomaticSearch returns the EnableAutomaticSearch field value if set, zero value otherwise.

func (*IndexerResource) GetEnableAutomaticSearchOk

func (o *IndexerResource) GetEnableAutomaticSearchOk() (*bool, bool)

GetEnableAutomaticSearchOk returns a tuple with the EnableAutomaticSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetEnableInteractiveSearch

func (o *IndexerResource) GetEnableInteractiveSearch() bool

GetEnableInteractiveSearch returns the EnableInteractiveSearch field value if set, zero value otherwise.

func (*IndexerResource) GetEnableInteractiveSearchOk

func (o *IndexerResource) GetEnableInteractiveSearchOk() (*bool, bool)

GetEnableInteractiveSearchOk returns a tuple with the EnableInteractiveSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetEnableRss

func (o *IndexerResource) GetEnableRss() bool

GetEnableRss returns the EnableRss field value if set, zero value otherwise.

func (*IndexerResource) GetEnableRssOk

func (o *IndexerResource) GetEnableRssOk() (*bool, bool)

GetEnableRssOk returns a tuple with the EnableRss field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetFields

func (o *IndexerResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetFieldsOk

func (o *IndexerResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) GetId

func (o *IndexerResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*IndexerResource) GetIdOk

func (o *IndexerResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetImplementation

func (o *IndexerResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetImplementationName

func (o *IndexerResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetImplementationNameOk

func (o *IndexerResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) GetImplementationOk

func (o *IndexerResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *IndexerResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetInfoLinkOk

func (o *IndexerResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) GetMessage

func (o *IndexerResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*IndexerResource) GetMessageOk

func (o *IndexerResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetName

func (o *IndexerResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetNameOk

func (o *IndexerResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) GetPresets

func (o *IndexerResource) GetPresets() []IndexerResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetPresetsOk

func (o *IndexerResource) GetPresetsOk() ([]IndexerResource, bool)

GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) GetPriority

func (o *IndexerResource) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*IndexerResource) GetPriorityOk

func (o *IndexerResource) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetProtocol

func (o *IndexerResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*IndexerResource) GetProtocolOk

func (o *IndexerResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetSupportsRss

func (o *IndexerResource) GetSupportsRss() bool

GetSupportsRss returns the SupportsRss field value if set, zero value otherwise.

func (*IndexerResource) GetSupportsRssOk

func (o *IndexerResource) GetSupportsRssOk() (*bool, bool)

GetSupportsRssOk returns a tuple with the SupportsRss field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetSupportsSearch

func (o *IndexerResource) GetSupportsSearch() bool

GetSupportsSearch returns the SupportsSearch field value if set, zero value otherwise.

func (*IndexerResource) GetSupportsSearchOk

func (o *IndexerResource) GetSupportsSearchOk() (*bool, bool)

GetSupportsSearchOk returns a tuple with the SupportsSearch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IndexerResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IndexerResource) GetTagsOk

func (o *IndexerResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IndexerResource) HasConfigContract

func (o *IndexerResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*IndexerResource) HasDownloadClientId

func (o *IndexerResource) HasDownloadClientId() bool

HasDownloadClientId returns a boolean if a field has been set.

func (*IndexerResource) HasEnableAutomaticSearch

func (o *IndexerResource) HasEnableAutomaticSearch() bool

HasEnableAutomaticSearch returns a boolean if a field has been set.

func (*IndexerResource) HasEnableInteractiveSearch

func (o *IndexerResource) HasEnableInteractiveSearch() bool

HasEnableInteractiveSearch returns a boolean if a field has been set.

func (*IndexerResource) HasEnableRss

func (o *IndexerResource) HasEnableRss() bool

HasEnableRss returns a boolean if a field has been set.

func (*IndexerResource) HasFields

func (o *IndexerResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*IndexerResource) HasId

func (o *IndexerResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*IndexerResource) HasImplementation

func (o *IndexerResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*IndexerResource) HasImplementationName

func (o *IndexerResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *IndexerResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*IndexerResource) HasMessage

func (o *IndexerResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*IndexerResource) HasName

func (o *IndexerResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*IndexerResource) HasPresets

func (o *IndexerResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*IndexerResource) HasPriority

func (o *IndexerResource) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*IndexerResource) HasProtocol

func (o *IndexerResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*IndexerResource) HasSupportsRss

func (o *IndexerResource) HasSupportsRss() bool

HasSupportsRss returns a boolean if a field has been set.

func (*IndexerResource) HasSupportsSearch

func (o *IndexerResource) HasSupportsSearch() bool

HasSupportsSearch returns a boolean if a field has been set.

func (*IndexerResource) HasTags

func (o *IndexerResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (IndexerResource) MarshalJSON

func (o IndexerResource) MarshalJSON() ([]byte, error)

func (*IndexerResource) SetConfigContract

func (o *IndexerResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*IndexerResource) SetConfigContractNil

func (o *IndexerResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*IndexerResource) SetDownloadClientId

func (o *IndexerResource) SetDownloadClientId(v int32)

SetDownloadClientId gets a reference to the given int32 and assigns it to the DownloadClientId field.

func (*IndexerResource) SetEnableAutomaticSearch

func (o *IndexerResource) SetEnableAutomaticSearch(v bool)

SetEnableAutomaticSearch gets a reference to the given bool and assigns it to the EnableAutomaticSearch field.

func (*IndexerResource) SetEnableInteractiveSearch

func (o *IndexerResource) SetEnableInteractiveSearch(v bool)

SetEnableInteractiveSearch gets a reference to the given bool and assigns it to the EnableInteractiveSearch field.

func (*IndexerResource) SetEnableRss

func (o *IndexerResource) SetEnableRss(v bool)

SetEnableRss gets a reference to the given bool and assigns it to the EnableRss field.

func (*IndexerResource) SetFields

func (o *IndexerResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*IndexerResource) SetId

func (o *IndexerResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IndexerResource) SetImplementation

func (o *IndexerResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*IndexerResource) SetImplementationName

func (o *IndexerResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*IndexerResource) SetImplementationNameNil

func (o *IndexerResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*IndexerResource) SetImplementationNil

func (o *IndexerResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *IndexerResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*IndexerResource) SetInfoLinkNil

func (o *IndexerResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*IndexerResource) SetMessage

func (o *IndexerResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*IndexerResource) SetName

func (o *IndexerResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*IndexerResource) SetNameNil

func (o *IndexerResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*IndexerResource) SetPresets

func (o *IndexerResource) SetPresets(v []IndexerResource)

SetPresets gets a reference to the given []IndexerResource and assigns it to the Presets field.

func (*IndexerResource) SetPriority

func (o *IndexerResource) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*IndexerResource) SetProtocol

func (o *IndexerResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*IndexerResource) SetSupportsRss

func (o *IndexerResource) SetSupportsRss(v bool)

SetSupportsRss gets a reference to the given bool and assigns it to the SupportsRss field.

func (*IndexerResource) SetSupportsSearch

func (o *IndexerResource) SetSupportsSearch(v bool)

SetSupportsSearch gets a reference to the given bool and assigns it to the SupportsSearch field.

func (*IndexerResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (IndexerResource) ToMap added in v1.0.1

func (o IndexerResource) ToMap() (map[string]interface{}, error)

func (*IndexerResource) UnsetConfigContract

func (o *IndexerResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*IndexerResource) UnsetImplementation

func (o *IndexerResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*IndexerResource) UnsetImplementationName

func (o *IndexerResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *IndexerResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*IndexerResource) UnsetName

func (o *IndexerResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type Language

type Language struct {
	Id   *int32         `json:"id,omitempty"`
	Name NullableString `json:"name,omitempty"`
}

Language struct for Language

func NewLanguage

func NewLanguage() *Language

NewLanguage instantiates a new Language object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLanguageWithDefaults

func NewLanguageWithDefaults() *Language

NewLanguageWithDefaults instantiates a new Language object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Language) GetId

func (o *Language) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*Language) GetIdOk

func (o *Language) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Language) GetName

func (o *Language) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Language) GetNameOk

func (o *Language) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Language) HasId

func (o *Language) HasId() bool

HasId returns a boolean if a field has been set.

func (*Language) HasName

func (o *Language) HasName() bool

HasName returns a boolean if a field has been set.

func (Language) MarshalJSON

func (o Language) MarshalJSON() ([]byte, error)

func (*Language) SetId

func (o *Language) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*Language) SetName

func (o *Language) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Language) SetNameNil

func (o *Language) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (Language) ToMap added in v1.0.1

func (o Language) ToMap() (map[string]interface{}, error)

func (*Language) UnsetName

func (o *Language) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type LanguageAPIService added in v1.0.1

type LanguageAPIService service

LanguageAPIService LanguageAPI service

func (*LanguageAPIService) GetLanguageById added in v1.0.1

GetLanguageById Method for GetLanguageById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetLanguageByIdRequest

func (*LanguageAPIService) GetLanguageByIdExecute added in v1.0.1

Execute executes the request

@return LanguageResource

func (*LanguageAPIService) ListLanguage added in v1.0.1

ListLanguage Method for ListLanguage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLanguageRequest

func (*LanguageAPIService) ListLanguageExecute added in v1.0.1

Execute executes the request

@return []LanguageResource

type LanguageResource

type LanguageResource struct {
	Id        *int32         `json:"id,omitempty"`
	Name      NullableString `json:"name,omitempty"`
	NameLower NullableString `json:"nameLower,omitempty"`
}

LanguageResource struct for LanguageResource

func NewLanguageResource

func NewLanguageResource() *LanguageResource

NewLanguageResource instantiates a new LanguageResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLanguageResourceWithDefaults

func NewLanguageResourceWithDefaults() *LanguageResource

NewLanguageResourceWithDefaults instantiates a new LanguageResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LanguageResource) GetId

func (o *LanguageResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*LanguageResource) GetIdOk

func (o *LanguageResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LanguageResource) GetName

func (o *LanguageResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LanguageResource) GetNameLower

func (o *LanguageResource) GetNameLower() string

GetNameLower returns the NameLower field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LanguageResource) GetNameLowerOk

func (o *LanguageResource) GetNameLowerOk() (*string, bool)

GetNameLowerOk returns a tuple with the NameLower field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LanguageResource) GetNameOk

func (o *LanguageResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LanguageResource) HasId

func (o *LanguageResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*LanguageResource) HasName

func (o *LanguageResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*LanguageResource) HasNameLower

func (o *LanguageResource) HasNameLower() bool

HasNameLower returns a boolean if a field has been set.

func (LanguageResource) MarshalJSON

func (o LanguageResource) MarshalJSON() ([]byte, error)

func (*LanguageResource) SetId

func (o *LanguageResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*LanguageResource) SetName

func (o *LanguageResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*LanguageResource) SetNameLower

func (o *LanguageResource) SetNameLower(v string)

SetNameLower gets a reference to the given NullableString and assigns it to the NameLower field.

func (*LanguageResource) SetNameLowerNil

func (o *LanguageResource) SetNameLowerNil()

SetNameLowerNil sets the value for NameLower to be an explicit nil

func (*LanguageResource) SetNameNil

func (o *LanguageResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (LanguageResource) ToMap added in v1.0.1

func (o LanguageResource) ToMap() (map[string]interface{}, error)

func (*LanguageResource) UnsetName

func (o *LanguageResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*LanguageResource) UnsetNameLower

func (o *LanguageResource) UnsetNameLower()

UnsetNameLower ensures that no value is present for NameLower, not even an explicit nil

type LocalizationAPIService added in v1.0.1

type LocalizationAPIService service

LocalizationAPIService LocalizationAPI service

func (*LocalizationAPIService) GetLocalization added in v1.0.1

GetLocalization Method for GetLocalization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLocalizationRequest

func (*LocalizationAPIService) GetLocalizationExecute added in v1.0.1

func (a *LocalizationAPIService) GetLocalizationExecute(r ApiGetLocalizationRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*LocalizationAPIService) GetLocalizationLanguage added in v1.0.1

GetLocalizationLanguage Method for GetLocalizationLanguage

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLocalizationLanguageRequest

func (*LocalizationAPIService) GetLocalizationLanguageExecute added in v1.0.1

Execute executes the request

@return LocalizationLanguageResource

type LocalizationLanguageResource added in v0.5.0

type LocalizationLanguageResource struct {
	Identifier NullableString `json:"identifier,omitempty"`
}

LocalizationLanguageResource struct for LocalizationLanguageResource

func NewLocalizationLanguageResource added in v0.5.0

func NewLocalizationLanguageResource() *LocalizationLanguageResource

NewLocalizationLanguageResource instantiates a new LocalizationLanguageResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocalizationLanguageResourceWithDefaults added in v0.5.0

func NewLocalizationLanguageResourceWithDefaults() *LocalizationLanguageResource

NewLocalizationLanguageResourceWithDefaults instantiates a new LocalizationLanguageResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocalizationLanguageResource) GetIdentifier added in v0.5.0

func (o *LocalizationLanguageResource) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LocalizationLanguageResource) GetIdentifierOk added in v0.5.0

func (o *LocalizationLanguageResource) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LocalizationLanguageResource) HasIdentifier added in v0.5.0

func (o *LocalizationLanguageResource) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (LocalizationLanguageResource) MarshalJSON added in v0.5.0

func (o LocalizationLanguageResource) MarshalJSON() ([]byte, error)

func (*LocalizationLanguageResource) SetIdentifier added in v0.5.0

func (o *LocalizationLanguageResource) SetIdentifier(v string)

SetIdentifier gets a reference to the given NullableString and assigns it to the Identifier field.

func (*LocalizationLanguageResource) SetIdentifierNil added in v0.5.0

func (o *LocalizationLanguageResource) SetIdentifierNil()

SetIdentifierNil sets the value for Identifier to be an explicit nil

func (LocalizationLanguageResource) ToMap added in v1.0.1

func (o LocalizationLanguageResource) ToMap() (map[string]interface{}, error)

func (*LocalizationLanguageResource) UnsetIdentifier added in v0.5.0

func (o *LocalizationLanguageResource) UnsetIdentifier()

UnsetIdentifier ensures that no value is present for Identifier, not even an explicit nil

type LogAPIService added in v1.0.1

type LogAPIService service

LogAPIService LogAPI service

func (*LogAPIService) GetLog added in v1.0.1

GetLog Method for GetLog

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLogRequest

func (*LogAPIService) GetLogExecute added in v1.0.1

Execute executes the request

@return LogResourcePagingResource

type LogFileAPIService added in v1.0.1

type LogFileAPIService service

LogFileAPIService LogFileAPI service

func (*LogFileAPIService) GetLogFileByFilename added in v1.0.1

func (a *LogFileAPIService) GetLogFileByFilename(ctx context.Context, filename string) ApiGetLogFileByFilenameRequest

GetLogFileByFilename Method for GetLogFileByFilename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param filename
@return ApiGetLogFileByFilenameRequest

func (*LogFileAPIService) GetLogFileByFilenameExecute added in v1.0.1

func (a *LogFileAPIService) GetLogFileByFilenameExecute(r ApiGetLogFileByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*LogFileAPIService) ListLogFile added in v1.0.1

ListLogFile Method for ListLogFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLogFileRequest

func (*LogFileAPIService) ListLogFileExecute added in v1.0.1

Execute executes the request

@return []LogFileResource

type LogFileResource

type LogFileResource struct {
	Id            *int32         `json:"id,omitempty"`
	Filename      NullableString `json:"filename,omitempty"`
	LastWriteTime *time.Time     `json:"lastWriteTime,omitempty"`
	ContentsUrl   NullableString `json:"contentsUrl,omitempty"`
	DownloadUrl   NullableString `json:"downloadUrl,omitempty"`
}

LogFileResource struct for LogFileResource

func NewLogFileResource

func NewLogFileResource() *LogFileResource

NewLogFileResource instantiates a new LogFileResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLogFileResourceWithDefaults

func NewLogFileResourceWithDefaults() *LogFileResource

NewLogFileResourceWithDefaults instantiates a new LogFileResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LogFileResource) GetContentsUrl

func (o *LogFileResource) GetContentsUrl() string

GetContentsUrl returns the ContentsUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogFileResource) GetContentsUrlOk

func (o *LogFileResource) GetContentsUrlOk() (*string, bool)

GetContentsUrlOk returns a tuple with the ContentsUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogFileResource) GetDownloadUrl

func (o *LogFileResource) GetDownloadUrl() string

GetDownloadUrl returns the DownloadUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogFileResource) GetDownloadUrlOk

func (o *LogFileResource) GetDownloadUrlOk() (*string, bool)

GetDownloadUrlOk returns a tuple with the DownloadUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogFileResource) GetFilename

func (o *LogFileResource) GetFilename() string

GetFilename returns the Filename field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogFileResource) GetFilenameOk

func (o *LogFileResource) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogFileResource) GetId

func (o *LogFileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*LogFileResource) GetIdOk

func (o *LogFileResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogFileResource) GetLastWriteTime

func (o *LogFileResource) GetLastWriteTime() time.Time

GetLastWriteTime returns the LastWriteTime field value if set, zero value otherwise.

func (*LogFileResource) GetLastWriteTimeOk

func (o *LogFileResource) GetLastWriteTimeOk() (*time.Time, bool)

GetLastWriteTimeOk returns a tuple with the LastWriteTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogFileResource) HasContentsUrl

func (o *LogFileResource) HasContentsUrl() bool

HasContentsUrl returns a boolean if a field has been set.

func (*LogFileResource) HasDownloadUrl

func (o *LogFileResource) HasDownloadUrl() bool

HasDownloadUrl returns a boolean if a field has been set.

func (*LogFileResource) HasFilename

func (o *LogFileResource) HasFilename() bool

HasFilename returns a boolean if a field has been set.

func (*LogFileResource) HasId

func (o *LogFileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*LogFileResource) HasLastWriteTime

func (o *LogFileResource) HasLastWriteTime() bool

HasLastWriteTime returns a boolean if a field has been set.

func (LogFileResource) MarshalJSON

func (o LogFileResource) MarshalJSON() ([]byte, error)

func (*LogFileResource) SetContentsUrl

func (o *LogFileResource) SetContentsUrl(v string)

SetContentsUrl gets a reference to the given NullableString and assigns it to the ContentsUrl field.

func (*LogFileResource) SetContentsUrlNil

func (o *LogFileResource) SetContentsUrlNil()

SetContentsUrlNil sets the value for ContentsUrl to be an explicit nil

func (*LogFileResource) SetDownloadUrl

func (o *LogFileResource) SetDownloadUrl(v string)

SetDownloadUrl gets a reference to the given NullableString and assigns it to the DownloadUrl field.

func (*LogFileResource) SetDownloadUrlNil

func (o *LogFileResource) SetDownloadUrlNil()

SetDownloadUrlNil sets the value for DownloadUrl to be an explicit nil

func (*LogFileResource) SetFilename

func (o *LogFileResource) SetFilename(v string)

SetFilename gets a reference to the given NullableString and assigns it to the Filename field.

func (*LogFileResource) SetFilenameNil

func (o *LogFileResource) SetFilenameNil()

SetFilenameNil sets the value for Filename to be an explicit nil

func (*LogFileResource) SetId

func (o *LogFileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*LogFileResource) SetLastWriteTime

func (o *LogFileResource) SetLastWriteTime(v time.Time)

SetLastWriteTime gets a reference to the given time.Time and assigns it to the LastWriteTime field.

func (LogFileResource) ToMap added in v1.0.1

func (o LogFileResource) ToMap() (map[string]interface{}, error)

func (*LogFileResource) UnsetContentsUrl

func (o *LogFileResource) UnsetContentsUrl()

UnsetContentsUrl ensures that no value is present for ContentsUrl, not even an explicit nil

func (*LogFileResource) UnsetDownloadUrl

func (o *LogFileResource) UnsetDownloadUrl()

UnsetDownloadUrl ensures that no value is present for DownloadUrl, not even an explicit nil

func (*LogFileResource) UnsetFilename

func (o *LogFileResource) UnsetFilename()

UnsetFilename ensures that no value is present for Filename, not even an explicit nil

type LogResource

type LogResource struct {
	Id            *int32         `json:"id,omitempty"`
	Time          *time.Time     `json:"time,omitempty"`
	Exception     NullableString `json:"exception,omitempty"`
	ExceptionType NullableString `json:"exceptionType,omitempty"`
	Level         NullableString `json:"level,omitempty"`
	Logger        NullableString `json:"logger,omitempty"`
	Message       NullableString `json:"message,omitempty"`
	Method        NullableString `json:"method,omitempty"`
}

LogResource struct for LogResource

func NewLogResource

func NewLogResource() *LogResource

NewLogResource instantiates a new LogResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLogResourceWithDefaults

func NewLogResourceWithDefaults() *LogResource

NewLogResourceWithDefaults instantiates a new LogResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LogResource) GetException

func (o *LogResource) GetException() string

GetException returns the Exception field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetExceptionOk

func (o *LogResource) GetExceptionOk() (*string, bool)

GetExceptionOk returns a tuple with the Exception field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResource) GetExceptionType

func (o *LogResource) GetExceptionType() string

GetExceptionType returns the ExceptionType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetExceptionTypeOk

func (o *LogResource) GetExceptionTypeOk() (*string, bool)

GetExceptionTypeOk returns a tuple with the ExceptionType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResource) GetId

func (o *LogResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*LogResource) GetIdOk

func (o *LogResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResource) GetLevel

func (o *LogResource) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetLevelOk

func (o *LogResource) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResource) GetLogger

func (o *LogResource) GetLogger() string

GetLogger returns the Logger field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetLoggerOk

func (o *LogResource) GetLoggerOk() (*string, bool)

GetLoggerOk returns a tuple with the Logger field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResource) GetMessage

func (o *LogResource) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetMessageOk

func (o *LogResource) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResource) GetMethod

func (o *LogResource) GetMethod() string

GetMethod returns the Method field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResource) GetMethodOk

func (o *LogResource) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResource) GetTime

func (o *LogResource) GetTime() time.Time

GetTime returns the Time field value if set, zero value otherwise.

func (*LogResource) GetTimeOk

func (o *LogResource) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResource) HasException

func (o *LogResource) HasException() bool

HasException returns a boolean if a field has been set.

func (*LogResource) HasExceptionType

func (o *LogResource) HasExceptionType() bool

HasExceptionType returns a boolean if a field has been set.

func (*LogResource) HasId

func (o *LogResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*LogResource) HasLevel

func (o *LogResource) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*LogResource) HasLogger

func (o *LogResource) HasLogger() bool

HasLogger returns a boolean if a field has been set.

func (*LogResource) HasMessage

func (o *LogResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*LogResource) HasMethod

func (o *LogResource) HasMethod() bool

HasMethod returns a boolean if a field has been set.

func (*LogResource) HasTime

func (o *LogResource) HasTime() bool

HasTime returns a boolean if a field has been set.

func (LogResource) MarshalJSON

func (o LogResource) MarshalJSON() ([]byte, error)

func (*LogResource) SetException

func (o *LogResource) SetException(v string)

SetException gets a reference to the given NullableString and assigns it to the Exception field.

func (*LogResource) SetExceptionNil

func (o *LogResource) SetExceptionNil()

SetExceptionNil sets the value for Exception to be an explicit nil

func (*LogResource) SetExceptionType

func (o *LogResource) SetExceptionType(v string)

SetExceptionType gets a reference to the given NullableString and assigns it to the ExceptionType field.

func (*LogResource) SetExceptionTypeNil

func (o *LogResource) SetExceptionTypeNil()

SetExceptionTypeNil sets the value for ExceptionType to be an explicit nil

func (*LogResource) SetId

func (o *LogResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*LogResource) SetLevel

func (o *LogResource) SetLevel(v string)

SetLevel gets a reference to the given NullableString and assigns it to the Level field.

func (*LogResource) SetLevelNil

func (o *LogResource) SetLevelNil()

SetLevelNil sets the value for Level to be an explicit nil

func (*LogResource) SetLogger

func (o *LogResource) SetLogger(v string)

SetLogger gets a reference to the given NullableString and assigns it to the Logger field.

func (*LogResource) SetLoggerNil

func (o *LogResource) SetLoggerNil()

SetLoggerNil sets the value for Logger to be an explicit nil

func (*LogResource) SetMessage

func (o *LogResource) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*LogResource) SetMessageNil

func (o *LogResource) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*LogResource) SetMethod

func (o *LogResource) SetMethod(v string)

SetMethod gets a reference to the given NullableString and assigns it to the Method field.

func (*LogResource) SetMethodNil

func (o *LogResource) SetMethodNil()

SetMethodNil sets the value for Method to be an explicit nil

func (*LogResource) SetTime

func (o *LogResource) SetTime(v time.Time)

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (LogResource) ToMap added in v1.0.1

func (o LogResource) ToMap() (map[string]interface{}, error)

func (*LogResource) UnsetException

func (o *LogResource) UnsetException()

UnsetException ensures that no value is present for Exception, not even an explicit nil

func (*LogResource) UnsetExceptionType

func (o *LogResource) UnsetExceptionType()

UnsetExceptionType ensures that no value is present for ExceptionType, not even an explicit nil

func (*LogResource) UnsetLevel

func (o *LogResource) UnsetLevel()

UnsetLevel ensures that no value is present for Level, not even an explicit nil

func (*LogResource) UnsetLogger

func (o *LogResource) UnsetLogger()

UnsetLogger ensures that no value is present for Logger, not even an explicit nil

func (*LogResource) UnsetMessage

func (o *LogResource) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*LogResource) UnsetMethod

func (o *LogResource) UnsetMethod()

UnsetMethod ensures that no value is present for Method, not even an explicit nil

type LogResourcePagingResource

type LogResourcePagingResource struct {
	Page          *int32         `json:"page,omitempty"`
	PageSize      *int32         `json:"pageSize,omitempty"`
	SortKey       NullableString `json:"sortKey,omitempty"`
	SortDirection *SortDirection `json:"sortDirection,omitempty"`
	TotalRecords  *int32         `json:"totalRecords,omitempty"`
	Records       []LogResource  `json:"records,omitempty"`
}

LogResourcePagingResource struct for LogResourcePagingResource

func NewLogResourcePagingResource

func NewLogResourcePagingResource() *LogResourcePagingResource

NewLogResourcePagingResource instantiates a new LogResourcePagingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLogResourcePagingResourceWithDefaults

func NewLogResourcePagingResourceWithDefaults() *LogResourcePagingResource

NewLogResourcePagingResourceWithDefaults instantiates a new LogResourcePagingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LogResourcePagingResource) GetPage

func (o *LogResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetPageOk

func (o *LogResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) GetPageSize

func (o *LogResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetPageSizeOk

func (o *LogResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) GetRecords

func (o *LogResourcePagingResource) GetRecords() []LogResource

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResourcePagingResource) GetRecordsOk

func (o *LogResourcePagingResource) GetRecordsOk() ([]LogResource, bool)

GetRecordsOk returns a tuple with the Records field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResourcePagingResource) GetSortDirection

func (o *LogResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetSortDirectionOk

func (o *LogResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) GetSortKey

func (o *LogResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogResourcePagingResource) GetSortKeyOk

func (o *LogResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LogResourcePagingResource) GetTotalRecords

func (o *LogResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*LogResourcePagingResource) GetTotalRecordsOk

func (o *LogResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LogResourcePagingResource) HasPage

func (o *LogResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasPageSize

func (o *LogResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasRecords

func (o *LogResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasSortDirection

func (o *LogResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasSortKey

func (o *LogResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*LogResourcePagingResource) HasTotalRecords

func (o *LogResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (LogResourcePagingResource) MarshalJSON

func (o LogResourcePagingResource) MarshalJSON() ([]byte, error)

func (*LogResourcePagingResource) SetPage

func (o *LogResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*LogResourcePagingResource) SetPageSize

func (o *LogResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*LogResourcePagingResource) SetRecords

func (o *LogResourcePagingResource) SetRecords(v []LogResource)

SetRecords gets a reference to the given []LogResource and assigns it to the Records field.

func (*LogResourcePagingResource) SetSortDirection

func (o *LogResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*LogResourcePagingResource) SetSortKey

func (o *LogResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*LogResourcePagingResource) SetSortKeyNil

func (o *LogResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*LogResourcePagingResource) SetTotalRecords

func (o *LogResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (LogResourcePagingResource) ToMap added in v1.0.1

func (o LogResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*LogResourcePagingResource) UnsetSortKey

func (o *LogResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type ManualImportAPIService added in v1.0.1

type ManualImportAPIService service

ManualImportAPIService ManualImportAPI service

func (*ManualImportAPIService) CreateManualImport added in v1.0.1

CreateManualImport Method for CreateManualImport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateManualImportRequest

func (*ManualImportAPIService) CreateManualImportExecute added in v1.0.1

func (a *ManualImportAPIService) CreateManualImportExecute(r ApiCreateManualImportRequest) (*http.Response, error)

Execute executes the request

func (*ManualImportAPIService) ListManualImport added in v1.0.1

ListManualImport Method for ListManualImport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListManualImportRequest

func (*ManualImportAPIService) ListManualImportExecute added in v1.0.1

Execute executes the request

@return []ManualImportResource

type ManualImportReprocessResource

type ManualImportReprocessResource struct {
	Id                *int32                 `json:"id,omitempty"`
	Path              NullableString         `json:"path,omitempty"`
	MovieId           *int32                 `json:"movieId,omitempty"`
	Movie             *MovieResource         `json:"movie,omitempty"`
	Quality           *QualityModel          `json:"quality,omitempty"`
	Languages         []Language             `json:"languages,omitempty"`
	ReleaseGroup      NullableString         `json:"releaseGroup,omitempty"`
	DownloadId        NullableString         `json:"downloadId,omitempty"`
	CustomFormats     []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore *int32                 `json:"customFormatScore,omitempty"`
	Rejections        []Rejection            `json:"rejections,omitempty"`
}

ManualImportReprocessResource struct for ManualImportReprocessResource

func NewManualImportReprocessResource

func NewManualImportReprocessResource() *ManualImportReprocessResource

NewManualImportReprocessResource instantiates a new ManualImportReprocessResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManualImportReprocessResourceWithDefaults

func NewManualImportReprocessResourceWithDefaults() *ManualImportReprocessResource

NewManualImportReprocessResourceWithDefaults instantiates a new ManualImportReprocessResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManualImportReprocessResource) GetCustomFormatScore added in v0.4.0

func (o *ManualImportReprocessResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*ManualImportReprocessResource) GetCustomFormatScoreOk added in v0.4.0

func (o *ManualImportReprocessResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportReprocessResource) GetCustomFormats added in v0.4.0

func (o *ManualImportReprocessResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportReprocessResource) GetCustomFormatsOk added in v0.4.0

func (o *ManualImportReprocessResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportReprocessResource) GetDownloadId

func (o *ManualImportReprocessResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportReprocessResource) GetDownloadIdOk

func (o *ManualImportReprocessResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportReprocessResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*ManualImportReprocessResource) GetIdOk

func (o *ManualImportReprocessResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportReprocessResource) GetLanguages

func (o *ManualImportReprocessResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportReprocessResource) GetLanguagesOk

func (o *ManualImportReprocessResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportReprocessResource) GetMovie

GetMovie returns the Movie field value if set, zero value otherwise.

func (*ManualImportReprocessResource) GetMovieId

func (o *ManualImportReprocessResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise.

func (*ManualImportReprocessResource) GetMovieIdOk

func (o *ManualImportReprocessResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportReprocessResource) GetMovieOk

func (o *ManualImportReprocessResource) GetMovieOk() (*MovieResource, bool)

GetMovieOk returns a tuple with the Movie field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportReprocessResource) GetPath

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportReprocessResource) GetPathOk

func (o *ManualImportReprocessResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportReprocessResource) GetQuality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ManualImportReprocessResource) GetQualityOk

func (o *ManualImportReprocessResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportReprocessResource) GetRejections

func (o *ManualImportReprocessResource) GetRejections() []Rejection

GetRejections returns the Rejections field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportReprocessResource) GetRejectionsOk

func (o *ManualImportReprocessResource) GetRejectionsOk() ([]Rejection, bool)

GetRejectionsOk returns a tuple with the Rejections field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportReprocessResource) GetReleaseGroup

func (o *ManualImportReprocessResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportReprocessResource) GetReleaseGroupOk

func (o *ManualImportReprocessResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportReprocessResource) HasCustomFormatScore added in v0.4.0

func (o *ManualImportReprocessResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasCustomFormats added in v0.4.0

func (o *ManualImportReprocessResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasDownloadId

func (o *ManualImportReprocessResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasId

HasId returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasLanguages

func (o *ManualImportReprocessResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasMovie

func (o *ManualImportReprocessResource) HasMovie() bool

HasMovie returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasMovieId

func (o *ManualImportReprocessResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasPath

func (o *ManualImportReprocessResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasQuality

func (o *ManualImportReprocessResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasRejections

func (o *ManualImportReprocessResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

func (*ManualImportReprocessResource) HasReleaseGroup

func (o *ManualImportReprocessResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (ManualImportReprocessResource) MarshalJSON

func (o ManualImportReprocessResource) MarshalJSON() ([]byte, error)

func (*ManualImportReprocessResource) SetCustomFormatScore added in v0.4.0

func (o *ManualImportReprocessResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*ManualImportReprocessResource) SetCustomFormats added in v0.4.0

func (o *ManualImportReprocessResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*ManualImportReprocessResource) SetDownloadId

func (o *ManualImportReprocessResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*ManualImportReprocessResource) SetDownloadIdNil

func (o *ManualImportReprocessResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*ManualImportReprocessResource) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ManualImportReprocessResource) SetLanguages

func (o *ManualImportReprocessResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*ManualImportReprocessResource) SetMovie

SetMovie gets a reference to the given MovieResource and assigns it to the Movie field.

func (*ManualImportReprocessResource) SetMovieId

func (o *ManualImportReprocessResource) SetMovieId(v int32)

SetMovieId gets a reference to the given int32 and assigns it to the MovieId field.

func (*ManualImportReprocessResource) SetPath

func (o *ManualImportReprocessResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*ManualImportReprocessResource) SetPathNil

func (o *ManualImportReprocessResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*ManualImportReprocessResource) SetQuality

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ManualImportReprocessResource) SetRejections

func (o *ManualImportReprocessResource) SetRejections(v []Rejection)

SetRejections gets a reference to the given []Rejection and assigns it to the Rejections field.

func (*ManualImportReprocessResource) SetReleaseGroup

func (o *ManualImportReprocessResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ManualImportReprocessResource) SetReleaseGroupNil

func (o *ManualImportReprocessResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (ManualImportReprocessResource) ToMap added in v1.0.1

func (o ManualImportReprocessResource) ToMap() (map[string]interface{}, error)

func (*ManualImportReprocessResource) UnsetDownloadId

func (o *ManualImportReprocessResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*ManualImportReprocessResource) UnsetPath

func (o *ManualImportReprocessResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*ManualImportReprocessResource) UnsetReleaseGroup

func (o *ManualImportReprocessResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

type ManualImportResource

type ManualImportResource struct {
	Id                *int32                 `json:"id,omitempty"`
	Path              NullableString         `json:"path,omitempty"`
	RelativePath      NullableString         `json:"relativePath,omitempty"`
	FolderName        NullableString         `json:"folderName,omitempty"`
	Name              NullableString         `json:"name,omitempty"`
	Size              *int64                 `json:"size,omitempty"`
	Movie             *MovieResource         `json:"movie,omitempty"`
	Quality           *QualityModel          `json:"quality,omitempty"`
	Languages         []Language             `json:"languages,omitempty"`
	ReleaseGroup      NullableString         `json:"releaseGroup,omitempty"`
	QualityWeight     *int32                 `json:"qualityWeight,omitempty"`
	DownloadId        NullableString         `json:"downloadId,omitempty"`
	CustomFormats     []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore *int32                 `json:"customFormatScore,omitempty"`
	Rejections        []Rejection            `json:"rejections,omitempty"`
}

ManualImportResource struct for ManualImportResource

func NewManualImportResource

func NewManualImportResource() *ManualImportResource

NewManualImportResource instantiates a new ManualImportResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManualImportResourceWithDefaults

func NewManualImportResourceWithDefaults() *ManualImportResource

NewManualImportResourceWithDefaults instantiates a new ManualImportResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManualImportResource) GetCustomFormatScore added in v0.4.0

func (o *ManualImportResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*ManualImportResource) GetCustomFormatScoreOk added in v0.4.0

func (o *ManualImportResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetCustomFormats added in v0.2.0

func (o *ManualImportResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetCustomFormatsOk added in v0.2.0

func (o *ManualImportResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetDownloadId

func (o *ManualImportResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetDownloadIdOk

func (o *ManualImportResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetFolderName

func (o *ManualImportResource) GetFolderName() string

GetFolderName returns the FolderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetFolderNameOk

func (o *ManualImportResource) GetFolderNameOk() (*string, bool)

GetFolderNameOk returns a tuple with the FolderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetId

func (o *ManualImportResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ManualImportResource) GetIdOk

func (o *ManualImportResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetLanguages

func (o *ManualImportResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetLanguagesOk

func (o *ManualImportResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetMovie

func (o *ManualImportResource) GetMovie() MovieResource

GetMovie returns the Movie field value if set, zero value otherwise.

func (*ManualImportResource) GetMovieOk

func (o *ManualImportResource) GetMovieOk() (*MovieResource, bool)

GetMovieOk returns a tuple with the Movie field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetName

func (o *ManualImportResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetNameOk

func (o *ManualImportResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetPath

func (o *ManualImportResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetPathOk

func (o *ManualImportResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetQuality

func (o *ManualImportResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ManualImportResource) GetQualityOk

func (o *ManualImportResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetQualityWeight

func (o *ManualImportResource) GetQualityWeight() int32

GetQualityWeight returns the QualityWeight field value if set, zero value otherwise.

func (*ManualImportResource) GetQualityWeightOk

func (o *ManualImportResource) GetQualityWeightOk() (*int32, bool)

GetQualityWeightOk returns a tuple with the QualityWeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) GetRejections

func (o *ManualImportResource) GetRejections() []Rejection

GetRejections returns the Rejections field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetRejectionsOk

func (o *ManualImportResource) GetRejectionsOk() ([]Rejection, bool)

GetRejectionsOk returns a tuple with the Rejections field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetRelativePath

func (o *ManualImportResource) GetRelativePath() string

GetRelativePath returns the RelativePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetRelativePathOk

func (o *ManualImportResource) GetRelativePathOk() (*string, bool)

GetRelativePathOk returns a tuple with the RelativePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetReleaseGroup

func (o *ManualImportResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ManualImportResource) GetReleaseGroupOk

func (o *ManualImportResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ManualImportResource) GetSize

func (o *ManualImportResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*ManualImportResource) GetSizeOk

func (o *ManualImportResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManualImportResource) HasCustomFormatScore added in v0.4.0

func (o *ManualImportResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*ManualImportResource) HasCustomFormats added in v0.2.0

func (o *ManualImportResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*ManualImportResource) HasDownloadId

func (o *ManualImportResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*ManualImportResource) HasFolderName

func (o *ManualImportResource) HasFolderName() bool

HasFolderName returns a boolean if a field has been set.

func (*ManualImportResource) HasId

func (o *ManualImportResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ManualImportResource) HasLanguages

func (o *ManualImportResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*ManualImportResource) HasMovie

func (o *ManualImportResource) HasMovie() bool

HasMovie returns a boolean if a field has been set.

func (*ManualImportResource) HasName

func (o *ManualImportResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ManualImportResource) HasPath

func (o *ManualImportResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*ManualImportResource) HasQuality

func (o *ManualImportResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ManualImportResource) HasQualityWeight

func (o *ManualImportResource) HasQualityWeight() bool

HasQualityWeight returns a boolean if a field has been set.

func (*ManualImportResource) HasRejections

func (o *ManualImportResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

func (*ManualImportResource) HasRelativePath

func (o *ManualImportResource) HasRelativePath() bool

HasRelativePath returns a boolean if a field has been set.

func (*ManualImportResource) HasReleaseGroup

func (o *ManualImportResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ManualImportResource) HasSize

func (o *ManualImportResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (ManualImportResource) MarshalJSON

func (o ManualImportResource) MarshalJSON() ([]byte, error)

func (*ManualImportResource) SetCustomFormatScore added in v0.4.0

func (o *ManualImportResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*ManualImportResource) SetCustomFormats added in v0.2.0

func (o *ManualImportResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*ManualImportResource) SetDownloadId

func (o *ManualImportResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*ManualImportResource) SetDownloadIdNil

func (o *ManualImportResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*ManualImportResource) SetFolderName

func (o *ManualImportResource) SetFolderName(v string)

SetFolderName gets a reference to the given NullableString and assigns it to the FolderName field.

func (*ManualImportResource) SetFolderNameNil

func (o *ManualImportResource) SetFolderNameNil()

SetFolderNameNil sets the value for FolderName to be an explicit nil

func (*ManualImportResource) SetId

func (o *ManualImportResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ManualImportResource) SetLanguages

func (o *ManualImportResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*ManualImportResource) SetMovie

func (o *ManualImportResource) SetMovie(v MovieResource)

SetMovie gets a reference to the given MovieResource and assigns it to the Movie field.

func (*ManualImportResource) SetName

func (o *ManualImportResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ManualImportResource) SetNameNil

func (o *ManualImportResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ManualImportResource) SetPath

func (o *ManualImportResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*ManualImportResource) SetPathNil

func (o *ManualImportResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*ManualImportResource) SetQuality

func (o *ManualImportResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ManualImportResource) SetQualityWeight

func (o *ManualImportResource) SetQualityWeight(v int32)

SetQualityWeight gets a reference to the given int32 and assigns it to the QualityWeight field.

func (*ManualImportResource) SetRejections

func (o *ManualImportResource) SetRejections(v []Rejection)

SetRejections gets a reference to the given []Rejection and assigns it to the Rejections field.

func (*ManualImportResource) SetRelativePath

func (o *ManualImportResource) SetRelativePath(v string)

SetRelativePath gets a reference to the given NullableString and assigns it to the RelativePath field.

func (*ManualImportResource) SetRelativePathNil

func (o *ManualImportResource) SetRelativePathNil()

SetRelativePathNil sets the value for RelativePath to be an explicit nil

func (*ManualImportResource) SetReleaseGroup

func (o *ManualImportResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ManualImportResource) SetReleaseGroupNil

func (o *ManualImportResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ManualImportResource) SetSize

func (o *ManualImportResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (ManualImportResource) ToMap added in v1.0.1

func (o ManualImportResource) ToMap() (map[string]interface{}, error)

func (*ManualImportResource) UnsetDownloadId

func (o *ManualImportResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*ManualImportResource) UnsetFolderName

func (o *ManualImportResource) UnsetFolderName()

UnsetFolderName ensures that no value is present for FolderName, not even an explicit nil

func (*ManualImportResource) UnsetName

func (o *ManualImportResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*ManualImportResource) UnsetPath

func (o *ManualImportResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*ManualImportResource) UnsetRelativePath

func (o *ManualImportResource) UnsetRelativePath()

UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil

func (*ManualImportResource) UnsetReleaseGroup

func (o *ManualImportResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

type MappedNullable added in v1.0.1

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MediaCover

type MediaCover struct {
	CoverType *MediaCoverTypes `json:"coverType,omitempty"`
	Url       NullableString   `json:"url,omitempty"`
	RemoteUrl NullableString   `json:"remoteUrl,omitempty"`
}

MediaCover struct for MediaCover

func NewMediaCover

func NewMediaCover() *MediaCover

NewMediaCover instantiates a new MediaCover object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMediaCoverWithDefaults

func NewMediaCoverWithDefaults() *MediaCover

NewMediaCoverWithDefaults instantiates a new MediaCover object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MediaCover) GetCoverType

func (o *MediaCover) GetCoverType() MediaCoverTypes

GetCoverType returns the CoverType field value if set, zero value otherwise.

func (*MediaCover) GetCoverTypeOk

func (o *MediaCover) GetCoverTypeOk() (*MediaCoverTypes, bool)

GetCoverTypeOk returns a tuple with the CoverType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaCover) GetRemoteUrl

func (o *MediaCover) GetRemoteUrl() string

GetRemoteUrl returns the RemoteUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaCover) GetRemoteUrlOk

func (o *MediaCover) GetRemoteUrlOk() (*string, bool)

GetRemoteUrlOk returns a tuple with the RemoteUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaCover) GetUrl

func (o *MediaCover) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaCover) GetUrlOk

func (o *MediaCover) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaCover) HasCoverType

func (o *MediaCover) HasCoverType() bool

HasCoverType returns a boolean if a field has been set.

func (*MediaCover) HasRemoteUrl

func (o *MediaCover) HasRemoteUrl() bool

HasRemoteUrl returns a boolean if a field has been set.

func (*MediaCover) HasUrl

func (o *MediaCover) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (MediaCover) MarshalJSON

func (o MediaCover) MarshalJSON() ([]byte, error)

func (*MediaCover) SetCoverType

func (o *MediaCover) SetCoverType(v MediaCoverTypes)

SetCoverType gets a reference to the given MediaCoverTypes and assigns it to the CoverType field.

func (*MediaCover) SetRemoteUrl

func (o *MediaCover) SetRemoteUrl(v string)

SetRemoteUrl gets a reference to the given NullableString and assigns it to the RemoteUrl field.

func (*MediaCover) SetRemoteUrlNil

func (o *MediaCover) SetRemoteUrlNil()

SetRemoteUrlNil sets the value for RemoteUrl to be an explicit nil

func (*MediaCover) SetUrl

func (o *MediaCover) SetUrl(v string)

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*MediaCover) SetUrlNil

func (o *MediaCover) SetUrlNil()

SetUrlNil sets the value for Url to be an explicit nil

func (MediaCover) ToMap added in v1.0.1

func (o MediaCover) ToMap() (map[string]interface{}, error)

func (*MediaCover) UnsetRemoteUrl

func (o *MediaCover) UnsetRemoteUrl()

UnsetRemoteUrl ensures that no value is present for RemoteUrl, not even an explicit nil

func (*MediaCover) UnsetUrl

func (o *MediaCover) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

type MediaCoverAPIService added in v1.0.1

type MediaCoverAPIService service

MediaCoverAPIService MediaCoverAPI service

func (*MediaCoverAPIService) GetMediaCoverByFilename added in v1.0.1

func (a *MediaCoverAPIService) GetMediaCoverByFilename(ctx context.Context, movieId int32, filename string) ApiGetMediaCoverByFilenameRequest

GetMediaCoverByFilename Method for GetMediaCoverByFilename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param movieId
@param filename
@return ApiGetMediaCoverByFilenameRequest

func (*MediaCoverAPIService) GetMediaCoverByFilenameExecute added in v1.0.1

func (a *MediaCoverAPIService) GetMediaCoverByFilenameExecute(r ApiGetMediaCoverByFilenameRequest) (*http.Response, error)

Execute executes the request

type MediaCoverTypes

type MediaCoverTypes string

MediaCoverTypes the model 'MediaCoverTypes'

const (
	MEDIACOVERTYPES_UNKNOWN    MediaCoverTypes = "unknown"
	MEDIACOVERTYPES_POSTER     MediaCoverTypes = "poster"
	MEDIACOVERTYPES_BANNER     MediaCoverTypes = "banner"
	MEDIACOVERTYPES_FANART     MediaCoverTypes = "fanart"
	MEDIACOVERTYPES_SCREENSHOT MediaCoverTypes = "screenshot"
	MEDIACOVERTYPES_HEADSHOT   MediaCoverTypes = "headshot"
)

List of MediaCoverTypes

func NewMediaCoverTypesFromValue

func NewMediaCoverTypesFromValue(v string) (*MediaCoverTypes, error)

NewMediaCoverTypesFromValue returns a pointer to a valid MediaCoverTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MediaCoverTypes) IsValid

func (v MediaCoverTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MediaCoverTypes) Ptr

Ptr returns reference to MediaCoverTypes value

func (*MediaCoverTypes) UnmarshalJSON

func (v *MediaCoverTypes) UnmarshalJSON(src []byte) error

type MediaInfoResource

type MediaInfoResource struct {
	Id                    *int32         `json:"id,omitempty"`
	AudioBitrate          *int64         `json:"audioBitrate,omitempty"`
	AudioChannels         *float64       `json:"audioChannels,omitempty"`
	AudioCodec            NullableString `json:"audioCodec,omitempty"`
	AudioLanguages        NullableString `json:"audioLanguages,omitempty"`
	AudioStreamCount      *int32         `json:"audioStreamCount,omitempty"`
	VideoBitDepth         *int32         `json:"videoBitDepth,omitempty"`
	VideoBitrate          *int64         `json:"videoBitrate,omitempty"`
	VideoCodec            NullableString `json:"videoCodec,omitempty"`
	VideoFps              *float64       `json:"videoFps,omitempty"`
	VideoDynamicRange     NullableString `json:"videoDynamicRange,omitempty"`
	VideoDynamicRangeType NullableString `json:"videoDynamicRangeType,omitempty"`
	Resolution            NullableString `json:"resolution,omitempty"`
	RunTime               NullableString `json:"runTime,omitempty"`
	ScanType              NullableString `json:"scanType,omitempty"`
	Subtitles             NullableString `json:"subtitles,omitempty"`
}

MediaInfoResource struct for MediaInfoResource

func NewMediaInfoResource

func NewMediaInfoResource() *MediaInfoResource

NewMediaInfoResource instantiates a new MediaInfoResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMediaInfoResourceWithDefaults

func NewMediaInfoResourceWithDefaults() *MediaInfoResource

NewMediaInfoResourceWithDefaults instantiates a new MediaInfoResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MediaInfoResource) GetAudioBitrate

func (o *MediaInfoResource) GetAudioBitrate() int64

GetAudioBitrate returns the AudioBitrate field value if set, zero value otherwise.

func (*MediaInfoResource) GetAudioBitrateOk

func (o *MediaInfoResource) GetAudioBitrateOk() (*int64, bool)

GetAudioBitrateOk returns a tuple with the AudioBitrate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) GetAudioChannels

func (o *MediaInfoResource) GetAudioChannels() float64

GetAudioChannels returns the AudioChannels field value if set, zero value otherwise.

func (*MediaInfoResource) GetAudioChannelsOk

func (o *MediaInfoResource) GetAudioChannelsOk() (*float64, bool)

GetAudioChannelsOk returns a tuple with the AudioChannels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) GetAudioCodec

func (o *MediaInfoResource) GetAudioCodec() string

GetAudioCodec returns the AudioCodec field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetAudioCodecOk

func (o *MediaInfoResource) GetAudioCodecOk() (*string, bool)

GetAudioCodecOk returns a tuple with the AudioCodec field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetAudioLanguages

func (o *MediaInfoResource) GetAudioLanguages() string

GetAudioLanguages returns the AudioLanguages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetAudioLanguagesOk

func (o *MediaInfoResource) GetAudioLanguagesOk() (*string, bool)

GetAudioLanguagesOk returns a tuple with the AudioLanguages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetAudioStreamCount

func (o *MediaInfoResource) GetAudioStreamCount() int32

GetAudioStreamCount returns the AudioStreamCount field value if set, zero value otherwise.

func (*MediaInfoResource) GetAudioStreamCountOk

func (o *MediaInfoResource) GetAudioStreamCountOk() (*int32, bool)

GetAudioStreamCountOk returns a tuple with the AudioStreamCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) GetId

func (o *MediaInfoResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MediaInfoResource) GetIdOk

func (o *MediaInfoResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) GetResolution

func (o *MediaInfoResource) GetResolution() string

GetResolution returns the Resolution field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetResolutionOk

func (o *MediaInfoResource) GetResolutionOk() (*string, bool)

GetResolutionOk returns a tuple with the Resolution field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetRunTime

func (o *MediaInfoResource) GetRunTime() string

GetRunTime returns the RunTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetRunTimeOk

func (o *MediaInfoResource) GetRunTimeOk() (*string, bool)

GetRunTimeOk returns a tuple with the RunTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetScanType

func (o *MediaInfoResource) GetScanType() string

GetScanType returns the ScanType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetScanTypeOk

func (o *MediaInfoResource) GetScanTypeOk() (*string, bool)

GetScanTypeOk returns a tuple with the ScanType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetSubtitles

func (o *MediaInfoResource) GetSubtitles() string

GetSubtitles returns the Subtitles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetSubtitlesOk

func (o *MediaInfoResource) GetSubtitlesOk() (*string, bool)

GetSubtitlesOk returns a tuple with the Subtitles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetVideoBitDepth

func (o *MediaInfoResource) GetVideoBitDepth() int32

GetVideoBitDepth returns the VideoBitDepth field value if set, zero value otherwise.

func (*MediaInfoResource) GetVideoBitDepthOk

func (o *MediaInfoResource) GetVideoBitDepthOk() (*int32, bool)

GetVideoBitDepthOk returns a tuple with the VideoBitDepth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) GetVideoBitrate

func (o *MediaInfoResource) GetVideoBitrate() int64

GetVideoBitrate returns the VideoBitrate field value if set, zero value otherwise.

func (*MediaInfoResource) GetVideoBitrateOk

func (o *MediaInfoResource) GetVideoBitrateOk() (*int64, bool)

GetVideoBitrateOk returns a tuple with the VideoBitrate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) GetVideoCodec

func (o *MediaInfoResource) GetVideoCodec() string

GetVideoCodec returns the VideoCodec field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetVideoCodecOk

func (o *MediaInfoResource) GetVideoCodecOk() (*string, bool)

GetVideoCodecOk returns a tuple with the VideoCodec field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetVideoDynamicRange added in v0.5.0

func (o *MediaInfoResource) GetVideoDynamicRange() string

GetVideoDynamicRange returns the VideoDynamicRange field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetVideoDynamicRangeOk added in v0.5.0

func (o *MediaInfoResource) GetVideoDynamicRangeOk() (*string, bool)

GetVideoDynamicRangeOk returns a tuple with the VideoDynamicRange field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetVideoDynamicRangeType

func (o *MediaInfoResource) GetVideoDynamicRangeType() string

GetVideoDynamicRangeType returns the VideoDynamicRangeType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaInfoResource) GetVideoDynamicRangeTypeOk

func (o *MediaInfoResource) GetVideoDynamicRangeTypeOk() (*string, bool)

GetVideoDynamicRangeTypeOk returns a tuple with the VideoDynamicRangeType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaInfoResource) GetVideoFps

func (o *MediaInfoResource) GetVideoFps() float64

GetVideoFps returns the VideoFps field value if set, zero value otherwise.

func (*MediaInfoResource) GetVideoFpsOk

func (o *MediaInfoResource) GetVideoFpsOk() (*float64, bool)

GetVideoFpsOk returns a tuple with the VideoFps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaInfoResource) HasAudioBitrate

func (o *MediaInfoResource) HasAudioBitrate() bool

HasAudioBitrate returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioChannels

func (o *MediaInfoResource) HasAudioChannels() bool

HasAudioChannels returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioCodec

func (o *MediaInfoResource) HasAudioCodec() bool

HasAudioCodec returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioLanguages

func (o *MediaInfoResource) HasAudioLanguages() bool

HasAudioLanguages returns a boolean if a field has been set.

func (*MediaInfoResource) HasAudioStreamCount

func (o *MediaInfoResource) HasAudioStreamCount() bool

HasAudioStreamCount returns a boolean if a field has been set.

func (*MediaInfoResource) HasId

func (o *MediaInfoResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*MediaInfoResource) HasResolution

func (o *MediaInfoResource) HasResolution() bool

HasResolution returns a boolean if a field has been set.

func (*MediaInfoResource) HasRunTime

func (o *MediaInfoResource) HasRunTime() bool

HasRunTime returns a boolean if a field has been set.

func (*MediaInfoResource) HasScanType

func (o *MediaInfoResource) HasScanType() bool

HasScanType returns a boolean if a field has been set.

func (*MediaInfoResource) HasSubtitles

func (o *MediaInfoResource) HasSubtitles() bool

HasSubtitles returns a boolean if a field has been set.

func (*MediaInfoResource) HasVideoBitDepth

func (o *MediaInfoResource) HasVideoBitDepth() bool

HasVideoBitDepth returns a boolean if a field has been set.

func (*MediaInfoResource) HasVideoBitrate

func (o *MediaInfoResource) HasVideoBitrate() bool

HasVideoBitrate returns a boolean if a field has been set.

func (*MediaInfoResource) HasVideoCodec

func (o *MediaInfoResource) HasVideoCodec() bool

HasVideoCodec returns a boolean if a field has been set.

func (*MediaInfoResource) HasVideoDynamicRange added in v0.5.0

func (o *MediaInfoResource) HasVideoDynamicRange() bool

HasVideoDynamicRange returns a boolean if a field has been set.

func (*MediaInfoResource) HasVideoDynamicRangeType

func (o *MediaInfoResource) HasVideoDynamicRangeType() bool

HasVideoDynamicRangeType returns a boolean if a field has been set.

func (*MediaInfoResource) HasVideoFps

func (o *MediaInfoResource) HasVideoFps() bool

HasVideoFps returns a boolean if a field has been set.

func (MediaInfoResource) MarshalJSON

func (o MediaInfoResource) MarshalJSON() ([]byte, error)

func (*MediaInfoResource) SetAudioBitrate

func (o *MediaInfoResource) SetAudioBitrate(v int64)

SetAudioBitrate gets a reference to the given int64 and assigns it to the AudioBitrate field.

func (*MediaInfoResource) SetAudioChannels

func (o *MediaInfoResource) SetAudioChannels(v float64)

SetAudioChannels gets a reference to the given float64 and assigns it to the AudioChannels field.

func (*MediaInfoResource) SetAudioCodec

func (o *MediaInfoResource) SetAudioCodec(v string)

SetAudioCodec gets a reference to the given NullableString and assigns it to the AudioCodec field.

func (*MediaInfoResource) SetAudioCodecNil

func (o *MediaInfoResource) SetAudioCodecNil()

SetAudioCodecNil sets the value for AudioCodec to be an explicit nil

func (*MediaInfoResource) SetAudioLanguages

func (o *MediaInfoResource) SetAudioLanguages(v string)

SetAudioLanguages gets a reference to the given NullableString and assigns it to the AudioLanguages field.

func (*MediaInfoResource) SetAudioLanguagesNil

func (o *MediaInfoResource) SetAudioLanguagesNil()

SetAudioLanguagesNil sets the value for AudioLanguages to be an explicit nil

func (*MediaInfoResource) SetAudioStreamCount

func (o *MediaInfoResource) SetAudioStreamCount(v int32)

SetAudioStreamCount gets a reference to the given int32 and assigns it to the AudioStreamCount field.

func (*MediaInfoResource) SetId

func (o *MediaInfoResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MediaInfoResource) SetResolution

func (o *MediaInfoResource) SetResolution(v string)

SetResolution gets a reference to the given NullableString and assigns it to the Resolution field.

func (*MediaInfoResource) SetResolutionNil

func (o *MediaInfoResource) SetResolutionNil()

SetResolutionNil sets the value for Resolution to be an explicit nil

func (*MediaInfoResource) SetRunTime

func (o *MediaInfoResource) SetRunTime(v string)

SetRunTime gets a reference to the given NullableString and assigns it to the RunTime field.

func (*MediaInfoResource) SetRunTimeNil

func (o *MediaInfoResource) SetRunTimeNil()

SetRunTimeNil sets the value for RunTime to be an explicit nil

func (*MediaInfoResource) SetScanType

func (o *MediaInfoResource) SetScanType(v string)

SetScanType gets a reference to the given NullableString and assigns it to the ScanType field.

func (*MediaInfoResource) SetScanTypeNil

func (o *MediaInfoResource) SetScanTypeNil()

SetScanTypeNil sets the value for ScanType to be an explicit nil

func (*MediaInfoResource) SetSubtitles

func (o *MediaInfoResource) SetSubtitles(v string)

SetSubtitles gets a reference to the given NullableString and assigns it to the Subtitles field.

func (*MediaInfoResource) SetSubtitlesNil

func (o *MediaInfoResource) SetSubtitlesNil()

SetSubtitlesNil sets the value for Subtitles to be an explicit nil

func (*MediaInfoResource) SetVideoBitDepth

func (o *MediaInfoResource) SetVideoBitDepth(v int32)

SetVideoBitDepth gets a reference to the given int32 and assigns it to the VideoBitDepth field.

func (*MediaInfoResource) SetVideoBitrate

func (o *MediaInfoResource) SetVideoBitrate(v int64)

SetVideoBitrate gets a reference to the given int64 and assigns it to the VideoBitrate field.

func (*MediaInfoResource) SetVideoCodec

func (o *MediaInfoResource) SetVideoCodec(v string)

SetVideoCodec gets a reference to the given NullableString and assigns it to the VideoCodec field.

func (*MediaInfoResource) SetVideoCodecNil

func (o *MediaInfoResource) SetVideoCodecNil()

SetVideoCodecNil sets the value for VideoCodec to be an explicit nil

func (*MediaInfoResource) SetVideoDynamicRange added in v0.5.0

func (o *MediaInfoResource) SetVideoDynamicRange(v string)

SetVideoDynamicRange gets a reference to the given NullableString and assigns it to the VideoDynamicRange field.

func (*MediaInfoResource) SetVideoDynamicRangeNil added in v0.5.0

func (o *MediaInfoResource) SetVideoDynamicRangeNil()

SetVideoDynamicRangeNil sets the value for VideoDynamicRange to be an explicit nil

func (*MediaInfoResource) SetVideoDynamicRangeType

func (o *MediaInfoResource) SetVideoDynamicRangeType(v string)

SetVideoDynamicRangeType gets a reference to the given NullableString and assigns it to the VideoDynamicRangeType field.

func (*MediaInfoResource) SetVideoDynamicRangeTypeNil

func (o *MediaInfoResource) SetVideoDynamicRangeTypeNil()

SetVideoDynamicRangeTypeNil sets the value for VideoDynamicRangeType to be an explicit nil

func (*MediaInfoResource) SetVideoFps

func (o *MediaInfoResource) SetVideoFps(v float64)

SetVideoFps gets a reference to the given float64 and assigns it to the VideoFps field.

func (MediaInfoResource) ToMap added in v1.0.1

func (o MediaInfoResource) ToMap() (map[string]interface{}, error)

func (*MediaInfoResource) UnsetAudioCodec

func (o *MediaInfoResource) UnsetAudioCodec()

UnsetAudioCodec ensures that no value is present for AudioCodec, not even an explicit nil

func (*MediaInfoResource) UnsetAudioLanguages

func (o *MediaInfoResource) UnsetAudioLanguages()

UnsetAudioLanguages ensures that no value is present for AudioLanguages, not even an explicit nil

func (*MediaInfoResource) UnsetResolution

func (o *MediaInfoResource) UnsetResolution()

UnsetResolution ensures that no value is present for Resolution, not even an explicit nil

func (*MediaInfoResource) UnsetRunTime

func (o *MediaInfoResource) UnsetRunTime()

UnsetRunTime ensures that no value is present for RunTime, not even an explicit nil

func (*MediaInfoResource) UnsetScanType

func (o *MediaInfoResource) UnsetScanType()

UnsetScanType ensures that no value is present for ScanType, not even an explicit nil

func (*MediaInfoResource) UnsetSubtitles

func (o *MediaInfoResource) UnsetSubtitles()

UnsetSubtitles ensures that no value is present for Subtitles, not even an explicit nil

func (*MediaInfoResource) UnsetVideoCodec

func (o *MediaInfoResource) UnsetVideoCodec()

UnsetVideoCodec ensures that no value is present for VideoCodec, not even an explicit nil

func (*MediaInfoResource) UnsetVideoDynamicRange added in v0.5.0

func (o *MediaInfoResource) UnsetVideoDynamicRange()

UnsetVideoDynamicRange ensures that no value is present for VideoDynamicRange, not even an explicit nil

func (*MediaInfoResource) UnsetVideoDynamicRangeType

func (o *MediaInfoResource) UnsetVideoDynamicRangeType()

UnsetVideoDynamicRangeType ensures that no value is present for VideoDynamicRangeType, not even an explicit nil

type MediaManagementConfigAPIService added in v1.0.1

type MediaManagementConfigAPIService service

MediaManagementConfigAPIService MediaManagementConfigAPI service

func (*MediaManagementConfigAPIService) GetMediaManagementConfig added in v1.0.1

GetMediaManagementConfig Method for GetMediaManagementConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMediaManagementConfigRequest

func (*MediaManagementConfigAPIService) GetMediaManagementConfigById added in v1.0.1

GetMediaManagementConfigById Method for GetMediaManagementConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMediaManagementConfigByIdRequest

func (*MediaManagementConfigAPIService) GetMediaManagementConfigByIdExecute added in v1.0.1

Execute executes the request

@return MediaManagementConfigResource

func (*MediaManagementConfigAPIService) GetMediaManagementConfigExecute added in v1.0.1

Execute executes the request

@return MediaManagementConfigResource

func (*MediaManagementConfigAPIService) UpdateMediaManagementConfig added in v1.0.1

UpdateMediaManagementConfig Method for UpdateMediaManagementConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMediaManagementConfigRequest

func (*MediaManagementConfigAPIService) UpdateMediaManagementConfigExecute added in v1.0.1

Execute executes the request

@return MediaManagementConfigResource

type MediaManagementConfigResource

type MediaManagementConfigResource struct {
	Id                                      *int32                  `json:"id,omitempty"`
	AutoUnmonitorPreviouslyDownloadedMovies *bool                   `json:"autoUnmonitorPreviouslyDownloadedMovies,omitempty"`
	RecycleBin                              NullableString          `json:"recycleBin,omitempty"`
	RecycleBinCleanupDays                   *int32                  `json:"recycleBinCleanupDays,omitempty"`
	DownloadPropersAndRepacks               *ProperDownloadTypes    `json:"downloadPropersAndRepacks,omitempty"`
	CreateEmptyMovieFolders                 *bool                   `json:"createEmptyMovieFolders,omitempty"`
	DeleteEmptyFolders                      *bool                   `json:"deleteEmptyFolders,omitempty"`
	FileDate                                *FileDateType           `json:"fileDate,omitempty"`
	RescanAfterRefresh                      *RescanAfterRefreshType `json:"rescanAfterRefresh,omitempty"`
	AutoRenameFolders                       *bool                   `json:"autoRenameFolders,omitempty"`
	PathsDefaultStatic                      *bool                   `json:"pathsDefaultStatic,omitempty"`
	SetPermissionsLinux                     *bool                   `json:"setPermissionsLinux,omitempty"`
	ChmodFolder                             NullableString          `json:"chmodFolder,omitempty"`
	ChownGroup                              NullableString          `json:"chownGroup,omitempty"`
	SkipFreeSpaceCheckWhenImporting         *bool                   `json:"skipFreeSpaceCheckWhenImporting,omitempty"`
	MinimumFreeSpaceWhenImporting           *int32                  `json:"minimumFreeSpaceWhenImporting,omitempty"`
	CopyUsingHardlinks                      *bool                   `json:"copyUsingHardlinks,omitempty"`
	UseScriptImport                         *bool                   `json:"useScriptImport,omitempty"`
	ScriptImportPath                        NullableString          `json:"scriptImportPath,omitempty"`
	ImportExtraFiles                        *bool                   `json:"importExtraFiles,omitempty"`
	ExtraFileExtensions                     NullableString          `json:"extraFileExtensions,omitempty"`
	EnableMediaInfo                         *bool                   `json:"enableMediaInfo,omitempty"`
}

MediaManagementConfigResource struct for MediaManagementConfigResource

func NewMediaManagementConfigResource

func NewMediaManagementConfigResource() *MediaManagementConfigResource

NewMediaManagementConfigResource instantiates a new MediaManagementConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMediaManagementConfigResourceWithDefaults

func NewMediaManagementConfigResourceWithDefaults() *MediaManagementConfigResource

NewMediaManagementConfigResourceWithDefaults instantiates a new MediaManagementConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MediaManagementConfigResource) GetAutoRenameFolders

func (o *MediaManagementConfigResource) GetAutoRenameFolders() bool

GetAutoRenameFolders returns the AutoRenameFolders field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetAutoRenameFoldersOk

func (o *MediaManagementConfigResource) GetAutoRenameFoldersOk() (*bool, bool)

GetAutoRenameFoldersOk returns a tuple with the AutoRenameFolders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedMovies

func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedMovies() bool

GetAutoUnmonitorPreviouslyDownloadedMovies returns the AutoUnmonitorPreviouslyDownloadedMovies field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedMoviesOk

func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedMoviesOk() (*bool, bool)

GetAutoUnmonitorPreviouslyDownloadedMoviesOk returns a tuple with the AutoUnmonitorPreviouslyDownloadedMovies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetChmodFolder

func (o *MediaManagementConfigResource) GetChmodFolder() string

GetChmodFolder returns the ChmodFolder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetChmodFolderOk

func (o *MediaManagementConfigResource) GetChmodFolderOk() (*string, bool)

GetChmodFolderOk returns a tuple with the ChmodFolder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaManagementConfigResource) GetChownGroup

func (o *MediaManagementConfigResource) GetChownGroup() string

GetChownGroup returns the ChownGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetChownGroupOk

func (o *MediaManagementConfigResource) GetChownGroupOk() (*string, bool)

GetChownGroupOk returns a tuple with the ChownGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *MediaManagementConfigResource) GetCopyUsingHardlinks() bool

GetCopyUsingHardlinks returns the CopyUsingHardlinks field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetCopyUsingHardlinksOk

func (o *MediaManagementConfigResource) GetCopyUsingHardlinksOk() (*bool, bool)

GetCopyUsingHardlinksOk returns a tuple with the CopyUsingHardlinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetCreateEmptyMovieFolders

func (o *MediaManagementConfigResource) GetCreateEmptyMovieFolders() bool

GetCreateEmptyMovieFolders returns the CreateEmptyMovieFolders field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetCreateEmptyMovieFoldersOk

func (o *MediaManagementConfigResource) GetCreateEmptyMovieFoldersOk() (*bool, bool)

GetCreateEmptyMovieFoldersOk returns a tuple with the CreateEmptyMovieFolders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetDeleteEmptyFolders

func (o *MediaManagementConfigResource) GetDeleteEmptyFolders() bool

GetDeleteEmptyFolders returns the DeleteEmptyFolders field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetDeleteEmptyFoldersOk

func (o *MediaManagementConfigResource) GetDeleteEmptyFoldersOk() (*bool, bool)

GetDeleteEmptyFoldersOk returns a tuple with the DeleteEmptyFolders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetDownloadPropersAndRepacks

func (o *MediaManagementConfigResource) GetDownloadPropersAndRepacks() ProperDownloadTypes

GetDownloadPropersAndRepacks returns the DownloadPropersAndRepacks field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetDownloadPropersAndRepacksOk

func (o *MediaManagementConfigResource) GetDownloadPropersAndRepacksOk() (*ProperDownloadTypes, bool)

GetDownloadPropersAndRepacksOk returns a tuple with the DownloadPropersAndRepacks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetEnableMediaInfo

func (o *MediaManagementConfigResource) GetEnableMediaInfo() bool

GetEnableMediaInfo returns the EnableMediaInfo field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetEnableMediaInfoOk

func (o *MediaManagementConfigResource) GetEnableMediaInfoOk() (*bool, bool)

GetEnableMediaInfoOk returns a tuple with the EnableMediaInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetExtraFileExtensions

func (o *MediaManagementConfigResource) GetExtraFileExtensions() string

GetExtraFileExtensions returns the ExtraFileExtensions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetExtraFileExtensionsOk

func (o *MediaManagementConfigResource) GetExtraFileExtensionsOk() (*string, bool)

GetExtraFileExtensionsOk returns a tuple with the ExtraFileExtensions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaManagementConfigResource) GetFileDate

GetFileDate returns the FileDate field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetFileDateOk

func (o *MediaManagementConfigResource) GetFileDateOk() (*FileDateType, bool)

GetFileDateOk returns a tuple with the FileDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetIdOk

func (o *MediaManagementConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetImportExtraFiles

func (o *MediaManagementConfigResource) GetImportExtraFiles() bool

GetImportExtraFiles returns the ImportExtraFiles field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetImportExtraFilesOk

func (o *MediaManagementConfigResource) GetImportExtraFilesOk() (*bool, bool)

GetImportExtraFilesOk returns a tuple with the ImportExtraFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetMinimumFreeSpaceWhenImporting

func (o *MediaManagementConfigResource) GetMinimumFreeSpaceWhenImporting() int32

GetMinimumFreeSpaceWhenImporting returns the MinimumFreeSpaceWhenImporting field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetMinimumFreeSpaceWhenImportingOk

func (o *MediaManagementConfigResource) GetMinimumFreeSpaceWhenImportingOk() (*int32, bool)

GetMinimumFreeSpaceWhenImportingOk returns a tuple with the MinimumFreeSpaceWhenImporting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetPathsDefaultStatic

func (o *MediaManagementConfigResource) GetPathsDefaultStatic() bool

GetPathsDefaultStatic returns the PathsDefaultStatic field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetPathsDefaultStaticOk

func (o *MediaManagementConfigResource) GetPathsDefaultStaticOk() (*bool, bool)

GetPathsDefaultStaticOk returns a tuple with the PathsDefaultStatic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetRecycleBin

func (o *MediaManagementConfigResource) GetRecycleBin() string

GetRecycleBin returns the RecycleBin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetRecycleBinCleanupDays

func (o *MediaManagementConfigResource) GetRecycleBinCleanupDays() int32

GetRecycleBinCleanupDays returns the RecycleBinCleanupDays field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetRecycleBinCleanupDaysOk

func (o *MediaManagementConfigResource) GetRecycleBinCleanupDaysOk() (*int32, bool)

GetRecycleBinCleanupDaysOk returns a tuple with the RecycleBinCleanupDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetRecycleBinOk

func (o *MediaManagementConfigResource) GetRecycleBinOk() (*string, bool)

GetRecycleBinOk returns a tuple with the RecycleBin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaManagementConfigResource) GetRescanAfterRefresh

func (o *MediaManagementConfigResource) GetRescanAfterRefresh() RescanAfterRefreshType

GetRescanAfterRefresh returns the RescanAfterRefresh field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetRescanAfterRefreshOk

func (o *MediaManagementConfigResource) GetRescanAfterRefreshOk() (*RescanAfterRefreshType, bool)

GetRescanAfterRefreshOk returns a tuple with the RescanAfterRefresh field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetScriptImportPath added in v0.4.0

func (o *MediaManagementConfigResource) GetScriptImportPath() string

GetScriptImportPath returns the ScriptImportPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MediaManagementConfigResource) GetScriptImportPathOk added in v0.4.0

func (o *MediaManagementConfigResource) GetScriptImportPathOk() (*string, bool)

GetScriptImportPathOk returns a tuple with the ScriptImportPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MediaManagementConfigResource) GetSetPermissionsLinux

func (o *MediaManagementConfigResource) GetSetPermissionsLinux() bool

GetSetPermissionsLinux returns the SetPermissionsLinux field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetSetPermissionsLinuxOk

func (o *MediaManagementConfigResource) GetSetPermissionsLinuxOk() (*bool, bool)

GetSetPermissionsLinuxOk returns a tuple with the SetPermissionsLinux field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImporting

func (o *MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImporting() bool

GetSkipFreeSpaceCheckWhenImporting returns the SkipFreeSpaceCheckWhenImporting field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImportingOk

func (o *MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImportingOk() (*bool, bool)

GetSkipFreeSpaceCheckWhenImportingOk returns a tuple with the SkipFreeSpaceCheckWhenImporting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) GetUseScriptImport added in v0.4.0

func (o *MediaManagementConfigResource) GetUseScriptImport() bool

GetUseScriptImport returns the UseScriptImport field value if set, zero value otherwise.

func (*MediaManagementConfigResource) GetUseScriptImportOk added in v0.4.0

func (o *MediaManagementConfigResource) GetUseScriptImportOk() (*bool, bool)

GetUseScriptImportOk returns a tuple with the UseScriptImport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MediaManagementConfigResource) HasAutoRenameFolders

func (o *MediaManagementConfigResource) HasAutoRenameFolders() bool

HasAutoRenameFolders returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasAutoUnmonitorPreviouslyDownloadedMovies

func (o *MediaManagementConfigResource) HasAutoUnmonitorPreviouslyDownloadedMovies() bool

HasAutoUnmonitorPreviouslyDownloadedMovies returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasChmodFolder

func (o *MediaManagementConfigResource) HasChmodFolder() bool

HasChmodFolder returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasChownGroup

func (o *MediaManagementConfigResource) HasChownGroup() bool

HasChownGroup returns a boolean if a field has been set.

func (o *MediaManagementConfigResource) HasCopyUsingHardlinks() bool

HasCopyUsingHardlinks returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasCreateEmptyMovieFolders

func (o *MediaManagementConfigResource) HasCreateEmptyMovieFolders() bool

HasCreateEmptyMovieFolders returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasDeleteEmptyFolders

func (o *MediaManagementConfigResource) HasDeleteEmptyFolders() bool

HasDeleteEmptyFolders returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasDownloadPropersAndRepacks

func (o *MediaManagementConfigResource) HasDownloadPropersAndRepacks() bool

HasDownloadPropersAndRepacks returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasEnableMediaInfo

func (o *MediaManagementConfigResource) HasEnableMediaInfo() bool

HasEnableMediaInfo returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasExtraFileExtensions

func (o *MediaManagementConfigResource) HasExtraFileExtensions() bool

HasExtraFileExtensions returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasFileDate

func (o *MediaManagementConfigResource) HasFileDate() bool

HasFileDate returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasId

HasId returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasImportExtraFiles

func (o *MediaManagementConfigResource) HasImportExtraFiles() bool

HasImportExtraFiles returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasMinimumFreeSpaceWhenImporting

func (o *MediaManagementConfigResource) HasMinimumFreeSpaceWhenImporting() bool

HasMinimumFreeSpaceWhenImporting returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasPathsDefaultStatic

func (o *MediaManagementConfigResource) HasPathsDefaultStatic() bool

HasPathsDefaultStatic returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasRecycleBin

func (o *MediaManagementConfigResource) HasRecycleBin() bool

HasRecycleBin returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasRecycleBinCleanupDays

func (o *MediaManagementConfigResource) HasRecycleBinCleanupDays() bool

HasRecycleBinCleanupDays returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasRescanAfterRefresh

func (o *MediaManagementConfigResource) HasRescanAfterRefresh() bool

HasRescanAfterRefresh returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasScriptImportPath added in v0.4.0

func (o *MediaManagementConfigResource) HasScriptImportPath() bool

HasScriptImportPath returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasSetPermissionsLinux

func (o *MediaManagementConfigResource) HasSetPermissionsLinux() bool

HasSetPermissionsLinux returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasSkipFreeSpaceCheckWhenImporting

func (o *MediaManagementConfigResource) HasSkipFreeSpaceCheckWhenImporting() bool

HasSkipFreeSpaceCheckWhenImporting returns a boolean if a field has been set.

func (*MediaManagementConfigResource) HasUseScriptImport added in v0.4.0

func (o *MediaManagementConfigResource) HasUseScriptImport() bool

HasUseScriptImport returns a boolean if a field has been set.

func (MediaManagementConfigResource) MarshalJSON

func (o MediaManagementConfigResource) MarshalJSON() ([]byte, error)

func (*MediaManagementConfigResource) SetAutoRenameFolders

func (o *MediaManagementConfigResource) SetAutoRenameFolders(v bool)

SetAutoRenameFolders gets a reference to the given bool and assigns it to the AutoRenameFolders field.

func (*MediaManagementConfigResource) SetAutoUnmonitorPreviouslyDownloadedMovies

func (o *MediaManagementConfigResource) SetAutoUnmonitorPreviouslyDownloadedMovies(v bool)

SetAutoUnmonitorPreviouslyDownloadedMovies gets a reference to the given bool and assigns it to the AutoUnmonitorPreviouslyDownloadedMovies field.

func (*MediaManagementConfigResource) SetChmodFolder

func (o *MediaManagementConfigResource) SetChmodFolder(v string)

SetChmodFolder gets a reference to the given NullableString and assigns it to the ChmodFolder field.

func (*MediaManagementConfigResource) SetChmodFolderNil

func (o *MediaManagementConfigResource) SetChmodFolderNil()

SetChmodFolderNil sets the value for ChmodFolder to be an explicit nil

func (*MediaManagementConfigResource) SetChownGroup

func (o *MediaManagementConfigResource) SetChownGroup(v string)

SetChownGroup gets a reference to the given NullableString and assigns it to the ChownGroup field.

func (*MediaManagementConfigResource) SetChownGroupNil

func (o *MediaManagementConfigResource) SetChownGroupNil()

SetChownGroupNil sets the value for ChownGroup to be an explicit nil

func (o *MediaManagementConfigResource) SetCopyUsingHardlinks(v bool)

SetCopyUsingHardlinks gets a reference to the given bool and assigns it to the CopyUsingHardlinks field.

func (*MediaManagementConfigResource) SetCreateEmptyMovieFolders

func (o *MediaManagementConfigResource) SetCreateEmptyMovieFolders(v bool)

SetCreateEmptyMovieFolders gets a reference to the given bool and assigns it to the CreateEmptyMovieFolders field.

func (*MediaManagementConfigResource) SetDeleteEmptyFolders

func (o *MediaManagementConfigResource) SetDeleteEmptyFolders(v bool)

SetDeleteEmptyFolders gets a reference to the given bool and assigns it to the DeleteEmptyFolders field.

func (*MediaManagementConfigResource) SetDownloadPropersAndRepacks

func (o *MediaManagementConfigResource) SetDownloadPropersAndRepacks(v ProperDownloadTypes)

SetDownloadPropersAndRepacks gets a reference to the given ProperDownloadTypes and assigns it to the DownloadPropersAndRepacks field.

func (*MediaManagementConfigResource) SetEnableMediaInfo

func (o *MediaManagementConfigResource) SetEnableMediaInfo(v bool)

SetEnableMediaInfo gets a reference to the given bool and assigns it to the EnableMediaInfo field.

func (*MediaManagementConfigResource) SetExtraFileExtensions

func (o *MediaManagementConfigResource) SetExtraFileExtensions(v string)

SetExtraFileExtensions gets a reference to the given NullableString and assigns it to the ExtraFileExtensions field.

func (*MediaManagementConfigResource) SetExtraFileExtensionsNil

func (o *MediaManagementConfigResource) SetExtraFileExtensionsNil()

SetExtraFileExtensionsNil sets the value for ExtraFileExtensions to be an explicit nil

func (*MediaManagementConfigResource) SetFileDate

func (o *MediaManagementConfigResource) SetFileDate(v FileDateType)

SetFileDate gets a reference to the given FileDateType and assigns it to the FileDate field.

func (*MediaManagementConfigResource) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MediaManagementConfigResource) SetImportExtraFiles

func (o *MediaManagementConfigResource) SetImportExtraFiles(v bool)

SetImportExtraFiles gets a reference to the given bool and assigns it to the ImportExtraFiles field.

func (*MediaManagementConfigResource) SetMinimumFreeSpaceWhenImporting

func (o *MediaManagementConfigResource) SetMinimumFreeSpaceWhenImporting(v int32)

SetMinimumFreeSpaceWhenImporting gets a reference to the given int32 and assigns it to the MinimumFreeSpaceWhenImporting field.

func (*MediaManagementConfigResource) SetPathsDefaultStatic

func (o *MediaManagementConfigResource) SetPathsDefaultStatic(v bool)

SetPathsDefaultStatic gets a reference to the given bool and assigns it to the PathsDefaultStatic field.

func (*MediaManagementConfigResource) SetRecycleBin

func (o *MediaManagementConfigResource) SetRecycleBin(v string)

SetRecycleBin gets a reference to the given NullableString and assigns it to the RecycleBin field.

func (*MediaManagementConfigResource) SetRecycleBinCleanupDays

func (o *MediaManagementConfigResource) SetRecycleBinCleanupDays(v int32)

SetRecycleBinCleanupDays gets a reference to the given int32 and assigns it to the RecycleBinCleanupDays field.

func (*MediaManagementConfigResource) SetRecycleBinNil

func (o *MediaManagementConfigResource) SetRecycleBinNil()

SetRecycleBinNil sets the value for RecycleBin to be an explicit nil

func (*MediaManagementConfigResource) SetRescanAfterRefresh

func (o *MediaManagementConfigResource) SetRescanAfterRefresh(v RescanAfterRefreshType)

SetRescanAfterRefresh gets a reference to the given RescanAfterRefreshType and assigns it to the RescanAfterRefresh field.

func (*MediaManagementConfigResource) SetScriptImportPath added in v0.4.0

func (o *MediaManagementConfigResource) SetScriptImportPath(v string)

SetScriptImportPath gets a reference to the given NullableString and assigns it to the ScriptImportPath field.

func (*MediaManagementConfigResource) SetScriptImportPathNil added in v0.4.0

func (o *MediaManagementConfigResource) SetScriptImportPathNil()

SetScriptImportPathNil sets the value for ScriptImportPath to be an explicit nil

func (*MediaManagementConfigResource) SetSetPermissionsLinux

func (o *MediaManagementConfigResource) SetSetPermissionsLinux(v bool)

SetSetPermissionsLinux gets a reference to the given bool and assigns it to the SetPermissionsLinux field.

func (*MediaManagementConfigResource) SetSkipFreeSpaceCheckWhenImporting

func (o *MediaManagementConfigResource) SetSkipFreeSpaceCheckWhenImporting(v bool)

SetSkipFreeSpaceCheckWhenImporting gets a reference to the given bool and assigns it to the SkipFreeSpaceCheckWhenImporting field.

func (*MediaManagementConfigResource) SetUseScriptImport added in v0.4.0

func (o *MediaManagementConfigResource) SetUseScriptImport(v bool)

SetUseScriptImport gets a reference to the given bool and assigns it to the UseScriptImport field.

func (MediaManagementConfigResource) ToMap added in v1.0.1

func (o MediaManagementConfigResource) ToMap() (map[string]interface{}, error)

func (*MediaManagementConfigResource) UnsetChmodFolder

func (o *MediaManagementConfigResource) UnsetChmodFolder()

UnsetChmodFolder ensures that no value is present for ChmodFolder, not even an explicit nil

func (*MediaManagementConfigResource) UnsetChownGroup

func (o *MediaManagementConfigResource) UnsetChownGroup()

UnsetChownGroup ensures that no value is present for ChownGroup, not even an explicit nil

func (*MediaManagementConfigResource) UnsetExtraFileExtensions

func (o *MediaManagementConfigResource) UnsetExtraFileExtensions()

UnsetExtraFileExtensions ensures that no value is present for ExtraFileExtensions, not even an explicit nil

func (*MediaManagementConfigResource) UnsetRecycleBin

func (o *MediaManagementConfigResource) UnsetRecycleBin()

UnsetRecycleBin ensures that no value is present for RecycleBin, not even an explicit nil

func (*MediaManagementConfigResource) UnsetScriptImportPath added in v0.4.0

func (o *MediaManagementConfigResource) UnsetScriptImportPath()

UnsetScriptImportPath ensures that no value is present for ScriptImportPath, not even an explicit nil

type MetadataAPIService added in v1.0.1

type MetadataAPIService service

MetadataAPIService MetadataAPI service

func (*MetadataAPIService) CreateMetadata added in v1.0.1

CreateMetadata Method for CreateMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMetadataRequest

func (*MetadataAPIService) CreateMetadataActionByName added in v1.0.1

func (a *MetadataAPIService) CreateMetadataActionByName(ctx context.Context, name string) ApiCreateMetadataActionByNameRequest

CreateMetadataActionByName Method for CreateMetadataActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateMetadataActionByNameRequest

func (*MetadataAPIService) CreateMetadataActionByNameExecute added in v1.0.1

func (a *MetadataAPIService) CreateMetadataActionByNameExecute(r ApiCreateMetadataActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) CreateMetadataExecute added in v1.0.1

Execute executes the request

@return MetadataResource

func (*MetadataAPIService) DeleteMetadata added in v1.0.1

DeleteMetadata Method for DeleteMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteMetadataRequest

func (*MetadataAPIService) DeleteMetadataExecute added in v1.0.1

func (a *MetadataAPIService) DeleteMetadataExecute(r ApiDeleteMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) GetMetadataById added in v1.0.1

GetMetadataById Method for GetMetadataById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMetadataByIdRequest

func (*MetadataAPIService) GetMetadataByIdExecute added in v1.0.1

Execute executes the request

@return MetadataResource

func (*MetadataAPIService) ListMetadata added in v1.0.1

ListMetadata Method for ListMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMetadataRequest

func (*MetadataAPIService) ListMetadataExecute added in v1.0.1

Execute executes the request

@return []MetadataResource

func (*MetadataAPIService) ListMetadataSchema added in v1.0.1

ListMetadataSchema Method for ListMetadataSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMetadataSchemaRequest

func (*MetadataAPIService) ListMetadataSchemaExecute added in v1.0.1

func (a *MetadataAPIService) ListMetadataSchemaExecute(r ApiListMetadataSchemaRequest) ([]MetadataResource, *http.Response, error)

Execute executes the request

@return []MetadataResource

func (*MetadataAPIService) TestMetadata added in v1.0.1

TestMetadata Method for TestMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestMetadataRequest

func (*MetadataAPIService) TestMetadataExecute added in v1.0.1

func (a *MetadataAPIService) TestMetadataExecute(r ApiTestMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) TestallMetadata added in v1.0.1

TestallMetadata Method for TestallMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallMetadataRequest

func (*MetadataAPIService) TestallMetadataExecute added in v1.0.1

func (a *MetadataAPIService) TestallMetadataExecute(r ApiTestallMetadataRequest) (*http.Response, error)

Execute executes the request

func (*MetadataAPIService) UpdateMetadata added in v1.0.1

UpdateMetadata Method for UpdateMetadata

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMetadataRequest

func (*MetadataAPIService) UpdateMetadataExecute added in v1.0.1

Execute executes the request

@return MetadataResource

type MetadataConfigAPIService added in v1.0.1

type MetadataConfigAPIService service

MetadataConfigAPIService MetadataConfigAPI service

func (*MetadataConfigAPIService) GetMetadataConfig added in v1.0.1

GetMetadataConfig Method for GetMetadataConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMetadataConfigRequest

func (*MetadataConfigAPIService) GetMetadataConfigById added in v1.0.1

GetMetadataConfigById Method for GetMetadataConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMetadataConfigByIdRequest

func (*MetadataConfigAPIService) GetMetadataConfigByIdExecute added in v1.0.1

Execute executes the request

@return MetadataConfigResource

func (*MetadataConfigAPIService) GetMetadataConfigExecute added in v1.0.1

Execute executes the request

@return MetadataConfigResource

func (*MetadataConfigAPIService) UpdateMetadataConfig added in v1.0.1

UpdateMetadataConfig Method for UpdateMetadataConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMetadataConfigRequest

func (*MetadataConfigAPIService) UpdateMetadataConfigExecute added in v1.0.1

Execute executes the request

@return MetadataConfigResource

type MetadataConfigResource

type MetadataConfigResource struct {
	Id                   *int32           `json:"id,omitempty"`
	CertificationCountry *TMDbCountryCode `json:"certificationCountry,omitempty"`
}

MetadataConfigResource struct for MetadataConfigResource

func NewMetadataConfigResource

func NewMetadataConfigResource() *MetadataConfigResource

NewMetadataConfigResource instantiates a new MetadataConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMetadataConfigResourceWithDefaults

func NewMetadataConfigResourceWithDefaults() *MetadataConfigResource

NewMetadataConfigResourceWithDefaults instantiates a new MetadataConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MetadataConfigResource) GetCertificationCountry

func (o *MetadataConfigResource) GetCertificationCountry() TMDbCountryCode

GetCertificationCountry returns the CertificationCountry field value if set, zero value otherwise.

func (*MetadataConfigResource) GetCertificationCountryOk

func (o *MetadataConfigResource) GetCertificationCountryOk() (*TMDbCountryCode, bool)

GetCertificationCountryOk returns a tuple with the CertificationCountry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataConfigResource) GetId

func (o *MetadataConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MetadataConfigResource) GetIdOk

func (o *MetadataConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataConfigResource) HasCertificationCountry

func (o *MetadataConfigResource) HasCertificationCountry() bool

HasCertificationCountry returns a boolean if a field has been set.

func (*MetadataConfigResource) HasId

func (o *MetadataConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (MetadataConfigResource) MarshalJSON

func (o MetadataConfigResource) MarshalJSON() ([]byte, error)

func (*MetadataConfigResource) SetCertificationCountry

func (o *MetadataConfigResource) SetCertificationCountry(v TMDbCountryCode)

SetCertificationCountry gets a reference to the given TMDbCountryCode and assigns it to the CertificationCountry field.

func (*MetadataConfigResource) SetId

func (o *MetadataConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (MetadataConfigResource) ToMap added in v1.0.1

func (o MetadataConfigResource) ToMap() (map[string]interface{}, error)

type MetadataResource

type MetadataResource struct {
	Id                 *int32             `json:"id,omitempty"`
	Name               NullableString     `json:"name,omitempty"`
	Fields             []Field            `json:"fields,omitempty"`
	ImplementationName NullableString     `json:"implementationName,omitempty"`
	Implementation     NullableString     `json:"implementation,omitempty"`
	ConfigContract     NullableString     `json:"configContract,omitempty"`
	InfoLink           NullableString     `json:"infoLink,omitempty"`
	Message            *ProviderMessage   `json:"message,omitempty"`
	Tags               []int32            `json:"tags,omitempty"`
	Presets            []MetadataResource `json:"presets,omitempty"`
	Enable             *bool              `json:"enable,omitempty"`
}

MetadataResource struct for MetadataResource

func NewMetadataResource

func NewMetadataResource() *MetadataResource

NewMetadataResource instantiates a new MetadataResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMetadataResourceWithDefaults

func NewMetadataResourceWithDefaults() *MetadataResource

NewMetadataResourceWithDefaults instantiates a new MetadataResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MetadataResource) GetConfigContract

func (o *MetadataResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetConfigContractOk

func (o *MetadataResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) GetEnable

func (o *MetadataResource) GetEnable() bool

GetEnable returns the Enable field value if set, zero value otherwise.

func (*MetadataResource) GetEnableOk

func (o *MetadataResource) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataResource) GetFields

func (o *MetadataResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetFieldsOk

func (o *MetadataResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) GetId

func (o *MetadataResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MetadataResource) GetIdOk

func (o *MetadataResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataResource) GetImplementation

func (o *MetadataResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetImplementationName

func (o *MetadataResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetImplementationNameOk

func (o *MetadataResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) GetImplementationOk

func (o *MetadataResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *MetadataResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetInfoLinkOk

func (o *MetadataResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) GetMessage

func (o *MetadataResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*MetadataResource) GetMessageOk

func (o *MetadataResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataResource) GetName

func (o *MetadataResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetNameOk

func (o *MetadataResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) GetPresets

func (o *MetadataResource) GetPresets() []MetadataResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetPresetsOk

func (o *MetadataResource) GetPresetsOk() ([]MetadataResource, bool)

GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataResource) GetTagsOk

func (o *MetadataResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataResource) HasConfigContract

func (o *MetadataResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*MetadataResource) HasEnable

func (o *MetadataResource) HasEnable() bool

HasEnable returns a boolean if a field has been set.

func (*MetadataResource) HasFields

func (o *MetadataResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*MetadataResource) HasId

func (o *MetadataResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*MetadataResource) HasImplementation

func (o *MetadataResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*MetadataResource) HasImplementationName

func (o *MetadataResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (o *MetadataResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (*MetadataResource) HasMessage

func (o *MetadataResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*MetadataResource) HasName

func (o *MetadataResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*MetadataResource) HasPresets

func (o *MetadataResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*MetadataResource) HasTags

func (o *MetadataResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (MetadataResource) MarshalJSON

func (o MetadataResource) MarshalJSON() ([]byte, error)

func (*MetadataResource) SetConfigContract

func (o *MetadataResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*MetadataResource) SetConfigContractNil

func (o *MetadataResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*MetadataResource) SetEnable

func (o *MetadataResource) SetEnable(v bool)

SetEnable gets a reference to the given bool and assigns it to the Enable field.

func (*MetadataResource) SetFields

func (o *MetadataResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*MetadataResource) SetId

func (o *MetadataResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MetadataResource) SetImplementation

func (o *MetadataResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*MetadataResource) SetImplementationName

func (o *MetadataResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*MetadataResource) SetImplementationNameNil

func (o *MetadataResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*MetadataResource) SetImplementationNil

func (o *MetadataResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (o *MetadataResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*MetadataResource) SetInfoLinkNil

func (o *MetadataResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (*MetadataResource) SetMessage

func (o *MetadataResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*MetadataResource) SetName

func (o *MetadataResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*MetadataResource) SetNameNil

func (o *MetadataResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*MetadataResource) SetPresets

func (o *MetadataResource) SetPresets(v []MetadataResource)

SetPresets gets a reference to the given []MetadataResource and assigns it to the Presets field.

func (*MetadataResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (MetadataResource) ToMap added in v1.0.1

func (o MetadataResource) ToMap() (map[string]interface{}, error)

func (*MetadataResource) UnsetConfigContract

func (o *MetadataResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*MetadataResource) UnsetImplementation

func (o *MetadataResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*MetadataResource) UnsetImplementationName

func (o *MetadataResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *MetadataResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (*MetadataResource) UnsetName

func (o *MetadataResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type Modifier

type Modifier string

Modifier the model 'Modifier'

const (
	MODIFIER_NONE     Modifier = "none"
	MODIFIER_REGIONAL Modifier = "regional"
	MODIFIER_SCREENER Modifier = "screener"
	MODIFIER_RAWHD    Modifier = "rawhd"
	MODIFIER_BRDISK   Modifier = "brdisk"
	MODIFIER_REMUX    Modifier = "remux"
)

List of Modifier

func NewModifierFromValue

func NewModifierFromValue(v string) (*Modifier, error)

NewModifierFromValue returns a pointer to a valid Modifier for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Modifier) IsValid

func (v Modifier) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Modifier) Ptr

func (v Modifier) Ptr() *Modifier

Ptr returns reference to Modifier value

func (*Modifier) UnmarshalJSON

func (v *Modifier) UnmarshalJSON(src []byte) error

type MonitorTypes

type MonitorTypes string

MonitorTypes the model 'MonitorTypes'

const (
	MONITORTYPES_MOVIE_ONLY           MonitorTypes = "movieOnly"
	MONITORTYPES_MOVIE_AND_COLLECTION MonitorTypes = "movieAndCollection"
	MONITORTYPES_NONE                 MonitorTypes = "none"
)

List of MonitorTypes

func NewMonitorTypesFromValue

func NewMonitorTypesFromValue(v string) (*MonitorTypes, error)

NewMonitorTypesFromValue returns a pointer to a valid MonitorTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MonitorTypes) IsValid

func (v MonitorTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MonitorTypes) Ptr

func (v MonitorTypes) Ptr() *MonitorTypes

Ptr returns reference to MonitorTypes value

func (*MonitorTypes) UnmarshalJSON

func (v *MonitorTypes) UnmarshalJSON(src []byte) error

type MovieAPIService added in v1.0.1

type MovieAPIService service

MovieAPIService MovieAPI service

func (*MovieAPIService) CreateMovie added in v1.0.1

CreateMovie Method for CreateMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMovieRequest

func (*MovieAPIService) CreateMovieExecute added in v1.0.1

func (a *MovieAPIService) CreateMovieExecute(r ApiCreateMovieRequest) (*MovieResource, *http.Response, error)

Execute executes the request

@return MovieResource

func (*MovieAPIService) DeleteMovie added in v1.0.1

func (a *MovieAPIService) DeleteMovie(ctx context.Context, id int32) ApiDeleteMovieRequest

DeleteMovie Method for DeleteMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteMovieRequest

func (*MovieAPIService) DeleteMovieExecute added in v1.0.1

func (a *MovieAPIService) DeleteMovieExecute(r ApiDeleteMovieRequest) (*http.Response, error)

Execute executes the request

func (*MovieAPIService) GetMovieById added in v1.0.1

func (a *MovieAPIService) GetMovieById(ctx context.Context, id int32) ApiGetMovieByIdRequest

GetMovieById Method for GetMovieById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMovieByIdRequest

func (*MovieAPIService) GetMovieByIdExecute added in v1.0.1

func (a *MovieAPIService) GetMovieByIdExecute(r ApiGetMovieByIdRequest) (*MovieResource, *http.Response, error)

Execute executes the request

@return MovieResource

func (*MovieAPIService) ListMovie added in v1.0.1

ListMovie Method for ListMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMovieRequest

func (*MovieAPIService) ListMovieExecute added in v1.0.1

func (a *MovieAPIService) ListMovieExecute(r ApiListMovieRequest) ([]MovieResource, *http.Response, error)

Execute executes the request

@return []MovieResource

func (*MovieAPIService) UpdateMovie added in v1.0.1

UpdateMovie Method for UpdateMovie

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMovieRequest

func (*MovieAPIService) UpdateMovieExecute added in v1.0.1

func (a *MovieAPIService) UpdateMovieExecute(r ApiUpdateMovieRequest) (*MovieResource, *http.Response, error)

Execute executes the request

@return MovieResource

type MovieCollectionResource added in v1.0.1

type MovieCollectionResource struct {
	Title  NullableString `json:"title,omitempty"`
	TmdbId *int32         `json:"tmdbId,omitempty"`
}

MovieCollectionResource struct for MovieCollectionResource

func NewMovieCollectionResource added in v1.0.1

func NewMovieCollectionResource() *MovieCollectionResource

NewMovieCollectionResource instantiates a new MovieCollectionResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMovieCollectionResourceWithDefaults added in v1.0.1

func NewMovieCollectionResourceWithDefaults() *MovieCollectionResource

NewMovieCollectionResourceWithDefaults instantiates a new MovieCollectionResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MovieCollectionResource) GetTitle added in v1.0.1

func (o *MovieCollectionResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieCollectionResource) GetTitleOk added in v1.0.1

func (o *MovieCollectionResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieCollectionResource) GetTmdbId added in v1.0.1

func (o *MovieCollectionResource) GetTmdbId() int32

GetTmdbId returns the TmdbId field value if set, zero value otherwise.

func (*MovieCollectionResource) GetTmdbIdOk added in v1.0.1

func (o *MovieCollectionResource) GetTmdbIdOk() (*int32, bool)

GetTmdbIdOk returns a tuple with the TmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieCollectionResource) HasTitle added in v1.0.1

func (o *MovieCollectionResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*MovieCollectionResource) HasTmdbId added in v1.0.1

func (o *MovieCollectionResource) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

func (MovieCollectionResource) MarshalJSON added in v1.0.1

func (o MovieCollectionResource) MarshalJSON() ([]byte, error)

func (*MovieCollectionResource) SetTitle added in v1.0.1

func (o *MovieCollectionResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*MovieCollectionResource) SetTitleNil added in v1.0.1

func (o *MovieCollectionResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*MovieCollectionResource) SetTmdbId added in v1.0.1

func (o *MovieCollectionResource) SetTmdbId(v int32)

SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.

func (MovieCollectionResource) ToMap added in v1.0.1

func (o MovieCollectionResource) ToMap() (map[string]interface{}, error)

func (*MovieCollectionResource) UnsetTitle added in v1.0.1

func (o *MovieCollectionResource) UnsetTitle()

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

type MovieEditorAPIService added in v1.0.1

type MovieEditorAPIService service

MovieEditorAPIService MovieEditorAPI service

func (*MovieEditorAPIService) DeleteMovieEditor added in v1.0.1

DeleteMovieEditor Method for DeleteMovieEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteMovieEditorRequest

func (*MovieEditorAPIService) DeleteMovieEditorExecute added in v1.0.1

func (a *MovieEditorAPIService) DeleteMovieEditorExecute(r ApiDeleteMovieEditorRequest) (*http.Response, error)

Execute executes the request

func (*MovieEditorAPIService) PutMovieEditor added in v1.0.1

PutMovieEditor Method for PutMovieEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutMovieEditorRequest

func (*MovieEditorAPIService) PutMovieEditorExecute added in v1.0.1

func (a *MovieEditorAPIService) PutMovieEditorExecute(r ApiPutMovieEditorRequest) (*http.Response, error)

Execute executes the request

type MovieEditorResource

type MovieEditorResource struct {
	MovieIds            []int32          `json:"movieIds,omitempty"`
	Monitored           NullableBool     `json:"monitored,omitempty"`
	QualityProfileId    NullableInt32    `json:"qualityProfileId,omitempty"`
	MinimumAvailability *MovieStatusType `json:"minimumAvailability,omitempty"`
	RootFolderPath      NullableString   `json:"rootFolderPath,omitempty"`
	Tags                []int32          `json:"tags,omitempty"`
	ApplyTags           *ApplyTags       `json:"applyTags,omitempty"`
	MoveFiles           *bool            `json:"moveFiles,omitempty"`
	DeleteFiles         *bool            `json:"deleteFiles,omitempty"`
	AddImportExclusion  *bool            `json:"addImportExclusion,omitempty"`
}

MovieEditorResource struct for MovieEditorResource

func NewMovieEditorResource

func NewMovieEditorResource() *MovieEditorResource

NewMovieEditorResource instantiates a new MovieEditorResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMovieEditorResourceWithDefaults

func NewMovieEditorResourceWithDefaults() *MovieEditorResource

NewMovieEditorResourceWithDefaults instantiates a new MovieEditorResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MovieEditorResource) GetAddImportExclusion

func (o *MovieEditorResource) GetAddImportExclusion() bool

GetAddImportExclusion returns the AddImportExclusion field value if set, zero value otherwise.

func (*MovieEditorResource) GetAddImportExclusionOk

func (o *MovieEditorResource) GetAddImportExclusionOk() (*bool, bool)

GetAddImportExclusionOk returns a tuple with the AddImportExclusion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieEditorResource) GetApplyTags

func (o *MovieEditorResource) GetApplyTags() ApplyTags

GetApplyTags returns the ApplyTags field value if set, zero value otherwise.

func (*MovieEditorResource) GetApplyTagsOk

func (o *MovieEditorResource) GetApplyTagsOk() (*ApplyTags, bool)

GetApplyTagsOk returns a tuple with the ApplyTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieEditorResource) GetDeleteFiles

func (o *MovieEditorResource) GetDeleteFiles() bool

GetDeleteFiles returns the DeleteFiles field value if set, zero value otherwise.

func (*MovieEditorResource) GetDeleteFilesOk

func (o *MovieEditorResource) GetDeleteFilesOk() (*bool, bool)

GetDeleteFilesOk returns a tuple with the DeleteFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieEditorResource) GetMinimumAvailability

func (o *MovieEditorResource) GetMinimumAvailability() MovieStatusType

GetMinimumAvailability returns the MinimumAvailability field value if set, zero value otherwise.

func (*MovieEditorResource) GetMinimumAvailabilityOk

func (o *MovieEditorResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)

GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieEditorResource) GetMonitored

func (o *MovieEditorResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieEditorResource) GetMonitoredOk

func (o *MovieEditorResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieEditorResource) GetMoveFiles

func (o *MovieEditorResource) GetMoveFiles() bool

GetMoveFiles returns the MoveFiles field value if set, zero value otherwise.

func (*MovieEditorResource) GetMoveFilesOk

func (o *MovieEditorResource) GetMoveFilesOk() (*bool, bool)

GetMoveFilesOk returns a tuple with the MoveFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieEditorResource) GetMovieIds

func (o *MovieEditorResource) GetMovieIds() []int32

GetMovieIds returns the MovieIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieEditorResource) GetMovieIdsOk

func (o *MovieEditorResource) GetMovieIdsOk() ([]int32, bool)

GetMovieIdsOk returns a tuple with the MovieIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieEditorResource) GetQualityProfileId

func (o *MovieEditorResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieEditorResource) GetQualityProfileIdOk

func (o *MovieEditorResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieEditorResource) GetRootFolderPath

func (o *MovieEditorResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieEditorResource) GetRootFolderPathOk

func (o *MovieEditorResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieEditorResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieEditorResource) GetTagsOk

func (o *MovieEditorResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieEditorResource) HasAddImportExclusion

func (o *MovieEditorResource) HasAddImportExclusion() bool

HasAddImportExclusion returns a boolean if a field has been set.

func (*MovieEditorResource) HasApplyTags

func (o *MovieEditorResource) HasApplyTags() bool

HasApplyTags returns a boolean if a field has been set.

func (*MovieEditorResource) HasDeleteFiles

func (o *MovieEditorResource) HasDeleteFiles() bool

HasDeleteFiles returns a boolean if a field has been set.

func (*MovieEditorResource) HasMinimumAvailability

func (o *MovieEditorResource) HasMinimumAvailability() bool

HasMinimumAvailability returns a boolean if a field has been set.

func (*MovieEditorResource) HasMonitored

func (o *MovieEditorResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*MovieEditorResource) HasMoveFiles

func (o *MovieEditorResource) HasMoveFiles() bool

HasMoveFiles returns a boolean if a field has been set.

func (*MovieEditorResource) HasMovieIds

func (o *MovieEditorResource) HasMovieIds() bool

HasMovieIds returns a boolean if a field has been set.

func (*MovieEditorResource) HasQualityProfileId

func (o *MovieEditorResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*MovieEditorResource) HasRootFolderPath

func (o *MovieEditorResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*MovieEditorResource) HasTags

func (o *MovieEditorResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (MovieEditorResource) MarshalJSON

func (o MovieEditorResource) MarshalJSON() ([]byte, error)

func (*MovieEditorResource) SetAddImportExclusion

func (o *MovieEditorResource) SetAddImportExclusion(v bool)

SetAddImportExclusion gets a reference to the given bool and assigns it to the AddImportExclusion field.

func (*MovieEditorResource) SetApplyTags

func (o *MovieEditorResource) SetApplyTags(v ApplyTags)

SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.

func (*MovieEditorResource) SetDeleteFiles

func (o *MovieEditorResource) SetDeleteFiles(v bool)

SetDeleteFiles gets a reference to the given bool and assigns it to the DeleteFiles field.

func (*MovieEditorResource) SetMinimumAvailability

func (o *MovieEditorResource) SetMinimumAvailability(v MovieStatusType)

SetMinimumAvailability gets a reference to the given MovieStatusType and assigns it to the MinimumAvailability field.

func (*MovieEditorResource) SetMonitored

func (o *MovieEditorResource) SetMonitored(v bool)

SetMonitored gets a reference to the given NullableBool and assigns it to the Monitored field.

func (*MovieEditorResource) SetMonitoredNil

func (o *MovieEditorResource) SetMonitoredNil()

SetMonitoredNil sets the value for Monitored to be an explicit nil

func (*MovieEditorResource) SetMoveFiles

func (o *MovieEditorResource) SetMoveFiles(v bool)

SetMoveFiles gets a reference to the given bool and assigns it to the MoveFiles field.

func (*MovieEditorResource) SetMovieIds

func (o *MovieEditorResource) SetMovieIds(v []int32)

SetMovieIds gets a reference to the given []int32 and assigns it to the MovieIds field.

func (*MovieEditorResource) SetQualityProfileId

func (o *MovieEditorResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given NullableInt32 and assigns it to the QualityProfileId field.

func (*MovieEditorResource) SetQualityProfileIdNil

func (o *MovieEditorResource) SetQualityProfileIdNil()

SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil

func (*MovieEditorResource) SetRootFolderPath

func (o *MovieEditorResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*MovieEditorResource) SetRootFolderPathNil

func (o *MovieEditorResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*MovieEditorResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (MovieEditorResource) ToMap added in v1.0.1

func (o MovieEditorResource) ToMap() (map[string]interface{}, error)

func (*MovieEditorResource) UnsetMonitored

func (o *MovieEditorResource) UnsetMonitored()

UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil

func (*MovieEditorResource) UnsetQualityProfileId

func (o *MovieEditorResource) UnsetQualityProfileId()

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

func (*MovieEditorResource) UnsetRootFolderPath

func (o *MovieEditorResource) UnsetRootFolderPath()

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

type MovieFileAPIService added in v1.0.1

type MovieFileAPIService service

MovieFileAPIService MovieFileAPI service

func (*MovieFileAPIService) DeleteMovieFile added in v1.0.1

DeleteMovieFile Method for DeleteMovieFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteMovieFileRequest

func (*MovieFileAPIService) DeleteMovieFileBulk added in v1.0.1

DeleteMovieFileBulk Method for DeleteMovieFileBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteMovieFileBulkRequest

func (*MovieFileAPIService) DeleteMovieFileBulkExecute added in v1.0.1

func (a *MovieFileAPIService) DeleteMovieFileBulkExecute(r ApiDeleteMovieFileBulkRequest) (*http.Response, error)

Execute executes the request

func (*MovieFileAPIService) DeleteMovieFileExecute added in v1.0.1

func (a *MovieFileAPIService) DeleteMovieFileExecute(r ApiDeleteMovieFileRequest) (*http.Response, error)

Execute executes the request

func (*MovieFileAPIService) GetMovieFileById added in v1.0.1

GetMovieFileById Method for GetMovieFileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMovieFileByIdRequest

func (*MovieFileAPIService) GetMovieFileByIdExecute added in v1.0.1

Execute executes the request

@return MovieFileResource

func (*MovieFileAPIService) ListMovieFile added in v1.0.1

ListMovieFile Method for ListMovieFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListMovieFileRequest

func (*MovieFileAPIService) ListMovieFileExecute added in v1.0.1

Execute executes the request

@return []MovieFileResource

func (*MovieFileAPIService) PutMovieFileEditor added in v1.0.1

PutMovieFileEditor Method for PutMovieFileEditor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutMovieFileEditorRequest

func (*MovieFileAPIService) PutMovieFileEditorExecute added in v1.0.1

func (a *MovieFileAPIService) PutMovieFileEditorExecute(r ApiPutMovieFileEditorRequest) (*http.Response, error)

Execute executes the request

func (*MovieFileAPIService) UpdateMovieFile added in v1.0.1

UpdateMovieFile Method for UpdateMovieFile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateMovieFileRequest

func (*MovieFileAPIService) UpdateMovieFileExecute added in v1.0.1

Execute executes the request

@return MovieFileResource

type MovieFileListResource

type MovieFileListResource struct {
	MovieFileIds []int32        `json:"movieFileIds,omitempty"`
	Languages    []Language     `json:"languages,omitempty"`
	Quality      *QualityModel  `json:"quality,omitempty"`
	Edition      NullableString `json:"edition,omitempty"`
	ReleaseGroup NullableString `json:"releaseGroup,omitempty"`
	SceneName    NullableString `json:"sceneName,omitempty"`
	IndexerFlags NullableInt32  `json:"indexerFlags,omitempty"`
}

MovieFileListResource struct for MovieFileListResource

func NewMovieFileListResource

func NewMovieFileListResource() *MovieFileListResource

NewMovieFileListResource instantiates a new MovieFileListResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMovieFileListResourceWithDefaults

func NewMovieFileListResourceWithDefaults() *MovieFileListResource

NewMovieFileListResourceWithDefaults instantiates a new MovieFileListResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MovieFileListResource) GetEdition

func (o *MovieFileListResource) GetEdition() string

GetEdition returns the Edition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileListResource) GetEditionOk

func (o *MovieFileListResource) GetEditionOk() (*string, bool)

GetEditionOk returns a tuple with the Edition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileListResource) GetIndexerFlags

func (o *MovieFileListResource) GetIndexerFlags() int32

GetIndexerFlags returns the IndexerFlags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileListResource) GetIndexerFlagsOk

func (o *MovieFileListResource) GetIndexerFlagsOk() (*int32, bool)

GetIndexerFlagsOk returns a tuple with the IndexerFlags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileListResource) GetLanguages

func (o *MovieFileListResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileListResource) GetLanguagesOk

func (o *MovieFileListResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileListResource) GetMovieFileIds

func (o *MovieFileListResource) GetMovieFileIds() []int32

GetMovieFileIds returns the MovieFileIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileListResource) GetMovieFileIdsOk

func (o *MovieFileListResource) GetMovieFileIdsOk() ([]int32, bool)

GetMovieFileIdsOk returns a tuple with the MovieFileIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileListResource) GetQuality

func (o *MovieFileListResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*MovieFileListResource) GetQualityOk

func (o *MovieFileListResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileListResource) GetReleaseGroup

func (o *MovieFileListResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileListResource) GetReleaseGroupOk

func (o *MovieFileListResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileListResource) GetSceneName

func (o *MovieFileListResource) GetSceneName() string

GetSceneName returns the SceneName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileListResource) GetSceneNameOk

func (o *MovieFileListResource) GetSceneNameOk() (*string, bool)

GetSceneNameOk returns a tuple with the SceneName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileListResource) HasEdition

func (o *MovieFileListResource) HasEdition() bool

HasEdition returns a boolean if a field has been set.

func (*MovieFileListResource) HasIndexerFlags

func (o *MovieFileListResource) HasIndexerFlags() bool

HasIndexerFlags returns a boolean if a field has been set.

func (*MovieFileListResource) HasLanguages

func (o *MovieFileListResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*MovieFileListResource) HasMovieFileIds

func (o *MovieFileListResource) HasMovieFileIds() bool

HasMovieFileIds returns a boolean if a field has been set.

func (*MovieFileListResource) HasQuality

func (o *MovieFileListResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*MovieFileListResource) HasReleaseGroup

func (o *MovieFileListResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*MovieFileListResource) HasSceneName

func (o *MovieFileListResource) HasSceneName() bool

HasSceneName returns a boolean if a field has been set.

func (MovieFileListResource) MarshalJSON

func (o MovieFileListResource) MarshalJSON() ([]byte, error)

func (*MovieFileListResource) SetEdition

func (o *MovieFileListResource) SetEdition(v string)

SetEdition gets a reference to the given NullableString and assigns it to the Edition field.

func (*MovieFileListResource) SetEditionNil

func (o *MovieFileListResource) SetEditionNil()

SetEditionNil sets the value for Edition to be an explicit nil

func (*MovieFileListResource) SetIndexerFlags

func (o *MovieFileListResource) SetIndexerFlags(v int32)

SetIndexerFlags gets a reference to the given NullableInt32 and assigns it to the IndexerFlags field.

func (*MovieFileListResource) SetIndexerFlagsNil

func (o *MovieFileListResource) SetIndexerFlagsNil()

SetIndexerFlagsNil sets the value for IndexerFlags to be an explicit nil

func (*MovieFileListResource) SetLanguages

func (o *MovieFileListResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*MovieFileListResource) SetMovieFileIds

func (o *MovieFileListResource) SetMovieFileIds(v []int32)

SetMovieFileIds gets a reference to the given []int32 and assigns it to the MovieFileIds field.

func (*MovieFileListResource) SetQuality

func (o *MovieFileListResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*MovieFileListResource) SetReleaseGroup

func (o *MovieFileListResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*MovieFileListResource) SetReleaseGroupNil

func (o *MovieFileListResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*MovieFileListResource) SetSceneName

func (o *MovieFileListResource) SetSceneName(v string)

SetSceneName gets a reference to the given NullableString and assigns it to the SceneName field.

func (*MovieFileListResource) SetSceneNameNil

func (o *MovieFileListResource) SetSceneNameNil()

SetSceneNameNil sets the value for SceneName to be an explicit nil

func (MovieFileListResource) ToMap added in v1.0.1

func (o MovieFileListResource) ToMap() (map[string]interface{}, error)

func (*MovieFileListResource) UnsetEdition

func (o *MovieFileListResource) UnsetEdition()

UnsetEdition ensures that no value is present for Edition, not even an explicit nil

func (*MovieFileListResource) UnsetIndexerFlags

func (o *MovieFileListResource) UnsetIndexerFlags()

UnsetIndexerFlags ensures that no value is present for IndexerFlags, not even an explicit nil

func (*MovieFileListResource) UnsetReleaseGroup

func (o *MovieFileListResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*MovieFileListResource) UnsetSceneName

func (o *MovieFileListResource) UnsetSceneName()

UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil

type MovieFileResource

type MovieFileResource struct {
	Id                  *int32                 `json:"id,omitempty"`
	MovieId             *int32                 `json:"movieId,omitempty"`
	RelativePath        NullableString         `json:"relativePath,omitempty"`
	Path                NullableString         `json:"path,omitempty"`
	Size                *int64                 `json:"size,omitempty"`
	DateAdded           *time.Time             `json:"dateAdded,omitempty"`
	SceneName           NullableString         `json:"sceneName,omitempty"`
	IndexerFlags        *int32                 `json:"indexerFlags,omitempty"`
	Quality             *QualityModel          `json:"quality,omitempty"`
	CustomFormats       []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore   *int32                 `json:"customFormatScore,omitempty"`
	MediaInfo           *MediaInfoResource     `json:"mediaInfo,omitempty"`
	OriginalFilePath    NullableString         `json:"originalFilePath,omitempty"`
	QualityCutoffNotMet *bool                  `json:"qualityCutoffNotMet,omitempty"`
	Languages           []Language             `json:"languages,omitempty"`
	ReleaseGroup        NullableString         `json:"releaseGroup,omitempty"`
	Edition             NullableString         `json:"edition,omitempty"`
}

MovieFileResource struct for MovieFileResource

func NewMovieFileResource

func NewMovieFileResource() *MovieFileResource

NewMovieFileResource instantiates a new MovieFileResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMovieFileResourceWithDefaults

func NewMovieFileResourceWithDefaults() *MovieFileResource

NewMovieFileResourceWithDefaults instantiates a new MovieFileResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MovieFileResource) GetCustomFormatScore added in v0.4.0

func (o *MovieFileResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*MovieFileResource) GetCustomFormatScoreOk added in v0.4.0

func (o *MovieFileResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetCustomFormats

func (o *MovieFileResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetCustomFormatsOk

func (o *MovieFileResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetDateAdded

func (o *MovieFileResource) GetDateAdded() time.Time

GetDateAdded returns the DateAdded field value if set, zero value otherwise.

func (*MovieFileResource) GetDateAddedOk

func (o *MovieFileResource) GetDateAddedOk() (*time.Time, bool)

GetDateAddedOk returns a tuple with the DateAdded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetEdition

func (o *MovieFileResource) GetEdition() string

GetEdition returns the Edition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetEditionOk

func (o *MovieFileResource) GetEditionOk() (*string, bool)

GetEditionOk returns a tuple with the Edition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetId

func (o *MovieFileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MovieFileResource) GetIdOk

func (o *MovieFileResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetIndexerFlags

func (o *MovieFileResource) GetIndexerFlags() int32

GetIndexerFlags returns the IndexerFlags field value if set, zero value otherwise.

func (*MovieFileResource) GetIndexerFlagsOk

func (o *MovieFileResource) GetIndexerFlagsOk() (*int32, bool)

GetIndexerFlagsOk returns a tuple with the IndexerFlags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetLanguages

func (o *MovieFileResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetLanguagesOk

func (o *MovieFileResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetMediaInfo

func (o *MovieFileResource) GetMediaInfo() MediaInfoResource

GetMediaInfo returns the MediaInfo field value if set, zero value otherwise.

func (*MovieFileResource) GetMediaInfoOk

func (o *MovieFileResource) GetMediaInfoOk() (*MediaInfoResource, bool)

GetMediaInfoOk returns a tuple with the MediaInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetMovieId

func (o *MovieFileResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise.

func (*MovieFileResource) GetMovieIdOk

func (o *MovieFileResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetOriginalFilePath

func (o *MovieFileResource) GetOriginalFilePath() string

GetOriginalFilePath returns the OriginalFilePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetOriginalFilePathOk

func (o *MovieFileResource) GetOriginalFilePathOk() (*string, bool)

GetOriginalFilePathOk returns a tuple with the OriginalFilePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetPath

func (o *MovieFileResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetPathOk

func (o *MovieFileResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetQuality

func (o *MovieFileResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*MovieFileResource) GetQualityCutoffNotMet

func (o *MovieFileResource) GetQualityCutoffNotMet() bool

GetQualityCutoffNotMet returns the QualityCutoffNotMet field value if set, zero value otherwise.

func (*MovieFileResource) GetQualityCutoffNotMetOk

func (o *MovieFileResource) GetQualityCutoffNotMetOk() (*bool, bool)

GetQualityCutoffNotMetOk returns a tuple with the QualityCutoffNotMet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetQualityOk

func (o *MovieFileResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) GetRelativePath

func (o *MovieFileResource) GetRelativePath() string

GetRelativePath returns the RelativePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetRelativePathOk

func (o *MovieFileResource) GetRelativePathOk() (*string, bool)

GetRelativePathOk returns a tuple with the RelativePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetReleaseGroup

func (o *MovieFileResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetReleaseGroupOk

func (o *MovieFileResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetSceneName

func (o *MovieFileResource) GetSceneName() string

GetSceneName returns the SceneName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieFileResource) GetSceneNameOk

func (o *MovieFileResource) GetSceneNameOk() (*string, bool)

GetSceneNameOk returns a tuple with the SceneName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieFileResource) GetSize

func (o *MovieFileResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*MovieFileResource) GetSizeOk

func (o *MovieFileResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieFileResource) HasCustomFormatScore added in v0.4.0

func (o *MovieFileResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*MovieFileResource) HasCustomFormats

func (o *MovieFileResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*MovieFileResource) HasDateAdded

func (o *MovieFileResource) HasDateAdded() bool

HasDateAdded returns a boolean if a field has been set.

func (*MovieFileResource) HasEdition

func (o *MovieFileResource) HasEdition() bool

HasEdition returns a boolean if a field has been set.

func (*MovieFileResource) HasId

func (o *MovieFileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*MovieFileResource) HasIndexerFlags

func (o *MovieFileResource) HasIndexerFlags() bool

HasIndexerFlags returns a boolean if a field has been set.

func (*MovieFileResource) HasLanguages

func (o *MovieFileResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*MovieFileResource) HasMediaInfo

func (o *MovieFileResource) HasMediaInfo() bool

HasMediaInfo returns a boolean if a field has been set.

func (*MovieFileResource) HasMovieId

func (o *MovieFileResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*MovieFileResource) HasOriginalFilePath

func (o *MovieFileResource) HasOriginalFilePath() bool

HasOriginalFilePath returns a boolean if a field has been set.

func (*MovieFileResource) HasPath

func (o *MovieFileResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*MovieFileResource) HasQuality

func (o *MovieFileResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*MovieFileResource) HasQualityCutoffNotMet

func (o *MovieFileResource) HasQualityCutoffNotMet() bool

HasQualityCutoffNotMet returns a boolean if a field has been set.

func (*MovieFileResource) HasRelativePath

func (o *MovieFileResource) HasRelativePath() bool

HasRelativePath returns a boolean if a field has been set.

func (*MovieFileResource) HasReleaseGroup

func (o *MovieFileResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*MovieFileResource) HasSceneName

func (o *MovieFileResource) HasSceneName() bool

HasSceneName returns a boolean if a field has been set.

func (*MovieFileResource) HasSize

func (o *MovieFileResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (MovieFileResource) MarshalJSON

func (o MovieFileResource) MarshalJSON() ([]byte, error)

func (*MovieFileResource) SetCustomFormatScore added in v0.4.0

func (o *MovieFileResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*MovieFileResource) SetCustomFormats

func (o *MovieFileResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*MovieFileResource) SetDateAdded

func (o *MovieFileResource) SetDateAdded(v time.Time)

SetDateAdded gets a reference to the given time.Time and assigns it to the DateAdded field.

func (*MovieFileResource) SetEdition

func (o *MovieFileResource) SetEdition(v string)

SetEdition gets a reference to the given NullableString and assigns it to the Edition field.

func (*MovieFileResource) SetEditionNil

func (o *MovieFileResource) SetEditionNil()

SetEditionNil sets the value for Edition to be an explicit nil

func (*MovieFileResource) SetId

func (o *MovieFileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MovieFileResource) SetIndexerFlags

func (o *MovieFileResource) SetIndexerFlags(v int32)

SetIndexerFlags gets a reference to the given int32 and assigns it to the IndexerFlags field.

func (*MovieFileResource) SetLanguages

func (o *MovieFileResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*MovieFileResource) SetMediaInfo

func (o *MovieFileResource) SetMediaInfo(v MediaInfoResource)

SetMediaInfo gets a reference to the given MediaInfoResource and assigns it to the MediaInfo field.

func (*MovieFileResource) SetMovieId

func (o *MovieFileResource) SetMovieId(v int32)

SetMovieId gets a reference to the given int32 and assigns it to the MovieId field.

func (*MovieFileResource) SetOriginalFilePath

func (o *MovieFileResource) SetOriginalFilePath(v string)

SetOriginalFilePath gets a reference to the given NullableString and assigns it to the OriginalFilePath field.

func (*MovieFileResource) SetOriginalFilePathNil

func (o *MovieFileResource) SetOriginalFilePathNil()

SetOriginalFilePathNil sets the value for OriginalFilePath to be an explicit nil

func (*MovieFileResource) SetPath

func (o *MovieFileResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*MovieFileResource) SetPathNil

func (o *MovieFileResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*MovieFileResource) SetQuality

func (o *MovieFileResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*MovieFileResource) SetQualityCutoffNotMet

func (o *MovieFileResource) SetQualityCutoffNotMet(v bool)

SetQualityCutoffNotMet gets a reference to the given bool and assigns it to the QualityCutoffNotMet field.

func (*MovieFileResource) SetRelativePath

func (o *MovieFileResource) SetRelativePath(v string)

SetRelativePath gets a reference to the given NullableString and assigns it to the RelativePath field.

func (*MovieFileResource) SetRelativePathNil

func (o *MovieFileResource) SetRelativePathNil()

SetRelativePathNil sets the value for RelativePath to be an explicit nil

func (*MovieFileResource) SetReleaseGroup

func (o *MovieFileResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*MovieFileResource) SetReleaseGroupNil

func (o *MovieFileResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*MovieFileResource) SetSceneName

func (o *MovieFileResource) SetSceneName(v string)

SetSceneName gets a reference to the given NullableString and assigns it to the SceneName field.

func (*MovieFileResource) SetSceneNameNil

func (o *MovieFileResource) SetSceneNameNil()

SetSceneNameNil sets the value for SceneName to be an explicit nil

func (*MovieFileResource) SetSize

func (o *MovieFileResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (MovieFileResource) ToMap added in v1.0.1

func (o MovieFileResource) ToMap() (map[string]interface{}, error)

func (*MovieFileResource) UnsetEdition

func (o *MovieFileResource) UnsetEdition()

UnsetEdition ensures that no value is present for Edition, not even an explicit nil

func (*MovieFileResource) UnsetOriginalFilePath

func (o *MovieFileResource) UnsetOriginalFilePath()

UnsetOriginalFilePath ensures that no value is present for OriginalFilePath, not even an explicit nil

func (*MovieFileResource) UnsetPath

func (o *MovieFileResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*MovieFileResource) UnsetRelativePath

func (o *MovieFileResource) UnsetRelativePath()

UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil

func (*MovieFileResource) UnsetReleaseGroup

func (o *MovieFileResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*MovieFileResource) UnsetSceneName

func (o *MovieFileResource) UnsetSceneName()

UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil

type MovieHistoryEventType

type MovieHistoryEventType string

MovieHistoryEventType the model 'MovieHistoryEventType'

const (
	MOVIEHISTORYEVENTTYPE_UNKNOWN                  MovieHistoryEventType = "unknown"
	MOVIEHISTORYEVENTTYPE_GRABBED                  MovieHistoryEventType = "grabbed"
	MOVIEHISTORYEVENTTYPE_DOWNLOAD_FOLDER_IMPORTED MovieHistoryEventType = "downloadFolderImported"
	MOVIEHISTORYEVENTTYPE_DOWNLOAD_FAILED          MovieHistoryEventType = "downloadFailed"
	MOVIEHISTORYEVENTTYPE_MOVIE_FILE_DELETED       MovieHistoryEventType = "movieFileDeleted"
	MOVIEHISTORYEVENTTYPE_MOVIE_FOLDER_IMPORTED    MovieHistoryEventType = "movieFolderImported"
	MOVIEHISTORYEVENTTYPE_MOVIE_FILE_RENAMED       MovieHistoryEventType = "movieFileRenamed"
	MOVIEHISTORYEVENTTYPE_DOWNLOAD_IGNORED         MovieHistoryEventType = "downloadIgnored"
)

List of MovieHistoryEventType

func NewMovieHistoryEventTypeFromValue

func NewMovieHistoryEventTypeFromValue(v string) (*MovieHistoryEventType, error)

NewMovieHistoryEventTypeFromValue returns a pointer to a valid MovieHistoryEventType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MovieHistoryEventType) IsValid

func (v MovieHistoryEventType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MovieHistoryEventType) Ptr

Ptr returns reference to MovieHistoryEventType value

func (*MovieHistoryEventType) UnmarshalJSON

func (v *MovieHistoryEventType) UnmarshalJSON(src []byte) error

type MovieImportAPIService added in v1.0.1

type MovieImportAPIService service

MovieImportAPIService MovieImportAPI service

func (*MovieImportAPIService) CreateMovieImport added in v1.0.1

CreateMovieImport Method for CreateMovieImport

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMovieImportRequest

func (*MovieImportAPIService) CreateMovieImportExecute added in v1.0.1

func (a *MovieImportAPIService) CreateMovieImportExecute(r ApiCreateMovieImportRequest) (*http.Response, error)

Execute executes the request

func (*MovieImportAPIService) GetMovieImportById added in v1.0.1

GetMovieImportById Method for GetMovieImportById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMovieImportByIdRequest

func (*MovieImportAPIService) GetMovieImportByIdExecute added in v1.0.1

Execute executes the request

@return MovieResource

type MovieLookupAPIService added in v1.0.1

type MovieLookupAPIService service

MovieLookupAPIService MovieLookupAPI service

func (*MovieLookupAPIService) GetMovieLookup added in v1.0.1

GetMovieLookup Method for GetMovieLookup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMovieLookupRequest

func (*MovieLookupAPIService) GetMovieLookupById added in v1.0.1

GetMovieLookupById Method for GetMovieLookupById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetMovieLookupByIdRequest

func (*MovieLookupAPIService) GetMovieLookupByIdExecute added in v1.0.1

Execute executes the request

@return MovieResource

func (*MovieLookupAPIService) GetMovieLookupExecute added in v1.0.1

func (a *MovieLookupAPIService) GetMovieLookupExecute(r ApiGetMovieLookupRequest) (*http.Response, error)

Execute executes the request

func (*MovieLookupAPIService) GetMovieLookupImdb added in v1.0.1

GetMovieLookupImdb Method for GetMovieLookupImdb

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMovieLookupImdbRequest

func (*MovieLookupAPIService) GetMovieLookupImdbExecute added in v1.0.1

func (a *MovieLookupAPIService) GetMovieLookupImdbExecute(r ApiGetMovieLookupImdbRequest) (*http.Response, error)

Execute executes the request

func (*MovieLookupAPIService) GetMovieLookupTmdb added in v1.0.1

GetMovieLookupTmdb Method for GetMovieLookupTmdb

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMovieLookupTmdbRequest

func (*MovieLookupAPIService) GetMovieLookupTmdbExecute added in v1.0.1

func (a *MovieLookupAPIService) GetMovieLookupTmdbExecute(r ApiGetMovieLookupTmdbRequest) (*http.Response, error)

Execute executes the request

type MovieResource

type MovieResource struct {
	Id                    *int32                     `json:"id,omitempty"`
	Title                 NullableString             `json:"title,omitempty"`
	OriginalTitle         NullableString             `json:"originalTitle,omitempty"`
	OriginalLanguage      *Language                  `json:"originalLanguage,omitempty"`
	AlternateTitles       []AlternativeTitleResource `json:"alternateTitles,omitempty"`
	SecondaryYear         NullableInt32              `json:"secondaryYear,omitempty"`
	SecondaryYearSourceId *int32                     `json:"secondaryYearSourceId,omitempty"`
	SortTitle             NullableString             `json:"sortTitle,omitempty"`
	SizeOnDisk            NullableInt64              `json:"sizeOnDisk,omitempty"`
	Status                *MovieStatusType           `json:"status,omitempty"`
	Overview              NullableString             `json:"overview,omitempty"`
	InCinemas             NullableTime               `json:"inCinemas,omitempty"`
	PhysicalRelease       NullableTime               `json:"physicalRelease,omitempty"`
	DigitalRelease        NullableTime               `json:"digitalRelease,omitempty"`
	PhysicalReleaseNote   NullableString             `json:"physicalReleaseNote,omitempty"`
	Images                []MediaCover               `json:"images,omitempty"`
	Website               NullableString             `json:"website,omitempty"`
	RemotePoster          NullableString             `json:"remotePoster,omitempty"`
	Year                  *int32                     `json:"year,omitempty"`
	YouTubeTrailerId      NullableString             `json:"youTubeTrailerId,omitempty"`
	Studio                NullableString             `json:"studio,omitempty"`
	Path                  NullableString             `json:"path,omitempty"`
	QualityProfileId      *int32                     `json:"qualityProfileId,omitempty"`
	HasFile               NullableBool               `json:"hasFile,omitempty"`
	Monitored             *bool                      `json:"monitored,omitempty"`
	MinimumAvailability   *MovieStatusType           `json:"minimumAvailability,omitempty"`
	IsAvailable           *bool                      `json:"isAvailable,omitempty"`
	FolderName            NullableString             `json:"folderName,omitempty"`
	Runtime               *int32                     `json:"runtime,omitempty"`
	CleanTitle            NullableString             `json:"cleanTitle,omitempty"`
	ImdbId                NullableString             `json:"imdbId,omitempty"`
	TmdbId                *int32                     `json:"tmdbId,omitempty"`
	TitleSlug             NullableString             `json:"titleSlug,omitempty"`
	RootFolderPath        NullableString             `json:"rootFolderPath,omitempty"`
	Folder                NullableString             `json:"folder,omitempty"`
	Certification         NullableString             `json:"certification,omitempty"`
	Genres                []string                   `json:"genres,omitempty"`
	Tags                  []int32                    `json:"tags,omitempty"`
	Added                 *time.Time                 `json:"added,omitempty"`
	AddOptions            *AddMovieOptions           `json:"addOptions,omitempty"`
	Ratings               *Ratings                   `json:"ratings,omitempty"`
	MovieFile             *MovieFileResource         `json:"movieFile,omitempty"`
	Collection            *MovieCollectionResource   `json:"collection,omitempty"`
	Popularity            *float32                   `json:"popularity,omitempty"`
	Statistics            *MovieStatisticsResource   `json:"statistics,omitempty"`
}

MovieResource struct for MovieResource

func NewMovieResource

func NewMovieResource() *MovieResource

NewMovieResource instantiates a new MovieResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMovieResourceWithDefaults

func NewMovieResourceWithDefaults() *MovieResource

NewMovieResourceWithDefaults instantiates a new MovieResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MovieResource) GetAddOptions

func (o *MovieResource) GetAddOptions() AddMovieOptions

GetAddOptions returns the AddOptions field value if set, zero value otherwise.

func (*MovieResource) GetAddOptionsOk

func (o *MovieResource) GetAddOptionsOk() (*AddMovieOptions, bool)

GetAddOptionsOk returns a tuple with the AddOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetAdded

func (o *MovieResource) GetAdded() time.Time

GetAdded returns the Added field value if set, zero value otherwise.

func (*MovieResource) GetAddedOk

func (o *MovieResource) GetAddedOk() (*time.Time, bool)

GetAddedOk returns a tuple with the Added field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetAlternateTitles

func (o *MovieResource) GetAlternateTitles() []AlternativeTitleResource

GetAlternateTitles returns the AlternateTitles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetAlternateTitlesOk

func (o *MovieResource) GetAlternateTitlesOk() ([]AlternativeTitleResource, bool)

GetAlternateTitlesOk returns a tuple with the AlternateTitles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetCertification

func (o *MovieResource) GetCertification() string

GetCertification returns the Certification field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetCertificationOk

func (o *MovieResource) GetCertificationOk() (*string, bool)

GetCertificationOk returns a tuple with the Certification field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetCleanTitle

func (o *MovieResource) GetCleanTitle() string

GetCleanTitle returns the CleanTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetCleanTitleOk

func (o *MovieResource) GetCleanTitleOk() (*string, bool)

GetCleanTitleOk returns a tuple with the CleanTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetCollection

func (o *MovieResource) GetCollection() MovieCollectionResource

GetCollection returns the Collection field value if set, zero value otherwise.

func (*MovieResource) GetCollectionOk

func (o *MovieResource) GetCollectionOk() (*MovieCollectionResource, bool)

GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetDigitalRelease

func (o *MovieResource) GetDigitalRelease() time.Time

GetDigitalRelease returns the DigitalRelease field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetDigitalReleaseOk

func (o *MovieResource) GetDigitalReleaseOk() (*time.Time, bool)

GetDigitalReleaseOk returns a tuple with the DigitalRelease field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetFolder

func (o *MovieResource) GetFolder() string

GetFolder returns the Folder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetFolderName

func (o *MovieResource) GetFolderName() string

GetFolderName returns the FolderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetFolderNameOk

func (o *MovieResource) GetFolderNameOk() (*string, bool)

GetFolderNameOk returns a tuple with the FolderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetFolderOk

func (o *MovieResource) GetFolderOk() (*string, bool)

GetFolderOk returns a tuple with the Folder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetGenres

func (o *MovieResource) GetGenres() []string

GetGenres returns the Genres field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetGenresOk

func (o *MovieResource) GetGenresOk() ([]string, bool)

GetGenresOk returns a tuple with the Genres field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetHasFile

func (o *MovieResource) GetHasFile() bool

GetHasFile returns the HasFile field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetHasFileOk

func (o *MovieResource) GetHasFileOk() (*bool, bool)

GetHasFileOk returns a tuple with the HasFile field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetId

func (o *MovieResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*MovieResource) GetIdOk

func (o *MovieResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetImages

func (o *MovieResource) GetImages() []MediaCover

GetImages returns the Images field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetImagesOk

func (o *MovieResource) GetImagesOk() ([]MediaCover, bool)

GetImagesOk returns a tuple with the Images field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetImdbId

func (o *MovieResource) GetImdbId() string

GetImdbId returns the ImdbId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetImdbIdOk

func (o *MovieResource) GetImdbIdOk() (*string, bool)

GetImdbIdOk returns a tuple with the ImdbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetInCinemas

func (o *MovieResource) GetInCinemas() time.Time

GetInCinemas returns the InCinemas field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetInCinemasOk

func (o *MovieResource) GetInCinemasOk() (*time.Time, bool)

GetInCinemasOk returns a tuple with the InCinemas field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetIsAvailable

func (o *MovieResource) GetIsAvailable() bool

GetIsAvailable returns the IsAvailable field value if set, zero value otherwise.

func (*MovieResource) GetIsAvailableOk

func (o *MovieResource) GetIsAvailableOk() (*bool, bool)

GetIsAvailableOk returns a tuple with the IsAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetMinimumAvailability

func (o *MovieResource) GetMinimumAvailability() MovieStatusType

GetMinimumAvailability returns the MinimumAvailability field value if set, zero value otherwise.

func (*MovieResource) GetMinimumAvailabilityOk

func (o *MovieResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)

GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetMonitored

func (o *MovieResource) GetMonitored() bool

GetMonitored returns the Monitored field value if set, zero value otherwise.

func (*MovieResource) GetMonitoredOk

func (o *MovieResource) GetMonitoredOk() (*bool, bool)

GetMonitoredOk returns a tuple with the Monitored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetMovieFile

func (o *MovieResource) GetMovieFile() MovieFileResource

GetMovieFile returns the MovieFile field value if set, zero value otherwise.

func (*MovieResource) GetMovieFileOk

func (o *MovieResource) GetMovieFileOk() (*MovieFileResource, bool)

GetMovieFileOk returns a tuple with the MovieFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetOriginalLanguage

func (o *MovieResource) GetOriginalLanguage() Language

GetOriginalLanguage returns the OriginalLanguage field value if set, zero value otherwise.

func (*MovieResource) GetOriginalLanguageOk

func (o *MovieResource) GetOriginalLanguageOk() (*Language, bool)

GetOriginalLanguageOk returns a tuple with the OriginalLanguage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetOriginalTitle

func (o *MovieResource) GetOriginalTitle() string

GetOriginalTitle returns the OriginalTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetOriginalTitleOk

func (o *MovieResource) GetOriginalTitleOk() (*string, bool)

GetOriginalTitleOk returns a tuple with the OriginalTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetOverview

func (o *MovieResource) GetOverview() string

GetOverview returns the Overview field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetOverviewOk

func (o *MovieResource) GetOverviewOk() (*string, bool)

GetOverviewOk returns a tuple with the Overview field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetPath

func (o *MovieResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetPathOk

func (o *MovieResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetPhysicalRelease

func (o *MovieResource) GetPhysicalRelease() time.Time

GetPhysicalRelease returns the PhysicalRelease field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetPhysicalReleaseNote

func (o *MovieResource) GetPhysicalReleaseNote() string

GetPhysicalReleaseNote returns the PhysicalReleaseNote field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetPhysicalReleaseNoteOk

func (o *MovieResource) GetPhysicalReleaseNoteOk() (*string, bool)

GetPhysicalReleaseNoteOk returns a tuple with the PhysicalReleaseNote field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetPhysicalReleaseOk

func (o *MovieResource) GetPhysicalReleaseOk() (*time.Time, bool)

GetPhysicalReleaseOk returns a tuple with the PhysicalRelease field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetPopularity

func (o *MovieResource) GetPopularity() float32

GetPopularity returns the Popularity field value if set, zero value otherwise.

func (*MovieResource) GetPopularityOk

func (o *MovieResource) GetPopularityOk() (*float32, bool)

GetPopularityOk returns a tuple with the Popularity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetQualityProfileId

func (o *MovieResource) GetQualityProfileId() int32

GetQualityProfileId returns the QualityProfileId field value if set, zero value otherwise.

func (*MovieResource) GetQualityProfileIdOk

func (o *MovieResource) GetQualityProfileIdOk() (*int32, bool)

GetQualityProfileIdOk returns a tuple with the QualityProfileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetRatings

func (o *MovieResource) GetRatings() Ratings

GetRatings returns the Ratings field value if set, zero value otherwise.

func (*MovieResource) GetRatingsOk

func (o *MovieResource) GetRatingsOk() (*Ratings, bool)

GetRatingsOk returns a tuple with the Ratings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetRemotePoster

func (o *MovieResource) GetRemotePoster() string

GetRemotePoster returns the RemotePoster field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetRemotePosterOk

func (o *MovieResource) GetRemotePosterOk() (*string, bool)

GetRemotePosterOk returns a tuple with the RemotePoster field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetRootFolderPath

func (o *MovieResource) GetRootFolderPath() string

GetRootFolderPath returns the RootFolderPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetRootFolderPathOk

func (o *MovieResource) GetRootFolderPathOk() (*string, bool)

GetRootFolderPathOk returns a tuple with the RootFolderPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetRuntime

func (o *MovieResource) GetRuntime() int32

GetRuntime returns the Runtime field value if set, zero value otherwise.

func (*MovieResource) GetRuntimeOk

func (o *MovieResource) GetRuntimeOk() (*int32, bool)

GetRuntimeOk returns a tuple with the Runtime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetSecondaryYear

func (o *MovieResource) GetSecondaryYear() int32

GetSecondaryYear returns the SecondaryYear field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetSecondaryYearOk

func (o *MovieResource) GetSecondaryYearOk() (*int32, bool)

GetSecondaryYearOk returns a tuple with the SecondaryYear field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetSecondaryYearSourceId

func (o *MovieResource) GetSecondaryYearSourceId() int32

GetSecondaryYearSourceId returns the SecondaryYearSourceId field value if set, zero value otherwise.

func (*MovieResource) GetSecondaryYearSourceIdOk

func (o *MovieResource) GetSecondaryYearSourceIdOk() (*int32, bool)

GetSecondaryYearSourceIdOk returns a tuple with the SecondaryYearSourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetSizeOnDisk

func (o *MovieResource) GetSizeOnDisk() int64

GetSizeOnDisk returns the SizeOnDisk field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetSizeOnDiskOk

func (o *MovieResource) GetSizeOnDiskOk() (*int64, bool)

GetSizeOnDiskOk returns a tuple with the SizeOnDisk field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetSortTitle

func (o *MovieResource) GetSortTitle() string

GetSortTitle returns the SortTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetSortTitleOk

func (o *MovieResource) GetSortTitleOk() (*string, bool)

GetSortTitleOk returns a tuple with the SortTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetStatistics added in v1.0.1

func (o *MovieResource) GetStatistics() MovieStatisticsResource

GetStatistics returns the Statistics field value if set, zero value otherwise.

func (*MovieResource) GetStatisticsOk added in v1.0.1

func (o *MovieResource) GetStatisticsOk() (*MovieStatisticsResource, bool)

GetStatisticsOk returns a tuple with the Statistics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetStatus

func (o *MovieResource) GetStatus() MovieStatusType

GetStatus returns the Status field value if set, zero value otherwise.

func (*MovieResource) GetStatusOk

func (o *MovieResource) GetStatusOk() (*MovieStatusType, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetStudio

func (o *MovieResource) GetStudio() string

GetStudio returns the Studio field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetStudioOk

func (o *MovieResource) GetStudioOk() (*string, bool)

GetStudioOk returns a tuple with the Studio field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetTagsOk

func (o *MovieResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetTitle

func (o *MovieResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetTitleOk

func (o *MovieResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetTitleSlug

func (o *MovieResource) GetTitleSlug() string

GetTitleSlug returns the TitleSlug field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetTitleSlugOk

func (o *MovieResource) GetTitleSlugOk() (*string, bool)

GetTitleSlugOk returns a tuple with the TitleSlug field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetTmdbId

func (o *MovieResource) GetTmdbId() int32

GetTmdbId returns the TmdbId field value if set, zero value otherwise.

func (*MovieResource) GetTmdbIdOk

func (o *MovieResource) GetTmdbIdOk() (*int32, bool)

GetTmdbIdOk returns a tuple with the TmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetWebsite

func (o *MovieResource) GetWebsite() string

GetWebsite returns the Website field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetWebsiteOk

func (o *MovieResource) GetWebsiteOk() (*string, bool)

GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) GetYear

func (o *MovieResource) GetYear() int32

GetYear returns the Year field value if set, zero value otherwise.

func (*MovieResource) GetYearOk

func (o *MovieResource) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieResource) GetYouTubeTrailerId

func (o *MovieResource) GetYouTubeTrailerId() string

GetYouTubeTrailerId returns the YouTubeTrailerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieResource) GetYouTubeTrailerIdOk

func (o *MovieResource) GetYouTubeTrailerIdOk() (*string, bool)

GetYouTubeTrailerIdOk returns a tuple with the YouTubeTrailerId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieResource) HasAddOptions

func (o *MovieResource) HasAddOptions() bool

HasAddOptions returns a boolean if a field has been set.

func (*MovieResource) HasAdded

func (o *MovieResource) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*MovieResource) HasAlternateTitles

func (o *MovieResource) HasAlternateTitles() bool

HasAlternateTitles returns a boolean if a field has been set.

func (*MovieResource) HasCertification

func (o *MovieResource) HasCertification() bool

HasCertification returns a boolean if a field has been set.

func (*MovieResource) HasCleanTitle

func (o *MovieResource) HasCleanTitle() bool

HasCleanTitle returns a boolean if a field has been set.

func (*MovieResource) HasCollection

func (o *MovieResource) HasCollection() bool

HasCollection returns a boolean if a field has been set.

func (*MovieResource) HasDigitalRelease

func (o *MovieResource) HasDigitalRelease() bool

HasDigitalRelease returns a boolean if a field has been set.

func (*MovieResource) HasFolder

func (o *MovieResource) HasFolder() bool

HasFolder returns a boolean if a field has been set.

func (*MovieResource) HasFolderName

func (o *MovieResource) HasFolderName() bool

HasFolderName returns a boolean if a field has been set.

func (*MovieResource) HasGenres

func (o *MovieResource) HasGenres() bool

HasGenres returns a boolean if a field has been set.

func (*MovieResource) HasHasFile

func (o *MovieResource) HasHasFile() bool

HasHasFile returns a boolean if a field has been set.

func (*MovieResource) HasId

func (o *MovieResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*MovieResource) HasImages

func (o *MovieResource) HasImages() bool

HasImages returns a boolean if a field has been set.

func (*MovieResource) HasImdbId

func (o *MovieResource) HasImdbId() bool

HasImdbId returns a boolean if a field has been set.

func (*MovieResource) HasInCinemas

func (o *MovieResource) HasInCinemas() bool

HasInCinemas returns a boolean if a field has been set.

func (*MovieResource) HasIsAvailable

func (o *MovieResource) HasIsAvailable() bool

HasIsAvailable returns a boolean if a field has been set.

func (*MovieResource) HasMinimumAvailability

func (o *MovieResource) HasMinimumAvailability() bool

HasMinimumAvailability returns a boolean if a field has been set.

func (*MovieResource) HasMonitored

func (o *MovieResource) HasMonitored() bool

HasMonitored returns a boolean if a field has been set.

func (*MovieResource) HasMovieFile

func (o *MovieResource) HasMovieFile() bool

HasMovieFile returns a boolean if a field has been set.

func (*MovieResource) HasOriginalLanguage

func (o *MovieResource) HasOriginalLanguage() bool

HasOriginalLanguage returns a boolean if a field has been set.

func (*MovieResource) HasOriginalTitle

func (o *MovieResource) HasOriginalTitle() bool

HasOriginalTitle returns a boolean if a field has been set.

func (*MovieResource) HasOverview

func (o *MovieResource) HasOverview() bool

HasOverview returns a boolean if a field has been set.

func (*MovieResource) HasPath

func (o *MovieResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*MovieResource) HasPhysicalRelease

func (o *MovieResource) HasPhysicalRelease() bool

HasPhysicalRelease returns a boolean if a field has been set.

func (*MovieResource) HasPhysicalReleaseNote

func (o *MovieResource) HasPhysicalReleaseNote() bool

HasPhysicalReleaseNote returns a boolean if a field has been set.

func (*MovieResource) HasPopularity

func (o *MovieResource) HasPopularity() bool

HasPopularity returns a boolean if a field has been set.

func (*MovieResource) HasQualityProfileId

func (o *MovieResource) HasQualityProfileId() bool

HasQualityProfileId returns a boolean if a field has been set.

func (*MovieResource) HasRatings

func (o *MovieResource) HasRatings() bool

HasRatings returns a boolean if a field has been set.

func (*MovieResource) HasRemotePoster

func (o *MovieResource) HasRemotePoster() bool

HasRemotePoster returns a boolean if a field has been set.

func (*MovieResource) HasRootFolderPath

func (o *MovieResource) HasRootFolderPath() bool

HasRootFolderPath returns a boolean if a field has been set.

func (*MovieResource) HasRuntime

func (o *MovieResource) HasRuntime() bool

HasRuntime returns a boolean if a field has been set.

func (*MovieResource) HasSecondaryYear

func (o *MovieResource) HasSecondaryYear() bool

HasSecondaryYear returns a boolean if a field has been set.

func (*MovieResource) HasSecondaryYearSourceId

func (o *MovieResource) HasSecondaryYearSourceId() bool

HasSecondaryYearSourceId returns a boolean if a field has been set.

func (*MovieResource) HasSizeOnDisk

func (o *MovieResource) HasSizeOnDisk() bool

HasSizeOnDisk returns a boolean if a field has been set.

func (*MovieResource) HasSortTitle

func (o *MovieResource) HasSortTitle() bool

HasSortTitle returns a boolean if a field has been set.

func (*MovieResource) HasStatistics added in v1.0.1

func (o *MovieResource) HasStatistics() bool

HasStatistics returns a boolean if a field has been set.

func (*MovieResource) HasStatus

func (o *MovieResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*MovieResource) HasStudio

func (o *MovieResource) HasStudio() bool

HasStudio returns a boolean if a field has been set.

func (*MovieResource) HasTags

func (o *MovieResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*MovieResource) HasTitle

func (o *MovieResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*MovieResource) HasTitleSlug

func (o *MovieResource) HasTitleSlug() bool

HasTitleSlug returns a boolean if a field has been set.

func (*MovieResource) HasTmdbId

func (o *MovieResource) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

func (*MovieResource) HasWebsite

func (o *MovieResource) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

func (*MovieResource) HasYear

func (o *MovieResource) HasYear() bool

HasYear returns a boolean if a field has been set.

func (*MovieResource) HasYouTubeTrailerId

func (o *MovieResource) HasYouTubeTrailerId() bool

HasYouTubeTrailerId returns a boolean if a field has been set.

func (MovieResource) MarshalJSON

func (o MovieResource) MarshalJSON() ([]byte, error)

func (*MovieResource) SetAddOptions

func (o *MovieResource) SetAddOptions(v AddMovieOptions)

SetAddOptions gets a reference to the given AddMovieOptions and assigns it to the AddOptions field.

func (*MovieResource) SetAdded

func (o *MovieResource) SetAdded(v time.Time)

SetAdded gets a reference to the given time.Time and assigns it to the Added field.

func (*MovieResource) SetAlternateTitles

func (o *MovieResource) SetAlternateTitles(v []AlternativeTitleResource)

SetAlternateTitles gets a reference to the given []AlternativeTitleResource and assigns it to the AlternateTitles field.

func (*MovieResource) SetCertification

func (o *MovieResource) SetCertification(v string)

SetCertification gets a reference to the given NullableString and assigns it to the Certification field.

func (*MovieResource) SetCertificationNil

func (o *MovieResource) SetCertificationNil()

SetCertificationNil sets the value for Certification to be an explicit nil

func (*MovieResource) SetCleanTitle

func (o *MovieResource) SetCleanTitle(v string)

SetCleanTitle gets a reference to the given NullableString and assigns it to the CleanTitle field.

func (*MovieResource) SetCleanTitleNil

func (o *MovieResource) SetCleanTitleNil()

SetCleanTitleNil sets the value for CleanTitle to be an explicit nil

func (*MovieResource) SetCollection

func (o *MovieResource) SetCollection(v MovieCollectionResource)

SetCollection gets a reference to the given MovieCollectionResource and assigns it to the Collection field.

func (*MovieResource) SetDigitalRelease

func (o *MovieResource) SetDigitalRelease(v time.Time)

SetDigitalRelease gets a reference to the given NullableTime and assigns it to the DigitalRelease field.

func (*MovieResource) SetDigitalReleaseNil

func (o *MovieResource) SetDigitalReleaseNil()

SetDigitalReleaseNil sets the value for DigitalRelease to be an explicit nil

func (*MovieResource) SetFolder

func (o *MovieResource) SetFolder(v string)

SetFolder gets a reference to the given NullableString and assigns it to the Folder field.

func (*MovieResource) SetFolderName

func (o *MovieResource) SetFolderName(v string)

SetFolderName gets a reference to the given NullableString and assigns it to the FolderName field.

func (*MovieResource) SetFolderNameNil

func (o *MovieResource) SetFolderNameNil()

SetFolderNameNil sets the value for FolderName to be an explicit nil

func (*MovieResource) SetFolderNil

func (o *MovieResource) SetFolderNil()

SetFolderNil sets the value for Folder to be an explicit nil

func (*MovieResource) SetGenres

func (o *MovieResource) SetGenres(v []string)

SetGenres gets a reference to the given []string and assigns it to the Genres field.

func (*MovieResource) SetHasFile

func (o *MovieResource) SetHasFile(v bool)

SetHasFile gets a reference to the given NullableBool and assigns it to the HasFile field.

func (*MovieResource) SetHasFileNil added in v1.0.1

func (o *MovieResource) SetHasFileNil()

SetHasFileNil sets the value for HasFile to be an explicit nil

func (*MovieResource) SetId

func (o *MovieResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MovieResource) SetImages

func (o *MovieResource) SetImages(v []MediaCover)

SetImages gets a reference to the given []MediaCover and assigns it to the Images field.

func (*MovieResource) SetImdbId

func (o *MovieResource) SetImdbId(v string)

SetImdbId gets a reference to the given NullableString and assigns it to the ImdbId field.

func (*MovieResource) SetImdbIdNil

func (o *MovieResource) SetImdbIdNil()

SetImdbIdNil sets the value for ImdbId to be an explicit nil

func (*MovieResource) SetInCinemas

func (o *MovieResource) SetInCinemas(v time.Time)

SetInCinemas gets a reference to the given NullableTime and assigns it to the InCinemas field.

func (*MovieResource) SetInCinemasNil

func (o *MovieResource) SetInCinemasNil()

SetInCinemasNil sets the value for InCinemas to be an explicit nil

func (*MovieResource) SetIsAvailable

func (o *MovieResource) SetIsAvailable(v bool)

SetIsAvailable gets a reference to the given bool and assigns it to the IsAvailable field.

func (*MovieResource) SetMinimumAvailability

func (o *MovieResource) SetMinimumAvailability(v MovieStatusType)

SetMinimumAvailability gets a reference to the given MovieStatusType and assigns it to the MinimumAvailability field.

func (*MovieResource) SetMonitored

func (o *MovieResource) SetMonitored(v bool)

SetMonitored gets a reference to the given bool and assigns it to the Monitored field.

func (*MovieResource) SetMovieFile

func (o *MovieResource) SetMovieFile(v MovieFileResource)

SetMovieFile gets a reference to the given MovieFileResource and assigns it to the MovieFile field.

func (*MovieResource) SetOriginalLanguage

func (o *MovieResource) SetOriginalLanguage(v Language)

SetOriginalLanguage gets a reference to the given Language and assigns it to the OriginalLanguage field.

func (*MovieResource) SetOriginalTitle

func (o *MovieResource) SetOriginalTitle(v string)

SetOriginalTitle gets a reference to the given NullableString and assigns it to the OriginalTitle field.

func (*MovieResource) SetOriginalTitleNil

func (o *MovieResource) SetOriginalTitleNil()

SetOriginalTitleNil sets the value for OriginalTitle to be an explicit nil

func (*MovieResource) SetOverview

func (o *MovieResource) SetOverview(v string)

SetOverview gets a reference to the given NullableString and assigns it to the Overview field.

func (*MovieResource) SetOverviewNil

func (o *MovieResource) SetOverviewNil()

SetOverviewNil sets the value for Overview to be an explicit nil

func (*MovieResource) SetPath

func (o *MovieResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*MovieResource) SetPathNil

func (o *MovieResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*MovieResource) SetPhysicalRelease

func (o *MovieResource) SetPhysicalRelease(v time.Time)

SetPhysicalRelease gets a reference to the given NullableTime and assigns it to the PhysicalRelease field.

func (*MovieResource) SetPhysicalReleaseNil

func (o *MovieResource) SetPhysicalReleaseNil()

SetPhysicalReleaseNil sets the value for PhysicalRelease to be an explicit nil

func (*MovieResource) SetPhysicalReleaseNote

func (o *MovieResource) SetPhysicalReleaseNote(v string)

SetPhysicalReleaseNote gets a reference to the given NullableString and assigns it to the PhysicalReleaseNote field.

func (*MovieResource) SetPhysicalReleaseNoteNil

func (o *MovieResource) SetPhysicalReleaseNoteNil()

SetPhysicalReleaseNoteNil sets the value for PhysicalReleaseNote to be an explicit nil

func (*MovieResource) SetPopularity

func (o *MovieResource) SetPopularity(v float32)

SetPopularity gets a reference to the given float32 and assigns it to the Popularity field.

func (*MovieResource) SetQualityProfileId

func (o *MovieResource) SetQualityProfileId(v int32)

SetQualityProfileId gets a reference to the given int32 and assigns it to the QualityProfileId field.

func (*MovieResource) SetRatings

func (o *MovieResource) SetRatings(v Ratings)

SetRatings gets a reference to the given Ratings and assigns it to the Ratings field.

func (*MovieResource) SetRemotePoster

func (o *MovieResource) SetRemotePoster(v string)

SetRemotePoster gets a reference to the given NullableString and assigns it to the RemotePoster field.

func (*MovieResource) SetRemotePosterNil

func (o *MovieResource) SetRemotePosterNil()

SetRemotePosterNil sets the value for RemotePoster to be an explicit nil

func (*MovieResource) SetRootFolderPath

func (o *MovieResource) SetRootFolderPath(v string)

SetRootFolderPath gets a reference to the given NullableString and assigns it to the RootFolderPath field.

func (*MovieResource) SetRootFolderPathNil

func (o *MovieResource) SetRootFolderPathNil()

SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil

func (*MovieResource) SetRuntime

func (o *MovieResource) SetRuntime(v int32)

SetRuntime gets a reference to the given int32 and assigns it to the Runtime field.

func (*MovieResource) SetSecondaryYear

func (o *MovieResource) SetSecondaryYear(v int32)

SetSecondaryYear gets a reference to the given NullableInt32 and assigns it to the SecondaryYear field.

func (*MovieResource) SetSecondaryYearNil

func (o *MovieResource) SetSecondaryYearNil()

SetSecondaryYearNil sets the value for SecondaryYear to be an explicit nil

func (*MovieResource) SetSecondaryYearSourceId

func (o *MovieResource) SetSecondaryYearSourceId(v int32)

SetSecondaryYearSourceId gets a reference to the given int32 and assigns it to the SecondaryYearSourceId field.

func (*MovieResource) SetSizeOnDisk

func (o *MovieResource) SetSizeOnDisk(v int64)

SetSizeOnDisk gets a reference to the given NullableInt64 and assigns it to the SizeOnDisk field.

func (*MovieResource) SetSizeOnDiskNil

func (o *MovieResource) SetSizeOnDiskNil()

SetSizeOnDiskNil sets the value for SizeOnDisk to be an explicit nil

func (*MovieResource) SetSortTitle

func (o *MovieResource) SetSortTitle(v string)

SetSortTitle gets a reference to the given NullableString and assigns it to the SortTitle field.

func (*MovieResource) SetSortTitleNil

func (o *MovieResource) SetSortTitleNil()

SetSortTitleNil sets the value for SortTitle to be an explicit nil

func (*MovieResource) SetStatistics added in v1.0.1

func (o *MovieResource) SetStatistics(v MovieStatisticsResource)

SetStatistics gets a reference to the given MovieStatisticsResource and assigns it to the Statistics field.

func (*MovieResource) SetStatus

func (o *MovieResource) SetStatus(v MovieStatusType)

SetStatus gets a reference to the given MovieStatusType and assigns it to the Status field.

func (*MovieResource) SetStudio

func (o *MovieResource) SetStudio(v string)

SetStudio gets a reference to the given NullableString and assigns it to the Studio field.

func (*MovieResource) SetStudioNil

func (o *MovieResource) SetStudioNil()

SetStudioNil sets the value for Studio to be an explicit nil

func (*MovieResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*MovieResource) SetTitle

func (o *MovieResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*MovieResource) SetTitleNil

func (o *MovieResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*MovieResource) SetTitleSlug

func (o *MovieResource) SetTitleSlug(v string)

SetTitleSlug gets a reference to the given NullableString and assigns it to the TitleSlug field.

func (*MovieResource) SetTitleSlugNil

func (o *MovieResource) SetTitleSlugNil()

SetTitleSlugNil sets the value for TitleSlug to be an explicit nil

func (*MovieResource) SetTmdbId

func (o *MovieResource) SetTmdbId(v int32)

SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.

func (*MovieResource) SetWebsite

func (o *MovieResource) SetWebsite(v string)

SetWebsite gets a reference to the given NullableString and assigns it to the Website field.

func (*MovieResource) SetWebsiteNil

func (o *MovieResource) SetWebsiteNil()

SetWebsiteNil sets the value for Website to be an explicit nil

func (*MovieResource) SetYear

func (o *MovieResource) SetYear(v int32)

SetYear gets a reference to the given int32 and assigns it to the Year field.

func (*MovieResource) SetYouTubeTrailerId

func (o *MovieResource) SetYouTubeTrailerId(v string)

SetYouTubeTrailerId gets a reference to the given NullableString and assigns it to the YouTubeTrailerId field.

func (*MovieResource) SetYouTubeTrailerIdNil

func (o *MovieResource) SetYouTubeTrailerIdNil()

SetYouTubeTrailerIdNil sets the value for YouTubeTrailerId to be an explicit nil

func (MovieResource) ToMap added in v1.0.1

func (o MovieResource) ToMap() (map[string]interface{}, error)

func (*MovieResource) UnsetCertification

func (o *MovieResource) UnsetCertification()

UnsetCertification ensures that no value is present for Certification, not even an explicit nil

func (*MovieResource) UnsetCleanTitle

func (o *MovieResource) UnsetCleanTitle()

UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil

func (*MovieResource) UnsetDigitalRelease

func (o *MovieResource) UnsetDigitalRelease()

UnsetDigitalRelease ensures that no value is present for DigitalRelease, not even an explicit nil

func (*MovieResource) UnsetFolder

func (o *MovieResource) UnsetFolder()

UnsetFolder ensures that no value is present for Folder, not even an explicit nil

func (*MovieResource) UnsetFolderName

func (o *MovieResource) UnsetFolderName()

UnsetFolderName ensures that no value is present for FolderName, not even an explicit nil

func (*MovieResource) UnsetHasFile added in v1.0.1

func (o *MovieResource) UnsetHasFile()

UnsetHasFile ensures that no value is present for HasFile, not even an explicit nil

func (*MovieResource) UnsetImdbId

func (o *MovieResource) UnsetImdbId()

UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil

func (*MovieResource) UnsetInCinemas

func (o *MovieResource) UnsetInCinemas()

UnsetInCinemas ensures that no value is present for InCinemas, not even an explicit nil

func (*MovieResource) UnsetOriginalTitle

func (o *MovieResource) UnsetOriginalTitle()

UnsetOriginalTitle ensures that no value is present for OriginalTitle, not even an explicit nil

func (*MovieResource) UnsetOverview

func (o *MovieResource) UnsetOverview()

UnsetOverview ensures that no value is present for Overview, not even an explicit nil

func (*MovieResource) UnsetPath

func (o *MovieResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*MovieResource) UnsetPhysicalRelease

func (o *MovieResource) UnsetPhysicalRelease()

UnsetPhysicalRelease ensures that no value is present for PhysicalRelease, not even an explicit nil

func (*MovieResource) UnsetPhysicalReleaseNote

func (o *MovieResource) UnsetPhysicalReleaseNote()

UnsetPhysicalReleaseNote ensures that no value is present for PhysicalReleaseNote, not even an explicit nil

func (*MovieResource) UnsetRemotePoster

func (o *MovieResource) UnsetRemotePoster()

UnsetRemotePoster ensures that no value is present for RemotePoster, not even an explicit nil

func (*MovieResource) UnsetRootFolderPath

func (o *MovieResource) UnsetRootFolderPath()

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

func (*MovieResource) UnsetSecondaryYear

func (o *MovieResource) UnsetSecondaryYear()

UnsetSecondaryYear ensures that no value is present for SecondaryYear, not even an explicit nil

func (*MovieResource) UnsetSizeOnDisk

func (o *MovieResource) UnsetSizeOnDisk()

UnsetSizeOnDisk ensures that no value is present for SizeOnDisk, not even an explicit nil

func (*MovieResource) UnsetSortTitle

func (o *MovieResource) UnsetSortTitle()

UnsetSortTitle ensures that no value is present for SortTitle, not even an explicit nil

func (*MovieResource) UnsetStudio

func (o *MovieResource) UnsetStudio()

UnsetStudio ensures that no value is present for Studio, not even an explicit nil

func (*MovieResource) UnsetTitle

func (o *MovieResource) UnsetTitle()

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

func (*MovieResource) UnsetTitleSlug

func (o *MovieResource) UnsetTitleSlug()

UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil

func (*MovieResource) UnsetWebsite

func (o *MovieResource) UnsetWebsite()

UnsetWebsite ensures that no value is present for Website, not even an explicit nil

func (*MovieResource) UnsetYouTubeTrailerId

func (o *MovieResource) UnsetYouTubeTrailerId()

UnsetYouTubeTrailerId ensures that no value is present for YouTubeTrailerId, not even an explicit nil

type MovieRuntimeFormatType

type MovieRuntimeFormatType string

MovieRuntimeFormatType the model 'MovieRuntimeFormatType'

const (
	MOVIERUNTIMEFORMATTYPE_HOURS_MINUTES MovieRuntimeFormatType = "hoursMinutes"
	MOVIERUNTIMEFORMATTYPE_MINUTES       MovieRuntimeFormatType = "minutes"
)

List of MovieRuntimeFormatType

func NewMovieRuntimeFormatTypeFromValue

func NewMovieRuntimeFormatTypeFromValue(v string) (*MovieRuntimeFormatType, error)

NewMovieRuntimeFormatTypeFromValue returns a pointer to a valid MovieRuntimeFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MovieRuntimeFormatType) IsValid

func (v MovieRuntimeFormatType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MovieRuntimeFormatType) Ptr

Ptr returns reference to MovieRuntimeFormatType value

func (*MovieRuntimeFormatType) UnmarshalJSON

func (v *MovieRuntimeFormatType) UnmarshalJSON(src []byte) error

type MovieStatisticsResource added in v1.0.1

type MovieStatisticsResource struct {
	MovieFileCount *int32   `json:"movieFileCount,omitempty"`
	SizeOnDisk     *int64   `json:"sizeOnDisk,omitempty"`
	ReleaseGroups  []string `json:"releaseGroups,omitempty"`
}

MovieStatisticsResource struct for MovieStatisticsResource

func NewMovieStatisticsResource added in v1.0.1

func NewMovieStatisticsResource() *MovieStatisticsResource

NewMovieStatisticsResource instantiates a new MovieStatisticsResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMovieStatisticsResourceWithDefaults added in v1.0.1

func NewMovieStatisticsResourceWithDefaults() *MovieStatisticsResource

NewMovieStatisticsResourceWithDefaults instantiates a new MovieStatisticsResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MovieStatisticsResource) GetMovieFileCount added in v1.0.1

func (o *MovieStatisticsResource) GetMovieFileCount() int32

GetMovieFileCount returns the MovieFileCount field value if set, zero value otherwise.

func (*MovieStatisticsResource) GetMovieFileCountOk added in v1.0.1

func (o *MovieStatisticsResource) GetMovieFileCountOk() (*int32, bool)

GetMovieFileCountOk returns a tuple with the MovieFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieStatisticsResource) GetReleaseGroups added in v1.0.1

func (o *MovieStatisticsResource) GetReleaseGroups() []string

GetReleaseGroups returns the ReleaseGroups field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MovieStatisticsResource) GetReleaseGroupsOk added in v1.0.1

func (o *MovieStatisticsResource) GetReleaseGroupsOk() ([]string, bool)

GetReleaseGroupsOk returns a tuple with the ReleaseGroups field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MovieStatisticsResource) GetSizeOnDisk added in v1.0.1

func (o *MovieStatisticsResource) GetSizeOnDisk() int64

GetSizeOnDisk returns the SizeOnDisk field value if set, zero value otherwise.

func (*MovieStatisticsResource) GetSizeOnDiskOk added in v1.0.1

func (o *MovieStatisticsResource) GetSizeOnDiskOk() (*int64, bool)

GetSizeOnDiskOk returns a tuple with the SizeOnDisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MovieStatisticsResource) HasMovieFileCount added in v1.0.1

func (o *MovieStatisticsResource) HasMovieFileCount() bool

HasMovieFileCount returns a boolean if a field has been set.

func (*MovieStatisticsResource) HasReleaseGroups added in v1.0.1

func (o *MovieStatisticsResource) HasReleaseGroups() bool

HasReleaseGroups returns a boolean if a field has been set.

func (*MovieStatisticsResource) HasSizeOnDisk added in v1.0.1

func (o *MovieStatisticsResource) HasSizeOnDisk() bool

HasSizeOnDisk returns a boolean if a field has been set.

func (MovieStatisticsResource) MarshalJSON added in v1.0.1

func (o MovieStatisticsResource) MarshalJSON() ([]byte, error)

func (*MovieStatisticsResource) SetMovieFileCount added in v1.0.1

func (o *MovieStatisticsResource) SetMovieFileCount(v int32)

SetMovieFileCount gets a reference to the given int32 and assigns it to the MovieFileCount field.

func (*MovieStatisticsResource) SetReleaseGroups added in v1.0.1

func (o *MovieStatisticsResource) SetReleaseGroups(v []string)

SetReleaseGroups gets a reference to the given []string and assigns it to the ReleaseGroups field.

func (*MovieStatisticsResource) SetSizeOnDisk added in v1.0.1

func (o *MovieStatisticsResource) SetSizeOnDisk(v int64)

SetSizeOnDisk gets a reference to the given int64 and assigns it to the SizeOnDisk field.

func (MovieStatisticsResource) ToMap added in v1.0.1

func (o MovieStatisticsResource) ToMap() (map[string]interface{}, error)

type MovieStatusType

type MovieStatusType string

MovieStatusType the model 'MovieStatusType'

const (
	MOVIESTATUSTYPE_TBA        MovieStatusType = "tba"
	MOVIESTATUSTYPE_ANNOUNCED  MovieStatusType = "announced"
	MOVIESTATUSTYPE_IN_CINEMAS MovieStatusType = "inCinemas"
	MOVIESTATUSTYPE_RELEASED   MovieStatusType = "released"
	MOVIESTATUSTYPE_DELETED    MovieStatusType = "deleted"
)

List of MovieStatusType

func NewMovieStatusTypeFromValue

func NewMovieStatusTypeFromValue(v string) (*MovieStatusType, error)

NewMovieStatusTypeFromValue returns a pointer to a valid MovieStatusType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MovieStatusType) IsValid

func (v MovieStatusType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MovieStatusType) Ptr

Ptr returns reference to MovieStatusType value

func (*MovieStatusType) UnmarshalJSON

func (v *MovieStatusType) UnmarshalJSON(src []byte) error

type NamingConfigAPIService added in v1.0.1

type NamingConfigAPIService service

NamingConfigAPIService NamingConfigAPI service

func (*NamingConfigAPIService) GetNamingConfig added in v1.0.1

GetNamingConfig Method for GetNamingConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetNamingConfigRequest

func (*NamingConfigAPIService) GetNamingConfigById added in v1.0.1

GetNamingConfigById Method for GetNamingConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetNamingConfigByIdRequest

func (*NamingConfigAPIService) GetNamingConfigByIdExecute added in v1.0.1

Execute executes the request

@return NamingConfigResource

func (*NamingConfigAPIService) GetNamingConfigExamples added in v1.0.1

GetNamingConfigExamples Method for GetNamingConfigExamples

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetNamingConfigExamplesRequest

func (*NamingConfigAPIService) GetNamingConfigExamplesExecute added in v1.0.1

func (a *NamingConfigAPIService) GetNamingConfigExamplesExecute(r ApiGetNamingConfigExamplesRequest) (*http.Response, error)

Execute executes the request

func (*NamingConfigAPIService) GetNamingConfigExecute added in v1.0.1

Execute executes the request

@return NamingConfigResource

func (*NamingConfigAPIService) UpdateNamingConfig added in v1.0.1

UpdateNamingConfig Method for UpdateNamingConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateNamingConfigRequest

func (*NamingConfigAPIService) UpdateNamingConfigExecute added in v1.0.1

Execute executes the request

@return NamingConfigResource

type NamingConfigResource

type NamingConfigResource struct {
	Id                       *int32                  `json:"id,omitempty"`
	RenameMovies             *bool                   `json:"renameMovies,omitempty"`
	ReplaceIllegalCharacters *bool                   `json:"replaceIllegalCharacters,omitempty"`
	ColonReplacementFormat   *ColonReplacementFormat `json:"colonReplacementFormat,omitempty"`
	StandardMovieFormat      NullableString          `json:"standardMovieFormat,omitempty"`
	MovieFolderFormat        NullableString          `json:"movieFolderFormat,omitempty"`
}

NamingConfigResource struct for NamingConfigResource

func NewNamingConfigResource

func NewNamingConfigResource() *NamingConfigResource

NewNamingConfigResource instantiates a new NamingConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNamingConfigResourceWithDefaults

func NewNamingConfigResourceWithDefaults() *NamingConfigResource

NewNamingConfigResourceWithDefaults instantiates a new NamingConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NamingConfigResource) GetColonReplacementFormat

func (o *NamingConfigResource) GetColonReplacementFormat() ColonReplacementFormat

GetColonReplacementFormat returns the ColonReplacementFormat field value if set, zero value otherwise.

func (*NamingConfigResource) GetColonReplacementFormatOk

func (o *NamingConfigResource) GetColonReplacementFormatOk() (*ColonReplacementFormat, bool)

GetColonReplacementFormatOk returns a tuple with the ColonReplacementFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetId

func (o *NamingConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*NamingConfigResource) GetIdOk

func (o *NamingConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetMovieFolderFormat

func (o *NamingConfigResource) GetMovieFolderFormat() string

GetMovieFolderFormat returns the MovieFolderFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NamingConfigResource) GetMovieFolderFormatOk

func (o *NamingConfigResource) GetMovieFolderFormatOk() (*string, bool)

GetMovieFolderFormatOk returns a tuple with the MovieFolderFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NamingConfigResource) GetRenameMovies

func (o *NamingConfigResource) GetRenameMovies() bool

GetRenameMovies returns the RenameMovies field value if set, zero value otherwise.

func (*NamingConfigResource) GetRenameMoviesOk

func (o *NamingConfigResource) GetRenameMoviesOk() (*bool, bool)

GetRenameMoviesOk returns a tuple with the RenameMovies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetReplaceIllegalCharacters

func (o *NamingConfigResource) GetReplaceIllegalCharacters() bool

GetReplaceIllegalCharacters returns the ReplaceIllegalCharacters field value if set, zero value otherwise.

func (*NamingConfigResource) GetReplaceIllegalCharactersOk

func (o *NamingConfigResource) GetReplaceIllegalCharactersOk() (*bool, bool)

GetReplaceIllegalCharactersOk returns a tuple with the ReplaceIllegalCharacters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NamingConfigResource) GetStandardMovieFormat

func (o *NamingConfigResource) GetStandardMovieFormat() string

GetStandardMovieFormat returns the StandardMovieFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NamingConfigResource) GetStandardMovieFormatOk

func (o *NamingConfigResource) GetStandardMovieFormatOk() (*string, bool)

GetStandardMovieFormatOk returns a tuple with the StandardMovieFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NamingConfigResource) HasColonReplacementFormat

func (o *NamingConfigResource) HasColonReplacementFormat() bool

HasColonReplacementFormat returns a boolean if a field has been set.

func (*NamingConfigResource) HasId

func (o *NamingConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*NamingConfigResource) HasMovieFolderFormat

func (o *NamingConfigResource) HasMovieFolderFormat() bool

HasMovieFolderFormat returns a boolean if a field has been set.

func (*NamingConfigResource) HasRenameMovies

func (o *NamingConfigResource) HasRenameMovies() bool

HasRenameMovies returns a boolean if a field has been set.

func (*NamingConfigResource) HasReplaceIllegalCharacters

func (o *NamingConfigResource) HasReplaceIllegalCharacters() bool

HasReplaceIllegalCharacters returns a boolean if a field has been set.

func (*NamingConfigResource) HasStandardMovieFormat

func (o *NamingConfigResource) HasStandardMovieFormat() bool

HasStandardMovieFormat returns a boolean if a field has been set.

func (NamingConfigResource) MarshalJSON

func (o NamingConfigResource) MarshalJSON() ([]byte, error)

func (*NamingConfigResource) SetColonReplacementFormat

func (o *NamingConfigResource) SetColonReplacementFormat(v ColonReplacementFormat)

SetColonReplacementFormat gets a reference to the given ColonReplacementFormat and assigns it to the ColonReplacementFormat field.

func (*NamingConfigResource) SetId

func (o *NamingConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*NamingConfigResource) SetMovieFolderFormat

func (o *NamingConfigResource) SetMovieFolderFormat(v string)

SetMovieFolderFormat gets a reference to the given NullableString and assigns it to the MovieFolderFormat field.

func (*NamingConfigResource) SetMovieFolderFormatNil

func (o *NamingConfigResource) SetMovieFolderFormatNil()

SetMovieFolderFormatNil sets the value for MovieFolderFormat to be an explicit nil

func (*NamingConfigResource) SetRenameMovies

func (o *NamingConfigResource) SetRenameMovies(v bool)

SetRenameMovies gets a reference to the given bool and assigns it to the RenameMovies field.

func (*NamingConfigResource) SetReplaceIllegalCharacters

func (o *NamingConfigResource) SetReplaceIllegalCharacters(v bool)

SetReplaceIllegalCharacters gets a reference to the given bool and assigns it to the ReplaceIllegalCharacters field.

func (*NamingConfigResource) SetStandardMovieFormat

func (o *NamingConfigResource) SetStandardMovieFormat(v string)

SetStandardMovieFormat gets a reference to the given NullableString and assigns it to the StandardMovieFormat field.

func (*NamingConfigResource) SetStandardMovieFormatNil

func (o *NamingConfigResource) SetStandardMovieFormatNil()

SetStandardMovieFormatNil sets the value for StandardMovieFormat to be an explicit nil

func (NamingConfigResource) ToMap added in v1.0.1

func (o NamingConfigResource) ToMap() (map[string]interface{}, error)

func (*NamingConfigResource) UnsetMovieFolderFormat

func (o *NamingConfigResource) UnsetMovieFolderFormat()

UnsetMovieFolderFormat ensures that no value is present for MovieFolderFormat, not even an explicit nil

func (*NamingConfigResource) UnsetStandardMovieFormat

func (o *NamingConfigResource) UnsetStandardMovieFormat()

UnsetStandardMovieFormat ensures that no value is present for StandardMovieFormat, not even an explicit nil

type NotificationAPIService added in v1.0.1

type NotificationAPIService service

NotificationAPIService NotificationAPI service

func (*NotificationAPIService) CreateNotification added in v1.0.1

CreateNotification Method for CreateNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateNotificationRequest

func (*NotificationAPIService) CreateNotificationActionByName added in v1.0.1

func (a *NotificationAPIService) CreateNotificationActionByName(ctx context.Context, name string) ApiCreateNotificationActionByNameRequest

CreateNotificationActionByName Method for CreateNotificationActionByName

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiCreateNotificationActionByNameRequest

func (*NotificationAPIService) CreateNotificationActionByNameExecute added in v1.0.1

func (a *NotificationAPIService) CreateNotificationActionByNameExecute(r ApiCreateNotificationActionByNameRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) CreateNotificationExecute added in v1.0.1

Execute executes the request

@return NotificationResource

func (*NotificationAPIService) DeleteNotification added in v1.0.1

DeleteNotification Method for DeleteNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteNotificationRequest

func (*NotificationAPIService) DeleteNotificationExecute added in v1.0.1

func (a *NotificationAPIService) DeleteNotificationExecute(r ApiDeleteNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) GetNotificationById added in v1.0.1

GetNotificationById Method for GetNotificationById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetNotificationByIdRequest

func (*NotificationAPIService) GetNotificationByIdExecute added in v1.0.1

Execute executes the request

@return NotificationResource

func (*NotificationAPIService) ListNotification added in v1.0.1

ListNotification Method for ListNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListNotificationRequest

func (*NotificationAPIService) ListNotificationExecute added in v1.0.1

Execute executes the request

@return []NotificationResource

func (*NotificationAPIService) ListNotificationSchema added in v1.0.1

ListNotificationSchema Method for ListNotificationSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListNotificationSchemaRequest

func (*NotificationAPIService) ListNotificationSchemaExecute added in v1.0.1

Execute executes the request

@return []NotificationResource

func (*NotificationAPIService) TestNotification added in v1.0.1

TestNotification Method for TestNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestNotificationRequest

func (*NotificationAPIService) TestNotificationExecute added in v1.0.1

func (a *NotificationAPIService) TestNotificationExecute(r ApiTestNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) TestallNotification added in v1.0.1

TestallNotification Method for TestallNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTestallNotificationRequest

func (*NotificationAPIService) TestallNotificationExecute added in v1.0.1

func (a *NotificationAPIService) TestallNotificationExecute(r ApiTestallNotificationRequest) (*http.Response, error)

Execute executes the request

func (*NotificationAPIService) UpdateNotification added in v1.0.1

UpdateNotification Method for UpdateNotification

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateNotificationRequest

func (*NotificationAPIService) UpdateNotificationExecute added in v1.0.1

Execute executes the request

@return NotificationResource

type NotificationResource

type NotificationResource struct {
	Id                                  *int32                 `json:"id,omitempty"`
	Name                                NullableString         `json:"name,omitempty"`
	Fields                              []Field                `json:"fields,omitempty"`
	ImplementationName                  NullableString         `json:"implementationName,omitempty"`
	Implementation                      NullableString         `json:"implementation,omitempty"`
	ConfigContract                      NullableString         `json:"configContract,omitempty"`
	InfoLink                            NullableString         `json:"infoLink,omitempty"`
	Message                             *ProviderMessage       `json:"message,omitempty"`
	Tags                                []int32                `json:"tags,omitempty"`
	Presets                             []NotificationResource `json:"presets,omitempty"`
	Link                                NullableString         `json:"link,omitempty"`
	OnGrab                              *bool                  `json:"onGrab,omitempty"`
	OnDownload                          *bool                  `json:"onDownload,omitempty"`
	OnUpgrade                           *bool                  `json:"onUpgrade,omitempty"`
	OnRename                            *bool                  `json:"onRename,omitempty"`
	OnMovieAdded                        *bool                  `json:"onMovieAdded,omitempty"`
	OnMovieDelete                       *bool                  `json:"onMovieDelete,omitempty"`
	OnMovieFileDelete                   *bool                  `json:"onMovieFileDelete,omitempty"`
	OnMovieFileDeleteForUpgrade         *bool                  `json:"onMovieFileDeleteForUpgrade,omitempty"`
	OnHealthIssue                       *bool                  `json:"onHealthIssue,omitempty"`
	OnHealthRestored                    *bool                  `json:"onHealthRestored,omitempty"`
	OnApplicationUpdate                 *bool                  `json:"onApplicationUpdate,omitempty"`
	OnManualInteractionRequired         *bool                  `json:"onManualInteractionRequired,omitempty"`
	SupportsOnGrab                      *bool                  `json:"supportsOnGrab,omitempty"`
	SupportsOnDownload                  *bool                  `json:"supportsOnDownload,omitempty"`
	SupportsOnUpgrade                   *bool                  `json:"supportsOnUpgrade,omitempty"`
	SupportsOnRename                    *bool                  `json:"supportsOnRename,omitempty"`
	SupportsOnMovieAdded                *bool                  `json:"supportsOnMovieAdded,omitempty"`
	SupportsOnMovieDelete               *bool                  `json:"supportsOnMovieDelete,omitempty"`
	SupportsOnMovieFileDelete           *bool                  `json:"supportsOnMovieFileDelete,omitempty"`
	SupportsOnMovieFileDeleteForUpgrade *bool                  `json:"supportsOnMovieFileDeleteForUpgrade,omitempty"`
	SupportsOnHealthIssue               *bool                  `json:"supportsOnHealthIssue,omitempty"`
	SupportsOnHealthRestored            *bool                  `json:"supportsOnHealthRestored,omitempty"`
	SupportsOnApplicationUpdate         *bool                  `json:"supportsOnApplicationUpdate,omitempty"`
	SupportsOnManualInteractionRequired *bool                  `json:"supportsOnManualInteractionRequired,omitempty"`
	IncludeHealthWarnings               *bool                  `json:"includeHealthWarnings,omitempty"`
	TestCommand                         NullableString         `json:"testCommand,omitempty"`
}

NotificationResource struct for NotificationResource

func NewNotificationResource

func NewNotificationResource() *NotificationResource

NewNotificationResource instantiates a new NotificationResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotificationResourceWithDefaults

func NewNotificationResourceWithDefaults() *NotificationResource

NewNotificationResourceWithDefaults instantiates a new NotificationResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotificationResource) GetConfigContract

func (o *NotificationResource) GetConfigContract() string

GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetConfigContractOk

func (o *NotificationResource) GetConfigContractOk() (*string, bool)

GetConfigContractOk returns a tuple with the ConfigContract field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetFields

func (o *NotificationResource) GetFields() []Field

GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetFieldsOk

func (o *NotificationResource) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetId

func (o *NotificationResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*NotificationResource) GetIdOk

func (o *NotificationResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetImplementation

func (o *NotificationResource) GetImplementation() string

GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetImplementationName

func (o *NotificationResource) GetImplementationName() string

GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetImplementationNameOk

func (o *NotificationResource) GetImplementationNameOk() (*string, bool)

GetImplementationNameOk returns a tuple with the ImplementationName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetImplementationOk

func (o *NotificationResource) GetImplementationOk() (*string, bool)

GetImplementationOk returns a tuple with the Implementation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetIncludeHealthWarnings

func (o *NotificationResource) GetIncludeHealthWarnings() bool

GetIncludeHealthWarnings returns the IncludeHealthWarnings field value if set, zero value otherwise.

func (*NotificationResource) GetIncludeHealthWarningsOk

func (o *NotificationResource) GetIncludeHealthWarningsOk() (*bool, bool)

GetIncludeHealthWarningsOk returns a tuple with the IncludeHealthWarnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *NotificationResource) GetInfoLink() string

GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetInfoLinkOk

func (o *NotificationResource) GetInfoLinkOk() (*string, bool)

GetInfoLinkOk returns a tuple with the InfoLink field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (o *NotificationResource) GetLink() string

GetLink returns the Link field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetLinkOk

func (o *NotificationResource) GetLinkOk() (*string, bool)

GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetMessage

func (o *NotificationResource) GetMessage() ProviderMessage

GetMessage returns the Message field value if set, zero value otherwise.

func (*NotificationResource) GetMessageOk

func (o *NotificationResource) GetMessageOk() (*ProviderMessage, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetName

func (o *NotificationResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetNameOk

func (o *NotificationResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetOnApplicationUpdate

func (o *NotificationResource) GetOnApplicationUpdate() bool

GetOnApplicationUpdate returns the OnApplicationUpdate field value if set, zero value otherwise.

func (*NotificationResource) GetOnApplicationUpdateOk

func (o *NotificationResource) GetOnApplicationUpdateOk() (*bool, bool)

GetOnApplicationUpdateOk returns a tuple with the OnApplicationUpdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnDownload

func (o *NotificationResource) GetOnDownload() bool

GetOnDownload returns the OnDownload field value if set, zero value otherwise.

func (*NotificationResource) GetOnDownloadOk

func (o *NotificationResource) GetOnDownloadOk() (*bool, bool)

GetOnDownloadOk returns a tuple with the OnDownload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnGrab

func (o *NotificationResource) GetOnGrab() bool

GetOnGrab returns the OnGrab field value if set, zero value otherwise.

func (*NotificationResource) GetOnGrabOk

func (o *NotificationResource) GetOnGrabOk() (*bool, bool)

GetOnGrabOk returns a tuple with the OnGrab field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnHealthIssue

func (o *NotificationResource) GetOnHealthIssue() bool

GetOnHealthIssue returns the OnHealthIssue field value if set, zero value otherwise.

func (*NotificationResource) GetOnHealthIssueOk

func (o *NotificationResource) GetOnHealthIssueOk() (*bool, bool)

GetOnHealthIssueOk returns a tuple with the OnHealthIssue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnHealthRestored added in v0.3.0

func (o *NotificationResource) GetOnHealthRestored() bool

GetOnHealthRestored returns the OnHealthRestored field value if set, zero value otherwise.

func (*NotificationResource) GetOnHealthRestoredOk added in v0.3.0

func (o *NotificationResource) GetOnHealthRestoredOk() (*bool, bool)

GetOnHealthRestoredOk returns a tuple with the OnHealthRestored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnManualInteractionRequired added in v0.3.0

func (o *NotificationResource) GetOnManualInteractionRequired() bool

GetOnManualInteractionRequired returns the OnManualInteractionRequired field value if set, zero value otherwise.

func (*NotificationResource) GetOnManualInteractionRequiredOk added in v0.3.0

func (o *NotificationResource) GetOnManualInteractionRequiredOk() (*bool, bool)

GetOnManualInteractionRequiredOk returns a tuple with the OnManualInteractionRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnMovieAdded

func (o *NotificationResource) GetOnMovieAdded() bool

GetOnMovieAdded returns the OnMovieAdded field value if set, zero value otherwise.

func (*NotificationResource) GetOnMovieAddedOk

func (o *NotificationResource) GetOnMovieAddedOk() (*bool, bool)

GetOnMovieAddedOk returns a tuple with the OnMovieAdded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnMovieDelete

func (o *NotificationResource) GetOnMovieDelete() bool

GetOnMovieDelete returns the OnMovieDelete field value if set, zero value otherwise.

func (*NotificationResource) GetOnMovieDeleteOk

func (o *NotificationResource) GetOnMovieDeleteOk() (*bool, bool)

GetOnMovieDeleteOk returns a tuple with the OnMovieDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnMovieFileDelete

func (o *NotificationResource) GetOnMovieFileDelete() bool

GetOnMovieFileDelete returns the OnMovieFileDelete field value if set, zero value otherwise.

func (*NotificationResource) GetOnMovieFileDeleteForUpgrade

func (o *NotificationResource) GetOnMovieFileDeleteForUpgrade() bool

GetOnMovieFileDeleteForUpgrade returns the OnMovieFileDeleteForUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetOnMovieFileDeleteForUpgradeOk

func (o *NotificationResource) GetOnMovieFileDeleteForUpgradeOk() (*bool, bool)

GetOnMovieFileDeleteForUpgradeOk returns a tuple with the OnMovieFileDeleteForUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnMovieFileDeleteOk

func (o *NotificationResource) GetOnMovieFileDeleteOk() (*bool, bool)

GetOnMovieFileDeleteOk returns a tuple with the OnMovieFileDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnRename

func (o *NotificationResource) GetOnRename() bool

GetOnRename returns the OnRename field value if set, zero value otherwise.

func (*NotificationResource) GetOnRenameOk

func (o *NotificationResource) GetOnRenameOk() (*bool, bool)

GetOnRenameOk returns a tuple with the OnRename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetOnUpgrade

func (o *NotificationResource) GetOnUpgrade() bool

GetOnUpgrade returns the OnUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetOnUpgradeOk

func (o *NotificationResource) GetOnUpgradeOk() (*bool, bool)

GetOnUpgradeOk returns a tuple with the OnUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetPresets

func (o *NotificationResource) GetPresets() []NotificationResource

GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetPresetsOk

func (o *NotificationResource) GetPresetsOk() ([]NotificationResource, bool)

GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetSupportsOnApplicationUpdate

func (o *NotificationResource) GetSupportsOnApplicationUpdate() bool

GetSupportsOnApplicationUpdate returns the SupportsOnApplicationUpdate field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnApplicationUpdateOk

func (o *NotificationResource) GetSupportsOnApplicationUpdateOk() (*bool, bool)

GetSupportsOnApplicationUpdateOk returns a tuple with the SupportsOnApplicationUpdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnDownload

func (o *NotificationResource) GetSupportsOnDownload() bool

GetSupportsOnDownload returns the SupportsOnDownload field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnDownloadOk

func (o *NotificationResource) GetSupportsOnDownloadOk() (*bool, bool)

GetSupportsOnDownloadOk returns a tuple with the SupportsOnDownload field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnGrab

func (o *NotificationResource) GetSupportsOnGrab() bool

GetSupportsOnGrab returns the SupportsOnGrab field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnGrabOk

func (o *NotificationResource) GetSupportsOnGrabOk() (*bool, bool)

GetSupportsOnGrabOk returns a tuple with the SupportsOnGrab field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnHealthIssue

func (o *NotificationResource) GetSupportsOnHealthIssue() bool

GetSupportsOnHealthIssue returns the SupportsOnHealthIssue field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnHealthIssueOk

func (o *NotificationResource) GetSupportsOnHealthIssueOk() (*bool, bool)

GetSupportsOnHealthIssueOk returns a tuple with the SupportsOnHealthIssue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnHealthRestored added in v0.3.0

func (o *NotificationResource) GetSupportsOnHealthRestored() bool

GetSupportsOnHealthRestored returns the SupportsOnHealthRestored field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnHealthRestoredOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnHealthRestoredOk() (*bool, bool)

GetSupportsOnHealthRestoredOk returns a tuple with the SupportsOnHealthRestored field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnManualInteractionRequired added in v0.3.0

func (o *NotificationResource) GetSupportsOnManualInteractionRequired() bool

GetSupportsOnManualInteractionRequired returns the SupportsOnManualInteractionRequired field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnManualInteractionRequiredOk added in v0.3.0

func (o *NotificationResource) GetSupportsOnManualInteractionRequiredOk() (*bool, bool)

GetSupportsOnManualInteractionRequiredOk returns a tuple with the SupportsOnManualInteractionRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnMovieAdded

func (o *NotificationResource) GetSupportsOnMovieAdded() bool

GetSupportsOnMovieAdded returns the SupportsOnMovieAdded field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnMovieAddedOk

func (o *NotificationResource) GetSupportsOnMovieAddedOk() (*bool, bool)

GetSupportsOnMovieAddedOk returns a tuple with the SupportsOnMovieAdded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnMovieDelete

func (o *NotificationResource) GetSupportsOnMovieDelete() bool

GetSupportsOnMovieDelete returns the SupportsOnMovieDelete field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnMovieDeleteOk

func (o *NotificationResource) GetSupportsOnMovieDeleteOk() (*bool, bool)

GetSupportsOnMovieDeleteOk returns a tuple with the SupportsOnMovieDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnMovieFileDelete

func (o *NotificationResource) GetSupportsOnMovieFileDelete() bool

GetSupportsOnMovieFileDelete returns the SupportsOnMovieFileDelete field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnMovieFileDeleteForUpgrade

func (o *NotificationResource) GetSupportsOnMovieFileDeleteForUpgrade() bool

GetSupportsOnMovieFileDeleteForUpgrade returns the SupportsOnMovieFileDeleteForUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnMovieFileDeleteForUpgradeOk

func (o *NotificationResource) GetSupportsOnMovieFileDeleteForUpgradeOk() (*bool, bool)

GetSupportsOnMovieFileDeleteForUpgradeOk returns a tuple with the SupportsOnMovieFileDeleteForUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnMovieFileDeleteOk

func (o *NotificationResource) GetSupportsOnMovieFileDeleteOk() (*bool, bool)

GetSupportsOnMovieFileDeleteOk returns a tuple with the SupportsOnMovieFileDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnRename

func (o *NotificationResource) GetSupportsOnRename() bool

GetSupportsOnRename returns the SupportsOnRename field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnRenameOk

func (o *NotificationResource) GetSupportsOnRenameOk() (*bool, bool)

GetSupportsOnRenameOk returns a tuple with the SupportsOnRename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetSupportsOnUpgrade

func (o *NotificationResource) GetSupportsOnUpgrade() bool

GetSupportsOnUpgrade returns the SupportsOnUpgrade field value if set, zero value otherwise.

func (*NotificationResource) GetSupportsOnUpgradeOk

func (o *NotificationResource) GetSupportsOnUpgradeOk() (*bool, bool)

GetSupportsOnUpgradeOk returns a tuple with the SupportsOnUpgrade field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotificationResource) GetTags

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetTagsOk

func (o *NotificationResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) GetTestCommand

func (o *NotificationResource) GetTestCommand() string

GetTestCommand returns the TestCommand field value if set, zero value otherwise (both if not set or set to explicit null).

func (*NotificationResource) GetTestCommandOk

func (o *NotificationResource) GetTestCommandOk() (*string, bool)

GetTestCommandOk returns a tuple with the TestCommand field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotificationResource) HasConfigContract

func (o *NotificationResource) HasConfigContract() bool

HasConfigContract returns a boolean if a field has been set.

func (*NotificationResource) HasFields

func (o *NotificationResource) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*NotificationResource) HasId

func (o *NotificationResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*NotificationResource) HasImplementation

func (o *NotificationResource) HasImplementation() bool

HasImplementation returns a boolean if a field has been set.

func (*NotificationResource) HasImplementationName

func (o *NotificationResource) HasImplementationName() bool

HasImplementationName returns a boolean if a field has been set.

func (*NotificationResource) HasIncludeHealthWarnings

func (o *NotificationResource) HasIncludeHealthWarnings() bool

HasIncludeHealthWarnings returns a boolean if a field has been set.

func (o *NotificationResource) HasInfoLink() bool

HasInfoLink returns a boolean if a field has been set.

func (o *NotificationResource) HasLink() bool

HasLink returns a boolean if a field has been set.

func (*NotificationResource) HasMessage

func (o *NotificationResource) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*NotificationResource) HasName

func (o *NotificationResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*NotificationResource) HasOnApplicationUpdate

func (o *NotificationResource) HasOnApplicationUpdate() bool

HasOnApplicationUpdate returns a boolean if a field has been set.

func (*NotificationResource) HasOnDownload

func (o *NotificationResource) HasOnDownload() bool

HasOnDownload returns a boolean if a field has been set.

func (*NotificationResource) HasOnGrab

func (o *NotificationResource) HasOnGrab() bool

HasOnGrab returns a boolean if a field has been set.

func (*NotificationResource) HasOnHealthIssue

func (o *NotificationResource) HasOnHealthIssue() bool

HasOnHealthIssue returns a boolean if a field has been set.

func (*NotificationResource) HasOnHealthRestored added in v0.3.0

func (o *NotificationResource) HasOnHealthRestored() bool

HasOnHealthRestored returns a boolean if a field has been set.

func (*NotificationResource) HasOnManualInteractionRequired added in v0.3.0

func (o *NotificationResource) HasOnManualInteractionRequired() bool

HasOnManualInteractionRequired returns a boolean if a field has been set.

func (*NotificationResource) HasOnMovieAdded

func (o *NotificationResource) HasOnMovieAdded() bool

HasOnMovieAdded returns a boolean if a field has been set.

func (*NotificationResource) HasOnMovieDelete

func (o *NotificationResource) HasOnMovieDelete() bool

HasOnMovieDelete returns a boolean if a field has been set.

func (*NotificationResource) HasOnMovieFileDelete

func (o *NotificationResource) HasOnMovieFileDelete() bool

HasOnMovieFileDelete returns a boolean if a field has been set.

func (*NotificationResource) HasOnMovieFileDeleteForUpgrade

func (o *NotificationResource) HasOnMovieFileDeleteForUpgrade() bool

HasOnMovieFileDeleteForUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasOnRename

func (o *NotificationResource) HasOnRename() bool

HasOnRename returns a boolean if a field has been set.

func (*NotificationResource) HasOnUpgrade

func (o *NotificationResource) HasOnUpgrade() bool

HasOnUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasPresets

func (o *NotificationResource) HasPresets() bool

HasPresets returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnApplicationUpdate

func (o *NotificationResource) HasSupportsOnApplicationUpdate() bool

HasSupportsOnApplicationUpdate returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnDownload

func (o *NotificationResource) HasSupportsOnDownload() bool

HasSupportsOnDownload returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnGrab

func (o *NotificationResource) HasSupportsOnGrab() bool

HasSupportsOnGrab returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnHealthIssue

func (o *NotificationResource) HasSupportsOnHealthIssue() bool

HasSupportsOnHealthIssue returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnHealthRestored added in v0.3.0

func (o *NotificationResource) HasSupportsOnHealthRestored() bool

HasSupportsOnHealthRestored returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnManualInteractionRequired added in v0.3.0

func (o *NotificationResource) HasSupportsOnManualInteractionRequired() bool

HasSupportsOnManualInteractionRequired returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnMovieAdded

func (o *NotificationResource) HasSupportsOnMovieAdded() bool

HasSupportsOnMovieAdded returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnMovieDelete

func (o *NotificationResource) HasSupportsOnMovieDelete() bool

HasSupportsOnMovieDelete returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnMovieFileDelete

func (o *NotificationResource) HasSupportsOnMovieFileDelete() bool

HasSupportsOnMovieFileDelete returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnMovieFileDeleteForUpgrade

func (o *NotificationResource) HasSupportsOnMovieFileDeleteForUpgrade() bool

HasSupportsOnMovieFileDeleteForUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnRename

func (o *NotificationResource) HasSupportsOnRename() bool

HasSupportsOnRename returns a boolean if a field has been set.

func (*NotificationResource) HasSupportsOnUpgrade

func (o *NotificationResource) HasSupportsOnUpgrade() bool

HasSupportsOnUpgrade returns a boolean if a field has been set.

func (*NotificationResource) HasTags

func (o *NotificationResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*NotificationResource) HasTestCommand

func (o *NotificationResource) HasTestCommand() bool

HasTestCommand returns a boolean if a field has been set.

func (NotificationResource) MarshalJSON

func (o NotificationResource) MarshalJSON() ([]byte, error)

func (*NotificationResource) SetConfigContract

func (o *NotificationResource) SetConfigContract(v string)

SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.

func (*NotificationResource) SetConfigContractNil

func (o *NotificationResource) SetConfigContractNil()

SetConfigContractNil sets the value for ConfigContract to be an explicit nil

func (*NotificationResource) SetFields

func (o *NotificationResource) SetFields(v []Field)

SetFields gets a reference to the given []Field and assigns it to the Fields field.

func (*NotificationResource) SetId

func (o *NotificationResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*NotificationResource) SetImplementation

func (o *NotificationResource) SetImplementation(v string)

SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.

func (*NotificationResource) SetImplementationName

func (o *NotificationResource) SetImplementationName(v string)

SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.

func (*NotificationResource) SetImplementationNameNil

func (o *NotificationResource) SetImplementationNameNil()

SetImplementationNameNil sets the value for ImplementationName to be an explicit nil

func (*NotificationResource) SetImplementationNil

func (o *NotificationResource) SetImplementationNil()

SetImplementationNil sets the value for Implementation to be an explicit nil

func (*NotificationResource) SetIncludeHealthWarnings

func (o *NotificationResource) SetIncludeHealthWarnings(v bool)

SetIncludeHealthWarnings gets a reference to the given bool and assigns it to the IncludeHealthWarnings field.

func (o *NotificationResource) SetInfoLink(v string)

SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.

func (*NotificationResource) SetInfoLinkNil

func (o *NotificationResource) SetInfoLinkNil()

SetInfoLinkNil sets the value for InfoLink to be an explicit nil

func (o *NotificationResource) SetLink(v string)

SetLink gets a reference to the given NullableString and assigns it to the Link field.

func (*NotificationResource) SetLinkNil

func (o *NotificationResource) SetLinkNil()

SetLinkNil sets the value for Link to be an explicit nil

func (*NotificationResource) SetMessage

func (o *NotificationResource) SetMessage(v ProviderMessage)

SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.

func (*NotificationResource) SetName

func (o *NotificationResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*NotificationResource) SetNameNil

func (o *NotificationResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*NotificationResource) SetOnApplicationUpdate

func (o *NotificationResource) SetOnApplicationUpdate(v bool)

SetOnApplicationUpdate gets a reference to the given bool and assigns it to the OnApplicationUpdate field.

func (*NotificationResource) SetOnDownload

func (o *NotificationResource) SetOnDownload(v bool)

SetOnDownload gets a reference to the given bool and assigns it to the OnDownload field.

func (*NotificationResource) SetOnGrab

func (o *NotificationResource) SetOnGrab(v bool)

SetOnGrab gets a reference to the given bool and assigns it to the OnGrab field.

func (*NotificationResource) SetOnHealthIssue

func (o *NotificationResource) SetOnHealthIssue(v bool)

SetOnHealthIssue gets a reference to the given bool and assigns it to the OnHealthIssue field.

func (*NotificationResource) SetOnHealthRestored added in v0.3.0

func (o *NotificationResource) SetOnHealthRestored(v bool)

SetOnHealthRestored gets a reference to the given bool and assigns it to the OnHealthRestored field.

func (*NotificationResource) SetOnManualInteractionRequired added in v0.3.0

func (o *NotificationResource) SetOnManualInteractionRequired(v bool)

SetOnManualInteractionRequired gets a reference to the given bool and assigns it to the OnManualInteractionRequired field.

func (*NotificationResource) SetOnMovieAdded

func (o *NotificationResource) SetOnMovieAdded(v bool)

SetOnMovieAdded gets a reference to the given bool and assigns it to the OnMovieAdded field.

func (*NotificationResource) SetOnMovieDelete

func (o *NotificationResource) SetOnMovieDelete(v bool)

SetOnMovieDelete gets a reference to the given bool and assigns it to the OnMovieDelete field.

func (*NotificationResource) SetOnMovieFileDelete

func (o *NotificationResource) SetOnMovieFileDelete(v bool)

SetOnMovieFileDelete gets a reference to the given bool and assigns it to the OnMovieFileDelete field.

func (*NotificationResource) SetOnMovieFileDeleteForUpgrade

func (o *NotificationResource) SetOnMovieFileDeleteForUpgrade(v bool)

SetOnMovieFileDeleteForUpgrade gets a reference to the given bool and assigns it to the OnMovieFileDeleteForUpgrade field.

func (*NotificationResource) SetOnRename

func (o *NotificationResource) SetOnRename(v bool)

SetOnRename gets a reference to the given bool and assigns it to the OnRename field.

func (*NotificationResource) SetOnUpgrade

func (o *NotificationResource) SetOnUpgrade(v bool)

SetOnUpgrade gets a reference to the given bool and assigns it to the OnUpgrade field.

func (*NotificationResource) SetPresets

func (o *NotificationResource) SetPresets(v []NotificationResource)

SetPresets gets a reference to the given []NotificationResource and assigns it to the Presets field.

func (*NotificationResource) SetSupportsOnApplicationUpdate

func (o *NotificationResource) SetSupportsOnApplicationUpdate(v bool)

SetSupportsOnApplicationUpdate gets a reference to the given bool and assigns it to the SupportsOnApplicationUpdate field.

func (*NotificationResource) SetSupportsOnDownload

func (o *NotificationResource) SetSupportsOnDownload(v bool)

SetSupportsOnDownload gets a reference to the given bool and assigns it to the SupportsOnDownload field.

func (*NotificationResource) SetSupportsOnGrab

func (o *NotificationResource) SetSupportsOnGrab(v bool)

SetSupportsOnGrab gets a reference to the given bool and assigns it to the SupportsOnGrab field.

func (*NotificationResource) SetSupportsOnHealthIssue

func (o *NotificationResource) SetSupportsOnHealthIssue(v bool)

SetSupportsOnHealthIssue gets a reference to the given bool and assigns it to the SupportsOnHealthIssue field.

func (*NotificationResource) SetSupportsOnHealthRestored added in v0.3.0

func (o *NotificationResource) SetSupportsOnHealthRestored(v bool)

SetSupportsOnHealthRestored gets a reference to the given bool and assigns it to the SupportsOnHealthRestored field.

func (*NotificationResource) SetSupportsOnManualInteractionRequired added in v0.3.0

func (o *NotificationResource) SetSupportsOnManualInteractionRequired(v bool)

SetSupportsOnManualInteractionRequired gets a reference to the given bool and assigns it to the SupportsOnManualInteractionRequired field.

func (*NotificationResource) SetSupportsOnMovieAdded

func (o *NotificationResource) SetSupportsOnMovieAdded(v bool)

SetSupportsOnMovieAdded gets a reference to the given bool and assigns it to the SupportsOnMovieAdded field.

func (*NotificationResource) SetSupportsOnMovieDelete

func (o *NotificationResource) SetSupportsOnMovieDelete(v bool)

SetSupportsOnMovieDelete gets a reference to the given bool and assigns it to the SupportsOnMovieDelete field.

func (*NotificationResource) SetSupportsOnMovieFileDelete

func (o *NotificationResource) SetSupportsOnMovieFileDelete(v bool)

SetSupportsOnMovieFileDelete gets a reference to the given bool and assigns it to the SupportsOnMovieFileDelete field.

func (*NotificationResource) SetSupportsOnMovieFileDeleteForUpgrade

func (o *NotificationResource) SetSupportsOnMovieFileDeleteForUpgrade(v bool)

SetSupportsOnMovieFileDeleteForUpgrade gets a reference to the given bool and assigns it to the SupportsOnMovieFileDeleteForUpgrade field.

func (*NotificationResource) SetSupportsOnRename

func (o *NotificationResource) SetSupportsOnRename(v bool)

SetSupportsOnRename gets a reference to the given bool and assigns it to the SupportsOnRename field.

func (*NotificationResource) SetSupportsOnUpgrade

func (o *NotificationResource) SetSupportsOnUpgrade(v bool)

SetSupportsOnUpgrade gets a reference to the given bool and assigns it to the SupportsOnUpgrade field.

func (*NotificationResource) SetTags

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (*NotificationResource) SetTestCommand

func (o *NotificationResource) SetTestCommand(v string)

SetTestCommand gets a reference to the given NullableString and assigns it to the TestCommand field.

func (*NotificationResource) SetTestCommandNil

func (o *NotificationResource) SetTestCommandNil()

SetTestCommandNil sets the value for TestCommand to be an explicit nil

func (NotificationResource) ToMap added in v1.0.1

func (o NotificationResource) ToMap() (map[string]interface{}, error)

func (*NotificationResource) UnsetConfigContract

func (o *NotificationResource) UnsetConfigContract()

UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil

func (*NotificationResource) UnsetImplementation

func (o *NotificationResource) UnsetImplementation()

UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil

func (*NotificationResource) UnsetImplementationName

func (o *NotificationResource) UnsetImplementationName()

UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil

func (o *NotificationResource) UnsetInfoLink()

UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil

func (o *NotificationResource) UnsetLink()

UnsetLink ensures that no value is present for Link, not even an explicit nil

func (*NotificationResource) UnsetName

func (o *NotificationResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*NotificationResource) UnsetTestCommand

func (o *NotificationResource) UnsetTestCommand()

UnsetTestCommand ensures that no value is present for TestCommand, not even an explicit nil

type NullableAddMovieMethod

type NullableAddMovieMethod struct {
	// contains filtered or unexported fields
}

func NewNullableAddMovieMethod

func NewNullableAddMovieMethod(val *AddMovieMethod) *NullableAddMovieMethod

func (NullableAddMovieMethod) Get

func (NullableAddMovieMethod) IsSet

func (v NullableAddMovieMethod) IsSet() bool

func (NullableAddMovieMethod) MarshalJSON

func (v NullableAddMovieMethod) MarshalJSON() ([]byte, error)

func (*NullableAddMovieMethod) Set

func (*NullableAddMovieMethod) UnmarshalJSON

func (v *NullableAddMovieMethod) UnmarshalJSON(src []byte) error

func (*NullableAddMovieMethod) Unset

func (v *NullableAddMovieMethod) Unset()

type NullableAddMovieOptions

type NullableAddMovieOptions struct {
	// contains filtered or unexported fields
}

func NewNullableAddMovieOptions

func NewNullableAddMovieOptions(val *AddMovieOptions) *NullableAddMovieOptions

func (NullableAddMovieOptions) Get

func (NullableAddMovieOptions) IsSet

func (v NullableAddMovieOptions) IsSet() bool

func (NullableAddMovieOptions) MarshalJSON

func (v NullableAddMovieOptions) MarshalJSON() ([]byte, error)

func (*NullableAddMovieOptions) Set

func (*NullableAddMovieOptions) UnmarshalJSON

func (v *NullableAddMovieOptions) UnmarshalJSON(src []byte) error

func (*NullableAddMovieOptions) Unset

func (v *NullableAddMovieOptions) Unset()

type NullableAlternativeTitleResource

type NullableAlternativeTitleResource struct {
	// contains filtered or unexported fields
}

func (NullableAlternativeTitleResource) Get

func (NullableAlternativeTitleResource) IsSet

func (NullableAlternativeTitleResource) MarshalJSON

func (v NullableAlternativeTitleResource) MarshalJSON() ([]byte, error)

func (*NullableAlternativeTitleResource) Set

func (*NullableAlternativeTitleResource) UnmarshalJSON

func (v *NullableAlternativeTitleResource) UnmarshalJSON(src []byte) error

func (*NullableAlternativeTitleResource) Unset

type NullableApiInfoResource

type NullableApiInfoResource struct {
	// contains filtered or unexported fields
}

func NewNullableApiInfoResource

func NewNullableApiInfoResource(val *ApiInfoResource) *NullableApiInfoResource

func (NullableApiInfoResource) Get

func (NullableApiInfoResource) IsSet

func (v NullableApiInfoResource) IsSet() bool

func (NullableApiInfoResource) MarshalJSON

func (v NullableApiInfoResource) MarshalJSON() ([]byte, error)

func (*NullableApiInfoResource) Set

func (*NullableApiInfoResource) UnmarshalJSON

func (v *NullableApiInfoResource) UnmarshalJSON(src []byte) error

func (*NullableApiInfoResource) Unset

func (v *NullableApiInfoResource) Unset()

type NullableApplyTags

type NullableApplyTags struct {
	// contains filtered or unexported fields
}

func NewNullableApplyTags

func NewNullableApplyTags(val *ApplyTags) *NullableApplyTags

func (NullableApplyTags) Get

func (v NullableApplyTags) Get() *ApplyTags

func (NullableApplyTags) IsSet

func (v NullableApplyTags) IsSet() bool

func (NullableApplyTags) MarshalJSON

func (v NullableApplyTags) MarshalJSON() ([]byte, error)

func (*NullableApplyTags) Set

func (v *NullableApplyTags) Set(val *ApplyTags)

func (*NullableApplyTags) UnmarshalJSON

func (v *NullableApplyTags) UnmarshalJSON(src []byte) error

func (*NullableApplyTags) Unset

func (v *NullableApplyTags) Unset()

type NullableAuthenticationRequiredType added in v0.4.0

type NullableAuthenticationRequiredType struct {
	// contains filtered or unexported fields
}

func NewNullableAuthenticationRequiredType added in v0.4.0

func NewNullableAuthenticationRequiredType(val *AuthenticationRequiredType) *NullableAuthenticationRequiredType

func (NullableAuthenticationRequiredType) Get added in v0.4.0

func (NullableAuthenticationRequiredType) IsSet added in v0.4.0

func (NullableAuthenticationRequiredType) MarshalJSON added in v0.4.0

func (v NullableAuthenticationRequiredType) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationRequiredType) Set added in v0.4.0

func (*NullableAuthenticationRequiredType) UnmarshalJSON added in v0.4.0

func (v *NullableAuthenticationRequiredType) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationRequiredType) Unset added in v0.4.0

type NullableAuthenticationType

type NullableAuthenticationType struct {
	// contains filtered or unexported fields
}

func NewNullableAuthenticationType

func NewNullableAuthenticationType(val *AuthenticationType) *NullableAuthenticationType

func (NullableAuthenticationType) Get

func (NullableAuthenticationType) IsSet

func (v NullableAuthenticationType) IsSet() bool

func (NullableAuthenticationType) MarshalJSON

func (v NullableAuthenticationType) MarshalJSON() ([]byte, error)

func (*NullableAuthenticationType) Set

func (*NullableAuthenticationType) UnmarshalJSON

func (v *NullableAuthenticationType) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationType) Unset

func (v *NullableAuthenticationType) Unset()

type NullableAutoTaggingResource added in v0.4.0

type NullableAutoTaggingResource struct {
	// contains filtered or unexported fields
}

func NewNullableAutoTaggingResource added in v0.4.0

func NewNullableAutoTaggingResource(val *AutoTaggingResource) *NullableAutoTaggingResource

func (NullableAutoTaggingResource) Get added in v0.4.0

func (NullableAutoTaggingResource) IsSet added in v0.4.0

func (NullableAutoTaggingResource) MarshalJSON added in v0.4.0

func (v NullableAutoTaggingResource) MarshalJSON() ([]byte, error)

func (*NullableAutoTaggingResource) Set added in v0.4.0

func (*NullableAutoTaggingResource) UnmarshalJSON added in v0.4.0

func (v *NullableAutoTaggingResource) UnmarshalJSON(src []byte) error

func (*NullableAutoTaggingResource) Unset added in v0.4.0

func (v *NullableAutoTaggingResource) Unset()

type NullableAutoTaggingSpecificationSchema added in v0.4.0

type NullableAutoTaggingSpecificationSchema struct {
	// contains filtered or unexported fields
}

func NewNullableAutoTaggingSpecificationSchema added in v0.4.0

func NewNullableAutoTaggingSpecificationSchema(val *AutoTaggingSpecificationSchema) *NullableAutoTaggingSpecificationSchema

func (NullableAutoTaggingSpecificationSchema) Get added in v0.4.0

func (NullableAutoTaggingSpecificationSchema) IsSet added in v0.4.0

func (NullableAutoTaggingSpecificationSchema) MarshalJSON added in v0.4.0

func (v NullableAutoTaggingSpecificationSchema) MarshalJSON() ([]byte, error)

func (*NullableAutoTaggingSpecificationSchema) Set added in v0.4.0

func (*NullableAutoTaggingSpecificationSchema) UnmarshalJSON added in v0.4.0

func (v *NullableAutoTaggingSpecificationSchema) UnmarshalJSON(src []byte) error

func (*NullableAutoTaggingSpecificationSchema) Unset added in v0.4.0

type NullableBackupResource

type NullableBackupResource struct {
	// contains filtered or unexported fields
}

func NewNullableBackupResource

func NewNullableBackupResource(val *BackupResource) *NullableBackupResource

func (NullableBackupResource) Get

func (NullableBackupResource) IsSet

func (v NullableBackupResource) IsSet() bool

func (NullableBackupResource) MarshalJSON

func (v NullableBackupResource) MarshalJSON() ([]byte, error)

func (*NullableBackupResource) Set

func (*NullableBackupResource) UnmarshalJSON

func (v *NullableBackupResource) UnmarshalJSON(src []byte) error

func (*NullableBackupResource) Unset

func (v *NullableBackupResource) Unset()

type NullableBackupType

type NullableBackupType struct {
	// contains filtered or unexported fields
}

func NewNullableBackupType

func NewNullableBackupType(val *BackupType) *NullableBackupType

func (NullableBackupType) Get

func (v NullableBackupType) Get() *BackupType

func (NullableBackupType) IsSet

func (v NullableBackupType) IsSet() bool

func (NullableBackupType) MarshalJSON

func (v NullableBackupType) MarshalJSON() ([]byte, error)

func (*NullableBackupType) Set

func (v *NullableBackupType) Set(val *BackupType)

func (*NullableBackupType) UnmarshalJSON

func (v *NullableBackupType) UnmarshalJSON(src []byte) error

func (*NullableBackupType) Unset

func (v *NullableBackupType) Unset()

type NullableBlocklistBulkResource

type NullableBlocklistBulkResource struct {
	// contains filtered or unexported fields
}

func (NullableBlocklistBulkResource) Get

func (NullableBlocklistBulkResource) IsSet

func (NullableBlocklistBulkResource) MarshalJSON

func (v NullableBlocklistBulkResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistBulkResource) Set

func (*NullableBlocklistBulkResource) UnmarshalJSON

func (v *NullableBlocklistBulkResource) UnmarshalJSON(src []byte) error

func (*NullableBlocklistBulkResource) Unset

func (v *NullableBlocklistBulkResource) Unset()

type NullableBlocklistResource

type NullableBlocklistResource struct {
	// contains filtered or unexported fields
}

func NewNullableBlocklistResource

func NewNullableBlocklistResource(val *BlocklistResource) *NullableBlocklistResource

func (NullableBlocklistResource) Get

func (NullableBlocklistResource) IsSet

func (v NullableBlocklistResource) IsSet() bool

func (NullableBlocklistResource) MarshalJSON

func (v NullableBlocklistResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistResource) Set

func (*NullableBlocklistResource) UnmarshalJSON

func (v *NullableBlocklistResource) UnmarshalJSON(src []byte) error

func (*NullableBlocklistResource) Unset

func (v *NullableBlocklistResource) Unset()

type NullableBlocklistResourcePagingResource

type NullableBlocklistResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableBlocklistResourcePagingResource) Get

func (NullableBlocklistResourcePagingResource) IsSet

func (NullableBlocklistResourcePagingResource) MarshalJSON

func (v NullableBlocklistResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableBlocklistResourcePagingResource) Set

func (*NullableBlocklistResourcePagingResource) UnmarshalJSON

func (v *NullableBlocklistResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableBlocklistResourcePagingResource) Unset

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableCertificateValidationType

type NullableCertificateValidationType struct {
	// contains filtered or unexported fields
}

func (NullableCertificateValidationType) Get

func (NullableCertificateValidationType) IsSet

func (NullableCertificateValidationType) MarshalJSON

func (v NullableCertificateValidationType) MarshalJSON() ([]byte, error)

func (*NullableCertificateValidationType) Set

func (*NullableCertificateValidationType) UnmarshalJSON

func (v *NullableCertificateValidationType) UnmarshalJSON(src []byte) error

func (*NullableCertificateValidationType) Unset

type NullableCollectionMovieResource

type NullableCollectionMovieResource struct {
	// contains filtered or unexported fields
}

func (NullableCollectionMovieResource) Get

func (NullableCollectionMovieResource) IsSet

func (NullableCollectionMovieResource) MarshalJSON

func (v NullableCollectionMovieResource) MarshalJSON() ([]byte, error)

func (*NullableCollectionMovieResource) Set

func (*NullableCollectionMovieResource) UnmarshalJSON

func (v *NullableCollectionMovieResource) UnmarshalJSON(src []byte) error

func (*NullableCollectionMovieResource) Unset

type NullableCollectionResource

type NullableCollectionResource struct {
	// contains filtered or unexported fields
}

func NewNullableCollectionResource

func NewNullableCollectionResource(val *CollectionResource) *NullableCollectionResource

func (NullableCollectionResource) Get

func (NullableCollectionResource) IsSet

func (v NullableCollectionResource) IsSet() bool

func (NullableCollectionResource) MarshalJSON

func (v NullableCollectionResource) MarshalJSON() ([]byte, error)

func (*NullableCollectionResource) Set

func (*NullableCollectionResource) UnmarshalJSON

func (v *NullableCollectionResource) UnmarshalJSON(src []byte) error

func (*NullableCollectionResource) Unset

func (v *NullableCollectionResource) Unset()

type NullableCollectionUpdateResource

type NullableCollectionUpdateResource struct {
	// contains filtered or unexported fields
}

func (NullableCollectionUpdateResource) Get

func (NullableCollectionUpdateResource) IsSet

func (NullableCollectionUpdateResource) MarshalJSON

func (v NullableCollectionUpdateResource) MarshalJSON() ([]byte, error)

func (*NullableCollectionUpdateResource) Set

func (*NullableCollectionUpdateResource) UnmarshalJSON

func (v *NullableCollectionUpdateResource) UnmarshalJSON(src []byte) error

func (*NullableCollectionUpdateResource) Unset

type NullableColonReplacementFormat

type NullableColonReplacementFormat struct {
	// contains filtered or unexported fields
}

func (NullableColonReplacementFormat) Get

func (NullableColonReplacementFormat) IsSet

func (NullableColonReplacementFormat) MarshalJSON

func (v NullableColonReplacementFormat) MarshalJSON() ([]byte, error)

func (*NullableColonReplacementFormat) Set

func (*NullableColonReplacementFormat) UnmarshalJSON

func (v *NullableColonReplacementFormat) UnmarshalJSON(src []byte) error

func (*NullableColonReplacementFormat) Unset

func (v *NullableColonReplacementFormat) Unset()

type NullableCommand

type NullableCommand struct {
	// contains filtered or unexported fields
}

func NewNullableCommand

func NewNullableCommand(val *Command) *NullableCommand

func (NullableCommand) Get

func (v NullableCommand) Get() *Command

func (NullableCommand) IsSet

func (v NullableCommand) IsSet() bool

func (NullableCommand) MarshalJSON

func (v NullableCommand) MarshalJSON() ([]byte, error)

func (*NullableCommand) Set

func (v *NullableCommand) Set(val *Command)

func (*NullableCommand) UnmarshalJSON

func (v *NullableCommand) UnmarshalJSON(src []byte) error

func (*NullableCommand) Unset

func (v *NullableCommand) Unset()

type NullableCommandPriority

type NullableCommandPriority struct {
	// contains filtered or unexported fields
}

func NewNullableCommandPriority

func NewNullableCommandPriority(val *CommandPriority) *NullableCommandPriority

func (NullableCommandPriority) Get

func (NullableCommandPriority) IsSet

func (v NullableCommandPriority) IsSet() bool

func (NullableCommandPriority) MarshalJSON

func (v NullableCommandPriority) MarshalJSON() ([]byte, error)

func (*NullableCommandPriority) Set

func (*NullableCommandPriority) UnmarshalJSON

func (v *NullableCommandPriority) UnmarshalJSON(src []byte) error

func (*NullableCommandPriority) Unset

func (v *NullableCommandPriority) Unset()

type NullableCommandResource

type NullableCommandResource struct {
	// contains filtered or unexported fields
}

func NewNullableCommandResource

func NewNullableCommandResource(val *CommandResource) *NullableCommandResource

func (NullableCommandResource) Get

func (NullableCommandResource) IsSet

func (v NullableCommandResource) IsSet() bool

func (NullableCommandResource) MarshalJSON

func (v NullableCommandResource) MarshalJSON() ([]byte, error)

func (*NullableCommandResource) Set

func (*NullableCommandResource) UnmarshalJSON

func (v *NullableCommandResource) UnmarshalJSON(src []byte) error

func (*NullableCommandResource) Unset

func (v *NullableCommandResource) Unset()

type NullableCommandResult added in v0.3.0

type NullableCommandResult struct {
	// contains filtered or unexported fields
}

func NewNullableCommandResult added in v0.3.0

func NewNullableCommandResult(val *CommandResult) *NullableCommandResult

func (NullableCommandResult) Get added in v0.3.0

func (NullableCommandResult) IsSet added in v0.3.0

func (v NullableCommandResult) IsSet() bool

func (NullableCommandResult) MarshalJSON added in v0.3.0

func (v NullableCommandResult) MarshalJSON() ([]byte, error)

func (*NullableCommandResult) Set added in v0.3.0

func (v *NullableCommandResult) Set(val *CommandResult)

func (*NullableCommandResult) UnmarshalJSON added in v0.3.0

func (v *NullableCommandResult) UnmarshalJSON(src []byte) error

func (*NullableCommandResult) Unset added in v0.3.0

func (v *NullableCommandResult) Unset()

type NullableCommandStatus

type NullableCommandStatus struct {
	// contains filtered or unexported fields
}

func NewNullableCommandStatus

func NewNullableCommandStatus(val *CommandStatus) *NullableCommandStatus

func (NullableCommandStatus) Get

func (NullableCommandStatus) IsSet

func (v NullableCommandStatus) IsSet() bool

func (NullableCommandStatus) MarshalJSON

func (v NullableCommandStatus) MarshalJSON() ([]byte, error)

func (*NullableCommandStatus) Set

func (v *NullableCommandStatus) Set(val *CommandStatus)

func (*NullableCommandStatus) UnmarshalJSON

func (v *NullableCommandStatus) UnmarshalJSON(src []byte) error

func (*NullableCommandStatus) Unset

func (v *NullableCommandStatus) Unset()

type NullableCommandTrigger

type NullableCommandTrigger struct {
	// contains filtered or unexported fields
}

func NewNullableCommandTrigger

func NewNullableCommandTrigger(val *CommandTrigger) *NullableCommandTrigger

func (NullableCommandTrigger) Get

func (NullableCommandTrigger) IsSet

func (v NullableCommandTrigger) IsSet() bool

func (NullableCommandTrigger) MarshalJSON

func (v NullableCommandTrigger) MarshalJSON() ([]byte, error)

func (*NullableCommandTrigger) Set

func (*NullableCommandTrigger) UnmarshalJSON

func (v *NullableCommandTrigger) UnmarshalJSON(src []byte) error

func (*NullableCommandTrigger) Unset

func (v *NullableCommandTrigger) Unset()

type NullableCreditResource

type NullableCreditResource struct {
	// contains filtered or unexported fields
}

func NewNullableCreditResource

func NewNullableCreditResource(val *CreditResource) *NullableCreditResource

func (NullableCreditResource) Get

func (NullableCreditResource) IsSet

func (v NullableCreditResource) IsSet() bool

func (NullableCreditResource) MarshalJSON

func (v NullableCreditResource) MarshalJSON() ([]byte, error)

func (*NullableCreditResource) Set

func (*NullableCreditResource) UnmarshalJSON

func (v *NullableCreditResource) UnmarshalJSON(src []byte) error

func (*NullableCreditResource) Unset

func (v *NullableCreditResource) Unset()

type NullableCreditType

type NullableCreditType struct {
	// contains filtered or unexported fields
}

func NewNullableCreditType

func NewNullableCreditType(val *CreditType) *NullableCreditType

func (NullableCreditType) Get

func (v NullableCreditType) Get() *CreditType

func (NullableCreditType) IsSet

func (v NullableCreditType) IsSet() bool

func (NullableCreditType) MarshalJSON

func (v NullableCreditType) MarshalJSON() ([]byte, error)

func (*NullableCreditType) Set

func (v *NullableCreditType) Set(val *CreditType)

func (*NullableCreditType) UnmarshalJSON

func (v *NullableCreditType) UnmarshalJSON(src []byte) error

func (*NullableCreditType) Unset

func (v *NullableCreditType) Unset()

type NullableCustomFilterResource

type NullableCustomFilterResource struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFilterResource

func NewNullableCustomFilterResource(val *CustomFilterResource) *NullableCustomFilterResource

func (NullableCustomFilterResource) Get

func (NullableCustomFilterResource) IsSet

func (NullableCustomFilterResource) MarshalJSON

func (v NullableCustomFilterResource) MarshalJSON() ([]byte, error)

func (*NullableCustomFilterResource) Set

func (*NullableCustomFilterResource) UnmarshalJSON

func (v *NullableCustomFilterResource) UnmarshalJSON(src []byte) error

func (*NullableCustomFilterResource) Unset

func (v *NullableCustomFilterResource) Unset()

type NullableCustomFormatResource

type NullableCustomFormatResource struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFormatResource

func NewNullableCustomFormatResource(val *CustomFormatResource) *NullableCustomFormatResource

func (NullableCustomFormatResource) Get

func (NullableCustomFormatResource) IsSet

func (NullableCustomFormatResource) MarshalJSON

func (v NullableCustomFormatResource) MarshalJSON() ([]byte, error)

func (*NullableCustomFormatResource) Set

func (*NullableCustomFormatResource) UnmarshalJSON

func (v *NullableCustomFormatResource) UnmarshalJSON(src []byte) error

func (*NullableCustomFormatResource) Unset

func (v *NullableCustomFormatResource) Unset()

type NullableCustomFormatSpecificationSchema

type NullableCustomFormatSpecificationSchema struct {
	// contains filtered or unexported fields
}

func (NullableCustomFormatSpecificationSchema) Get

func (NullableCustomFormatSpecificationSchema) IsSet

func (NullableCustomFormatSpecificationSchema) MarshalJSON

func (v NullableCustomFormatSpecificationSchema) MarshalJSON() ([]byte, error)

func (*NullableCustomFormatSpecificationSchema) Set

func (*NullableCustomFormatSpecificationSchema) UnmarshalJSON

func (v *NullableCustomFormatSpecificationSchema) UnmarshalJSON(src []byte) error

func (*NullableCustomFormatSpecificationSchema) Unset

type NullableDatabaseType

type NullableDatabaseType struct {
	// contains filtered or unexported fields
}

func NewNullableDatabaseType

func NewNullableDatabaseType(val *DatabaseType) *NullableDatabaseType

func (NullableDatabaseType) Get

func (NullableDatabaseType) IsSet

func (v NullableDatabaseType) IsSet() bool

func (NullableDatabaseType) MarshalJSON

func (v NullableDatabaseType) MarshalJSON() ([]byte, error)

func (*NullableDatabaseType) Set

func (v *NullableDatabaseType) Set(val *DatabaseType)

func (*NullableDatabaseType) UnmarshalJSON

func (v *NullableDatabaseType) UnmarshalJSON(src []byte) error

func (*NullableDatabaseType) Unset

func (v *NullableDatabaseType) Unset()

type NullableDelayProfileResource

type NullableDelayProfileResource struct {
	// contains filtered or unexported fields
}

func NewNullableDelayProfileResource

func NewNullableDelayProfileResource(val *DelayProfileResource) *NullableDelayProfileResource

func (NullableDelayProfileResource) Get

func (NullableDelayProfileResource) IsSet

func (NullableDelayProfileResource) MarshalJSON

func (v NullableDelayProfileResource) MarshalJSON() ([]byte, error)

func (*NullableDelayProfileResource) Set

func (*NullableDelayProfileResource) UnmarshalJSON

func (v *NullableDelayProfileResource) UnmarshalJSON(src []byte) error

func (*NullableDelayProfileResource) Unset

func (v *NullableDelayProfileResource) Unset()

type NullableDiskSpaceResource

type NullableDiskSpaceResource struct {
	// contains filtered or unexported fields
}

func NewNullableDiskSpaceResource

func NewNullableDiskSpaceResource(val *DiskSpaceResource) *NullableDiskSpaceResource

func (NullableDiskSpaceResource) Get

func (NullableDiskSpaceResource) IsSet

func (v NullableDiskSpaceResource) IsSet() bool

func (NullableDiskSpaceResource) MarshalJSON

func (v NullableDiskSpaceResource) MarshalJSON() ([]byte, error)

func (*NullableDiskSpaceResource) Set

func (*NullableDiskSpaceResource) UnmarshalJSON

func (v *NullableDiskSpaceResource) UnmarshalJSON(src []byte) error

func (*NullableDiskSpaceResource) Unset

func (v *NullableDiskSpaceResource) Unset()

type NullableDownloadClientBulkResource added in v0.4.0

type NullableDownloadClientBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableDownloadClientBulkResource added in v0.4.0

func NewNullableDownloadClientBulkResource(val *DownloadClientBulkResource) *NullableDownloadClientBulkResource

func (NullableDownloadClientBulkResource) Get added in v0.4.0

func (NullableDownloadClientBulkResource) IsSet added in v0.4.0

func (NullableDownloadClientBulkResource) MarshalJSON added in v0.4.0

func (v NullableDownloadClientBulkResource) MarshalJSON() ([]byte, error)

func (*NullableDownloadClientBulkResource) Set added in v0.4.0

func (*NullableDownloadClientBulkResource) UnmarshalJSON added in v0.4.0

func (v *NullableDownloadClientBulkResource) UnmarshalJSON(src []byte) error

func (*NullableDownloadClientBulkResource) Unset added in v0.4.0

type NullableDownloadClientConfigResource

type NullableDownloadClientConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableDownloadClientConfigResource) Get

func (NullableDownloadClientConfigResource) IsSet

func (NullableDownloadClientConfigResource) MarshalJSON

func (v NullableDownloadClientConfigResource) MarshalJSON() ([]byte, error)

func (*NullableDownloadClientConfigResource) Set

func (*NullableDownloadClientConfigResource) UnmarshalJSON

func (v *NullableDownloadClientConfigResource) UnmarshalJSON(src []byte) error

func (*NullableDownloadClientConfigResource) Unset

type NullableDownloadClientResource

type NullableDownloadClientResource struct {
	// contains filtered or unexported fields
}

func (NullableDownloadClientResource) Get

func (NullableDownloadClientResource) IsSet

func (NullableDownloadClientResource) MarshalJSON

func (v NullableDownloadClientResource) MarshalJSON() ([]byte, error)

func (*NullableDownloadClientResource) Set

func (*NullableDownloadClientResource) UnmarshalJSON

func (v *NullableDownloadClientResource) UnmarshalJSON(src []byte) error

func (*NullableDownloadClientResource) Unset

func (v *NullableDownloadClientResource) Unset()

type NullableDownloadProtocol

type NullableDownloadProtocol struct {
	// contains filtered or unexported fields
}

func NewNullableDownloadProtocol

func NewNullableDownloadProtocol(val *DownloadProtocol) *NullableDownloadProtocol

func (NullableDownloadProtocol) Get

func (NullableDownloadProtocol) IsSet

func (v NullableDownloadProtocol) IsSet() bool

func (NullableDownloadProtocol) MarshalJSON

func (v NullableDownloadProtocol) MarshalJSON() ([]byte, error)

func (*NullableDownloadProtocol) Set

func (*NullableDownloadProtocol) UnmarshalJSON

func (v *NullableDownloadProtocol) UnmarshalJSON(src []byte) error

func (*NullableDownloadProtocol) Unset

func (v *NullableDownloadProtocol) Unset()

type NullableExtraFileResource

type NullableExtraFileResource struct {
	// contains filtered or unexported fields
}

func NewNullableExtraFileResource

func NewNullableExtraFileResource(val *ExtraFileResource) *NullableExtraFileResource

func (NullableExtraFileResource) Get

func (NullableExtraFileResource) IsSet

func (v NullableExtraFileResource) IsSet() bool

func (NullableExtraFileResource) MarshalJSON

func (v NullableExtraFileResource) MarshalJSON() ([]byte, error)

func (*NullableExtraFileResource) Set

func (*NullableExtraFileResource) UnmarshalJSON

func (v *NullableExtraFileResource) UnmarshalJSON(src []byte) error

func (*NullableExtraFileResource) Unset

func (v *NullableExtraFileResource) Unset()

type NullableExtraFileType

type NullableExtraFileType struct {
	// contains filtered or unexported fields
}

func NewNullableExtraFileType

func NewNullableExtraFileType(val *ExtraFileType) *NullableExtraFileType

func (NullableExtraFileType) Get

func (NullableExtraFileType) IsSet

func (v NullableExtraFileType) IsSet() bool

func (NullableExtraFileType) MarshalJSON

func (v NullableExtraFileType) MarshalJSON() ([]byte, error)

func (*NullableExtraFileType) Set

func (v *NullableExtraFileType) Set(val *ExtraFileType)

func (*NullableExtraFileType) UnmarshalJSON

func (v *NullableExtraFileType) UnmarshalJSON(src []byte) error

func (*NullableExtraFileType) Unset

func (v *NullableExtraFileType) Unset()

type NullableField

type NullableField struct {
	// contains filtered or unexported fields
}

func NewNullableField

func NewNullableField(val *Field) *NullableField

func (NullableField) Get

func (v NullableField) Get() *Field

func (NullableField) IsSet

func (v NullableField) IsSet() bool

func (NullableField) MarshalJSON

func (v NullableField) MarshalJSON() ([]byte, error)

func (*NullableField) Set

func (v *NullableField) Set(val *Field)

func (*NullableField) UnmarshalJSON

func (v *NullableField) UnmarshalJSON(src []byte) error

func (*NullableField) Unset

func (v *NullableField) Unset()

type NullableFileDateType

type NullableFileDateType struct {
	// contains filtered or unexported fields
}

func NewNullableFileDateType

func NewNullableFileDateType(val *FileDateType) *NullableFileDateType

func (NullableFileDateType) Get

func (NullableFileDateType) IsSet

func (v NullableFileDateType) IsSet() bool

func (NullableFileDateType) MarshalJSON

func (v NullableFileDateType) MarshalJSON() ([]byte, error)

func (*NullableFileDateType) Set

func (v *NullableFileDateType) Set(val *FileDateType)

func (*NullableFileDateType) UnmarshalJSON

func (v *NullableFileDateType) UnmarshalJSON(src []byte) error

func (*NullableFileDateType) Unset

func (v *NullableFileDateType) Unset()

type NullableFloat32

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableHealthCheckResult

type NullableHealthCheckResult struct {
	// contains filtered or unexported fields
}

func NewNullableHealthCheckResult

func NewNullableHealthCheckResult(val *HealthCheckResult) *NullableHealthCheckResult

func (NullableHealthCheckResult) Get

func (NullableHealthCheckResult) IsSet

func (v NullableHealthCheckResult) IsSet() bool

func (NullableHealthCheckResult) MarshalJSON

func (v NullableHealthCheckResult) MarshalJSON() ([]byte, error)

func (*NullableHealthCheckResult) Set

func (*NullableHealthCheckResult) UnmarshalJSON

func (v *NullableHealthCheckResult) UnmarshalJSON(src []byte) error

func (*NullableHealthCheckResult) Unset

func (v *NullableHealthCheckResult) Unset()

type NullableHealthResource

type NullableHealthResource struct {
	// contains filtered or unexported fields
}

func NewNullableHealthResource

func NewNullableHealthResource(val *HealthResource) *NullableHealthResource

func (NullableHealthResource) Get

func (NullableHealthResource) IsSet

func (v NullableHealthResource) IsSet() bool

func (NullableHealthResource) MarshalJSON

func (v NullableHealthResource) MarshalJSON() ([]byte, error)

func (*NullableHealthResource) Set

func (*NullableHealthResource) UnmarshalJSON

func (v *NullableHealthResource) UnmarshalJSON(src []byte) error

func (*NullableHealthResource) Unset

func (v *NullableHealthResource) Unset()

type NullableHistoryResource

type NullableHistoryResource struct {
	// contains filtered or unexported fields
}

func NewNullableHistoryResource

func NewNullableHistoryResource(val *HistoryResource) *NullableHistoryResource

func (NullableHistoryResource) Get

func (NullableHistoryResource) IsSet

func (v NullableHistoryResource) IsSet() bool

func (NullableHistoryResource) MarshalJSON

func (v NullableHistoryResource) MarshalJSON() ([]byte, error)

func (*NullableHistoryResource) Set

func (*NullableHistoryResource) UnmarshalJSON

func (v *NullableHistoryResource) UnmarshalJSON(src []byte) error

func (*NullableHistoryResource) Unset

func (v *NullableHistoryResource) Unset()

type NullableHistoryResourcePagingResource

type NullableHistoryResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableHistoryResourcePagingResource) Get

func (NullableHistoryResourcePagingResource) IsSet

func (NullableHistoryResourcePagingResource) MarshalJSON

func (v NullableHistoryResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableHistoryResourcePagingResource) Set

func (*NullableHistoryResourcePagingResource) UnmarshalJSON

func (v *NullableHistoryResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableHistoryResourcePagingResource) Unset

type NullableHostConfigResource

type NullableHostConfigResource struct {
	// contains filtered or unexported fields
}

func NewNullableHostConfigResource

func NewNullableHostConfigResource(val *HostConfigResource) *NullableHostConfigResource

func (NullableHostConfigResource) Get

func (NullableHostConfigResource) IsSet

func (v NullableHostConfigResource) IsSet() bool

func (NullableHostConfigResource) MarshalJSON

func (v NullableHostConfigResource) MarshalJSON() ([]byte, error)

func (*NullableHostConfigResource) Set

func (*NullableHostConfigResource) UnmarshalJSON

func (v *NullableHostConfigResource) UnmarshalJSON(src []byte) error

func (*NullableHostConfigResource) Unset

func (v *NullableHostConfigResource) Unset()

type NullableImportExclusionsResource

type NullableImportExclusionsResource struct {
	// contains filtered or unexported fields
}

func (NullableImportExclusionsResource) Get

func (NullableImportExclusionsResource) IsSet

func (NullableImportExclusionsResource) MarshalJSON

func (v NullableImportExclusionsResource) MarshalJSON() ([]byte, error)

func (*NullableImportExclusionsResource) Set

func (*NullableImportExclusionsResource) UnmarshalJSON

func (v *NullableImportExclusionsResource) UnmarshalJSON(src []byte) error

func (*NullableImportExclusionsResource) Unset

type NullableImportListBulkResource added in v0.4.0

type NullableImportListBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableImportListBulkResource added in v0.4.0

func NewNullableImportListBulkResource(val *ImportListBulkResource) *NullableImportListBulkResource

func (NullableImportListBulkResource) Get added in v0.4.0

func (NullableImportListBulkResource) IsSet added in v0.4.0

func (NullableImportListBulkResource) MarshalJSON added in v0.4.0

func (v NullableImportListBulkResource) MarshalJSON() ([]byte, error)

func (*NullableImportListBulkResource) Set added in v0.4.0

func (*NullableImportListBulkResource) UnmarshalJSON added in v0.4.0

func (v *NullableImportListBulkResource) UnmarshalJSON(src []byte) error

func (*NullableImportListBulkResource) Unset added in v0.4.0

func (v *NullableImportListBulkResource) Unset()

type NullableImportListConfigResource

type NullableImportListConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableImportListConfigResource) Get

func (NullableImportListConfigResource) IsSet

func (NullableImportListConfigResource) MarshalJSON

func (v NullableImportListConfigResource) MarshalJSON() ([]byte, error)

func (*NullableImportListConfigResource) Set

func (*NullableImportListConfigResource) UnmarshalJSON

func (v *NullableImportListConfigResource) UnmarshalJSON(src []byte) error

func (*NullableImportListConfigResource) Unset

type NullableImportListResource

type NullableImportListResource struct {
	// contains filtered or unexported fields
}

func NewNullableImportListResource

func NewNullableImportListResource(val *ImportListResource) *NullableImportListResource

func (NullableImportListResource) Get

func (NullableImportListResource) IsSet

func (v NullableImportListResource) IsSet() bool

func (NullableImportListResource) MarshalJSON

func (v NullableImportListResource) MarshalJSON() ([]byte, error)

func (*NullableImportListResource) Set

func (*NullableImportListResource) UnmarshalJSON

func (v *NullableImportListResource) UnmarshalJSON(src []byte) error

func (*NullableImportListResource) Unset

func (v *NullableImportListResource) Unset()

type NullableImportListType

type NullableImportListType struct {
	// contains filtered or unexported fields
}

func NewNullableImportListType

func NewNullableImportListType(val *ImportListType) *NullableImportListType

func (NullableImportListType) Get

func (NullableImportListType) IsSet

func (v NullableImportListType) IsSet() bool

func (NullableImportListType) MarshalJSON

func (v NullableImportListType) MarshalJSON() ([]byte, error)

func (*NullableImportListType) Set

func (*NullableImportListType) UnmarshalJSON

func (v *NullableImportListType) UnmarshalJSON(src []byte) error

func (*NullableImportListType) Unset

func (v *NullableImportListType) Unset()

type NullableIndexerBulkResource added in v0.4.0

type NullableIndexerBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableIndexerBulkResource added in v0.4.0

func NewNullableIndexerBulkResource(val *IndexerBulkResource) *NullableIndexerBulkResource

func (NullableIndexerBulkResource) Get added in v0.4.0

func (NullableIndexerBulkResource) IsSet added in v0.4.0

func (NullableIndexerBulkResource) MarshalJSON added in v0.4.0

func (v NullableIndexerBulkResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerBulkResource) Set added in v0.4.0

func (*NullableIndexerBulkResource) UnmarshalJSON added in v0.4.0

func (v *NullableIndexerBulkResource) UnmarshalJSON(src []byte) error

func (*NullableIndexerBulkResource) Unset added in v0.4.0

func (v *NullableIndexerBulkResource) Unset()

type NullableIndexerConfigResource

type NullableIndexerConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableIndexerConfigResource) Get

func (NullableIndexerConfigResource) IsSet

func (NullableIndexerConfigResource) MarshalJSON

func (v NullableIndexerConfigResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerConfigResource) Set

func (*NullableIndexerConfigResource) UnmarshalJSON

func (v *NullableIndexerConfigResource) UnmarshalJSON(src []byte) error

func (*NullableIndexerConfigResource) Unset

func (v *NullableIndexerConfigResource) Unset()

type NullableIndexerFlagResource

type NullableIndexerFlagResource struct {
	// contains filtered or unexported fields
}

func NewNullableIndexerFlagResource

func NewNullableIndexerFlagResource(val *IndexerFlagResource) *NullableIndexerFlagResource

func (NullableIndexerFlagResource) Get

func (NullableIndexerFlagResource) IsSet

func (NullableIndexerFlagResource) MarshalJSON

func (v NullableIndexerFlagResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerFlagResource) Set

func (*NullableIndexerFlagResource) UnmarshalJSON

func (v *NullableIndexerFlagResource) UnmarshalJSON(src []byte) error

func (*NullableIndexerFlagResource) Unset

func (v *NullableIndexerFlagResource) Unset()

type NullableIndexerResource

type NullableIndexerResource struct {
	// contains filtered or unexported fields
}

func NewNullableIndexerResource

func NewNullableIndexerResource(val *IndexerResource) *NullableIndexerResource

func (NullableIndexerResource) Get

func (NullableIndexerResource) IsSet

func (v NullableIndexerResource) IsSet() bool

func (NullableIndexerResource) MarshalJSON

func (v NullableIndexerResource) MarshalJSON() ([]byte, error)

func (*NullableIndexerResource) Set

func (*NullableIndexerResource) UnmarshalJSON

func (v *NullableIndexerResource) UnmarshalJSON(src []byte) error

func (*NullableIndexerResource) Unset

func (v *NullableIndexerResource) Unset()

type NullableInt

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableLanguage

type NullableLanguage struct {
	// contains filtered or unexported fields
}

func NewNullableLanguage

func NewNullableLanguage(val *Language) *NullableLanguage

func (NullableLanguage) Get

func (v NullableLanguage) Get() *Language

func (NullableLanguage) IsSet

func (v NullableLanguage) IsSet() bool

func (NullableLanguage) MarshalJSON

func (v NullableLanguage) MarshalJSON() ([]byte, error)

func (*NullableLanguage) Set

func (v *NullableLanguage) Set(val *Language)

func (*NullableLanguage) UnmarshalJSON

func (v *NullableLanguage) UnmarshalJSON(src []byte) error

func (*NullableLanguage) Unset

func (v *NullableLanguage) Unset()

type NullableLanguageResource

type NullableLanguageResource struct {
	// contains filtered or unexported fields
}

func NewNullableLanguageResource

func NewNullableLanguageResource(val *LanguageResource) *NullableLanguageResource

func (NullableLanguageResource) Get

func (NullableLanguageResource) IsSet

func (v NullableLanguageResource) IsSet() bool

func (NullableLanguageResource) MarshalJSON

func (v NullableLanguageResource) MarshalJSON() ([]byte, error)

func (*NullableLanguageResource) Set

func (*NullableLanguageResource) UnmarshalJSON

func (v *NullableLanguageResource) UnmarshalJSON(src []byte) error

func (*NullableLanguageResource) Unset

func (v *NullableLanguageResource) Unset()

type NullableLocalizationLanguageResource added in v0.5.0

type NullableLocalizationLanguageResource struct {
	// contains filtered or unexported fields
}

func NewNullableLocalizationLanguageResource added in v0.5.0

func NewNullableLocalizationLanguageResource(val *LocalizationLanguageResource) *NullableLocalizationLanguageResource

func (NullableLocalizationLanguageResource) Get added in v0.5.0

func (NullableLocalizationLanguageResource) IsSet added in v0.5.0

func (NullableLocalizationLanguageResource) MarshalJSON added in v0.5.0

func (v NullableLocalizationLanguageResource) MarshalJSON() ([]byte, error)

func (*NullableLocalizationLanguageResource) Set added in v0.5.0

func (*NullableLocalizationLanguageResource) UnmarshalJSON added in v0.5.0

func (v *NullableLocalizationLanguageResource) UnmarshalJSON(src []byte) error

func (*NullableLocalizationLanguageResource) Unset added in v0.5.0

type NullableLogFileResource

type NullableLogFileResource struct {
	// contains filtered or unexported fields
}

func NewNullableLogFileResource

func NewNullableLogFileResource(val *LogFileResource) *NullableLogFileResource

func (NullableLogFileResource) Get

func (NullableLogFileResource) IsSet

func (v NullableLogFileResource) IsSet() bool

func (NullableLogFileResource) MarshalJSON

func (v NullableLogFileResource) MarshalJSON() ([]byte, error)

func (*NullableLogFileResource) Set

func (*NullableLogFileResource) UnmarshalJSON

func (v *NullableLogFileResource) UnmarshalJSON(src []byte) error

func (*NullableLogFileResource) Unset

func (v *NullableLogFileResource) Unset()

type NullableLogResource

type NullableLogResource struct {
	// contains filtered or unexported fields
}

func NewNullableLogResource

func NewNullableLogResource(val *LogResource) *NullableLogResource

func (NullableLogResource) Get

func (NullableLogResource) IsSet

func (v NullableLogResource) IsSet() bool

func (NullableLogResource) MarshalJSON

func (v NullableLogResource) MarshalJSON() ([]byte, error)

func (*NullableLogResource) Set

func (v *NullableLogResource) Set(val *LogResource)

func (*NullableLogResource) UnmarshalJSON

func (v *NullableLogResource) UnmarshalJSON(src []byte) error

func (*NullableLogResource) Unset

func (v *NullableLogResource) Unset()

type NullableLogResourcePagingResource

type NullableLogResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableLogResourcePagingResource) Get

func (NullableLogResourcePagingResource) IsSet

func (NullableLogResourcePagingResource) MarshalJSON

func (v NullableLogResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableLogResourcePagingResource) Set

func (*NullableLogResourcePagingResource) UnmarshalJSON

func (v *NullableLogResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableLogResourcePagingResource) Unset

type NullableManualImportReprocessResource

type NullableManualImportReprocessResource struct {
	// contains filtered or unexported fields
}

func (NullableManualImportReprocessResource) Get

func (NullableManualImportReprocessResource) IsSet

func (NullableManualImportReprocessResource) MarshalJSON

func (v NullableManualImportReprocessResource) MarshalJSON() ([]byte, error)

func (*NullableManualImportReprocessResource) Set

func (*NullableManualImportReprocessResource) UnmarshalJSON

func (v *NullableManualImportReprocessResource) UnmarshalJSON(src []byte) error

func (*NullableManualImportReprocessResource) Unset

type NullableManualImportResource

type NullableManualImportResource struct {
	// contains filtered or unexported fields
}

func NewNullableManualImportResource

func NewNullableManualImportResource(val *ManualImportResource) *NullableManualImportResource

func (NullableManualImportResource) Get

func (NullableManualImportResource) IsSet

func (NullableManualImportResource) MarshalJSON

func (v NullableManualImportResource) MarshalJSON() ([]byte, error)

func (*NullableManualImportResource) Set

func (*NullableManualImportResource) UnmarshalJSON

func (v *NullableManualImportResource) UnmarshalJSON(src []byte) error

func (*NullableManualImportResource) Unset

func (v *NullableManualImportResource) Unset()

type NullableMediaCover

type NullableMediaCover struct {
	// contains filtered or unexported fields
}

func NewNullableMediaCover

func NewNullableMediaCover(val *MediaCover) *NullableMediaCover

func (NullableMediaCover) Get

func (v NullableMediaCover) Get() *MediaCover

func (NullableMediaCover) IsSet

func (v NullableMediaCover) IsSet() bool

func (NullableMediaCover) MarshalJSON

func (v NullableMediaCover) MarshalJSON() ([]byte, error)

func (*NullableMediaCover) Set

func (v *NullableMediaCover) Set(val *MediaCover)

func (*NullableMediaCover) UnmarshalJSON

func (v *NullableMediaCover) UnmarshalJSON(src []byte) error

func (*NullableMediaCover) Unset

func (v *NullableMediaCover) Unset()

type NullableMediaCoverTypes

type NullableMediaCoverTypes struct {
	// contains filtered or unexported fields
}

func NewNullableMediaCoverTypes

func NewNullableMediaCoverTypes(val *MediaCoverTypes) *NullableMediaCoverTypes

func (NullableMediaCoverTypes) Get

func (NullableMediaCoverTypes) IsSet

func (v NullableMediaCoverTypes) IsSet() bool

func (NullableMediaCoverTypes) MarshalJSON

func (v NullableMediaCoverTypes) MarshalJSON() ([]byte, error)

func (*NullableMediaCoverTypes) Set

func (*NullableMediaCoverTypes) UnmarshalJSON

func (v *NullableMediaCoverTypes) UnmarshalJSON(src []byte) error

func (*NullableMediaCoverTypes) Unset

func (v *NullableMediaCoverTypes) Unset()

type NullableMediaInfoResource

type NullableMediaInfoResource struct {
	// contains filtered or unexported fields
}

func NewNullableMediaInfoResource

func NewNullableMediaInfoResource(val *MediaInfoResource) *NullableMediaInfoResource

func (NullableMediaInfoResource) Get

func (NullableMediaInfoResource) IsSet

func (v NullableMediaInfoResource) IsSet() bool

func (NullableMediaInfoResource) MarshalJSON

func (v NullableMediaInfoResource) MarshalJSON() ([]byte, error)

func (*NullableMediaInfoResource) Set

func (*NullableMediaInfoResource) UnmarshalJSON

func (v *NullableMediaInfoResource) UnmarshalJSON(src []byte) error

func (*NullableMediaInfoResource) Unset

func (v *NullableMediaInfoResource) Unset()

type NullableMediaManagementConfigResource

type NullableMediaManagementConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableMediaManagementConfigResource) Get

func (NullableMediaManagementConfigResource) IsSet

func (NullableMediaManagementConfigResource) MarshalJSON

func (v NullableMediaManagementConfigResource) MarshalJSON() ([]byte, error)

func (*NullableMediaManagementConfigResource) Set

func (*NullableMediaManagementConfigResource) UnmarshalJSON

func (v *NullableMediaManagementConfigResource) UnmarshalJSON(src []byte) error

func (*NullableMediaManagementConfigResource) Unset

type NullableMetadataConfigResource

type NullableMetadataConfigResource struct {
	// contains filtered or unexported fields
}

func (NullableMetadataConfigResource) Get

func (NullableMetadataConfigResource) IsSet

func (NullableMetadataConfigResource) MarshalJSON

func (v NullableMetadataConfigResource) MarshalJSON() ([]byte, error)

func (*NullableMetadataConfigResource) Set

func (*NullableMetadataConfigResource) UnmarshalJSON

func (v *NullableMetadataConfigResource) UnmarshalJSON(src []byte) error

func (*NullableMetadataConfigResource) Unset

func (v *NullableMetadataConfigResource) Unset()

type NullableMetadataResource

type NullableMetadataResource struct {
	// contains filtered or unexported fields
}

func NewNullableMetadataResource

func NewNullableMetadataResource(val *MetadataResource) *NullableMetadataResource

func (NullableMetadataResource) Get

func (NullableMetadataResource) IsSet

func (v NullableMetadataResource) IsSet() bool

func (NullableMetadataResource) MarshalJSON

func (v NullableMetadataResource) MarshalJSON() ([]byte, error)

func (*NullableMetadataResource) Set

func (*NullableMetadataResource) UnmarshalJSON

func (v *NullableMetadataResource) UnmarshalJSON(src []byte) error

func (*NullableMetadataResource) Unset

func (v *NullableMetadataResource) Unset()

type NullableModifier

type NullableModifier struct {
	// contains filtered or unexported fields
}

func NewNullableModifier

func NewNullableModifier(val *Modifier) *NullableModifier

func (NullableModifier) Get

func (v NullableModifier) Get() *Modifier

func (NullableModifier) IsSet

func (v NullableModifier) IsSet() bool

func (NullableModifier) MarshalJSON

func (v NullableModifier) MarshalJSON() ([]byte, error)

func (*NullableModifier) Set

func (v *NullableModifier) Set(val *Modifier)

func (*NullableModifier) UnmarshalJSON

func (v *NullableModifier) UnmarshalJSON(src []byte) error

func (*NullableModifier) Unset

func (v *NullableModifier) Unset()

type NullableMonitorTypes

type NullableMonitorTypes struct {
	// contains filtered or unexported fields
}

func NewNullableMonitorTypes

func NewNullableMonitorTypes(val *MonitorTypes) *NullableMonitorTypes

func (NullableMonitorTypes) Get

func (NullableMonitorTypes) IsSet

func (v NullableMonitorTypes) IsSet() bool

func (NullableMonitorTypes) MarshalJSON

func (v NullableMonitorTypes) MarshalJSON() ([]byte, error)

func (*NullableMonitorTypes) Set

func (v *NullableMonitorTypes) Set(val *MonitorTypes)

func (*NullableMonitorTypes) UnmarshalJSON

func (v *NullableMonitorTypes) UnmarshalJSON(src []byte) error

func (*NullableMonitorTypes) Unset

func (v *NullableMonitorTypes) Unset()

type NullableMovieCollectionResource added in v1.0.1

type NullableMovieCollectionResource struct {
	// contains filtered or unexported fields
}

func NewNullableMovieCollectionResource added in v1.0.1

func NewNullableMovieCollectionResource(val *MovieCollectionResource) *NullableMovieCollectionResource

func (NullableMovieCollectionResource) Get added in v1.0.1

func (NullableMovieCollectionResource) IsSet added in v1.0.1

func (NullableMovieCollectionResource) MarshalJSON added in v1.0.1

func (v NullableMovieCollectionResource) MarshalJSON() ([]byte, error)

func (*NullableMovieCollectionResource) Set added in v1.0.1

func (*NullableMovieCollectionResource) UnmarshalJSON added in v1.0.1

func (v *NullableMovieCollectionResource) UnmarshalJSON(src []byte) error

func (*NullableMovieCollectionResource) Unset added in v1.0.1

type NullableMovieEditorResource

type NullableMovieEditorResource struct {
	// contains filtered or unexported fields
}

func NewNullableMovieEditorResource

func NewNullableMovieEditorResource(val *MovieEditorResource) *NullableMovieEditorResource

func (NullableMovieEditorResource) Get

func (NullableMovieEditorResource) IsSet

func (NullableMovieEditorResource) MarshalJSON

func (v NullableMovieEditorResource) MarshalJSON() ([]byte, error)

func (*NullableMovieEditorResource) Set

func (*NullableMovieEditorResource) UnmarshalJSON

func (v *NullableMovieEditorResource) UnmarshalJSON(src []byte) error

func (*NullableMovieEditorResource) Unset

func (v *NullableMovieEditorResource) Unset()

type NullableMovieFileListResource

type NullableMovieFileListResource struct {
	// contains filtered or unexported fields
}

func (NullableMovieFileListResource) Get

func (NullableMovieFileListResource) IsSet

func (NullableMovieFileListResource) MarshalJSON

func (v NullableMovieFileListResource) MarshalJSON() ([]byte, error)

func (*NullableMovieFileListResource) Set

func (*NullableMovieFileListResource) UnmarshalJSON

func (v *NullableMovieFileListResource) UnmarshalJSON(src []byte) error

func (*NullableMovieFileListResource) Unset

func (v *NullableMovieFileListResource) Unset()

type NullableMovieFileResource

type NullableMovieFileResource struct {
	// contains filtered or unexported fields
}

func NewNullableMovieFileResource

func NewNullableMovieFileResource(val *MovieFileResource) *NullableMovieFileResource

func (NullableMovieFileResource) Get

func (NullableMovieFileResource) IsSet

func (v NullableMovieFileResource) IsSet() bool

func (NullableMovieFileResource) MarshalJSON

func (v NullableMovieFileResource) MarshalJSON() ([]byte, error)

func (*NullableMovieFileResource) Set

func (*NullableMovieFileResource) UnmarshalJSON

func (v *NullableMovieFileResource) UnmarshalJSON(src []byte) error

func (*NullableMovieFileResource) Unset

func (v *NullableMovieFileResource) Unset()

type NullableMovieHistoryEventType

type NullableMovieHistoryEventType struct {
	// contains filtered or unexported fields
}

func (NullableMovieHistoryEventType) Get

func (NullableMovieHistoryEventType) IsSet

func (NullableMovieHistoryEventType) MarshalJSON

func (v NullableMovieHistoryEventType) MarshalJSON() ([]byte, error)

func (*NullableMovieHistoryEventType) Set

func (*NullableMovieHistoryEventType) UnmarshalJSON

func (v *NullableMovieHistoryEventType) UnmarshalJSON(src []byte) error

func (*NullableMovieHistoryEventType) Unset

func (v *NullableMovieHistoryEventType) Unset()

type NullableMovieResource

type NullableMovieResource struct {
	// contains filtered or unexported fields
}

func NewNullableMovieResource

func NewNullableMovieResource(val *MovieResource) *NullableMovieResource

func (NullableMovieResource) Get

func (NullableMovieResource) IsSet

func (v NullableMovieResource) IsSet() bool

func (NullableMovieResource) MarshalJSON

func (v NullableMovieResource) MarshalJSON() ([]byte, error)

func (*NullableMovieResource) Set

func (v *NullableMovieResource) Set(val *MovieResource)

func (*NullableMovieResource) UnmarshalJSON

func (v *NullableMovieResource) UnmarshalJSON(src []byte) error

func (*NullableMovieResource) Unset

func (v *NullableMovieResource) Unset()

type NullableMovieRuntimeFormatType

type NullableMovieRuntimeFormatType struct {
	// contains filtered or unexported fields
}

func (NullableMovieRuntimeFormatType) Get

func (NullableMovieRuntimeFormatType) IsSet

func (NullableMovieRuntimeFormatType) MarshalJSON

func (v NullableMovieRuntimeFormatType) MarshalJSON() ([]byte, error)

func (*NullableMovieRuntimeFormatType) Set

func (*NullableMovieRuntimeFormatType) UnmarshalJSON

func (v *NullableMovieRuntimeFormatType) UnmarshalJSON(src []byte) error

func (*NullableMovieRuntimeFormatType) Unset

func (v *NullableMovieRuntimeFormatType) Unset()

type NullableMovieStatisticsResource added in v1.0.1

type NullableMovieStatisticsResource struct {
	// contains filtered or unexported fields
}

func NewNullableMovieStatisticsResource added in v1.0.1

func NewNullableMovieStatisticsResource(val *MovieStatisticsResource) *NullableMovieStatisticsResource

func (NullableMovieStatisticsResource) Get added in v1.0.1

func (NullableMovieStatisticsResource) IsSet added in v1.0.1

func (NullableMovieStatisticsResource) MarshalJSON added in v1.0.1

func (v NullableMovieStatisticsResource) MarshalJSON() ([]byte, error)

func (*NullableMovieStatisticsResource) Set added in v1.0.1

func (*NullableMovieStatisticsResource) UnmarshalJSON added in v1.0.1

func (v *NullableMovieStatisticsResource) UnmarshalJSON(src []byte) error

func (*NullableMovieStatisticsResource) Unset added in v1.0.1

type NullableMovieStatusType

type NullableMovieStatusType struct {
	// contains filtered or unexported fields
}

func NewNullableMovieStatusType

func NewNullableMovieStatusType(val *MovieStatusType) *NullableMovieStatusType

func (NullableMovieStatusType) Get

func (NullableMovieStatusType) IsSet

func (v NullableMovieStatusType) IsSet() bool

func (NullableMovieStatusType) MarshalJSON

func (v NullableMovieStatusType) MarshalJSON() ([]byte, error)

func (*NullableMovieStatusType) Set

func (*NullableMovieStatusType) UnmarshalJSON

func (v *NullableMovieStatusType) UnmarshalJSON(src []byte) error

func (*NullableMovieStatusType) Unset

func (v *NullableMovieStatusType) Unset()

type NullableNamingConfigResource

type NullableNamingConfigResource struct {
	// contains filtered or unexported fields
}

func NewNullableNamingConfigResource

func NewNullableNamingConfigResource(val *NamingConfigResource) *NullableNamingConfigResource

func (NullableNamingConfigResource) Get

func (NullableNamingConfigResource) IsSet

func (NullableNamingConfigResource) MarshalJSON

func (v NullableNamingConfigResource) MarshalJSON() ([]byte, error)

func (*NullableNamingConfigResource) Set

func (*NullableNamingConfigResource) UnmarshalJSON

func (v *NullableNamingConfigResource) UnmarshalJSON(src []byte) error

func (*NullableNamingConfigResource) Unset

func (v *NullableNamingConfigResource) Unset()

type NullableNotificationResource

type NullableNotificationResource struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationResource

func NewNullableNotificationResource(val *NotificationResource) *NullableNotificationResource

func (NullableNotificationResource) Get

func (NullableNotificationResource) IsSet

func (NullableNotificationResource) MarshalJSON

func (v NullableNotificationResource) MarshalJSON() ([]byte, error)

func (*NullableNotificationResource) Set

func (*NullableNotificationResource) UnmarshalJSON

func (v *NullableNotificationResource) UnmarshalJSON(src []byte) error

func (*NullableNotificationResource) Unset

func (v *NullableNotificationResource) Unset()

type NullableParseResource

type NullableParseResource struct {
	// contains filtered or unexported fields
}

func NewNullableParseResource

func NewNullableParseResource(val *ParseResource) *NullableParseResource

func (NullableParseResource) Get

func (NullableParseResource) IsSet

func (v NullableParseResource) IsSet() bool

func (NullableParseResource) MarshalJSON

func (v NullableParseResource) MarshalJSON() ([]byte, error)

func (*NullableParseResource) Set

func (v *NullableParseResource) Set(val *ParseResource)

func (*NullableParseResource) UnmarshalJSON

func (v *NullableParseResource) UnmarshalJSON(src []byte) error

func (*NullableParseResource) Unset

func (v *NullableParseResource) Unset()

type NullableParsedMovieInfo

type NullableParsedMovieInfo struct {
	// contains filtered or unexported fields
}

func NewNullableParsedMovieInfo

func NewNullableParsedMovieInfo(val *ParsedMovieInfo) *NullableParsedMovieInfo

func (NullableParsedMovieInfo) Get

func (NullableParsedMovieInfo) IsSet

func (v NullableParsedMovieInfo) IsSet() bool

func (NullableParsedMovieInfo) MarshalJSON

func (v NullableParsedMovieInfo) MarshalJSON() ([]byte, error)

func (*NullableParsedMovieInfo) Set

func (*NullableParsedMovieInfo) UnmarshalJSON

func (v *NullableParsedMovieInfo) UnmarshalJSON(src []byte) error

func (*NullableParsedMovieInfo) Unset

func (v *NullableParsedMovieInfo) Unset()

type NullablePingResource

type NullablePingResource struct {
	// contains filtered or unexported fields
}

func NewNullablePingResource

func NewNullablePingResource(val *PingResource) *NullablePingResource

func (NullablePingResource) Get

func (NullablePingResource) IsSet

func (v NullablePingResource) IsSet() bool

func (NullablePingResource) MarshalJSON

func (v NullablePingResource) MarshalJSON() ([]byte, error)

func (*NullablePingResource) Set

func (v *NullablePingResource) Set(val *PingResource)

func (*NullablePingResource) UnmarshalJSON

func (v *NullablePingResource) UnmarshalJSON(src []byte) error

func (*NullablePingResource) Unset

func (v *NullablePingResource) Unset()

type NullablePrivacyLevel added in v0.4.0

type NullablePrivacyLevel struct {
	// contains filtered or unexported fields
}

func NewNullablePrivacyLevel added in v0.4.0

func NewNullablePrivacyLevel(val *PrivacyLevel) *NullablePrivacyLevel

func (NullablePrivacyLevel) Get added in v0.4.0

func (NullablePrivacyLevel) IsSet added in v0.4.0

func (v NullablePrivacyLevel) IsSet() bool

func (NullablePrivacyLevel) MarshalJSON added in v0.4.0

func (v NullablePrivacyLevel) MarshalJSON() ([]byte, error)

func (*NullablePrivacyLevel) Set added in v0.4.0

func (v *NullablePrivacyLevel) Set(val *PrivacyLevel)

func (*NullablePrivacyLevel) UnmarshalJSON added in v0.4.0

func (v *NullablePrivacyLevel) UnmarshalJSON(src []byte) error

func (*NullablePrivacyLevel) Unset added in v0.4.0

func (v *NullablePrivacyLevel) Unset()

type NullableProfileFormatItemResource

type NullableProfileFormatItemResource struct {
	// contains filtered or unexported fields
}

func (NullableProfileFormatItemResource) Get

func (NullableProfileFormatItemResource) IsSet

func (NullableProfileFormatItemResource) MarshalJSON

func (v NullableProfileFormatItemResource) MarshalJSON() ([]byte, error)

func (*NullableProfileFormatItemResource) Set

func (*NullableProfileFormatItemResource) UnmarshalJSON

func (v *NullableProfileFormatItemResource) UnmarshalJSON(src []byte) error

func (*NullableProfileFormatItemResource) Unset

type NullableProperDownloadTypes

type NullableProperDownloadTypes struct {
	// contains filtered or unexported fields
}

func NewNullableProperDownloadTypes

func NewNullableProperDownloadTypes(val *ProperDownloadTypes) *NullableProperDownloadTypes

func (NullableProperDownloadTypes) Get

func (NullableProperDownloadTypes) IsSet

func (NullableProperDownloadTypes) MarshalJSON

func (v NullableProperDownloadTypes) MarshalJSON() ([]byte, error)

func (*NullableProperDownloadTypes) Set

func (*NullableProperDownloadTypes) UnmarshalJSON

func (v *NullableProperDownloadTypes) UnmarshalJSON(src []byte) error

func (*NullableProperDownloadTypes) Unset

func (v *NullableProperDownloadTypes) Unset()

type NullableProviderMessage

type NullableProviderMessage struct {
	// contains filtered or unexported fields
}

func NewNullableProviderMessage

func NewNullableProviderMessage(val *ProviderMessage) *NullableProviderMessage

func (NullableProviderMessage) Get

func (NullableProviderMessage) IsSet

func (v NullableProviderMessage) IsSet() bool

func (NullableProviderMessage) MarshalJSON

func (v NullableProviderMessage) MarshalJSON() ([]byte, error)

func (*NullableProviderMessage) Set

func (*NullableProviderMessage) UnmarshalJSON

func (v *NullableProviderMessage) UnmarshalJSON(src []byte) error

func (*NullableProviderMessage) Unset

func (v *NullableProviderMessage) Unset()

type NullableProviderMessageType

type NullableProviderMessageType struct {
	// contains filtered or unexported fields
}

func NewNullableProviderMessageType

func NewNullableProviderMessageType(val *ProviderMessageType) *NullableProviderMessageType

func (NullableProviderMessageType) Get

func (NullableProviderMessageType) IsSet

func (NullableProviderMessageType) MarshalJSON

func (v NullableProviderMessageType) MarshalJSON() ([]byte, error)

func (*NullableProviderMessageType) Set

func (*NullableProviderMessageType) UnmarshalJSON

func (v *NullableProviderMessageType) UnmarshalJSON(src []byte) error

func (*NullableProviderMessageType) Unset

func (v *NullableProviderMessageType) Unset()

type NullableProxyType

type NullableProxyType struct {
	// contains filtered or unexported fields
}

func NewNullableProxyType

func NewNullableProxyType(val *ProxyType) *NullableProxyType

func (NullableProxyType) Get

func (v NullableProxyType) Get() *ProxyType

func (NullableProxyType) IsSet

func (v NullableProxyType) IsSet() bool

func (NullableProxyType) MarshalJSON

func (v NullableProxyType) MarshalJSON() ([]byte, error)

func (*NullableProxyType) Set

func (v *NullableProxyType) Set(val *ProxyType)

func (*NullableProxyType) UnmarshalJSON

func (v *NullableProxyType) UnmarshalJSON(src []byte) error

func (*NullableProxyType) Unset

func (v *NullableProxyType) Unset()

type NullableQuality

type NullableQuality struct {
	// contains filtered or unexported fields
}

func NewNullableQuality

func NewNullableQuality(val *Quality) *NullableQuality

func (NullableQuality) Get

func (v NullableQuality) Get() *Quality

func (NullableQuality) IsSet

func (v NullableQuality) IsSet() bool

func (NullableQuality) MarshalJSON

func (v NullableQuality) MarshalJSON() ([]byte, error)

func (*NullableQuality) Set

func (v *NullableQuality) Set(val *Quality)

func (*NullableQuality) UnmarshalJSON

func (v *NullableQuality) UnmarshalJSON(src []byte) error

func (*NullableQuality) Unset

func (v *NullableQuality) Unset()

type NullableQualityDefinitionResource

type NullableQualityDefinitionResource struct {
	// contains filtered or unexported fields
}

func (NullableQualityDefinitionResource) Get

func (NullableQualityDefinitionResource) IsSet

func (NullableQualityDefinitionResource) MarshalJSON

func (v NullableQualityDefinitionResource) MarshalJSON() ([]byte, error)

func (*NullableQualityDefinitionResource) Set

func (*NullableQualityDefinitionResource) UnmarshalJSON

func (v *NullableQualityDefinitionResource) UnmarshalJSON(src []byte) error

func (*NullableQualityDefinitionResource) Unset

type NullableQualityModel

type NullableQualityModel struct {
	// contains filtered or unexported fields
}

func NewNullableQualityModel

func NewNullableQualityModel(val *QualityModel) *NullableQualityModel

func (NullableQualityModel) Get

func (NullableQualityModel) IsSet

func (v NullableQualityModel) IsSet() bool

func (NullableQualityModel) MarshalJSON

func (v NullableQualityModel) MarshalJSON() ([]byte, error)

func (*NullableQualityModel) Set

func (v *NullableQualityModel) Set(val *QualityModel)

func (*NullableQualityModel) UnmarshalJSON

func (v *NullableQualityModel) UnmarshalJSON(src []byte) error

func (*NullableQualityModel) Unset

func (v *NullableQualityModel) Unset()

type NullableQualityProfileQualityItemResource

type NullableQualityProfileQualityItemResource struct {
	// contains filtered or unexported fields
}

func (NullableQualityProfileQualityItemResource) Get

func (NullableQualityProfileQualityItemResource) IsSet

func (NullableQualityProfileQualityItemResource) MarshalJSON

func (*NullableQualityProfileQualityItemResource) Set

func (*NullableQualityProfileQualityItemResource) UnmarshalJSON

func (v *NullableQualityProfileQualityItemResource) UnmarshalJSON(src []byte) error

func (*NullableQualityProfileQualityItemResource) Unset

type NullableQualityProfileResource

type NullableQualityProfileResource struct {
	// contains filtered or unexported fields
}

func (NullableQualityProfileResource) Get

func (NullableQualityProfileResource) IsSet

func (NullableQualityProfileResource) MarshalJSON

func (v NullableQualityProfileResource) MarshalJSON() ([]byte, error)

func (*NullableQualityProfileResource) Set

func (*NullableQualityProfileResource) UnmarshalJSON

func (v *NullableQualityProfileResource) UnmarshalJSON(src []byte) error

func (*NullableQualityProfileResource) Unset

func (v *NullableQualityProfileResource) Unset()

type NullableQualitySource added in v0.5.0

type NullableQualitySource struct {
	// contains filtered or unexported fields
}

func NewNullableQualitySource added in v0.5.0

func NewNullableQualitySource(val *QualitySource) *NullableQualitySource

func (NullableQualitySource) Get added in v0.5.0

func (NullableQualitySource) IsSet added in v0.5.0

func (v NullableQualitySource) IsSet() bool

func (NullableQualitySource) MarshalJSON added in v0.5.0

func (v NullableQualitySource) MarshalJSON() ([]byte, error)

func (*NullableQualitySource) Set added in v0.5.0

func (v *NullableQualitySource) Set(val *QualitySource)

func (*NullableQualitySource) UnmarshalJSON added in v0.5.0

func (v *NullableQualitySource) UnmarshalJSON(src []byte) error

func (*NullableQualitySource) Unset added in v0.5.0

func (v *NullableQualitySource) Unset()

type NullableQueueBulkResource

type NullableQueueBulkResource struct {
	// contains filtered or unexported fields
}

func NewNullableQueueBulkResource

func NewNullableQueueBulkResource(val *QueueBulkResource) *NullableQueueBulkResource

func (NullableQueueBulkResource) Get

func (NullableQueueBulkResource) IsSet

func (v NullableQueueBulkResource) IsSet() bool

func (NullableQueueBulkResource) MarshalJSON

func (v NullableQueueBulkResource) MarshalJSON() ([]byte, error)

func (*NullableQueueBulkResource) Set

func (*NullableQueueBulkResource) UnmarshalJSON

func (v *NullableQueueBulkResource) UnmarshalJSON(src []byte) error

func (*NullableQueueBulkResource) Unset

func (v *NullableQueueBulkResource) Unset()

type NullableQueueResource

type NullableQueueResource struct {
	// contains filtered or unexported fields
}

func NewNullableQueueResource

func NewNullableQueueResource(val *QueueResource) *NullableQueueResource

func (NullableQueueResource) Get

func (NullableQueueResource) IsSet

func (v NullableQueueResource) IsSet() bool

func (NullableQueueResource) MarshalJSON

func (v NullableQueueResource) MarshalJSON() ([]byte, error)

func (*NullableQueueResource) Set

func (v *NullableQueueResource) Set(val *QueueResource)

func (*NullableQueueResource) UnmarshalJSON

func (v *NullableQueueResource) UnmarshalJSON(src []byte) error

func (*NullableQueueResource) Unset

func (v *NullableQueueResource) Unset()

type NullableQueueResourcePagingResource

type NullableQueueResourcePagingResource struct {
	// contains filtered or unexported fields
}

func (NullableQueueResourcePagingResource) Get

func (NullableQueueResourcePagingResource) IsSet

func (NullableQueueResourcePagingResource) MarshalJSON

func (v NullableQueueResourcePagingResource) MarshalJSON() ([]byte, error)

func (*NullableQueueResourcePagingResource) Set

func (*NullableQueueResourcePagingResource) UnmarshalJSON

func (v *NullableQueueResourcePagingResource) UnmarshalJSON(src []byte) error

func (*NullableQueueResourcePagingResource) Unset

type NullableQueueStatusResource

type NullableQueueStatusResource struct {
	// contains filtered or unexported fields
}

func NewNullableQueueStatusResource

func NewNullableQueueStatusResource(val *QueueStatusResource) *NullableQueueStatusResource

func (NullableQueueStatusResource) Get

func (NullableQueueStatusResource) IsSet

func (NullableQueueStatusResource) MarshalJSON

func (v NullableQueueStatusResource) MarshalJSON() ([]byte, error)

func (*NullableQueueStatusResource) Set

func (*NullableQueueStatusResource) UnmarshalJSON

func (v *NullableQueueStatusResource) UnmarshalJSON(src []byte) error

func (*NullableQueueStatusResource) Unset

func (v *NullableQueueStatusResource) Unset()

type NullableRatingChild

type NullableRatingChild struct {
	// contains filtered or unexported fields
}

func NewNullableRatingChild

func NewNullableRatingChild(val *RatingChild) *NullableRatingChild

func (NullableRatingChild) Get

func (NullableRatingChild) IsSet

func (v NullableRatingChild) IsSet() bool

func (NullableRatingChild) MarshalJSON

func (v NullableRatingChild) MarshalJSON() ([]byte, error)

func (*NullableRatingChild) Set

func (v *NullableRatingChild) Set(val *RatingChild)

func (*NullableRatingChild) UnmarshalJSON

func (v *NullableRatingChild) UnmarshalJSON(src []byte) error

func (*NullableRatingChild) Unset

func (v *NullableRatingChild) Unset()

type NullableRatingType

type NullableRatingType struct {
	// contains filtered or unexported fields
}

func NewNullableRatingType

func NewNullableRatingType(val *RatingType) *NullableRatingType

func (NullableRatingType) Get

func (v NullableRatingType) Get() *RatingType

func (NullableRatingType) IsSet

func (v NullableRatingType) IsSet() bool

func (NullableRatingType) MarshalJSON

func (v NullableRatingType) MarshalJSON() ([]byte, error)

func (*NullableRatingType) Set

func (v *NullableRatingType) Set(val *RatingType)

func (*NullableRatingType) UnmarshalJSON

func (v *NullableRatingType) UnmarshalJSON(src []byte) error

func (*NullableRatingType) Unset

func (v *NullableRatingType) Unset()

type NullableRatings

type NullableRatings struct {
	// contains filtered or unexported fields
}

func NewNullableRatings

func NewNullableRatings(val *Ratings) *NullableRatings

func (NullableRatings) Get

func (v NullableRatings) Get() *Ratings

func (NullableRatings) IsSet

func (v NullableRatings) IsSet() bool

func (NullableRatings) MarshalJSON

func (v NullableRatings) MarshalJSON() ([]byte, error)

func (*NullableRatings) Set

func (v *NullableRatings) Set(val *Ratings)

func (*NullableRatings) UnmarshalJSON

func (v *NullableRatings) UnmarshalJSON(src []byte) error

func (*NullableRatings) Unset

func (v *NullableRatings) Unset()

type NullableRejection

type NullableRejection struct {
	// contains filtered or unexported fields
}

func NewNullableRejection

func NewNullableRejection(val *Rejection) *NullableRejection

func (NullableRejection) Get

func (v NullableRejection) Get() *Rejection

func (NullableRejection) IsSet

func (v NullableRejection) IsSet() bool

func (NullableRejection) MarshalJSON

func (v NullableRejection) MarshalJSON() ([]byte, error)

func (*NullableRejection) Set

func (v *NullableRejection) Set(val *Rejection)

func (*NullableRejection) UnmarshalJSON

func (v *NullableRejection) UnmarshalJSON(src []byte) error

func (*NullableRejection) Unset

func (v *NullableRejection) Unset()

type NullableRejectionType

type NullableRejectionType struct {
	// contains filtered or unexported fields
}

func NewNullableRejectionType

func NewNullableRejectionType(val *RejectionType) *NullableRejectionType

func (NullableRejectionType) Get

func (NullableRejectionType) IsSet

func (v NullableRejectionType) IsSet() bool

func (NullableRejectionType) MarshalJSON

func (v NullableRejectionType) MarshalJSON() ([]byte, error)

func (*NullableRejectionType) Set

func (v *NullableRejectionType) Set(val *RejectionType)

func (*NullableRejectionType) UnmarshalJSON

func (v *NullableRejectionType) UnmarshalJSON(src []byte) error

func (*NullableRejectionType) Unset

func (v *NullableRejectionType) Unset()

type NullableReleaseProfileResource added in v0.4.0

type NullableReleaseProfileResource struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseProfileResource added in v0.4.0

func NewNullableReleaseProfileResource(val *ReleaseProfileResource) *NullableReleaseProfileResource

func (NullableReleaseProfileResource) Get added in v0.4.0

func (NullableReleaseProfileResource) IsSet added in v0.4.0

func (NullableReleaseProfileResource) MarshalJSON added in v0.4.0

func (v NullableReleaseProfileResource) MarshalJSON() ([]byte, error)

func (*NullableReleaseProfileResource) Set added in v0.4.0

func (*NullableReleaseProfileResource) UnmarshalJSON added in v0.4.0

func (v *NullableReleaseProfileResource) UnmarshalJSON(src []byte) error

func (*NullableReleaseProfileResource) Unset added in v0.4.0

func (v *NullableReleaseProfileResource) Unset()

type NullableReleaseResource

type NullableReleaseResource struct {
	// contains filtered or unexported fields
}

func NewNullableReleaseResource

func NewNullableReleaseResource(val *ReleaseResource) *NullableReleaseResource

func (NullableReleaseResource) Get

func (NullableReleaseResource) IsSet

func (v NullableReleaseResource) IsSet() bool

func (NullableReleaseResource) MarshalJSON

func (v NullableReleaseResource) MarshalJSON() ([]byte, error)

func (*NullableReleaseResource) Set

func (*NullableReleaseResource) UnmarshalJSON

func (v *NullableReleaseResource) UnmarshalJSON(src []byte) error

func (*NullableReleaseResource) Unset

func (v *NullableReleaseResource) Unset()

type NullableRemotePathMappingResource

type NullableRemotePathMappingResource struct {
	// contains filtered or unexported fields
}

func (NullableRemotePathMappingResource) Get

func (NullableRemotePathMappingResource) IsSet

func (NullableRemotePathMappingResource) MarshalJSON

func (v NullableRemotePathMappingResource) MarshalJSON() ([]byte, error)

func (*NullableRemotePathMappingResource) Set

func (*NullableRemotePathMappingResource) UnmarshalJSON

func (v *NullableRemotePathMappingResource) UnmarshalJSON(src []byte) error

func (*NullableRemotePathMappingResource) Unset

type NullableRenameMovieResource

type NullableRenameMovieResource struct {
	// contains filtered or unexported fields
}

func NewNullableRenameMovieResource

func NewNullableRenameMovieResource(val *RenameMovieResource) *NullableRenameMovieResource

func (NullableRenameMovieResource) Get

func (NullableRenameMovieResource) IsSet

func (NullableRenameMovieResource) MarshalJSON

func (v NullableRenameMovieResource) MarshalJSON() ([]byte, error)

func (*NullableRenameMovieResource) Set

func (*NullableRenameMovieResource) UnmarshalJSON

func (v *NullableRenameMovieResource) UnmarshalJSON(src []byte) error

func (*NullableRenameMovieResource) Unset

func (v *NullableRenameMovieResource) Unset()

type NullableRescanAfterRefreshType

type NullableRescanAfterRefreshType struct {
	// contains filtered or unexported fields
}

func (NullableRescanAfterRefreshType) Get

func (NullableRescanAfterRefreshType) IsSet

func (NullableRescanAfterRefreshType) MarshalJSON

func (v NullableRescanAfterRefreshType) MarshalJSON() ([]byte, error)

func (*NullableRescanAfterRefreshType) Set

func (*NullableRescanAfterRefreshType) UnmarshalJSON

func (v *NullableRescanAfterRefreshType) UnmarshalJSON(src []byte) error

func (*NullableRescanAfterRefreshType) Unset

func (v *NullableRescanAfterRefreshType) Unset()

type NullableRevision

type NullableRevision struct {
	// contains filtered or unexported fields
}

func NewNullableRevision

func NewNullableRevision(val *Revision) *NullableRevision

func (NullableRevision) Get

func (v NullableRevision) Get() *Revision

func (NullableRevision) IsSet

func (v NullableRevision) IsSet() bool

func (NullableRevision) MarshalJSON

func (v NullableRevision) MarshalJSON() ([]byte, error)

func (*NullableRevision) Set

func (v *NullableRevision) Set(val *Revision)

func (*NullableRevision) UnmarshalJSON

func (v *NullableRevision) UnmarshalJSON(src []byte) error

func (*NullableRevision) Unset

func (v *NullableRevision) Unset()

type NullableRootFolderResource

type NullableRootFolderResource struct {
	// contains filtered or unexported fields
}

func NewNullableRootFolderResource

func NewNullableRootFolderResource(val *RootFolderResource) *NullableRootFolderResource

func (NullableRootFolderResource) Get

func (NullableRootFolderResource) IsSet

func (v NullableRootFolderResource) IsSet() bool

func (NullableRootFolderResource) MarshalJSON

func (v NullableRootFolderResource) MarshalJSON() ([]byte, error)

func (*NullableRootFolderResource) Set

func (*NullableRootFolderResource) UnmarshalJSON

func (v *NullableRootFolderResource) UnmarshalJSON(src []byte) error

func (*NullableRootFolderResource) Unset

func (v *NullableRootFolderResource) Unset()

type NullableRuntimeMode

type NullableRuntimeMode struct {
	// contains filtered or unexported fields
}

func NewNullableRuntimeMode

func NewNullableRuntimeMode(val *RuntimeMode) *NullableRuntimeMode

func (NullableRuntimeMode) Get

func (NullableRuntimeMode) IsSet

func (v NullableRuntimeMode) IsSet() bool

func (NullableRuntimeMode) MarshalJSON

func (v NullableRuntimeMode) MarshalJSON() ([]byte, error)

func (*NullableRuntimeMode) Set

func (v *NullableRuntimeMode) Set(val *RuntimeMode)

func (*NullableRuntimeMode) UnmarshalJSON

func (v *NullableRuntimeMode) UnmarshalJSON(src []byte) error

func (*NullableRuntimeMode) Unset

func (v *NullableRuntimeMode) Unset()

type NullableSelectOption

type NullableSelectOption struct {
	// contains filtered or unexported fields
}

func NewNullableSelectOption

func NewNullableSelectOption(val *SelectOption) *NullableSelectOption

func (NullableSelectOption) Get

func (NullableSelectOption) IsSet

func (v NullableSelectOption) IsSet() bool

func (NullableSelectOption) MarshalJSON

func (v NullableSelectOption) MarshalJSON() ([]byte, error)

func (*NullableSelectOption) Set

func (v *NullableSelectOption) Set(val *SelectOption)

func (*NullableSelectOption) UnmarshalJSON

func (v *NullableSelectOption) UnmarshalJSON(src []byte) error

func (*NullableSelectOption) Unset

func (v *NullableSelectOption) Unset()

type NullableSortDirection

type NullableSortDirection struct {
	// contains filtered or unexported fields
}

func NewNullableSortDirection

func NewNullableSortDirection(val *SortDirection) *NullableSortDirection

func (NullableSortDirection) Get

func (NullableSortDirection) IsSet

func (v NullableSortDirection) IsSet() bool

func (NullableSortDirection) MarshalJSON

func (v NullableSortDirection) MarshalJSON() ([]byte, error)

func (*NullableSortDirection) Set

func (v *NullableSortDirection) Set(val *SortDirection)

func (*NullableSortDirection) UnmarshalJSON

func (v *NullableSortDirection) UnmarshalJSON(src []byte) error

func (*NullableSortDirection) Unset

func (v *NullableSortDirection) Unset()

type NullableSourceType

type NullableSourceType struct {
	// contains filtered or unexported fields
}

func NewNullableSourceType

func NewNullableSourceType(val *SourceType) *NullableSourceType

func (NullableSourceType) Get

func (v NullableSourceType) Get() *SourceType

func (NullableSourceType) IsSet

func (v NullableSourceType) IsSet() bool

func (NullableSourceType) MarshalJSON

func (v NullableSourceType) MarshalJSON() ([]byte, error)

func (*NullableSourceType) Set

func (v *NullableSourceType) Set(val *SourceType)

func (*NullableSourceType) UnmarshalJSON

func (v *NullableSourceType) UnmarshalJSON(src []byte) error

func (*NullableSourceType) Unset

func (v *NullableSourceType) Unset()

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableSystemResource

type NullableSystemResource struct {
	// contains filtered or unexported fields
}

func NewNullableSystemResource

func NewNullableSystemResource(val *SystemResource) *NullableSystemResource

func (NullableSystemResource) Get

func (NullableSystemResource) IsSet

func (v NullableSystemResource) IsSet() bool

func (NullableSystemResource) MarshalJSON

func (v NullableSystemResource) MarshalJSON() ([]byte, error)

func (*NullableSystemResource) Set

func (*NullableSystemResource) UnmarshalJSON

func (v *NullableSystemResource) UnmarshalJSON(src []byte) error

func (*NullableSystemResource) Unset

func (v *NullableSystemResource) Unset()

type NullableTMDbCountryCode

type NullableTMDbCountryCode struct {
	// contains filtered or unexported fields
}

func NewNullableTMDbCountryCode

func NewNullableTMDbCountryCode(val *TMDbCountryCode) *NullableTMDbCountryCode

func (NullableTMDbCountryCode) Get

func (NullableTMDbCountryCode) IsSet

func (v NullableTMDbCountryCode) IsSet() bool

func (NullableTMDbCountryCode) MarshalJSON

func (v NullableTMDbCountryCode) MarshalJSON() ([]byte, error)

func (*NullableTMDbCountryCode) Set

func (*NullableTMDbCountryCode) UnmarshalJSON

func (v *NullableTMDbCountryCode) UnmarshalJSON(src []byte) error

func (*NullableTMDbCountryCode) Unset

func (v *NullableTMDbCountryCode) Unset()

type NullableTagDetailsResource

type NullableTagDetailsResource struct {
	// contains filtered or unexported fields
}

func NewNullableTagDetailsResource

func NewNullableTagDetailsResource(val *TagDetailsResource) *NullableTagDetailsResource

func (NullableTagDetailsResource) Get

func (NullableTagDetailsResource) IsSet

func (v NullableTagDetailsResource) IsSet() bool

func (NullableTagDetailsResource) MarshalJSON

func (v NullableTagDetailsResource) MarshalJSON() ([]byte, error)

func (*NullableTagDetailsResource) Set

func (*NullableTagDetailsResource) UnmarshalJSON

func (v *NullableTagDetailsResource) UnmarshalJSON(src []byte) error

func (*NullableTagDetailsResource) Unset

func (v *NullableTagDetailsResource) Unset()

type NullableTagResource

type NullableTagResource struct {
	// contains filtered or unexported fields
}

func NewNullableTagResource

func NewNullableTagResource(val *TagResource) *NullableTagResource

func (NullableTagResource) Get

func (NullableTagResource) IsSet

func (v NullableTagResource) IsSet() bool

func (NullableTagResource) MarshalJSON

func (v NullableTagResource) MarshalJSON() ([]byte, error)

func (*NullableTagResource) Set

func (v *NullableTagResource) Set(val *TagResource)

func (*NullableTagResource) UnmarshalJSON

func (v *NullableTagResource) UnmarshalJSON(src []byte) error

func (*NullableTagResource) Unset

func (v *NullableTagResource) Unset()

type NullableTaskResource

type NullableTaskResource struct {
	// contains filtered or unexported fields
}

func NewNullableTaskResource

func NewNullableTaskResource(val *TaskResource) *NullableTaskResource

func (NullableTaskResource) Get

func (NullableTaskResource) IsSet

func (v NullableTaskResource) IsSet() bool

func (NullableTaskResource) MarshalJSON

func (v NullableTaskResource) MarshalJSON() ([]byte, error)

func (*NullableTaskResource) Set

func (v *NullableTaskResource) Set(val *TaskResource)

func (*NullableTaskResource) UnmarshalJSON

func (v *NullableTaskResource) UnmarshalJSON(src []byte) error

func (*NullableTaskResource) Unset

func (v *NullableTaskResource) Unset()

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableTrackedDownloadState

type NullableTrackedDownloadState struct {
	// contains filtered or unexported fields
}

func NewNullableTrackedDownloadState

func NewNullableTrackedDownloadState(val *TrackedDownloadState) *NullableTrackedDownloadState

func (NullableTrackedDownloadState) Get

func (NullableTrackedDownloadState) IsSet

func (NullableTrackedDownloadState) MarshalJSON

func (v NullableTrackedDownloadState) MarshalJSON() ([]byte, error)

func (*NullableTrackedDownloadState) Set

func (*NullableTrackedDownloadState) UnmarshalJSON

func (v *NullableTrackedDownloadState) UnmarshalJSON(src []byte) error

func (*NullableTrackedDownloadState) Unset

func (v *NullableTrackedDownloadState) Unset()

type NullableTrackedDownloadStatus

type NullableTrackedDownloadStatus struct {
	// contains filtered or unexported fields
}

func (NullableTrackedDownloadStatus) Get

func (NullableTrackedDownloadStatus) IsSet

func (NullableTrackedDownloadStatus) MarshalJSON

func (v NullableTrackedDownloadStatus) MarshalJSON() ([]byte, error)

func (*NullableTrackedDownloadStatus) Set

func (*NullableTrackedDownloadStatus) UnmarshalJSON

func (v *NullableTrackedDownloadStatus) UnmarshalJSON(src []byte) error

func (*NullableTrackedDownloadStatus) Unset

func (v *NullableTrackedDownloadStatus) Unset()

type NullableTrackedDownloadStatusMessage

type NullableTrackedDownloadStatusMessage struct {
	// contains filtered or unexported fields
}

func (NullableTrackedDownloadStatusMessage) Get

func (NullableTrackedDownloadStatusMessage) IsSet

func (NullableTrackedDownloadStatusMessage) MarshalJSON

func (v NullableTrackedDownloadStatusMessage) MarshalJSON() ([]byte, error)

func (*NullableTrackedDownloadStatusMessage) Set

func (*NullableTrackedDownloadStatusMessage) UnmarshalJSON

func (v *NullableTrackedDownloadStatusMessage) UnmarshalJSON(src []byte) error

func (*NullableTrackedDownloadStatusMessage) Unset

type NullableUiConfigResource

type NullableUiConfigResource struct {
	// contains filtered or unexported fields
}

func NewNullableUiConfigResource

func NewNullableUiConfigResource(val *UiConfigResource) *NullableUiConfigResource

func (NullableUiConfigResource) Get

func (NullableUiConfigResource) IsSet

func (v NullableUiConfigResource) IsSet() bool

func (NullableUiConfigResource) MarshalJSON

func (v NullableUiConfigResource) MarshalJSON() ([]byte, error)

func (*NullableUiConfigResource) Set

func (*NullableUiConfigResource) UnmarshalJSON

func (v *NullableUiConfigResource) UnmarshalJSON(src []byte) error

func (*NullableUiConfigResource) Unset

func (v *NullableUiConfigResource) Unset()

type NullableUnmappedFolder

type NullableUnmappedFolder struct {
	// contains filtered or unexported fields
}

func NewNullableUnmappedFolder

func NewNullableUnmappedFolder(val *UnmappedFolder) *NullableUnmappedFolder

func (NullableUnmappedFolder) Get

func (NullableUnmappedFolder) IsSet

func (v NullableUnmappedFolder) IsSet() bool

func (NullableUnmappedFolder) MarshalJSON

func (v NullableUnmappedFolder) MarshalJSON() ([]byte, error)

func (*NullableUnmappedFolder) Set

func (*NullableUnmappedFolder) UnmarshalJSON

func (v *NullableUnmappedFolder) UnmarshalJSON(src []byte) error

func (*NullableUnmappedFolder) Unset

func (v *NullableUnmappedFolder) Unset()

type NullableUpdateChanges

type NullableUpdateChanges struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateChanges

func NewNullableUpdateChanges(val *UpdateChanges) *NullableUpdateChanges

func (NullableUpdateChanges) Get

func (NullableUpdateChanges) IsSet

func (v NullableUpdateChanges) IsSet() bool

func (NullableUpdateChanges) MarshalJSON

func (v NullableUpdateChanges) MarshalJSON() ([]byte, error)

func (*NullableUpdateChanges) Set

func (v *NullableUpdateChanges) Set(val *UpdateChanges)

func (*NullableUpdateChanges) UnmarshalJSON

func (v *NullableUpdateChanges) UnmarshalJSON(src []byte) error

func (*NullableUpdateChanges) Unset

func (v *NullableUpdateChanges) Unset()

type NullableUpdateMechanism

type NullableUpdateMechanism struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateMechanism

func NewNullableUpdateMechanism(val *UpdateMechanism) *NullableUpdateMechanism

func (NullableUpdateMechanism) Get

func (NullableUpdateMechanism) IsSet

func (v NullableUpdateMechanism) IsSet() bool

func (NullableUpdateMechanism) MarshalJSON

func (v NullableUpdateMechanism) MarshalJSON() ([]byte, error)

func (*NullableUpdateMechanism) Set

func (*NullableUpdateMechanism) UnmarshalJSON

func (v *NullableUpdateMechanism) UnmarshalJSON(src []byte) error

func (*NullableUpdateMechanism) Unset

func (v *NullableUpdateMechanism) Unset()

type NullableUpdateResource

type NullableUpdateResource struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateResource

func NewNullableUpdateResource(val *UpdateResource) *NullableUpdateResource

func (NullableUpdateResource) Get

func (NullableUpdateResource) IsSet

func (v NullableUpdateResource) IsSet() bool

func (NullableUpdateResource) MarshalJSON

func (v NullableUpdateResource) MarshalJSON() ([]byte, error)

func (*NullableUpdateResource) Set

func (*NullableUpdateResource) UnmarshalJSON

func (v *NullableUpdateResource) UnmarshalJSON(src []byte) error

func (*NullableUpdateResource) Unset

func (v *NullableUpdateResource) Unset()

type ParseAPIService added in v1.0.1

type ParseAPIService service

ParseAPIService ParseAPI service

func (*ParseAPIService) GetParse added in v1.0.1

GetParse Method for GetParse

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetParseRequest

func (*ParseAPIService) GetParseExecute added in v1.0.1

func (a *ParseAPIService) GetParseExecute(r ApiGetParseRequest) (*ParseResource, *http.Response, error)

Execute executes the request

@return ParseResource

type ParseResource

type ParseResource struct {
	Id                *int32                 `json:"id,omitempty"`
	Title             NullableString         `json:"title,omitempty"`
	ParsedMovieInfo   *ParsedMovieInfo       `json:"parsedMovieInfo,omitempty"`
	Movie             *MovieResource         `json:"movie,omitempty"`
	Languages         []Language             `json:"languages,omitempty"`
	CustomFormats     []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore *int32                 `json:"customFormatScore,omitempty"`
}

ParseResource struct for ParseResource

func NewParseResource

func NewParseResource() *ParseResource

NewParseResource instantiates a new ParseResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParseResourceWithDefaults

func NewParseResourceWithDefaults() *ParseResource

NewParseResourceWithDefaults instantiates a new ParseResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParseResource) GetCustomFormatScore added in v0.4.0

func (o *ParseResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*ParseResource) GetCustomFormatScoreOk added in v0.4.0

func (o *ParseResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParseResource) GetCustomFormats added in v0.4.0

func (o *ParseResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParseResource) GetCustomFormatsOk added in v0.4.0

func (o *ParseResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParseResource) GetId

func (o *ParseResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ParseResource) GetIdOk

func (o *ParseResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParseResource) GetLanguages added in v0.4.0

func (o *ParseResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParseResource) GetLanguagesOk added in v0.4.0

func (o *ParseResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParseResource) GetMovie

func (o *ParseResource) GetMovie() MovieResource

GetMovie returns the Movie field value if set, zero value otherwise.

func (*ParseResource) GetMovieOk

func (o *ParseResource) GetMovieOk() (*MovieResource, bool)

GetMovieOk returns a tuple with the Movie field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParseResource) GetParsedMovieInfo

func (o *ParseResource) GetParsedMovieInfo() ParsedMovieInfo

GetParsedMovieInfo returns the ParsedMovieInfo field value if set, zero value otherwise.

func (*ParseResource) GetParsedMovieInfoOk

func (o *ParseResource) GetParsedMovieInfoOk() (*ParsedMovieInfo, bool)

GetParsedMovieInfoOk returns a tuple with the ParsedMovieInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParseResource) GetTitle

func (o *ParseResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParseResource) GetTitleOk

func (o *ParseResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParseResource) HasCustomFormatScore added in v0.4.0

func (o *ParseResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*ParseResource) HasCustomFormats added in v0.4.0

func (o *ParseResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*ParseResource) HasId

func (o *ParseResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ParseResource) HasLanguages added in v0.4.0

func (o *ParseResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*ParseResource) HasMovie

func (o *ParseResource) HasMovie() bool

HasMovie returns a boolean if a field has been set.

func (*ParseResource) HasParsedMovieInfo

func (o *ParseResource) HasParsedMovieInfo() bool

HasParsedMovieInfo returns a boolean if a field has been set.

func (*ParseResource) HasTitle

func (o *ParseResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ParseResource) MarshalJSON

func (o ParseResource) MarshalJSON() ([]byte, error)

func (*ParseResource) SetCustomFormatScore added in v0.4.0

func (o *ParseResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*ParseResource) SetCustomFormats added in v0.4.0

func (o *ParseResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*ParseResource) SetId

func (o *ParseResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ParseResource) SetLanguages added in v0.4.0

func (o *ParseResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*ParseResource) SetMovie

func (o *ParseResource) SetMovie(v MovieResource)

SetMovie gets a reference to the given MovieResource and assigns it to the Movie field.

func (*ParseResource) SetParsedMovieInfo

func (o *ParseResource) SetParsedMovieInfo(v ParsedMovieInfo)

SetParsedMovieInfo gets a reference to the given ParsedMovieInfo and assigns it to the ParsedMovieInfo field.

func (*ParseResource) SetTitle

func (o *ParseResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*ParseResource) SetTitleNil

func (o *ParseResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (ParseResource) ToMap added in v1.0.1

func (o ParseResource) ToMap() (map[string]interface{}, error)

func (*ParseResource) UnsetTitle

func (o *ParseResource) UnsetTitle()

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

type ParsedMovieInfo

type ParsedMovieInfo struct {
	MovieTitles        []string       `json:"movieTitles,omitempty"`
	OriginalTitle      NullableString `json:"originalTitle,omitempty"`
	ReleaseTitle       NullableString `json:"releaseTitle,omitempty"`
	SimpleReleaseTitle NullableString `json:"simpleReleaseTitle,omitempty"`
	Quality            *QualityModel  `json:"quality,omitempty"`
	Languages          []Language     `json:"languages,omitempty"`
	ReleaseGroup       NullableString `json:"releaseGroup,omitempty"`
	ReleaseHash        NullableString `json:"releaseHash,omitempty"`
	Edition            NullableString `json:"edition,omitempty"`
	Year               *int32         `json:"year,omitempty"`
	ImdbId             NullableString `json:"imdbId,omitempty"`
	TmdbId             *int32         `json:"tmdbId,omitempty"`
	HardcodedSubs      NullableString `json:"hardcodedSubs,omitempty"`
	MovieTitle         NullableString `json:"movieTitle,omitempty"`
	PrimaryMovieTitle  NullableString `json:"primaryMovieTitle,omitempty"`
}

ParsedMovieInfo struct for ParsedMovieInfo

func NewParsedMovieInfo

func NewParsedMovieInfo() *ParsedMovieInfo

NewParsedMovieInfo instantiates a new ParsedMovieInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParsedMovieInfoWithDefaults

func NewParsedMovieInfoWithDefaults() *ParsedMovieInfo

NewParsedMovieInfoWithDefaults instantiates a new ParsedMovieInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParsedMovieInfo) GetEdition

func (o *ParsedMovieInfo) GetEdition() string

GetEdition returns the Edition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetEditionOk

func (o *ParsedMovieInfo) GetEditionOk() (*string, bool)

GetEditionOk returns a tuple with the Edition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetHardcodedSubs added in v0.2.0

func (o *ParsedMovieInfo) GetHardcodedSubs() string

GetHardcodedSubs returns the HardcodedSubs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetHardcodedSubsOk added in v0.2.0

func (o *ParsedMovieInfo) GetHardcodedSubsOk() (*string, bool)

GetHardcodedSubsOk returns a tuple with the HardcodedSubs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetImdbId

func (o *ParsedMovieInfo) GetImdbId() string

GetImdbId returns the ImdbId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetImdbIdOk

func (o *ParsedMovieInfo) GetImdbIdOk() (*string, bool)

GetImdbIdOk returns a tuple with the ImdbId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetLanguages

func (o *ParsedMovieInfo) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetLanguagesOk

func (o *ParsedMovieInfo) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetMovieTitle

func (o *ParsedMovieInfo) GetMovieTitle() string

GetMovieTitle returns the MovieTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetMovieTitleOk

func (o *ParsedMovieInfo) GetMovieTitleOk() (*string, bool)

GetMovieTitleOk returns a tuple with the MovieTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetMovieTitles

func (o *ParsedMovieInfo) GetMovieTitles() []string

GetMovieTitles returns the MovieTitles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetMovieTitlesOk

func (o *ParsedMovieInfo) GetMovieTitlesOk() ([]string, bool)

GetMovieTitlesOk returns a tuple with the MovieTitles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetOriginalTitle

func (o *ParsedMovieInfo) GetOriginalTitle() string

GetOriginalTitle returns the OriginalTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetOriginalTitleOk

func (o *ParsedMovieInfo) GetOriginalTitleOk() (*string, bool)

GetOriginalTitleOk returns a tuple with the OriginalTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetPrimaryMovieTitle

func (o *ParsedMovieInfo) GetPrimaryMovieTitle() string

GetPrimaryMovieTitle returns the PrimaryMovieTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetPrimaryMovieTitleOk

func (o *ParsedMovieInfo) GetPrimaryMovieTitleOk() (*string, bool)

GetPrimaryMovieTitleOk returns a tuple with the PrimaryMovieTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetQuality

func (o *ParsedMovieInfo) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ParsedMovieInfo) GetQualityOk

func (o *ParsedMovieInfo) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedMovieInfo) GetReleaseGroup

func (o *ParsedMovieInfo) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetReleaseGroupOk

func (o *ParsedMovieInfo) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetReleaseHash

func (o *ParsedMovieInfo) GetReleaseHash() string

GetReleaseHash returns the ReleaseHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetReleaseHashOk

func (o *ParsedMovieInfo) GetReleaseHashOk() (*string, bool)

GetReleaseHashOk returns a tuple with the ReleaseHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetReleaseTitle

func (o *ParsedMovieInfo) GetReleaseTitle() string

GetReleaseTitle returns the ReleaseTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetReleaseTitleOk

func (o *ParsedMovieInfo) GetReleaseTitleOk() (*string, bool)

GetReleaseTitleOk returns a tuple with the ReleaseTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetSimpleReleaseTitle

func (o *ParsedMovieInfo) GetSimpleReleaseTitle() string

GetSimpleReleaseTitle returns the SimpleReleaseTitle field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ParsedMovieInfo) GetSimpleReleaseTitleOk

func (o *ParsedMovieInfo) GetSimpleReleaseTitleOk() (*string, bool)

GetSimpleReleaseTitleOk returns a tuple with the SimpleReleaseTitle field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ParsedMovieInfo) GetTmdbId

func (o *ParsedMovieInfo) GetTmdbId() int32

GetTmdbId returns the TmdbId field value if set, zero value otherwise.

func (*ParsedMovieInfo) GetTmdbIdOk

func (o *ParsedMovieInfo) GetTmdbIdOk() (*int32, bool)

GetTmdbIdOk returns a tuple with the TmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedMovieInfo) GetYear

func (o *ParsedMovieInfo) GetYear() int32

GetYear returns the Year field value if set, zero value otherwise.

func (*ParsedMovieInfo) GetYearOk

func (o *ParsedMovieInfo) GetYearOk() (*int32, bool)

GetYearOk returns a tuple with the Year field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParsedMovieInfo) HasEdition

func (o *ParsedMovieInfo) HasEdition() bool

HasEdition returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasHardcodedSubs added in v0.2.0

func (o *ParsedMovieInfo) HasHardcodedSubs() bool

HasHardcodedSubs returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasImdbId

func (o *ParsedMovieInfo) HasImdbId() bool

HasImdbId returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasLanguages

func (o *ParsedMovieInfo) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasMovieTitle

func (o *ParsedMovieInfo) HasMovieTitle() bool

HasMovieTitle returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasMovieTitles

func (o *ParsedMovieInfo) HasMovieTitles() bool

HasMovieTitles returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasOriginalTitle

func (o *ParsedMovieInfo) HasOriginalTitle() bool

HasOriginalTitle returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasPrimaryMovieTitle

func (o *ParsedMovieInfo) HasPrimaryMovieTitle() bool

HasPrimaryMovieTitle returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasQuality

func (o *ParsedMovieInfo) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasReleaseGroup

func (o *ParsedMovieInfo) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasReleaseHash

func (o *ParsedMovieInfo) HasReleaseHash() bool

HasReleaseHash returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasReleaseTitle

func (o *ParsedMovieInfo) HasReleaseTitle() bool

HasReleaseTitle returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasSimpleReleaseTitle

func (o *ParsedMovieInfo) HasSimpleReleaseTitle() bool

HasSimpleReleaseTitle returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasTmdbId

func (o *ParsedMovieInfo) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

func (*ParsedMovieInfo) HasYear

func (o *ParsedMovieInfo) HasYear() bool

HasYear returns a boolean if a field has been set.

func (ParsedMovieInfo) MarshalJSON

func (o ParsedMovieInfo) MarshalJSON() ([]byte, error)

func (*ParsedMovieInfo) SetEdition

func (o *ParsedMovieInfo) SetEdition(v string)

SetEdition gets a reference to the given NullableString and assigns it to the Edition field.

func (*ParsedMovieInfo) SetEditionNil

func (o *ParsedMovieInfo) SetEditionNil()

SetEditionNil sets the value for Edition to be an explicit nil

func (*ParsedMovieInfo) SetHardcodedSubs added in v0.2.0

func (o *ParsedMovieInfo) SetHardcodedSubs(v string)

SetHardcodedSubs gets a reference to the given NullableString and assigns it to the HardcodedSubs field.

func (*ParsedMovieInfo) SetHardcodedSubsNil added in v0.2.0

func (o *ParsedMovieInfo) SetHardcodedSubsNil()

SetHardcodedSubsNil sets the value for HardcodedSubs to be an explicit nil

func (*ParsedMovieInfo) SetImdbId

func (o *ParsedMovieInfo) SetImdbId(v string)

SetImdbId gets a reference to the given NullableString and assigns it to the ImdbId field.

func (*ParsedMovieInfo) SetImdbIdNil

func (o *ParsedMovieInfo) SetImdbIdNil()

SetImdbIdNil sets the value for ImdbId to be an explicit nil

func (*ParsedMovieInfo) SetLanguages

func (o *ParsedMovieInfo) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*ParsedMovieInfo) SetMovieTitle

func (o *ParsedMovieInfo) SetMovieTitle(v string)

SetMovieTitle gets a reference to the given NullableString and assigns it to the MovieTitle field.

func (*ParsedMovieInfo) SetMovieTitleNil

func (o *ParsedMovieInfo) SetMovieTitleNil()

SetMovieTitleNil sets the value for MovieTitle to be an explicit nil

func (*ParsedMovieInfo) SetMovieTitles

func (o *ParsedMovieInfo) SetMovieTitles(v []string)

SetMovieTitles gets a reference to the given []string and assigns it to the MovieTitles field.

func (*ParsedMovieInfo) SetOriginalTitle

func (o *ParsedMovieInfo) SetOriginalTitle(v string)

SetOriginalTitle gets a reference to the given NullableString and assigns it to the OriginalTitle field.

func (*ParsedMovieInfo) SetOriginalTitleNil

func (o *ParsedMovieInfo) SetOriginalTitleNil()

SetOriginalTitleNil sets the value for OriginalTitle to be an explicit nil

func (*ParsedMovieInfo) SetPrimaryMovieTitle

func (o *ParsedMovieInfo) SetPrimaryMovieTitle(v string)

SetPrimaryMovieTitle gets a reference to the given NullableString and assigns it to the PrimaryMovieTitle field.

func (*ParsedMovieInfo) SetPrimaryMovieTitleNil

func (o *ParsedMovieInfo) SetPrimaryMovieTitleNil()

SetPrimaryMovieTitleNil sets the value for PrimaryMovieTitle to be an explicit nil

func (*ParsedMovieInfo) SetQuality

func (o *ParsedMovieInfo) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ParsedMovieInfo) SetReleaseGroup

func (o *ParsedMovieInfo) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ParsedMovieInfo) SetReleaseGroupNil

func (o *ParsedMovieInfo) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ParsedMovieInfo) SetReleaseHash

func (o *ParsedMovieInfo) SetReleaseHash(v string)

SetReleaseHash gets a reference to the given NullableString and assigns it to the ReleaseHash field.

func (*ParsedMovieInfo) SetReleaseHashNil

func (o *ParsedMovieInfo) SetReleaseHashNil()

SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil

func (*ParsedMovieInfo) SetReleaseTitle

func (o *ParsedMovieInfo) SetReleaseTitle(v string)

SetReleaseTitle gets a reference to the given NullableString and assigns it to the ReleaseTitle field.

func (*ParsedMovieInfo) SetReleaseTitleNil

func (o *ParsedMovieInfo) SetReleaseTitleNil()

SetReleaseTitleNil sets the value for ReleaseTitle to be an explicit nil

func (*ParsedMovieInfo) SetSimpleReleaseTitle

func (o *ParsedMovieInfo) SetSimpleReleaseTitle(v string)

SetSimpleReleaseTitle gets a reference to the given NullableString and assigns it to the SimpleReleaseTitle field.

func (*ParsedMovieInfo) SetSimpleReleaseTitleNil

func (o *ParsedMovieInfo) SetSimpleReleaseTitleNil()

SetSimpleReleaseTitleNil sets the value for SimpleReleaseTitle to be an explicit nil

func (*ParsedMovieInfo) SetTmdbId

func (o *ParsedMovieInfo) SetTmdbId(v int32)

SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.

func (*ParsedMovieInfo) SetYear

func (o *ParsedMovieInfo) SetYear(v int32)

SetYear gets a reference to the given int32 and assigns it to the Year field.

func (ParsedMovieInfo) ToMap added in v1.0.1

func (o ParsedMovieInfo) ToMap() (map[string]interface{}, error)

func (*ParsedMovieInfo) UnsetEdition

func (o *ParsedMovieInfo) UnsetEdition()

UnsetEdition ensures that no value is present for Edition, not even an explicit nil

func (*ParsedMovieInfo) UnsetHardcodedSubs added in v0.2.0

func (o *ParsedMovieInfo) UnsetHardcodedSubs()

UnsetHardcodedSubs ensures that no value is present for HardcodedSubs, not even an explicit nil

func (*ParsedMovieInfo) UnsetImdbId

func (o *ParsedMovieInfo) UnsetImdbId()

UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil

func (*ParsedMovieInfo) UnsetMovieTitle

func (o *ParsedMovieInfo) UnsetMovieTitle()

UnsetMovieTitle ensures that no value is present for MovieTitle, not even an explicit nil

func (*ParsedMovieInfo) UnsetOriginalTitle

func (o *ParsedMovieInfo) UnsetOriginalTitle()

UnsetOriginalTitle ensures that no value is present for OriginalTitle, not even an explicit nil

func (*ParsedMovieInfo) UnsetPrimaryMovieTitle

func (o *ParsedMovieInfo) UnsetPrimaryMovieTitle()

UnsetPrimaryMovieTitle ensures that no value is present for PrimaryMovieTitle, not even an explicit nil

func (*ParsedMovieInfo) UnsetReleaseGroup

func (o *ParsedMovieInfo) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*ParsedMovieInfo) UnsetReleaseHash

func (o *ParsedMovieInfo) UnsetReleaseHash()

UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil

func (*ParsedMovieInfo) UnsetReleaseTitle

func (o *ParsedMovieInfo) UnsetReleaseTitle()

UnsetReleaseTitle ensures that no value is present for ReleaseTitle, not even an explicit nil

func (*ParsedMovieInfo) UnsetSimpleReleaseTitle

func (o *ParsedMovieInfo) UnsetSimpleReleaseTitle()

UnsetSimpleReleaseTitle ensures that no value is present for SimpleReleaseTitle, not even an explicit nil

type PingAPIService added in v1.0.1

type PingAPIService service

PingAPIService PingAPI service

func (*PingAPIService) GetPing added in v1.0.1

GetPing Method for GetPing

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPingRequest

func (*PingAPIService) GetPingExecute added in v1.0.1

func (a *PingAPIService) GetPingExecute(r ApiGetPingRequest) (*PingResource, *http.Response, error)

Execute executes the request

@return PingResource

type PingResource

type PingResource struct {
	Status NullableString `json:"status,omitempty"`
}

PingResource struct for PingResource

func NewPingResource

func NewPingResource() *PingResource

NewPingResource instantiates a new PingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPingResourceWithDefaults

func NewPingResourceWithDefaults() *PingResource

NewPingResourceWithDefaults instantiates a new PingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PingResource) GetStatus

func (o *PingResource) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PingResource) GetStatusOk

func (o *PingResource) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PingResource) HasStatus

func (o *PingResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (PingResource) MarshalJSON

func (o PingResource) MarshalJSON() ([]byte, error)

func (*PingResource) SetStatus

func (o *PingResource) SetStatus(v string)

SetStatus gets a reference to the given NullableString and assigns it to the Status field.

func (*PingResource) SetStatusNil

func (o *PingResource) SetStatusNil()

SetStatusNil sets the value for Status to be an explicit nil

func (PingResource) ToMap added in v1.0.1

func (o PingResource) ToMap() (map[string]interface{}, error)

func (*PingResource) UnsetStatus

func (o *PingResource) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

type PrivacyLevel added in v0.4.0

type PrivacyLevel string

PrivacyLevel the model 'PrivacyLevel'

const (
	PRIVACYLEVEL_NORMAL    PrivacyLevel = "normal"
	PRIVACYLEVEL_PASSWORD  PrivacyLevel = "password"
	PRIVACYLEVEL_API_KEY   PrivacyLevel = "apiKey"
	PRIVACYLEVEL_USER_NAME PrivacyLevel = "userName"
)

List of PrivacyLevel

func NewPrivacyLevelFromValue added in v0.4.0

func NewPrivacyLevelFromValue(v string) (*PrivacyLevel, error)

NewPrivacyLevelFromValue returns a pointer to a valid PrivacyLevel for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PrivacyLevel) IsValid added in v0.4.0

func (v PrivacyLevel) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PrivacyLevel) Ptr added in v0.4.0

func (v PrivacyLevel) Ptr() *PrivacyLevel

Ptr returns reference to PrivacyLevel value

func (*PrivacyLevel) UnmarshalJSON added in v0.4.0

func (v *PrivacyLevel) UnmarshalJSON(src []byte) error

type ProfileFormatItemResource

type ProfileFormatItemResource struct {
	Id     *int32         `json:"id,omitempty"`
	Format *int32         `json:"format,omitempty"`
	Name   NullableString `json:"name,omitempty"`
	Score  *int32         `json:"score,omitempty"`
}

ProfileFormatItemResource struct for ProfileFormatItemResource

func NewProfileFormatItemResource

func NewProfileFormatItemResource() *ProfileFormatItemResource

NewProfileFormatItemResource instantiates a new ProfileFormatItemResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProfileFormatItemResourceWithDefaults

func NewProfileFormatItemResourceWithDefaults() *ProfileFormatItemResource

NewProfileFormatItemResourceWithDefaults instantiates a new ProfileFormatItemResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProfileFormatItemResource) GetFormat

func (o *ProfileFormatItemResource) GetFormat() int32

GetFormat returns the Format field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetFormatOk

func (o *ProfileFormatItemResource) GetFormatOk() (*int32, bool)

GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfileFormatItemResource) GetId

func (o *ProfileFormatItemResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetIdOk

func (o *ProfileFormatItemResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfileFormatItemResource) GetName

func (o *ProfileFormatItemResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ProfileFormatItemResource) GetNameOk

func (o *ProfileFormatItemResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ProfileFormatItemResource) GetScore

func (o *ProfileFormatItemResource) GetScore() int32

GetScore returns the Score field value if set, zero value otherwise.

func (*ProfileFormatItemResource) GetScoreOk

func (o *ProfileFormatItemResource) GetScoreOk() (*int32, bool)

GetScoreOk returns a tuple with the Score field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfileFormatItemResource) HasFormat

func (o *ProfileFormatItemResource) HasFormat() bool

HasFormat returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasId

func (o *ProfileFormatItemResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasName

func (o *ProfileFormatItemResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProfileFormatItemResource) HasScore

func (o *ProfileFormatItemResource) HasScore() bool

HasScore returns a boolean if a field has been set.

func (ProfileFormatItemResource) MarshalJSON

func (o ProfileFormatItemResource) MarshalJSON() ([]byte, error)

func (*ProfileFormatItemResource) SetFormat

func (o *ProfileFormatItemResource) SetFormat(v int32)

SetFormat gets a reference to the given int32 and assigns it to the Format field.

func (*ProfileFormatItemResource) SetId

func (o *ProfileFormatItemResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ProfileFormatItemResource) SetName

func (o *ProfileFormatItemResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ProfileFormatItemResource) SetNameNil

func (o *ProfileFormatItemResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ProfileFormatItemResource) SetScore

func (o *ProfileFormatItemResource) SetScore(v int32)

SetScore gets a reference to the given int32 and assigns it to the Score field.

func (ProfileFormatItemResource) ToMap added in v1.0.1

func (o ProfileFormatItemResource) ToMap() (map[string]interface{}, error)

func (*ProfileFormatItemResource) UnsetName

func (o *ProfileFormatItemResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ProperDownloadTypes

type ProperDownloadTypes string

ProperDownloadTypes the model 'ProperDownloadTypes'

const (
	PROPERDOWNLOADTYPES_PREFER_AND_UPGRADE ProperDownloadTypes = "preferAndUpgrade"
	PROPERDOWNLOADTYPES_DO_NOT_UPGRADE     ProperDownloadTypes = "doNotUpgrade"
	PROPERDOWNLOADTYPES_DO_NOT_PREFER      ProperDownloadTypes = "doNotPrefer"
)

List of ProperDownloadTypes

func NewProperDownloadTypesFromValue

func NewProperDownloadTypesFromValue(v string) (*ProperDownloadTypes, error)

NewProperDownloadTypesFromValue returns a pointer to a valid ProperDownloadTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ProperDownloadTypes) IsValid

func (v ProperDownloadTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ProperDownloadTypes) Ptr

Ptr returns reference to ProperDownloadTypes value

func (*ProperDownloadTypes) UnmarshalJSON

func (v *ProperDownloadTypes) UnmarshalJSON(src []byte) error

type ProviderMessage

type ProviderMessage struct {
	Message NullableString       `json:"message,omitempty"`
	Type    *ProviderMessageType `json:"type,omitempty"`
}

ProviderMessage struct for ProviderMessage

func NewProviderMessage

func NewProviderMessage() *ProviderMessage

NewProviderMessage instantiates a new ProviderMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProviderMessageWithDefaults

func NewProviderMessageWithDefaults() *ProviderMessage

NewProviderMessageWithDefaults instantiates a new ProviderMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProviderMessage) GetMessage

func (o *ProviderMessage) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ProviderMessage) GetMessageOk

func (o *ProviderMessage) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ProviderMessage) GetType

func (o *ProviderMessage) GetType() ProviderMessageType

GetType returns the Type field value if set, zero value otherwise.

func (*ProviderMessage) GetTypeOk

func (o *ProviderMessage) GetTypeOk() (*ProviderMessageType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProviderMessage) HasMessage

func (o *ProviderMessage) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*ProviderMessage) HasType

func (o *ProviderMessage) HasType() bool

HasType returns a boolean if a field has been set.

func (ProviderMessage) MarshalJSON

func (o ProviderMessage) MarshalJSON() ([]byte, error)

func (*ProviderMessage) SetMessage

func (o *ProviderMessage) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*ProviderMessage) SetMessageNil

func (o *ProviderMessage) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*ProviderMessage) SetType

func (o *ProviderMessage) SetType(v ProviderMessageType)

SetType gets a reference to the given ProviderMessageType and assigns it to the Type field.

func (ProviderMessage) ToMap added in v1.0.1

func (o ProviderMessage) ToMap() (map[string]interface{}, error)

func (*ProviderMessage) UnsetMessage

func (o *ProviderMessage) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type ProviderMessageType

type ProviderMessageType string

ProviderMessageType the model 'ProviderMessageType'

const (
	PROVIDERMESSAGETYPE_INFO    ProviderMessageType = "info"
	PROVIDERMESSAGETYPE_WARNING ProviderMessageType = "warning"
	PROVIDERMESSAGETYPE_ERROR   ProviderMessageType = "error"
)

List of ProviderMessageType

func NewProviderMessageTypeFromValue

func NewProviderMessageTypeFromValue(v string) (*ProviderMessageType, error)

NewProviderMessageTypeFromValue returns a pointer to a valid ProviderMessageType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ProviderMessageType) IsValid

func (v ProviderMessageType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ProviderMessageType) Ptr

Ptr returns reference to ProviderMessageType value

func (*ProviderMessageType) UnmarshalJSON

func (v *ProviderMessageType) UnmarshalJSON(src []byte) error

type ProxyType

type ProxyType string

ProxyType the model 'ProxyType'

const (
	PROXYTYPE_HTTP   ProxyType = "http"
	PROXYTYPE_SOCKS4 ProxyType = "socks4"
	PROXYTYPE_SOCKS5 ProxyType = "socks5"
)

List of ProxyType

func NewProxyTypeFromValue

func NewProxyTypeFromValue(v string) (*ProxyType, error)

NewProxyTypeFromValue returns a pointer to a valid ProxyType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ProxyType) IsValid

func (v ProxyType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ProxyType) Ptr

func (v ProxyType) Ptr() *ProxyType

Ptr returns reference to ProxyType value

func (*ProxyType) UnmarshalJSON

func (v *ProxyType) UnmarshalJSON(src []byte) error

type Quality

type Quality struct {
	Id         *int32         `json:"id,omitempty"`
	Name       NullableString `json:"name,omitempty"`
	Source     *QualitySource `json:"source,omitempty"`
	Resolution *int32         `json:"resolution,omitempty"`
	Modifier   *Modifier      `json:"modifier,omitempty"`
}

Quality struct for Quality

func NewQuality

func NewQuality() *Quality

NewQuality instantiates a new Quality object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQualityWithDefaults

func NewQualityWithDefaults() *Quality

NewQualityWithDefaults instantiates a new Quality object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Quality) GetId

func (o *Quality) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*Quality) GetIdOk

func (o *Quality) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Quality) GetModifier

func (o *Quality) GetModifier() Modifier

GetModifier returns the Modifier field value if set, zero value otherwise.

func (*Quality) GetModifierOk

func (o *Quality) GetModifierOk() (*Modifier, bool)

GetModifierOk returns a tuple with the Modifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Quality) GetName

func (o *Quality) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Quality) GetNameOk

func (o *Quality) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Quality) GetResolution

func (o *Quality) GetResolution() int32

GetResolution returns the Resolution field value if set, zero value otherwise.

func (*Quality) GetResolutionOk

func (o *Quality) GetResolutionOk() (*int32, bool)

GetResolutionOk returns a tuple with the Resolution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Quality) GetSource

func (o *Quality) GetSource() QualitySource

GetSource returns the Source field value if set, zero value otherwise.

func (*Quality) GetSourceOk

func (o *Quality) GetSourceOk() (*QualitySource, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Quality) HasId

func (o *Quality) HasId() bool

HasId returns a boolean if a field has been set.

func (*Quality) HasModifier

func (o *Quality) HasModifier() bool

HasModifier returns a boolean if a field has been set.

func (*Quality) HasName

func (o *Quality) HasName() bool

HasName returns a boolean if a field has been set.

func (*Quality) HasResolution

func (o *Quality) HasResolution() bool

HasResolution returns a boolean if a field has been set.

func (*Quality) HasSource

func (o *Quality) HasSource() bool

HasSource returns a boolean if a field has been set.

func (Quality) MarshalJSON

func (o Quality) MarshalJSON() ([]byte, error)

func (*Quality) SetId

func (o *Quality) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*Quality) SetModifier

func (o *Quality) SetModifier(v Modifier)

SetModifier gets a reference to the given Modifier and assigns it to the Modifier field.

func (*Quality) SetName

func (o *Quality) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*Quality) SetNameNil

func (o *Quality) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*Quality) SetResolution

func (o *Quality) SetResolution(v int32)

SetResolution gets a reference to the given int32 and assigns it to the Resolution field.

func (*Quality) SetSource

func (o *Quality) SetSource(v QualitySource)

SetSource gets a reference to the given QualitySource and assigns it to the Source field.

func (Quality) ToMap added in v1.0.1

func (o Quality) ToMap() (map[string]interface{}, error)

func (*Quality) UnsetName

func (o *Quality) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityDefinitionAPIService added in v1.0.1

type QualityDefinitionAPIService service

QualityDefinitionAPIService QualityDefinitionAPI service

func (*QualityDefinitionAPIService) GetQualityDefinitionById added in v1.0.1

GetQualityDefinitionById Method for GetQualityDefinitionById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetQualityDefinitionByIdRequest

func (*QualityDefinitionAPIService) GetQualityDefinitionByIdExecute added in v1.0.1

Execute executes the request

@return QualityDefinitionResource

func (*QualityDefinitionAPIService) ListQualityDefinition added in v1.0.1

ListQualityDefinition Method for ListQualityDefinition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListQualityDefinitionRequest

func (*QualityDefinitionAPIService) ListQualityDefinitionExecute added in v1.0.1

Execute executes the request

@return []QualityDefinitionResource

func (*QualityDefinitionAPIService) PutQualityDefinitionUpdate added in v1.0.1

PutQualityDefinitionUpdate Method for PutQualityDefinitionUpdate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPutQualityDefinitionUpdateRequest

func (*QualityDefinitionAPIService) PutQualityDefinitionUpdateExecute added in v1.0.1

func (a *QualityDefinitionAPIService) PutQualityDefinitionUpdateExecute(r ApiPutQualityDefinitionUpdateRequest) (*http.Response, error)

Execute executes the request

func (*QualityDefinitionAPIService) UpdateQualityDefinition added in v1.0.1

UpdateQualityDefinition Method for UpdateQualityDefinition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateQualityDefinitionRequest

func (*QualityDefinitionAPIService) UpdateQualityDefinitionExecute added in v1.0.1

Execute executes the request

@return QualityDefinitionResource

type QualityDefinitionResource

type QualityDefinitionResource struct {
	Id            *int32          `json:"id,omitempty"`
	Quality       *Quality        `json:"quality,omitempty"`
	Title         NullableString  `json:"title,omitempty"`
	Weight        *int32          `json:"weight,omitempty"`
	MinSize       NullableFloat64 `json:"minSize,omitempty"`
	MaxSize       NullableFloat64 `json:"maxSize,omitempty"`
	PreferredSize NullableFloat64 `json:"preferredSize,omitempty"`
}

QualityDefinitionResource struct for QualityDefinitionResource

func NewQualityDefinitionResource

func NewQualityDefinitionResource() *QualityDefinitionResource

NewQualityDefinitionResource instantiates a new QualityDefinitionResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQualityDefinitionResourceWithDefaults

func NewQualityDefinitionResourceWithDefaults() *QualityDefinitionResource

NewQualityDefinitionResourceWithDefaults instantiates a new QualityDefinitionResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QualityDefinitionResource) GetId

func (o *QualityDefinitionResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QualityDefinitionResource) GetIdOk

func (o *QualityDefinitionResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityDefinitionResource) GetMaxSize

func (o *QualityDefinitionResource) GetMaxSize() float64

GetMaxSize returns the MaxSize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityDefinitionResource) GetMaxSizeOk

func (o *QualityDefinitionResource) GetMaxSizeOk() (*float64, bool)

GetMaxSizeOk returns a tuple with the MaxSize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityDefinitionResource) GetMinSize

func (o *QualityDefinitionResource) GetMinSize() float64

GetMinSize returns the MinSize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityDefinitionResource) GetMinSizeOk

func (o *QualityDefinitionResource) GetMinSizeOk() (*float64, bool)

GetMinSizeOk returns a tuple with the MinSize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityDefinitionResource) GetPreferredSize

func (o *QualityDefinitionResource) GetPreferredSize() float64

GetPreferredSize returns the PreferredSize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityDefinitionResource) GetPreferredSizeOk

func (o *QualityDefinitionResource) GetPreferredSizeOk() (*float64, bool)

GetPreferredSizeOk returns a tuple with the PreferredSize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityDefinitionResource) GetQuality

func (o *QualityDefinitionResource) GetQuality() Quality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QualityDefinitionResource) GetQualityOk

func (o *QualityDefinitionResource) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityDefinitionResource) GetTitle

func (o *QualityDefinitionResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityDefinitionResource) GetTitleOk

func (o *QualityDefinitionResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityDefinitionResource) GetWeight

func (o *QualityDefinitionResource) GetWeight() int32

GetWeight returns the Weight field value if set, zero value otherwise.

func (*QualityDefinitionResource) GetWeightOk

func (o *QualityDefinitionResource) GetWeightOk() (*int32, bool)

GetWeightOk returns a tuple with the Weight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityDefinitionResource) HasId

func (o *QualityDefinitionResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasMaxSize

func (o *QualityDefinitionResource) HasMaxSize() bool

HasMaxSize returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasMinSize

func (o *QualityDefinitionResource) HasMinSize() bool

HasMinSize returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasPreferredSize

func (o *QualityDefinitionResource) HasPreferredSize() bool

HasPreferredSize returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasQuality

func (o *QualityDefinitionResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasTitle

func (o *QualityDefinitionResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*QualityDefinitionResource) HasWeight

func (o *QualityDefinitionResource) HasWeight() bool

HasWeight returns a boolean if a field has been set.

func (QualityDefinitionResource) MarshalJSON

func (o QualityDefinitionResource) MarshalJSON() ([]byte, error)

func (*QualityDefinitionResource) SetId

func (o *QualityDefinitionResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityDefinitionResource) SetMaxSize

func (o *QualityDefinitionResource) SetMaxSize(v float64)

SetMaxSize gets a reference to the given NullableFloat64 and assigns it to the MaxSize field.

func (*QualityDefinitionResource) SetMaxSizeNil

func (o *QualityDefinitionResource) SetMaxSizeNil()

SetMaxSizeNil sets the value for MaxSize to be an explicit nil

func (*QualityDefinitionResource) SetMinSize

func (o *QualityDefinitionResource) SetMinSize(v float64)

SetMinSize gets a reference to the given NullableFloat64 and assigns it to the MinSize field.

func (*QualityDefinitionResource) SetMinSizeNil

func (o *QualityDefinitionResource) SetMinSizeNil()

SetMinSizeNil sets the value for MinSize to be an explicit nil

func (*QualityDefinitionResource) SetPreferredSize

func (o *QualityDefinitionResource) SetPreferredSize(v float64)

SetPreferredSize gets a reference to the given NullableFloat64 and assigns it to the PreferredSize field.

func (*QualityDefinitionResource) SetPreferredSizeNil

func (o *QualityDefinitionResource) SetPreferredSizeNil()

SetPreferredSizeNil sets the value for PreferredSize to be an explicit nil

func (*QualityDefinitionResource) SetQuality

func (o *QualityDefinitionResource) SetQuality(v Quality)

SetQuality gets a reference to the given Quality and assigns it to the Quality field.

func (*QualityDefinitionResource) SetTitle

func (o *QualityDefinitionResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*QualityDefinitionResource) SetTitleNil

func (o *QualityDefinitionResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*QualityDefinitionResource) SetWeight

func (o *QualityDefinitionResource) SetWeight(v int32)

SetWeight gets a reference to the given int32 and assigns it to the Weight field.

func (QualityDefinitionResource) ToMap added in v1.0.1

func (o QualityDefinitionResource) ToMap() (map[string]interface{}, error)

func (*QualityDefinitionResource) UnsetMaxSize

func (o *QualityDefinitionResource) UnsetMaxSize()

UnsetMaxSize ensures that no value is present for MaxSize, not even an explicit nil

func (*QualityDefinitionResource) UnsetMinSize

func (o *QualityDefinitionResource) UnsetMinSize()

UnsetMinSize ensures that no value is present for MinSize, not even an explicit nil

func (*QualityDefinitionResource) UnsetPreferredSize

func (o *QualityDefinitionResource) UnsetPreferredSize()

UnsetPreferredSize ensures that no value is present for PreferredSize, not even an explicit nil

func (*QualityDefinitionResource) UnsetTitle

func (o *QualityDefinitionResource) UnsetTitle()

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

type QualityModel

type QualityModel struct {
	Quality  *Quality  `json:"quality,omitempty"`
	Revision *Revision `json:"revision,omitempty"`
}

QualityModel struct for QualityModel

func NewQualityModel

func NewQualityModel() *QualityModel

NewQualityModel instantiates a new QualityModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQualityModelWithDefaults

func NewQualityModelWithDefaults() *QualityModel

NewQualityModelWithDefaults instantiates a new QualityModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QualityModel) GetQuality

func (o *QualityModel) GetQuality() Quality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QualityModel) GetQualityOk

func (o *QualityModel) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityModel) GetRevision

func (o *QualityModel) GetRevision() Revision

GetRevision returns the Revision field value if set, zero value otherwise.

func (*QualityModel) GetRevisionOk

func (o *QualityModel) GetRevisionOk() (*Revision, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityModel) HasQuality

func (o *QualityModel) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*QualityModel) HasRevision

func (o *QualityModel) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (QualityModel) MarshalJSON

func (o QualityModel) MarshalJSON() ([]byte, error)

func (*QualityModel) SetQuality

func (o *QualityModel) SetQuality(v Quality)

SetQuality gets a reference to the given Quality and assigns it to the Quality field.

func (*QualityModel) SetRevision

func (o *QualityModel) SetRevision(v Revision)

SetRevision gets a reference to the given Revision and assigns it to the Revision field.

func (QualityModel) ToMap added in v1.0.1

func (o QualityModel) ToMap() (map[string]interface{}, error)

type QualityProfileAPIService added in v1.0.1

type QualityProfileAPIService service

QualityProfileAPIService QualityProfileAPI service

func (*QualityProfileAPIService) CreateQualityProfile added in v1.0.1

CreateQualityProfile Method for CreateQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateQualityProfileRequest

func (*QualityProfileAPIService) CreateQualityProfileExecute added in v1.0.1

Execute executes the request

@return QualityProfileResource

func (*QualityProfileAPIService) DeleteQualityProfile added in v1.0.1

DeleteQualityProfile Method for DeleteQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteQualityProfileRequest

func (*QualityProfileAPIService) DeleteQualityProfileExecute added in v1.0.1

func (a *QualityProfileAPIService) DeleteQualityProfileExecute(r ApiDeleteQualityProfileRequest) (*http.Response, error)

Execute executes the request

func (*QualityProfileAPIService) GetQualityProfileById added in v1.0.1

GetQualityProfileById Method for GetQualityProfileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetQualityProfileByIdRequest

func (*QualityProfileAPIService) GetQualityProfileByIdExecute added in v1.0.1

Execute executes the request

@return QualityProfileResource

func (*QualityProfileAPIService) ListQualityProfile added in v1.0.1

ListQualityProfile Method for ListQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListQualityProfileRequest

func (*QualityProfileAPIService) ListQualityProfileExecute added in v1.0.1

Execute executes the request

@return []QualityProfileResource

func (*QualityProfileAPIService) UpdateQualityProfile added in v1.0.1

UpdateQualityProfile Method for UpdateQualityProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateQualityProfileRequest

func (*QualityProfileAPIService) UpdateQualityProfileExecute added in v1.0.1

Execute executes the request

@return QualityProfileResource

type QualityProfileQualityItemResource

type QualityProfileQualityItemResource struct {
	Id      *int32                              `json:"id,omitempty"`
	Name    NullableString                      `json:"name,omitempty"`
	Quality *Quality                            `json:"quality,omitempty"`
	Items   []QualityProfileQualityItemResource `json:"items,omitempty"`
	Allowed *bool                               `json:"allowed,omitempty"`
}

QualityProfileQualityItemResource struct for QualityProfileQualityItemResource

func NewQualityProfileQualityItemResource

func NewQualityProfileQualityItemResource() *QualityProfileQualityItemResource

NewQualityProfileQualityItemResource instantiates a new QualityProfileQualityItemResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQualityProfileQualityItemResourceWithDefaults

func NewQualityProfileQualityItemResourceWithDefaults() *QualityProfileQualityItemResource

NewQualityProfileQualityItemResourceWithDefaults instantiates a new QualityProfileQualityItemResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QualityProfileQualityItemResource) GetAllowed

func (o *QualityProfileQualityItemResource) GetAllowed() bool

GetAllowed returns the Allowed field value if set, zero value otherwise.

func (*QualityProfileQualityItemResource) GetAllowedOk

func (o *QualityProfileQualityItemResource) GetAllowedOk() (*bool, bool)

GetAllowedOk returns a tuple with the Allowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileQualityItemResource) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*QualityProfileQualityItemResource) GetIdOk

func (o *QualityProfileQualityItemResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileQualityItemResource) GetItems

GetItems returns the Items field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileQualityItemResource) GetItemsOk

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileQualityItemResource) GetName

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileQualityItemResource) GetNameOk

func (o *QualityProfileQualityItemResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileQualityItemResource) GetQuality

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QualityProfileQualityItemResource) GetQualityOk

func (o *QualityProfileQualityItemResource) GetQualityOk() (*Quality, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileQualityItemResource) HasAllowed

func (o *QualityProfileQualityItemResource) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasId

HasId returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasItems

HasItems returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasName

HasName returns a boolean if a field has been set.

func (*QualityProfileQualityItemResource) HasQuality

func (o *QualityProfileQualityItemResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (QualityProfileQualityItemResource) MarshalJSON

func (o QualityProfileQualityItemResource) MarshalJSON() ([]byte, error)

func (*QualityProfileQualityItemResource) SetAllowed

func (o *QualityProfileQualityItemResource) SetAllowed(v bool)

SetAllowed gets a reference to the given bool and assigns it to the Allowed field.

func (*QualityProfileQualityItemResource) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityProfileQualityItemResource) SetItems

SetItems gets a reference to the given []QualityProfileQualityItemResource and assigns it to the Items field.

func (*QualityProfileQualityItemResource) SetName

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*QualityProfileQualityItemResource) SetNameNil

func (o *QualityProfileQualityItemResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*QualityProfileQualityItemResource) SetQuality

func (o *QualityProfileQualityItemResource) SetQuality(v Quality)

SetQuality gets a reference to the given Quality and assigns it to the Quality field.

func (QualityProfileQualityItemResource) ToMap added in v1.0.1

func (o QualityProfileQualityItemResource) ToMap() (map[string]interface{}, error)

func (*QualityProfileQualityItemResource) UnsetName

func (o *QualityProfileQualityItemResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityProfileResource

type QualityProfileResource struct {
	Id                *int32                              `json:"id,omitempty"`
	Name              NullableString                      `json:"name,omitempty"`
	UpgradeAllowed    *bool                               `json:"upgradeAllowed,omitempty"`
	Cutoff            *int32                              `json:"cutoff,omitempty"`
	Items             []QualityProfileQualityItemResource `json:"items,omitempty"`
	MinFormatScore    *int32                              `json:"minFormatScore,omitempty"`
	CutoffFormatScore *int32                              `json:"cutoffFormatScore,omitempty"`
	FormatItems       []ProfileFormatItemResource         `json:"formatItems,omitempty"`
	Language          *Language                           `json:"language,omitempty"`
}

QualityProfileResource struct for QualityProfileResource

func NewQualityProfileResource

func NewQualityProfileResource() *QualityProfileResource

NewQualityProfileResource instantiates a new QualityProfileResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQualityProfileResourceWithDefaults

func NewQualityProfileResourceWithDefaults() *QualityProfileResource

NewQualityProfileResourceWithDefaults instantiates a new QualityProfileResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QualityProfileResource) GetCutoff

func (o *QualityProfileResource) GetCutoff() int32

GetCutoff returns the Cutoff field value if set, zero value otherwise.

func (*QualityProfileResource) GetCutoffFormatScore

func (o *QualityProfileResource) GetCutoffFormatScore() int32

GetCutoffFormatScore returns the CutoffFormatScore field value if set, zero value otherwise.

func (*QualityProfileResource) GetCutoffFormatScoreOk

func (o *QualityProfileResource) GetCutoffFormatScoreOk() (*int32, bool)

GetCutoffFormatScoreOk returns a tuple with the CutoffFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetCutoffOk

func (o *QualityProfileResource) GetCutoffOk() (*int32, bool)

GetCutoffOk returns a tuple with the Cutoff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetFormatItems

func (o *QualityProfileResource) GetFormatItems() []ProfileFormatItemResource

GetFormatItems returns the FormatItems field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileResource) GetFormatItemsOk

func (o *QualityProfileResource) GetFormatItemsOk() ([]ProfileFormatItemResource, bool)

GetFormatItemsOk returns a tuple with the FormatItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileResource) GetId

func (o *QualityProfileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QualityProfileResource) GetIdOk

func (o *QualityProfileResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetItems

GetItems returns the Items field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileResource) GetItemsOk

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileResource) GetLanguage

func (o *QualityProfileResource) GetLanguage() Language

GetLanguage returns the Language field value if set, zero value otherwise.

func (*QualityProfileResource) GetLanguageOk

func (o *QualityProfileResource) GetLanguageOk() (*Language, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetMinFormatScore

func (o *QualityProfileResource) GetMinFormatScore() int32

GetMinFormatScore returns the MinFormatScore field value if set, zero value otherwise.

func (*QualityProfileResource) GetMinFormatScoreOk

func (o *QualityProfileResource) GetMinFormatScoreOk() (*int32, bool)

GetMinFormatScoreOk returns a tuple with the MinFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) GetName

func (o *QualityProfileResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QualityProfileResource) GetNameOk

func (o *QualityProfileResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QualityProfileResource) GetUpgradeAllowed

func (o *QualityProfileResource) GetUpgradeAllowed() bool

GetUpgradeAllowed returns the UpgradeAllowed field value if set, zero value otherwise.

func (*QualityProfileResource) GetUpgradeAllowedOk

func (o *QualityProfileResource) GetUpgradeAllowedOk() (*bool, bool)

GetUpgradeAllowedOk returns a tuple with the UpgradeAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QualityProfileResource) HasCutoff

func (o *QualityProfileResource) HasCutoff() bool

HasCutoff returns a boolean if a field has been set.

func (*QualityProfileResource) HasCutoffFormatScore

func (o *QualityProfileResource) HasCutoffFormatScore() bool

HasCutoffFormatScore returns a boolean if a field has been set.

func (*QualityProfileResource) HasFormatItems

func (o *QualityProfileResource) HasFormatItems() bool

HasFormatItems returns a boolean if a field has been set.

func (*QualityProfileResource) HasId

func (o *QualityProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QualityProfileResource) HasItems

func (o *QualityProfileResource) HasItems() bool

HasItems returns a boolean if a field has been set.

func (*QualityProfileResource) HasLanguage

func (o *QualityProfileResource) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*QualityProfileResource) HasMinFormatScore

func (o *QualityProfileResource) HasMinFormatScore() bool

HasMinFormatScore returns a boolean if a field has been set.

func (*QualityProfileResource) HasName

func (o *QualityProfileResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*QualityProfileResource) HasUpgradeAllowed

func (o *QualityProfileResource) HasUpgradeAllowed() bool

HasUpgradeAllowed returns a boolean if a field has been set.

func (QualityProfileResource) MarshalJSON

func (o QualityProfileResource) MarshalJSON() ([]byte, error)

func (*QualityProfileResource) SetCutoff

func (o *QualityProfileResource) SetCutoff(v int32)

SetCutoff gets a reference to the given int32 and assigns it to the Cutoff field.

func (*QualityProfileResource) SetCutoffFormatScore

func (o *QualityProfileResource) SetCutoffFormatScore(v int32)

SetCutoffFormatScore gets a reference to the given int32 and assigns it to the CutoffFormatScore field.

func (*QualityProfileResource) SetFormatItems

func (o *QualityProfileResource) SetFormatItems(v []ProfileFormatItemResource)

SetFormatItems gets a reference to the given []ProfileFormatItemResource and assigns it to the FormatItems field.

func (*QualityProfileResource) SetId

func (o *QualityProfileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QualityProfileResource) SetItems

SetItems gets a reference to the given []QualityProfileQualityItemResource and assigns it to the Items field.

func (*QualityProfileResource) SetLanguage

func (o *QualityProfileResource) SetLanguage(v Language)

SetLanguage gets a reference to the given Language and assigns it to the Language field.

func (*QualityProfileResource) SetMinFormatScore

func (o *QualityProfileResource) SetMinFormatScore(v int32)

SetMinFormatScore gets a reference to the given int32 and assigns it to the MinFormatScore field.

func (*QualityProfileResource) SetName

func (o *QualityProfileResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*QualityProfileResource) SetNameNil

func (o *QualityProfileResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*QualityProfileResource) SetUpgradeAllowed

func (o *QualityProfileResource) SetUpgradeAllowed(v bool)

SetUpgradeAllowed gets a reference to the given bool and assigns it to the UpgradeAllowed field.

func (QualityProfileResource) ToMap added in v1.0.1

func (o QualityProfileResource) ToMap() (map[string]interface{}, error)

func (*QualityProfileResource) UnsetName

func (o *QualityProfileResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type QualityProfileSchemaAPIService added in v1.0.1

type QualityProfileSchemaAPIService service

QualityProfileSchemaAPIService QualityProfileSchemaAPI service

func (*QualityProfileSchemaAPIService) GetQualityprofileSchema added in v1.0.1

GetQualityprofileSchema Method for GetQualityprofileSchema

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetQualityprofileSchemaRequest

func (*QualityProfileSchemaAPIService) GetQualityprofileSchemaExecute added in v1.0.1

Execute executes the request

@return QualityProfileResource

type QualitySource added in v0.5.0

type QualitySource string

QualitySource the model 'QualitySource'

const (
	QUALITYSOURCE_UNKNOWN   QualitySource = "unknown"
	QUALITYSOURCE_CAM       QualitySource = "cam"
	QUALITYSOURCE_TELESYNC  QualitySource = "telesync"
	QUALITYSOURCE_TELECINE  QualitySource = "telecine"
	QUALITYSOURCE_WORKPRINT QualitySource = "workprint"
	QUALITYSOURCE_DVD       QualitySource = "dvd"
	QUALITYSOURCE_TV        QualitySource = "tv"
	QUALITYSOURCE_WEBDL     QualitySource = "webdl"
	QUALITYSOURCE_WEBRIP    QualitySource = "webrip"
	QUALITYSOURCE_BLURAY    QualitySource = "bluray"
)

List of QualitySource

func NewQualitySourceFromValue added in v0.5.0

func NewQualitySourceFromValue(v string) (*QualitySource, error)

NewQualitySourceFromValue returns a pointer to a valid QualitySource for the value passed as argument, or an error if the value passed is not allowed by the enum

func (QualitySource) IsValid added in v0.5.0

func (v QualitySource) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (QualitySource) Ptr added in v0.5.0

func (v QualitySource) Ptr() *QualitySource

Ptr returns reference to QualitySource value

func (*QualitySource) UnmarshalJSON added in v0.5.0

func (v *QualitySource) UnmarshalJSON(src []byte) error

type QueueAPIService added in v1.0.1

type QueueAPIService service

QueueAPIService QueueAPI service

func (*QueueAPIService) DeleteQueue added in v1.0.1

func (a *QueueAPIService) DeleteQueue(ctx context.Context, id int32) ApiDeleteQueueRequest

DeleteQueue Method for DeleteQueue

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteQueueRequest

func (*QueueAPIService) DeleteQueueBulk added in v1.0.1

func (a *QueueAPIService) DeleteQueueBulk(ctx context.Context) ApiDeleteQueueBulkRequest

DeleteQueueBulk Method for DeleteQueueBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteQueueBulkRequest

func (*QueueAPIService) DeleteQueueBulkExecute added in v1.0.1

func (a *QueueAPIService) DeleteQueueBulkExecute(r ApiDeleteQueueBulkRequest) (*http.Response, error)

Execute executes the request

func (*QueueAPIService) DeleteQueueExecute added in v1.0.1

func (a *QueueAPIService) DeleteQueueExecute(r ApiDeleteQueueRequest) (*http.Response, error)

Execute executes the request

func (*QueueAPIService) GetQueue added in v1.0.1

GetQueue Method for GetQueue

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetQueueRequest

func (*QueueAPIService) GetQueueById added in v1.0.1

func (a *QueueAPIService) GetQueueById(ctx context.Context, id int32) ApiGetQueueByIdRequest

GetQueueById Method for GetQueueById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetQueueByIdRequest

func (*QueueAPIService) GetQueueByIdExecute added in v1.0.1

func (a *QueueAPIService) GetQueueByIdExecute(r ApiGetQueueByIdRequest) (*QueueResource, *http.Response, error)

Execute executes the request

@return QueueResource

func (*QueueAPIService) GetQueueExecute added in v1.0.1

Execute executes the request

@return QueueResourcePagingResource

type QueueActionAPIService added in v1.0.1

type QueueActionAPIService service

QueueActionAPIService QueueActionAPI service

func (*QueueActionAPIService) CreateQueueGrabBulk added in v1.0.1

CreateQueueGrabBulk Method for CreateQueueGrabBulk

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateQueueGrabBulkRequest

func (*QueueActionAPIService) CreateQueueGrabBulkExecute added in v1.0.1

func (a *QueueActionAPIService) CreateQueueGrabBulkExecute(r ApiCreateQueueGrabBulkRequest) (*http.Response, error)

Execute executes the request

func (*QueueActionAPIService) CreateQueueGrabById added in v1.0.1

CreateQueueGrabById Method for CreateQueueGrabById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiCreateQueueGrabByIdRequest

func (*QueueActionAPIService) CreateQueueGrabByIdExecute added in v1.0.1

func (a *QueueActionAPIService) CreateQueueGrabByIdExecute(r ApiCreateQueueGrabByIdRequest) (*http.Response, error)

Execute executes the request

type QueueBulkResource

type QueueBulkResource struct {
	Ids []int32 `json:"ids,omitempty"`
}

QueueBulkResource struct for QueueBulkResource

func NewQueueBulkResource

func NewQueueBulkResource() *QueueBulkResource

NewQueueBulkResource instantiates a new QueueBulkResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQueueBulkResourceWithDefaults

func NewQueueBulkResourceWithDefaults() *QueueBulkResource

NewQueueBulkResourceWithDefaults instantiates a new QueueBulkResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QueueBulkResource) GetIds

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

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueBulkResource) GetIdsOk

func (o *QueueBulkResource) GetIdsOk() ([]int32, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueBulkResource) HasIds

func (o *QueueBulkResource) HasIds() bool

HasIds returns a boolean if a field has been set.

func (QueueBulkResource) MarshalJSON

func (o QueueBulkResource) MarshalJSON() ([]byte, error)

func (*QueueBulkResource) SetIds

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

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (QueueBulkResource) ToMap added in v1.0.1

func (o QueueBulkResource) ToMap() (map[string]interface{}, error)

type QueueDetailsAPIService added in v1.0.1

type QueueDetailsAPIService service

QueueDetailsAPIService QueueDetailsAPI service

func (*QueueDetailsAPIService) GetQueueDetailsById added in v1.0.1

GetQueueDetailsById Method for GetQueueDetailsById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetQueueDetailsByIdRequest

func (*QueueDetailsAPIService) GetQueueDetailsByIdExecute added in v1.0.1

Execute executes the request

@return QueueResource

func (*QueueDetailsAPIService) ListQueueDetails added in v1.0.1

ListQueueDetails Method for ListQueueDetails

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListQueueDetailsRequest

func (*QueueDetailsAPIService) ListQueueDetailsExecute added in v1.0.1

Execute executes the request

@return []QueueResource

type QueueResource

type QueueResource struct {
	Id                                  *int32                         `json:"id,omitempty"`
	MovieId                             NullableInt32                  `json:"movieId,omitempty"`
	Movie                               *MovieResource                 `json:"movie,omitempty"`
	Languages                           []Language                     `json:"languages,omitempty"`
	Quality                             *QualityModel                  `json:"quality,omitempty"`
	CustomFormats                       []CustomFormatResource         `json:"customFormats,omitempty"`
	CustomFormatScore                   *int32                         `json:"customFormatScore,omitempty"`
	Size                                *float64                       `json:"size,omitempty"`
	Title                               NullableString                 `json:"title,omitempty"`
	Sizeleft                            *float64                       `json:"sizeleft,omitempty"`
	Timeleft                            *string                        `json:"timeleft,omitempty"`
	EstimatedCompletionTime             NullableTime                   `json:"estimatedCompletionTime,omitempty"`
	Added                               NullableTime                   `json:"added,omitempty"`
	Status                              NullableString                 `json:"status,omitempty"`
	TrackedDownloadStatus               *TrackedDownloadStatus         `json:"trackedDownloadStatus,omitempty"`
	TrackedDownloadState                *TrackedDownloadState          `json:"trackedDownloadState,omitempty"`
	StatusMessages                      []TrackedDownloadStatusMessage `json:"statusMessages,omitempty"`
	ErrorMessage                        NullableString                 `json:"errorMessage,omitempty"`
	DownloadId                          NullableString                 `json:"downloadId,omitempty"`
	Protocol                            *DownloadProtocol              `json:"protocol,omitempty"`
	DownloadClient                      NullableString                 `json:"downloadClient,omitempty"`
	DownloadClientHasPostImportCategory *bool                          `json:"downloadClientHasPostImportCategory,omitempty"`
	Indexer                             NullableString                 `json:"indexer,omitempty"`
	OutputPath                          NullableString                 `json:"outputPath,omitempty"`
}

QueueResource struct for QueueResource

func NewQueueResource

func NewQueueResource() *QueueResource

NewQueueResource instantiates a new QueueResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQueueResourceWithDefaults

func NewQueueResourceWithDefaults() *QueueResource

NewQueueResourceWithDefaults instantiates a new QueueResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QueueResource) GetAdded added in v1.0.1

func (o *QueueResource) GetAdded() time.Time

GetAdded returns the Added field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetAddedOk added in v1.0.1

func (o *QueueResource) GetAddedOk() (*time.Time, bool)

GetAddedOk returns a tuple with the Added field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetCustomFormatScore added in v0.4.0

func (o *QueueResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*QueueResource) GetCustomFormatScoreOk added in v0.4.0

func (o *QueueResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetCustomFormats

func (o *QueueResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetCustomFormatsOk

func (o *QueueResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetDownloadClient

func (o *QueueResource) GetDownloadClient() string

GetDownloadClient returns the DownloadClient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetDownloadClientHasPostImportCategory added in v1.0.1

func (o *QueueResource) GetDownloadClientHasPostImportCategory() bool

GetDownloadClientHasPostImportCategory returns the DownloadClientHasPostImportCategory field value if set, zero value otherwise.

func (*QueueResource) GetDownloadClientHasPostImportCategoryOk added in v1.0.1

func (o *QueueResource) GetDownloadClientHasPostImportCategoryOk() (*bool, bool)

GetDownloadClientHasPostImportCategoryOk returns a tuple with the DownloadClientHasPostImportCategory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetDownloadClientOk

func (o *QueueResource) GetDownloadClientOk() (*string, bool)

GetDownloadClientOk returns a tuple with the DownloadClient field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetDownloadId

func (o *QueueResource) GetDownloadId() string

GetDownloadId returns the DownloadId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetDownloadIdOk

func (o *QueueResource) GetDownloadIdOk() (*string, bool)

GetDownloadIdOk returns a tuple with the DownloadId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetErrorMessage

func (o *QueueResource) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetErrorMessageOk

func (o *QueueResource) GetErrorMessageOk() (*string, bool)

GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetEstimatedCompletionTime

func (o *QueueResource) GetEstimatedCompletionTime() time.Time

GetEstimatedCompletionTime returns the EstimatedCompletionTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetEstimatedCompletionTimeOk

func (o *QueueResource) GetEstimatedCompletionTimeOk() (*time.Time, bool)

GetEstimatedCompletionTimeOk returns a tuple with the EstimatedCompletionTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetId

func (o *QueueResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QueueResource) GetIdOk

func (o *QueueResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetIndexer

func (o *QueueResource) GetIndexer() string

GetIndexer returns the Indexer field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetIndexerOk

func (o *QueueResource) GetIndexerOk() (*string, bool)

GetIndexerOk returns a tuple with the Indexer field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetLanguages

func (o *QueueResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetLanguagesOk

func (o *QueueResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetMovie

func (o *QueueResource) GetMovie() MovieResource

GetMovie returns the Movie field value if set, zero value otherwise.

func (*QueueResource) GetMovieId

func (o *QueueResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetMovieIdOk

func (o *QueueResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetMovieOk

func (o *QueueResource) GetMovieOk() (*MovieResource, bool)

GetMovieOk returns a tuple with the Movie field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetOutputPath

func (o *QueueResource) GetOutputPath() string

GetOutputPath returns the OutputPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetOutputPathOk

func (o *QueueResource) GetOutputPathOk() (*string, bool)

GetOutputPathOk returns a tuple with the OutputPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetProtocol

func (o *QueueResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*QueueResource) GetProtocolOk

func (o *QueueResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetQuality

func (o *QueueResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*QueueResource) GetQualityOk

func (o *QueueResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetSize

func (o *QueueResource) GetSize() float64

GetSize returns the Size field value if set, zero value otherwise.

func (*QueueResource) GetSizeOk

func (o *QueueResource) GetSizeOk() (*float64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetSizeleft

func (o *QueueResource) GetSizeleft() float64

GetSizeleft returns the Sizeleft field value if set, zero value otherwise.

func (*QueueResource) GetSizeleftOk

func (o *QueueResource) GetSizeleftOk() (*float64, bool)

GetSizeleftOk returns a tuple with the Sizeleft field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetStatus

func (o *QueueResource) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetStatusMessages

func (o *QueueResource) GetStatusMessages() []TrackedDownloadStatusMessage

GetStatusMessages returns the StatusMessages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetStatusMessagesOk

func (o *QueueResource) GetStatusMessagesOk() ([]TrackedDownloadStatusMessage, bool)

GetStatusMessagesOk returns a tuple with the StatusMessages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetStatusOk

func (o *QueueResource) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetTimeleft

func (o *QueueResource) GetTimeleft() string

GetTimeleft returns the Timeleft field value if set, zero value otherwise.

func (*QueueResource) GetTimeleftOk

func (o *QueueResource) GetTimeleftOk() (*string, bool)

GetTimeleftOk returns a tuple with the Timeleft field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetTitle

func (o *QueueResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResource) GetTitleOk

func (o *QueueResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResource) GetTrackedDownloadState

func (o *QueueResource) GetTrackedDownloadState() TrackedDownloadState

GetTrackedDownloadState returns the TrackedDownloadState field value if set, zero value otherwise.

func (*QueueResource) GetTrackedDownloadStateOk

func (o *QueueResource) GetTrackedDownloadStateOk() (*TrackedDownloadState, bool)

GetTrackedDownloadStateOk returns a tuple with the TrackedDownloadState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) GetTrackedDownloadStatus

func (o *QueueResource) GetTrackedDownloadStatus() TrackedDownloadStatus

GetTrackedDownloadStatus returns the TrackedDownloadStatus field value if set, zero value otherwise.

func (*QueueResource) GetTrackedDownloadStatusOk

func (o *QueueResource) GetTrackedDownloadStatusOk() (*TrackedDownloadStatus, bool)

GetTrackedDownloadStatusOk returns a tuple with the TrackedDownloadStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResource) HasAdded added in v1.0.1

func (o *QueueResource) HasAdded() bool

HasAdded returns a boolean if a field has been set.

func (*QueueResource) HasCustomFormatScore added in v0.4.0

func (o *QueueResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*QueueResource) HasCustomFormats

func (o *QueueResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*QueueResource) HasDownloadClient

func (o *QueueResource) HasDownloadClient() bool

HasDownloadClient returns a boolean if a field has been set.

func (*QueueResource) HasDownloadClientHasPostImportCategory added in v1.0.1

func (o *QueueResource) HasDownloadClientHasPostImportCategory() bool

HasDownloadClientHasPostImportCategory returns a boolean if a field has been set.

func (*QueueResource) HasDownloadId

func (o *QueueResource) HasDownloadId() bool

HasDownloadId returns a boolean if a field has been set.

func (*QueueResource) HasErrorMessage

func (o *QueueResource) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

func (*QueueResource) HasEstimatedCompletionTime

func (o *QueueResource) HasEstimatedCompletionTime() bool

HasEstimatedCompletionTime returns a boolean if a field has been set.

func (*QueueResource) HasId

func (o *QueueResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QueueResource) HasIndexer

func (o *QueueResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

func (*QueueResource) HasLanguages

func (o *QueueResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*QueueResource) HasMovie

func (o *QueueResource) HasMovie() bool

HasMovie returns a boolean if a field has been set.

func (*QueueResource) HasMovieId

func (o *QueueResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*QueueResource) HasOutputPath

func (o *QueueResource) HasOutputPath() bool

HasOutputPath returns a boolean if a field has been set.

func (*QueueResource) HasProtocol

func (o *QueueResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*QueueResource) HasQuality

func (o *QueueResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*QueueResource) HasSize

func (o *QueueResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*QueueResource) HasSizeleft

func (o *QueueResource) HasSizeleft() bool

HasSizeleft returns a boolean if a field has been set.

func (*QueueResource) HasStatus

func (o *QueueResource) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*QueueResource) HasStatusMessages

func (o *QueueResource) HasStatusMessages() bool

HasStatusMessages returns a boolean if a field has been set.

func (*QueueResource) HasTimeleft

func (o *QueueResource) HasTimeleft() bool

HasTimeleft returns a boolean if a field has been set.

func (*QueueResource) HasTitle

func (o *QueueResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*QueueResource) HasTrackedDownloadState

func (o *QueueResource) HasTrackedDownloadState() bool

HasTrackedDownloadState returns a boolean if a field has been set.

func (*QueueResource) HasTrackedDownloadStatus

func (o *QueueResource) HasTrackedDownloadStatus() bool

HasTrackedDownloadStatus returns a boolean if a field has been set.

func (QueueResource) MarshalJSON

func (o QueueResource) MarshalJSON() ([]byte, error)

func (*QueueResource) SetAdded added in v1.0.1

func (o *QueueResource) SetAdded(v time.Time)

SetAdded gets a reference to the given NullableTime and assigns it to the Added field.

func (*QueueResource) SetAddedNil added in v1.0.1

func (o *QueueResource) SetAddedNil()

SetAddedNil sets the value for Added to be an explicit nil

func (*QueueResource) SetCustomFormatScore added in v0.4.0

func (o *QueueResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*QueueResource) SetCustomFormats

func (o *QueueResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*QueueResource) SetDownloadClient

func (o *QueueResource) SetDownloadClient(v string)

SetDownloadClient gets a reference to the given NullableString and assigns it to the DownloadClient field.

func (*QueueResource) SetDownloadClientHasPostImportCategory added in v1.0.1

func (o *QueueResource) SetDownloadClientHasPostImportCategory(v bool)

SetDownloadClientHasPostImportCategory gets a reference to the given bool and assigns it to the DownloadClientHasPostImportCategory field.

func (*QueueResource) SetDownloadClientNil

func (o *QueueResource) SetDownloadClientNil()

SetDownloadClientNil sets the value for DownloadClient to be an explicit nil

func (*QueueResource) SetDownloadId

func (o *QueueResource) SetDownloadId(v string)

SetDownloadId gets a reference to the given NullableString and assigns it to the DownloadId field.

func (*QueueResource) SetDownloadIdNil

func (o *QueueResource) SetDownloadIdNil()

SetDownloadIdNil sets the value for DownloadId to be an explicit nil

func (*QueueResource) SetErrorMessage

func (o *QueueResource) SetErrorMessage(v string)

SetErrorMessage gets a reference to the given NullableString and assigns it to the ErrorMessage field.

func (*QueueResource) SetErrorMessageNil

func (o *QueueResource) SetErrorMessageNil()

SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil

func (*QueueResource) SetEstimatedCompletionTime

func (o *QueueResource) SetEstimatedCompletionTime(v time.Time)

SetEstimatedCompletionTime gets a reference to the given NullableTime and assigns it to the EstimatedCompletionTime field.

func (*QueueResource) SetEstimatedCompletionTimeNil

func (o *QueueResource) SetEstimatedCompletionTimeNil()

SetEstimatedCompletionTimeNil sets the value for EstimatedCompletionTime to be an explicit nil

func (*QueueResource) SetId

func (o *QueueResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QueueResource) SetIndexer

func (o *QueueResource) SetIndexer(v string)

SetIndexer gets a reference to the given NullableString and assigns it to the Indexer field.

func (*QueueResource) SetIndexerNil

func (o *QueueResource) SetIndexerNil()

SetIndexerNil sets the value for Indexer to be an explicit nil

func (*QueueResource) SetLanguages

func (o *QueueResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*QueueResource) SetMovie

func (o *QueueResource) SetMovie(v MovieResource)

SetMovie gets a reference to the given MovieResource and assigns it to the Movie field.

func (*QueueResource) SetMovieId

func (o *QueueResource) SetMovieId(v int32)

SetMovieId gets a reference to the given NullableInt32 and assigns it to the MovieId field.

func (*QueueResource) SetMovieIdNil

func (o *QueueResource) SetMovieIdNil()

SetMovieIdNil sets the value for MovieId to be an explicit nil

func (*QueueResource) SetOutputPath

func (o *QueueResource) SetOutputPath(v string)

SetOutputPath gets a reference to the given NullableString and assigns it to the OutputPath field.

func (*QueueResource) SetOutputPathNil

func (o *QueueResource) SetOutputPathNil()

SetOutputPathNil sets the value for OutputPath to be an explicit nil

func (*QueueResource) SetProtocol

func (o *QueueResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*QueueResource) SetQuality

func (o *QueueResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*QueueResource) SetSize

func (o *QueueResource) SetSize(v float64)

SetSize gets a reference to the given float64 and assigns it to the Size field.

func (*QueueResource) SetSizeleft

func (o *QueueResource) SetSizeleft(v float64)

SetSizeleft gets a reference to the given float64 and assigns it to the Sizeleft field.

func (*QueueResource) SetStatus

func (o *QueueResource) SetStatus(v string)

SetStatus gets a reference to the given NullableString and assigns it to the Status field.

func (*QueueResource) SetStatusMessages

func (o *QueueResource) SetStatusMessages(v []TrackedDownloadStatusMessage)

SetStatusMessages gets a reference to the given []TrackedDownloadStatusMessage and assigns it to the StatusMessages field.

func (*QueueResource) SetStatusNil

func (o *QueueResource) SetStatusNil()

SetStatusNil sets the value for Status to be an explicit nil

func (*QueueResource) SetTimeleft

func (o *QueueResource) SetTimeleft(v string)

SetTimeleft gets a reference to the given string and assigns it to the Timeleft field.

func (*QueueResource) SetTitle

func (o *QueueResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*QueueResource) SetTitleNil

func (o *QueueResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*QueueResource) SetTrackedDownloadState

func (o *QueueResource) SetTrackedDownloadState(v TrackedDownloadState)

SetTrackedDownloadState gets a reference to the given TrackedDownloadState and assigns it to the TrackedDownloadState field.

func (*QueueResource) SetTrackedDownloadStatus

func (o *QueueResource) SetTrackedDownloadStatus(v TrackedDownloadStatus)

SetTrackedDownloadStatus gets a reference to the given TrackedDownloadStatus and assigns it to the TrackedDownloadStatus field.

func (QueueResource) ToMap added in v1.0.1

func (o QueueResource) ToMap() (map[string]interface{}, error)

func (*QueueResource) UnsetAdded added in v1.0.1

func (o *QueueResource) UnsetAdded()

UnsetAdded ensures that no value is present for Added, not even an explicit nil

func (*QueueResource) UnsetDownloadClient

func (o *QueueResource) UnsetDownloadClient()

UnsetDownloadClient ensures that no value is present for DownloadClient, not even an explicit nil

func (*QueueResource) UnsetDownloadId

func (o *QueueResource) UnsetDownloadId()

UnsetDownloadId ensures that no value is present for DownloadId, not even an explicit nil

func (*QueueResource) UnsetErrorMessage

func (o *QueueResource) UnsetErrorMessage()

UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil

func (*QueueResource) UnsetEstimatedCompletionTime

func (o *QueueResource) UnsetEstimatedCompletionTime()

UnsetEstimatedCompletionTime ensures that no value is present for EstimatedCompletionTime, not even an explicit nil

func (*QueueResource) UnsetIndexer

func (o *QueueResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

func (*QueueResource) UnsetMovieId

func (o *QueueResource) UnsetMovieId()

UnsetMovieId ensures that no value is present for MovieId, not even an explicit nil

func (*QueueResource) UnsetOutputPath

func (o *QueueResource) UnsetOutputPath()

UnsetOutputPath ensures that no value is present for OutputPath, not even an explicit nil

func (*QueueResource) UnsetStatus

func (o *QueueResource) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

func (*QueueResource) UnsetTitle

func (o *QueueResource) UnsetTitle()

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

type QueueResourcePagingResource

type QueueResourcePagingResource struct {
	Page          *int32          `json:"page,omitempty"`
	PageSize      *int32          `json:"pageSize,omitempty"`
	SortKey       NullableString  `json:"sortKey,omitempty"`
	SortDirection *SortDirection  `json:"sortDirection,omitempty"`
	TotalRecords  *int32          `json:"totalRecords,omitempty"`
	Records       []QueueResource `json:"records,omitempty"`
}

QueueResourcePagingResource struct for QueueResourcePagingResource

func NewQueueResourcePagingResource

func NewQueueResourcePagingResource() *QueueResourcePagingResource

NewQueueResourcePagingResource instantiates a new QueueResourcePagingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQueueResourcePagingResourceWithDefaults

func NewQueueResourcePagingResourceWithDefaults() *QueueResourcePagingResource

NewQueueResourcePagingResourceWithDefaults instantiates a new QueueResourcePagingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QueueResourcePagingResource) GetPage

func (o *QueueResourcePagingResource) GetPage() int32

GetPage returns the Page field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetPageOk

func (o *QueueResourcePagingResource) GetPageOk() (*int32, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) GetPageSize

func (o *QueueResourcePagingResource) GetPageSize() int32

GetPageSize returns the PageSize field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetPageSizeOk

func (o *QueueResourcePagingResource) GetPageSizeOk() (*int32, bool)

GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) GetRecords

func (o *QueueResourcePagingResource) GetRecords() []QueueResource

GetRecords returns the Records field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResourcePagingResource) GetRecordsOk

func (o *QueueResourcePagingResource) GetRecordsOk() ([]QueueResource, bool)

GetRecordsOk returns a tuple with the Records field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResourcePagingResource) GetSortDirection

func (o *QueueResourcePagingResource) GetSortDirection() SortDirection

GetSortDirection returns the SortDirection field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetSortDirectionOk

func (o *QueueResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)

GetSortDirectionOk returns a tuple with the SortDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) GetSortKey

func (o *QueueResourcePagingResource) GetSortKey() string

GetSortKey returns the SortKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QueueResourcePagingResource) GetSortKeyOk

func (o *QueueResourcePagingResource) GetSortKeyOk() (*string, bool)

GetSortKeyOk returns a tuple with the SortKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QueueResourcePagingResource) GetTotalRecords

func (o *QueueResourcePagingResource) GetTotalRecords() int32

GetTotalRecords returns the TotalRecords field value if set, zero value otherwise.

func (*QueueResourcePagingResource) GetTotalRecordsOk

func (o *QueueResourcePagingResource) GetTotalRecordsOk() (*int32, bool)

GetTotalRecordsOk returns a tuple with the TotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueResourcePagingResource) HasPage

func (o *QueueResourcePagingResource) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasPageSize

func (o *QueueResourcePagingResource) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasRecords

func (o *QueueResourcePagingResource) HasRecords() bool

HasRecords returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasSortDirection

func (o *QueueResourcePagingResource) HasSortDirection() bool

HasSortDirection returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasSortKey

func (o *QueueResourcePagingResource) HasSortKey() bool

HasSortKey returns a boolean if a field has been set.

func (*QueueResourcePagingResource) HasTotalRecords

func (o *QueueResourcePagingResource) HasTotalRecords() bool

HasTotalRecords returns a boolean if a field has been set.

func (QueueResourcePagingResource) MarshalJSON

func (o QueueResourcePagingResource) MarshalJSON() ([]byte, error)

func (*QueueResourcePagingResource) SetPage

func (o *QueueResourcePagingResource) SetPage(v int32)

SetPage gets a reference to the given int32 and assigns it to the Page field.

func (*QueueResourcePagingResource) SetPageSize

func (o *QueueResourcePagingResource) SetPageSize(v int32)

SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.

func (*QueueResourcePagingResource) SetRecords

func (o *QueueResourcePagingResource) SetRecords(v []QueueResource)

SetRecords gets a reference to the given []QueueResource and assigns it to the Records field.

func (*QueueResourcePagingResource) SetSortDirection

func (o *QueueResourcePagingResource) SetSortDirection(v SortDirection)

SetSortDirection gets a reference to the given SortDirection and assigns it to the SortDirection field.

func (*QueueResourcePagingResource) SetSortKey

func (o *QueueResourcePagingResource) SetSortKey(v string)

SetSortKey gets a reference to the given NullableString and assigns it to the SortKey field.

func (*QueueResourcePagingResource) SetSortKeyNil

func (o *QueueResourcePagingResource) SetSortKeyNil()

SetSortKeyNil sets the value for SortKey to be an explicit nil

func (*QueueResourcePagingResource) SetTotalRecords

func (o *QueueResourcePagingResource) SetTotalRecords(v int32)

SetTotalRecords gets a reference to the given int32 and assigns it to the TotalRecords field.

func (QueueResourcePagingResource) ToMap added in v1.0.1

func (o QueueResourcePagingResource) ToMap() (map[string]interface{}, error)

func (*QueueResourcePagingResource) UnsetSortKey

func (o *QueueResourcePagingResource) UnsetSortKey()

UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil

type QueueStatusAPIService added in v1.0.1

type QueueStatusAPIService service

QueueStatusAPIService QueueStatusAPI service

func (*QueueStatusAPIService) GetQueueStatus added in v1.0.1

GetQueueStatus Method for GetQueueStatus

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetQueueStatusRequest

func (*QueueStatusAPIService) GetQueueStatusById added in v1.0.1

GetQueueStatusById Method for GetQueueStatusById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetQueueStatusByIdRequest

func (*QueueStatusAPIService) GetQueueStatusByIdExecute added in v1.0.1

Execute executes the request

@return QueueStatusResource

func (*QueueStatusAPIService) GetQueueStatusExecute added in v1.0.1

Execute executes the request

@return QueueStatusResource

type QueueStatusResource

type QueueStatusResource struct {
	Id              *int32 `json:"id,omitempty"`
	TotalCount      *int32 `json:"totalCount,omitempty"`
	Count           *int32 `json:"count,omitempty"`
	UnknownCount    *int32 `json:"unknownCount,omitempty"`
	Errors          *bool  `json:"errors,omitempty"`
	Warnings        *bool  `json:"warnings,omitempty"`
	UnknownErrors   *bool  `json:"unknownErrors,omitempty"`
	UnknownWarnings *bool  `json:"unknownWarnings,omitempty"`
}

QueueStatusResource struct for QueueStatusResource

func NewQueueStatusResource

func NewQueueStatusResource() *QueueStatusResource

NewQueueStatusResource instantiates a new QueueStatusResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQueueStatusResourceWithDefaults

func NewQueueStatusResourceWithDefaults() *QueueStatusResource

NewQueueStatusResourceWithDefaults instantiates a new QueueStatusResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QueueStatusResource) GetCount

func (o *QueueStatusResource) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*QueueStatusResource) GetCountOk

func (o *QueueStatusResource) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetErrors

func (o *QueueStatusResource) GetErrors() bool

GetErrors returns the Errors field value if set, zero value otherwise.

func (*QueueStatusResource) GetErrorsOk

func (o *QueueStatusResource) GetErrorsOk() (*bool, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetId

func (o *QueueStatusResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*QueueStatusResource) GetIdOk

func (o *QueueStatusResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetTotalCount

func (o *QueueStatusResource) GetTotalCount() int32

GetTotalCount returns the TotalCount field value if set, zero value otherwise.

func (*QueueStatusResource) GetTotalCountOk

func (o *QueueStatusResource) GetTotalCountOk() (*int32, bool)

GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetUnknownCount

func (o *QueueStatusResource) GetUnknownCount() int32

GetUnknownCount returns the UnknownCount field value if set, zero value otherwise.

func (*QueueStatusResource) GetUnknownCountOk

func (o *QueueStatusResource) GetUnknownCountOk() (*int32, bool)

GetUnknownCountOk returns a tuple with the UnknownCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetUnknownErrors

func (o *QueueStatusResource) GetUnknownErrors() bool

GetUnknownErrors returns the UnknownErrors field value if set, zero value otherwise.

func (*QueueStatusResource) GetUnknownErrorsOk

func (o *QueueStatusResource) GetUnknownErrorsOk() (*bool, bool)

GetUnknownErrorsOk returns a tuple with the UnknownErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetUnknownWarnings

func (o *QueueStatusResource) GetUnknownWarnings() bool

GetUnknownWarnings returns the UnknownWarnings field value if set, zero value otherwise.

func (*QueueStatusResource) GetUnknownWarningsOk

func (o *QueueStatusResource) GetUnknownWarningsOk() (*bool, bool)

GetUnknownWarningsOk returns a tuple with the UnknownWarnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) GetWarnings

func (o *QueueStatusResource) GetWarnings() bool

GetWarnings returns the Warnings field value if set, zero value otherwise.

func (*QueueStatusResource) GetWarningsOk

func (o *QueueStatusResource) GetWarningsOk() (*bool, bool)

GetWarningsOk returns a tuple with the Warnings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueStatusResource) HasCount

func (o *QueueStatusResource) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*QueueStatusResource) HasErrors

func (o *QueueStatusResource) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*QueueStatusResource) HasId

func (o *QueueStatusResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*QueueStatusResource) HasTotalCount

func (o *QueueStatusResource) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

func (*QueueStatusResource) HasUnknownCount

func (o *QueueStatusResource) HasUnknownCount() bool

HasUnknownCount returns a boolean if a field has been set.

func (*QueueStatusResource) HasUnknownErrors

func (o *QueueStatusResource) HasUnknownErrors() bool

HasUnknownErrors returns a boolean if a field has been set.

func (*QueueStatusResource) HasUnknownWarnings

func (o *QueueStatusResource) HasUnknownWarnings() bool

HasUnknownWarnings returns a boolean if a field has been set.

func (*QueueStatusResource) HasWarnings

func (o *QueueStatusResource) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

func (QueueStatusResource) MarshalJSON

func (o QueueStatusResource) MarshalJSON() ([]byte, error)

func (*QueueStatusResource) SetCount

func (o *QueueStatusResource) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*QueueStatusResource) SetErrors

func (o *QueueStatusResource) SetErrors(v bool)

SetErrors gets a reference to the given bool and assigns it to the Errors field.

func (*QueueStatusResource) SetId

func (o *QueueStatusResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*QueueStatusResource) SetTotalCount

func (o *QueueStatusResource) SetTotalCount(v int32)

SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.

func (*QueueStatusResource) SetUnknownCount

func (o *QueueStatusResource) SetUnknownCount(v int32)

SetUnknownCount gets a reference to the given int32 and assigns it to the UnknownCount field.

func (*QueueStatusResource) SetUnknownErrors

func (o *QueueStatusResource) SetUnknownErrors(v bool)

SetUnknownErrors gets a reference to the given bool and assigns it to the UnknownErrors field.

func (*QueueStatusResource) SetUnknownWarnings

func (o *QueueStatusResource) SetUnknownWarnings(v bool)

SetUnknownWarnings gets a reference to the given bool and assigns it to the UnknownWarnings field.

func (*QueueStatusResource) SetWarnings

func (o *QueueStatusResource) SetWarnings(v bool)

SetWarnings gets a reference to the given bool and assigns it to the Warnings field.

func (QueueStatusResource) ToMap added in v1.0.1

func (o QueueStatusResource) ToMap() (map[string]interface{}, error)

type RatingChild

type RatingChild struct {
	Votes *int32      `json:"votes,omitempty"`
	Value *float64    `json:"value,omitempty"`
	Type  *RatingType `json:"type,omitempty"`
}

RatingChild struct for RatingChild

func NewRatingChild

func NewRatingChild() *RatingChild

NewRatingChild instantiates a new RatingChild object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRatingChildWithDefaults

func NewRatingChildWithDefaults() *RatingChild

NewRatingChildWithDefaults instantiates a new RatingChild object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RatingChild) GetType

func (o *RatingChild) GetType() RatingType

GetType returns the Type field value if set, zero value otherwise.

func (*RatingChild) GetTypeOk

func (o *RatingChild) GetTypeOk() (*RatingType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingChild) GetValue

func (o *RatingChild) GetValue() float64

GetValue returns the Value field value if set, zero value otherwise.

func (*RatingChild) GetValueOk

func (o *RatingChild) GetValueOk() (*float64, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingChild) GetVotes

func (o *RatingChild) GetVotes() int32

GetVotes returns the Votes field value if set, zero value otherwise.

func (*RatingChild) GetVotesOk

func (o *RatingChild) GetVotesOk() (*int32, bool)

GetVotesOk returns a tuple with the Votes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingChild) HasType

func (o *RatingChild) HasType() bool

HasType returns a boolean if a field has been set.

func (*RatingChild) HasValue

func (o *RatingChild) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*RatingChild) HasVotes

func (o *RatingChild) HasVotes() bool

HasVotes returns a boolean if a field has been set.

func (RatingChild) MarshalJSON

func (o RatingChild) MarshalJSON() ([]byte, error)

func (*RatingChild) SetType

func (o *RatingChild) SetType(v RatingType)

SetType gets a reference to the given RatingType and assigns it to the Type field.

func (*RatingChild) SetValue

func (o *RatingChild) SetValue(v float64)

SetValue gets a reference to the given float64 and assigns it to the Value field.

func (*RatingChild) SetVotes

func (o *RatingChild) SetVotes(v int32)

SetVotes gets a reference to the given int32 and assigns it to the Votes field.

func (RatingChild) ToMap added in v1.0.1

func (o RatingChild) ToMap() (map[string]interface{}, error)

type RatingType

type RatingType string

RatingType the model 'RatingType'

const (
	RATINGTYPE_USER   RatingType = "user"
	RATINGTYPE_CRITIC RatingType = "critic"
)

List of RatingType

func NewRatingTypeFromValue

func NewRatingTypeFromValue(v string) (*RatingType, error)

NewRatingTypeFromValue returns a pointer to a valid RatingType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RatingType) IsValid

func (v RatingType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RatingType) Ptr

func (v RatingType) Ptr() *RatingType

Ptr returns reference to RatingType value

func (*RatingType) UnmarshalJSON

func (v *RatingType) UnmarshalJSON(src []byte) error

type Ratings

type Ratings struct {
	Imdb           *RatingChild `json:"imdb,omitempty"`
	Tmdb           *RatingChild `json:"tmdb,omitempty"`
	Metacritic     *RatingChild `json:"metacritic,omitempty"`
	RottenTomatoes *RatingChild `json:"rottenTomatoes,omitempty"`
}

Ratings struct for Ratings

func NewRatings

func NewRatings() *Ratings

NewRatings instantiates a new Ratings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRatingsWithDefaults

func NewRatingsWithDefaults() *Ratings

NewRatingsWithDefaults instantiates a new Ratings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ratings) GetImdb

func (o *Ratings) GetImdb() RatingChild

GetImdb returns the Imdb field value if set, zero value otherwise.

func (*Ratings) GetImdbOk

func (o *Ratings) GetImdbOk() (*RatingChild, bool)

GetImdbOk returns a tuple with the Imdb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ratings) GetMetacritic

func (o *Ratings) GetMetacritic() RatingChild

GetMetacritic returns the Metacritic field value if set, zero value otherwise.

func (*Ratings) GetMetacriticOk

func (o *Ratings) GetMetacriticOk() (*RatingChild, bool)

GetMetacriticOk returns a tuple with the Metacritic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ratings) GetRottenTomatoes

func (o *Ratings) GetRottenTomatoes() RatingChild

GetRottenTomatoes returns the RottenTomatoes field value if set, zero value otherwise.

func (*Ratings) GetRottenTomatoesOk

func (o *Ratings) GetRottenTomatoesOk() (*RatingChild, bool)

GetRottenTomatoesOk returns a tuple with the RottenTomatoes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ratings) GetTmdb

func (o *Ratings) GetTmdb() RatingChild

GetTmdb returns the Tmdb field value if set, zero value otherwise.

func (*Ratings) GetTmdbOk

func (o *Ratings) GetTmdbOk() (*RatingChild, bool)

GetTmdbOk returns a tuple with the Tmdb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ratings) HasImdb

func (o *Ratings) HasImdb() bool

HasImdb returns a boolean if a field has been set.

func (*Ratings) HasMetacritic

func (o *Ratings) HasMetacritic() bool

HasMetacritic returns a boolean if a field has been set.

func (*Ratings) HasRottenTomatoes

func (o *Ratings) HasRottenTomatoes() bool

HasRottenTomatoes returns a boolean if a field has been set.

func (*Ratings) HasTmdb

func (o *Ratings) HasTmdb() bool

HasTmdb returns a boolean if a field has been set.

func (Ratings) MarshalJSON

func (o Ratings) MarshalJSON() ([]byte, error)

func (*Ratings) SetImdb

func (o *Ratings) SetImdb(v RatingChild)

SetImdb gets a reference to the given RatingChild and assigns it to the Imdb field.

func (*Ratings) SetMetacritic

func (o *Ratings) SetMetacritic(v RatingChild)

SetMetacritic gets a reference to the given RatingChild and assigns it to the Metacritic field.

func (*Ratings) SetRottenTomatoes

func (o *Ratings) SetRottenTomatoes(v RatingChild)

SetRottenTomatoes gets a reference to the given RatingChild and assigns it to the RottenTomatoes field.

func (*Ratings) SetTmdb

func (o *Ratings) SetTmdb(v RatingChild)

SetTmdb gets a reference to the given RatingChild and assigns it to the Tmdb field.

func (Ratings) ToMap added in v1.0.1

func (o Ratings) ToMap() (map[string]interface{}, error)

type Rejection

type Rejection struct {
	Reason NullableString `json:"reason,omitempty"`
	Type   *RejectionType `json:"type,omitempty"`
}

Rejection struct for Rejection

func NewRejection

func NewRejection() *Rejection

NewRejection instantiates a new Rejection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRejectionWithDefaults

func NewRejectionWithDefaults() *Rejection

NewRejectionWithDefaults instantiates a new Rejection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Rejection) GetReason

func (o *Rejection) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Rejection) GetReasonOk

func (o *Rejection) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Rejection) GetType

func (o *Rejection) GetType() RejectionType

GetType returns the Type field value if set, zero value otherwise.

func (*Rejection) GetTypeOk

func (o *Rejection) GetTypeOk() (*RejectionType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Rejection) HasReason

func (o *Rejection) HasReason() bool

HasReason returns a boolean if a field has been set.

func (*Rejection) HasType

func (o *Rejection) HasType() bool

HasType returns a boolean if a field has been set.

func (Rejection) MarshalJSON

func (o Rejection) MarshalJSON() ([]byte, error)

func (*Rejection) SetReason

func (o *Rejection) SetReason(v string)

SetReason gets a reference to the given NullableString and assigns it to the Reason field.

func (*Rejection) SetReasonNil

func (o *Rejection) SetReasonNil()

SetReasonNil sets the value for Reason to be an explicit nil

func (*Rejection) SetType

func (o *Rejection) SetType(v RejectionType)

SetType gets a reference to the given RejectionType and assigns it to the Type field.

func (Rejection) ToMap added in v1.0.1

func (o Rejection) ToMap() (map[string]interface{}, error)

func (*Rejection) UnsetReason

func (o *Rejection) UnsetReason()

UnsetReason ensures that no value is present for Reason, not even an explicit nil

type RejectionType

type RejectionType string

RejectionType the model 'RejectionType'

const (
	REJECTIONTYPE_PERMANENT RejectionType = "permanent"
	REJECTIONTYPE_TEMPORARY RejectionType = "temporary"
)

List of RejectionType

func NewRejectionTypeFromValue

func NewRejectionTypeFromValue(v string) (*RejectionType, error)

NewRejectionTypeFromValue returns a pointer to a valid RejectionType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RejectionType) IsValid

func (v RejectionType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RejectionType) Ptr

func (v RejectionType) Ptr() *RejectionType

Ptr returns reference to RejectionType value

func (*RejectionType) UnmarshalJSON

func (v *RejectionType) UnmarshalJSON(src []byte) error

type ReleaseAPIService added in v1.0.1

type ReleaseAPIService service

ReleaseAPIService ReleaseAPI service

func (*ReleaseAPIService) CreateRelease added in v1.0.1

CreateRelease Method for CreateRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReleaseRequest

func (*ReleaseAPIService) CreateReleaseExecute added in v1.0.1

func (a *ReleaseAPIService) CreateReleaseExecute(r ApiCreateReleaseRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseAPIService) GetReleaseById added in v1.0.1

func (a *ReleaseAPIService) GetReleaseById(ctx context.Context, id int32) ApiGetReleaseByIdRequest

GetReleaseById Method for GetReleaseById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetReleaseByIdRequest

func (*ReleaseAPIService) GetReleaseByIdExecute added in v1.0.1

Execute executes the request

@return ReleaseResource

func (*ReleaseAPIService) ListRelease added in v1.0.1

ListRelease Method for ListRelease

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListReleaseRequest

func (*ReleaseAPIService) ListReleaseExecute added in v1.0.1

Execute executes the request

@return []ReleaseResource

type ReleaseProfileAPIService added in v1.0.1

type ReleaseProfileAPIService service

ReleaseProfileAPIService ReleaseProfileAPI service

func (*ReleaseProfileAPIService) CreateReleaseProfile added in v1.0.1

CreateReleaseProfile Method for CreateReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReleaseProfileRequest

func (*ReleaseProfileAPIService) CreateReleaseProfileExecute added in v1.0.1

Execute executes the request

@return ReleaseProfileResource

func (*ReleaseProfileAPIService) DeleteReleaseProfile added in v1.0.1

DeleteReleaseProfile Method for DeleteReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteReleaseProfileRequest

func (*ReleaseProfileAPIService) DeleteReleaseProfileExecute added in v1.0.1

func (a *ReleaseProfileAPIService) DeleteReleaseProfileExecute(r ApiDeleteReleaseProfileRequest) (*http.Response, error)

Execute executes the request

func (*ReleaseProfileAPIService) GetReleaseProfileById added in v1.0.1

GetReleaseProfileById Method for GetReleaseProfileById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetReleaseProfileByIdRequest

func (*ReleaseProfileAPIService) GetReleaseProfileByIdExecute added in v1.0.1

Execute executes the request

@return ReleaseProfileResource

func (*ReleaseProfileAPIService) ListReleaseProfile added in v1.0.1

ListReleaseProfile Method for ListReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListReleaseProfileRequest

func (*ReleaseProfileAPIService) ListReleaseProfileExecute added in v1.0.1

Execute executes the request

@return []ReleaseProfileResource

func (*ReleaseProfileAPIService) UpdateReleaseProfile added in v1.0.1

UpdateReleaseProfile Method for UpdateReleaseProfile

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateReleaseProfileRequest

func (*ReleaseProfileAPIService) UpdateReleaseProfileExecute added in v1.0.1

Execute executes the request

@return ReleaseProfileResource

type ReleaseProfileResource added in v0.4.0

type ReleaseProfileResource struct {
	Id        *int32         `json:"id,omitempty"`
	Name      NullableString `json:"name,omitempty"`
	Enabled   *bool          `json:"enabled,omitempty"`
	Required  interface{}    `json:"required,omitempty"`
	Ignored   interface{}    `json:"ignored,omitempty"`
	IndexerId *int32         `json:"indexerId,omitempty"`
	Tags      []int32        `json:"tags,omitempty"`
}

ReleaseProfileResource struct for ReleaseProfileResource

func NewReleaseProfileResource added in v0.4.0

func NewReleaseProfileResource() *ReleaseProfileResource

NewReleaseProfileResource instantiates a new ReleaseProfileResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseProfileResourceWithDefaults added in v0.4.0

func NewReleaseProfileResourceWithDefaults() *ReleaseProfileResource

NewReleaseProfileResourceWithDefaults instantiates a new ReleaseProfileResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseProfileResource) GetEnabled added in v0.4.0

func (o *ReleaseProfileResource) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*ReleaseProfileResource) GetEnabledOk added in v0.4.0

func (o *ReleaseProfileResource) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseProfileResource) GetId added in v0.4.0

func (o *ReleaseProfileResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseProfileResource) GetIdOk added in v0.4.0

func (o *ReleaseProfileResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseProfileResource) GetIgnored added in v0.4.0

func (o *ReleaseProfileResource) GetIgnored() interface{}

GetIgnored returns the Ignored field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseProfileResource) GetIgnoredOk added in v0.4.0

func (o *ReleaseProfileResource) GetIgnoredOk() (*interface{}, bool)

GetIgnoredOk returns a tuple with the Ignored field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseProfileResource) GetIndexerId added in v0.4.0

func (o *ReleaseProfileResource) GetIndexerId() int32

GetIndexerId returns the IndexerId field value if set, zero value otherwise.

func (*ReleaseProfileResource) GetIndexerIdOk added in v0.4.0

func (o *ReleaseProfileResource) GetIndexerIdOk() (*int32, bool)

GetIndexerIdOk returns a tuple with the IndexerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseProfileResource) GetName added in v0.4.0

func (o *ReleaseProfileResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseProfileResource) GetNameOk added in v0.4.0

func (o *ReleaseProfileResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseProfileResource) GetRequired added in v0.4.0

func (o *ReleaseProfileResource) GetRequired() interface{}

GetRequired returns the Required field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseProfileResource) GetRequiredOk added in v0.4.0

func (o *ReleaseProfileResource) GetRequiredOk() (*interface{}, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseProfileResource) GetTags added in v0.4.0

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

GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseProfileResource) GetTagsOk added in v0.4.0

func (o *ReleaseProfileResource) GetTagsOk() ([]int32, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseProfileResource) HasEnabled added in v0.4.0

func (o *ReleaseProfileResource) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasId added in v0.4.0

func (o *ReleaseProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasIgnored added in v0.4.0

func (o *ReleaseProfileResource) HasIgnored() bool

HasIgnored returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasIndexerId added in v0.4.0

func (o *ReleaseProfileResource) HasIndexerId() bool

HasIndexerId returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasName added in v0.4.0

func (o *ReleaseProfileResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasRequired added in v0.4.0

func (o *ReleaseProfileResource) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*ReleaseProfileResource) HasTags added in v0.4.0

func (o *ReleaseProfileResource) HasTags() bool

HasTags returns a boolean if a field has been set.

func (ReleaseProfileResource) MarshalJSON added in v0.4.0

func (o ReleaseProfileResource) MarshalJSON() ([]byte, error)

func (*ReleaseProfileResource) SetEnabled added in v0.4.0

func (o *ReleaseProfileResource) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*ReleaseProfileResource) SetId added in v0.4.0

func (o *ReleaseProfileResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ReleaseProfileResource) SetIgnored added in v0.4.0

func (o *ReleaseProfileResource) SetIgnored(v interface{})

SetIgnored gets a reference to the given interface{} and assigns it to the Ignored field.

func (*ReleaseProfileResource) SetIndexerId added in v0.4.0

func (o *ReleaseProfileResource) SetIndexerId(v int32)

SetIndexerId gets a reference to the given int32 and assigns it to the IndexerId field.

func (*ReleaseProfileResource) SetName added in v0.4.0

func (o *ReleaseProfileResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ReleaseProfileResource) SetNameNil added in v0.4.0

func (o *ReleaseProfileResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*ReleaseProfileResource) SetRequired added in v0.4.0

func (o *ReleaseProfileResource) SetRequired(v interface{})

SetRequired gets a reference to the given interface{} and assigns it to the Required field.

func (*ReleaseProfileResource) SetTags added in v0.4.0

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

SetTags gets a reference to the given []int32 and assigns it to the Tags field.

func (ReleaseProfileResource) ToMap added in v1.0.1

func (o ReleaseProfileResource) ToMap() (map[string]interface{}, error)

func (*ReleaseProfileResource) UnsetName added in v0.4.0

func (o *ReleaseProfileResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ReleasePushAPIService added in v1.0.1

type ReleasePushAPIService service

ReleasePushAPIService ReleasePushAPI service

func (*ReleasePushAPIService) CreateReleasePush added in v1.0.1

CreateReleasePush Method for CreateReleasePush

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReleasePushRequest

func (*ReleasePushAPIService) CreateReleasePushExecute added in v1.0.1

Execute executes the request

@return []ReleaseResource

func (*ReleasePushAPIService) GetReleasePushById added in v1.0.1

GetReleasePushById Method for GetReleasePushById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetReleasePushByIdRequest

func (*ReleasePushAPIService) GetReleasePushByIdExecute added in v1.0.1

Execute executes the request

@return ReleaseResource

type ReleaseResource

type ReleaseResource struct {
	Id                  *int32                 `json:"id,omitempty"`
	Guid                NullableString         `json:"guid,omitempty"`
	Quality             *QualityModel          `json:"quality,omitempty"`
	CustomFormats       []CustomFormatResource `json:"customFormats,omitempty"`
	CustomFormatScore   *int32                 `json:"customFormatScore,omitempty"`
	QualityWeight       *int32                 `json:"qualityWeight,omitempty"`
	Age                 *int32                 `json:"age,omitempty"`
	AgeHours            *float64               `json:"ageHours,omitempty"`
	AgeMinutes          *float64               `json:"ageMinutes,omitempty"`
	Size                *int64                 `json:"size,omitempty"`
	IndexerId           *int32                 `json:"indexerId,omitempty"`
	Indexer             NullableString         `json:"indexer,omitempty"`
	ReleaseGroup        NullableString         `json:"releaseGroup,omitempty"`
	SubGroup            NullableString         `json:"subGroup,omitempty"`
	ReleaseHash         NullableString         `json:"releaseHash,omitempty"`
	Title               NullableString         `json:"title,omitempty"`
	SceneSource         *bool                  `json:"sceneSource,omitempty"`
	MovieTitles         []string               `json:"movieTitles,omitempty"`
	Languages           []Language             `json:"languages,omitempty"`
	MappedMovieId       NullableInt32          `json:"mappedMovieId,omitempty"`
	Approved            *bool                  `json:"approved,omitempty"`
	TemporarilyRejected *bool                  `json:"temporarilyRejected,omitempty"`
	Rejected            *bool                  `json:"rejected,omitempty"`
	TmdbId              *int32                 `json:"tmdbId,omitempty"`
	ImdbId              *int32                 `json:"imdbId,omitempty"`
	Rejections          []string               `json:"rejections,omitempty"`
	PublishDate         *time.Time             `json:"publishDate,omitempty"`
	CommentUrl          NullableString         `json:"commentUrl,omitempty"`
	DownloadUrl         NullableString         `json:"downloadUrl,omitempty"`
	InfoUrl             NullableString         `json:"infoUrl,omitempty"`
	DownloadAllowed     *bool                  `json:"downloadAllowed,omitempty"`
	ReleaseWeight       *int32                 `json:"releaseWeight,omitempty"`
	IndexerFlags        []string               `json:"indexerFlags,omitempty"`
	Edition             NullableString         `json:"edition,omitempty"`
	MagnetUrl           NullableString         `json:"magnetUrl,omitempty"`
	InfoHash            NullableString         `json:"infoHash,omitempty"`
	Seeders             NullableInt32          `json:"seeders,omitempty"`
	Leechers            NullableInt32          `json:"leechers,omitempty"`
	Protocol            *DownloadProtocol      `json:"protocol,omitempty"`
	MovieId             NullableInt32          `json:"movieId,omitempty"`
	DownloadClientId    NullableInt32          `json:"downloadClientId,omitempty"`
	DownloadClient      NullableString         `json:"downloadClient,omitempty"`
	ShouldOverride      NullableBool           `json:"shouldOverride,omitempty"`
}

ReleaseResource struct for ReleaseResource

func NewReleaseResource

func NewReleaseResource() *ReleaseResource

NewReleaseResource instantiates a new ReleaseResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReleaseResourceWithDefaults

func NewReleaseResourceWithDefaults() *ReleaseResource

NewReleaseResourceWithDefaults instantiates a new ReleaseResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReleaseResource) GetAge

func (o *ReleaseResource) GetAge() int32

GetAge returns the Age field value if set, zero value otherwise.

func (*ReleaseResource) GetAgeHours

func (o *ReleaseResource) GetAgeHours() float64

GetAgeHours returns the AgeHours field value if set, zero value otherwise.

func (*ReleaseResource) GetAgeHoursOk

func (o *ReleaseResource) GetAgeHoursOk() (*float64, bool)

GetAgeHoursOk returns a tuple with the AgeHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetAgeMinutes

func (o *ReleaseResource) GetAgeMinutes() float64

GetAgeMinutes returns the AgeMinutes field value if set, zero value otherwise.

func (*ReleaseResource) GetAgeMinutesOk

func (o *ReleaseResource) GetAgeMinutesOk() (*float64, bool)

GetAgeMinutesOk returns a tuple with the AgeMinutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetAgeOk

func (o *ReleaseResource) GetAgeOk() (*int32, bool)

GetAgeOk returns a tuple with the Age field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetApproved

func (o *ReleaseResource) GetApproved() bool

GetApproved returns the Approved field value if set, zero value otherwise.

func (*ReleaseResource) GetApprovedOk

func (o *ReleaseResource) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetCommentUrl

func (o *ReleaseResource) GetCommentUrl() string

GetCommentUrl returns the CommentUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetCommentUrlOk

func (o *ReleaseResource) GetCommentUrlOk() (*string, bool)

GetCommentUrlOk returns a tuple with the CommentUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetCustomFormatScore

func (o *ReleaseResource) GetCustomFormatScore() int32

GetCustomFormatScore returns the CustomFormatScore field value if set, zero value otherwise.

func (*ReleaseResource) GetCustomFormatScoreOk

func (o *ReleaseResource) GetCustomFormatScoreOk() (*int32, bool)

GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetCustomFormats

func (o *ReleaseResource) GetCustomFormats() []CustomFormatResource

GetCustomFormats returns the CustomFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetCustomFormatsOk

func (o *ReleaseResource) GetCustomFormatsOk() ([]CustomFormatResource, bool)

GetCustomFormatsOk returns a tuple with the CustomFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetDownloadAllowed

func (o *ReleaseResource) GetDownloadAllowed() bool

GetDownloadAllowed returns the DownloadAllowed field value if set, zero value otherwise.

func (*ReleaseResource) GetDownloadAllowedOk

func (o *ReleaseResource) GetDownloadAllowedOk() (*bool, bool)

GetDownloadAllowedOk returns a tuple with the DownloadAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetDownloadClient added in v1.0.1

func (o *ReleaseResource) GetDownloadClient() string

GetDownloadClient returns the DownloadClient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetDownloadClientId added in v0.5.0

func (o *ReleaseResource) GetDownloadClientId() int32

GetDownloadClientId returns the DownloadClientId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetDownloadClientIdOk added in v0.5.0

func (o *ReleaseResource) GetDownloadClientIdOk() (*int32, bool)

GetDownloadClientIdOk returns a tuple with the DownloadClientId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetDownloadClientOk added in v1.0.1

func (o *ReleaseResource) GetDownloadClientOk() (*string, bool)

GetDownloadClientOk returns a tuple with the DownloadClient field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetDownloadUrl

func (o *ReleaseResource) GetDownloadUrl() string

GetDownloadUrl returns the DownloadUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetDownloadUrlOk

func (o *ReleaseResource) GetDownloadUrlOk() (*string, bool)

GetDownloadUrlOk returns a tuple with the DownloadUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetEdition

func (o *ReleaseResource) GetEdition() string

GetEdition returns the Edition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetEditionOk

func (o *ReleaseResource) GetEditionOk() (*string, bool)

GetEditionOk returns a tuple with the Edition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetGuid

func (o *ReleaseResource) GetGuid() string

GetGuid returns the Guid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetGuidOk

func (o *ReleaseResource) GetGuidOk() (*string, bool)

GetGuidOk returns a tuple with the Guid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetId

func (o *ReleaseResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ReleaseResource) GetIdOk

func (o *ReleaseResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetImdbId

func (o *ReleaseResource) GetImdbId() int32

GetImdbId returns the ImdbId field value if set, zero value otherwise.

func (*ReleaseResource) GetImdbIdOk

func (o *ReleaseResource) GetImdbIdOk() (*int32, bool)

GetImdbIdOk returns a tuple with the ImdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetIndexer

func (o *ReleaseResource) GetIndexer() string

GetIndexer returns the Indexer field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetIndexerFlags

func (o *ReleaseResource) GetIndexerFlags() []string

GetIndexerFlags returns the IndexerFlags field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetIndexerFlagsOk

func (o *ReleaseResource) GetIndexerFlagsOk() ([]string, bool)

GetIndexerFlagsOk returns a tuple with the IndexerFlags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetIndexerId

func (o *ReleaseResource) GetIndexerId() int32

GetIndexerId returns the IndexerId field value if set, zero value otherwise.

func (*ReleaseResource) GetIndexerIdOk

func (o *ReleaseResource) GetIndexerIdOk() (*int32, bool)

GetIndexerIdOk returns a tuple with the IndexerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetIndexerOk

func (o *ReleaseResource) GetIndexerOk() (*string, bool)

GetIndexerOk returns a tuple with the Indexer field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetInfoHash

func (o *ReleaseResource) GetInfoHash() string

GetInfoHash returns the InfoHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetInfoHashOk

func (o *ReleaseResource) GetInfoHashOk() (*string, bool)

GetInfoHashOk returns a tuple with the InfoHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetInfoUrl

func (o *ReleaseResource) GetInfoUrl() string

GetInfoUrl returns the InfoUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetInfoUrlOk

func (o *ReleaseResource) GetInfoUrlOk() (*string, bool)

GetInfoUrlOk returns a tuple with the InfoUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetLanguages

func (o *ReleaseResource) GetLanguages() []Language

GetLanguages returns the Languages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetLanguagesOk

func (o *ReleaseResource) GetLanguagesOk() ([]Language, bool)

GetLanguagesOk returns a tuple with the Languages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetLeechers

func (o *ReleaseResource) GetLeechers() int32

GetLeechers returns the Leechers field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetLeechersOk

func (o *ReleaseResource) GetLeechersOk() (*int32, bool)

GetLeechersOk returns a tuple with the Leechers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetMagnetUrl

func (o *ReleaseResource) GetMagnetUrl() string

GetMagnetUrl returns the MagnetUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetMagnetUrlOk

func (o *ReleaseResource) GetMagnetUrlOk() (*string, bool)

GetMagnetUrlOk returns a tuple with the MagnetUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetMappedMovieId added in v0.5.0

func (o *ReleaseResource) GetMappedMovieId() int32

GetMappedMovieId returns the MappedMovieId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetMappedMovieIdOk added in v0.5.0

func (o *ReleaseResource) GetMappedMovieIdOk() (*int32, bool)

GetMappedMovieIdOk returns a tuple with the MappedMovieId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetMovieId

func (o *ReleaseResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetMovieIdOk

func (o *ReleaseResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetMovieTitles

func (o *ReleaseResource) GetMovieTitles() []string

GetMovieTitles returns the MovieTitles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetMovieTitlesOk

func (o *ReleaseResource) GetMovieTitlesOk() ([]string, bool)

GetMovieTitlesOk returns a tuple with the MovieTitles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetProtocol

func (o *ReleaseResource) GetProtocol() DownloadProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*ReleaseResource) GetProtocolOk

func (o *ReleaseResource) GetProtocolOk() (*DownloadProtocol, bool)

GetProtocolOk returns a tuple with the Protocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetPublishDate

func (o *ReleaseResource) GetPublishDate() time.Time

GetPublishDate returns the PublishDate field value if set, zero value otherwise.

func (*ReleaseResource) GetPublishDateOk

func (o *ReleaseResource) GetPublishDateOk() (*time.Time, bool)

GetPublishDateOk returns a tuple with the PublishDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetQuality

func (o *ReleaseResource) GetQuality() QualityModel

GetQuality returns the Quality field value if set, zero value otherwise.

func (*ReleaseResource) GetQualityOk

func (o *ReleaseResource) GetQualityOk() (*QualityModel, bool)

GetQualityOk returns a tuple with the Quality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetQualityWeight

func (o *ReleaseResource) GetQualityWeight() int32

GetQualityWeight returns the QualityWeight field value if set, zero value otherwise.

func (*ReleaseResource) GetQualityWeightOk

func (o *ReleaseResource) GetQualityWeightOk() (*int32, bool)

GetQualityWeightOk returns a tuple with the QualityWeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetRejected

func (o *ReleaseResource) GetRejected() bool

GetRejected returns the Rejected field value if set, zero value otherwise.

func (*ReleaseResource) GetRejectedOk

func (o *ReleaseResource) GetRejectedOk() (*bool, bool)

GetRejectedOk returns a tuple with the Rejected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetRejections

func (o *ReleaseResource) GetRejections() []string

GetRejections returns the Rejections field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetRejectionsOk

func (o *ReleaseResource) GetRejectionsOk() ([]string, bool)

GetRejectionsOk returns a tuple with the Rejections field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetReleaseGroup

func (o *ReleaseResource) GetReleaseGroup() string

GetReleaseGroup returns the ReleaseGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetReleaseGroupOk

func (o *ReleaseResource) GetReleaseGroupOk() (*string, bool)

GetReleaseGroupOk returns a tuple with the ReleaseGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetReleaseHash

func (o *ReleaseResource) GetReleaseHash() string

GetReleaseHash returns the ReleaseHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetReleaseHashOk

func (o *ReleaseResource) GetReleaseHashOk() (*string, bool)

GetReleaseHashOk returns a tuple with the ReleaseHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetReleaseWeight

func (o *ReleaseResource) GetReleaseWeight() int32

GetReleaseWeight returns the ReleaseWeight field value if set, zero value otherwise.

func (*ReleaseResource) GetReleaseWeightOk

func (o *ReleaseResource) GetReleaseWeightOk() (*int32, bool)

GetReleaseWeightOk returns a tuple with the ReleaseWeight field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetSceneSource

func (o *ReleaseResource) GetSceneSource() bool

GetSceneSource returns the SceneSource field value if set, zero value otherwise.

func (*ReleaseResource) GetSceneSourceOk

func (o *ReleaseResource) GetSceneSourceOk() (*bool, bool)

GetSceneSourceOk returns a tuple with the SceneSource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetSeeders

func (o *ReleaseResource) GetSeeders() int32

GetSeeders returns the Seeders field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetSeedersOk

func (o *ReleaseResource) GetSeedersOk() (*int32, bool)

GetSeedersOk returns a tuple with the Seeders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetShouldOverride added in v0.5.0

func (o *ReleaseResource) GetShouldOverride() bool

GetShouldOverride returns the ShouldOverride field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetShouldOverrideOk added in v0.5.0

func (o *ReleaseResource) GetShouldOverrideOk() (*bool, bool)

GetShouldOverrideOk returns a tuple with the ShouldOverride field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetSize

func (o *ReleaseResource) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*ReleaseResource) GetSizeOk

func (o *ReleaseResource) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetSubGroup

func (o *ReleaseResource) GetSubGroup() string

GetSubGroup returns the SubGroup field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetSubGroupOk

func (o *ReleaseResource) GetSubGroupOk() (*string, bool)

GetSubGroupOk returns a tuple with the SubGroup field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetTemporarilyRejected

func (o *ReleaseResource) GetTemporarilyRejected() bool

GetTemporarilyRejected returns the TemporarilyRejected field value if set, zero value otherwise.

func (*ReleaseResource) GetTemporarilyRejectedOk

func (o *ReleaseResource) GetTemporarilyRejectedOk() (*bool, bool)

GetTemporarilyRejectedOk returns a tuple with the TemporarilyRejected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) GetTitle

func (o *ReleaseResource) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReleaseResource) GetTitleOk

func (o *ReleaseResource) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReleaseResource) GetTmdbId

func (o *ReleaseResource) GetTmdbId() int32

GetTmdbId returns the TmdbId field value if set, zero value otherwise.

func (*ReleaseResource) GetTmdbIdOk

func (o *ReleaseResource) GetTmdbIdOk() (*int32, bool)

GetTmdbIdOk returns a tuple with the TmdbId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReleaseResource) HasAge

func (o *ReleaseResource) HasAge() bool

HasAge returns a boolean if a field has been set.

func (*ReleaseResource) HasAgeHours

func (o *ReleaseResource) HasAgeHours() bool

HasAgeHours returns a boolean if a field has been set.

func (*ReleaseResource) HasAgeMinutes

func (o *ReleaseResource) HasAgeMinutes() bool

HasAgeMinutes returns a boolean if a field has been set.

func (*ReleaseResource) HasApproved

func (o *ReleaseResource) HasApproved() bool

HasApproved returns a boolean if a field has been set.

func (*ReleaseResource) HasCommentUrl

func (o *ReleaseResource) HasCommentUrl() bool

HasCommentUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasCustomFormatScore

func (o *ReleaseResource) HasCustomFormatScore() bool

HasCustomFormatScore returns a boolean if a field has been set.

func (*ReleaseResource) HasCustomFormats

func (o *ReleaseResource) HasCustomFormats() bool

HasCustomFormats returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadAllowed

func (o *ReleaseResource) HasDownloadAllowed() bool

HasDownloadAllowed returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadClient added in v1.0.1

func (o *ReleaseResource) HasDownloadClient() bool

HasDownloadClient returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadClientId added in v0.5.0

func (o *ReleaseResource) HasDownloadClientId() bool

HasDownloadClientId returns a boolean if a field has been set.

func (*ReleaseResource) HasDownloadUrl

func (o *ReleaseResource) HasDownloadUrl() bool

HasDownloadUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasEdition

func (o *ReleaseResource) HasEdition() bool

HasEdition returns a boolean if a field has been set.

func (*ReleaseResource) HasGuid

func (o *ReleaseResource) HasGuid() bool

HasGuid returns a boolean if a field has been set.

func (*ReleaseResource) HasId

func (o *ReleaseResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReleaseResource) HasImdbId

func (o *ReleaseResource) HasImdbId() bool

HasImdbId returns a boolean if a field has been set.

func (*ReleaseResource) HasIndexer

func (o *ReleaseResource) HasIndexer() bool

HasIndexer returns a boolean if a field has been set.

func (*ReleaseResource) HasIndexerFlags

func (o *ReleaseResource) HasIndexerFlags() bool

HasIndexerFlags returns a boolean if a field has been set.

func (*ReleaseResource) HasIndexerId

func (o *ReleaseResource) HasIndexerId() bool

HasIndexerId returns a boolean if a field has been set.

func (*ReleaseResource) HasInfoHash

func (o *ReleaseResource) HasInfoHash() bool

HasInfoHash returns a boolean if a field has been set.

func (*ReleaseResource) HasInfoUrl

func (o *ReleaseResource) HasInfoUrl() bool

HasInfoUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasLanguages

func (o *ReleaseResource) HasLanguages() bool

HasLanguages returns a boolean if a field has been set.

func (*ReleaseResource) HasLeechers

func (o *ReleaseResource) HasLeechers() bool

HasLeechers returns a boolean if a field has been set.

func (*ReleaseResource) HasMagnetUrl

func (o *ReleaseResource) HasMagnetUrl() bool

HasMagnetUrl returns a boolean if a field has been set.

func (*ReleaseResource) HasMappedMovieId added in v0.5.0

func (o *ReleaseResource) HasMappedMovieId() bool

HasMappedMovieId returns a boolean if a field has been set.

func (*ReleaseResource) HasMovieId

func (o *ReleaseResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*ReleaseResource) HasMovieTitles

func (o *ReleaseResource) HasMovieTitles() bool

HasMovieTitles returns a boolean if a field has been set.

func (*ReleaseResource) HasProtocol

func (o *ReleaseResource) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*ReleaseResource) HasPublishDate

func (o *ReleaseResource) HasPublishDate() bool

HasPublishDate returns a boolean if a field has been set.

func (*ReleaseResource) HasQuality

func (o *ReleaseResource) HasQuality() bool

HasQuality returns a boolean if a field has been set.

func (*ReleaseResource) HasQualityWeight

func (o *ReleaseResource) HasQualityWeight() bool

HasQualityWeight returns a boolean if a field has been set.

func (*ReleaseResource) HasRejected

func (o *ReleaseResource) HasRejected() bool

HasRejected returns a boolean if a field has been set.

func (*ReleaseResource) HasRejections

func (o *ReleaseResource) HasRejections() bool

HasRejections returns a boolean if a field has been set.

func (*ReleaseResource) HasReleaseGroup

func (o *ReleaseResource) HasReleaseGroup() bool

HasReleaseGroup returns a boolean if a field has been set.

func (*ReleaseResource) HasReleaseHash

func (o *ReleaseResource) HasReleaseHash() bool

HasReleaseHash returns a boolean if a field has been set.

func (*ReleaseResource) HasReleaseWeight

func (o *ReleaseResource) HasReleaseWeight() bool

HasReleaseWeight returns a boolean if a field has been set.

func (*ReleaseResource) HasSceneSource

func (o *ReleaseResource) HasSceneSource() bool

HasSceneSource returns a boolean if a field has been set.

func (*ReleaseResource) HasSeeders

func (o *ReleaseResource) HasSeeders() bool

HasSeeders returns a boolean if a field has been set.

func (*ReleaseResource) HasShouldOverride added in v0.5.0

func (o *ReleaseResource) HasShouldOverride() bool

HasShouldOverride returns a boolean if a field has been set.

func (*ReleaseResource) HasSize

func (o *ReleaseResource) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*ReleaseResource) HasSubGroup

func (o *ReleaseResource) HasSubGroup() bool

HasSubGroup returns a boolean if a field has been set.

func (*ReleaseResource) HasTemporarilyRejected

func (o *ReleaseResource) HasTemporarilyRejected() bool

HasTemporarilyRejected returns a boolean if a field has been set.

func (*ReleaseResource) HasTitle

func (o *ReleaseResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*ReleaseResource) HasTmdbId

func (o *ReleaseResource) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

func (ReleaseResource) MarshalJSON

func (o ReleaseResource) MarshalJSON() ([]byte, error)

func (*ReleaseResource) SetAge

func (o *ReleaseResource) SetAge(v int32)

SetAge gets a reference to the given int32 and assigns it to the Age field.

func (*ReleaseResource) SetAgeHours

func (o *ReleaseResource) SetAgeHours(v float64)

SetAgeHours gets a reference to the given float64 and assigns it to the AgeHours field.

func (*ReleaseResource) SetAgeMinutes

func (o *ReleaseResource) SetAgeMinutes(v float64)

SetAgeMinutes gets a reference to the given float64 and assigns it to the AgeMinutes field.

func (*ReleaseResource) SetApproved

func (o *ReleaseResource) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*ReleaseResource) SetCommentUrl

func (o *ReleaseResource) SetCommentUrl(v string)

SetCommentUrl gets a reference to the given NullableString and assigns it to the CommentUrl field.

func (*ReleaseResource) SetCommentUrlNil

func (o *ReleaseResource) SetCommentUrlNil()

SetCommentUrlNil sets the value for CommentUrl to be an explicit nil

func (*ReleaseResource) SetCustomFormatScore

func (o *ReleaseResource) SetCustomFormatScore(v int32)

SetCustomFormatScore gets a reference to the given int32 and assigns it to the CustomFormatScore field.

func (*ReleaseResource) SetCustomFormats

func (o *ReleaseResource) SetCustomFormats(v []CustomFormatResource)

SetCustomFormats gets a reference to the given []CustomFormatResource and assigns it to the CustomFormats field.

func (*ReleaseResource) SetDownloadAllowed

func (o *ReleaseResource) SetDownloadAllowed(v bool)

SetDownloadAllowed gets a reference to the given bool and assigns it to the DownloadAllowed field.

func (*ReleaseResource) SetDownloadClient added in v1.0.1

func (o *ReleaseResource) SetDownloadClient(v string)

SetDownloadClient gets a reference to the given NullableString and assigns it to the DownloadClient field.

func (*ReleaseResource) SetDownloadClientId added in v0.5.0

func (o *ReleaseResource) SetDownloadClientId(v int32)

SetDownloadClientId gets a reference to the given NullableInt32 and assigns it to the DownloadClientId field.

func (*ReleaseResource) SetDownloadClientIdNil added in v0.5.0

func (o *ReleaseResource) SetDownloadClientIdNil()

SetDownloadClientIdNil sets the value for DownloadClientId to be an explicit nil

func (*ReleaseResource) SetDownloadClientNil added in v1.0.1

func (o *ReleaseResource) SetDownloadClientNil()

SetDownloadClientNil sets the value for DownloadClient to be an explicit nil

func (*ReleaseResource) SetDownloadUrl

func (o *ReleaseResource) SetDownloadUrl(v string)

SetDownloadUrl gets a reference to the given NullableString and assigns it to the DownloadUrl field.

func (*ReleaseResource) SetDownloadUrlNil

func (o *ReleaseResource) SetDownloadUrlNil()

SetDownloadUrlNil sets the value for DownloadUrl to be an explicit nil

func (*ReleaseResource) SetEdition

func (o *ReleaseResource) SetEdition(v string)

SetEdition gets a reference to the given NullableString and assigns it to the Edition field.

func (*ReleaseResource) SetEditionNil

func (o *ReleaseResource) SetEditionNil()

SetEditionNil sets the value for Edition to be an explicit nil

func (*ReleaseResource) SetGuid

func (o *ReleaseResource) SetGuid(v string)

SetGuid gets a reference to the given NullableString and assigns it to the Guid field.

func (*ReleaseResource) SetGuidNil

func (o *ReleaseResource) SetGuidNil()

SetGuidNil sets the value for Guid to be an explicit nil

func (*ReleaseResource) SetId

func (o *ReleaseResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ReleaseResource) SetImdbId

func (o *ReleaseResource) SetImdbId(v int32)

SetImdbId gets a reference to the given int32 and assigns it to the ImdbId field.

func (*ReleaseResource) SetIndexer

func (o *ReleaseResource) SetIndexer(v string)

SetIndexer gets a reference to the given NullableString and assigns it to the Indexer field.

func (*ReleaseResource) SetIndexerFlags

func (o *ReleaseResource) SetIndexerFlags(v []string)

SetIndexerFlags gets a reference to the given []string and assigns it to the IndexerFlags field.

func (*ReleaseResource) SetIndexerId

func (o *ReleaseResource) SetIndexerId(v int32)

SetIndexerId gets a reference to the given int32 and assigns it to the IndexerId field.

func (*ReleaseResource) SetIndexerNil

func (o *ReleaseResource) SetIndexerNil()

SetIndexerNil sets the value for Indexer to be an explicit nil

func (*ReleaseResource) SetInfoHash

func (o *ReleaseResource) SetInfoHash(v string)

SetInfoHash gets a reference to the given NullableString and assigns it to the InfoHash field.

func (*ReleaseResource) SetInfoHashNil

func (o *ReleaseResource) SetInfoHashNil()

SetInfoHashNil sets the value for InfoHash to be an explicit nil

func (*ReleaseResource) SetInfoUrl

func (o *ReleaseResource) SetInfoUrl(v string)

SetInfoUrl gets a reference to the given NullableString and assigns it to the InfoUrl field.

func (*ReleaseResource) SetInfoUrlNil

func (o *ReleaseResource) SetInfoUrlNil()

SetInfoUrlNil sets the value for InfoUrl to be an explicit nil

func (*ReleaseResource) SetLanguages

func (o *ReleaseResource) SetLanguages(v []Language)

SetLanguages gets a reference to the given []Language and assigns it to the Languages field.

func (*ReleaseResource) SetLeechers

func (o *ReleaseResource) SetLeechers(v int32)

SetLeechers gets a reference to the given NullableInt32 and assigns it to the Leechers field.

func (*ReleaseResource) SetLeechersNil

func (o *ReleaseResource) SetLeechersNil()

SetLeechersNil sets the value for Leechers to be an explicit nil

func (*ReleaseResource) SetMagnetUrl

func (o *ReleaseResource) SetMagnetUrl(v string)

SetMagnetUrl gets a reference to the given NullableString and assigns it to the MagnetUrl field.

func (*ReleaseResource) SetMagnetUrlNil

func (o *ReleaseResource) SetMagnetUrlNil()

SetMagnetUrlNil sets the value for MagnetUrl to be an explicit nil

func (*ReleaseResource) SetMappedMovieId added in v0.5.0

func (o *ReleaseResource) SetMappedMovieId(v int32)

SetMappedMovieId gets a reference to the given NullableInt32 and assigns it to the MappedMovieId field.

func (*ReleaseResource) SetMappedMovieIdNil added in v0.5.0

func (o *ReleaseResource) SetMappedMovieIdNil()

SetMappedMovieIdNil sets the value for MappedMovieId to be an explicit nil

func (*ReleaseResource) SetMovieId

func (o *ReleaseResource) SetMovieId(v int32)

SetMovieId gets a reference to the given NullableInt32 and assigns it to the MovieId field.

func (*ReleaseResource) SetMovieIdNil

func (o *ReleaseResource) SetMovieIdNil()

SetMovieIdNil sets the value for MovieId to be an explicit nil

func (*ReleaseResource) SetMovieTitles

func (o *ReleaseResource) SetMovieTitles(v []string)

SetMovieTitles gets a reference to the given []string and assigns it to the MovieTitles field.

func (*ReleaseResource) SetProtocol

func (o *ReleaseResource) SetProtocol(v DownloadProtocol)

SetProtocol gets a reference to the given DownloadProtocol and assigns it to the Protocol field.

func (*ReleaseResource) SetPublishDate

func (o *ReleaseResource) SetPublishDate(v time.Time)

SetPublishDate gets a reference to the given time.Time and assigns it to the PublishDate field.

func (*ReleaseResource) SetQuality

func (o *ReleaseResource) SetQuality(v QualityModel)

SetQuality gets a reference to the given QualityModel and assigns it to the Quality field.

func (*ReleaseResource) SetQualityWeight

func (o *ReleaseResource) SetQualityWeight(v int32)

SetQualityWeight gets a reference to the given int32 and assigns it to the QualityWeight field.

func (*ReleaseResource) SetRejected

func (o *ReleaseResource) SetRejected(v bool)

SetRejected gets a reference to the given bool and assigns it to the Rejected field.

func (*ReleaseResource) SetRejections

func (o *ReleaseResource) SetRejections(v []string)

SetRejections gets a reference to the given []string and assigns it to the Rejections field.

func (*ReleaseResource) SetReleaseGroup

func (o *ReleaseResource) SetReleaseGroup(v string)

SetReleaseGroup gets a reference to the given NullableString and assigns it to the ReleaseGroup field.

func (*ReleaseResource) SetReleaseGroupNil

func (o *ReleaseResource) SetReleaseGroupNil()

SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil

func (*ReleaseResource) SetReleaseHash

func (o *ReleaseResource) SetReleaseHash(v string)

SetReleaseHash gets a reference to the given NullableString and assigns it to the ReleaseHash field.

func (*ReleaseResource) SetReleaseHashNil

func (o *ReleaseResource) SetReleaseHashNil()

SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil

func (*ReleaseResource) SetReleaseWeight

func (o *ReleaseResource) SetReleaseWeight(v int32)

SetReleaseWeight gets a reference to the given int32 and assigns it to the ReleaseWeight field.

func (*ReleaseResource) SetSceneSource

func (o *ReleaseResource) SetSceneSource(v bool)

SetSceneSource gets a reference to the given bool and assigns it to the SceneSource field.

func (*ReleaseResource) SetSeeders

func (o *ReleaseResource) SetSeeders(v int32)

SetSeeders gets a reference to the given NullableInt32 and assigns it to the Seeders field.

func (*ReleaseResource) SetSeedersNil

func (o *ReleaseResource) SetSeedersNil()

SetSeedersNil sets the value for Seeders to be an explicit nil

func (*ReleaseResource) SetShouldOverride added in v0.5.0

func (o *ReleaseResource) SetShouldOverride(v bool)

SetShouldOverride gets a reference to the given NullableBool and assigns it to the ShouldOverride field.

func (*ReleaseResource) SetShouldOverrideNil added in v0.5.0

func (o *ReleaseResource) SetShouldOverrideNil()

SetShouldOverrideNil sets the value for ShouldOverride to be an explicit nil

func (*ReleaseResource) SetSize

func (o *ReleaseResource) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*ReleaseResource) SetSubGroup

func (o *ReleaseResource) SetSubGroup(v string)

SetSubGroup gets a reference to the given NullableString and assigns it to the SubGroup field.

func (*ReleaseResource) SetSubGroupNil

func (o *ReleaseResource) SetSubGroupNil()

SetSubGroupNil sets the value for SubGroup to be an explicit nil

func (*ReleaseResource) SetTemporarilyRejected

func (o *ReleaseResource) SetTemporarilyRejected(v bool)

SetTemporarilyRejected gets a reference to the given bool and assigns it to the TemporarilyRejected field.

func (*ReleaseResource) SetTitle

func (o *ReleaseResource) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*ReleaseResource) SetTitleNil

func (o *ReleaseResource) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (*ReleaseResource) SetTmdbId

func (o *ReleaseResource) SetTmdbId(v int32)

SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.

func (ReleaseResource) ToMap added in v1.0.1

func (o ReleaseResource) ToMap() (map[string]interface{}, error)

func (*ReleaseResource) UnsetCommentUrl

func (o *ReleaseResource) UnsetCommentUrl()

UnsetCommentUrl ensures that no value is present for CommentUrl, not even an explicit nil

func (*ReleaseResource) UnsetDownloadClient added in v1.0.1

func (o *ReleaseResource) UnsetDownloadClient()

UnsetDownloadClient ensures that no value is present for DownloadClient, not even an explicit nil

func (*ReleaseResource) UnsetDownloadClientId added in v0.5.0

func (o *ReleaseResource) UnsetDownloadClientId()

UnsetDownloadClientId ensures that no value is present for DownloadClientId, not even an explicit nil

func (*ReleaseResource) UnsetDownloadUrl

func (o *ReleaseResource) UnsetDownloadUrl()

UnsetDownloadUrl ensures that no value is present for DownloadUrl, not even an explicit nil

func (*ReleaseResource) UnsetEdition

func (o *ReleaseResource) UnsetEdition()

UnsetEdition ensures that no value is present for Edition, not even an explicit nil

func (*ReleaseResource) UnsetGuid

func (o *ReleaseResource) UnsetGuid()

UnsetGuid ensures that no value is present for Guid, not even an explicit nil

func (*ReleaseResource) UnsetIndexer

func (o *ReleaseResource) UnsetIndexer()

UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil

func (*ReleaseResource) UnsetInfoHash

func (o *ReleaseResource) UnsetInfoHash()

UnsetInfoHash ensures that no value is present for InfoHash, not even an explicit nil

func (*ReleaseResource) UnsetInfoUrl

func (o *ReleaseResource) UnsetInfoUrl()

UnsetInfoUrl ensures that no value is present for InfoUrl, not even an explicit nil

func (*ReleaseResource) UnsetLeechers

func (o *ReleaseResource) UnsetLeechers()

UnsetLeechers ensures that no value is present for Leechers, not even an explicit nil

func (*ReleaseResource) UnsetMagnetUrl

func (o *ReleaseResource) UnsetMagnetUrl()

UnsetMagnetUrl ensures that no value is present for MagnetUrl, not even an explicit nil

func (*ReleaseResource) UnsetMappedMovieId added in v0.5.0

func (o *ReleaseResource) UnsetMappedMovieId()

UnsetMappedMovieId ensures that no value is present for MappedMovieId, not even an explicit nil

func (*ReleaseResource) UnsetMovieId

func (o *ReleaseResource) UnsetMovieId()

UnsetMovieId ensures that no value is present for MovieId, not even an explicit nil

func (*ReleaseResource) UnsetReleaseGroup

func (o *ReleaseResource) UnsetReleaseGroup()

UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil

func (*ReleaseResource) UnsetReleaseHash

func (o *ReleaseResource) UnsetReleaseHash()

UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil

func (*ReleaseResource) UnsetSeeders

func (o *ReleaseResource) UnsetSeeders()

UnsetSeeders ensures that no value is present for Seeders, not even an explicit nil

func (*ReleaseResource) UnsetShouldOverride added in v0.5.0

func (o *ReleaseResource) UnsetShouldOverride()

UnsetShouldOverride ensures that no value is present for ShouldOverride, not even an explicit nil

func (*ReleaseResource) UnsetSubGroup

func (o *ReleaseResource) UnsetSubGroup()

UnsetSubGroup ensures that no value is present for SubGroup, not even an explicit nil

func (*ReleaseResource) UnsetTitle

func (o *ReleaseResource) UnsetTitle()

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

type RemotePathMappingAPIService added in v1.0.1

type RemotePathMappingAPIService service

RemotePathMappingAPIService RemotePathMappingAPI service

func (*RemotePathMappingAPIService) CreateRemotePathMapping added in v1.0.1

CreateRemotePathMapping Method for CreateRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRemotePathMappingRequest

func (*RemotePathMappingAPIService) CreateRemotePathMappingExecute added in v1.0.1

Execute executes the request

@return RemotePathMappingResource

func (*RemotePathMappingAPIService) DeleteRemotePathMapping added in v1.0.1

DeleteRemotePathMapping Method for DeleteRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteRemotePathMappingRequest

func (*RemotePathMappingAPIService) DeleteRemotePathMappingExecute added in v1.0.1

func (a *RemotePathMappingAPIService) DeleteRemotePathMappingExecute(r ApiDeleteRemotePathMappingRequest) (*http.Response, error)

Execute executes the request

func (*RemotePathMappingAPIService) GetRemotePathMappingById added in v1.0.1

GetRemotePathMappingById Method for GetRemotePathMappingById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetRemotePathMappingByIdRequest

func (*RemotePathMappingAPIService) GetRemotePathMappingByIdExecute added in v1.0.1

Execute executes the request

@return RemotePathMappingResource

func (*RemotePathMappingAPIService) ListRemotePathMapping added in v1.0.1

ListRemotePathMapping Method for ListRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRemotePathMappingRequest

func (*RemotePathMappingAPIService) ListRemotePathMappingExecute added in v1.0.1

Execute executes the request

@return []RemotePathMappingResource

func (*RemotePathMappingAPIService) UpdateRemotePathMapping added in v1.0.1

UpdateRemotePathMapping Method for UpdateRemotePathMapping

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateRemotePathMappingRequest

func (*RemotePathMappingAPIService) UpdateRemotePathMappingExecute added in v1.0.1

Execute executes the request

@return RemotePathMappingResource

type RemotePathMappingResource

type RemotePathMappingResource struct {
	Id         *int32         `json:"id,omitempty"`
	Host       NullableString `json:"host,omitempty"`
	RemotePath NullableString `json:"remotePath,omitempty"`
	LocalPath  NullableString `json:"localPath,omitempty"`
}

RemotePathMappingResource struct for RemotePathMappingResource

func NewRemotePathMappingResource

func NewRemotePathMappingResource() *RemotePathMappingResource

NewRemotePathMappingResource instantiates a new RemotePathMappingResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemotePathMappingResourceWithDefaults

func NewRemotePathMappingResourceWithDefaults() *RemotePathMappingResource

NewRemotePathMappingResourceWithDefaults instantiates a new RemotePathMappingResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemotePathMappingResource) GetHost

func (o *RemotePathMappingResource) GetHost() string

GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RemotePathMappingResource) GetHostOk

func (o *RemotePathMappingResource) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RemotePathMappingResource) GetId

func (o *RemotePathMappingResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RemotePathMappingResource) GetIdOk

func (o *RemotePathMappingResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemotePathMappingResource) GetLocalPath

func (o *RemotePathMappingResource) GetLocalPath() string

GetLocalPath returns the LocalPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RemotePathMappingResource) GetLocalPathOk

func (o *RemotePathMappingResource) GetLocalPathOk() (*string, bool)

GetLocalPathOk returns a tuple with the LocalPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RemotePathMappingResource) GetRemotePath

func (o *RemotePathMappingResource) GetRemotePath() string

GetRemotePath returns the RemotePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RemotePathMappingResource) GetRemotePathOk

func (o *RemotePathMappingResource) GetRemotePathOk() (*string, bool)

GetRemotePathOk returns a tuple with the RemotePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RemotePathMappingResource) HasHost

func (o *RemotePathMappingResource) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*RemotePathMappingResource) HasId

func (o *RemotePathMappingResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RemotePathMappingResource) HasLocalPath

func (o *RemotePathMappingResource) HasLocalPath() bool

HasLocalPath returns a boolean if a field has been set.

func (*RemotePathMappingResource) HasRemotePath

func (o *RemotePathMappingResource) HasRemotePath() bool

HasRemotePath returns a boolean if a field has been set.

func (RemotePathMappingResource) MarshalJSON

func (o RemotePathMappingResource) MarshalJSON() ([]byte, error)

func (*RemotePathMappingResource) SetHost

func (o *RemotePathMappingResource) SetHost(v string)

SetHost gets a reference to the given NullableString and assigns it to the Host field.

func (*RemotePathMappingResource) SetHostNil

func (o *RemotePathMappingResource) SetHostNil()

SetHostNil sets the value for Host to be an explicit nil

func (*RemotePathMappingResource) SetId

func (o *RemotePathMappingResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RemotePathMappingResource) SetLocalPath

func (o *RemotePathMappingResource) SetLocalPath(v string)

SetLocalPath gets a reference to the given NullableString and assigns it to the LocalPath field.

func (*RemotePathMappingResource) SetLocalPathNil

func (o *RemotePathMappingResource) SetLocalPathNil()

SetLocalPathNil sets the value for LocalPath to be an explicit nil

func (*RemotePathMappingResource) SetRemotePath

func (o *RemotePathMappingResource) SetRemotePath(v string)

SetRemotePath gets a reference to the given NullableString and assigns it to the RemotePath field.

func (*RemotePathMappingResource) SetRemotePathNil

func (o *RemotePathMappingResource) SetRemotePathNil()

SetRemotePathNil sets the value for RemotePath to be an explicit nil

func (RemotePathMappingResource) ToMap added in v1.0.1

func (o RemotePathMappingResource) ToMap() (map[string]interface{}, error)

func (*RemotePathMappingResource) UnsetHost

func (o *RemotePathMappingResource) UnsetHost()

UnsetHost ensures that no value is present for Host, not even an explicit nil

func (*RemotePathMappingResource) UnsetLocalPath

func (o *RemotePathMappingResource) UnsetLocalPath()

UnsetLocalPath ensures that no value is present for LocalPath, not even an explicit nil

func (*RemotePathMappingResource) UnsetRemotePath

func (o *RemotePathMappingResource) UnsetRemotePath()

UnsetRemotePath ensures that no value is present for RemotePath, not even an explicit nil

type RenameMovieAPIService added in v1.0.1

type RenameMovieAPIService service

RenameMovieAPIService RenameMovieAPI service

func (*RenameMovieAPIService) ListRename added in v1.0.1

ListRename Method for ListRename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRenameRequest

func (*RenameMovieAPIService) ListRenameExecute added in v1.0.1

Execute executes the request

@return []RenameMovieResource

type RenameMovieResource

type RenameMovieResource struct {
	Id           *int32         `json:"id,omitempty"`
	MovieId      *int32         `json:"movieId,omitempty"`
	MovieFileId  *int32         `json:"movieFileId,omitempty"`
	ExistingPath NullableString `json:"existingPath,omitempty"`
	NewPath      NullableString `json:"newPath,omitempty"`
}

RenameMovieResource struct for RenameMovieResource

func NewRenameMovieResource

func NewRenameMovieResource() *RenameMovieResource

NewRenameMovieResource instantiates a new RenameMovieResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRenameMovieResourceWithDefaults

func NewRenameMovieResourceWithDefaults() *RenameMovieResource

NewRenameMovieResourceWithDefaults instantiates a new RenameMovieResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RenameMovieResource) GetExistingPath

func (o *RenameMovieResource) GetExistingPath() string

GetExistingPath returns the ExistingPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RenameMovieResource) GetExistingPathOk

func (o *RenameMovieResource) GetExistingPathOk() (*string, bool)

GetExistingPathOk returns a tuple with the ExistingPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RenameMovieResource) GetId

func (o *RenameMovieResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RenameMovieResource) GetIdOk

func (o *RenameMovieResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RenameMovieResource) GetMovieFileId

func (o *RenameMovieResource) GetMovieFileId() int32

GetMovieFileId returns the MovieFileId field value if set, zero value otherwise.

func (*RenameMovieResource) GetMovieFileIdOk

func (o *RenameMovieResource) GetMovieFileIdOk() (*int32, bool)

GetMovieFileIdOk returns a tuple with the MovieFileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RenameMovieResource) GetMovieId

func (o *RenameMovieResource) GetMovieId() int32

GetMovieId returns the MovieId field value if set, zero value otherwise.

func (*RenameMovieResource) GetMovieIdOk

func (o *RenameMovieResource) GetMovieIdOk() (*int32, bool)

GetMovieIdOk returns a tuple with the MovieId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RenameMovieResource) GetNewPath

func (o *RenameMovieResource) GetNewPath() string

GetNewPath returns the NewPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RenameMovieResource) GetNewPathOk

func (o *RenameMovieResource) GetNewPathOk() (*string, bool)

GetNewPathOk returns a tuple with the NewPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RenameMovieResource) HasExistingPath

func (o *RenameMovieResource) HasExistingPath() bool

HasExistingPath returns a boolean if a field has been set.

func (*RenameMovieResource) HasId

func (o *RenameMovieResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RenameMovieResource) HasMovieFileId

func (o *RenameMovieResource) HasMovieFileId() bool

HasMovieFileId returns a boolean if a field has been set.

func (*RenameMovieResource) HasMovieId

func (o *RenameMovieResource) HasMovieId() bool

HasMovieId returns a boolean if a field has been set.

func (*RenameMovieResource) HasNewPath

func (o *RenameMovieResource) HasNewPath() bool

HasNewPath returns a boolean if a field has been set.

func (RenameMovieResource) MarshalJSON

func (o RenameMovieResource) MarshalJSON() ([]byte, error)

func (*RenameMovieResource) SetExistingPath

func (o *RenameMovieResource) SetExistingPath(v string)

SetExistingPath gets a reference to the given NullableString and assigns it to the ExistingPath field.

func (*RenameMovieResource) SetExistingPathNil

func (o *RenameMovieResource) SetExistingPathNil()

SetExistingPathNil sets the value for ExistingPath to be an explicit nil

func (*RenameMovieResource) SetId

func (o *RenameMovieResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RenameMovieResource) SetMovieFileId

func (o *RenameMovieResource) SetMovieFileId(v int32)

SetMovieFileId gets a reference to the given int32 and assigns it to the MovieFileId field.

func (*RenameMovieResource) SetMovieId

func (o *RenameMovieResource) SetMovieId(v int32)

SetMovieId gets a reference to the given int32 and assigns it to the MovieId field.

func (*RenameMovieResource) SetNewPath

func (o *RenameMovieResource) SetNewPath(v string)

SetNewPath gets a reference to the given NullableString and assigns it to the NewPath field.

func (*RenameMovieResource) SetNewPathNil

func (o *RenameMovieResource) SetNewPathNil()

SetNewPathNil sets the value for NewPath to be an explicit nil

func (RenameMovieResource) ToMap added in v1.0.1

func (o RenameMovieResource) ToMap() (map[string]interface{}, error)

func (*RenameMovieResource) UnsetExistingPath

func (o *RenameMovieResource) UnsetExistingPath()

UnsetExistingPath ensures that no value is present for ExistingPath, not even an explicit nil

func (*RenameMovieResource) UnsetNewPath

func (o *RenameMovieResource) UnsetNewPath()

UnsetNewPath ensures that no value is present for NewPath, not even an explicit nil

type RescanAfterRefreshType

type RescanAfterRefreshType string

RescanAfterRefreshType the model 'RescanAfterRefreshType'

const (
	RESCANAFTERREFRESHTYPE_ALWAYS       RescanAfterRefreshType = "always"
	RESCANAFTERREFRESHTYPE_AFTER_MANUAL RescanAfterRefreshType = "afterManual"
	RESCANAFTERREFRESHTYPE_NEVER        RescanAfterRefreshType = "never"
)

List of RescanAfterRefreshType

func NewRescanAfterRefreshTypeFromValue

func NewRescanAfterRefreshTypeFromValue(v string) (*RescanAfterRefreshType, error)

NewRescanAfterRefreshTypeFromValue returns a pointer to a valid RescanAfterRefreshType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RescanAfterRefreshType) IsValid

func (v RescanAfterRefreshType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RescanAfterRefreshType) Ptr

Ptr returns reference to RescanAfterRefreshType value

func (*RescanAfterRefreshType) UnmarshalJSON

func (v *RescanAfterRefreshType) UnmarshalJSON(src []byte) error

type Revision

type Revision struct {
	Version  *int32 `json:"version,omitempty"`
	Real     *int32 `json:"real,omitempty"`
	IsRepack *bool  `json:"isRepack,omitempty"`
}

Revision struct for Revision

func NewRevision

func NewRevision() *Revision

NewRevision instantiates a new Revision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionWithDefaults

func NewRevisionWithDefaults() *Revision

NewRevisionWithDefaults instantiates a new Revision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Revision) GetIsRepack

func (o *Revision) GetIsRepack() bool

GetIsRepack returns the IsRepack field value if set, zero value otherwise.

func (*Revision) GetIsRepackOk

func (o *Revision) GetIsRepackOk() (*bool, bool)

GetIsRepackOk returns a tuple with the IsRepack field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Revision) GetReal

func (o *Revision) GetReal() int32

GetReal returns the Real field value if set, zero value otherwise.

func (*Revision) GetRealOk

func (o *Revision) GetRealOk() (*int32, bool)

GetRealOk returns a tuple with the Real field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Revision) GetVersion

func (o *Revision) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*Revision) GetVersionOk

func (o *Revision) GetVersionOk() (*int32, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Revision) HasIsRepack

func (o *Revision) HasIsRepack() bool

HasIsRepack returns a boolean if a field has been set.

func (*Revision) HasReal

func (o *Revision) HasReal() bool

HasReal returns a boolean if a field has been set.

func (*Revision) HasVersion

func (o *Revision) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Revision) MarshalJSON

func (o Revision) MarshalJSON() ([]byte, error)

func (*Revision) SetIsRepack

func (o *Revision) SetIsRepack(v bool)

SetIsRepack gets a reference to the given bool and assigns it to the IsRepack field.

func (*Revision) SetReal

func (o *Revision) SetReal(v int32)

SetReal gets a reference to the given int32 and assigns it to the Real field.

func (*Revision) SetVersion

func (o *Revision) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

func (Revision) ToMap added in v1.0.1

func (o Revision) ToMap() (map[string]interface{}, error)

type RootFolderAPIService added in v1.0.1

type RootFolderAPIService service

RootFolderAPIService RootFolderAPI service

func (*RootFolderAPIService) CreateRootFolder added in v1.0.1

CreateRootFolder Method for CreateRootFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRootFolderRequest

func (*RootFolderAPIService) CreateRootFolderExecute added in v1.0.1

Execute executes the request

@return RootFolderResource

func (*RootFolderAPIService) DeleteRootFolder added in v1.0.1

DeleteRootFolder Method for DeleteRootFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteRootFolderRequest

func (*RootFolderAPIService) DeleteRootFolderExecute added in v1.0.1

func (a *RootFolderAPIService) DeleteRootFolderExecute(r ApiDeleteRootFolderRequest) (*http.Response, error)

Execute executes the request

func (*RootFolderAPIService) GetRootFolderById added in v1.0.1

GetRootFolderById Method for GetRootFolderById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetRootFolderByIdRequest

func (*RootFolderAPIService) GetRootFolderByIdExecute added in v1.0.1

Execute executes the request

@return RootFolderResource

func (*RootFolderAPIService) ListRootFolder added in v1.0.1

ListRootFolder Method for ListRootFolder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRootFolderRequest

func (*RootFolderAPIService) ListRootFolderExecute added in v1.0.1

Execute executes the request

@return []RootFolderResource

type RootFolderResource

type RootFolderResource struct {
	Id              *int32           `json:"id,omitempty"`
	Path            NullableString   `json:"path,omitempty"`
	Accessible      *bool            `json:"accessible,omitempty"`
	FreeSpace       NullableInt64    `json:"freeSpace,omitempty"`
	UnmappedFolders []UnmappedFolder `json:"unmappedFolders,omitempty"`
}

RootFolderResource struct for RootFolderResource

func NewRootFolderResource

func NewRootFolderResource() *RootFolderResource

NewRootFolderResource instantiates a new RootFolderResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRootFolderResourceWithDefaults

func NewRootFolderResourceWithDefaults() *RootFolderResource

NewRootFolderResourceWithDefaults instantiates a new RootFolderResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RootFolderResource) GetAccessible

func (o *RootFolderResource) GetAccessible() bool

GetAccessible returns the Accessible field value if set, zero value otherwise.

func (*RootFolderResource) GetAccessibleOk

func (o *RootFolderResource) GetAccessibleOk() (*bool, bool)

GetAccessibleOk returns a tuple with the Accessible field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetFreeSpace

func (o *RootFolderResource) GetFreeSpace() int64

GetFreeSpace returns the FreeSpace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetFreeSpaceOk

func (o *RootFolderResource) GetFreeSpaceOk() (*int64, bool)

GetFreeSpaceOk returns a tuple with the FreeSpace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RootFolderResource) GetId

func (o *RootFolderResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*RootFolderResource) GetIdOk

func (o *RootFolderResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RootFolderResource) GetPath

func (o *RootFolderResource) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetPathOk

func (o *RootFolderResource) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RootFolderResource) GetUnmappedFolders

func (o *RootFolderResource) GetUnmappedFolders() []UnmappedFolder

GetUnmappedFolders returns the UnmappedFolders field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RootFolderResource) GetUnmappedFoldersOk

func (o *RootFolderResource) GetUnmappedFoldersOk() ([]UnmappedFolder, bool)

GetUnmappedFoldersOk returns a tuple with the UnmappedFolders field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RootFolderResource) HasAccessible

func (o *RootFolderResource) HasAccessible() bool

HasAccessible returns a boolean if a field has been set.

func (*RootFolderResource) HasFreeSpace

func (o *RootFolderResource) HasFreeSpace() bool

HasFreeSpace returns a boolean if a field has been set.

func (*RootFolderResource) HasId

func (o *RootFolderResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*RootFolderResource) HasPath

func (o *RootFolderResource) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*RootFolderResource) HasUnmappedFolders

func (o *RootFolderResource) HasUnmappedFolders() bool

HasUnmappedFolders returns a boolean if a field has been set.

func (RootFolderResource) MarshalJSON

func (o RootFolderResource) MarshalJSON() ([]byte, error)

func (*RootFolderResource) SetAccessible

func (o *RootFolderResource) SetAccessible(v bool)

SetAccessible gets a reference to the given bool and assigns it to the Accessible field.

func (*RootFolderResource) SetFreeSpace

func (o *RootFolderResource) SetFreeSpace(v int64)

SetFreeSpace gets a reference to the given NullableInt64 and assigns it to the FreeSpace field.

func (*RootFolderResource) SetFreeSpaceNil

func (o *RootFolderResource) SetFreeSpaceNil()

SetFreeSpaceNil sets the value for FreeSpace to be an explicit nil

func (*RootFolderResource) SetId

func (o *RootFolderResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*RootFolderResource) SetPath

func (o *RootFolderResource) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*RootFolderResource) SetPathNil

func (o *RootFolderResource) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*RootFolderResource) SetUnmappedFolders

func (o *RootFolderResource) SetUnmappedFolders(v []UnmappedFolder)

SetUnmappedFolders gets a reference to the given []UnmappedFolder and assigns it to the UnmappedFolders field.

func (RootFolderResource) ToMap added in v1.0.1

func (o RootFolderResource) ToMap() (map[string]interface{}, error)

func (*RootFolderResource) UnsetFreeSpace

func (o *RootFolderResource) UnsetFreeSpace()

UnsetFreeSpace ensures that no value is present for FreeSpace, not even an explicit nil

func (*RootFolderResource) UnsetPath

func (o *RootFolderResource) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

type RuntimeMode

type RuntimeMode string

RuntimeMode the model 'RuntimeMode'

const (
	RUNTIMEMODE_CONSOLE RuntimeMode = "console"
	RUNTIMEMODE_SERVICE RuntimeMode = "service"
	RUNTIMEMODE_TRAY    RuntimeMode = "tray"
)

List of RuntimeMode

func NewRuntimeModeFromValue

func NewRuntimeModeFromValue(v string) (*RuntimeMode, error)

NewRuntimeModeFromValue returns a pointer to a valid RuntimeMode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RuntimeMode) IsValid

func (v RuntimeMode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RuntimeMode) Ptr

func (v RuntimeMode) Ptr() *RuntimeMode

Ptr returns reference to RuntimeMode value

func (*RuntimeMode) UnmarshalJSON

func (v *RuntimeMode) UnmarshalJSON(src []byte) error

type SelectOption

type SelectOption struct {
	Value        *int32         `json:"value,omitempty"`
	Name         NullableString `json:"name,omitempty"`
	Order        *int32         `json:"order,omitempty"`
	Hint         NullableString `json:"hint,omitempty"`
	DividerAfter *bool          `json:"dividerAfter,omitempty"`
}

SelectOption struct for SelectOption

func NewSelectOption

func NewSelectOption() *SelectOption

NewSelectOption instantiates a new SelectOption object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSelectOptionWithDefaults

func NewSelectOptionWithDefaults() *SelectOption

NewSelectOptionWithDefaults instantiates a new SelectOption object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SelectOption) GetDividerAfter

func (o *SelectOption) GetDividerAfter() bool

GetDividerAfter returns the DividerAfter field value if set, zero value otherwise.

func (*SelectOption) GetDividerAfterOk

func (o *SelectOption) GetDividerAfterOk() (*bool, bool)

GetDividerAfterOk returns a tuple with the DividerAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelectOption) GetHint

func (o *SelectOption) GetHint() string

GetHint returns the Hint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SelectOption) GetHintOk

func (o *SelectOption) GetHintOk() (*string, bool)

GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SelectOption) GetName

func (o *SelectOption) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SelectOption) GetNameOk

func (o *SelectOption) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SelectOption) GetOrder

func (o *SelectOption) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*SelectOption) GetOrderOk

func (o *SelectOption) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelectOption) GetValue

func (o *SelectOption) GetValue() int32

GetValue returns the Value field value if set, zero value otherwise.

func (*SelectOption) GetValueOk

func (o *SelectOption) GetValueOk() (*int32, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SelectOption) HasDividerAfter

func (o *SelectOption) HasDividerAfter() bool

HasDividerAfter returns a boolean if a field has been set.

func (*SelectOption) HasHint

func (o *SelectOption) HasHint() bool

HasHint returns a boolean if a field has been set.

func (*SelectOption) HasName

func (o *SelectOption) HasName() bool

HasName returns a boolean if a field has been set.

func (*SelectOption) HasOrder

func (o *SelectOption) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*SelectOption) HasValue

func (o *SelectOption) HasValue() bool

HasValue returns a boolean if a field has been set.

func (SelectOption) MarshalJSON

func (o SelectOption) MarshalJSON() ([]byte, error)

func (*SelectOption) SetDividerAfter

func (o *SelectOption) SetDividerAfter(v bool)

SetDividerAfter gets a reference to the given bool and assigns it to the DividerAfter field.

func (*SelectOption) SetHint

func (o *SelectOption) SetHint(v string)

SetHint gets a reference to the given NullableString and assigns it to the Hint field.

func (*SelectOption) SetHintNil

func (o *SelectOption) SetHintNil()

SetHintNil sets the value for Hint to be an explicit nil

func (*SelectOption) SetName

func (o *SelectOption) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SelectOption) SetNameNil

func (o *SelectOption) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*SelectOption) SetOrder

func (o *SelectOption) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*SelectOption) SetValue

func (o *SelectOption) SetValue(v int32)

SetValue gets a reference to the given int32 and assigns it to the Value field.

func (SelectOption) ToMap added in v1.0.1

func (o SelectOption) ToMap() (map[string]interface{}, error)

func (*SelectOption) UnsetHint

func (o *SelectOption) UnsetHint()

UnsetHint ensures that no value is present for Hint, not even an explicit nil

func (*SelectOption) UnsetName

func (o *SelectOption) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SortDirection

type SortDirection string

SortDirection the model 'SortDirection'

const (
	SORTDIRECTION_DEFAULT    SortDirection = "default"
	SORTDIRECTION_ASCENDING  SortDirection = "ascending"
	SORTDIRECTION_DESCENDING SortDirection = "descending"
)

List of SortDirection

func NewSortDirectionFromValue

func NewSortDirectionFromValue(v string) (*SortDirection, error)

NewSortDirectionFromValue returns a pointer to a valid SortDirection for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SortDirection) IsValid

func (v SortDirection) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SortDirection) Ptr

func (v SortDirection) Ptr() *SortDirection

Ptr returns reference to SortDirection value

func (*SortDirection) UnmarshalJSON

func (v *SortDirection) UnmarshalJSON(src []byte) error

type SourceType

type SourceType string

SourceType the model 'SourceType'

const (
	SOURCETYPE_TMDB     SourceType = "tmdb"
	SOURCETYPE_MAPPINGS SourceType = "mappings"
	SOURCETYPE_USER     SourceType = "user"
	SOURCETYPE_INDEXER  SourceType = "indexer"
)

List of SourceType

func NewSourceTypeFromValue

func NewSourceTypeFromValue(v string) (*SourceType, error)

NewSourceTypeFromValue returns a pointer to a valid SourceType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SourceType) IsValid

func (v SourceType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SourceType) Ptr

func (v SourceType) Ptr() *SourceType

Ptr returns reference to SourceType value

func (*SourceType) UnmarshalJSON

func (v *SourceType) UnmarshalJSON(src []byte) error

type StaticResourceAPIService added in v1.0.1

type StaticResourceAPIService service

StaticResourceAPIService StaticResourceAPI service

func (*StaticResourceAPIService) Get added in v1.0.1

Get Method for Get

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param path
@return ApiGetRequest

func (*StaticResourceAPIService) GetByPath added in v1.0.1

GetByPath Method for GetByPath

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param path
@return ApiGetByPathRequest

func (*StaticResourceAPIService) GetByPathExecute added in v1.0.1

func (a *StaticResourceAPIService) GetByPathExecute(r ApiGetByPathRequest) (*http.Response, error)

Execute executes the request

func (*StaticResourceAPIService) GetContentByPath added in v1.0.1

GetContentByPath Method for GetContentByPath

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param path
@return ApiGetContentByPathRequest

func (*StaticResourceAPIService) GetContentByPathExecute added in v1.0.1

func (a *StaticResourceAPIService) GetContentByPathExecute(r ApiGetContentByPathRequest) (*http.Response, error)

Execute executes the request

func (*StaticResourceAPIService) GetExecute added in v1.0.1

Execute executes the request

func (*StaticResourceAPIService) GetLogin added in v1.0.1

GetLogin Method for GetLogin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLoginRequest

func (*StaticResourceAPIService) GetLoginExecute added in v1.0.1

Execute executes the request

type SystemAPIService added in v1.0.1

type SystemAPIService service

SystemAPIService SystemAPI service

func (*SystemAPIService) CreateSystemRestart added in v1.0.1

func (a *SystemAPIService) CreateSystemRestart(ctx context.Context) ApiCreateSystemRestartRequest

CreateSystemRestart Method for CreateSystemRestart

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSystemRestartRequest

func (*SystemAPIService) CreateSystemRestartExecute added in v1.0.1

func (a *SystemAPIService) CreateSystemRestartExecute(r ApiCreateSystemRestartRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) CreateSystemShutdown added in v1.0.1

func (a *SystemAPIService) CreateSystemShutdown(ctx context.Context) ApiCreateSystemShutdownRequest

CreateSystemShutdown Method for CreateSystemShutdown

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSystemShutdownRequest

func (*SystemAPIService) CreateSystemShutdownExecute added in v1.0.1

func (a *SystemAPIService) CreateSystemShutdownExecute(r ApiCreateSystemShutdownRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemRoutes added in v1.0.1

GetSystemRoutes Method for GetSystemRoutes

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemRoutesRequest

func (*SystemAPIService) GetSystemRoutesDuplicate added in v1.0.1

func (a *SystemAPIService) GetSystemRoutesDuplicate(ctx context.Context) ApiGetSystemRoutesDuplicateRequest

GetSystemRoutesDuplicate Method for GetSystemRoutesDuplicate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemRoutesDuplicateRequest

func (*SystemAPIService) GetSystemRoutesDuplicateExecute added in v1.0.1

func (a *SystemAPIService) GetSystemRoutesDuplicateExecute(r ApiGetSystemRoutesDuplicateRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemRoutesExecute added in v1.0.1

func (a *SystemAPIService) GetSystemRoutesExecute(r ApiGetSystemRoutesRequest) (*http.Response, error)

Execute executes the request

func (*SystemAPIService) GetSystemStatus added in v1.0.1

GetSystemStatus Method for GetSystemStatus

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemStatusRequest

func (*SystemAPIService) GetSystemStatusExecute added in v1.0.1

func (a *SystemAPIService) GetSystemStatusExecute(r ApiGetSystemStatusRequest) (*SystemResource, *http.Response, error)

Execute executes the request

@return SystemResource

type SystemResource

type SystemResource struct {
	AppName                       NullableString      `json:"appName,omitempty"`
	InstanceName                  NullableString      `json:"instanceName,omitempty"`
	Version                       NullableString      `json:"version,omitempty"`
	BuildTime                     *time.Time          `json:"buildTime,omitempty"`
	IsDebug                       *bool               `json:"isDebug,omitempty"`
	IsProduction                  *bool               `json:"isProduction,omitempty"`
	IsAdmin                       *bool               `json:"isAdmin,omitempty"`
	IsUserInteractive             *bool               `json:"isUserInteractive,omitempty"`
	StartupPath                   NullableString      `json:"startupPath,omitempty"`
	AppData                       NullableString      `json:"appData,omitempty"`
	OsName                        NullableString      `json:"osName,omitempty"`
	OsVersion                     NullableString      `json:"osVersion,omitempty"`
	IsNetCore                     *bool               `json:"isNetCore,omitempty"`
	IsLinux                       *bool               `json:"isLinux,omitempty"`
	IsOsx                         *bool               `json:"isOsx,omitempty"`
	IsWindows                     *bool               `json:"isWindows,omitempty"`
	IsDocker                      *bool               `json:"isDocker,omitempty"`
	Mode                          *RuntimeMode        `json:"mode,omitempty"`
	Branch                        NullableString      `json:"branch,omitempty"`
	DatabaseType                  *DatabaseType       `json:"databaseType,omitempty"`
	DatabaseVersion               *string             `json:"databaseVersion,omitempty"`
	Authentication                *AuthenticationType `json:"authentication,omitempty"`
	MigrationVersion              *int32              `json:"migrationVersion,omitempty"`
	UrlBase                       NullableString      `json:"urlBase,omitempty"`
	RuntimeVersion                *string             `json:"runtimeVersion,omitempty"`
	RuntimeName                   NullableString      `json:"runtimeName,omitempty"`
	StartTime                     *time.Time          `json:"startTime,omitempty"`
	PackageVersion                NullableString      `json:"packageVersion,omitempty"`
	PackageAuthor                 NullableString      `json:"packageAuthor,omitempty"`
	PackageUpdateMechanism        *UpdateMechanism    `json:"packageUpdateMechanism,omitempty"`
	PackageUpdateMechanismMessage NullableString      `json:"packageUpdateMechanismMessage,omitempty"`
}

SystemResource struct for SystemResource

func NewSystemResource

func NewSystemResource() *SystemResource

NewSystemResource instantiates a new SystemResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemResourceWithDefaults

func NewSystemResourceWithDefaults() *SystemResource

NewSystemResourceWithDefaults instantiates a new SystemResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SystemResource) GetAppData

func (o *SystemResource) GetAppData() string

GetAppData returns the AppData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetAppDataOk

func (o *SystemResource) GetAppDataOk() (*string, bool)

GetAppDataOk returns a tuple with the AppData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetAppName

func (o *SystemResource) GetAppName() string

GetAppName returns the AppName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetAppNameOk

func (o *SystemResource) GetAppNameOk() (*string, bool)

GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetAuthentication

func (o *SystemResource) GetAuthentication() AuthenticationType

GetAuthentication returns the Authentication field value if set, zero value otherwise.

func (*SystemResource) GetAuthenticationOk

func (o *SystemResource) GetAuthenticationOk() (*AuthenticationType, bool)

GetAuthenticationOk returns a tuple with the Authentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetBranch

func (o *SystemResource) GetBranch() string

GetBranch returns the Branch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetBranchOk

func (o *SystemResource) GetBranchOk() (*string, bool)

GetBranchOk returns a tuple with the Branch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetBuildTime

func (o *SystemResource) GetBuildTime() time.Time

GetBuildTime returns the BuildTime field value if set, zero value otherwise.

func (*SystemResource) GetBuildTimeOk

func (o *SystemResource) GetBuildTimeOk() (*time.Time, bool)

GetBuildTimeOk returns a tuple with the BuildTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetDatabaseType

func (o *SystemResource) GetDatabaseType() DatabaseType

GetDatabaseType returns the DatabaseType field value if set, zero value otherwise.

func (*SystemResource) GetDatabaseTypeOk

func (o *SystemResource) GetDatabaseTypeOk() (*DatabaseType, bool)

GetDatabaseTypeOk returns a tuple with the DatabaseType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetDatabaseVersion

func (o *SystemResource) GetDatabaseVersion() string

GetDatabaseVersion returns the DatabaseVersion field value if set, zero value otherwise.

func (*SystemResource) GetDatabaseVersionOk

func (o *SystemResource) GetDatabaseVersionOk() (*string, bool)

GetDatabaseVersionOk returns a tuple with the DatabaseVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetInstanceName

func (o *SystemResource) GetInstanceName() string

GetInstanceName returns the InstanceName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetInstanceNameOk

func (o *SystemResource) GetInstanceNameOk() (*string, bool)

GetInstanceNameOk returns a tuple with the InstanceName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetIsAdmin

func (o *SystemResource) GetIsAdmin() bool

GetIsAdmin returns the IsAdmin field value if set, zero value otherwise.

func (*SystemResource) GetIsAdminOk

func (o *SystemResource) GetIsAdminOk() (*bool, bool)

GetIsAdminOk returns a tuple with the IsAdmin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsDebug

func (o *SystemResource) GetIsDebug() bool

GetIsDebug returns the IsDebug field value if set, zero value otherwise.

func (*SystemResource) GetIsDebugOk

func (o *SystemResource) GetIsDebugOk() (*bool, bool)

GetIsDebugOk returns a tuple with the IsDebug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsDocker

func (o *SystemResource) GetIsDocker() bool

GetIsDocker returns the IsDocker field value if set, zero value otherwise.

func (*SystemResource) GetIsDockerOk

func (o *SystemResource) GetIsDockerOk() (*bool, bool)

GetIsDockerOk returns a tuple with the IsDocker field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsLinux

func (o *SystemResource) GetIsLinux() bool

GetIsLinux returns the IsLinux field value if set, zero value otherwise.

func (*SystemResource) GetIsLinuxOk

func (o *SystemResource) GetIsLinuxOk() (*bool, bool)

GetIsLinuxOk returns a tuple with the IsLinux field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsNetCore

func (o *SystemResource) GetIsNetCore() bool

GetIsNetCore returns the IsNetCore field value if set, zero value otherwise.

func (*SystemResource) GetIsNetCoreOk

func (o *SystemResource) GetIsNetCoreOk() (*bool, bool)

GetIsNetCoreOk returns a tuple with the IsNetCore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsOsx

func (o *SystemResource) GetIsOsx() bool

GetIsOsx returns the IsOsx field value if set, zero value otherwise.

func (*SystemResource) GetIsOsxOk

func (o *SystemResource) GetIsOsxOk() (*bool, bool)

GetIsOsxOk returns a tuple with the IsOsx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsProduction

func (o *SystemResource) GetIsProduction() bool

GetIsProduction returns the IsProduction field value if set, zero value otherwise.

func (*SystemResource) GetIsProductionOk

func (o *SystemResource) GetIsProductionOk() (*bool, bool)

GetIsProductionOk returns a tuple with the IsProduction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsUserInteractive

func (o *SystemResource) GetIsUserInteractive() bool

GetIsUserInteractive returns the IsUserInteractive field value if set, zero value otherwise.

func (*SystemResource) GetIsUserInteractiveOk

func (o *SystemResource) GetIsUserInteractiveOk() (*bool, bool)

GetIsUserInteractiveOk returns a tuple with the IsUserInteractive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetIsWindows

func (o *SystemResource) GetIsWindows() bool

GetIsWindows returns the IsWindows field value if set, zero value otherwise.

func (*SystemResource) GetIsWindowsOk

func (o *SystemResource) GetIsWindowsOk() (*bool, bool)

GetIsWindowsOk returns a tuple with the IsWindows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetMigrationVersion

func (o *SystemResource) GetMigrationVersion() int32

GetMigrationVersion returns the MigrationVersion field value if set, zero value otherwise.

func (*SystemResource) GetMigrationVersionOk

func (o *SystemResource) GetMigrationVersionOk() (*int32, bool)

GetMigrationVersionOk returns a tuple with the MigrationVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetMode

func (o *SystemResource) GetMode() RuntimeMode

GetMode returns the Mode field value if set, zero value otherwise.

func (*SystemResource) GetModeOk

func (o *SystemResource) GetModeOk() (*RuntimeMode, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetOsName

func (o *SystemResource) GetOsName() string

GetOsName returns the OsName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetOsNameOk

func (o *SystemResource) GetOsNameOk() (*string, bool)

GetOsNameOk returns a tuple with the OsName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetOsVersion

func (o *SystemResource) GetOsVersion() string

GetOsVersion returns the OsVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetOsVersionOk

func (o *SystemResource) GetOsVersionOk() (*string, bool)

GetOsVersionOk returns a tuple with the OsVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetPackageAuthor

func (o *SystemResource) GetPackageAuthor() string

GetPackageAuthor returns the PackageAuthor field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetPackageAuthorOk

func (o *SystemResource) GetPackageAuthorOk() (*string, bool)

GetPackageAuthorOk returns a tuple with the PackageAuthor field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetPackageUpdateMechanism

func (o *SystemResource) GetPackageUpdateMechanism() UpdateMechanism

GetPackageUpdateMechanism returns the PackageUpdateMechanism field value if set, zero value otherwise.

func (*SystemResource) GetPackageUpdateMechanismMessage

func (o *SystemResource) GetPackageUpdateMechanismMessage() string

GetPackageUpdateMechanismMessage returns the PackageUpdateMechanismMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetPackageUpdateMechanismMessageOk

func (o *SystemResource) GetPackageUpdateMechanismMessageOk() (*string, bool)

GetPackageUpdateMechanismMessageOk returns a tuple with the PackageUpdateMechanismMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetPackageUpdateMechanismOk

func (o *SystemResource) GetPackageUpdateMechanismOk() (*UpdateMechanism, bool)

GetPackageUpdateMechanismOk returns a tuple with the PackageUpdateMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetPackageVersion

func (o *SystemResource) GetPackageVersion() string

GetPackageVersion returns the PackageVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetPackageVersionOk

func (o *SystemResource) GetPackageVersionOk() (*string, bool)

GetPackageVersionOk returns a tuple with the PackageVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetRuntimeName

func (o *SystemResource) GetRuntimeName() string

GetRuntimeName returns the RuntimeName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetRuntimeNameOk

func (o *SystemResource) GetRuntimeNameOk() (*string, bool)

GetRuntimeNameOk returns a tuple with the RuntimeName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetRuntimeVersion

func (o *SystemResource) GetRuntimeVersion() string

GetRuntimeVersion returns the RuntimeVersion field value if set, zero value otherwise.

func (*SystemResource) GetRuntimeVersionOk

func (o *SystemResource) GetRuntimeVersionOk() (*string, bool)

GetRuntimeVersionOk returns a tuple with the RuntimeVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetStartTime

func (o *SystemResource) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*SystemResource) GetStartTimeOk

func (o *SystemResource) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResource) GetStartupPath

func (o *SystemResource) GetStartupPath() string

GetStartupPath returns the StartupPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetStartupPathOk

func (o *SystemResource) GetStartupPathOk() (*string, bool)

GetStartupPathOk returns a tuple with the StartupPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetUrlBase

func (o *SystemResource) GetUrlBase() string

GetUrlBase returns the UrlBase field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetUrlBaseOk

func (o *SystemResource) GetUrlBaseOk() (*string, bool)

GetUrlBaseOk returns a tuple with the UrlBase field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) GetVersion

func (o *SystemResource) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SystemResource) GetVersionOk

func (o *SystemResource) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SystemResource) HasAppData

func (o *SystemResource) HasAppData() bool

HasAppData returns a boolean if a field has been set.

func (*SystemResource) HasAppName

func (o *SystemResource) HasAppName() bool

HasAppName returns a boolean if a field has been set.

func (*SystemResource) HasAuthentication

func (o *SystemResource) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

func (*SystemResource) HasBranch

func (o *SystemResource) HasBranch() bool

HasBranch returns a boolean if a field has been set.

func (*SystemResource) HasBuildTime

func (o *SystemResource) HasBuildTime() bool

HasBuildTime returns a boolean if a field has been set.

func (*SystemResource) HasDatabaseType

func (o *SystemResource) HasDatabaseType() bool

HasDatabaseType returns a boolean if a field has been set.

func (*SystemResource) HasDatabaseVersion

func (o *SystemResource) HasDatabaseVersion() bool

HasDatabaseVersion returns a boolean if a field has been set.

func (*SystemResource) HasInstanceName

func (o *SystemResource) HasInstanceName() bool

HasInstanceName returns a boolean if a field has been set.

func (*SystemResource) HasIsAdmin

func (o *SystemResource) HasIsAdmin() bool

HasIsAdmin returns a boolean if a field has been set.

func (*SystemResource) HasIsDebug

func (o *SystemResource) HasIsDebug() bool

HasIsDebug returns a boolean if a field has been set.

func (*SystemResource) HasIsDocker

func (o *SystemResource) HasIsDocker() bool

HasIsDocker returns a boolean if a field has been set.

func (*SystemResource) HasIsLinux

func (o *SystemResource) HasIsLinux() bool

HasIsLinux returns a boolean if a field has been set.

func (*SystemResource) HasIsNetCore

func (o *SystemResource) HasIsNetCore() bool

HasIsNetCore returns a boolean if a field has been set.

func (*SystemResource) HasIsOsx

func (o *SystemResource) HasIsOsx() bool

HasIsOsx returns a boolean if a field has been set.

func (*SystemResource) HasIsProduction

func (o *SystemResource) HasIsProduction() bool

HasIsProduction returns a boolean if a field has been set.

func (*SystemResource) HasIsUserInteractive

func (o *SystemResource) HasIsUserInteractive() bool

HasIsUserInteractive returns a boolean if a field has been set.

func (*SystemResource) HasIsWindows

func (o *SystemResource) HasIsWindows() bool

HasIsWindows returns a boolean if a field has been set.

func (*SystemResource) HasMigrationVersion

func (o *SystemResource) HasMigrationVersion() bool

HasMigrationVersion returns a boolean if a field has been set.

func (*SystemResource) HasMode

func (o *SystemResource) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*SystemResource) HasOsName

func (o *SystemResource) HasOsName() bool

HasOsName returns a boolean if a field has been set.

func (*SystemResource) HasOsVersion

func (o *SystemResource) HasOsVersion() bool

HasOsVersion returns a boolean if a field has been set.

func (*SystemResource) HasPackageAuthor

func (o *SystemResource) HasPackageAuthor() bool

HasPackageAuthor returns a boolean if a field has been set.

func (*SystemResource) HasPackageUpdateMechanism

func (o *SystemResource) HasPackageUpdateMechanism() bool

HasPackageUpdateMechanism returns a boolean if a field has been set.

func (*SystemResource) HasPackageUpdateMechanismMessage

func (o *SystemResource) HasPackageUpdateMechanismMessage() bool

HasPackageUpdateMechanismMessage returns a boolean if a field has been set.

func (*SystemResource) HasPackageVersion

func (o *SystemResource) HasPackageVersion() bool

HasPackageVersion returns a boolean if a field has been set.

func (*SystemResource) HasRuntimeName

func (o *SystemResource) HasRuntimeName() bool

HasRuntimeName returns a boolean if a field has been set.

func (*SystemResource) HasRuntimeVersion

func (o *SystemResource) HasRuntimeVersion() bool

HasRuntimeVersion returns a boolean if a field has been set.

func (*SystemResource) HasStartTime

func (o *SystemResource) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*SystemResource) HasStartupPath

func (o *SystemResource) HasStartupPath() bool

HasStartupPath returns a boolean if a field has been set.

func (*SystemResource) HasUrlBase

func (o *SystemResource) HasUrlBase() bool

HasUrlBase returns a boolean if a field has been set.

func (*SystemResource) HasVersion

func (o *SystemResource) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (SystemResource) MarshalJSON

func (o SystemResource) MarshalJSON() ([]byte, error)

func (*SystemResource) SetAppData

func (o *SystemResource) SetAppData(v string)

SetAppData gets a reference to the given NullableString and assigns it to the AppData field.

func (*SystemResource) SetAppDataNil

func (o *SystemResource) SetAppDataNil()

SetAppDataNil sets the value for AppData to be an explicit nil

func (*SystemResource) SetAppName

func (o *SystemResource) SetAppName(v string)

SetAppName gets a reference to the given NullableString and assigns it to the AppName field.

func (*SystemResource) SetAppNameNil

func (o *SystemResource) SetAppNameNil()

SetAppNameNil sets the value for AppName to be an explicit nil

func (*SystemResource) SetAuthentication

func (o *SystemResource) SetAuthentication(v AuthenticationType)

SetAuthentication gets a reference to the given AuthenticationType and assigns it to the Authentication field.

func (*SystemResource) SetBranch

func (o *SystemResource) SetBranch(v string)

SetBranch gets a reference to the given NullableString and assigns it to the Branch field.

func (*SystemResource) SetBranchNil

func (o *SystemResource) SetBranchNil()

SetBranchNil sets the value for Branch to be an explicit nil

func (*SystemResource) SetBuildTime

func (o *SystemResource) SetBuildTime(v time.Time)

SetBuildTime gets a reference to the given time.Time and assigns it to the BuildTime field.

func (*SystemResource) SetDatabaseType

func (o *SystemResource) SetDatabaseType(v DatabaseType)

SetDatabaseType gets a reference to the given DatabaseType and assigns it to the DatabaseType field.

func (*SystemResource) SetDatabaseVersion

func (o *SystemResource) SetDatabaseVersion(v string)

SetDatabaseVersion gets a reference to the given string and assigns it to the DatabaseVersion field.

func (*SystemResource) SetInstanceName

func (o *SystemResource) SetInstanceName(v string)

SetInstanceName gets a reference to the given NullableString and assigns it to the InstanceName field.

func (*SystemResource) SetInstanceNameNil

func (o *SystemResource) SetInstanceNameNil()

SetInstanceNameNil sets the value for InstanceName to be an explicit nil

func (*SystemResource) SetIsAdmin

func (o *SystemResource) SetIsAdmin(v bool)

SetIsAdmin gets a reference to the given bool and assigns it to the IsAdmin field.

func (*SystemResource) SetIsDebug

func (o *SystemResource) SetIsDebug(v bool)

SetIsDebug gets a reference to the given bool and assigns it to the IsDebug field.

func (*SystemResource) SetIsDocker

func (o *SystemResource) SetIsDocker(v bool)

SetIsDocker gets a reference to the given bool and assigns it to the IsDocker field.

func (*SystemResource) SetIsLinux

func (o *SystemResource) SetIsLinux(v bool)

SetIsLinux gets a reference to the given bool and assigns it to the IsLinux field.

func (*SystemResource) SetIsNetCore

func (o *SystemResource) SetIsNetCore(v bool)

SetIsNetCore gets a reference to the given bool and assigns it to the IsNetCore field.

func (*SystemResource) SetIsOsx

func (o *SystemResource) SetIsOsx(v bool)

SetIsOsx gets a reference to the given bool and assigns it to the IsOsx field.

func (*SystemResource) SetIsProduction

func (o *SystemResource) SetIsProduction(v bool)

SetIsProduction gets a reference to the given bool and assigns it to the IsProduction field.

func (*SystemResource) SetIsUserInteractive

func (o *SystemResource) SetIsUserInteractive(v bool)

SetIsUserInteractive gets a reference to the given bool and assigns it to the IsUserInteractive field.

func (*SystemResource) SetIsWindows

func (o *SystemResource) SetIsWindows(v bool)

SetIsWindows gets a reference to the given bool and assigns it to the IsWindows field.

func (*SystemResource) SetMigrationVersion

func (o *SystemResource) SetMigrationVersion(v int32)

SetMigrationVersion gets a reference to the given int32 and assigns it to the MigrationVersion field.

func (*SystemResource) SetMode

func (o *SystemResource) SetMode(v RuntimeMode)

SetMode gets a reference to the given RuntimeMode and assigns it to the Mode field.

func (*SystemResource) SetOsName

func (o *SystemResource) SetOsName(v string)

SetOsName gets a reference to the given NullableString and assigns it to the OsName field.

func (*SystemResource) SetOsNameNil

func (o *SystemResource) SetOsNameNil()

SetOsNameNil sets the value for OsName to be an explicit nil

func (*SystemResource) SetOsVersion

func (o *SystemResource) SetOsVersion(v string)

SetOsVersion gets a reference to the given NullableString and assigns it to the OsVersion field.

func (*SystemResource) SetOsVersionNil

func (o *SystemResource) SetOsVersionNil()

SetOsVersionNil sets the value for OsVersion to be an explicit nil

func (*SystemResource) SetPackageAuthor

func (o *SystemResource) SetPackageAuthor(v string)

SetPackageAuthor gets a reference to the given NullableString and assigns it to the PackageAuthor field.

func (*SystemResource) SetPackageAuthorNil

func (o *SystemResource) SetPackageAuthorNil()

SetPackageAuthorNil sets the value for PackageAuthor to be an explicit nil

func (*SystemResource) SetPackageUpdateMechanism

func (o *SystemResource) SetPackageUpdateMechanism(v UpdateMechanism)

SetPackageUpdateMechanism gets a reference to the given UpdateMechanism and assigns it to the PackageUpdateMechanism field.

func (*SystemResource) SetPackageUpdateMechanismMessage

func (o *SystemResource) SetPackageUpdateMechanismMessage(v string)

SetPackageUpdateMechanismMessage gets a reference to the given NullableString and assigns it to the PackageUpdateMechanismMessage field.

func (*SystemResource) SetPackageUpdateMechanismMessageNil

func (o *SystemResource) SetPackageUpdateMechanismMessageNil()

SetPackageUpdateMechanismMessageNil sets the value for PackageUpdateMechanismMessage to be an explicit nil

func (*SystemResource) SetPackageVersion

func (o *SystemResource) SetPackageVersion(v string)

SetPackageVersion gets a reference to the given NullableString and assigns it to the PackageVersion field.

func (*SystemResource) SetPackageVersionNil

func (o *SystemResource) SetPackageVersionNil()

SetPackageVersionNil sets the value for PackageVersion to be an explicit nil

func (*SystemResource) SetRuntimeName

func (o *SystemResource) SetRuntimeName(v string)

SetRuntimeName gets a reference to the given NullableString and assigns it to the RuntimeName field.

func (*SystemResource) SetRuntimeNameNil

func (o *SystemResource) SetRuntimeNameNil()

SetRuntimeNameNil sets the value for RuntimeName to be an explicit nil

func (*SystemResource) SetRuntimeVersion

func (o *SystemResource) SetRuntimeVersion(v string)

SetRuntimeVersion gets a reference to the given string and assigns it to the RuntimeVersion field.

func (*SystemResource) SetStartTime

func (o *SystemResource) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*SystemResource) SetStartupPath

func (o *SystemResource) SetStartupPath(v string)

SetStartupPath gets a reference to the given NullableString and assigns it to the StartupPath field.

func (*SystemResource) SetStartupPathNil

func (o *SystemResource) SetStartupPathNil()

SetStartupPathNil sets the value for StartupPath to be an explicit nil

func (*SystemResource) SetUrlBase

func (o *SystemResource) SetUrlBase(v string)

SetUrlBase gets a reference to the given NullableString and assigns it to the UrlBase field.

func (*SystemResource) SetUrlBaseNil

func (o *SystemResource) SetUrlBaseNil()

SetUrlBaseNil sets the value for UrlBase to be an explicit nil

func (*SystemResource) SetVersion

func (o *SystemResource) SetVersion(v string)

SetVersion gets a reference to the given NullableString and assigns it to the Version field.

func (*SystemResource) SetVersionNil

func (o *SystemResource) SetVersionNil()

SetVersionNil sets the value for Version to be an explicit nil

func (SystemResource) ToMap added in v1.0.1

func (o SystemResource) ToMap() (map[string]interface{}, error)

func (*SystemResource) UnsetAppData

func (o *SystemResource) UnsetAppData()

UnsetAppData ensures that no value is present for AppData, not even an explicit nil

func (*SystemResource) UnsetAppName

func (o *SystemResource) UnsetAppName()

UnsetAppName ensures that no value is present for AppName, not even an explicit nil

func (*SystemResource) UnsetBranch

func (o *SystemResource) UnsetBranch()

UnsetBranch ensures that no value is present for Branch, not even an explicit nil

func (*SystemResource) UnsetInstanceName

func (o *SystemResource) UnsetInstanceName()

UnsetInstanceName ensures that no value is present for InstanceName, not even an explicit nil

func (*SystemResource) UnsetOsName

func (o *SystemResource) UnsetOsName()

UnsetOsName ensures that no value is present for OsName, not even an explicit nil

func (*SystemResource) UnsetOsVersion

func (o *SystemResource) UnsetOsVersion()

UnsetOsVersion ensures that no value is present for OsVersion, not even an explicit nil

func (*SystemResource) UnsetPackageAuthor

func (o *SystemResource) UnsetPackageAuthor()

UnsetPackageAuthor ensures that no value is present for PackageAuthor, not even an explicit nil

func (*SystemResource) UnsetPackageUpdateMechanismMessage

func (o *SystemResource) UnsetPackageUpdateMechanismMessage()

UnsetPackageUpdateMechanismMessage ensures that no value is present for PackageUpdateMechanismMessage, not even an explicit nil

func (*SystemResource) UnsetPackageVersion

func (o *SystemResource) UnsetPackageVersion()

UnsetPackageVersion ensures that no value is present for PackageVersion, not even an explicit nil

func (*SystemResource) UnsetRuntimeName

func (o *SystemResource) UnsetRuntimeName()

UnsetRuntimeName ensures that no value is present for RuntimeName, not even an explicit nil

func (*SystemResource) UnsetStartupPath

func (o *SystemResource) UnsetStartupPath()

UnsetStartupPath ensures that no value is present for StartupPath, not even an explicit nil

func (*SystemResource) UnsetUrlBase

func (o *SystemResource) UnsetUrlBase()

UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil

func (*SystemResource) UnsetVersion

func (o *SystemResource) UnsetVersion()

UnsetVersion ensures that no value is present for Version, not even an explicit nil

type TMDbCountryCode

type TMDbCountryCode string

TMDbCountryCode the model 'TMDbCountryCode'

const (
	TMDBCOUNTRYCODE_AU TMDbCountryCode = "au"
	TMDBCOUNTRYCODE_BR TMDbCountryCode = "br"
	TMDBCOUNTRYCODE_CA TMDbCountryCode = "ca"
	TMDBCOUNTRYCODE_FR TMDbCountryCode = "fr"
	TMDBCOUNTRYCODE_DE TMDbCountryCode = "de"
	TMDBCOUNTRYCODE_GB TMDbCountryCode = "gb"
	TMDBCOUNTRYCODE_IE TMDbCountryCode = "ie"
	TMDBCOUNTRYCODE_IT TMDbCountryCode = "it"
	TMDBCOUNTRYCODE_ES TMDbCountryCode = "es"
	TMDBCOUNTRYCODE_US TMDbCountryCode = "us"
	TMDBCOUNTRYCODE_NZ TMDbCountryCode = "nz"
)

List of TMDbCountryCode

func NewTMDbCountryCodeFromValue

func NewTMDbCountryCodeFromValue(v string) (*TMDbCountryCode, error)

NewTMDbCountryCodeFromValue returns a pointer to a valid TMDbCountryCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TMDbCountryCode) IsValid

func (v TMDbCountryCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TMDbCountryCode) Ptr

Ptr returns reference to TMDbCountryCode value

func (*TMDbCountryCode) UnmarshalJSON

func (v *TMDbCountryCode) UnmarshalJSON(src []byte) error

type TagAPIService added in v1.0.1

type TagAPIService service

TagAPIService TagAPI service

func (*TagAPIService) CreateTag added in v1.0.1

CreateTag Method for CreateTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTagRequest

func (*TagAPIService) CreateTagExecute added in v1.0.1

func (a *TagAPIService) CreateTagExecute(r ApiCreateTagRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

func (*TagAPIService) DeleteTag added in v1.0.1

func (a *TagAPIService) DeleteTag(ctx context.Context, id int32) ApiDeleteTagRequest

DeleteTag Method for DeleteTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteTagRequest

func (*TagAPIService) DeleteTagExecute added in v1.0.1

func (a *TagAPIService) DeleteTagExecute(r ApiDeleteTagRequest) (*http.Response, error)

Execute executes the request

func (*TagAPIService) GetTagById added in v1.0.1

func (a *TagAPIService) GetTagById(ctx context.Context, id int32) ApiGetTagByIdRequest

GetTagById Method for GetTagById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetTagByIdRequest

func (*TagAPIService) GetTagByIdExecute added in v1.0.1

func (a *TagAPIService) GetTagByIdExecute(r ApiGetTagByIdRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

func (*TagAPIService) ListTag added in v1.0.1

ListTag Method for ListTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListTagRequest

func (*TagAPIService) ListTagExecute added in v1.0.1

func (a *TagAPIService) ListTagExecute(r ApiListTagRequest) ([]TagResource, *http.Response, error)

Execute executes the request

@return []TagResource

func (*TagAPIService) UpdateTag added in v1.0.1

func (a *TagAPIService) UpdateTag(ctx context.Context, id string) ApiUpdateTagRequest

UpdateTag Method for UpdateTag

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateTagRequest

func (*TagAPIService) UpdateTagExecute added in v1.0.1

func (a *TagAPIService) UpdateTagExecute(r ApiUpdateTagRequest) (*TagResource, *http.Response, error)

Execute executes the request

@return TagResource

type TagDetailsAPIService added in v1.0.1

type TagDetailsAPIService service

TagDetailsAPIService TagDetailsAPI service

func (*TagDetailsAPIService) GetTagDetailById added in v1.0.1

GetTagDetailById Method for GetTagDetailById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetTagDetailByIdRequest

func (*TagDetailsAPIService) GetTagDetailByIdExecute added in v1.0.1

Execute executes the request

@return TagDetailsResource

func (*TagDetailsAPIService) ListTagDetail added in v1.0.1

ListTagDetail Method for ListTagDetail

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListTagDetailRequest

func (*TagDetailsAPIService) ListTagDetailExecute added in v1.0.1

Execute executes the request

@return []TagDetailsResource

type TagDetailsResource

type TagDetailsResource struct {
	Id                *int32         `json:"id,omitempty"`
	Label             NullableString `json:"label,omitempty"`
	DelayProfileIds   []int32        `json:"delayProfileIds,omitempty"`
	ImportListIds     []int32        `json:"importListIds,omitempty"`
	NotificationIds   []int32        `json:"notificationIds,omitempty"`
	ReleaseProfileIds []int32        `json:"releaseProfileIds,omitempty"`
	IndexerIds        []int32        `json:"indexerIds,omitempty"`
	DownloadClientIds []int32        `json:"downloadClientIds,omitempty"`
	AutoTagIds        []int32        `json:"autoTagIds,omitempty"`
	MovieIds          []int32        `json:"movieIds,omitempty"`
}

TagDetailsResource struct for TagDetailsResource

func NewTagDetailsResource

func NewTagDetailsResource() *TagDetailsResource

NewTagDetailsResource instantiates a new TagDetailsResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTagDetailsResourceWithDefaults

func NewTagDetailsResourceWithDefaults() *TagDetailsResource

NewTagDetailsResourceWithDefaults instantiates a new TagDetailsResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TagDetailsResource) GetAutoTagIds added in v0.4.0

func (o *TagDetailsResource) GetAutoTagIds() []int32

GetAutoTagIds returns the AutoTagIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetAutoTagIdsOk added in v0.4.0

func (o *TagDetailsResource) GetAutoTagIdsOk() ([]int32, bool)

GetAutoTagIdsOk returns a tuple with the AutoTagIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetDelayProfileIds

func (o *TagDetailsResource) GetDelayProfileIds() []int32

GetDelayProfileIds returns the DelayProfileIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetDelayProfileIdsOk

func (o *TagDetailsResource) GetDelayProfileIdsOk() ([]int32, bool)

GetDelayProfileIdsOk returns a tuple with the DelayProfileIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetDownloadClientIds added in v0.4.0

func (o *TagDetailsResource) GetDownloadClientIds() []int32

GetDownloadClientIds returns the DownloadClientIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetDownloadClientIdsOk added in v0.4.0

func (o *TagDetailsResource) GetDownloadClientIdsOk() ([]int32, bool)

GetDownloadClientIdsOk returns a tuple with the DownloadClientIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetId

func (o *TagDetailsResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*TagDetailsResource) GetIdOk

func (o *TagDetailsResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TagDetailsResource) GetImportListIds

func (o *TagDetailsResource) GetImportListIds() []int32

GetImportListIds returns the ImportListIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetImportListIdsOk

func (o *TagDetailsResource) GetImportListIdsOk() ([]int32, bool)

GetImportListIdsOk returns a tuple with the ImportListIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetIndexerIds

func (o *TagDetailsResource) GetIndexerIds() []int32

GetIndexerIds returns the IndexerIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetIndexerIdsOk

func (o *TagDetailsResource) GetIndexerIdsOk() ([]int32, bool)

GetIndexerIdsOk returns a tuple with the IndexerIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetLabel

func (o *TagDetailsResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetLabelOk

func (o *TagDetailsResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetMovieIds

func (o *TagDetailsResource) GetMovieIds() []int32

GetMovieIds returns the MovieIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetMovieIdsOk

func (o *TagDetailsResource) GetMovieIdsOk() ([]int32, bool)

GetMovieIdsOk returns a tuple with the MovieIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetNotificationIds

func (o *TagDetailsResource) GetNotificationIds() []int32

GetNotificationIds returns the NotificationIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetNotificationIdsOk

func (o *TagDetailsResource) GetNotificationIdsOk() ([]int32, bool)

GetNotificationIdsOk returns a tuple with the NotificationIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) GetReleaseProfileIds added in v0.4.0

func (o *TagDetailsResource) GetReleaseProfileIds() []int32

GetReleaseProfileIds returns the ReleaseProfileIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagDetailsResource) GetReleaseProfileIdsOk added in v0.4.0

func (o *TagDetailsResource) GetReleaseProfileIdsOk() ([]int32, bool)

GetReleaseProfileIdsOk returns a tuple with the ReleaseProfileIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagDetailsResource) HasAutoTagIds added in v0.4.0

func (o *TagDetailsResource) HasAutoTagIds() bool

HasAutoTagIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasDelayProfileIds

func (o *TagDetailsResource) HasDelayProfileIds() bool

HasDelayProfileIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasDownloadClientIds added in v0.4.0

func (o *TagDetailsResource) HasDownloadClientIds() bool

HasDownloadClientIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasId

func (o *TagDetailsResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TagDetailsResource) HasImportListIds

func (o *TagDetailsResource) HasImportListIds() bool

HasImportListIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasIndexerIds

func (o *TagDetailsResource) HasIndexerIds() bool

HasIndexerIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasLabel

func (o *TagDetailsResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*TagDetailsResource) HasMovieIds

func (o *TagDetailsResource) HasMovieIds() bool

HasMovieIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasNotificationIds

func (o *TagDetailsResource) HasNotificationIds() bool

HasNotificationIds returns a boolean if a field has been set.

func (*TagDetailsResource) HasReleaseProfileIds added in v0.4.0

func (o *TagDetailsResource) HasReleaseProfileIds() bool

HasReleaseProfileIds returns a boolean if a field has been set.

func (TagDetailsResource) MarshalJSON

func (o TagDetailsResource) MarshalJSON() ([]byte, error)

func (*TagDetailsResource) SetAutoTagIds added in v0.4.0

func (o *TagDetailsResource) SetAutoTagIds(v []int32)

SetAutoTagIds gets a reference to the given []int32 and assigns it to the AutoTagIds field.

func (*TagDetailsResource) SetDelayProfileIds

func (o *TagDetailsResource) SetDelayProfileIds(v []int32)

SetDelayProfileIds gets a reference to the given []int32 and assigns it to the DelayProfileIds field.

func (*TagDetailsResource) SetDownloadClientIds added in v0.4.0

func (o *TagDetailsResource) SetDownloadClientIds(v []int32)

SetDownloadClientIds gets a reference to the given []int32 and assigns it to the DownloadClientIds field.

func (*TagDetailsResource) SetId

func (o *TagDetailsResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TagDetailsResource) SetImportListIds

func (o *TagDetailsResource) SetImportListIds(v []int32)

SetImportListIds gets a reference to the given []int32 and assigns it to the ImportListIds field.

func (*TagDetailsResource) SetIndexerIds

func (o *TagDetailsResource) SetIndexerIds(v []int32)

SetIndexerIds gets a reference to the given []int32 and assigns it to the IndexerIds field.

func (*TagDetailsResource) SetLabel

func (o *TagDetailsResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*TagDetailsResource) SetLabelNil

func (o *TagDetailsResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (*TagDetailsResource) SetMovieIds

func (o *TagDetailsResource) SetMovieIds(v []int32)

SetMovieIds gets a reference to the given []int32 and assigns it to the MovieIds field.

func (*TagDetailsResource) SetNotificationIds

func (o *TagDetailsResource) SetNotificationIds(v []int32)

SetNotificationIds gets a reference to the given []int32 and assigns it to the NotificationIds field.

func (*TagDetailsResource) SetReleaseProfileIds added in v0.4.0

func (o *TagDetailsResource) SetReleaseProfileIds(v []int32)

SetReleaseProfileIds gets a reference to the given []int32 and assigns it to the ReleaseProfileIds field.

func (TagDetailsResource) ToMap added in v1.0.1

func (o TagDetailsResource) ToMap() (map[string]interface{}, error)

func (*TagDetailsResource) UnsetLabel

func (o *TagDetailsResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

type TagResource

type TagResource struct {
	Id    *int32         `json:"id,omitempty"`
	Label NullableString `json:"label,omitempty"`
}

TagResource struct for TagResource

func NewTagResource

func NewTagResource() *TagResource

NewTagResource instantiates a new TagResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTagResourceWithDefaults

func NewTagResourceWithDefaults() *TagResource

NewTagResourceWithDefaults instantiates a new TagResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TagResource) GetId

func (o *TagResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*TagResource) GetIdOk

func (o *TagResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TagResource) GetLabel

func (o *TagResource) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TagResource) GetLabelOk

func (o *TagResource) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TagResource) HasId

func (o *TagResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TagResource) HasLabel

func (o *TagResource) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (TagResource) MarshalJSON

func (o TagResource) MarshalJSON() ([]byte, error)

func (*TagResource) SetId

func (o *TagResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TagResource) SetLabel

func (o *TagResource) SetLabel(v string)

SetLabel gets a reference to the given NullableString and assigns it to the Label field.

func (*TagResource) SetLabelNil

func (o *TagResource) SetLabelNil()

SetLabelNil sets the value for Label to be an explicit nil

func (TagResource) ToMap added in v1.0.1

func (o TagResource) ToMap() (map[string]interface{}, error)

func (*TagResource) UnsetLabel

func (o *TagResource) UnsetLabel()

UnsetLabel ensures that no value is present for Label, not even an explicit nil

type TaskAPIService added in v1.0.1

type TaskAPIService service

TaskAPIService TaskAPI service

func (*TaskAPIService) GetSystemTaskById added in v1.0.1

func (a *TaskAPIService) GetSystemTaskById(ctx context.Context, id int32) ApiGetSystemTaskByIdRequest

GetSystemTaskById Method for GetSystemTaskById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetSystemTaskByIdRequest

func (*TaskAPIService) GetSystemTaskByIdExecute added in v1.0.1

func (a *TaskAPIService) GetSystemTaskByIdExecute(r ApiGetSystemTaskByIdRequest) (*TaskResource, *http.Response, error)

Execute executes the request

@return TaskResource

func (*TaskAPIService) ListSystemTask added in v1.0.1

func (a *TaskAPIService) ListSystemTask(ctx context.Context) ApiListSystemTaskRequest

ListSystemTask Method for ListSystemTask

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSystemTaskRequest

func (*TaskAPIService) ListSystemTaskExecute added in v1.0.1

func (a *TaskAPIService) ListSystemTaskExecute(r ApiListSystemTaskRequest) ([]TaskResource, *http.Response, error)

Execute executes the request

@return []TaskResource

type TaskResource

type TaskResource struct {
	Id            *int32         `json:"id,omitempty"`
	Name          NullableString `json:"name,omitempty"`
	TaskName      NullableString `json:"taskName,omitempty"`
	Interval      *int32         `json:"interval,omitempty"`
	LastExecution *time.Time     `json:"lastExecution,omitempty"`
	LastStartTime *time.Time     `json:"lastStartTime,omitempty"`
	NextExecution *time.Time     `json:"nextExecution,omitempty"`
	LastDuration  *string        `json:"lastDuration,omitempty"`
}

TaskResource struct for TaskResource

func NewTaskResource

func NewTaskResource() *TaskResource

NewTaskResource instantiates a new TaskResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaskResourceWithDefaults

func NewTaskResourceWithDefaults() *TaskResource

NewTaskResourceWithDefaults instantiates a new TaskResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TaskResource) GetId

func (o *TaskResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*TaskResource) GetIdOk

func (o *TaskResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetInterval

func (o *TaskResource) GetInterval() int32

GetInterval returns the Interval field value if set, zero value otherwise.

func (*TaskResource) GetIntervalOk

func (o *TaskResource) GetIntervalOk() (*int32, bool)

GetIntervalOk returns a tuple with the Interval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetLastDuration

func (o *TaskResource) GetLastDuration() string

GetLastDuration returns the LastDuration field value if set, zero value otherwise.

func (*TaskResource) GetLastDurationOk

func (o *TaskResource) GetLastDurationOk() (*string, bool)

GetLastDurationOk returns a tuple with the LastDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetLastExecution

func (o *TaskResource) GetLastExecution() time.Time

GetLastExecution returns the LastExecution field value if set, zero value otherwise.

func (*TaskResource) GetLastExecutionOk

func (o *TaskResource) GetLastExecutionOk() (*time.Time, bool)

GetLastExecutionOk returns a tuple with the LastExecution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetLastStartTime

func (o *TaskResource) GetLastStartTime() time.Time

GetLastStartTime returns the LastStartTime field value if set, zero value otherwise.

func (*TaskResource) GetLastStartTimeOk

func (o *TaskResource) GetLastStartTimeOk() (*time.Time, bool)

GetLastStartTimeOk returns a tuple with the LastStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetName

func (o *TaskResource) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TaskResource) GetNameOk

func (o *TaskResource) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TaskResource) GetNextExecution

func (o *TaskResource) GetNextExecution() time.Time

GetNextExecution returns the NextExecution field value if set, zero value otherwise.

func (*TaskResource) GetNextExecutionOk

func (o *TaskResource) GetNextExecutionOk() (*time.Time, bool)

GetNextExecutionOk returns a tuple with the NextExecution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaskResource) GetTaskName

func (o *TaskResource) GetTaskName() string

GetTaskName returns the TaskName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TaskResource) GetTaskNameOk

func (o *TaskResource) GetTaskNameOk() (*string, bool)

GetTaskNameOk returns a tuple with the TaskName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TaskResource) HasId

func (o *TaskResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*TaskResource) HasInterval

func (o *TaskResource) HasInterval() bool

HasInterval returns a boolean if a field has been set.

func (*TaskResource) HasLastDuration

func (o *TaskResource) HasLastDuration() bool

HasLastDuration returns a boolean if a field has been set.

func (*TaskResource) HasLastExecution

func (o *TaskResource) HasLastExecution() bool

HasLastExecution returns a boolean if a field has been set.

func (*TaskResource) HasLastStartTime

func (o *TaskResource) HasLastStartTime() bool

HasLastStartTime returns a boolean if a field has been set.

func (*TaskResource) HasName

func (o *TaskResource) HasName() bool

HasName returns a boolean if a field has been set.

func (*TaskResource) HasNextExecution

func (o *TaskResource) HasNextExecution() bool

HasNextExecution returns a boolean if a field has been set.

func (*TaskResource) HasTaskName

func (o *TaskResource) HasTaskName() bool

HasTaskName returns a boolean if a field has been set.

func (TaskResource) MarshalJSON

func (o TaskResource) MarshalJSON() ([]byte, error)

func (*TaskResource) SetId

func (o *TaskResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TaskResource) SetInterval

func (o *TaskResource) SetInterval(v int32)

SetInterval gets a reference to the given int32 and assigns it to the Interval field.

func (*TaskResource) SetLastDuration

func (o *TaskResource) SetLastDuration(v string)

SetLastDuration gets a reference to the given string and assigns it to the LastDuration field.

func (*TaskResource) SetLastExecution

func (o *TaskResource) SetLastExecution(v time.Time)

SetLastExecution gets a reference to the given time.Time and assigns it to the LastExecution field.

func (*TaskResource) SetLastStartTime

func (o *TaskResource) SetLastStartTime(v time.Time)

SetLastStartTime gets a reference to the given time.Time and assigns it to the LastStartTime field.

func (*TaskResource) SetName

func (o *TaskResource) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*TaskResource) SetNameNil

func (o *TaskResource) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*TaskResource) SetNextExecution

func (o *TaskResource) SetNextExecution(v time.Time)

SetNextExecution gets a reference to the given time.Time and assigns it to the NextExecution field.

func (*TaskResource) SetTaskName

func (o *TaskResource) SetTaskName(v string)

SetTaskName gets a reference to the given NullableString and assigns it to the TaskName field.

func (*TaskResource) SetTaskNameNil

func (o *TaskResource) SetTaskNameNil()

SetTaskNameNil sets the value for TaskName to be an explicit nil

func (TaskResource) ToMap added in v1.0.1

func (o TaskResource) ToMap() (map[string]interface{}, error)

func (*TaskResource) UnsetName

func (o *TaskResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*TaskResource) UnsetTaskName

func (o *TaskResource) UnsetTaskName()

UnsetTaskName ensures that no value is present for TaskName, not even an explicit nil

type TrackedDownloadState

type TrackedDownloadState string

TrackedDownloadState the model 'TrackedDownloadState'

const (
	TRACKEDDOWNLOADSTATE_DOWNLOADING    TrackedDownloadState = "downloading"
	TRACKEDDOWNLOADSTATE_IMPORT_PENDING TrackedDownloadState = "importPending"
	TRACKEDDOWNLOADSTATE_IMPORTING      TrackedDownloadState = "importing"
	TRACKEDDOWNLOADSTATE_IMPORTED       TrackedDownloadState = "imported"
	TRACKEDDOWNLOADSTATE_FAILED_PENDING TrackedDownloadState = "failedPending"
	TRACKEDDOWNLOADSTATE_FAILED         TrackedDownloadState = "failed"
	TRACKEDDOWNLOADSTATE_IGNORED        TrackedDownloadState = "ignored"
)

List of TrackedDownloadState

func NewTrackedDownloadStateFromValue

func NewTrackedDownloadStateFromValue(v string) (*TrackedDownloadState, error)

NewTrackedDownloadStateFromValue returns a pointer to a valid TrackedDownloadState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrackedDownloadState) IsValid

func (v TrackedDownloadState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrackedDownloadState) Ptr

Ptr returns reference to TrackedDownloadState value

func (*TrackedDownloadState) UnmarshalJSON

func (v *TrackedDownloadState) UnmarshalJSON(src []byte) error

type TrackedDownloadStatus

type TrackedDownloadStatus string

TrackedDownloadStatus the model 'TrackedDownloadStatus'

const (
	TRACKEDDOWNLOADSTATUS_OK      TrackedDownloadStatus = "ok"
	TRACKEDDOWNLOADSTATUS_WARNING TrackedDownloadStatus = "warning"
	TRACKEDDOWNLOADSTATUS_ERROR   TrackedDownloadStatus = "error"
)

List of TrackedDownloadStatus

func NewTrackedDownloadStatusFromValue

func NewTrackedDownloadStatusFromValue(v string) (*TrackedDownloadStatus, error)

NewTrackedDownloadStatusFromValue returns a pointer to a valid TrackedDownloadStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrackedDownloadStatus) IsValid

func (v TrackedDownloadStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrackedDownloadStatus) Ptr

Ptr returns reference to TrackedDownloadStatus value

func (*TrackedDownloadStatus) UnmarshalJSON

func (v *TrackedDownloadStatus) UnmarshalJSON(src []byte) error

type TrackedDownloadStatusMessage

type TrackedDownloadStatusMessage struct {
	Title    NullableString `json:"title,omitempty"`
	Messages []string       `json:"messages,omitempty"`
}

TrackedDownloadStatusMessage struct for TrackedDownloadStatusMessage

func NewTrackedDownloadStatusMessage

func NewTrackedDownloadStatusMessage() *TrackedDownloadStatusMessage

NewTrackedDownloadStatusMessage instantiates a new TrackedDownloadStatusMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrackedDownloadStatusMessageWithDefaults

func NewTrackedDownloadStatusMessageWithDefaults() *TrackedDownloadStatusMessage

NewTrackedDownloadStatusMessageWithDefaults instantiates a new TrackedDownloadStatusMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrackedDownloadStatusMessage) GetMessages

func (o *TrackedDownloadStatusMessage) GetMessages() []string

GetMessages returns the Messages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrackedDownloadStatusMessage) GetMessagesOk

func (o *TrackedDownloadStatusMessage) GetMessagesOk() ([]string, bool)

GetMessagesOk returns a tuple with the Messages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrackedDownloadStatusMessage) GetTitle

func (o *TrackedDownloadStatusMessage) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrackedDownloadStatusMessage) GetTitleOk

func (o *TrackedDownloadStatusMessage) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrackedDownloadStatusMessage) HasMessages

func (o *TrackedDownloadStatusMessage) HasMessages() bool

HasMessages returns a boolean if a field has been set.

func (*TrackedDownloadStatusMessage) HasTitle

func (o *TrackedDownloadStatusMessage) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (TrackedDownloadStatusMessage) MarshalJSON

func (o TrackedDownloadStatusMessage) MarshalJSON() ([]byte, error)

func (*TrackedDownloadStatusMessage) SetMessages

func (o *TrackedDownloadStatusMessage) SetMessages(v []string)

SetMessages gets a reference to the given []string and assigns it to the Messages field.

func (*TrackedDownloadStatusMessage) SetTitle

func (o *TrackedDownloadStatusMessage) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*TrackedDownloadStatusMessage) SetTitleNil

func (o *TrackedDownloadStatusMessage) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (TrackedDownloadStatusMessage) ToMap added in v1.0.1

func (o TrackedDownloadStatusMessage) ToMap() (map[string]interface{}, error)

func (*TrackedDownloadStatusMessage) UnsetTitle

func (o *TrackedDownloadStatusMessage) UnsetTitle()

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

type UiConfigAPIService added in v1.0.1

type UiConfigAPIService service

UiConfigAPIService UiConfigAPI service

func (*UiConfigAPIService) GetUiConfig added in v1.0.1

GetUiConfig Method for GetUiConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUiConfigRequest

func (*UiConfigAPIService) GetUiConfigById added in v1.0.1

GetUiConfigById Method for GetUiConfigById

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetUiConfigByIdRequest

func (*UiConfigAPIService) GetUiConfigByIdExecute added in v1.0.1

Execute executes the request

@return UiConfigResource

func (*UiConfigAPIService) GetUiConfigExecute added in v1.0.1

Execute executes the request

@return UiConfigResource

func (*UiConfigAPIService) UpdateUiConfig added in v1.0.1

UpdateUiConfig Method for UpdateUiConfig

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateUiConfigRequest

func (*UiConfigAPIService) UpdateUiConfigExecute added in v1.0.1

Execute executes the request

@return UiConfigResource

type UiConfigResource

type UiConfigResource struct {
	Id                       *int32                  `json:"id,omitempty"`
	FirstDayOfWeek           *int32                  `json:"firstDayOfWeek,omitempty"`
	CalendarWeekColumnHeader NullableString          `json:"calendarWeekColumnHeader,omitempty"`
	MovieRuntimeFormat       *MovieRuntimeFormatType `json:"movieRuntimeFormat,omitempty"`
	ShortDateFormat          NullableString          `json:"shortDateFormat,omitempty"`
	LongDateFormat           NullableString          `json:"longDateFormat,omitempty"`
	TimeFormat               NullableString          `json:"timeFormat,omitempty"`
	ShowRelativeDates        *bool                   `json:"showRelativeDates,omitempty"`
	EnableColorImpairedMode  *bool                   `json:"enableColorImpairedMode,omitempty"`
	MovieInfoLanguage        *int32                  `json:"movieInfoLanguage,omitempty"`
	UiLanguage               *int32                  `json:"uiLanguage,omitempty"`
	Theme                    NullableString          `json:"theme,omitempty"`
}

UiConfigResource struct for UiConfigResource

func NewUiConfigResource

func NewUiConfigResource() *UiConfigResource

NewUiConfigResource instantiates a new UiConfigResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUiConfigResourceWithDefaults

func NewUiConfigResourceWithDefaults() *UiConfigResource

NewUiConfigResourceWithDefaults instantiates a new UiConfigResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UiConfigResource) GetCalendarWeekColumnHeader

func (o *UiConfigResource) GetCalendarWeekColumnHeader() string

GetCalendarWeekColumnHeader returns the CalendarWeekColumnHeader field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetCalendarWeekColumnHeaderOk

func (o *UiConfigResource) GetCalendarWeekColumnHeaderOk() (*string, bool)

GetCalendarWeekColumnHeaderOk returns a tuple with the CalendarWeekColumnHeader field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UiConfigResource) GetEnableColorImpairedMode

func (o *UiConfigResource) GetEnableColorImpairedMode() bool

GetEnableColorImpairedMode returns the EnableColorImpairedMode field value if set, zero value otherwise.

func (*UiConfigResource) GetEnableColorImpairedModeOk

func (o *UiConfigResource) GetEnableColorImpairedModeOk() (*bool, bool)

GetEnableColorImpairedModeOk returns a tuple with the EnableColorImpairedMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetFirstDayOfWeek

func (o *UiConfigResource) GetFirstDayOfWeek() int32

GetFirstDayOfWeek returns the FirstDayOfWeek field value if set, zero value otherwise.

func (*UiConfigResource) GetFirstDayOfWeekOk

func (o *UiConfigResource) GetFirstDayOfWeekOk() (*int32, bool)

GetFirstDayOfWeekOk returns a tuple with the FirstDayOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetId

func (o *UiConfigResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*UiConfigResource) GetIdOk

func (o *UiConfigResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetLongDateFormat

func (o *UiConfigResource) GetLongDateFormat() string

GetLongDateFormat returns the LongDateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetLongDateFormatOk

func (o *UiConfigResource) GetLongDateFormatOk() (*string, bool)

GetLongDateFormatOk returns a tuple with the LongDateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UiConfigResource) GetMovieInfoLanguage

func (o *UiConfigResource) GetMovieInfoLanguage() int32

GetMovieInfoLanguage returns the MovieInfoLanguage field value if set, zero value otherwise.

func (*UiConfigResource) GetMovieInfoLanguageOk

func (o *UiConfigResource) GetMovieInfoLanguageOk() (*int32, bool)

GetMovieInfoLanguageOk returns a tuple with the MovieInfoLanguage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetMovieRuntimeFormat

func (o *UiConfigResource) GetMovieRuntimeFormat() MovieRuntimeFormatType

GetMovieRuntimeFormat returns the MovieRuntimeFormat field value if set, zero value otherwise.

func (*UiConfigResource) GetMovieRuntimeFormatOk

func (o *UiConfigResource) GetMovieRuntimeFormatOk() (*MovieRuntimeFormatType, bool)

GetMovieRuntimeFormatOk returns a tuple with the MovieRuntimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetShortDateFormat

func (o *UiConfigResource) GetShortDateFormat() string

GetShortDateFormat returns the ShortDateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetShortDateFormatOk

func (o *UiConfigResource) GetShortDateFormatOk() (*string, bool)

GetShortDateFormatOk returns a tuple with the ShortDateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UiConfigResource) GetShowRelativeDates

func (o *UiConfigResource) GetShowRelativeDates() bool

GetShowRelativeDates returns the ShowRelativeDates field value if set, zero value otherwise.

func (*UiConfigResource) GetShowRelativeDatesOk

func (o *UiConfigResource) GetShowRelativeDatesOk() (*bool, bool)

GetShowRelativeDatesOk returns a tuple with the ShowRelativeDates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) GetTheme

func (o *UiConfigResource) GetTheme() string

GetTheme returns the Theme field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetThemeOk

func (o *UiConfigResource) GetThemeOk() (*string, bool)

GetThemeOk returns a tuple with the Theme field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UiConfigResource) GetTimeFormat

func (o *UiConfigResource) GetTimeFormat() string

GetTimeFormat returns the TimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UiConfigResource) GetTimeFormatOk

func (o *UiConfigResource) GetTimeFormatOk() (*string, bool)

GetTimeFormatOk returns a tuple with the TimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UiConfigResource) GetUiLanguage

func (o *UiConfigResource) GetUiLanguage() int32

GetUiLanguage returns the UiLanguage field value if set, zero value otherwise.

func (*UiConfigResource) GetUiLanguageOk

func (o *UiConfigResource) GetUiLanguageOk() (*int32, bool)

GetUiLanguageOk returns a tuple with the UiLanguage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UiConfigResource) HasCalendarWeekColumnHeader

func (o *UiConfigResource) HasCalendarWeekColumnHeader() bool

HasCalendarWeekColumnHeader returns a boolean if a field has been set.

func (*UiConfigResource) HasEnableColorImpairedMode

func (o *UiConfigResource) HasEnableColorImpairedMode() bool

HasEnableColorImpairedMode returns a boolean if a field has been set.

func (*UiConfigResource) HasFirstDayOfWeek

func (o *UiConfigResource) HasFirstDayOfWeek() bool

HasFirstDayOfWeek returns a boolean if a field has been set.

func (*UiConfigResource) HasId

func (o *UiConfigResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*UiConfigResource) HasLongDateFormat

func (o *UiConfigResource) HasLongDateFormat() bool

HasLongDateFormat returns a boolean if a field has been set.

func (*UiConfigResource) HasMovieInfoLanguage

func (o *UiConfigResource) HasMovieInfoLanguage() bool

HasMovieInfoLanguage returns a boolean if a field has been set.

func (*UiConfigResource) HasMovieRuntimeFormat

func (o *UiConfigResource) HasMovieRuntimeFormat() bool

HasMovieRuntimeFormat returns a boolean if a field has been set.

func (*UiConfigResource) HasShortDateFormat

func (o *UiConfigResource) HasShortDateFormat() bool

HasShortDateFormat returns a boolean if a field has been set.

func (*UiConfigResource) HasShowRelativeDates

func (o *UiConfigResource) HasShowRelativeDates() bool

HasShowRelativeDates returns a boolean if a field has been set.

func (*UiConfigResource) HasTheme

func (o *UiConfigResource) HasTheme() bool

HasTheme returns a boolean if a field has been set.

func (*UiConfigResource) HasTimeFormat

func (o *UiConfigResource) HasTimeFormat() bool

HasTimeFormat returns a boolean if a field has been set.

func (*UiConfigResource) HasUiLanguage

func (o *UiConfigResource) HasUiLanguage() bool

HasUiLanguage returns a boolean if a field has been set.

func (UiConfigResource) MarshalJSON

func (o UiConfigResource) MarshalJSON() ([]byte, error)

func (*UiConfigResource) SetCalendarWeekColumnHeader

func (o *UiConfigResource) SetCalendarWeekColumnHeader(v string)

SetCalendarWeekColumnHeader gets a reference to the given NullableString and assigns it to the CalendarWeekColumnHeader field.

func (*UiConfigResource) SetCalendarWeekColumnHeaderNil

func (o *UiConfigResource) SetCalendarWeekColumnHeaderNil()

SetCalendarWeekColumnHeaderNil sets the value for CalendarWeekColumnHeader to be an explicit nil

func (*UiConfigResource) SetEnableColorImpairedMode

func (o *UiConfigResource) SetEnableColorImpairedMode(v bool)

SetEnableColorImpairedMode gets a reference to the given bool and assigns it to the EnableColorImpairedMode field.

func (*UiConfigResource) SetFirstDayOfWeek

func (o *UiConfigResource) SetFirstDayOfWeek(v int32)

SetFirstDayOfWeek gets a reference to the given int32 and assigns it to the FirstDayOfWeek field.

func (*UiConfigResource) SetId

func (o *UiConfigResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*UiConfigResource) SetLongDateFormat

func (o *UiConfigResource) SetLongDateFormat(v string)

SetLongDateFormat gets a reference to the given NullableString and assigns it to the LongDateFormat field.

func (*UiConfigResource) SetLongDateFormatNil

func (o *UiConfigResource) SetLongDateFormatNil()

SetLongDateFormatNil sets the value for LongDateFormat to be an explicit nil

func (*UiConfigResource) SetMovieInfoLanguage

func (o *UiConfigResource) SetMovieInfoLanguage(v int32)

SetMovieInfoLanguage gets a reference to the given int32 and assigns it to the MovieInfoLanguage field.

func (*UiConfigResource) SetMovieRuntimeFormat

func (o *UiConfigResource) SetMovieRuntimeFormat(v MovieRuntimeFormatType)

SetMovieRuntimeFormat gets a reference to the given MovieRuntimeFormatType and assigns it to the MovieRuntimeFormat field.

func (*UiConfigResource) SetShortDateFormat

func (o *UiConfigResource) SetShortDateFormat(v string)

SetShortDateFormat gets a reference to the given NullableString and assigns it to the ShortDateFormat field.

func (*UiConfigResource) SetShortDateFormatNil

func (o *UiConfigResource) SetShortDateFormatNil()

SetShortDateFormatNil sets the value for ShortDateFormat to be an explicit nil

func (*UiConfigResource) SetShowRelativeDates

func (o *UiConfigResource) SetShowRelativeDates(v bool)

SetShowRelativeDates gets a reference to the given bool and assigns it to the ShowRelativeDates field.

func (*UiConfigResource) SetTheme

func (o *UiConfigResource) SetTheme(v string)

SetTheme gets a reference to the given NullableString and assigns it to the Theme field.

func (*UiConfigResource) SetThemeNil

func (o *UiConfigResource) SetThemeNil()

SetThemeNil sets the value for Theme to be an explicit nil

func (*UiConfigResource) SetTimeFormat

func (o *UiConfigResource) SetTimeFormat(v string)

SetTimeFormat gets a reference to the given NullableString and assigns it to the TimeFormat field.

func (*UiConfigResource) SetTimeFormatNil

func (o *UiConfigResource) SetTimeFormatNil()

SetTimeFormatNil sets the value for TimeFormat to be an explicit nil

func (*UiConfigResource) SetUiLanguage

func (o *UiConfigResource) SetUiLanguage(v int32)

SetUiLanguage gets a reference to the given int32 and assigns it to the UiLanguage field.

func (UiConfigResource) ToMap added in v1.0.1

func (o UiConfigResource) ToMap() (map[string]interface{}, error)

func (*UiConfigResource) UnsetCalendarWeekColumnHeader

func (o *UiConfigResource) UnsetCalendarWeekColumnHeader()

UnsetCalendarWeekColumnHeader ensures that no value is present for CalendarWeekColumnHeader, not even an explicit nil

func (*UiConfigResource) UnsetLongDateFormat

func (o *UiConfigResource) UnsetLongDateFormat()

UnsetLongDateFormat ensures that no value is present for LongDateFormat, not even an explicit nil

func (*UiConfigResource) UnsetShortDateFormat

func (o *UiConfigResource) UnsetShortDateFormat()

UnsetShortDateFormat ensures that no value is present for ShortDateFormat, not even an explicit nil

func (*UiConfigResource) UnsetTheme

func (o *UiConfigResource) UnsetTheme()

UnsetTheme ensures that no value is present for Theme, not even an explicit nil

func (*UiConfigResource) UnsetTimeFormat

func (o *UiConfigResource) UnsetTimeFormat()

UnsetTimeFormat ensures that no value is present for TimeFormat, not even an explicit nil

type UnmappedFolder

type UnmappedFolder struct {
	Name         NullableString `json:"name,omitempty"`
	Path         NullableString `json:"path,omitempty"`
	RelativePath NullableString `json:"relativePath,omitempty"`
}

UnmappedFolder struct for UnmappedFolder

func NewUnmappedFolder

func NewUnmappedFolder() *UnmappedFolder

NewUnmappedFolder instantiates a new UnmappedFolder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnmappedFolderWithDefaults

func NewUnmappedFolderWithDefaults() *UnmappedFolder

NewUnmappedFolderWithDefaults instantiates a new UnmappedFolder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnmappedFolder) GetName

func (o *UnmappedFolder) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UnmappedFolder) GetNameOk

func (o *UnmappedFolder) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UnmappedFolder) GetPath

func (o *UnmappedFolder) GetPath() string

GetPath returns the Path field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UnmappedFolder) GetPathOk

func (o *UnmappedFolder) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UnmappedFolder) GetRelativePath added in v1.0.1

func (o *UnmappedFolder) GetRelativePath() string

GetRelativePath returns the RelativePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UnmappedFolder) GetRelativePathOk added in v1.0.1

func (o *UnmappedFolder) GetRelativePathOk() (*string, bool)

GetRelativePathOk returns a tuple with the RelativePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UnmappedFolder) HasName

func (o *UnmappedFolder) HasName() bool

HasName returns a boolean if a field has been set.

func (*UnmappedFolder) HasPath

func (o *UnmappedFolder) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*UnmappedFolder) HasRelativePath added in v1.0.1

func (o *UnmappedFolder) HasRelativePath() bool

HasRelativePath returns a boolean if a field has been set.

func (UnmappedFolder) MarshalJSON

func (o UnmappedFolder) MarshalJSON() ([]byte, error)

func (*UnmappedFolder) SetName

func (o *UnmappedFolder) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*UnmappedFolder) SetNameNil

func (o *UnmappedFolder) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*UnmappedFolder) SetPath

func (o *UnmappedFolder) SetPath(v string)

SetPath gets a reference to the given NullableString and assigns it to the Path field.

func (*UnmappedFolder) SetPathNil

func (o *UnmappedFolder) SetPathNil()

SetPathNil sets the value for Path to be an explicit nil

func (*UnmappedFolder) SetRelativePath added in v1.0.1

func (o *UnmappedFolder) SetRelativePath(v string)

SetRelativePath gets a reference to the given NullableString and assigns it to the RelativePath field.

func (*UnmappedFolder) SetRelativePathNil added in v1.0.1

func (o *UnmappedFolder) SetRelativePathNil()

SetRelativePathNil sets the value for RelativePath to be an explicit nil

func (UnmappedFolder) ToMap added in v1.0.1

func (o UnmappedFolder) ToMap() (map[string]interface{}, error)

func (*UnmappedFolder) UnsetName

func (o *UnmappedFolder) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*UnmappedFolder) UnsetPath

func (o *UnmappedFolder) UnsetPath()

UnsetPath ensures that no value is present for Path, not even an explicit nil

func (*UnmappedFolder) UnsetRelativePath added in v1.0.1

func (o *UnmappedFolder) UnsetRelativePath()

UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil

type UpdateAPIService added in v1.0.1

type UpdateAPIService service

UpdateAPIService UpdateAPI service

func (*UpdateAPIService) ListUpdate added in v1.0.1

ListUpdate Method for ListUpdate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListUpdateRequest

func (*UpdateAPIService) ListUpdateExecute added in v1.0.1

func (a *UpdateAPIService) ListUpdateExecute(r ApiListUpdateRequest) ([]UpdateResource, *http.Response, error)

Execute executes the request

@return []UpdateResource

type UpdateChanges

type UpdateChanges struct {
	New   []string `json:"new,omitempty"`
	Fixed []string `json:"fixed,omitempty"`
}

UpdateChanges struct for UpdateChanges

func NewUpdateChanges

func NewUpdateChanges() *UpdateChanges

NewUpdateChanges instantiates a new UpdateChanges object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateChangesWithDefaults

func NewUpdateChangesWithDefaults() *UpdateChanges

NewUpdateChangesWithDefaults instantiates a new UpdateChanges object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateChanges) GetFixed

func (o *UpdateChanges) GetFixed() []string

GetFixed returns the Fixed field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateChanges) GetFixedOk

func (o *UpdateChanges) GetFixedOk() ([]string, bool)

GetFixedOk returns a tuple with the Fixed field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateChanges) GetNew

func (o *UpdateChanges) GetNew() []string

GetNew returns the New field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateChanges) GetNewOk

func (o *UpdateChanges) GetNewOk() ([]string, bool)

GetNewOk returns a tuple with the New field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateChanges) HasFixed

func (o *UpdateChanges) HasFixed() bool

HasFixed returns a boolean if a field has been set.

func (*UpdateChanges) HasNew

func (o *UpdateChanges) HasNew() bool

HasNew returns a boolean if a field has been set.

func (UpdateChanges) MarshalJSON

func (o UpdateChanges) MarshalJSON() ([]byte, error)

func (*UpdateChanges) SetFixed

func (o *UpdateChanges) SetFixed(v []string)

SetFixed gets a reference to the given []string and assigns it to the Fixed field.

func (*UpdateChanges) SetNew

func (o *UpdateChanges) SetNew(v []string)

SetNew gets a reference to the given []string and assigns it to the New field.

func (UpdateChanges) ToMap added in v1.0.1

func (o UpdateChanges) ToMap() (map[string]interface{}, error)

type UpdateLogFileAPIService added in v1.0.1

type UpdateLogFileAPIService service

UpdateLogFileAPIService UpdateLogFileAPI service

func (*UpdateLogFileAPIService) GetLogFileUpdateByFilename added in v1.0.1

func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilename(ctx context.Context, filename string) ApiGetLogFileUpdateByFilenameRequest

GetLogFileUpdateByFilename Method for GetLogFileUpdateByFilename

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param filename
@return ApiGetLogFileUpdateByFilenameRequest

func (*UpdateLogFileAPIService) GetLogFileUpdateByFilenameExecute added in v1.0.1

func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilenameExecute(r ApiGetLogFileUpdateByFilenameRequest) (*http.Response, error)

Execute executes the request

func (*UpdateLogFileAPIService) ListLogFileUpdate added in v1.0.1

ListLogFileUpdate Method for ListLogFileUpdate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLogFileUpdateRequest

func (*UpdateLogFileAPIService) ListLogFileUpdateExecute added in v1.0.1

Execute executes the request

@return []LogFileResource

type UpdateMechanism

type UpdateMechanism string

UpdateMechanism the model 'UpdateMechanism'

const (
	UPDATEMECHANISM_BUILT_IN UpdateMechanism = "builtIn"
	UPDATEMECHANISM_SCRIPT   UpdateMechanism = "script"
	UPDATEMECHANISM_EXTERNAL UpdateMechanism = "external"
	UPDATEMECHANISM_APT      UpdateMechanism = "apt"
	UPDATEMECHANISM_DOCKER   UpdateMechanism = "docker"
)

List of UpdateMechanism

func NewUpdateMechanismFromValue

func NewUpdateMechanismFromValue(v string) (*UpdateMechanism, error)

NewUpdateMechanismFromValue returns a pointer to a valid UpdateMechanism for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UpdateMechanism) IsValid

func (v UpdateMechanism) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UpdateMechanism) Ptr

Ptr returns reference to UpdateMechanism value

func (*UpdateMechanism) UnmarshalJSON

func (v *UpdateMechanism) UnmarshalJSON(src []byte) error

type UpdateResource

type UpdateResource struct {
	Id          *int32         `json:"id,omitempty"`
	Version     *string        `json:"version,omitempty"`
	Branch      NullableString `json:"branch,omitempty"`
	ReleaseDate *time.Time     `json:"releaseDate,omitempty"`
	FileName    NullableString `json:"fileName,omitempty"`
	Url         NullableString `json:"url,omitempty"`
	Installed   *bool          `json:"installed,omitempty"`
	InstalledOn NullableTime   `json:"installedOn,omitempty"`
	Installable *bool          `json:"installable,omitempty"`
	Latest      *bool          `json:"latest,omitempty"`
	Changes     *UpdateChanges `json:"changes,omitempty"`
	Hash        NullableString `json:"hash,omitempty"`
}

UpdateResource struct for UpdateResource

func NewUpdateResource

func NewUpdateResource() *UpdateResource

NewUpdateResource instantiates a new UpdateResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateResourceWithDefaults

func NewUpdateResourceWithDefaults() *UpdateResource

NewUpdateResourceWithDefaults instantiates a new UpdateResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateResource) GetBranch

func (o *UpdateResource) GetBranch() string

GetBranch returns the Branch field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetBranchOk

func (o *UpdateResource) GetBranchOk() (*string, bool)

GetBranchOk returns a tuple with the Branch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateResource) GetChanges

func (o *UpdateResource) GetChanges() UpdateChanges

GetChanges returns the Changes field value if set, zero value otherwise.

func (*UpdateResource) GetChangesOk

func (o *UpdateResource) GetChangesOk() (*UpdateChanges, bool)

GetChangesOk returns a tuple with the Changes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetFileName

func (o *UpdateResource) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetFileNameOk

func (o *UpdateResource) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateResource) GetHash

func (o *UpdateResource) GetHash() string

GetHash returns the Hash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetHashOk

func (o *UpdateResource) GetHashOk() (*string, bool)

GetHashOk returns a tuple with the Hash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateResource) GetId

func (o *UpdateResource) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateResource) GetIdOk

func (o *UpdateResource) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetInstallable

func (o *UpdateResource) GetInstallable() bool

GetInstallable returns the Installable field value if set, zero value otherwise.

func (*UpdateResource) GetInstallableOk

func (o *UpdateResource) GetInstallableOk() (*bool, bool)

GetInstallableOk returns a tuple with the Installable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetInstalled

func (o *UpdateResource) GetInstalled() bool

GetInstalled returns the Installed field value if set, zero value otherwise.

func (*UpdateResource) GetInstalledOk

func (o *UpdateResource) GetInstalledOk() (*bool, bool)

GetInstalledOk returns a tuple with the Installed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetInstalledOn

func (o *UpdateResource) GetInstalledOn() time.Time

GetInstalledOn returns the InstalledOn field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetInstalledOnOk

func (o *UpdateResource) GetInstalledOnOk() (*time.Time, bool)

GetInstalledOnOk returns a tuple with the InstalledOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateResource) GetLatest

func (o *UpdateResource) GetLatest() bool

GetLatest returns the Latest field value if set, zero value otherwise.

func (*UpdateResource) GetLatestOk

func (o *UpdateResource) GetLatestOk() (*bool, bool)

GetLatestOk returns a tuple with the Latest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetReleaseDate

func (o *UpdateResource) GetReleaseDate() time.Time

GetReleaseDate returns the ReleaseDate field value if set, zero value otherwise.

func (*UpdateResource) GetReleaseDateOk

func (o *UpdateResource) GetReleaseDateOk() (*time.Time, bool)

GetReleaseDateOk returns a tuple with the ReleaseDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) GetUrl

func (o *UpdateResource) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResource) GetUrlOk

func (o *UpdateResource) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateResource) GetVersion

func (o *UpdateResource) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*UpdateResource) GetVersionOk

func (o *UpdateResource) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResource) HasBranch

func (o *UpdateResource) HasBranch() bool

HasBranch returns a boolean if a field has been set.

func (*UpdateResource) HasChanges

func (o *UpdateResource) HasChanges() bool

HasChanges returns a boolean if a field has been set.

func (*UpdateResource) HasFileName

func (o *UpdateResource) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*UpdateResource) HasHash

func (o *UpdateResource) HasHash() bool

HasHash returns a boolean if a field has been set.

func (*UpdateResource) HasId

func (o *UpdateResource) HasId() bool

HasId returns a boolean if a field has been set.

func (*UpdateResource) HasInstallable

func (o *UpdateResource) HasInstallable() bool

HasInstallable returns a boolean if a field has been set.

func (*UpdateResource) HasInstalled

func (o *UpdateResource) HasInstalled() bool

HasInstalled returns a boolean if a field has been set.

func (*UpdateResource) HasInstalledOn

func (o *UpdateResource) HasInstalledOn() bool

HasInstalledOn returns a boolean if a field has been set.

func (*UpdateResource) HasLatest

func (o *UpdateResource) HasLatest() bool

HasLatest returns a boolean if a field has been set.

func (*UpdateResource) HasReleaseDate

func (o *UpdateResource) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

func (*UpdateResource) HasUrl

func (o *UpdateResource) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*UpdateResource) HasVersion

func (o *UpdateResource) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (UpdateResource) MarshalJSON

func (o UpdateResource) MarshalJSON() ([]byte, error)

func (*UpdateResource) SetBranch

func (o *UpdateResource) SetBranch(v string)

SetBranch gets a reference to the given NullableString and assigns it to the Branch field.

func (*UpdateResource) SetBranchNil

func (o *UpdateResource) SetBranchNil()

SetBranchNil sets the value for Branch to be an explicit nil

func (*UpdateResource) SetChanges

func (o *UpdateResource) SetChanges(v UpdateChanges)

SetChanges gets a reference to the given UpdateChanges and assigns it to the Changes field.

func (*UpdateResource) SetFileName

func (o *UpdateResource) SetFileName(v string)

SetFileName gets a reference to the given NullableString and assigns it to the FileName field.

func (*UpdateResource) SetFileNameNil

func (o *UpdateResource) SetFileNameNil()

SetFileNameNil sets the value for FileName to be an explicit nil

func (*UpdateResource) SetHash

func (o *UpdateResource) SetHash(v string)

SetHash gets a reference to the given NullableString and assigns it to the Hash field.

func (*UpdateResource) SetHashNil

func (o *UpdateResource) SetHashNil()

SetHashNil sets the value for Hash to be an explicit nil

func (*UpdateResource) SetId

func (o *UpdateResource) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*UpdateResource) SetInstallable

func (o *UpdateResource) SetInstallable(v bool)

SetInstallable gets a reference to the given bool and assigns it to the Installable field.

func (*UpdateResource) SetInstalled

func (o *UpdateResource) SetInstalled(v bool)

SetInstalled gets a reference to the given bool and assigns it to the Installed field.

func (*UpdateResource) SetInstalledOn

func (o *UpdateResource) SetInstalledOn(v time.Time)

SetInstalledOn gets a reference to the given NullableTime and assigns it to the InstalledOn field.

func (*UpdateResource) SetInstalledOnNil

func (o *UpdateResource) SetInstalledOnNil()

SetInstalledOnNil sets the value for InstalledOn to be an explicit nil

func (*UpdateResource) SetLatest

func (o *UpdateResource) SetLatest(v bool)

SetLatest gets a reference to the given bool and assigns it to the Latest field.

func (*UpdateResource) SetReleaseDate

func (o *UpdateResource) SetReleaseDate(v time.Time)

SetReleaseDate gets a reference to the given time.Time and assigns it to the ReleaseDate field.

func (*UpdateResource) SetUrl

func (o *UpdateResource) SetUrl(v string)

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*UpdateResource) SetUrlNil

func (o *UpdateResource) SetUrlNil()

SetUrlNil sets the value for Url to be an explicit nil

func (*UpdateResource) SetVersion

func (o *UpdateResource) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (UpdateResource) ToMap added in v1.0.1

func (o UpdateResource) ToMap() (map[string]interface{}, error)

func (*UpdateResource) UnsetBranch

func (o *UpdateResource) UnsetBranch()

UnsetBranch ensures that no value is present for Branch, not even an explicit nil

func (*UpdateResource) UnsetFileName

func (o *UpdateResource) UnsetFileName()

UnsetFileName ensures that no value is present for FileName, not even an explicit nil

func (*UpdateResource) UnsetHash

func (o *UpdateResource) UnsetHash()

UnsetHash ensures that no value is present for Hash, not even an explicit nil

func (*UpdateResource) UnsetInstalledOn

func (o *UpdateResource) UnsetInstalledOn()

UnsetInstalledOn ensures that no value is present for InstalledOn, not even an explicit nil

func (*UpdateResource) UnsetUrl

func (o *UpdateResource) UnsetUrl()

UnsetUrl ensures that no value is present for Url, not even an explicit nil

Source Files

Jump to

Keyboard shortcuts

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