Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiCreateAppProfileRequest
- type ApiCreateApplicationsActionByNameRequest
- type ApiCreateApplicationsRequest
- func (r ApiCreateApplicationsRequest) ApplicationResource(applicationResource ApplicationResource) ApiCreateApplicationsRequest
- func (r ApiCreateApplicationsRequest) Execute() (*ApplicationResource, *http.Response, error)
- func (r ApiCreateApplicationsRequest) ForceSave(forceSave bool) ApiCreateApplicationsRequest
- type ApiCreateCommandRequest
- type ApiCreateCustomFilterRequest
- type ApiCreateDownloadClientActionByNameRequest
- type ApiCreateDownloadClientRequest
- func (r ApiCreateDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiCreateDownloadClientRequest
- func (r ApiCreateDownloadClientRequest) Execute() (*DownloadClientResource, *http.Response, error)
- func (r ApiCreateDownloadClientRequest) ForceSave(forceSave bool) ApiCreateDownloadClientRequest
- type ApiCreateIndexerActionByNameRequest
- type ApiCreateIndexerProxyActionByNameRequest
- type ApiCreateIndexerProxyRequest
- func (r ApiCreateIndexerProxyRequest) Execute() (*IndexerProxyResource, *http.Response, error)
- func (r ApiCreateIndexerProxyRequest) ForceSave(forceSave bool) ApiCreateIndexerProxyRequest
- func (r ApiCreateIndexerProxyRequest) IndexerProxyResource(indexerProxyResource IndexerProxyResource) ApiCreateIndexerProxyRequest
- type ApiCreateIndexerRequest
- type ApiCreateLoginRequest
- func (r ApiCreateLoginRequest) Execute() (*http.Response, error)
- func (r ApiCreateLoginRequest) Password(password string) ApiCreateLoginRequest
- func (r ApiCreateLoginRequest) RememberMe(rememberMe string) ApiCreateLoginRequest
- func (r ApiCreateLoginRequest) ReturnUrl(returnUrl string) ApiCreateLoginRequest
- func (r ApiCreateLoginRequest) Username(username string) ApiCreateLoginRequest
- type ApiCreateNotificationActionByNameRequest
- type ApiCreateNotificationRequest
- func (r ApiCreateNotificationRequest) Execute() (*NotificationResource, *http.Response, error)
- func (r ApiCreateNotificationRequest) ForceSave(forceSave bool) ApiCreateNotificationRequest
- func (r ApiCreateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiCreateNotificationRequest
- type ApiCreateSearchBulkRequest
- type ApiCreateSearchRequest
- type ApiCreateSystemBackupRestoreByIdRequest
- type ApiCreateSystemBackupRestoreUploadRequest
- type ApiCreateSystemRestartRequest
- type ApiCreateSystemShutdownRequest
- type ApiCreateTagRequest
- type ApiDeleteAppProfileRequest
- type ApiDeleteApplicationsBulkRequest
- type ApiDeleteApplicationsRequest
- type ApiDeleteCommandRequest
- type ApiDeleteCustomFilterRequest
- type ApiDeleteDownloadClientBulkRequest
- type ApiDeleteDownloadClientRequest
- type ApiDeleteIndexerBulkRequest
- type ApiDeleteIndexerProxyRequest
- type ApiDeleteIndexerRequest
- type ApiDeleteNotificationRequest
- type ApiDeleteSystemBackupRequest
- type ApiDeleteTagRequest
- type ApiGetApiRequest
- type ApiGetAppProfileByIdRequest
- type ApiGetAppProfileSchemaRequest
- type ApiGetApplicationsByIdRequest
- type ApiGetByPathRequest
- type ApiGetCommandByIdRequest
- type ApiGetContentByPathRequest
- type ApiGetCustomFilterByIdRequest
- type ApiGetDevelopmentConfigByIdRequest
- type ApiGetDevelopmentConfigRequest
- type ApiGetDownloadClientByIdRequest
- type ApiGetDownloadClientConfigByIdRequest
- type ApiGetDownloadClientConfigRequest
- type ApiGetFileSystemRequest
- func (r ApiGetFileSystemRequest) AllowFoldersWithoutTrailingSlashes(allowFoldersWithoutTrailingSlashes bool) ApiGetFileSystemRequest
- func (r ApiGetFileSystemRequest) Execute() (*http.Response, error)
- func (r ApiGetFileSystemRequest) IncludeFiles(includeFiles bool) ApiGetFileSystemRequest
- func (r ApiGetFileSystemRequest) Path(path string) ApiGetFileSystemRequest
- type ApiGetFileSystemTypeRequest
- type ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) DownloadId(downloadId string) ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) EventType(eventType []int32) ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) Execute() (*HistoryResourcePagingResource, *http.Response, error)
- func (r ApiGetHistoryRequest) IndexerIds(indexerIds []int32) ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) Page(page int32) ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) PageSize(pageSize int32) ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) SortDirection(sortDirection SortDirection) ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) SortKey(sortKey string) ApiGetHistoryRequest
- func (r ApiGetHistoryRequest) Successful(successful bool) ApiGetHistoryRequest
- type ApiGetHostConfigByIdRequest
- type ApiGetHostConfigRequest
- type ApiGetIndexerByIdRequest
- type ApiGetIndexerDownloadRequest
- type ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Album(album string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Artist(artist string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Author(author string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Cat(cat string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Configured(configured string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Doubanid(doubanid int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Ep(ep string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Execute() (*http.Response, error)
- func (r ApiGetIndexerNewznabRequest) Extended(extended string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Genre(genre string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Host(host string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Imdbid(imdbid string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Label(label string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Limit(limit int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Maxage(maxage int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Maxsize(maxsize int64) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Minage(minage int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Minsize(minsize int64) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Offset(offset int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Publisher(publisher string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Q(q string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Rid(rid int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Season(season int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Server(server string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Source(source string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) T(t string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Title(title string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Tmdbid(tmdbid int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Track(track string) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Traktid(traktid int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Tvdbid(tvdbid int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Tvmazeid(tvmazeid int32) ApiGetIndexerNewznabRequest
- func (r ApiGetIndexerNewznabRequest) Year(year int32) ApiGetIndexerNewznabRequest
- type ApiGetIndexerProxyByIdRequest
- type ApiGetIndexerStatsRequest
- func (r ApiGetIndexerStatsRequest) EndDate(endDate time.Time) ApiGetIndexerStatsRequest
- func (r ApiGetIndexerStatsRequest) Execute() (*IndexerStatsResource, *http.Response, error)
- func (r ApiGetIndexerStatsRequest) Indexers(indexers string) ApiGetIndexerStatsRequest
- func (r ApiGetIndexerStatsRequest) Protocols(protocols string) ApiGetIndexerStatsRequest
- func (r ApiGetIndexerStatsRequest) StartDate(startDate time.Time) ApiGetIndexerStatsRequest
- func (r ApiGetIndexerStatsRequest) Tags(tags string) ApiGetIndexerStatsRequest
- type ApiGetLocalizationRequest
- type ApiGetLogFileByFilenameRequest
- type ApiGetLogFileUpdateByFilenameRequest
- type ApiGetLogRequest
- func (r ApiGetLogRequest) Execute() (*LogResourcePagingResource, *http.Response, error)
- func (r ApiGetLogRequest) Level(level string) ApiGetLogRequest
- func (r ApiGetLogRequest) Page(page int32) ApiGetLogRequest
- func (r ApiGetLogRequest) PageSize(pageSize int32) ApiGetLogRequest
- func (r ApiGetLogRequest) SortDirection(sortDirection SortDirection) ApiGetLogRequest
- func (r ApiGetLogRequest) SortKey(sortKey string) ApiGetLogRequest
- type ApiGetLoginRequest
- type ApiGetLogoutRequest
- type ApiGetNotificationByIdRequest
- type ApiGetPingRequest
- type ApiGetRequest
- type ApiGetSystemRoutesDuplicateRequest
- type ApiGetSystemRoutesRequest
- type ApiGetSystemStatusRequest
- type ApiGetSystemTaskByIdRequest
- type ApiGetTagByIdRequest
- type ApiGetTagDetailByIdRequest
- type ApiGetUiConfigByIdRequest
- type ApiGetUiConfigRequest
- type ApiHeadPingRequest
- type ApiInfoAPIService
- type ApiInfoResource
- func (o *ApiInfoResource) GetCurrent() string
- func (o *ApiInfoResource) GetCurrentOk() (*string, bool)
- func (o *ApiInfoResource) GetDeprecated() []string
- func (o *ApiInfoResource) GetDeprecatedOk() ([]string, bool)
- func (o *ApiInfoResource) HasCurrent() bool
- func (o *ApiInfoResource) HasDeprecated() bool
- func (o ApiInfoResource) MarshalJSON() ([]byte, error)
- func (o *ApiInfoResource) SetCurrent(v string)
- func (o *ApiInfoResource) SetCurrentNil()
- func (o *ApiInfoResource) SetDeprecated(v []string)
- func (o ApiInfoResource) ToMap() (map[string]interface{}, error)
- func (o *ApiInfoResource) UnsetCurrent()
- type ApiListAppProfileRequest
- type ApiListApplicationsRequest
- type ApiListApplicationsSchemaRequest
- type ApiListCommandRequest
- type ApiListCustomFilterRequest
- type ApiListDownloadClientRequest
- type ApiListDownloadClientSchemaRequest
- type ApiListHealthRequest
- type ApiListHistoryIndexerRequest
- func (r ApiListHistoryIndexerRequest) EventType(eventType HistoryEventType) ApiListHistoryIndexerRequest
- func (r ApiListHistoryIndexerRequest) Execute() ([]HistoryResource, *http.Response, error)
- func (r ApiListHistoryIndexerRequest) IndexerId(indexerId int32) ApiListHistoryIndexerRequest
- func (r ApiListHistoryIndexerRequest) Limit(limit int32) ApiListHistoryIndexerRequest
- type ApiListHistorySinceRequest
- type ApiListIndexerCategoriesRequest
- type ApiListIndexerProxyRequest
- type ApiListIndexerProxySchemaRequest
- type ApiListIndexerRequest
- type ApiListIndexerSchemaRequest
- type ApiListIndexerStatusRequest
- type ApiListLocalizationOptionsRequest
- type ApiListLogFileRequest
- type ApiListLogFileUpdateRequest
- type ApiListNotificationRequest
- type ApiListNotificationSchemaRequest
- type ApiListSearchRequest
- func (r ApiListSearchRequest) Categories(categories []int32) ApiListSearchRequest
- func (r ApiListSearchRequest) Execute() ([]ReleaseResource, *http.Response, error)
- func (r ApiListSearchRequest) IndexerIds(indexerIds []int32) ApiListSearchRequest
- func (r ApiListSearchRequest) Limit(limit int32) ApiListSearchRequest
- func (r ApiListSearchRequest) Offset(offset int32) ApiListSearchRequest
- func (r ApiListSearchRequest) Query(query string) ApiListSearchRequest
- func (r ApiListSearchRequest) Type_(type_ string) ApiListSearchRequest
- type ApiListSystemBackupRequest
- type ApiListSystemTaskRequest
- type ApiListTagDetailRequest
- type ApiListTagRequest
- type ApiListUpdateRequest
- type ApiPutApplicationsBulkRequest
- type ApiPutDownloadClientBulkRequest
- type ApiPutIndexerBulkRequest
- type ApiTestApplicationsRequest
- type ApiTestDownloadClientRequest
- func (r ApiTestDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiTestDownloadClientRequest
- func (r ApiTestDownloadClientRequest) Execute() (*http.Response, error)
- func (r ApiTestDownloadClientRequest) ForceTest(forceTest bool) ApiTestDownloadClientRequest
- type ApiTestIndexerProxyRequest
- type ApiTestIndexerRequest
- type ApiTestNotificationRequest
- type ApiTestallApplicationsRequest
- type ApiTestallDownloadClientRequest
- type ApiTestallIndexerProxyRequest
- type ApiTestallIndexerRequest
- type ApiTestallNotificationRequest
- type ApiUpdateAppProfileRequest
- type ApiUpdateApplicationsRequest
- func (r ApiUpdateApplicationsRequest) ApplicationResource(applicationResource ApplicationResource) ApiUpdateApplicationsRequest
- func (r ApiUpdateApplicationsRequest) Execute() (*ApplicationResource, *http.Response, error)
- func (r ApiUpdateApplicationsRequest) ForceSave(forceSave bool) ApiUpdateApplicationsRequest
- type ApiUpdateCustomFilterRequest
- type ApiUpdateDevelopmentConfigRequest
- type ApiUpdateDownloadClientConfigRequest
- type ApiUpdateDownloadClientRequest
- func (r ApiUpdateDownloadClientRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiUpdateDownloadClientRequest
- func (r ApiUpdateDownloadClientRequest) Execute() (*DownloadClientResource, *http.Response, error)
- func (r ApiUpdateDownloadClientRequest) ForceSave(forceSave bool) ApiUpdateDownloadClientRequest
- type ApiUpdateHostConfigRequest
- type ApiUpdateIndexerProxyRequest
- func (r ApiUpdateIndexerProxyRequest) Execute() (*IndexerProxyResource, *http.Response, error)
- func (r ApiUpdateIndexerProxyRequest) ForceSave(forceSave bool) ApiUpdateIndexerProxyRequest
- func (r ApiUpdateIndexerProxyRequest) IndexerProxyResource(indexerProxyResource IndexerProxyResource) ApiUpdateIndexerProxyRequest
- type ApiUpdateIndexerRequest
- type ApiUpdateNotificationRequest
- func (r ApiUpdateNotificationRequest) Execute() (*NotificationResource, *http.Response, error)
- func (r ApiUpdateNotificationRequest) ForceSave(forceSave bool) ApiUpdateNotificationRequest
- func (r ApiUpdateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiUpdateNotificationRequest
- type ApiUpdateTagRequest
- type ApiUpdateUiConfigRequest
- type AppProfileAPIService
- func (a *AppProfileAPIService) CreateAppProfile(ctx context.Context) ApiCreateAppProfileRequest
- func (a *AppProfileAPIService) CreateAppProfileExecute(r ApiCreateAppProfileRequest) (*AppProfileResource, *http.Response, error)
- func (a *AppProfileAPIService) DeleteAppProfile(ctx context.Context, id int32) ApiDeleteAppProfileRequest
- func (a *AppProfileAPIService) DeleteAppProfileExecute(r ApiDeleteAppProfileRequest) (*http.Response, error)
- func (a *AppProfileAPIService) GetAppProfileById(ctx context.Context, id int32) ApiGetAppProfileByIdRequest
- func (a *AppProfileAPIService) GetAppProfileByIdExecute(r ApiGetAppProfileByIdRequest) (*AppProfileResource, *http.Response, error)
- func (a *AppProfileAPIService) GetAppProfileSchema(ctx context.Context) ApiGetAppProfileSchemaRequest
- func (a *AppProfileAPIService) GetAppProfileSchemaExecute(r ApiGetAppProfileSchemaRequest) (*AppProfileResource, *http.Response, error)
- func (a *AppProfileAPIService) ListAppProfile(ctx context.Context) ApiListAppProfileRequest
- func (a *AppProfileAPIService) ListAppProfileExecute(r ApiListAppProfileRequest) ([]AppProfileResource, *http.Response, error)
- func (a *AppProfileAPIService) UpdateAppProfile(ctx context.Context, id string) ApiUpdateAppProfileRequest
- func (a *AppProfileAPIService) UpdateAppProfileExecute(r ApiUpdateAppProfileRequest) (*AppProfileResource, *http.Response, error)
- type AppProfileResource
- func (o *AppProfileResource) GetEnableAutomaticSearch() bool
- func (o *AppProfileResource) GetEnableAutomaticSearchOk() (*bool, bool)
- func (o *AppProfileResource) GetEnableInteractiveSearch() bool
- func (o *AppProfileResource) GetEnableInteractiveSearchOk() (*bool, bool)
- func (o *AppProfileResource) GetEnableRss() bool
- func (o *AppProfileResource) GetEnableRssOk() (*bool, bool)
- func (o *AppProfileResource) GetId() int32
- func (o *AppProfileResource) GetIdOk() (*int32, bool)
- func (o *AppProfileResource) GetMinimumSeeders() int32
- func (o *AppProfileResource) GetMinimumSeedersOk() (*int32, bool)
- func (o *AppProfileResource) GetName() string
- func (o *AppProfileResource) GetNameOk() (*string, bool)
- func (o *AppProfileResource) HasEnableAutomaticSearch() bool
- func (o *AppProfileResource) HasEnableInteractiveSearch() bool
- func (o *AppProfileResource) HasEnableRss() bool
- func (o *AppProfileResource) HasId() bool
- func (o *AppProfileResource) HasMinimumSeeders() bool
- func (o *AppProfileResource) HasName() bool
- func (o AppProfileResource) MarshalJSON() ([]byte, error)
- func (o *AppProfileResource) SetEnableAutomaticSearch(v bool)
- func (o *AppProfileResource) SetEnableInteractiveSearch(v bool)
- func (o *AppProfileResource) SetEnableRss(v bool)
- func (o *AppProfileResource) SetId(v int32)
- func (o *AppProfileResource) SetMinimumSeeders(v int32)
- func (o *AppProfileResource) SetName(v string)
- func (o *AppProfileResource) SetNameNil()
- func (o AppProfileResource) ToMap() (map[string]interface{}, error)
- func (o *AppProfileResource) UnsetName()
- type ApplicationAPIService
- func (a *ApplicationAPIService) CreateApplications(ctx context.Context) ApiCreateApplicationsRequest
- func (a *ApplicationAPIService) CreateApplicationsActionByName(ctx context.Context, name string) ApiCreateApplicationsActionByNameRequest
- func (a *ApplicationAPIService) CreateApplicationsActionByNameExecute(r ApiCreateApplicationsActionByNameRequest) (*http.Response, error)
- func (a *ApplicationAPIService) CreateApplicationsExecute(r ApiCreateApplicationsRequest) (*ApplicationResource, *http.Response, error)
- func (a *ApplicationAPIService) DeleteApplications(ctx context.Context, id int32) ApiDeleteApplicationsRequest
- func (a *ApplicationAPIService) DeleteApplicationsBulk(ctx context.Context) ApiDeleteApplicationsBulkRequest
- func (a *ApplicationAPIService) DeleteApplicationsBulkExecute(r ApiDeleteApplicationsBulkRequest) (*http.Response, error)
- func (a *ApplicationAPIService) DeleteApplicationsExecute(r ApiDeleteApplicationsRequest) (*http.Response, error)
- func (a *ApplicationAPIService) GetApplicationsById(ctx context.Context, id int32) ApiGetApplicationsByIdRequest
- func (a *ApplicationAPIService) GetApplicationsByIdExecute(r ApiGetApplicationsByIdRequest) (*ApplicationResource, *http.Response, error)
- func (a *ApplicationAPIService) ListApplications(ctx context.Context) ApiListApplicationsRequest
- func (a *ApplicationAPIService) ListApplicationsExecute(r ApiListApplicationsRequest) ([]ApplicationResource, *http.Response, error)
- func (a *ApplicationAPIService) ListApplicationsSchema(ctx context.Context) ApiListApplicationsSchemaRequest
- func (a *ApplicationAPIService) ListApplicationsSchemaExecute(r ApiListApplicationsSchemaRequest) ([]ApplicationResource, *http.Response, error)
- func (a *ApplicationAPIService) PutApplicationsBulk(ctx context.Context) ApiPutApplicationsBulkRequest
- func (a *ApplicationAPIService) PutApplicationsBulkExecute(r ApiPutApplicationsBulkRequest) (*ApplicationResource, *http.Response, error)
- func (a *ApplicationAPIService) TestApplications(ctx context.Context) ApiTestApplicationsRequest
- func (a *ApplicationAPIService) TestApplicationsExecute(r ApiTestApplicationsRequest) (*http.Response, error)
- func (a *ApplicationAPIService) TestallApplications(ctx context.Context) ApiTestallApplicationsRequest
- func (a *ApplicationAPIService) TestallApplicationsExecute(r ApiTestallApplicationsRequest) (*http.Response, error)
- func (a *ApplicationAPIService) UpdateApplications(ctx context.Context, id string) ApiUpdateApplicationsRequest
- func (a *ApplicationAPIService) UpdateApplicationsExecute(r ApiUpdateApplicationsRequest) (*ApplicationResource, *http.Response, error)
- type ApplicationBulkResource
- func (o *ApplicationBulkResource) GetApplyTags() ApplyTags
- func (o *ApplicationBulkResource) GetApplyTagsOk() (*ApplyTags, bool)
- func (o *ApplicationBulkResource) GetIds() []int32
- func (o *ApplicationBulkResource) GetIdsOk() ([]int32, bool)
- func (o *ApplicationBulkResource) GetSyncLevel() ApplicationSyncLevel
- func (o *ApplicationBulkResource) GetSyncLevelOk() (*ApplicationSyncLevel, bool)
- func (o *ApplicationBulkResource) GetTags() []int32
- func (o *ApplicationBulkResource) GetTagsOk() ([]int32, bool)
- func (o *ApplicationBulkResource) HasApplyTags() bool
- func (o *ApplicationBulkResource) HasIds() bool
- func (o *ApplicationBulkResource) HasSyncLevel() bool
- func (o *ApplicationBulkResource) HasTags() bool
- func (o ApplicationBulkResource) MarshalJSON() ([]byte, error)
- func (o *ApplicationBulkResource) SetApplyTags(v ApplyTags)
- func (o *ApplicationBulkResource) SetIds(v []int32)
- func (o *ApplicationBulkResource) SetSyncLevel(v ApplicationSyncLevel)
- func (o *ApplicationBulkResource) SetTags(v []int32)
- func (o ApplicationBulkResource) ToMap() (map[string]interface{}, error)
- type ApplicationResource
- func (o *ApplicationResource) GetConfigContract() string
- func (o *ApplicationResource) GetConfigContractOk() (*string, bool)
- func (o *ApplicationResource) GetFields() []Field
- func (o *ApplicationResource) GetFieldsOk() ([]Field, bool)
- func (o *ApplicationResource) GetId() int32
- func (o *ApplicationResource) GetIdOk() (*int32, bool)
- func (o *ApplicationResource) GetImplementation() string
- func (o *ApplicationResource) GetImplementationName() string
- func (o *ApplicationResource) GetImplementationNameOk() (*string, bool)
- func (o *ApplicationResource) GetImplementationOk() (*string, bool)
- func (o *ApplicationResource) GetInfoLink() string
- func (o *ApplicationResource) GetInfoLinkOk() (*string, bool)
- func (o *ApplicationResource) GetMessage() ProviderMessage
- func (o *ApplicationResource) GetMessageOk() (*ProviderMessage, bool)
- func (o *ApplicationResource) GetName() string
- func (o *ApplicationResource) GetNameOk() (*string, bool)
- func (o *ApplicationResource) GetPresets() []ApplicationResource
- func (o *ApplicationResource) GetPresetsOk() ([]ApplicationResource, bool)
- func (o *ApplicationResource) GetSyncLevel() ApplicationSyncLevel
- func (o *ApplicationResource) GetSyncLevelOk() (*ApplicationSyncLevel, bool)
- func (o *ApplicationResource) GetTags() []int32
- func (o *ApplicationResource) GetTagsOk() ([]int32, bool)
- func (o *ApplicationResource) GetTestCommand() string
- func (o *ApplicationResource) GetTestCommandOk() (*string, bool)
- func (o *ApplicationResource) HasConfigContract() bool
- func (o *ApplicationResource) HasFields() bool
- func (o *ApplicationResource) HasId() bool
- func (o *ApplicationResource) HasImplementation() bool
- func (o *ApplicationResource) HasImplementationName() bool
- func (o *ApplicationResource) HasInfoLink() bool
- func (o *ApplicationResource) HasMessage() bool
- func (o *ApplicationResource) HasName() bool
- func (o *ApplicationResource) HasPresets() bool
- func (o *ApplicationResource) HasSyncLevel() bool
- func (o *ApplicationResource) HasTags() bool
- func (o *ApplicationResource) HasTestCommand() bool
- func (o ApplicationResource) MarshalJSON() ([]byte, error)
- func (o *ApplicationResource) SetConfigContract(v string)
- func (o *ApplicationResource) SetConfigContractNil()
- func (o *ApplicationResource) SetFields(v []Field)
- func (o *ApplicationResource) SetId(v int32)
- func (o *ApplicationResource) SetImplementation(v string)
- func (o *ApplicationResource) SetImplementationName(v string)
- func (o *ApplicationResource) SetImplementationNameNil()
- func (o *ApplicationResource) SetImplementationNil()
- func (o *ApplicationResource) SetInfoLink(v string)
- func (o *ApplicationResource) SetInfoLinkNil()
- func (o *ApplicationResource) SetMessage(v ProviderMessage)
- func (o *ApplicationResource) SetName(v string)
- func (o *ApplicationResource) SetNameNil()
- func (o *ApplicationResource) SetPresets(v []ApplicationResource)
- func (o *ApplicationResource) SetSyncLevel(v ApplicationSyncLevel)
- func (o *ApplicationResource) SetTags(v []int32)
- func (o *ApplicationResource) SetTestCommand(v string)
- func (o *ApplicationResource) SetTestCommandNil()
- func (o ApplicationResource) ToMap() (map[string]interface{}, error)
- func (o *ApplicationResource) UnsetConfigContract()
- func (o *ApplicationResource) UnsetImplementation()
- func (o *ApplicationResource) UnsetImplementationName()
- func (o *ApplicationResource) UnsetInfoLink()
- func (o *ApplicationResource) UnsetName()
- func (o *ApplicationResource) UnsetTestCommand()
- type ApplicationSyncLevel
- type ApplyTags
- type AuthenticationAPIService
- func (a *AuthenticationAPIService) CreateLogin(ctx context.Context) ApiCreateLoginRequest
- func (a *AuthenticationAPIService) CreateLoginExecute(r ApiCreateLoginRequest) (*http.Response, error)
- func (a *AuthenticationAPIService) GetLogout(ctx context.Context) ApiGetLogoutRequest
- func (a *AuthenticationAPIService) GetLogoutExecute(r ApiGetLogoutRequest) (*http.Response, error)
- type AuthenticationRequiredType
- type AuthenticationType
- type BackupAPIService
- func (a *BackupAPIService) CreateSystemBackupRestoreById(ctx context.Context, id int32) ApiCreateSystemBackupRestoreByIdRequest
- func (a *BackupAPIService) CreateSystemBackupRestoreByIdExecute(r ApiCreateSystemBackupRestoreByIdRequest) (*http.Response, error)
- func (a *BackupAPIService) CreateSystemBackupRestoreUpload(ctx context.Context) ApiCreateSystemBackupRestoreUploadRequest
- func (a *BackupAPIService) CreateSystemBackupRestoreUploadExecute(r ApiCreateSystemBackupRestoreUploadRequest) (*http.Response, error)
- func (a *BackupAPIService) DeleteSystemBackup(ctx context.Context, id int32) ApiDeleteSystemBackupRequest
- func (a *BackupAPIService) DeleteSystemBackupExecute(r ApiDeleteSystemBackupRequest) (*http.Response, error)
- func (a *BackupAPIService) ListSystemBackup(ctx context.Context) ApiListSystemBackupRequest
- func (a *BackupAPIService) ListSystemBackupExecute(r ApiListSystemBackupRequest) ([]BackupResource, *http.Response, error)
- type BackupResource
- func (o *BackupResource) GetId() int32
- func (o *BackupResource) GetIdOk() (*int32, bool)
- func (o *BackupResource) GetName() string
- func (o *BackupResource) GetNameOk() (*string, bool)
- func (o *BackupResource) GetPath() string
- func (o *BackupResource) GetPathOk() (*string, bool)
- func (o *BackupResource) GetSize() int64
- func (o *BackupResource) GetSizeOk() (*int64, bool)
- func (o *BackupResource) GetTime() time.Time
- func (o *BackupResource) GetTimeOk() (*time.Time, bool)
- func (o *BackupResource) GetType() BackupType
- func (o *BackupResource) GetTypeOk() (*BackupType, bool)
- func (o *BackupResource) HasId() bool
- func (o *BackupResource) HasName() bool
- func (o *BackupResource) HasPath() bool
- func (o *BackupResource) HasSize() bool
- func (o *BackupResource) HasTime() bool
- func (o *BackupResource) HasType() bool
- func (o BackupResource) MarshalJSON() ([]byte, error)
- func (o *BackupResource) SetId(v int32)
- func (o *BackupResource) SetName(v string)
- func (o *BackupResource) SetNameNil()
- func (o *BackupResource) SetPath(v string)
- func (o *BackupResource) SetPathNil()
- func (o *BackupResource) SetSize(v int64)
- func (o *BackupResource) SetTime(v time.Time)
- func (o *BackupResource) SetType(v BackupType)
- func (o BackupResource) ToMap() (map[string]interface{}, error)
- func (o *BackupResource) UnsetName()
- func (o *BackupResource) UnsetPath()
- type BackupType
- type BasicAuth
- type BookSearchParam
- type CertificateValidationType
- type Command
- func (o *Command) GetClientUserAgent() string
- func (o *Command) GetClientUserAgentOk() (*string, bool)
- func (o *Command) GetCompletionMessage() string
- func (o *Command) GetCompletionMessageOk() (*string, bool)
- func (o *Command) GetIsExclusive() bool
- func (o *Command) GetIsExclusiveOk() (*bool, bool)
- func (o *Command) GetIsTypeExclusive() bool
- func (o *Command) GetIsTypeExclusiveOk() (*bool, bool)
- func (o *Command) GetLastExecutionTime() time.Time
- func (o *Command) GetLastExecutionTimeOk() (*time.Time, bool)
- func (o *Command) GetLastStartTime() time.Time
- func (o *Command) GetLastStartTimeOk() (*time.Time, bool)
- func (o *Command) GetName() string
- func (o *Command) GetNameOk() (*string, bool)
- func (o *Command) GetRequiresDiskAccess() bool
- func (o *Command) GetRequiresDiskAccessOk() (*bool, bool)
- func (o *Command) GetSendUpdatesToClient() bool
- func (o *Command) GetSendUpdatesToClientOk() (*bool, bool)
- func (o *Command) GetSuppressMessages() bool
- func (o *Command) GetSuppressMessagesOk() (*bool, bool)
- func (o *Command) GetTrigger() CommandTrigger
- func (o *Command) GetTriggerOk() (*CommandTrigger, bool)
- func (o *Command) GetUpdateScheduledTask() bool
- func (o *Command) GetUpdateScheduledTaskOk() (*bool, bool)
- func (o *Command) HasClientUserAgent() bool
- func (o *Command) HasCompletionMessage() bool
- func (o *Command) HasIsExclusive() bool
- func (o *Command) HasIsTypeExclusive() bool
- func (o *Command) HasLastExecutionTime() bool
- func (o *Command) HasLastStartTime() bool
- func (o *Command) HasName() bool
- func (o *Command) HasRequiresDiskAccess() bool
- func (o *Command) HasSendUpdatesToClient() bool
- func (o *Command) HasSuppressMessages() bool
- func (o *Command) HasTrigger() bool
- func (o *Command) HasUpdateScheduledTask() bool
- func (o Command) MarshalJSON() ([]byte, error)
- func (o *Command) SetClientUserAgent(v string)
- func (o *Command) SetClientUserAgentNil()
- func (o *Command) SetCompletionMessage(v string)
- func (o *Command) SetCompletionMessageNil()
- func (o *Command) SetIsExclusive(v bool)
- func (o *Command) SetIsTypeExclusive(v bool)
- func (o *Command) SetLastExecutionTime(v time.Time)
- func (o *Command) SetLastExecutionTimeNil()
- func (o *Command) SetLastStartTime(v time.Time)
- func (o *Command) SetLastStartTimeNil()
- func (o *Command) SetName(v string)
- func (o *Command) SetNameNil()
- func (o *Command) SetRequiresDiskAccess(v bool)
- func (o *Command) SetSendUpdatesToClient(v bool)
- func (o *Command) SetSuppressMessages(v bool)
- func (o *Command) SetTrigger(v CommandTrigger)
- func (o *Command) SetUpdateScheduledTask(v bool)
- func (o Command) ToMap() (map[string]interface{}, error)
- func (o *Command) UnsetClientUserAgent()
- func (o *Command) UnsetCompletionMessage()
- func (o *Command) UnsetLastExecutionTime()
- func (o *Command) UnsetLastStartTime()
- func (o *Command) UnsetName()
- type CommandAPIService
- func (a *CommandAPIService) CreateCommand(ctx context.Context) ApiCreateCommandRequest
- func (a *CommandAPIService) CreateCommandExecute(r ApiCreateCommandRequest) (*CommandResource, *http.Response, error)
- func (a *CommandAPIService) DeleteCommand(ctx context.Context, id int32) ApiDeleteCommandRequest
- func (a *CommandAPIService) DeleteCommandExecute(r ApiDeleteCommandRequest) (*http.Response, error)
- func (a *CommandAPIService) GetCommandById(ctx context.Context, id int32) ApiGetCommandByIdRequest
- func (a *CommandAPIService) GetCommandByIdExecute(r ApiGetCommandByIdRequest) (*CommandResource, *http.Response, error)
- func (a *CommandAPIService) ListCommand(ctx context.Context) ApiListCommandRequest
- func (a *CommandAPIService) ListCommandExecute(r ApiListCommandRequest) ([]CommandResource, *http.Response, error)
- type CommandPriority
- type CommandResource
- func (o *CommandResource) GetBody() Command
- func (o *CommandResource) GetBodyOk() (*Command, bool)
- func (o *CommandResource) GetClientUserAgent() string
- func (o *CommandResource) GetClientUserAgentOk() (*string, bool)
- func (o *CommandResource) GetCommandName() string
- func (o *CommandResource) GetCommandNameOk() (*string, bool)
- func (o *CommandResource) GetDuration() string
- func (o *CommandResource) GetDurationOk() (*string, bool)
- func (o *CommandResource) GetEnded() time.Time
- func (o *CommandResource) GetEndedOk() (*time.Time, bool)
- func (o *CommandResource) GetException() string
- func (o *CommandResource) GetExceptionOk() (*string, bool)
- func (o *CommandResource) GetId() int32
- func (o *CommandResource) GetIdOk() (*int32, bool)
- func (o *CommandResource) GetLastExecutionTime() time.Time
- func (o *CommandResource) GetLastExecutionTimeOk() (*time.Time, bool)
- func (o *CommandResource) GetMessage() string
- func (o *CommandResource) GetMessageOk() (*string, bool)
- func (o *CommandResource) GetName() string
- func (o *CommandResource) GetNameOk() (*string, bool)
- func (o *CommandResource) GetPriority() CommandPriority
- func (o *CommandResource) GetPriorityOk() (*CommandPriority, bool)
- func (o *CommandResource) GetQueued() time.Time
- func (o *CommandResource) GetQueuedOk() (*time.Time, bool)
- func (o *CommandResource) GetSendUpdatesToClient() bool
- func (o *CommandResource) GetSendUpdatesToClientOk() (*bool, bool)
- func (o *CommandResource) GetStarted() time.Time
- func (o *CommandResource) GetStartedOk() (*time.Time, bool)
- func (o *CommandResource) GetStateChangeTime() time.Time
- func (o *CommandResource) GetStateChangeTimeOk() (*time.Time, bool)
- func (o *CommandResource) GetStatus() CommandStatus
- func (o *CommandResource) GetStatusOk() (*CommandStatus, bool)
- func (o *CommandResource) GetTrigger() CommandTrigger
- func (o *CommandResource) GetTriggerOk() (*CommandTrigger, bool)
- func (o *CommandResource) GetUpdateScheduledTask() bool
- func (o *CommandResource) GetUpdateScheduledTaskOk() (*bool, bool)
- func (o *CommandResource) HasBody() bool
- func (o *CommandResource) HasClientUserAgent() bool
- func (o *CommandResource) HasCommandName() bool
- func (o *CommandResource) HasDuration() bool
- func (o *CommandResource) HasEnded() bool
- func (o *CommandResource) HasException() bool
- func (o *CommandResource) HasId() bool
- func (o *CommandResource) HasLastExecutionTime() bool
- func (o *CommandResource) HasMessage() bool
- func (o *CommandResource) HasName() bool
- func (o *CommandResource) HasPriority() bool
- func (o *CommandResource) HasQueued() bool
- func (o *CommandResource) HasSendUpdatesToClient() bool
- func (o *CommandResource) HasStarted() bool
- func (o *CommandResource) HasStateChangeTime() bool
- func (o *CommandResource) HasStatus() bool
- func (o *CommandResource) HasTrigger() bool
- func (o *CommandResource) HasUpdateScheduledTask() bool
- func (o CommandResource) MarshalJSON() ([]byte, error)
- func (o *CommandResource) SetBody(v Command)
- func (o *CommandResource) SetClientUserAgent(v string)
- func (o *CommandResource) SetClientUserAgentNil()
- func (o *CommandResource) SetCommandName(v string)
- func (o *CommandResource) SetCommandNameNil()
- func (o *CommandResource) SetDuration(v string)
- func (o *CommandResource) SetDurationNil()
- func (o *CommandResource) SetEnded(v time.Time)
- func (o *CommandResource) SetEndedNil()
- func (o *CommandResource) SetException(v string)
- func (o *CommandResource) SetExceptionNil()
- func (o *CommandResource) SetId(v int32)
- func (o *CommandResource) SetLastExecutionTime(v time.Time)
- func (o *CommandResource) SetLastExecutionTimeNil()
- func (o *CommandResource) SetMessage(v string)
- func (o *CommandResource) SetMessageNil()
- func (o *CommandResource) SetName(v string)
- func (o *CommandResource) SetNameNil()
- func (o *CommandResource) SetPriority(v CommandPriority)
- func (o *CommandResource) SetQueued(v time.Time)
- func (o *CommandResource) SetSendUpdatesToClient(v bool)
- func (o *CommandResource) SetStarted(v time.Time)
- func (o *CommandResource) SetStartedNil()
- func (o *CommandResource) SetStateChangeTime(v time.Time)
- func (o *CommandResource) SetStateChangeTimeNil()
- func (o *CommandResource) SetStatus(v CommandStatus)
- func (o *CommandResource) SetTrigger(v CommandTrigger)
- func (o *CommandResource) SetUpdateScheduledTask(v bool)
- func (o CommandResource) ToMap() (map[string]interface{}, error)
- func (o *CommandResource) UnsetClientUserAgent()
- func (o *CommandResource) UnsetCommandName()
- func (o *CommandResource) UnsetDuration()
- func (o *CommandResource) UnsetEnded()
- func (o *CommandResource) UnsetException()
- func (o *CommandResource) UnsetLastExecutionTime()
- func (o *CommandResource) UnsetMessage()
- func (o *CommandResource) UnsetName()
- func (o *CommandResource) UnsetStarted()
- func (o *CommandResource) UnsetStateChangeTime()
- type CommandStatus
- type CommandTrigger
- type Configuration
- type CustomFilterAPIService
- func (a *CustomFilterAPIService) CreateCustomFilter(ctx context.Context) ApiCreateCustomFilterRequest
- func (a *CustomFilterAPIService) CreateCustomFilterExecute(r ApiCreateCustomFilterRequest) (*CustomFilterResource, *http.Response, error)
- func (a *CustomFilterAPIService) DeleteCustomFilter(ctx context.Context, id int32) ApiDeleteCustomFilterRequest
- func (a *CustomFilterAPIService) DeleteCustomFilterExecute(r ApiDeleteCustomFilterRequest) (*http.Response, error)
- func (a *CustomFilterAPIService) GetCustomFilterById(ctx context.Context, id int32) ApiGetCustomFilterByIdRequest
- func (a *CustomFilterAPIService) GetCustomFilterByIdExecute(r ApiGetCustomFilterByIdRequest) (*CustomFilterResource, *http.Response, error)
- func (a *CustomFilterAPIService) ListCustomFilter(ctx context.Context) ApiListCustomFilterRequest
- func (a *CustomFilterAPIService) ListCustomFilterExecute(r ApiListCustomFilterRequest) ([]CustomFilterResource, *http.Response, error)
- func (a *CustomFilterAPIService) UpdateCustomFilter(ctx context.Context, id string) ApiUpdateCustomFilterRequest
- func (a *CustomFilterAPIService) UpdateCustomFilterExecute(r ApiUpdateCustomFilterRequest) (*CustomFilterResource, *http.Response, error)
- type CustomFilterResource
- func (o *CustomFilterResource) GetFilters() []map[string]interface{}
- func (o *CustomFilterResource) GetFiltersOk() ([]map[string]interface{}, bool)
- func (o *CustomFilterResource) GetId() int32
- func (o *CustomFilterResource) GetIdOk() (*int32, bool)
- func (o *CustomFilterResource) GetLabel() string
- func (o *CustomFilterResource) GetLabelOk() (*string, bool)
- func (o *CustomFilterResource) GetType() string
- func (o *CustomFilterResource) GetTypeOk() (*string, bool)
- func (o *CustomFilterResource) HasFilters() bool
- func (o *CustomFilterResource) HasId() bool
- func (o *CustomFilterResource) HasLabel() bool
- func (o *CustomFilterResource) HasType() bool
- func (o CustomFilterResource) MarshalJSON() ([]byte, error)
- func (o *CustomFilterResource) SetFilters(v []map[string]interface{})
- func (o *CustomFilterResource) SetId(v int32)
- func (o *CustomFilterResource) SetLabel(v string)
- func (o *CustomFilterResource) SetLabelNil()
- func (o *CustomFilterResource) SetType(v string)
- func (o *CustomFilterResource) SetTypeNil()
- func (o CustomFilterResource) ToMap() (map[string]interface{}, error)
- func (o *CustomFilterResource) UnsetLabel()
- func (o *CustomFilterResource) UnsetType()
- type DatabaseType
- type DevelopmentConfigAPIService
- func (a *DevelopmentConfigAPIService) GetDevelopmentConfig(ctx context.Context) ApiGetDevelopmentConfigRequest
- func (a *DevelopmentConfigAPIService) GetDevelopmentConfigById(ctx context.Context, id int32) ApiGetDevelopmentConfigByIdRequest
- func (a *DevelopmentConfigAPIService) GetDevelopmentConfigByIdExecute(r ApiGetDevelopmentConfigByIdRequest) (*DevelopmentConfigResource, *http.Response, error)
- func (a *DevelopmentConfigAPIService) GetDevelopmentConfigExecute(r ApiGetDevelopmentConfigRequest) (*DevelopmentConfigResource, *http.Response, error)
- func (a *DevelopmentConfigAPIService) UpdateDevelopmentConfig(ctx context.Context, id string) ApiUpdateDevelopmentConfigRequest
- func (a *DevelopmentConfigAPIService) UpdateDevelopmentConfigExecute(r ApiUpdateDevelopmentConfigRequest) (*DevelopmentConfigResource, *http.Response, error)
- type DevelopmentConfigResource
- func (o *DevelopmentConfigResource) GetConsoleLogLevel() string
- func (o *DevelopmentConfigResource) GetConsoleLogLevelOk() (*string, bool)
- func (o *DevelopmentConfigResource) GetFilterSentryEvents() bool
- func (o *DevelopmentConfigResource) GetFilterSentryEventsOk() (*bool, bool)
- func (o *DevelopmentConfigResource) GetId() int32
- func (o *DevelopmentConfigResource) GetIdOk() (*int32, bool)
- func (o *DevelopmentConfigResource) GetLogIndexerResponse() bool
- func (o *DevelopmentConfigResource) GetLogIndexerResponseOk() (*bool, bool)
- func (o *DevelopmentConfigResource) GetLogRotate() int32
- func (o *DevelopmentConfigResource) GetLogRotateOk() (*int32, bool)
- func (o *DevelopmentConfigResource) GetLogSql() bool
- func (o *DevelopmentConfigResource) GetLogSqlOk() (*bool, bool)
- func (o *DevelopmentConfigResource) HasConsoleLogLevel() bool
- func (o *DevelopmentConfigResource) HasFilterSentryEvents() bool
- func (o *DevelopmentConfigResource) HasId() bool
- func (o *DevelopmentConfigResource) HasLogIndexerResponse() bool
- func (o *DevelopmentConfigResource) HasLogRotate() bool
- func (o *DevelopmentConfigResource) HasLogSql() bool
- func (o DevelopmentConfigResource) MarshalJSON() ([]byte, error)
- func (o *DevelopmentConfigResource) SetConsoleLogLevel(v string)
- func (o *DevelopmentConfigResource) SetConsoleLogLevelNil()
- func (o *DevelopmentConfigResource) SetFilterSentryEvents(v bool)
- func (o *DevelopmentConfigResource) SetId(v int32)
- func (o *DevelopmentConfigResource) SetLogIndexerResponse(v bool)
- func (o *DevelopmentConfigResource) SetLogRotate(v int32)
- func (o *DevelopmentConfigResource) SetLogSql(v bool)
- func (o DevelopmentConfigResource) ToMap() (map[string]interface{}, error)
- func (o *DevelopmentConfigResource) UnsetConsoleLogLevel()
- type DownloadClientAPIService
- func (a *DownloadClientAPIService) CreateDownloadClient(ctx context.Context) ApiCreateDownloadClientRequest
- func (a *DownloadClientAPIService) CreateDownloadClientActionByName(ctx context.Context, name string) ApiCreateDownloadClientActionByNameRequest
- func (a *DownloadClientAPIService) CreateDownloadClientActionByNameExecute(r ApiCreateDownloadClientActionByNameRequest) (*http.Response, error)
- func (a *DownloadClientAPIService) CreateDownloadClientExecute(r ApiCreateDownloadClientRequest) (*DownloadClientResource, *http.Response, error)
- func (a *DownloadClientAPIService) DeleteDownloadClient(ctx context.Context, id int32) ApiDeleteDownloadClientRequest
- func (a *DownloadClientAPIService) DeleteDownloadClientBulk(ctx context.Context) ApiDeleteDownloadClientBulkRequest
- func (a *DownloadClientAPIService) DeleteDownloadClientBulkExecute(r ApiDeleteDownloadClientBulkRequest) (*http.Response, error)
- func (a *DownloadClientAPIService) DeleteDownloadClientExecute(r ApiDeleteDownloadClientRequest) (*http.Response, error)
- func (a *DownloadClientAPIService) GetDownloadClientById(ctx context.Context, id int32) ApiGetDownloadClientByIdRequest
- func (a *DownloadClientAPIService) GetDownloadClientByIdExecute(r ApiGetDownloadClientByIdRequest) (*DownloadClientResource, *http.Response, error)
- func (a *DownloadClientAPIService) ListDownloadClient(ctx context.Context) ApiListDownloadClientRequest
- func (a *DownloadClientAPIService) ListDownloadClientExecute(r ApiListDownloadClientRequest) ([]DownloadClientResource, *http.Response, error)
- func (a *DownloadClientAPIService) ListDownloadClientSchema(ctx context.Context) ApiListDownloadClientSchemaRequest
- func (a *DownloadClientAPIService) ListDownloadClientSchemaExecute(r ApiListDownloadClientSchemaRequest) ([]DownloadClientResource, *http.Response, error)
- func (a *DownloadClientAPIService) PutDownloadClientBulk(ctx context.Context) ApiPutDownloadClientBulkRequest
- func (a *DownloadClientAPIService) PutDownloadClientBulkExecute(r ApiPutDownloadClientBulkRequest) (*DownloadClientResource, *http.Response, error)
- func (a *DownloadClientAPIService) TestDownloadClient(ctx context.Context) ApiTestDownloadClientRequest
- func (a *DownloadClientAPIService) TestDownloadClientExecute(r ApiTestDownloadClientRequest) (*http.Response, error)
- func (a *DownloadClientAPIService) TestallDownloadClient(ctx context.Context) ApiTestallDownloadClientRequest
- func (a *DownloadClientAPIService) TestallDownloadClientExecute(r ApiTestallDownloadClientRequest) (*http.Response, error)
- func (a *DownloadClientAPIService) UpdateDownloadClient(ctx context.Context, id string) ApiUpdateDownloadClientRequest
- func (a *DownloadClientAPIService) UpdateDownloadClientExecute(r ApiUpdateDownloadClientRequest) (*DownloadClientResource, *http.Response, error)
- type DownloadClientBulkResource
- func (o *DownloadClientBulkResource) GetApplyTags() ApplyTags
- func (o *DownloadClientBulkResource) GetApplyTagsOk() (*ApplyTags, bool)
- func (o *DownloadClientBulkResource) GetEnable() bool
- func (o *DownloadClientBulkResource) GetEnableOk() (*bool, bool)
- func (o *DownloadClientBulkResource) GetIds() []int32
- func (o *DownloadClientBulkResource) GetIdsOk() ([]int32, bool)
- func (o *DownloadClientBulkResource) GetPriority() int32
- func (o *DownloadClientBulkResource) GetPriorityOk() (*int32, bool)
- func (o *DownloadClientBulkResource) GetTags() []int32
- func (o *DownloadClientBulkResource) GetTagsOk() ([]int32, bool)
- func (o *DownloadClientBulkResource) HasApplyTags() bool
- func (o *DownloadClientBulkResource) HasEnable() bool
- func (o *DownloadClientBulkResource) HasIds() bool
- func (o *DownloadClientBulkResource) HasPriority() bool
- func (o *DownloadClientBulkResource) HasTags() bool
- func (o DownloadClientBulkResource) MarshalJSON() ([]byte, error)
- func (o *DownloadClientBulkResource) SetApplyTags(v ApplyTags)
- func (o *DownloadClientBulkResource) SetEnable(v bool)
- func (o *DownloadClientBulkResource) SetEnableNil()
- func (o *DownloadClientBulkResource) SetIds(v []int32)
- func (o *DownloadClientBulkResource) SetPriority(v int32)
- func (o *DownloadClientBulkResource) SetPriorityNil()
- func (o *DownloadClientBulkResource) SetTags(v []int32)
- func (o DownloadClientBulkResource) ToMap() (map[string]interface{}, error)
- func (o *DownloadClientBulkResource) UnsetEnable()
- func (o *DownloadClientBulkResource) UnsetPriority()
- type DownloadClientCategory
- func (o *DownloadClientCategory) GetCategories() []int32
- func (o *DownloadClientCategory) GetCategoriesOk() ([]int32, bool)
- func (o *DownloadClientCategory) GetClientCategory() string
- func (o *DownloadClientCategory) GetClientCategoryOk() (*string, bool)
- func (o *DownloadClientCategory) HasCategories() bool
- func (o *DownloadClientCategory) HasClientCategory() bool
- func (o DownloadClientCategory) MarshalJSON() ([]byte, error)
- func (o *DownloadClientCategory) SetCategories(v []int32)
- func (o *DownloadClientCategory) SetClientCategory(v string)
- func (o *DownloadClientCategory) SetClientCategoryNil()
- func (o DownloadClientCategory) ToMap() (map[string]interface{}, error)
- func (o *DownloadClientCategory) UnsetClientCategory()
- type DownloadClientConfigAPIService
- func (a *DownloadClientConfigAPIService) GetDownloadClientConfig(ctx context.Context) ApiGetDownloadClientConfigRequest
- func (a *DownloadClientConfigAPIService) GetDownloadClientConfigById(ctx context.Context, id int32) ApiGetDownloadClientConfigByIdRequest
- func (a *DownloadClientConfigAPIService) GetDownloadClientConfigByIdExecute(r ApiGetDownloadClientConfigByIdRequest) (*DownloadClientConfigResource, *http.Response, error)
- func (a *DownloadClientConfigAPIService) GetDownloadClientConfigExecute(r ApiGetDownloadClientConfigRequest) (*DownloadClientConfigResource, *http.Response, error)
- func (a *DownloadClientConfigAPIService) UpdateDownloadClientConfig(ctx context.Context, id string) ApiUpdateDownloadClientConfigRequest
- func (a *DownloadClientConfigAPIService) UpdateDownloadClientConfigExecute(r ApiUpdateDownloadClientConfigRequest) (*DownloadClientConfigResource, *http.Response, error)
- type DownloadClientConfigResource
- func (o *DownloadClientConfigResource) GetId() int32
- func (o *DownloadClientConfigResource) GetIdOk() (*int32, bool)
- func (o *DownloadClientConfigResource) HasId() bool
- func (o DownloadClientConfigResource) MarshalJSON() ([]byte, error)
- func (o *DownloadClientConfigResource) SetId(v int32)
- func (o DownloadClientConfigResource) ToMap() (map[string]interface{}, error)
- type DownloadClientResource
- func (o *DownloadClientResource) GetCategories() []DownloadClientCategory
- func (o *DownloadClientResource) GetCategoriesOk() ([]DownloadClientCategory, bool)
- func (o *DownloadClientResource) GetConfigContract() string
- func (o *DownloadClientResource) GetConfigContractOk() (*string, bool)
- func (o *DownloadClientResource) GetEnable() bool
- func (o *DownloadClientResource) GetEnableOk() (*bool, bool)
- func (o *DownloadClientResource) GetFields() []Field
- func (o *DownloadClientResource) GetFieldsOk() ([]Field, bool)
- func (o *DownloadClientResource) GetId() int32
- func (o *DownloadClientResource) GetIdOk() (*int32, bool)
- func (o *DownloadClientResource) GetImplementation() string
- func (o *DownloadClientResource) GetImplementationName() string
- func (o *DownloadClientResource) GetImplementationNameOk() (*string, bool)
- func (o *DownloadClientResource) GetImplementationOk() (*string, bool)
- func (o *DownloadClientResource) GetInfoLink() string
- func (o *DownloadClientResource) GetInfoLinkOk() (*string, bool)
- func (o *DownloadClientResource) GetMessage() ProviderMessage
- func (o *DownloadClientResource) GetMessageOk() (*ProviderMessage, bool)
- func (o *DownloadClientResource) GetName() string
- func (o *DownloadClientResource) GetNameOk() (*string, bool)
- func (o *DownloadClientResource) GetPresets() []DownloadClientResource
- func (o *DownloadClientResource) GetPresetsOk() ([]DownloadClientResource, bool)
- func (o *DownloadClientResource) GetPriority() int32
- func (o *DownloadClientResource) GetPriorityOk() (*int32, bool)
- func (o *DownloadClientResource) GetProtocol() DownloadProtocol
- func (o *DownloadClientResource) GetProtocolOk() (*DownloadProtocol, bool)
- func (o *DownloadClientResource) GetSupportsCategories() bool
- func (o *DownloadClientResource) GetSupportsCategoriesOk() (*bool, bool)
- func (o *DownloadClientResource) GetTags() []int32
- func (o *DownloadClientResource) GetTagsOk() ([]int32, bool)
- func (o *DownloadClientResource) HasCategories() bool
- func (o *DownloadClientResource) HasConfigContract() bool
- func (o *DownloadClientResource) HasEnable() bool
- func (o *DownloadClientResource) HasFields() bool
- func (o *DownloadClientResource) HasId() bool
- func (o *DownloadClientResource) HasImplementation() bool
- func (o *DownloadClientResource) HasImplementationName() bool
- func (o *DownloadClientResource) HasInfoLink() bool
- func (o *DownloadClientResource) HasMessage() bool
- func (o *DownloadClientResource) HasName() bool
- func (o *DownloadClientResource) HasPresets() bool
- func (o *DownloadClientResource) HasPriority() bool
- func (o *DownloadClientResource) HasProtocol() bool
- func (o *DownloadClientResource) HasSupportsCategories() bool
- func (o *DownloadClientResource) HasTags() bool
- func (o DownloadClientResource) MarshalJSON() ([]byte, error)
- func (o *DownloadClientResource) SetCategories(v []DownloadClientCategory)
- func (o *DownloadClientResource) SetConfigContract(v string)
- func (o *DownloadClientResource) SetConfigContractNil()
- func (o *DownloadClientResource) SetEnable(v bool)
- func (o *DownloadClientResource) SetFields(v []Field)
- func (o *DownloadClientResource) SetId(v int32)
- func (o *DownloadClientResource) SetImplementation(v string)
- func (o *DownloadClientResource) SetImplementationName(v string)
- func (o *DownloadClientResource) SetImplementationNameNil()
- func (o *DownloadClientResource) SetImplementationNil()
- func (o *DownloadClientResource) SetInfoLink(v string)
- func (o *DownloadClientResource) SetInfoLinkNil()
- func (o *DownloadClientResource) SetMessage(v ProviderMessage)
- func (o *DownloadClientResource) SetName(v string)
- func (o *DownloadClientResource) SetNameNil()
- func (o *DownloadClientResource) SetPresets(v []DownloadClientResource)
- func (o *DownloadClientResource) SetPriority(v int32)
- func (o *DownloadClientResource) SetProtocol(v DownloadProtocol)
- func (o *DownloadClientResource) SetSupportsCategories(v bool)
- func (o *DownloadClientResource) SetTags(v []int32)
- func (o DownloadClientResource) ToMap() (map[string]interface{}, error)
- func (o *DownloadClientResource) UnsetConfigContract()
- func (o *DownloadClientResource) UnsetImplementation()
- func (o *DownloadClientResource) UnsetImplementationName()
- func (o *DownloadClientResource) UnsetInfoLink()
- func (o *DownloadClientResource) UnsetName()
- type DownloadProtocol
- type Field
- func (o *Field) GetAdvanced() bool
- func (o *Field) GetAdvancedOk() (*bool, bool)
- func (o *Field) GetHelpLink() string
- func (o *Field) GetHelpLinkOk() (*string, bool)
- func (o *Field) GetHelpText() string
- func (o *Field) GetHelpTextOk() (*string, bool)
- func (o *Field) GetHelpTextWarning() string
- func (o *Field) GetHelpTextWarningOk() (*string, bool)
- func (o *Field) GetHidden() string
- func (o *Field) GetHiddenOk() (*string, bool)
- func (o *Field) GetIsFloat() bool
- func (o *Field) GetIsFloatOk() (*bool, bool)
- func (o *Field) GetLabel() string
- func (o *Field) GetLabelOk() (*string, bool)
- func (o *Field) GetName() string
- func (o *Field) GetNameOk() (*string, bool)
- func (o *Field) GetOrder() int32
- func (o *Field) GetOrderOk() (*int32, bool)
- func (o *Field) GetPlaceholder() string
- func (o *Field) GetPlaceholderOk() (*string, bool)
- func (o *Field) GetPrivacy() PrivacyLevel
- func (o *Field) GetPrivacyOk() (*PrivacyLevel, bool)
- func (o *Field) GetSection() string
- func (o *Field) GetSectionOk() (*string, bool)
- func (o *Field) GetSelectOptions() []SelectOption
- func (o *Field) GetSelectOptionsOk() ([]SelectOption, bool)
- func (o *Field) GetSelectOptionsProviderAction() string
- func (o *Field) GetSelectOptionsProviderActionOk() (*string, bool)
- func (o *Field) GetType() string
- func (o *Field) GetTypeOk() (*string, bool)
- func (o *Field) GetUnit() string
- func (o *Field) GetUnitOk() (*string, bool)
- func (o *Field) GetValue() interface{}
- func (o *Field) GetValueOk() (*interface{}, bool)
- func (o *Field) HasAdvanced() bool
- func (o *Field) HasHelpLink() bool
- func (o *Field) HasHelpText() bool
- func (o *Field) HasHelpTextWarning() bool
- func (o *Field) HasHidden() bool
- func (o *Field) HasIsFloat() bool
- func (o *Field) HasLabel() bool
- func (o *Field) HasName() bool
- func (o *Field) HasOrder() bool
- func (o *Field) HasPlaceholder() bool
- func (o *Field) HasPrivacy() bool
- func (o *Field) HasSection() bool
- func (o *Field) HasSelectOptions() bool
- func (o *Field) HasSelectOptionsProviderAction() bool
- func (o *Field) HasType() bool
- func (o *Field) HasUnit() bool
- func (o *Field) HasValue() bool
- func (o Field) MarshalJSON() ([]byte, error)
- func (o *Field) SetAdvanced(v bool)
- func (o *Field) SetHelpLink(v string)
- func (o *Field) SetHelpLinkNil()
- func (o *Field) SetHelpText(v string)
- func (o *Field) SetHelpTextNil()
- func (o *Field) SetHelpTextWarning(v string)
- func (o *Field) SetHelpTextWarningNil()
- func (o *Field) SetHidden(v string)
- func (o *Field) SetHiddenNil()
- func (o *Field) SetIsFloat(v bool)
- func (o *Field) SetLabel(v string)
- func (o *Field) SetLabelNil()
- func (o *Field) SetName(v string)
- func (o *Field) SetNameNil()
- func (o *Field) SetOrder(v int32)
- func (o *Field) SetPlaceholder(v string)
- func (o *Field) SetPlaceholderNil()
- func (o *Field) SetPrivacy(v PrivacyLevel)
- func (o *Field) SetSection(v string)
- func (o *Field) SetSectionNil()
- func (o *Field) SetSelectOptions(v []SelectOption)
- func (o *Field) SetSelectOptionsProviderAction(v string)
- func (o *Field) SetSelectOptionsProviderActionNil()
- func (o *Field) SetType(v string)
- func (o *Field) SetTypeNil()
- func (o *Field) SetUnit(v string)
- func (o *Field) SetUnitNil()
- func (o *Field) SetValue(v interface{})
- func (o Field) ToMap() (map[string]interface{}, error)
- func (o *Field) UnsetHelpLink()
- func (o *Field) UnsetHelpText()
- func (o *Field) UnsetHelpTextWarning()
- func (o *Field) UnsetHidden()
- func (o *Field) UnsetLabel()
- func (o *Field) UnsetName()
- func (o *Field) UnsetPlaceholder()
- func (o *Field) UnsetSection()
- func (o *Field) UnsetSelectOptionsProviderAction()
- func (o *Field) UnsetType()
- func (o *Field) UnsetUnit()
- type FileSystemAPIService
- func (a *FileSystemAPIService) GetFileSystem(ctx context.Context) ApiGetFileSystemRequest
- func (a *FileSystemAPIService) GetFileSystemExecute(r ApiGetFileSystemRequest) (*http.Response, error)
- func (a *FileSystemAPIService) GetFileSystemType(ctx context.Context) ApiGetFileSystemTypeRequest
- func (a *FileSystemAPIService) GetFileSystemTypeExecute(r ApiGetFileSystemTypeRequest) (*http.Response, error)
- type GenericOpenAPIError
- type HealthAPIService
- type HealthCheckResult
- type HealthResource
- func (o *HealthResource) GetId() int32
- func (o *HealthResource) GetIdOk() (*int32, bool)
- func (o *HealthResource) GetMessage() string
- func (o *HealthResource) GetMessageOk() (*string, bool)
- func (o *HealthResource) GetSource() string
- func (o *HealthResource) GetSourceOk() (*string, bool)
- func (o *HealthResource) GetType() HealthCheckResult
- func (o *HealthResource) GetTypeOk() (*HealthCheckResult, bool)
- func (o *HealthResource) GetWikiUrl() string
- func (o *HealthResource) GetWikiUrlOk() (*string, bool)
- func (o *HealthResource) HasId() bool
- func (o *HealthResource) HasMessage() bool
- func (o *HealthResource) HasSource() bool
- func (o *HealthResource) HasType() bool
- func (o *HealthResource) HasWikiUrl() bool
- func (o HealthResource) MarshalJSON() ([]byte, error)
- func (o *HealthResource) SetId(v int32)
- func (o *HealthResource) SetMessage(v string)
- func (o *HealthResource) SetMessageNil()
- func (o *HealthResource) SetSource(v string)
- func (o *HealthResource) SetSourceNil()
- func (o *HealthResource) SetType(v HealthCheckResult)
- func (o *HealthResource) SetWikiUrl(v string)
- func (o HealthResource) ToMap() (map[string]interface{}, error)
- func (o *HealthResource) UnsetMessage()
- func (o *HealthResource) UnsetSource()
- type HistoryAPIService
- func (a *HistoryAPIService) GetHistory(ctx context.Context) ApiGetHistoryRequest
- func (a *HistoryAPIService) GetHistoryExecute(r ApiGetHistoryRequest) (*HistoryResourcePagingResource, *http.Response, error)
- func (a *HistoryAPIService) ListHistoryIndexer(ctx context.Context) ApiListHistoryIndexerRequest
- func (a *HistoryAPIService) ListHistoryIndexerExecute(r ApiListHistoryIndexerRequest) ([]HistoryResource, *http.Response, error)
- func (a *HistoryAPIService) ListHistorySince(ctx context.Context) ApiListHistorySinceRequest
- func (a *HistoryAPIService) ListHistorySinceExecute(r ApiListHistorySinceRequest) ([]HistoryResource, *http.Response, error)
- type HistoryEventType
- type HistoryResource
- func (o *HistoryResource) GetData() map[string]string
- func (o *HistoryResource) GetDataOk() (*map[string]string, bool)
- func (o *HistoryResource) GetDate() time.Time
- func (o *HistoryResource) GetDateOk() (*time.Time, bool)
- func (o *HistoryResource) GetDownloadId() string
- func (o *HistoryResource) GetDownloadIdOk() (*string, bool)
- func (o *HistoryResource) GetEventType() HistoryEventType
- func (o *HistoryResource) GetEventTypeOk() (*HistoryEventType, bool)
- func (o *HistoryResource) GetId() int32
- func (o *HistoryResource) GetIdOk() (*int32, bool)
- func (o *HistoryResource) GetIndexerId() int32
- func (o *HistoryResource) GetIndexerIdOk() (*int32, bool)
- func (o *HistoryResource) GetSuccessful() bool
- func (o *HistoryResource) GetSuccessfulOk() (*bool, bool)
- func (o *HistoryResource) HasData() bool
- func (o *HistoryResource) HasDate() bool
- func (o *HistoryResource) HasDownloadId() bool
- func (o *HistoryResource) HasEventType() bool
- func (o *HistoryResource) HasId() bool
- func (o *HistoryResource) HasIndexerId() bool
- func (o *HistoryResource) HasSuccessful() bool
- func (o HistoryResource) MarshalJSON() ([]byte, error)
- func (o *HistoryResource) SetData(v map[string]string)
- func (o *HistoryResource) SetDate(v time.Time)
- func (o *HistoryResource) SetDownloadId(v string)
- func (o *HistoryResource) SetDownloadIdNil()
- func (o *HistoryResource) SetEventType(v HistoryEventType)
- func (o *HistoryResource) SetId(v int32)
- func (o *HistoryResource) SetIndexerId(v int32)
- func (o *HistoryResource) SetSuccessful(v bool)
- func (o HistoryResource) ToMap() (map[string]interface{}, error)
- func (o *HistoryResource) UnsetDownloadId()
- type HistoryResourcePagingResource
- func (o *HistoryResourcePagingResource) GetPage() int32
- func (o *HistoryResourcePagingResource) GetPageOk() (*int32, bool)
- func (o *HistoryResourcePagingResource) GetPageSize() int32
- func (o *HistoryResourcePagingResource) GetPageSizeOk() (*int32, bool)
- func (o *HistoryResourcePagingResource) GetRecords() []HistoryResource
- func (o *HistoryResourcePagingResource) GetRecordsOk() ([]HistoryResource, bool)
- func (o *HistoryResourcePagingResource) GetSortDirection() SortDirection
- func (o *HistoryResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)
- func (o *HistoryResourcePagingResource) GetSortKey() string
- func (o *HistoryResourcePagingResource) GetSortKeyOk() (*string, bool)
- func (o *HistoryResourcePagingResource) GetTotalRecords() int32
- func (o *HistoryResourcePagingResource) GetTotalRecordsOk() (*int32, bool)
- func (o *HistoryResourcePagingResource) HasPage() bool
- func (o *HistoryResourcePagingResource) HasPageSize() bool
- func (o *HistoryResourcePagingResource) HasRecords() bool
- func (o *HistoryResourcePagingResource) HasSortDirection() bool
- func (o *HistoryResourcePagingResource) HasSortKey() bool
- func (o *HistoryResourcePagingResource) HasTotalRecords() bool
- func (o HistoryResourcePagingResource) MarshalJSON() ([]byte, error)
- func (o *HistoryResourcePagingResource) SetPage(v int32)
- func (o *HistoryResourcePagingResource) SetPageSize(v int32)
- func (o *HistoryResourcePagingResource) SetRecords(v []HistoryResource)
- func (o *HistoryResourcePagingResource) SetSortDirection(v SortDirection)
- func (o *HistoryResourcePagingResource) SetSortKey(v string)
- func (o *HistoryResourcePagingResource) SetSortKeyNil()
- func (o *HistoryResourcePagingResource) SetTotalRecords(v int32)
- func (o HistoryResourcePagingResource) ToMap() (map[string]interface{}, error)
- func (o *HistoryResourcePagingResource) UnsetSortKey()
- type HostConfigAPIService
- func (a *HostConfigAPIService) GetHostConfig(ctx context.Context) ApiGetHostConfigRequest
- func (a *HostConfigAPIService) GetHostConfigById(ctx context.Context, id int32) ApiGetHostConfigByIdRequest
- func (a *HostConfigAPIService) GetHostConfigByIdExecute(r ApiGetHostConfigByIdRequest) (*HostConfigResource, *http.Response, error)
- func (a *HostConfigAPIService) GetHostConfigExecute(r ApiGetHostConfigRequest) (*HostConfigResource, *http.Response, error)
- func (a *HostConfigAPIService) UpdateHostConfig(ctx context.Context, id string) ApiUpdateHostConfigRequest
- func (a *HostConfigAPIService) UpdateHostConfigExecute(r ApiUpdateHostConfigRequest) (*HostConfigResource, *http.Response, error)
- type HostConfigResource
- func (o *HostConfigResource) GetAnalyticsEnabled() bool
- func (o *HostConfigResource) GetAnalyticsEnabledOk() (*bool, bool)
- func (o *HostConfigResource) GetApiKey() string
- func (o *HostConfigResource) GetApiKeyOk() (*string, bool)
- func (o *HostConfigResource) GetApplicationUrl() string
- func (o *HostConfigResource) GetApplicationUrlOk() (*string, bool)
- func (o *HostConfigResource) GetAuthenticationMethod() AuthenticationType
- func (o *HostConfigResource) GetAuthenticationMethodOk() (*AuthenticationType, bool)
- func (o *HostConfigResource) GetAuthenticationRequired() AuthenticationRequiredType
- func (o *HostConfigResource) GetAuthenticationRequiredOk() (*AuthenticationRequiredType, bool)
- func (o *HostConfigResource) GetBackupFolder() string
- func (o *HostConfigResource) GetBackupFolderOk() (*string, bool)
- func (o *HostConfigResource) GetBackupInterval() int32
- func (o *HostConfigResource) GetBackupIntervalOk() (*int32, bool)
- func (o *HostConfigResource) GetBackupRetention() int32
- func (o *HostConfigResource) GetBackupRetentionOk() (*int32, bool)
- func (o *HostConfigResource) GetBindAddress() string
- func (o *HostConfigResource) GetBindAddressOk() (*string, bool)
- func (o *HostConfigResource) GetBranch() string
- func (o *HostConfigResource) GetBranchOk() (*string, bool)
- func (o *HostConfigResource) GetCertificateValidation() CertificateValidationType
- func (o *HostConfigResource) GetCertificateValidationOk() (*CertificateValidationType, bool)
- func (o *HostConfigResource) GetConsoleLogLevel() string
- func (o *HostConfigResource) GetConsoleLogLevelOk() (*string, bool)
- func (o *HostConfigResource) GetEnableSsl() bool
- func (o *HostConfigResource) GetEnableSslOk() (*bool, bool)
- func (o *HostConfigResource) GetHistoryCleanupDays() int32
- func (o *HostConfigResource) GetHistoryCleanupDaysOk() (*int32, bool)
- func (o *HostConfigResource) GetId() int32
- func (o *HostConfigResource) GetIdOk() (*int32, bool)
- func (o *HostConfigResource) GetInstanceName() string
- func (o *HostConfigResource) GetInstanceNameOk() (*string, bool)
- func (o *HostConfigResource) GetLaunchBrowser() bool
- func (o *HostConfigResource) GetLaunchBrowserOk() (*bool, bool)
- func (o *HostConfigResource) GetLogLevel() string
- func (o *HostConfigResource) GetLogLevelOk() (*string, bool)
- func (o *HostConfigResource) GetLogSizeLimit() int32
- func (o *HostConfigResource) GetLogSizeLimitOk() (*int32, bool)
- func (o *HostConfigResource) GetPassword() string
- func (o *HostConfigResource) GetPasswordConfirmation() string
- func (o *HostConfigResource) GetPasswordConfirmationOk() (*string, bool)
- func (o *HostConfigResource) GetPasswordOk() (*string, bool)
- func (o *HostConfigResource) GetPort() int32
- func (o *HostConfigResource) GetPortOk() (*int32, bool)
- func (o *HostConfigResource) GetProxyBypassFilter() string
- func (o *HostConfigResource) GetProxyBypassFilterOk() (*string, bool)
- func (o *HostConfigResource) GetProxyBypassLocalAddresses() bool
- func (o *HostConfigResource) GetProxyBypassLocalAddressesOk() (*bool, bool)
- func (o *HostConfigResource) GetProxyEnabled() bool
- func (o *HostConfigResource) GetProxyEnabledOk() (*bool, bool)
- func (o *HostConfigResource) GetProxyHostname() string
- func (o *HostConfigResource) GetProxyHostnameOk() (*string, bool)
- func (o *HostConfigResource) GetProxyPassword() string
- func (o *HostConfigResource) GetProxyPasswordOk() (*string, bool)
- func (o *HostConfigResource) GetProxyPort() int32
- func (o *HostConfigResource) GetProxyPortOk() (*int32, bool)
- func (o *HostConfigResource) GetProxyType() ProxyType
- func (o *HostConfigResource) GetProxyTypeOk() (*ProxyType, bool)
- func (o *HostConfigResource) GetProxyUsername() string
- func (o *HostConfigResource) GetProxyUsernameOk() (*string, bool)
- func (o *HostConfigResource) GetSslCertPassword() string
- func (o *HostConfigResource) GetSslCertPasswordOk() (*string, bool)
- func (o *HostConfigResource) GetSslCertPath() string
- func (o *HostConfigResource) GetSslCertPathOk() (*string, bool)
- func (o *HostConfigResource) GetSslPort() int32
- func (o *HostConfigResource) GetSslPortOk() (*int32, bool)
- func (o *HostConfigResource) GetUpdateAutomatically() bool
- func (o *HostConfigResource) GetUpdateAutomaticallyOk() (*bool, bool)
- func (o *HostConfigResource) GetUpdateMechanism() UpdateMechanism
- func (o *HostConfigResource) GetUpdateMechanismOk() (*UpdateMechanism, bool)
- func (o *HostConfigResource) GetUpdateScriptPath() string
- func (o *HostConfigResource) GetUpdateScriptPathOk() (*string, bool)
- func (o *HostConfigResource) GetUrlBase() string
- func (o *HostConfigResource) GetUrlBaseOk() (*string, bool)
- func (o *HostConfigResource) GetUsername() string
- func (o *HostConfigResource) GetUsernameOk() (*string, bool)
- func (o *HostConfigResource) HasAnalyticsEnabled() bool
- func (o *HostConfigResource) HasApiKey() bool
- func (o *HostConfigResource) HasApplicationUrl() bool
- func (o *HostConfigResource) HasAuthenticationMethod() bool
- func (o *HostConfigResource) HasAuthenticationRequired() bool
- func (o *HostConfigResource) HasBackupFolder() bool
- func (o *HostConfigResource) HasBackupInterval() bool
- func (o *HostConfigResource) HasBackupRetention() bool
- func (o *HostConfigResource) HasBindAddress() bool
- func (o *HostConfigResource) HasBranch() bool
- func (o *HostConfigResource) HasCertificateValidation() bool
- func (o *HostConfigResource) HasConsoleLogLevel() bool
- func (o *HostConfigResource) HasEnableSsl() bool
- func (o *HostConfigResource) HasHistoryCleanupDays() bool
- func (o *HostConfigResource) HasId() bool
- func (o *HostConfigResource) HasInstanceName() bool
- func (o *HostConfigResource) HasLaunchBrowser() bool
- func (o *HostConfigResource) HasLogLevel() bool
- func (o *HostConfigResource) HasLogSizeLimit() bool
- func (o *HostConfigResource) HasPassword() bool
- func (o *HostConfigResource) HasPasswordConfirmation() bool
- func (o *HostConfigResource) HasPort() bool
- func (o *HostConfigResource) HasProxyBypassFilter() bool
- func (o *HostConfigResource) HasProxyBypassLocalAddresses() bool
- func (o *HostConfigResource) HasProxyEnabled() bool
- func (o *HostConfigResource) HasProxyHostname() bool
- func (o *HostConfigResource) HasProxyPassword() bool
- func (o *HostConfigResource) HasProxyPort() bool
- func (o *HostConfigResource) HasProxyType() bool
- func (o *HostConfigResource) HasProxyUsername() bool
- func (o *HostConfigResource) HasSslCertPassword() bool
- func (o *HostConfigResource) HasSslCertPath() bool
- func (o *HostConfigResource) HasSslPort() bool
- func (o *HostConfigResource) HasUpdateAutomatically() bool
- func (o *HostConfigResource) HasUpdateMechanism() bool
- func (o *HostConfigResource) HasUpdateScriptPath() bool
- func (o *HostConfigResource) HasUrlBase() bool
- func (o *HostConfigResource) HasUsername() bool
- func (o HostConfigResource) MarshalJSON() ([]byte, error)
- func (o *HostConfigResource) SetAnalyticsEnabled(v bool)
- func (o *HostConfigResource) SetApiKey(v string)
- func (o *HostConfigResource) SetApiKeyNil()
- func (o *HostConfigResource) SetApplicationUrl(v string)
- func (o *HostConfigResource) SetApplicationUrlNil()
- func (o *HostConfigResource) SetAuthenticationMethod(v AuthenticationType)
- func (o *HostConfigResource) SetAuthenticationRequired(v AuthenticationRequiredType)
- func (o *HostConfigResource) SetBackupFolder(v string)
- func (o *HostConfigResource) SetBackupFolderNil()
- func (o *HostConfigResource) SetBackupInterval(v int32)
- func (o *HostConfigResource) SetBackupRetention(v int32)
- func (o *HostConfigResource) SetBindAddress(v string)
- func (o *HostConfigResource) SetBindAddressNil()
- func (o *HostConfigResource) SetBranch(v string)
- func (o *HostConfigResource) SetBranchNil()
- func (o *HostConfigResource) SetCertificateValidation(v CertificateValidationType)
- func (o *HostConfigResource) SetConsoleLogLevel(v string)
- func (o *HostConfigResource) SetConsoleLogLevelNil()
- func (o *HostConfigResource) SetEnableSsl(v bool)
- func (o *HostConfigResource) SetHistoryCleanupDays(v int32)
- func (o *HostConfigResource) SetId(v int32)
- func (o *HostConfigResource) SetInstanceName(v string)
- func (o *HostConfigResource) SetInstanceNameNil()
- func (o *HostConfigResource) SetLaunchBrowser(v bool)
- func (o *HostConfigResource) SetLogLevel(v string)
- func (o *HostConfigResource) SetLogLevelNil()
- func (o *HostConfigResource) SetLogSizeLimit(v int32)
- func (o *HostConfigResource) SetPassword(v string)
- func (o *HostConfigResource) SetPasswordConfirmation(v string)
- func (o *HostConfigResource) SetPasswordConfirmationNil()
- func (o *HostConfigResource) SetPasswordNil()
- func (o *HostConfigResource) SetPort(v int32)
- func (o *HostConfigResource) SetProxyBypassFilter(v string)
- func (o *HostConfigResource) SetProxyBypassFilterNil()
- func (o *HostConfigResource) SetProxyBypassLocalAddresses(v bool)
- func (o *HostConfigResource) SetProxyEnabled(v bool)
- func (o *HostConfigResource) SetProxyHostname(v string)
- func (o *HostConfigResource) SetProxyHostnameNil()
- func (o *HostConfigResource) SetProxyPassword(v string)
- func (o *HostConfigResource) SetProxyPasswordNil()
- func (o *HostConfigResource) SetProxyPort(v int32)
- func (o *HostConfigResource) SetProxyType(v ProxyType)
- func (o *HostConfigResource) SetProxyUsername(v string)
- func (o *HostConfigResource) SetProxyUsernameNil()
- func (o *HostConfigResource) SetSslCertPassword(v string)
- func (o *HostConfigResource) SetSslCertPasswordNil()
- func (o *HostConfigResource) SetSslCertPath(v string)
- func (o *HostConfigResource) SetSslCertPathNil()
- func (o *HostConfigResource) SetSslPort(v int32)
- func (o *HostConfigResource) SetUpdateAutomatically(v bool)
- func (o *HostConfigResource) SetUpdateMechanism(v UpdateMechanism)
- func (o *HostConfigResource) SetUpdateScriptPath(v string)
- func (o *HostConfigResource) SetUpdateScriptPathNil()
- func (o *HostConfigResource) SetUrlBase(v string)
- func (o *HostConfigResource) SetUrlBaseNil()
- func (o *HostConfigResource) SetUsername(v string)
- func (o *HostConfigResource) SetUsernameNil()
- func (o HostConfigResource) ToMap() (map[string]interface{}, error)
- func (o *HostConfigResource) UnsetApiKey()
- func (o *HostConfigResource) UnsetApplicationUrl()
- func (o *HostConfigResource) UnsetBackupFolder()
- func (o *HostConfigResource) UnsetBindAddress()
- func (o *HostConfigResource) UnsetBranch()
- func (o *HostConfigResource) UnsetConsoleLogLevel()
- func (o *HostConfigResource) UnsetInstanceName()
- func (o *HostConfigResource) UnsetLogLevel()
- func (o *HostConfigResource) UnsetPassword()
- func (o *HostConfigResource) UnsetPasswordConfirmation()
- func (o *HostConfigResource) UnsetProxyBypassFilter()
- func (o *HostConfigResource) UnsetProxyHostname()
- func (o *HostConfigResource) UnsetProxyPassword()
- func (o *HostConfigResource) UnsetProxyUsername()
- func (o *HostConfigResource) UnsetSslCertPassword()
- func (o *HostConfigResource) UnsetSslCertPath()
- func (o *HostConfigResource) UnsetUpdateScriptPath()
- func (o *HostConfigResource) UnsetUrlBase()
- func (o *HostConfigResource) UnsetUsername()
- type HostStatistics
- func (o *HostStatistics) GetHost() string
- func (o *HostStatistics) GetHostOk() (*string, bool)
- func (o *HostStatistics) GetNumberOfGrabs() int32
- func (o *HostStatistics) GetNumberOfGrabsOk() (*int32, bool)
- func (o *HostStatistics) GetNumberOfQueries() int32
- func (o *HostStatistics) GetNumberOfQueriesOk() (*int32, bool)
- func (o *HostStatistics) HasHost() bool
- func (o *HostStatistics) HasNumberOfGrabs() bool
- func (o *HostStatistics) HasNumberOfQueries() bool
- func (o HostStatistics) MarshalJSON() ([]byte, error)
- func (o *HostStatistics) SetHost(v string)
- func (o *HostStatistics) SetHostNil()
- func (o *HostStatistics) SetNumberOfGrabs(v int32)
- func (o *HostStatistics) SetNumberOfQueries(v int32)
- func (o HostStatistics) ToMap() (map[string]interface{}, error)
- func (o *HostStatistics) UnsetHost()
- type IndexerAPIService
- func (a *IndexerAPIService) CreateIndexer(ctx context.Context) ApiCreateIndexerRequest
- func (a *IndexerAPIService) CreateIndexerActionByName(ctx context.Context, name string) ApiCreateIndexerActionByNameRequest
- func (a *IndexerAPIService) CreateIndexerActionByNameExecute(r ApiCreateIndexerActionByNameRequest) (*http.Response, error)
- func (a *IndexerAPIService) CreateIndexerExecute(r ApiCreateIndexerRequest) (*IndexerResource, *http.Response, error)
- func (a *IndexerAPIService) DeleteIndexer(ctx context.Context, id int32) ApiDeleteIndexerRequest
- func (a *IndexerAPIService) DeleteIndexerBulk(ctx context.Context) ApiDeleteIndexerBulkRequest
- func (a *IndexerAPIService) DeleteIndexerBulkExecute(r ApiDeleteIndexerBulkRequest) (*http.Response, error)
- func (a *IndexerAPIService) DeleteIndexerExecute(r ApiDeleteIndexerRequest) (*http.Response, error)
- func (a *IndexerAPIService) GetIndexerById(ctx context.Context, id int32) ApiGetIndexerByIdRequest
- func (a *IndexerAPIService) GetIndexerByIdExecute(r ApiGetIndexerByIdRequest) (*IndexerResource, *http.Response, error)
- func (a *IndexerAPIService) ListIndexer(ctx context.Context) ApiListIndexerRequest
- func (a *IndexerAPIService) ListIndexerExecute(r ApiListIndexerRequest) ([]IndexerResource, *http.Response, error)
- func (a *IndexerAPIService) ListIndexerSchema(ctx context.Context) ApiListIndexerSchemaRequest
- func (a *IndexerAPIService) ListIndexerSchemaExecute(r ApiListIndexerSchemaRequest) ([]IndexerResource, *http.Response, error)
- func (a *IndexerAPIService) PutIndexerBulk(ctx context.Context) ApiPutIndexerBulkRequest
- func (a *IndexerAPIService) PutIndexerBulkExecute(r ApiPutIndexerBulkRequest) (*IndexerResource, *http.Response, error)
- func (a *IndexerAPIService) TestIndexer(ctx context.Context) ApiTestIndexerRequest
- func (a *IndexerAPIService) TestIndexerExecute(r ApiTestIndexerRequest) (*http.Response, error)
- func (a *IndexerAPIService) TestallIndexer(ctx context.Context) ApiTestallIndexerRequest
- func (a *IndexerAPIService) TestallIndexerExecute(r ApiTestallIndexerRequest) (*http.Response, error)
- func (a *IndexerAPIService) UpdateIndexer(ctx context.Context, id string) ApiUpdateIndexerRequest
- func (a *IndexerAPIService) UpdateIndexerExecute(r ApiUpdateIndexerRequest) (*IndexerResource, *http.Response, error)
- type IndexerBulkResource
- func (o *IndexerBulkResource) GetAppProfileId() int32
- func (o *IndexerBulkResource) GetAppProfileIdOk() (*int32, bool)
- func (o *IndexerBulkResource) GetApplyTags() ApplyTags
- func (o *IndexerBulkResource) GetApplyTagsOk() (*ApplyTags, bool)
- func (o *IndexerBulkResource) GetEnable() bool
- func (o *IndexerBulkResource) GetEnableOk() (*bool, bool)
- func (o *IndexerBulkResource) GetIds() []int32
- func (o *IndexerBulkResource) GetIdsOk() ([]int32, bool)
- func (o *IndexerBulkResource) GetMinimumSeeders() int32
- func (o *IndexerBulkResource) GetMinimumSeedersOk() (*int32, bool)
- func (o *IndexerBulkResource) GetPackSeedTime() int32
- func (o *IndexerBulkResource) GetPackSeedTimeOk() (*int32, bool)
- func (o *IndexerBulkResource) GetPriority() int32
- func (o *IndexerBulkResource) GetPriorityOk() (*int32, bool)
- func (o *IndexerBulkResource) GetSeedRatio() float64
- func (o *IndexerBulkResource) GetSeedRatioOk() (*float64, bool)
- func (o *IndexerBulkResource) GetSeedTime() int32
- func (o *IndexerBulkResource) GetSeedTimeOk() (*int32, bool)
- func (o *IndexerBulkResource) GetTags() []int32
- func (o *IndexerBulkResource) GetTagsOk() ([]int32, bool)
- func (o *IndexerBulkResource) HasAppProfileId() bool
- func (o *IndexerBulkResource) HasApplyTags() bool
- func (o *IndexerBulkResource) HasEnable() bool
- func (o *IndexerBulkResource) HasIds() bool
- func (o *IndexerBulkResource) HasMinimumSeeders() bool
- func (o *IndexerBulkResource) HasPackSeedTime() bool
- func (o *IndexerBulkResource) HasPriority() bool
- func (o *IndexerBulkResource) HasSeedRatio() bool
- func (o *IndexerBulkResource) HasSeedTime() bool
- func (o *IndexerBulkResource) HasTags() bool
- func (o IndexerBulkResource) MarshalJSON() ([]byte, error)
- func (o *IndexerBulkResource) SetAppProfileId(v int32)
- func (o *IndexerBulkResource) SetAppProfileIdNil()
- func (o *IndexerBulkResource) SetApplyTags(v ApplyTags)
- func (o *IndexerBulkResource) SetEnable(v bool)
- func (o *IndexerBulkResource) SetEnableNil()
- func (o *IndexerBulkResource) SetIds(v []int32)
- func (o *IndexerBulkResource) SetMinimumSeeders(v int32)
- func (o *IndexerBulkResource) SetMinimumSeedersNil()
- func (o *IndexerBulkResource) SetPackSeedTime(v int32)
- func (o *IndexerBulkResource) SetPackSeedTimeNil()
- func (o *IndexerBulkResource) SetPriority(v int32)
- func (o *IndexerBulkResource) SetPriorityNil()
- func (o *IndexerBulkResource) SetSeedRatio(v float64)
- func (o *IndexerBulkResource) SetSeedRatioNil()
- func (o *IndexerBulkResource) SetSeedTime(v int32)
- func (o *IndexerBulkResource) SetSeedTimeNil()
- func (o *IndexerBulkResource) SetTags(v []int32)
- func (o IndexerBulkResource) ToMap() (map[string]interface{}, error)
- func (o *IndexerBulkResource) UnsetAppProfileId()
- func (o *IndexerBulkResource) UnsetEnable()
- func (o *IndexerBulkResource) UnsetMinimumSeeders()
- func (o *IndexerBulkResource) UnsetPackSeedTime()
- func (o *IndexerBulkResource) UnsetPriority()
- func (o *IndexerBulkResource) UnsetSeedRatio()
- func (o *IndexerBulkResource) UnsetSeedTime()
- type IndexerCapabilityResource
- func (o *IndexerCapabilityResource) GetBookSearchParams() []BookSearchParam
- func (o *IndexerCapabilityResource) GetBookSearchParamsOk() ([]BookSearchParam, bool)
- func (o *IndexerCapabilityResource) GetCategories() []IndexerCategory
- func (o *IndexerCapabilityResource) GetCategoriesOk() ([]IndexerCategory, bool)
- func (o *IndexerCapabilityResource) GetId() int32
- func (o *IndexerCapabilityResource) GetIdOk() (*int32, bool)
- func (o *IndexerCapabilityResource) GetLimitsDefault() int32
- func (o *IndexerCapabilityResource) GetLimitsDefaultOk() (*int32, bool)
- func (o *IndexerCapabilityResource) GetLimitsMax() int32
- func (o *IndexerCapabilityResource) GetLimitsMaxOk() (*int32, bool)
- func (o *IndexerCapabilityResource) GetMovieSearchParams() []MovieSearchParam
- func (o *IndexerCapabilityResource) GetMovieSearchParamsOk() ([]MovieSearchParam, bool)
- func (o *IndexerCapabilityResource) GetMusicSearchParams() []MusicSearchParam
- func (o *IndexerCapabilityResource) GetMusicSearchParamsOk() ([]MusicSearchParam, bool)
- func (o *IndexerCapabilityResource) GetSearchParams() []SearchParam
- func (o *IndexerCapabilityResource) GetSearchParamsOk() ([]SearchParam, bool)
- func (o *IndexerCapabilityResource) GetSupportsRawSearch() bool
- func (o *IndexerCapabilityResource) GetSupportsRawSearchOk() (*bool, bool)
- func (o *IndexerCapabilityResource) GetTvSearchParams() []TvSearchParam
- func (o *IndexerCapabilityResource) GetTvSearchParamsOk() ([]TvSearchParam, bool)
- func (o *IndexerCapabilityResource) HasBookSearchParams() bool
- func (o *IndexerCapabilityResource) HasCategories() bool
- func (o *IndexerCapabilityResource) HasId() bool
- func (o *IndexerCapabilityResource) HasLimitsDefault() bool
- func (o *IndexerCapabilityResource) HasLimitsMax() bool
- func (o *IndexerCapabilityResource) HasMovieSearchParams() bool
- func (o *IndexerCapabilityResource) HasMusicSearchParams() bool
- func (o *IndexerCapabilityResource) HasSearchParams() bool
- func (o *IndexerCapabilityResource) HasSupportsRawSearch() bool
- func (o *IndexerCapabilityResource) HasTvSearchParams() bool
- func (o IndexerCapabilityResource) MarshalJSON() ([]byte, error)
- func (o *IndexerCapabilityResource) SetBookSearchParams(v []BookSearchParam)
- func (o *IndexerCapabilityResource) SetCategories(v []IndexerCategory)
- func (o *IndexerCapabilityResource) SetId(v int32)
- func (o *IndexerCapabilityResource) SetLimitsDefault(v int32)
- func (o *IndexerCapabilityResource) SetLimitsDefaultNil()
- func (o *IndexerCapabilityResource) SetLimitsMax(v int32)
- func (o *IndexerCapabilityResource) SetLimitsMaxNil()
- func (o *IndexerCapabilityResource) SetMovieSearchParams(v []MovieSearchParam)
- func (o *IndexerCapabilityResource) SetMusicSearchParams(v []MusicSearchParam)
- func (o *IndexerCapabilityResource) SetSearchParams(v []SearchParam)
- func (o *IndexerCapabilityResource) SetSupportsRawSearch(v bool)
- func (o *IndexerCapabilityResource) SetTvSearchParams(v []TvSearchParam)
- func (o IndexerCapabilityResource) ToMap() (map[string]interface{}, error)
- func (o *IndexerCapabilityResource) UnsetLimitsDefault()
- func (o *IndexerCapabilityResource) UnsetLimitsMax()
- type IndexerCategory
- func (o *IndexerCategory) GetDescription() string
- func (o *IndexerCategory) GetDescriptionOk() (*string, bool)
- func (o *IndexerCategory) GetId() int32
- func (o *IndexerCategory) GetIdOk() (*int32, bool)
- func (o *IndexerCategory) GetName() string
- func (o *IndexerCategory) GetNameOk() (*string, bool)
- func (o *IndexerCategory) GetSubCategories() []IndexerCategory
- func (o *IndexerCategory) GetSubCategoriesOk() ([]IndexerCategory, bool)
- func (o *IndexerCategory) HasDescription() bool
- func (o *IndexerCategory) HasId() bool
- func (o *IndexerCategory) HasName() bool
- func (o *IndexerCategory) HasSubCategories() bool
- func (o IndexerCategory) MarshalJSON() ([]byte, error)
- func (o *IndexerCategory) SetDescription(v string)
- func (o *IndexerCategory) SetDescriptionNil()
- func (o *IndexerCategory) SetId(v int32)
- func (o *IndexerCategory) SetName(v string)
- func (o *IndexerCategory) SetNameNil()
- func (o *IndexerCategory) SetSubCategories(v []IndexerCategory)
- func (o IndexerCategory) ToMap() (map[string]interface{}, error)
- func (o *IndexerCategory) UnsetDescription()
- func (o *IndexerCategory) UnsetName()
- type IndexerDefaultCategoriesAPIService
- type IndexerPrivacy
- type IndexerProxyAPIService
- func (a *IndexerProxyAPIService) CreateIndexerProxy(ctx context.Context) ApiCreateIndexerProxyRequest
- func (a *IndexerProxyAPIService) CreateIndexerProxyActionByName(ctx context.Context, name string) ApiCreateIndexerProxyActionByNameRequest
- func (a *IndexerProxyAPIService) CreateIndexerProxyActionByNameExecute(r ApiCreateIndexerProxyActionByNameRequest) (*http.Response, error)
- func (a *IndexerProxyAPIService) CreateIndexerProxyExecute(r ApiCreateIndexerProxyRequest) (*IndexerProxyResource, *http.Response, error)
- func (a *IndexerProxyAPIService) DeleteIndexerProxy(ctx context.Context, id int32) ApiDeleteIndexerProxyRequest
- func (a *IndexerProxyAPIService) DeleteIndexerProxyExecute(r ApiDeleteIndexerProxyRequest) (*http.Response, error)
- func (a *IndexerProxyAPIService) GetIndexerProxyById(ctx context.Context, id int32) ApiGetIndexerProxyByIdRequest
- func (a *IndexerProxyAPIService) GetIndexerProxyByIdExecute(r ApiGetIndexerProxyByIdRequest) (*IndexerProxyResource, *http.Response, error)
- func (a *IndexerProxyAPIService) ListIndexerProxy(ctx context.Context) ApiListIndexerProxyRequest
- func (a *IndexerProxyAPIService) ListIndexerProxyExecute(r ApiListIndexerProxyRequest) ([]IndexerProxyResource, *http.Response, error)
- func (a *IndexerProxyAPIService) ListIndexerProxySchema(ctx context.Context) ApiListIndexerProxySchemaRequest
- func (a *IndexerProxyAPIService) ListIndexerProxySchemaExecute(r ApiListIndexerProxySchemaRequest) ([]IndexerProxyResource, *http.Response, error)
- func (a *IndexerProxyAPIService) TestIndexerProxy(ctx context.Context) ApiTestIndexerProxyRequest
- func (a *IndexerProxyAPIService) TestIndexerProxyExecute(r ApiTestIndexerProxyRequest) (*http.Response, error)
- func (a *IndexerProxyAPIService) TestallIndexerProxy(ctx context.Context) ApiTestallIndexerProxyRequest
- func (a *IndexerProxyAPIService) TestallIndexerProxyExecute(r ApiTestallIndexerProxyRequest) (*http.Response, error)
- func (a *IndexerProxyAPIService) UpdateIndexerProxy(ctx context.Context, id string) ApiUpdateIndexerProxyRequest
- func (a *IndexerProxyAPIService) UpdateIndexerProxyExecute(r ApiUpdateIndexerProxyRequest) (*IndexerProxyResource, *http.Response, error)
- type IndexerProxyResource
- func (o *IndexerProxyResource) GetConfigContract() string
- func (o *IndexerProxyResource) GetConfigContractOk() (*string, bool)
- func (o *IndexerProxyResource) GetFields() []Field
- func (o *IndexerProxyResource) GetFieldsOk() ([]Field, bool)
- func (o *IndexerProxyResource) GetId() int32
- func (o *IndexerProxyResource) GetIdOk() (*int32, bool)
- func (o *IndexerProxyResource) GetImplementation() string
- func (o *IndexerProxyResource) GetImplementationName() string
- func (o *IndexerProxyResource) GetImplementationNameOk() (*string, bool)
- func (o *IndexerProxyResource) GetImplementationOk() (*string, bool)
- func (o *IndexerProxyResource) GetIncludeHealthWarnings() bool
- func (o *IndexerProxyResource) GetIncludeHealthWarningsOk() (*bool, bool)
- func (o *IndexerProxyResource) GetInfoLink() string
- func (o *IndexerProxyResource) GetInfoLinkOk() (*string, bool)
- func (o *IndexerProxyResource) GetLink() string
- func (o *IndexerProxyResource) GetLinkOk() (*string, bool)
- func (o *IndexerProxyResource) GetMessage() ProviderMessage
- func (o *IndexerProxyResource) GetMessageOk() (*ProviderMessage, bool)
- func (o *IndexerProxyResource) GetName() string
- func (o *IndexerProxyResource) GetNameOk() (*string, bool)
- func (o *IndexerProxyResource) GetOnHealthIssue() bool
- func (o *IndexerProxyResource) GetOnHealthIssueOk() (*bool, bool)
- func (o *IndexerProxyResource) GetPresets() []IndexerProxyResource
- func (o *IndexerProxyResource) GetPresetsOk() ([]IndexerProxyResource, bool)
- func (o *IndexerProxyResource) GetSupportsOnHealthIssue() bool
- func (o *IndexerProxyResource) GetSupportsOnHealthIssueOk() (*bool, bool)
- func (o *IndexerProxyResource) GetTags() []int32
- func (o *IndexerProxyResource) GetTagsOk() ([]int32, bool)
- func (o *IndexerProxyResource) GetTestCommand() string
- func (o *IndexerProxyResource) GetTestCommandOk() (*string, bool)
- func (o *IndexerProxyResource) HasConfigContract() bool
- func (o *IndexerProxyResource) HasFields() bool
- func (o *IndexerProxyResource) HasId() bool
- func (o *IndexerProxyResource) HasImplementation() bool
- func (o *IndexerProxyResource) HasImplementationName() bool
- func (o *IndexerProxyResource) HasIncludeHealthWarnings() bool
- func (o *IndexerProxyResource) HasInfoLink() bool
- func (o *IndexerProxyResource) HasLink() bool
- func (o *IndexerProxyResource) HasMessage() bool
- func (o *IndexerProxyResource) HasName() bool
- func (o *IndexerProxyResource) HasOnHealthIssue() bool
- func (o *IndexerProxyResource) HasPresets() bool
- func (o *IndexerProxyResource) HasSupportsOnHealthIssue() bool
- func (o *IndexerProxyResource) HasTags() bool
- func (o *IndexerProxyResource) HasTestCommand() bool
- func (o IndexerProxyResource) MarshalJSON() ([]byte, error)
- func (o *IndexerProxyResource) SetConfigContract(v string)
- func (o *IndexerProxyResource) SetConfigContractNil()
- func (o *IndexerProxyResource) SetFields(v []Field)
- func (o *IndexerProxyResource) SetId(v int32)
- func (o *IndexerProxyResource) SetImplementation(v string)
- func (o *IndexerProxyResource) SetImplementationName(v string)
- func (o *IndexerProxyResource) SetImplementationNameNil()
- func (o *IndexerProxyResource) SetImplementationNil()
- func (o *IndexerProxyResource) SetIncludeHealthWarnings(v bool)
- func (o *IndexerProxyResource) SetInfoLink(v string)
- func (o *IndexerProxyResource) SetInfoLinkNil()
- func (o *IndexerProxyResource) SetLink(v string)
- func (o *IndexerProxyResource) SetLinkNil()
- func (o *IndexerProxyResource) SetMessage(v ProviderMessage)
- func (o *IndexerProxyResource) SetName(v string)
- func (o *IndexerProxyResource) SetNameNil()
- func (o *IndexerProxyResource) SetOnHealthIssue(v bool)
- func (o *IndexerProxyResource) SetPresets(v []IndexerProxyResource)
- func (o *IndexerProxyResource) SetSupportsOnHealthIssue(v bool)
- func (o *IndexerProxyResource) SetTags(v []int32)
- func (o *IndexerProxyResource) SetTestCommand(v string)
- func (o *IndexerProxyResource) SetTestCommandNil()
- func (o IndexerProxyResource) ToMap() (map[string]interface{}, error)
- func (o *IndexerProxyResource) UnsetConfigContract()
- func (o *IndexerProxyResource) UnsetImplementation()
- func (o *IndexerProxyResource) UnsetImplementationName()
- func (o *IndexerProxyResource) UnsetInfoLink()
- func (o *IndexerProxyResource) UnsetLink()
- func (o *IndexerProxyResource) UnsetName()
- func (o *IndexerProxyResource) UnsetTestCommand()
- type IndexerResource
- func (o *IndexerResource) GetAdded() time.Time
- func (o *IndexerResource) GetAddedOk() (*time.Time, bool)
- func (o *IndexerResource) GetAppProfileId() int32
- func (o *IndexerResource) GetAppProfileIdOk() (*int32, bool)
- func (o *IndexerResource) GetCapabilities() IndexerCapabilityResource
- func (o *IndexerResource) GetCapabilitiesOk() (*IndexerCapabilityResource, bool)
- func (o *IndexerResource) GetConfigContract() string
- func (o *IndexerResource) GetConfigContractOk() (*string, bool)
- func (o *IndexerResource) GetDefinitionName() string
- func (o *IndexerResource) GetDefinitionNameOk() (*string, bool)
- func (o *IndexerResource) GetDescription() string
- func (o *IndexerResource) GetDescriptionOk() (*string, bool)
- func (o *IndexerResource) GetDownloadClientId() int32
- func (o *IndexerResource) GetDownloadClientIdOk() (*int32, bool)
- func (o *IndexerResource) GetEnable() bool
- func (o *IndexerResource) GetEnableOk() (*bool, bool)
- func (o *IndexerResource) GetEncoding() string
- func (o *IndexerResource) GetEncodingOk() (*string, bool)
- func (o *IndexerResource) GetFields() []Field
- func (o *IndexerResource) GetFieldsOk() ([]Field, bool)
- func (o *IndexerResource) GetId() int32
- func (o *IndexerResource) GetIdOk() (*int32, bool)
- func (o *IndexerResource) GetImplementation() string
- func (o *IndexerResource) GetImplementationName() string
- func (o *IndexerResource) GetImplementationNameOk() (*string, bool)
- func (o *IndexerResource) GetImplementationOk() (*string, bool)
- func (o *IndexerResource) GetIndexerUrls() []string
- func (o *IndexerResource) GetIndexerUrlsOk() ([]string, bool)
- func (o *IndexerResource) GetInfoLink() string
- func (o *IndexerResource) GetInfoLinkOk() (*string, bool)
- func (o *IndexerResource) GetLanguage() string
- func (o *IndexerResource) GetLanguageOk() (*string, bool)
- func (o *IndexerResource) GetLegacyUrls() []string
- func (o *IndexerResource) GetLegacyUrlsOk() ([]string, bool)
- func (o *IndexerResource) GetMessage() ProviderMessage
- func (o *IndexerResource) GetMessageOk() (*ProviderMessage, bool)
- func (o *IndexerResource) GetName() string
- func (o *IndexerResource) GetNameOk() (*string, bool)
- func (o *IndexerResource) GetPresets() []IndexerResource
- func (o *IndexerResource) GetPresetsOk() ([]IndexerResource, bool)
- func (o *IndexerResource) GetPriority() int32
- func (o *IndexerResource) GetPriorityOk() (*int32, bool)
- func (o *IndexerResource) GetPrivacy() IndexerPrivacy
- func (o *IndexerResource) GetPrivacyOk() (*IndexerPrivacy, bool)
- func (o *IndexerResource) GetProtocol() DownloadProtocol
- func (o *IndexerResource) GetProtocolOk() (*DownloadProtocol, bool)
- func (o *IndexerResource) GetRedirect() bool
- func (o *IndexerResource) GetRedirectOk() (*bool, bool)
- func (o *IndexerResource) GetSortName() string
- func (o *IndexerResource) GetSortNameOk() (*string, bool)
- func (o *IndexerResource) GetStatus() IndexerStatusResource
- func (o *IndexerResource) GetStatusOk() (*IndexerStatusResource, bool)
- func (o *IndexerResource) GetSupportsPagination() bool
- func (o *IndexerResource) GetSupportsPaginationOk() (*bool, bool)
- func (o *IndexerResource) GetSupportsRedirect() bool
- func (o *IndexerResource) GetSupportsRedirectOk() (*bool, bool)
- func (o *IndexerResource) GetSupportsRss() bool
- func (o *IndexerResource) GetSupportsRssOk() (*bool, bool)
- func (o *IndexerResource) GetSupportsSearch() bool
- func (o *IndexerResource) GetSupportsSearchOk() (*bool, bool)
- func (o *IndexerResource) GetTags() []int32
- func (o *IndexerResource) GetTagsOk() ([]int32, bool)
- func (o *IndexerResource) HasAdded() bool
- func (o *IndexerResource) HasAppProfileId() bool
- func (o *IndexerResource) HasCapabilities() bool
- func (o *IndexerResource) HasConfigContract() bool
- func (o *IndexerResource) HasDefinitionName() bool
- func (o *IndexerResource) HasDescription() bool
- func (o *IndexerResource) HasDownloadClientId() bool
- func (o *IndexerResource) HasEnable() bool
- func (o *IndexerResource) HasEncoding() bool
- func (o *IndexerResource) HasFields() bool
- func (o *IndexerResource) HasId() bool
- func (o *IndexerResource) HasImplementation() bool
- func (o *IndexerResource) HasImplementationName() bool
- func (o *IndexerResource) HasIndexerUrls() bool
- func (o *IndexerResource) HasInfoLink() bool
- func (o *IndexerResource) HasLanguage() bool
- func (o *IndexerResource) HasLegacyUrls() bool
- func (o *IndexerResource) HasMessage() bool
- func (o *IndexerResource) HasName() bool
- func (o *IndexerResource) HasPresets() bool
- func (o *IndexerResource) HasPriority() bool
- func (o *IndexerResource) HasPrivacy() bool
- func (o *IndexerResource) HasProtocol() bool
- func (o *IndexerResource) HasRedirect() bool
- func (o *IndexerResource) HasSortName() bool
- func (o *IndexerResource) HasStatus() bool
- func (o *IndexerResource) HasSupportsPagination() bool
- func (o *IndexerResource) HasSupportsRedirect() bool
- func (o *IndexerResource) HasSupportsRss() bool
- func (o *IndexerResource) HasSupportsSearch() bool
- func (o *IndexerResource) HasTags() bool
- func (o IndexerResource) MarshalJSON() ([]byte, error)
- func (o *IndexerResource) SetAdded(v time.Time)
- func (o *IndexerResource) SetAppProfileId(v int32)
- func (o *IndexerResource) SetCapabilities(v IndexerCapabilityResource)
- func (o *IndexerResource) SetConfigContract(v string)
- func (o *IndexerResource) SetConfigContractNil()
- func (o *IndexerResource) SetDefinitionName(v string)
- func (o *IndexerResource) SetDefinitionNameNil()
- func (o *IndexerResource) SetDescription(v string)
- func (o *IndexerResource) SetDescriptionNil()
- func (o *IndexerResource) SetDownloadClientId(v int32)
- func (o *IndexerResource) SetEnable(v bool)
- func (o *IndexerResource) SetEncoding(v string)
- func (o *IndexerResource) SetEncodingNil()
- func (o *IndexerResource) SetFields(v []Field)
- func (o *IndexerResource) SetId(v int32)
- func (o *IndexerResource) SetImplementation(v string)
- func (o *IndexerResource) SetImplementationName(v string)
- func (o *IndexerResource) SetImplementationNameNil()
- func (o *IndexerResource) SetImplementationNil()
- func (o *IndexerResource) SetIndexerUrls(v []string)
- func (o *IndexerResource) SetInfoLink(v string)
- func (o *IndexerResource) SetInfoLinkNil()
- func (o *IndexerResource) SetLanguage(v string)
- func (o *IndexerResource) SetLanguageNil()
- func (o *IndexerResource) SetLegacyUrls(v []string)
- func (o *IndexerResource) SetMessage(v ProviderMessage)
- func (o *IndexerResource) SetName(v string)
- func (o *IndexerResource) SetNameNil()
- func (o *IndexerResource) SetPresets(v []IndexerResource)
- func (o *IndexerResource) SetPriority(v int32)
- func (o *IndexerResource) SetPrivacy(v IndexerPrivacy)
- func (o *IndexerResource) SetProtocol(v DownloadProtocol)
- func (o *IndexerResource) SetRedirect(v bool)
- func (o *IndexerResource) SetSortName(v string)
- func (o *IndexerResource) SetSortNameNil()
- func (o *IndexerResource) SetStatus(v IndexerStatusResource)
- func (o *IndexerResource) SetSupportsPagination(v bool)
- func (o *IndexerResource) SetSupportsRedirect(v bool)
- func (o *IndexerResource) SetSupportsRss(v bool)
- func (o *IndexerResource) SetSupportsSearch(v bool)
- func (o *IndexerResource) SetTags(v []int32)
- func (o IndexerResource) ToMap() (map[string]interface{}, error)
- func (o *IndexerResource) UnsetConfigContract()
- func (o *IndexerResource) UnsetDefinitionName()
- func (o *IndexerResource) UnsetDescription()
- func (o *IndexerResource) UnsetEncoding()
- func (o *IndexerResource) UnsetImplementation()
- func (o *IndexerResource) UnsetImplementationName()
- func (o *IndexerResource) UnsetInfoLink()
- func (o *IndexerResource) UnsetLanguage()
- func (o *IndexerResource) UnsetName()
- func (o *IndexerResource) UnsetSortName()
- type IndexerStatistics
- func (o *IndexerStatistics) GetAverageGrabResponseTime() int32
- func (o *IndexerStatistics) GetAverageGrabResponseTimeOk() (*int32, bool)
- func (o *IndexerStatistics) GetAverageResponseTime() int32
- func (o *IndexerStatistics) GetAverageResponseTimeOk() (*int32, bool)
- func (o *IndexerStatistics) GetIndexerId() int32
- func (o *IndexerStatistics) GetIndexerIdOk() (*int32, bool)
- func (o *IndexerStatistics) GetIndexerName() string
- func (o *IndexerStatistics) GetIndexerNameOk() (*string, bool)
- func (o *IndexerStatistics) GetNumberOfAuthQueries() int32
- func (o *IndexerStatistics) GetNumberOfAuthQueriesOk() (*int32, bool)
- func (o *IndexerStatistics) GetNumberOfFailedAuthQueries() int32
- func (o *IndexerStatistics) GetNumberOfFailedAuthQueriesOk() (*int32, bool)
- func (o *IndexerStatistics) GetNumberOfFailedGrabs() int32
- func (o *IndexerStatistics) GetNumberOfFailedGrabsOk() (*int32, bool)
- func (o *IndexerStatistics) GetNumberOfFailedQueries() int32
- func (o *IndexerStatistics) GetNumberOfFailedQueriesOk() (*int32, bool)
- func (o *IndexerStatistics) GetNumberOfFailedRssQueries() int32
- func (o *IndexerStatistics) GetNumberOfFailedRssQueriesOk() (*int32, bool)
- func (o *IndexerStatistics) GetNumberOfGrabs() int32
- func (o *IndexerStatistics) GetNumberOfGrabsOk() (*int32, bool)
- func (o *IndexerStatistics) GetNumberOfQueries() int32
- func (o *IndexerStatistics) GetNumberOfQueriesOk() (*int32, bool)
- func (o *IndexerStatistics) GetNumberOfRssQueries() int32
- func (o *IndexerStatistics) GetNumberOfRssQueriesOk() (*int32, bool)
- func (o *IndexerStatistics) HasAverageGrabResponseTime() bool
- func (o *IndexerStatistics) HasAverageResponseTime() bool
- func (o *IndexerStatistics) HasIndexerId() bool
- func (o *IndexerStatistics) HasIndexerName() bool
- func (o *IndexerStatistics) HasNumberOfAuthQueries() bool
- func (o *IndexerStatistics) HasNumberOfFailedAuthQueries() bool
- func (o *IndexerStatistics) HasNumberOfFailedGrabs() bool
- func (o *IndexerStatistics) HasNumberOfFailedQueries() bool
- func (o *IndexerStatistics) HasNumberOfFailedRssQueries() bool
- func (o *IndexerStatistics) HasNumberOfGrabs() bool
- func (o *IndexerStatistics) HasNumberOfQueries() bool
- func (o *IndexerStatistics) HasNumberOfRssQueries() bool
- func (o IndexerStatistics) MarshalJSON() ([]byte, error)
- func (o *IndexerStatistics) SetAverageGrabResponseTime(v int32)
- func (o *IndexerStatistics) SetAverageResponseTime(v int32)
- func (o *IndexerStatistics) SetIndexerId(v int32)
- func (o *IndexerStatistics) SetIndexerName(v string)
- func (o *IndexerStatistics) SetIndexerNameNil()
- func (o *IndexerStatistics) SetNumberOfAuthQueries(v int32)
- func (o *IndexerStatistics) SetNumberOfFailedAuthQueries(v int32)
- func (o *IndexerStatistics) SetNumberOfFailedGrabs(v int32)
- func (o *IndexerStatistics) SetNumberOfFailedQueries(v int32)
- func (o *IndexerStatistics) SetNumberOfFailedRssQueries(v int32)
- func (o *IndexerStatistics) SetNumberOfGrabs(v int32)
- func (o *IndexerStatistics) SetNumberOfQueries(v int32)
- func (o *IndexerStatistics) SetNumberOfRssQueries(v int32)
- func (o IndexerStatistics) ToMap() (map[string]interface{}, error)
- func (o *IndexerStatistics) UnsetIndexerName()
- type IndexerStatsAPIService
- type IndexerStatsResource
- func (o *IndexerStatsResource) GetHosts() []HostStatistics
- func (o *IndexerStatsResource) GetHostsOk() ([]HostStatistics, bool)
- func (o *IndexerStatsResource) GetId() int32
- func (o *IndexerStatsResource) GetIdOk() (*int32, bool)
- func (o *IndexerStatsResource) GetIndexers() []IndexerStatistics
- func (o *IndexerStatsResource) GetIndexersOk() ([]IndexerStatistics, bool)
- func (o *IndexerStatsResource) GetUserAgents() []UserAgentStatistics
- func (o *IndexerStatsResource) GetUserAgentsOk() ([]UserAgentStatistics, bool)
- func (o *IndexerStatsResource) HasHosts() bool
- func (o *IndexerStatsResource) HasId() bool
- func (o *IndexerStatsResource) HasIndexers() bool
- func (o *IndexerStatsResource) HasUserAgents() bool
- func (o IndexerStatsResource) MarshalJSON() ([]byte, error)
- func (o *IndexerStatsResource) SetHosts(v []HostStatistics)
- func (o *IndexerStatsResource) SetId(v int32)
- func (o *IndexerStatsResource) SetIndexers(v []IndexerStatistics)
- func (o *IndexerStatsResource) SetUserAgents(v []UserAgentStatistics)
- func (o IndexerStatsResource) ToMap() (map[string]interface{}, error)
- type IndexerStatusAPIService
- type IndexerStatusResource
- func (o *IndexerStatusResource) GetDisabledTill() time.Time
- func (o *IndexerStatusResource) GetDisabledTillOk() (*time.Time, bool)
- func (o *IndexerStatusResource) GetId() int32
- func (o *IndexerStatusResource) GetIdOk() (*int32, bool)
- func (o *IndexerStatusResource) GetIndexerId() int32
- func (o *IndexerStatusResource) GetIndexerIdOk() (*int32, bool)
- func (o *IndexerStatusResource) GetInitialFailure() time.Time
- func (o *IndexerStatusResource) GetInitialFailureOk() (*time.Time, bool)
- func (o *IndexerStatusResource) GetMostRecentFailure() time.Time
- func (o *IndexerStatusResource) GetMostRecentFailureOk() (*time.Time, bool)
- func (o *IndexerStatusResource) HasDisabledTill() bool
- func (o *IndexerStatusResource) HasId() bool
- func (o *IndexerStatusResource) HasIndexerId() bool
- func (o *IndexerStatusResource) HasInitialFailure() bool
- func (o *IndexerStatusResource) HasMostRecentFailure() bool
- func (o IndexerStatusResource) MarshalJSON() ([]byte, error)
- func (o *IndexerStatusResource) SetDisabledTill(v time.Time)
- func (o *IndexerStatusResource) SetDisabledTillNil()
- func (o *IndexerStatusResource) SetId(v int32)
- func (o *IndexerStatusResource) SetIndexerId(v int32)
- func (o *IndexerStatusResource) SetInitialFailure(v time.Time)
- func (o *IndexerStatusResource) SetInitialFailureNil()
- func (o *IndexerStatusResource) SetMostRecentFailure(v time.Time)
- func (o *IndexerStatusResource) SetMostRecentFailureNil()
- func (o IndexerStatusResource) ToMap() (map[string]interface{}, error)
- func (o *IndexerStatusResource) UnsetDisabledTill()
- func (o *IndexerStatusResource) UnsetInitialFailure()
- func (o *IndexerStatusResource) UnsetMostRecentFailure()
- type LocalizationAPIService
- func (a *LocalizationAPIService) GetLocalization(ctx context.Context) ApiGetLocalizationRequest
- func (a *LocalizationAPIService) GetLocalizationExecute(r ApiGetLocalizationRequest) (*http.Response, error)
- func (a *LocalizationAPIService) ListLocalizationOptions(ctx context.Context) ApiListLocalizationOptionsRequest
- func (a *LocalizationAPIService) ListLocalizationOptionsExecute(r ApiListLocalizationOptionsRequest) ([]LocalizationOption, *http.Response, error)
- type LocalizationOption
- func (o *LocalizationOption) GetName() string
- func (o *LocalizationOption) GetNameOk() (*string, bool)
- func (o *LocalizationOption) GetValue() string
- func (o *LocalizationOption) GetValueOk() (*string, bool)
- func (o *LocalizationOption) HasName() bool
- func (o *LocalizationOption) HasValue() bool
- func (o LocalizationOption) MarshalJSON() ([]byte, error)
- func (o *LocalizationOption) SetName(v string)
- func (o *LocalizationOption) SetNameNil()
- func (o *LocalizationOption) SetValue(v string)
- func (o *LocalizationOption) SetValueNil()
- func (o LocalizationOption) ToMap() (map[string]interface{}, error)
- func (o *LocalizationOption) UnsetName()
- func (o *LocalizationOption) UnsetValue()
- type LogAPIService
- type LogFileAPIService
- func (a *LogFileAPIService) GetLogFileByFilename(ctx context.Context, filename string) ApiGetLogFileByFilenameRequest
- func (a *LogFileAPIService) GetLogFileByFilenameExecute(r ApiGetLogFileByFilenameRequest) (map[string]interface{}, *http.Response, error)
- func (a *LogFileAPIService) ListLogFile(ctx context.Context) ApiListLogFileRequest
- func (a *LogFileAPIService) ListLogFileExecute(r ApiListLogFileRequest) ([]LogFileResource, *http.Response, error)
- type LogFileResource
- func (o *LogFileResource) GetContentsUrl() string
- func (o *LogFileResource) GetContentsUrlOk() (*string, bool)
- func (o *LogFileResource) GetDownloadUrl() string
- func (o *LogFileResource) GetDownloadUrlOk() (*string, bool)
- func (o *LogFileResource) GetFilename() string
- func (o *LogFileResource) GetFilenameOk() (*string, bool)
- func (o *LogFileResource) GetId() int32
- func (o *LogFileResource) GetIdOk() (*int32, bool)
- func (o *LogFileResource) GetLastWriteTime() time.Time
- func (o *LogFileResource) GetLastWriteTimeOk() (*time.Time, bool)
- func (o *LogFileResource) HasContentsUrl() bool
- func (o *LogFileResource) HasDownloadUrl() bool
- func (o *LogFileResource) HasFilename() bool
- func (o *LogFileResource) HasId() bool
- func (o *LogFileResource) HasLastWriteTime() bool
- func (o LogFileResource) MarshalJSON() ([]byte, error)
- func (o *LogFileResource) SetContentsUrl(v string)
- func (o *LogFileResource) SetContentsUrlNil()
- func (o *LogFileResource) SetDownloadUrl(v string)
- func (o *LogFileResource) SetDownloadUrlNil()
- func (o *LogFileResource) SetFilename(v string)
- func (o *LogFileResource) SetFilenameNil()
- func (o *LogFileResource) SetId(v int32)
- func (o *LogFileResource) SetLastWriteTime(v time.Time)
- func (o LogFileResource) ToMap() (map[string]interface{}, error)
- func (o *LogFileResource) UnsetContentsUrl()
- func (o *LogFileResource) UnsetDownloadUrl()
- func (o *LogFileResource) UnsetFilename()
- type LogResource
- func (o *LogResource) GetException() string
- func (o *LogResource) GetExceptionOk() (*string, bool)
- func (o *LogResource) GetExceptionType() string
- func (o *LogResource) GetExceptionTypeOk() (*string, bool)
- func (o *LogResource) GetId() int32
- func (o *LogResource) GetIdOk() (*int32, bool)
- func (o *LogResource) GetLevel() string
- func (o *LogResource) GetLevelOk() (*string, bool)
- func (o *LogResource) GetLogger() string
- func (o *LogResource) GetLoggerOk() (*string, bool)
- func (o *LogResource) GetMessage() string
- func (o *LogResource) GetMessageOk() (*string, bool)
- func (o *LogResource) GetMethod() string
- func (o *LogResource) GetMethodOk() (*string, bool)
- func (o *LogResource) GetTime() time.Time
- func (o *LogResource) GetTimeOk() (*time.Time, bool)
- func (o *LogResource) HasException() bool
- func (o *LogResource) HasExceptionType() bool
- func (o *LogResource) HasId() bool
- func (o *LogResource) HasLevel() bool
- func (o *LogResource) HasLogger() bool
- func (o *LogResource) HasMessage() bool
- func (o *LogResource) HasMethod() bool
- func (o *LogResource) HasTime() bool
- func (o LogResource) MarshalJSON() ([]byte, error)
- func (o *LogResource) SetException(v string)
- func (o *LogResource) SetExceptionNil()
- func (o *LogResource) SetExceptionType(v string)
- func (o *LogResource) SetExceptionTypeNil()
- func (o *LogResource) SetId(v int32)
- func (o *LogResource) SetLevel(v string)
- func (o *LogResource) SetLevelNil()
- func (o *LogResource) SetLogger(v string)
- func (o *LogResource) SetLoggerNil()
- func (o *LogResource) SetMessage(v string)
- func (o *LogResource) SetMessageNil()
- func (o *LogResource) SetMethod(v string)
- func (o *LogResource) SetMethodNil()
- func (o *LogResource) SetTime(v time.Time)
- func (o LogResource) ToMap() (map[string]interface{}, error)
- func (o *LogResource) UnsetException()
- func (o *LogResource) UnsetExceptionType()
- func (o *LogResource) UnsetLevel()
- func (o *LogResource) UnsetLogger()
- func (o *LogResource) UnsetMessage()
- func (o *LogResource) UnsetMethod()
- type LogResourcePagingResource
- func (o *LogResourcePagingResource) GetPage() int32
- func (o *LogResourcePagingResource) GetPageOk() (*int32, bool)
- func (o *LogResourcePagingResource) GetPageSize() int32
- func (o *LogResourcePagingResource) GetPageSizeOk() (*int32, bool)
- func (o *LogResourcePagingResource) GetRecords() []LogResource
- func (o *LogResourcePagingResource) GetRecordsOk() ([]LogResource, bool)
- func (o *LogResourcePagingResource) GetSortDirection() SortDirection
- func (o *LogResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)
- func (o *LogResourcePagingResource) GetSortKey() string
- func (o *LogResourcePagingResource) GetSortKeyOk() (*string, bool)
- func (o *LogResourcePagingResource) GetTotalRecords() int32
- func (o *LogResourcePagingResource) GetTotalRecordsOk() (*int32, bool)
- func (o *LogResourcePagingResource) HasPage() bool
- func (o *LogResourcePagingResource) HasPageSize() bool
- func (o *LogResourcePagingResource) HasRecords() bool
- func (o *LogResourcePagingResource) HasSortDirection() bool
- func (o *LogResourcePagingResource) HasSortKey() bool
- func (o *LogResourcePagingResource) HasTotalRecords() bool
- func (o LogResourcePagingResource) MarshalJSON() ([]byte, error)
- func (o *LogResourcePagingResource) SetPage(v int32)
- func (o *LogResourcePagingResource) SetPageSize(v int32)
- func (o *LogResourcePagingResource) SetRecords(v []LogResource)
- func (o *LogResourcePagingResource) SetSortDirection(v SortDirection)
- func (o *LogResourcePagingResource) SetSortKey(v string)
- func (o *LogResourcePagingResource) SetSortKeyNil()
- func (o *LogResourcePagingResource) SetTotalRecords(v int32)
- func (o LogResourcePagingResource) ToMap() (map[string]interface{}, error)
- func (o *LogResourcePagingResource) UnsetSortKey()
- type MappedNullable
- type MovieSearchParam
- type MusicSearchParam
- type NewznabAPIService
- func (a *NewznabAPIService) GetIndexerDownload(ctx context.Context, id int32) ApiGetIndexerDownloadRequest
- func (a *NewznabAPIService) GetIndexerDownloadExecute(r ApiGetIndexerDownloadRequest) (*http.Response, error)
- func (a *NewznabAPIService) GetIndexerNewznab(ctx context.Context, id int32) ApiGetIndexerNewznabRequest
- func (a *NewznabAPIService) GetIndexerNewznabExecute(r ApiGetIndexerNewznabRequest) (*http.Response, error)
- type NotificationAPIService
- func (a *NotificationAPIService) CreateNotification(ctx context.Context) ApiCreateNotificationRequest
- func (a *NotificationAPIService) CreateNotificationActionByName(ctx context.Context, name string) ApiCreateNotificationActionByNameRequest
- func (a *NotificationAPIService) CreateNotificationActionByNameExecute(r ApiCreateNotificationActionByNameRequest) (*http.Response, error)
- func (a *NotificationAPIService) CreateNotificationExecute(r ApiCreateNotificationRequest) (*NotificationResource, *http.Response, error)
- func (a *NotificationAPIService) DeleteNotification(ctx context.Context, id int32) ApiDeleteNotificationRequest
- func (a *NotificationAPIService) DeleteNotificationExecute(r ApiDeleteNotificationRequest) (*http.Response, error)
- func (a *NotificationAPIService) GetNotificationById(ctx context.Context, id int32) ApiGetNotificationByIdRequest
- func (a *NotificationAPIService) GetNotificationByIdExecute(r ApiGetNotificationByIdRequest) (*NotificationResource, *http.Response, error)
- func (a *NotificationAPIService) ListNotification(ctx context.Context) ApiListNotificationRequest
- func (a *NotificationAPIService) ListNotificationExecute(r ApiListNotificationRequest) ([]NotificationResource, *http.Response, error)
- func (a *NotificationAPIService) ListNotificationSchema(ctx context.Context) ApiListNotificationSchemaRequest
- func (a *NotificationAPIService) ListNotificationSchemaExecute(r ApiListNotificationSchemaRequest) ([]NotificationResource, *http.Response, error)
- func (a *NotificationAPIService) TestNotification(ctx context.Context) ApiTestNotificationRequest
- func (a *NotificationAPIService) TestNotificationExecute(r ApiTestNotificationRequest) (*http.Response, error)
- func (a *NotificationAPIService) TestallNotification(ctx context.Context) ApiTestallNotificationRequest
- func (a *NotificationAPIService) TestallNotificationExecute(r ApiTestallNotificationRequest) (*http.Response, error)
- func (a *NotificationAPIService) UpdateNotification(ctx context.Context, id string) ApiUpdateNotificationRequest
- func (a *NotificationAPIService) UpdateNotificationExecute(r ApiUpdateNotificationRequest) (*NotificationResource, *http.Response, error)
- type NotificationResource
- func (o *NotificationResource) GetConfigContract() string
- func (o *NotificationResource) GetConfigContractOk() (*string, bool)
- func (o *NotificationResource) GetFields() []Field
- func (o *NotificationResource) GetFieldsOk() ([]Field, bool)
- func (o *NotificationResource) GetId() int32
- func (o *NotificationResource) GetIdOk() (*int32, bool)
- func (o *NotificationResource) GetImplementation() string
- func (o *NotificationResource) GetImplementationName() string
- func (o *NotificationResource) GetImplementationNameOk() (*string, bool)
- func (o *NotificationResource) GetImplementationOk() (*string, bool)
- func (o *NotificationResource) GetIncludeHealthWarnings() bool
- func (o *NotificationResource) GetIncludeHealthWarningsOk() (*bool, bool)
- func (o *NotificationResource) GetIncludeManualGrabs() bool
- func (o *NotificationResource) GetIncludeManualGrabsOk() (*bool, bool)
- func (o *NotificationResource) GetInfoLink() string
- func (o *NotificationResource) GetInfoLinkOk() (*string, bool)
- func (o *NotificationResource) GetLink() string
- func (o *NotificationResource) GetLinkOk() (*string, bool)
- func (o *NotificationResource) GetMessage() ProviderMessage
- func (o *NotificationResource) GetMessageOk() (*ProviderMessage, bool)
- func (o *NotificationResource) GetName() string
- func (o *NotificationResource) GetNameOk() (*string, bool)
- func (o *NotificationResource) GetOnApplicationUpdate() bool
- func (o *NotificationResource) GetOnApplicationUpdateOk() (*bool, bool)
- func (o *NotificationResource) GetOnGrab() bool
- func (o *NotificationResource) GetOnGrabOk() (*bool, bool)
- func (o *NotificationResource) GetOnHealthIssue() bool
- func (o *NotificationResource) GetOnHealthIssueOk() (*bool, bool)
- func (o *NotificationResource) GetOnHealthRestored() bool
- func (o *NotificationResource) GetOnHealthRestoredOk() (*bool, bool)
- func (o *NotificationResource) GetPresets() []NotificationResource
- func (o *NotificationResource) GetPresetsOk() ([]NotificationResource, bool)
- func (o *NotificationResource) GetSupportsOnApplicationUpdate() bool
- func (o *NotificationResource) GetSupportsOnApplicationUpdateOk() (*bool, bool)
- func (o *NotificationResource) GetSupportsOnGrab() bool
- func (o *NotificationResource) GetSupportsOnGrabOk() (*bool, bool)
- func (o *NotificationResource) GetSupportsOnHealthIssue() bool
- func (o *NotificationResource) GetSupportsOnHealthIssueOk() (*bool, bool)
- func (o *NotificationResource) GetSupportsOnHealthRestored() bool
- func (o *NotificationResource) GetSupportsOnHealthRestoredOk() (*bool, bool)
- func (o *NotificationResource) GetTags() []int32
- func (o *NotificationResource) GetTagsOk() ([]int32, bool)
- func (o *NotificationResource) GetTestCommand() string
- func (o *NotificationResource) GetTestCommandOk() (*string, bool)
- func (o *NotificationResource) HasConfigContract() bool
- func (o *NotificationResource) HasFields() bool
- func (o *NotificationResource) HasId() bool
- func (o *NotificationResource) HasImplementation() bool
- func (o *NotificationResource) HasImplementationName() bool
- func (o *NotificationResource) HasIncludeHealthWarnings() bool
- func (o *NotificationResource) HasIncludeManualGrabs() bool
- func (o *NotificationResource) HasInfoLink() bool
- func (o *NotificationResource) HasLink() bool
- func (o *NotificationResource) HasMessage() bool
- func (o *NotificationResource) HasName() bool
- func (o *NotificationResource) HasOnApplicationUpdate() bool
- func (o *NotificationResource) HasOnGrab() bool
- func (o *NotificationResource) HasOnHealthIssue() bool
- func (o *NotificationResource) HasOnHealthRestored() bool
- func (o *NotificationResource) HasPresets() bool
- func (o *NotificationResource) HasSupportsOnApplicationUpdate() bool
- func (o *NotificationResource) HasSupportsOnGrab() bool
- func (o *NotificationResource) HasSupportsOnHealthIssue() bool
- func (o *NotificationResource) HasSupportsOnHealthRestored() bool
- func (o *NotificationResource) HasTags() bool
- func (o *NotificationResource) HasTestCommand() bool
- func (o NotificationResource) MarshalJSON() ([]byte, error)
- func (o *NotificationResource) SetConfigContract(v string)
- func (o *NotificationResource) SetConfigContractNil()
- func (o *NotificationResource) SetFields(v []Field)
- func (o *NotificationResource) SetId(v int32)
- func (o *NotificationResource) SetImplementation(v string)
- func (o *NotificationResource) SetImplementationName(v string)
- func (o *NotificationResource) SetImplementationNameNil()
- func (o *NotificationResource) SetImplementationNil()
- func (o *NotificationResource) SetIncludeHealthWarnings(v bool)
- func (o *NotificationResource) SetIncludeManualGrabs(v bool)
- func (o *NotificationResource) SetInfoLink(v string)
- func (o *NotificationResource) SetInfoLinkNil()
- func (o *NotificationResource) SetLink(v string)
- func (o *NotificationResource) SetLinkNil()
- func (o *NotificationResource) SetMessage(v ProviderMessage)
- func (o *NotificationResource) SetName(v string)
- func (o *NotificationResource) SetNameNil()
- func (o *NotificationResource) SetOnApplicationUpdate(v bool)
- func (o *NotificationResource) SetOnGrab(v bool)
- func (o *NotificationResource) SetOnHealthIssue(v bool)
- func (o *NotificationResource) SetOnHealthRestored(v bool)
- func (o *NotificationResource) SetPresets(v []NotificationResource)
- func (o *NotificationResource) SetSupportsOnApplicationUpdate(v bool)
- func (o *NotificationResource) SetSupportsOnGrab(v bool)
- func (o *NotificationResource) SetSupportsOnHealthIssue(v bool)
- func (o *NotificationResource) SetSupportsOnHealthRestored(v bool)
- func (o *NotificationResource) SetTags(v []int32)
- func (o *NotificationResource) SetTestCommand(v string)
- func (o *NotificationResource) SetTestCommandNil()
- func (o NotificationResource) ToMap() (map[string]interface{}, error)
- func (o *NotificationResource) UnsetConfigContract()
- func (o *NotificationResource) UnsetImplementation()
- func (o *NotificationResource) UnsetImplementationName()
- func (o *NotificationResource) UnsetInfoLink()
- func (o *NotificationResource) UnsetLink()
- func (o *NotificationResource) UnsetName()
- func (o *NotificationResource) UnsetTestCommand()
- type NullableApiInfoResource
- func (v NullableApiInfoResource) Get() *ApiInfoResource
- func (v NullableApiInfoResource) IsSet() bool
- func (v NullableApiInfoResource) MarshalJSON() ([]byte, error)
- func (v *NullableApiInfoResource) Set(val *ApiInfoResource)
- func (v *NullableApiInfoResource) UnmarshalJSON(src []byte) error
- func (v *NullableApiInfoResource) Unset()
- type NullableAppProfileResource
- func (v NullableAppProfileResource) Get() *AppProfileResource
- func (v NullableAppProfileResource) IsSet() bool
- func (v NullableAppProfileResource) MarshalJSON() ([]byte, error)
- func (v *NullableAppProfileResource) Set(val *AppProfileResource)
- func (v *NullableAppProfileResource) UnmarshalJSON(src []byte) error
- func (v *NullableAppProfileResource) Unset()
- type NullableApplicationBulkResource
- func (v NullableApplicationBulkResource) Get() *ApplicationBulkResource
- func (v NullableApplicationBulkResource) IsSet() bool
- func (v NullableApplicationBulkResource) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationBulkResource) Set(val *ApplicationBulkResource)
- func (v *NullableApplicationBulkResource) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationBulkResource) Unset()
- type NullableApplicationResource
- func (v NullableApplicationResource) Get() *ApplicationResource
- func (v NullableApplicationResource) IsSet() bool
- func (v NullableApplicationResource) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationResource) Set(val *ApplicationResource)
- func (v *NullableApplicationResource) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationResource) Unset()
- type NullableApplicationSyncLevel
- func (v NullableApplicationSyncLevel) Get() *ApplicationSyncLevel
- func (v NullableApplicationSyncLevel) IsSet() bool
- func (v NullableApplicationSyncLevel) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationSyncLevel) Set(val *ApplicationSyncLevel)
- func (v *NullableApplicationSyncLevel) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationSyncLevel) Unset()
- type NullableApplyTags
- type NullableAuthenticationRequiredType
- func (v NullableAuthenticationRequiredType) Get() *AuthenticationRequiredType
- func (v NullableAuthenticationRequiredType) IsSet() bool
- func (v NullableAuthenticationRequiredType) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationRequiredType) Set(val *AuthenticationRequiredType)
- func (v *NullableAuthenticationRequiredType) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationRequiredType) Unset()
- type NullableAuthenticationType
- func (v NullableAuthenticationType) Get() *AuthenticationType
- func (v NullableAuthenticationType) IsSet() bool
- func (v NullableAuthenticationType) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticationType) Set(val *AuthenticationType)
- func (v *NullableAuthenticationType) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticationType) Unset()
- type NullableBackupResource
- func (v NullableBackupResource) Get() *BackupResource
- func (v NullableBackupResource) IsSet() bool
- func (v NullableBackupResource) MarshalJSON() ([]byte, error)
- func (v *NullableBackupResource) Set(val *BackupResource)
- func (v *NullableBackupResource) UnmarshalJSON(src []byte) error
- func (v *NullableBackupResource) Unset()
- type NullableBackupType
- type NullableBookSearchParam
- func (v NullableBookSearchParam) Get() *BookSearchParam
- func (v NullableBookSearchParam) IsSet() bool
- func (v NullableBookSearchParam) MarshalJSON() ([]byte, error)
- func (v *NullableBookSearchParam) Set(val *BookSearchParam)
- func (v *NullableBookSearchParam) UnmarshalJSON(src []byte) error
- func (v *NullableBookSearchParam) Unset()
- type NullableBool
- type NullableCertificateValidationType
- func (v NullableCertificateValidationType) Get() *CertificateValidationType
- func (v NullableCertificateValidationType) IsSet() bool
- func (v NullableCertificateValidationType) MarshalJSON() ([]byte, error)
- func (v *NullableCertificateValidationType) Set(val *CertificateValidationType)
- func (v *NullableCertificateValidationType) UnmarshalJSON(src []byte) error
- func (v *NullableCertificateValidationType) Unset()
- type NullableCommand
- type NullableCommandPriority
- func (v NullableCommandPriority) Get() *CommandPriority
- func (v NullableCommandPriority) IsSet() bool
- func (v NullableCommandPriority) MarshalJSON() ([]byte, error)
- func (v *NullableCommandPriority) Set(val *CommandPriority)
- func (v *NullableCommandPriority) UnmarshalJSON(src []byte) error
- func (v *NullableCommandPriority) Unset()
- type NullableCommandResource
- func (v NullableCommandResource) Get() *CommandResource
- func (v NullableCommandResource) IsSet() bool
- func (v NullableCommandResource) MarshalJSON() ([]byte, error)
- func (v *NullableCommandResource) Set(val *CommandResource)
- func (v *NullableCommandResource) UnmarshalJSON(src []byte) error
- func (v *NullableCommandResource) Unset()
- type NullableCommandStatus
- func (v NullableCommandStatus) Get() *CommandStatus
- func (v NullableCommandStatus) IsSet() bool
- func (v NullableCommandStatus) MarshalJSON() ([]byte, error)
- func (v *NullableCommandStatus) Set(val *CommandStatus)
- func (v *NullableCommandStatus) UnmarshalJSON(src []byte) error
- func (v *NullableCommandStatus) Unset()
- type NullableCommandTrigger
- func (v NullableCommandTrigger) Get() *CommandTrigger
- func (v NullableCommandTrigger) IsSet() bool
- func (v NullableCommandTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableCommandTrigger) Set(val *CommandTrigger)
- func (v *NullableCommandTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableCommandTrigger) Unset()
- type NullableCustomFilterResource
- func (v NullableCustomFilterResource) Get() *CustomFilterResource
- func (v NullableCustomFilterResource) IsSet() bool
- func (v NullableCustomFilterResource) MarshalJSON() ([]byte, error)
- func (v *NullableCustomFilterResource) Set(val *CustomFilterResource)
- func (v *NullableCustomFilterResource) UnmarshalJSON(src []byte) error
- func (v *NullableCustomFilterResource) Unset()
- type NullableDatabaseType
- func (v NullableDatabaseType) Get() *DatabaseType
- func (v NullableDatabaseType) IsSet() bool
- func (v NullableDatabaseType) MarshalJSON() ([]byte, error)
- func (v *NullableDatabaseType) Set(val *DatabaseType)
- func (v *NullableDatabaseType) UnmarshalJSON(src []byte) error
- func (v *NullableDatabaseType) Unset()
- type NullableDevelopmentConfigResource
- func (v NullableDevelopmentConfigResource) Get() *DevelopmentConfigResource
- func (v NullableDevelopmentConfigResource) IsSet() bool
- func (v NullableDevelopmentConfigResource) MarshalJSON() ([]byte, error)
- func (v *NullableDevelopmentConfigResource) Set(val *DevelopmentConfigResource)
- func (v *NullableDevelopmentConfigResource) UnmarshalJSON(src []byte) error
- func (v *NullableDevelopmentConfigResource) Unset()
- type NullableDownloadClientBulkResource
- func (v NullableDownloadClientBulkResource) Get() *DownloadClientBulkResource
- func (v NullableDownloadClientBulkResource) IsSet() bool
- func (v NullableDownloadClientBulkResource) MarshalJSON() ([]byte, error)
- func (v *NullableDownloadClientBulkResource) Set(val *DownloadClientBulkResource)
- func (v *NullableDownloadClientBulkResource) UnmarshalJSON(src []byte) error
- func (v *NullableDownloadClientBulkResource) Unset()
- type NullableDownloadClientCategory
- func (v NullableDownloadClientCategory) Get() *DownloadClientCategory
- func (v NullableDownloadClientCategory) IsSet() bool
- func (v NullableDownloadClientCategory) MarshalJSON() ([]byte, error)
- func (v *NullableDownloadClientCategory) Set(val *DownloadClientCategory)
- func (v *NullableDownloadClientCategory) UnmarshalJSON(src []byte) error
- func (v *NullableDownloadClientCategory) Unset()
- type NullableDownloadClientConfigResource
- func (v NullableDownloadClientConfigResource) Get() *DownloadClientConfigResource
- func (v NullableDownloadClientConfigResource) IsSet() bool
- func (v NullableDownloadClientConfigResource) MarshalJSON() ([]byte, error)
- func (v *NullableDownloadClientConfigResource) Set(val *DownloadClientConfigResource)
- func (v *NullableDownloadClientConfigResource) UnmarshalJSON(src []byte) error
- func (v *NullableDownloadClientConfigResource) Unset()
- type NullableDownloadClientResource
- func (v NullableDownloadClientResource) Get() *DownloadClientResource
- func (v NullableDownloadClientResource) IsSet() bool
- func (v NullableDownloadClientResource) MarshalJSON() ([]byte, error)
- func (v *NullableDownloadClientResource) Set(val *DownloadClientResource)
- func (v *NullableDownloadClientResource) UnmarshalJSON(src []byte) error
- func (v *NullableDownloadClientResource) Unset()
- type NullableDownloadProtocol
- func (v NullableDownloadProtocol) Get() *DownloadProtocol
- func (v NullableDownloadProtocol) IsSet() bool
- func (v NullableDownloadProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableDownloadProtocol) Set(val *DownloadProtocol)
- func (v *NullableDownloadProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableDownloadProtocol) Unset()
- type NullableField
- type NullableFloat32
- type NullableFloat64
- type NullableHealthCheckResult
- func (v NullableHealthCheckResult) Get() *HealthCheckResult
- func (v NullableHealthCheckResult) IsSet() bool
- func (v NullableHealthCheckResult) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckResult) Set(val *HealthCheckResult)
- func (v *NullableHealthCheckResult) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckResult) Unset()
- type NullableHealthResource
- func (v NullableHealthResource) Get() *HealthResource
- func (v NullableHealthResource) IsSet() bool
- func (v NullableHealthResource) MarshalJSON() ([]byte, error)
- func (v *NullableHealthResource) Set(val *HealthResource)
- func (v *NullableHealthResource) UnmarshalJSON(src []byte) error
- func (v *NullableHealthResource) Unset()
- type NullableHistoryEventType
- func (v NullableHistoryEventType) Get() *HistoryEventType
- func (v NullableHistoryEventType) IsSet() bool
- func (v NullableHistoryEventType) MarshalJSON() ([]byte, error)
- func (v *NullableHistoryEventType) Set(val *HistoryEventType)
- func (v *NullableHistoryEventType) UnmarshalJSON(src []byte) error
- func (v *NullableHistoryEventType) Unset()
- type NullableHistoryResource
- func (v NullableHistoryResource) Get() *HistoryResource
- func (v NullableHistoryResource) IsSet() bool
- func (v NullableHistoryResource) MarshalJSON() ([]byte, error)
- func (v *NullableHistoryResource) Set(val *HistoryResource)
- func (v *NullableHistoryResource) UnmarshalJSON(src []byte) error
- func (v *NullableHistoryResource) Unset()
- type NullableHistoryResourcePagingResource
- func (v NullableHistoryResourcePagingResource) Get() *HistoryResourcePagingResource
- func (v NullableHistoryResourcePagingResource) IsSet() bool
- func (v NullableHistoryResourcePagingResource) MarshalJSON() ([]byte, error)
- func (v *NullableHistoryResourcePagingResource) Set(val *HistoryResourcePagingResource)
- func (v *NullableHistoryResourcePagingResource) UnmarshalJSON(src []byte) error
- func (v *NullableHistoryResourcePagingResource) Unset()
- type NullableHostConfigResource
- func (v NullableHostConfigResource) Get() *HostConfigResource
- func (v NullableHostConfigResource) IsSet() bool
- func (v NullableHostConfigResource) MarshalJSON() ([]byte, error)
- func (v *NullableHostConfigResource) Set(val *HostConfigResource)
- func (v *NullableHostConfigResource) UnmarshalJSON(src []byte) error
- func (v *NullableHostConfigResource) Unset()
- type NullableHostStatistics
- func (v NullableHostStatistics) Get() *HostStatistics
- func (v NullableHostStatistics) IsSet() bool
- func (v NullableHostStatistics) MarshalJSON() ([]byte, error)
- func (v *NullableHostStatistics) Set(val *HostStatistics)
- func (v *NullableHostStatistics) UnmarshalJSON(src []byte) error
- func (v *NullableHostStatistics) Unset()
- type NullableIndexerBulkResource
- func (v NullableIndexerBulkResource) Get() *IndexerBulkResource
- func (v NullableIndexerBulkResource) IsSet() bool
- func (v NullableIndexerBulkResource) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerBulkResource) Set(val *IndexerBulkResource)
- func (v *NullableIndexerBulkResource) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerBulkResource) Unset()
- type NullableIndexerCapabilityResource
- func (v NullableIndexerCapabilityResource) Get() *IndexerCapabilityResource
- func (v NullableIndexerCapabilityResource) IsSet() bool
- func (v NullableIndexerCapabilityResource) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerCapabilityResource) Set(val *IndexerCapabilityResource)
- func (v *NullableIndexerCapabilityResource) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerCapabilityResource) Unset()
- type NullableIndexerCategory
- func (v NullableIndexerCategory) Get() *IndexerCategory
- func (v NullableIndexerCategory) IsSet() bool
- func (v NullableIndexerCategory) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerCategory) Set(val *IndexerCategory)
- func (v *NullableIndexerCategory) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerCategory) Unset()
- type NullableIndexerPrivacy
- func (v NullableIndexerPrivacy) Get() *IndexerPrivacy
- func (v NullableIndexerPrivacy) IsSet() bool
- func (v NullableIndexerPrivacy) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerPrivacy) Set(val *IndexerPrivacy)
- func (v *NullableIndexerPrivacy) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerPrivacy) Unset()
- type NullableIndexerProxyResource
- func (v NullableIndexerProxyResource) Get() *IndexerProxyResource
- func (v NullableIndexerProxyResource) IsSet() bool
- func (v NullableIndexerProxyResource) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerProxyResource) Set(val *IndexerProxyResource)
- func (v *NullableIndexerProxyResource) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerProxyResource) Unset()
- type NullableIndexerResource
- func (v NullableIndexerResource) Get() *IndexerResource
- func (v NullableIndexerResource) IsSet() bool
- func (v NullableIndexerResource) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerResource) Set(val *IndexerResource)
- func (v *NullableIndexerResource) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerResource) Unset()
- type NullableIndexerStatistics
- func (v NullableIndexerStatistics) Get() *IndexerStatistics
- func (v NullableIndexerStatistics) IsSet() bool
- func (v NullableIndexerStatistics) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerStatistics) Set(val *IndexerStatistics)
- func (v *NullableIndexerStatistics) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerStatistics) Unset()
- type NullableIndexerStatsResource
- func (v NullableIndexerStatsResource) Get() *IndexerStatsResource
- func (v NullableIndexerStatsResource) IsSet() bool
- func (v NullableIndexerStatsResource) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerStatsResource) Set(val *IndexerStatsResource)
- func (v *NullableIndexerStatsResource) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerStatsResource) Unset()
- type NullableIndexerStatusResource
- func (v NullableIndexerStatusResource) Get() *IndexerStatusResource
- func (v NullableIndexerStatusResource) IsSet() bool
- func (v NullableIndexerStatusResource) MarshalJSON() ([]byte, error)
- func (v *NullableIndexerStatusResource) Set(val *IndexerStatusResource)
- func (v *NullableIndexerStatusResource) UnmarshalJSON(src []byte) error
- func (v *NullableIndexerStatusResource) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLocalizationOption
- func (v NullableLocalizationOption) Get() *LocalizationOption
- func (v NullableLocalizationOption) IsSet() bool
- func (v NullableLocalizationOption) MarshalJSON() ([]byte, error)
- func (v *NullableLocalizationOption) Set(val *LocalizationOption)
- func (v *NullableLocalizationOption) UnmarshalJSON(src []byte) error
- func (v *NullableLocalizationOption) Unset()
- type NullableLogFileResource
- func (v NullableLogFileResource) Get() *LogFileResource
- func (v NullableLogFileResource) IsSet() bool
- func (v NullableLogFileResource) MarshalJSON() ([]byte, error)
- func (v *NullableLogFileResource) Set(val *LogFileResource)
- func (v *NullableLogFileResource) UnmarshalJSON(src []byte) error
- func (v *NullableLogFileResource) Unset()
- type NullableLogResource
- func (v NullableLogResource) Get() *LogResource
- func (v NullableLogResource) IsSet() bool
- func (v NullableLogResource) MarshalJSON() ([]byte, error)
- func (v *NullableLogResource) Set(val *LogResource)
- func (v *NullableLogResource) UnmarshalJSON(src []byte) error
- func (v *NullableLogResource) Unset()
- type NullableLogResourcePagingResource
- func (v NullableLogResourcePagingResource) Get() *LogResourcePagingResource
- func (v NullableLogResourcePagingResource) IsSet() bool
- func (v NullableLogResourcePagingResource) MarshalJSON() ([]byte, error)
- func (v *NullableLogResourcePagingResource) Set(val *LogResourcePagingResource)
- func (v *NullableLogResourcePagingResource) UnmarshalJSON(src []byte) error
- func (v *NullableLogResourcePagingResource) Unset()
- type NullableMovieSearchParam
- func (v NullableMovieSearchParam) Get() *MovieSearchParam
- func (v NullableMovieSearchParam) IsSet() bool
- func (v NullableMovieSearchParam) MarshalJSON() ([]byte, error)
- func (v *NullableMovieSearchParam) Set(val *MovieSearchParam)
- func (v *NullableMovieSearchParam) UnmarshalJSON(src []byte) error
- func (v *NullableMovieSearchParam) Unset()
- type NullableMusicSearchParam
- func (v NullableMusicSearchParam) Get() *MusicSearchParam
- func (v NullableMusicSearchParam) IsSet() bool
- func (v NullableMusicSearchParam) MarshalJSON() ([]byte, error)
- func (v *NullableMusicSearchParam) Set(val *MusicSearchParam)
- func (v *NullableMusicSearchParam) UnmarshalJSON(src []byte) error
- func (v *NullableMusicSearchParam) Unset()
- type NullableNotificationResource
- func (v NullableNotificationResource) Get() *NotificationResource
- func (v NullableNotificationResource) IsSet() bool
- func (v NullableNotificationResource) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationResource) Set(val *NotificationResource)
- func (v *NullableNotificationResource) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationResource) Unset()
- type NullablePingResource
- func (v NullablePingResource) Get() *PingResource
- func (v NullablePingResource) IsSet() bool
- func (v NullablePingResource) MarshalJSON() ([]byte, error)
- func (v *NullablePingResource) Set(val *PingResource)
- func (v *NullablePingResource) UnmarshalJSON(src []byte) error
- func (v *NullablePingResource) Unset()
- type NullablePrivacyLevel
- func (v NullablePrivacyLevel) Get() *PrivacyLevel
- func (v NullablePrivacyLevel) IsSet() bool
- func (v NullablePrivacyLevel) MarshalJSON() ([]byte, error)
- func (v *NullablePrivacyLevel) Set(val *PrivacyLevel)
- func (v *NullablePrivacyLevel) UnmarshalJSON(src []byte) error
- func (v *NullablePrivacyLevel) Unset()
- type NullableProviderMessage
- func (v NullableProviderMessage) Get() *ProviderMessage
- func (v NullableProviderMessage) IsSet() bool
- func (v NullableProviderMessage) MarshalJSON() ([]byte, error)
- func (v *NullableProviderMessage) Set(val *ProviderMessage)
- func (v *NullableProviderMessage) UnmarshalJSON(src []byte) error
- func (v *NullableProviderMessage) Unset()
- type NullableProviderMessageType
- func (v NullableProviderMessageType) Get() *ProviderMessageType
- func (v NullableProviderMessageType) IsSet() bool
- func (v NullableProviderMessageType) MarshalJSON() ([]byte, error)
- func (v *NullableProviderMessageType) Set(val *ProviderMessageType)
- func (v *NullableProviderMessageType) UnmarshalJSON(src []byte) error
- func (v *NullableProviderMessageType) Unset()
- type NullableProxyType
- type NullableReleaseResource
- func (v NullableReleaseResource) Get() *ReleaseResource
- func (v NullableReleaseResource) IsSet() bool
- func (v NullableReleaseResource) MarshalJSON() ([]byte, error)
- func (v *NullableReleaseResource) Set(val *ReleaseResource)
- func (v *NullableReleaseResource) UnmarshalJSON(src []byte) error
- func (v *NullableReleaseResource) Unset()
- type NullableRuntimeMode
- func (v NullableRuntimeMode) Get() *RuntimeMode
- func (v NullableRuntimeMode) IsSet() bool
- func (v NullableRuntimeMode) MarshalJSON() ([]byte, error)
- func (v *NullableRuntimeMode) Set(val *RuntimeMode)
- func (v *NullableRuntimeMode) UnmarshalJSON(src []byte) error
- func (v *NullableRuntimeMode) Unset()
- type NullableSearchParam
- func (v NullableSearchParam) Get() *SearchParam
- func (v NullableSearchParam) IsSet() bool
- func (v NullableSearchParam) MarshalJSON() ([]byte, error)
- func (v *NullableSearchParam) Set(val *SearchParam)
- func (v *NullableSearchParam) UnmarshalJSON(src []byte) error
- func (v *NullableSearchParam) Unset()
- type NullableSelectOption
- func (v NullableSelectOption) Get() *SelectOption
- func (v NullableSelectOption) IsSet() bool
- func (v NullableSelectOption) MarshalJSON() ([]byte, error)
- func (v *NullableSelectOption) Set(val *SelectOption)
- func (v *NullableSelectOption) UnmarshalJSON(src []byte) error
- func (v *NullableSelectOption) Unset()
- type NullableSortDirection
- func (v NullableSortDirection) Get() *SortDirection
- func (v NullableSortDirection) IsSet() bool
- func (v NullableSortDirection) MarshalJSON() ([]byte, error)
- func (v *NullableSortDirection) Set(val *SortDirection)
- func (v *NullableSortDirection) UnmarshalJSON(src []byte) error
- func (v *NullableSortDirection) Unset()
- type NullableString
- type NullableSystemResource
- func (v NullableSystemResource) Get() *SystemResource
- func (v NullableSystemResource) IsSet() bool
- func (v NullableSystemResource) MarshalJSON() ([]byte, error)
- func (v *NullableSystemResource) Set(val *SystemResource)
- func (v *NullableSystemResource) UnmarshalJSON(src []byte) error
- func (v *NullableSystemResource) Unset()
- type NullableTagDetailsResource
- func (v NullableTagDetailsResource) Get() *TagDetailsResource
- func (v NullableTagDetailsResource) IsSet() bool
- func (v NullableTagDetailsResource) MarshalJSON() ([]byte, error)
- func (v *NullableTagDetailsResource) Set(val *TagDetailsResource)
- func (v *NullableTagDetailsResource) UnmarshalJSON(src []byte) error
- func (v *NullableTagDetailsResource) Unset()
- type NullableTagResource
- func (v NullableTagResource) Get() *TagResource
- func (v NullableTagResource) IsSet() bool
- func (v NullableTagResource) MarshalJSON() ([]byte, error)
- func (v *NullableTagResource) Set(val *TagResource)
- func (v *NullableTagResource) UnmarshalJSON(src []byte) error
- func (v *NullableTagResource) Unset()
- type NullableTaskResource
- func (v NullableTaskResource) Get() *TaskResource
- func (v NullableTaskResource) IsSet() bool
- func (v NullableTaskResource) MarshalJSON() ([]byte, error)
- func (v *NullableTaskResource) Set(val *TaskResource)
- func (v *NullableTaskResource) UnmarshalJSON(src []byte) error
- func (v *NullableTaskResource) Unset()
- type NullableTime
- type NullableTvSearchParam
- func (v NullableTvSearchParam) Get() *TvSearchParam
- func (v NullableTvSearchParam) IsSet() bool
- func (v NullableTvSearchParam) MarshalJSON() ([]byte, error)
- func (v *NullableTvSearchParam) Set(val *TvSearchParam)
- func (v *NullableTvSearchParam) UnmarshalJSON(src []byte) error
- func (v *NullableTvSearchParam) Unset()
- type NullableUiConfigResource
- func (v NullableUiConfigResource) Get() *UiConfigResource
- func (v NullableUiConfigResource) IsSet() bool
- func (v NullableUiConfigResource) MarshalJSON() ([]byte, error)
- func (v *NullableUiConfigResource) Set(val *UiConfigResource)
- func (v *NullableUiConfigResource) UnmarshalJSON(src []byte) error
- func (v *NullableUiConfigResource) Unset()
- type NullableUpdateChanges
- func (v NullableUpdateChanges) Get() *UpdateChanges
- func (v NullableUpdateChanges) IsSet() bool
- func (v NullableUpdateChanges) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateChanges) Set(val *UpdateChanges)
- func (v *NullableUpdateChanges) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateChanges) Unset()
- type NullableUpdateMechanism
- func (v NullableUpdateMechanism) Get() *UpdateMechanism
- func (v NullableUpdateMechanism) IsSet() bool
- func (v NullableUpdateMechanism) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateMechanism) Set(val *UpdateMechanism)
- func (v *NullableUpdateMechanism) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateMechanism) Unset()
- type NullableUpdateResource
- func (v NullableUpdateResource) Get() *UpdateResource
- func (v NullableUpdateResource) IsSet() bool
- func (v NullableUpdateResource) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateResource) Set(val *UpdateResource)
- func (v *NullableUpdateResource) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateResource) Unset()
- type NullableUserAgentStatistics
- func (v NullableUserAgentStatistics) Get() *UserAgentStatistics
- func (v NullableUserAgentStatistics) IsSet() bool
- func (v NullableUserAgentStatistics) MarshalJSON() ([]byte, error)
- func (v *NullableUserAgentStatistics) Set(val *UserAgentStatistics)
- func (v *NullableUserAgentStatistics) UnmarshalJSON(src []byte) error
- func (v *NullableUserAgentStatistics) Unset()
- type PingAPIService
- func (a *PingAPIService) GetPing(ctx context.Context) ApiGetPingRequest
- func (a *PingAPIService) GetPingExecute(r ApiGetPingRequest) (*PingResource, *http.Response, error)
- func (a *PingAPIService) HeadPing(ctx context.Context) ApiHeadPingRequest
- func (a *PingAPIService) HeadPingExecute(r ApiHeadPingRequest) (*PingResource, *http.Response, error)
- type PingResource
- func (o *PingResource) GetStatus() string
- func (o *PingResource) GetStatusOk() (*string, bool)
- func (o *PingResource) HasStatus() bool
- func (o PingResource) MarshalJSON() ([]byte, error)
- func (o *PingResource) SetStatus(v string)
- func (o *PingResource) SetStatusNil()
- func (o PingResource) ToMap() (map[string]interface{}, error)
- func (o *PingResource) UnsetStatus()
- type PrivacyLevel
- type ProviderMessage
- func (o *ProviderMessage) GetMessage() string
- func (o *ProviderMessage) GetMessageOk() (*string, bool)
- func (o *ProviderMessage) GetType() ProviderMessageType
- func (o *ProviderMessage) GetTypeOk() (*ProviderMessageType, bool)
- func (o *ProviderMessage) HasMessage() bool
- func (o *ProviderMessage) HasType() bool
- func (o ProviderMessage) MarshalJSON() ([]byte, error)
- func (o *ProviderMessage) SetMessage(v string)
- func (o *ProviderMessage) SetMessageNil()
- func (o *ProviderMessage) SetType(v ProviderMessageType)
- func (o ProviderMessage) ToMap() (map[string]interface{}, error)
- func (o *ProviderMessage) UnsetMessage()
- type ProviderMessageType
- type ProxyType
- type ReleaseResource
- func (o *ReleaseResource) GetAge() int32
- func (o *ReleaseResource) GetAgeHours() float64
- func (o *ReleaseResource) GetAgeHoursOk() (*float64, bool)
- func (o *ReleaseResource) GetAgeMinutes() float64
- func (o *ReleaseResource) GetAgeMinutesOk() (*float64, bool)
- func (o *ReleaseResource) GetAgeOk() (*int32, bool)
- func (o *ReleaseResource) GetCategories() []IndexerCategory
- func (o *ReleaseResource) GetCategoriesOk() ([]IndexerCategory, bool)
- func (o *ReleaseResource) GetCommentUrl() string
- func (o *ReleaseResource) GetCommentUrlOk() (*string, bool)
- func (o *ReleaseResource) GetDownloadClientId() int32
- func (o *ReleaseResource) GetDownloadClientIdOk() (*int32, bool)
- func (o *ReleaseResource) GetDownloadUrl() string
- func (o *ReleaseResource) GetDownloadUrlOk() (*string, bool)
- func (o *ReleaseResource) GetFileName() string
- func (o *ReleaseResource) GetFileNameOk() (*string, bool)
- func (o *ReleaseResource) GetFiles() int32
- func (o *ReleaseResource) GetFilesOk() (*int32, bool)
- func (o *ReleaseResource) GetGrabs() int32
- func (o *ReleaseResource) GetGrabsOk() (*int32, bool)
- func (o *ReleaseResource) GetGuid() string
- func (o *ReleaseResource) GetGuidOk() (*string, bool)
- func (o *ReleaseResource) GetId() int32
- func (o *ReleaseResource) GetIdOk() (*int32, bool)
- func (o *ReleaseResource) GetImdbId() int32
- func (o *ReleaseResource) GetImdbIdOk() (*int32, bool)
- func (o *ReleaseResource) GetIndexer() string
- func (o *ReleaseResource) GetIndexerFlags() []string
- func (o *ReleaseResource) GetIndexerFlagsOk() ([]string, bool)
- func (o *ReleaseResource) GetIndexerId() int32
- func (o *ReleaseResource) GetIndexerIdOk() (*int32, bool)
- func (o *ReleaseResource) GetIndexerOk() (*string, bool)
- func (o *ReleaseResource) GetInfoHash() string
- func (o *ReleaseResource) GetInfoHashOk() (*string, bool)
- func (o *ReleaseResource) GetInfoUrl() string
- func (o *ReleaseResource) GetInfoUrlOk() (*string, bool)
- func (o *ReleaseResource) GetLeechers() int32
- func (o *ReleaseResource) GetLeechersOk() (*int32, bool)
- func (o *ReleaseResource) GetMagnetUrl() string
- func (o *ReleaseResource) GetMagnetUrlOk() (*string, bool)
- func (o *ReleaseResource) GetPosterUrl() string
- func (o *ReleaseResource) GetPosterUrlOk() (*string, bool)
- func (o *ReleaseResource) GetProtocol() DownloadProtocol
- func (o *ReleaseResource) GetProtocolOk() (*DownloadProtocol, bool)
- func (o *ReleaseResource) GetPublishDate() time.Time
- func (o *ReleaseResource) GetPublishDateOk() (*time.Time, bool)
- func (o *ReleaseResource) GetReleaseHash() string
- func (o *ReleaseResource) GetReleaseHashOk() (*string, bool)
- func (o *ReleaseResource) GetSeeders() int32
- func (o *ReleaseResource) GetSeedersOk() (*int32, bool)
- func (o *ReleaseResource) GetSize() int64
- func (o *ReleaseResource) GetSizeOk() (*int64, bool)
- func (o *ReleaseResource) GetSortTitle() string
- func (o *ReleaseResource) GetSortTitleOk() (*string, bool)
- func (o *ReleaseResource) GetSubGroup() string
- func (o *ReleaseResource) GetSubGroupOk() (*string, bool)
- func (o *ReleaseResource) GetTitle() string
- func (o *ReleaseResource) GetTitleOk() (*string, bool)
- func (o *ReleaseResource) GetTmdbId() int32
- func (o *ReleaseResource) GetTmdbIdOk() (*int32, bool)
- func (o *ReleaseResource) GetTvMazeId() int32
- func (o *ReleaseResource) GetTvMazeIdOk() (*int32, bool)
- func (o *ReleaseResource) GetTvdbId() int32
- func (o *ReleaseResource) GetTvdbIdOk() (*int32, bool)
- func (o *ReleaseResource) HasAge() bool
- func (o *ReleaseResource) HasAgeHours() bool
- func (o *ReleaseResource) HasAgeMinutes() bool
- func (o *ReleaseResource) HasCategories() bool
- func (o *ReleaseResource) HasCommentUrl() bool
- func (o *ReleaseResource) HasDownloadClientId() bool
- func (o *ReleaseResource) HasDownloadUrl() bool
- func (o *ReleaseResource) HasFileName() bool
- func (o *ReleaseResource) HasFiles() bool
- func (o *ReleaseResource) HasGrabs() bool
- func (o *ReleaseResource) HasGuid() bool
- func (o *ReleaseResource) HasId() bool
- func (o *ReleaseResource) HasImdbId() bool
- func (o *ReleaseResource) HasIndexer() bool
- func (o *ReleaseResource) HasIndexerFlags() bool
- func (o *ReleaseResource) HasIndexerId() bool
- func (o *ReleaseResource) HasInfoHash() bool
- func (o *ReleaseResource) HasInfoUrl() bool
- func (o *ReleaseResource) HasLeechers() bool
- func (o *ReleaseResource) HasMagnetUrl() bool
- func (o *ReleaseResource) HasPosterUrl() bool
- func (o *ReleaseResource) HasProtocol() bool
- func (o *ReleaseResource) HasPublishDate() bool
- func (o *ReleaseResource) HasReleaseHash() bool
- func (o *ReleaseResource) HasSeeders() bool
- func (o *ReleaseResource) HasSize() bool
- func (o *ReleaseResource) HasSortTitle() bool
- func (o *ReleaseResource) HasSubGroup() bool
- func (o *ReleaseResource) HasTitle() bool
- func (o *ReleaseResource) HasTmdbId() bool
- func (o *ReleaseResource) HasTvMazeId() bool
- func (o *ReleaseResource) HasTvdbId() bool
- func (o ReleaseResource) MarshalJSON() ([]byte, error)
- func (o *ReleaseResource) SetAge(v int32)
- func (o *ReleaseResource) SetAgeHours(v float64)
- func (o *ReleaseResource) SetAgeMinutes(v float64)
- func (o *ReleaseResource) SetCategories(v []IndexerCategory)
- func (o *ReleaseResource) SetCommentUrl(v string)
- func (o *ReleaseResource) SetCommentUrlNil()
- func (o *ReleaseResource) SetDownloadClientId(v int32)
- func (o *ReleaseResource) SetDownloadClientIdNil()
- func (o *ReleaseResource) SetDownloadUrl(v string)
- func (o *ReleaseResource) SetDownloadUrlNil()
- func (o *ReleaseResource) SetFileName(v string)
- func (o *ReleaseResource) SetFileNameNil()
- func (o *ReleaseResource) SetFiles(v int32)
- func (o *ReleaseResource) SetFilesNil()
- func (o *ReleaseResource) SetGrabs(v int32)
- func (o *ReleaseResource) SetGrabsNil()
- func (o *ReleaseResource) SetGuid(v string)
- func (o *ReleaseResource) SetGuidNil()
- func (o *ReleaseResource) SetId(v int32)
- func (o *ReleaseResource) SetImdbId(v int32)
- func (o *ReleaseResource) SetIndexer(v string)
- func (o *ReleaseResource) SetIndexerFlags(v []string)
- func (o *ReleaseResource) SetIndexerId(v int32)
- func (o *ReleaseResource) SetIndexerNil()
- func (o *ReleaseResource) SetInfoHash(v string)
- func (o *ReleaseResource) SetInfoHashNil()
- func (o *ReleaseResource) SetInfoUrl(v string)
- func (o *ReleaseResource) SetInfoUrlNil()
- func (o *ReleaseResource) SetLeechers(v int32)
- func (o *ReleaseResource) SetLeechersNil()
- func (o *ReleaseResource) SetMagnetUrl(v string)
- func (o *ReleaseResource) SetMagnetUrlNil()
- func (o *ReleaseResource) SetPosterUrl(v string)
- func (o *ReleaseResource) SetPosterUrlNil()
- func (o *ReleaseResource) SetProtocol(v DownloadProtocol)
- func (o *ReleaseResource) SetPublishDate(v time.Time)
- func (o *ReleaseResource) SetReleaseHash(v string)
- func (o *ReleaseResource) SetReleaseHashNil()
- func (o *ReleaseResource) SetSeeders(v int32)
- func (o *ReleaseResource) SetSeedersNil()
- func (o *ReleaseResource) SetSize(v int64)
- func (o *ReleaseResource) SetSortTitle(v string)
- func (o *ReleaseResource) SetSortTitleNil()
- func (o *ReleaseResource) SetSubGroup(v string)
- func (o *ReleaseResource) SetSubGroupNil()
- func (o *ReleaseResource) SetTitle(v string)
- func (o *ReleaseResource) SetTitleNil()
- func (o *ReleaseResource) SetTmdbId(v int32)
- func (o *ReleaseResource) SetTvMazeId(v int32)
- func (o *ReleaseResource) SetTvdbId(v int32)
- func (o ReleaseResource) ToMap() (map[string]interface{}, error)
- func (o *ReleaseResource) UnsetCommentUrl()
- func (o *ReleaseResource) UnsetDownloadClientId()
- func (o *ReleaseResource) UnsetDownloadUrl()
- func (o *ReleaseResource) UnsetFileName()
- func (o *ReleaseResource) UnsetFiles()
- func (o *ReleaseResource) UnsetGrabs()
- func (o *ReleaseResource) UnsetGuid()
- func (o *ReleaseResource) UnsetIndexer()
- func (o *ReleaseResource) UnsetInfoHash()
- func (o *ReleaseResource) UnsetInfoUrl()
- func (o *ReleaseResource) UnsetLeechers()
- func (o *ReleaseResource) UnsetMagnetUrl()
- func (o *ReleaseResource) UnsetPosterUrl()
- func (o *ReleaseResource) UnsetReleaseHash()
- func (o *ReleaseResource) UnsetSeeders()
- func (o *ReleaseResource) UnsetSortTitle()
- func (o *ReleaseResource) UnsetSubGroup()
- func (o *ReleaseResource) UnsetTitle()
- type RuntimeMode
- type SearchAPIService
- func (a *SearchAPIService) CreateSearch(ctx context.Context) ApiCreateSearchRequest
- func (a *SearchAPIService) CreateSearchBulk(ctx context.Context) ApiCreateSearchBulkRequest
- func (a *SearchAPIService) CreateSearchBulkExecute(r ApiCreateSearchBulkRequest) (*ReleaseResource, *http.Response, error)
- func (a *SearchAPIService) CreateSearchExecute(r ApiCreateSearchRequest) (*ReleaseResource, *http.Response, error)
- func (a *SearchAPIService) ListSearch(ctx context.Context) ApiListSearchRequest
- func (a *SearchAPIService) ListSearchExecute(r ApiListSearchRequest) ([]ReleaseResource, *http.Response, error)
- type SearchParam
- type SelectOption
- func (o *SelectOption) GetHint() string
- func (o *SelectOption) GetHintOk() (*string, bool)
- func (o *SelectOption) GetName() string
- func (o *SelectOption) GetNameOk() (*string, bool)
- func (o *SelectOption) GetOrder() int32
- func (o *SelectOption) GetOrderOk() (*int32, bool)
- func (o *SelectOption) GetParentValue() int32
- func (o *SelectOption) GetParentValueOk() (*int32, bool)
- func (o *SelectOption) GetValue() int32
- func (o *SelectOption) GetValueOk() (*int32, bool)
- func (o *SelectOption) HasHint() bool
- func (o *SelectOption) HasName() bool
- func (o *SelectOption) HasOrder() bool
- func (o *SelectOption) HasParentValue() bool
- func (o *SelectOption) HasValue() bool
- func (o SelectOption) MarshalJSON() ([]byte, error)
- func (o *SelectOption) SetHint(v string)
- func (o *SelectOption) SetHintNil()
- func (o *SelectOption) SetName(v string)
- func (o *SelectOption) SetNameNil()
- func (o *SelectOption) SetOrder(v int32)
- func (o *SelectOption) SetParentValue(v int32)
- func (o *SelectOption) SetParentValueNil()
- func (o *SelectOption) SetValue(v int32)
- func (o SelectOption) ToMap() (map[string]interface{}, error)
- func (o *SelectOption) UnsetHint()
- func (o *SelectOption) UnsetName()
- func (o *SelectOption) UnsetParentValue()
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SortDirection
- type StaticResourceAPIService
- func (a *StaticResourceAPIService) Get(ctx context.Context, path string) ApiGetRequest
- func (a *StaticResourceAPIService) GetByPath(ctx context.Context, path string) ApiGetByPathRequest
- func (a *StaticResourceAPIService) GetByPathExecute(r ApiGetByPathRequest) (*http.Response, error)
- func (a *StaticResourceAPIService) GetContentByPath(ctx context.Context, path string) ApiGetContentByPathRequest
- func (a *StaticResourceAPIService) GetContentByPathExecute(r ApiGetContentByPathRequest) (*http.Response, error)
- func (a *StaticResourceAPIService) GetExecute(r ApiGetRequest) (*http.Response, error)
- func (a *StaticResourceAPIService) GetLogin(ctx context.Context) ApiGetLoginRequest
- func (a *StaticResourceAPIService) GetLoginExecute(r ApiGetLoginRequest) (*http.Response, error)
- type SystemAPIService
- func (a *SystemAPIService) CreateSystemRestart(ctx context.Context) ApiCreateSystemRestartRequest
- func (a *SystemAPIService) CreateSystemRestartExecute(r ApiCreateSystemRestartRequest) (*http.Response, error)
- func (a *SystemAPIService) CreateSystemShutdown(ctx context.Context) ApiCreateSystemShutdownRequest
- func (a *SystemAPIService) CreateSystemShutdownExecute(r ApiCreateSystemShutdownRequest) (*http.Response, error)
- func (a *SystemAPIService) GetSystemRoutes(ctx context.Context) ApiGetSystemRoutesRequest
- func (a *SystemAPIService) GetSystemRoutesDuplicate(ctx context.Context) ApiGetSystemRoutesDuplicateRequest
- func (a *SystemAPIService) GetSystemRoutesDuplicateExecute(r ApiGetSystemRoutesDuplicateRequest) (*http.Response, error)
- func (a *SystemAPIService) GetSystemRoutesExecute(r ApiGetSystemRoutesRequest) (*http.Response, error)
- func (a *SystemAPIService) GetSystemStatus(ctx context.Context) ApiGetSystemStatusRequest
- func (a *SystemAPIService) GetSystemStatusExecute(r ApiGetSystemStatusRequest) (*SystemResource, *http.Response, error)
- type SystemResource
- func (o *SystemResource) GetAppData() string
- func (o *SystemResource) GetAppDataOk() (*string, bool)
- func (o *SystemResource) GetAppName() string
- func (o *SystemResource) GetAppNameOk() (*string, bool)
- func (o *SystemResource) GetAuthentication() AuthenticationType
- func (o *SystemResource) GetAuthenticationOk() (*AuthenticationType, bool)
- func (o *SystemResource) GetBranch() string
- func (o *SystemResource) GetBranchOk() (*string, bool)
- func (o *SystemResource) GetBuildTime() time.Time
- func (o *SystemResource) GetBuildTimeOk() (*time.Time, bool)
- func (o *SystemResource) GetDatabaseType() DatabaseType
- func (o *SystemResource) GetDatabaseTypeOk() (*DatabaseType, bool)
- func (o *SystemResource) GetDatabaseVersion() string
- func (o *SystemResource) GetDatabaseVersionOk() (*string, bool)
- func (o *SystemResource) GetInstanceName() string
- func (o *SystemResource) GetInstanceNameOk() (*string, bool)
- func (o *SystemResource) GetIsAdmin() bool
- func (o *SystemResource) GetIsAdminOk() (*bool, bool)
- func (o *SystemResource) GetIsDebug() bool
- func (o *SystemResource) GetIsDebugOk() (*bool, bool)
- func (o *SystemResource) GetIsDocker() bool
- func (o *SystemResource) GetIsDockerOk() (*bool, bool)
- func (o *SystemResource) GetIsLinux() bool
- func (o *SystemResource) GetIsLinuxOk() (*bool, bool)
- func (o *SystemResource) GetIsNetCore() bool
- func (o *SystemResource) GetIsNetCoreOk() (*bool, bool)
- func (o *SystemResource) GetIsOsx() bool
- func (o *SystemResource) GetIsOsxOk() (*bool, bool)
- func (o *SystemResource) GetIsProduction() bool
- func (o *SystemResource) GetIsProductionOk() (*bool, bool)
- func (o *SystemResource) GetIsUserInteractive() bool
- func (o *SystemResource) GetIsUserInteractiveOk() (*bool, bool)
- func (o *SystemResource) GetIsWindows() bool
- func (o *SystemResource) GetIsWindowsOk() (*bool, bool)
- func (o *SystemResource) GetMigrationVersion() int32
- func (o *SystemResource) GetMigrationVersionOk() (*int32, bool)
- func (o *SystemResource) GetMode() RuntimeMode
- func (o *SystemResource) GetModeOk() (*RuntimeMode, bool)
- func (o *SystemResource) GetOsName() string
- func (o *SystemResource) GetOsNameOk() (*string, bool)
- func (o *SystemResource) GetOsVersion() string
- func (o *SystemResource) GetOsVersionOk() (*string, bool)
- func (o *SystemResource) GetPackageAuthor() string
- func (o *SystemResource) GetPackageAuthorOk() (*string, bool)
- func (o *SystemResource) GetPackageUpdateMechanism() UpdateMechanism
- func (o *SystemResource) GetPackageUpdateMechanismMessage() string
- func (o *SystemResource) GetPackageUpdateMechanismMessageOk() (*string, bool)
- func (o *SystemResource) GetPackageUpdateMechanismOk() (*UpdateMechanism, bool)
- func (o *SystemResource) GetPackageVersion() string
- func (o *SystemResource) GetPackageVersionOk() (*string, bool)
- func (o *SystemResource) GetRuntimeName() string
- func (o *SystemResource) GetRuntimeNameOk() (*string, bool)
- func (o *SystemResource) GetRuntimeVersion() string
- func (o *SystemResource) GetRuntimeVersionOk() (*string, bool)
- func (o *SystemResource) GetStartTime() time.Time
- func (o *SystemResource) GetStartTimeOk() (*time.Time, bool)
- func (o *SystemResource) GetStartupPath() string
- func (o *SystemResource) GetStartupPathOk() (*string, bool)
- func (o *SystemResource) GetUrlBase() string
- func (o *SystemResource) GetUrlBaseOk() (*string, bool)
- func (o *SystemResource) GetVersion() string
- func (o *SystemResource) GetVersionOk() (*string, bool)
- func (o *SystemResource) HasAppData() bool
- func (o *SystemResource) HasAppName() bool
- func (o *SystemResource) HasAuthentication() bool
- func (o *SystemResource) HasBranch() bool
- func (o *SystemResource) HasBuildTime() bool
- func (o *SystemResource) HasDatabaseType() bool
- func (o *SystemResource) HasDatabaseVersion() bool
- func (o *SystemResource) HasInstanceName() bool
- func (o *SystemResource) HasIsAdmin() bool
- func (o *SystemResource) HasIsDebug() bool
- func (o *SystemResource) HasIsDocker() bool
- func (o *SystemResource) HasIsLinux() bool
- func (o *SystemResource) HasIsNetCore() bool
- func (o *SystemResource) HasIsOsx() bool
- func (o *SystemResource) HasIsProduction() bool
- func (o *SystemResource) HasIsUserInteractive() bool
- func (o *SystemResource) HasIsWindows() bool
- func (o *SystemResource) HasMigrationVersion() bool
- func (o *SystemResource) HasMode() bool
- func (o *SystemResource) HasOsName() bool
- func (o *SystemResource) HasOsVersion() bool
- func (o *SystemResource) HasPackageAuthor() bool
- func (o *SystemResource) HasPackageUpdateMechanism() bool
- func (o *SystemResource) HasPackageUpdateMechanismMessage() bool
- func (o *SystemResource) HasPackageVersion() bool
- func (o *SystemResource) HasRuntimeName() bool
- func (o *SystemResource) HasRuntimeVersion() bool
- func (o *SystemResource) HasStartTime() bool
- func (o *SystemResource) HasStartupPath() bool
- func (o *SystemResource) HasUrlBase() bool
- func (o *SystemResource) HasVersion() bool
- func (o SystemResource) MarshalJSON() ([]byte, error)
- func (o *SystemResource) SetAppData(v string)
- func (o *SystemResource) SetAppDataNil()
- func (o *SystemResource) SetAppName(v string)
- func (o *SystemResource) SetAppNameNil()
- func (o *SystemResource) SetAuthentication(v AuthenticationType)
- func (o *SystemResource) SetBranch(v string)
- func (o *SystemResource) SetBranchNil()
- func (o *SystemResource) SetBuildTime(v time.Time)
- func (o *SystemResource) SetDatabaseType(v DatabaseType)
- func (o *SystemResource) SetDatabaseVersion(v string)
- func (o *SystemResource) SetDatabaseVersionNil()
- func (o *SystemResource) SetInstanceName(v string)
- func (o *SystemResource) SetInstanceNameNil()
- func (o *SystemResource) SetIsAdmin(v bool)
- func (o *SystemResource) SetIsDebug(v bool)
- func (o *SystemResource) SetIsDocker(v bool)
- func (o *SystemResource) SetIsLinux(v bool)
- func (o *SystemResource) SetIsNetCore(v bool)
- func (o *SystemResource) SetIsOsx(v bool)
- func (o *SystemResource) SetIsProduction(v bool)
- func (o *SystemResource) SetIsUserInteractive(v bool)
- func (o *SystemResource) SetIsWindows(v bool)
- func (o *SystemResource) SetMigrationVersion(v int32)
- func (o *SystemResource) SetMode(v RuntimeMode)
- func (o *SystemResource) SetOsName(v string)
- func (o *SystemResource) SetOsNameNil()
- func (o *SystemResource) SetOsVersion(v string)
- func (o *SystemResource) SetOsVersionNil()
- func (o *SystemResource) SetPackageAuthor(v string)
- func (o *SystemResource) SetPackageAuthorNil()
- func (o *SystemResource) SetPackageUpdateMechanism(v UpdateMechanism)
- func (o *SystemResource) SetPackageUpdateMechanismMessage(v string)
- func (o *SystemResource) SetPackageUpdateMechanismMessageNil()
- func (o *SystemResource) SetPackageVersion(v string)
- func (o *SystemResource) SetPackageVersionNil()
- func (o *SystemResource) SetRuntimeName(v string)
- func (o *SystemResource) SetRuntimeNameNil()
- func (o *SystemResource) SetRuntimeVersion(v string)
- func (o *SystemResource) SetRuntimeVersionNil()
- func (o *SystemResource) SetStartTime(v time.Time)
- func (o *SystemResource) SetStartupPath(v string)
- func (o *SystemResource) SetStartupPathNil()
- func (o *SystemResource) SetUrlBase(v string)
- func (o *SystemResource) SetUrlBaseNil()
- func (o *SystemResource) SetVersion(v string)
- func (o *SystemResource) SetVersionNil()
- func (o SystemResource) ToMap() (map[string]interface{}, error)
- func (o *SystemResource) UnsetAppData()
- func (o *SystemResource) UnsetAppName()
- func (o *SystemResource) UnsetBranch()
- func (o *SystemResource) UnsetDatabaseVersion()
- func (o *SystemResource) UnsetInstanceName()
- func (o *SystemResource) UnsetOsName()
- func (o *SystemResource) UnsetOsVersion()
- func (o *SystemResource) UnsetPackageAuthor()
- func (o *SystemResource) UnsetPackageUpdateMechanismMessage()
- func (o *SystemResource) UnsetPackageVersion()
- func (o *SystemResource) UnsetRuntimeName()
- func (o *SystemResource) UnsetRuntimeVersion()
- func (o *SystemResource) UnsetStartupPath()
- func (o *SystemResource) UnsetUrlBase()
- func (o *SystemResource) UnsetVersion()
- type TagAPIService
- func (a *TagAPIService) CreateTag(ctx context.Context) ApiCreateTagRequest
- func (a *TagAPIService) CreateTagExecute(r ApiCreateTagRequest) (*TagResource, *http.Response, error)
- func (a *TagAPIService) DeleteTag(ctx context.Context, id int32) ApiDeleteTagRequest
- func (a *TagAPIService) DeleteTagExecute(r ApiDeleteTagRequest) (*http.Response, error)
- func (a *TagAPIService) GetTagById(ctx context.Context, id int32) ApiGetTagByIdRequest
- func (a *TagAPIService) GetTagByIdExecute(r ApiGetTagByIdRequest) (*TagResource, *http.Response, error)
- func (a *TagAPIService) ListTag(ctx context.Context) ApiListTagRequest
- func (a *TagAPIService) ListTagExecute(r ApiListTagRequest) ([]TagResource, *http.Response, error)
- func (a *TagAPIService) UpdateTag(ctx context.Context, id string) ApiUpdateTagRequest
- func (a *TagAPIService) UpdateTagExecute(r ApiUpdateTagRequest) (*TagResource, *http.Response, error)
- type TagDetailsAPIService
- func (a *TagDetailsAPIService) GetTagDetailById(ctx context.Context, id int32) ApiGetTagDetailByIdRequest
- func (a *TagDetailsAPIService) GetTagDetailByIdExecute(r ApiGetTagDetailByIdRequest) (*TagDetailsResource, *http.Response, error)
- func (a *TagDetailsAPIService) ListTagDetail(ctx context.Context) ApiListTagDetailRequest
- func (a *TagDetailsAPIService) ListTagDetailExecute(r ApiListTagDetailRequest) ([]TagDetailsResource, *http.Response, error)
- type TagDetailsResource
- func (o *TagDetailsResource) GetApplicationIds() []int32
- func (o *TagDetailsResource) GetApplicationIdsOk() ([]int32, bool)
- func (o *TagDetailsResource) GetId() int32
- func (o *TagDetailsResource) GetIdOk() (*int32, bool)
- func (o *TagDetailsResource) GetIndexerIds() []int32
- func (o *TagDetailsResource) GetIndexerIdsOk() ([]int32, bool)
- func (o *TagDetailsResource) GetIndexerProxyIds() []int32
- func (o *TagDetailsResource) GetIndexerProxyIdsOk() ([]int32, bool)
- func (o *TagDetailsResource) GetLabel() string
- func (o *TagDetailsResource) GetLabelOk() (*string, bool)
- func (o *TagDetailsResource) GetNotificationIds() []int32
- func (o *TagDetailsResource) GetNotificationIdsOk() ([]int32, bool)
- func (o *TagDetailsResource) HasApplicationIds() bool
- func (o *TagDetailsResource) HasId() bool
- func (o *TagDetailsResource) HasIndexerIds() bool
- func (o *TagDetailsResource) HasIndexerProxyIds() bool
- func (o *TagDetailsResource) HasLabel() bool
- func (o *TagDetailsResource) HasNotificationIds() bool
- func (o TagDetailsResource) MarshalJSON() ([]byte, error)
- func (o *TagDetailsResource) SetApplicationIds(v []int32)
- func (o *TagDetailsResource) SetId(v int32)
- func (o *TagDetailsResource) SetIndexerIds(v []int32)
- func (o *TagDetailsResource) SetIndexerProxyIds(v []int32)
- func (o *TagDetailsResource) SetLabel(v string)
- func (o *TagDetailsResource) SetLabelNil()
- func (o *TagDetailsResource) SetNotificationIds(v []int32)
- func (o TagDetailsResource) ToMap() (map[string]interface{}, error)
- func (o *TagDetailsResource) UnsetLabel()
- type TagResource
- func (o *TagResource) GetId() int32
- func (o *TagResource) GetIdOk() (*int32, bool)
- func (o *TagResource) GetLabel() string
- func (o *TagResource) GetLabelOk() (*string, bool)
- func (o *TagResource) HasId() bool
- func (o *TagResource) HasLabel() bool
- func (o TagResource) MarshalJSON() ([]byte, error)
- func (o *TagResource) SetId(v int32)
- func (o *TagResource) SetLabel(v string)
- func (o *TagResource) SetLabelNil()
- func (o TagResource) ToMap() (map[string]interface{}, error)
- func (o *TagResource) UnsetLabel()
- type TaskAPIService
- func (a *TaskAPIService) GetSystemTaskById(ctx context.Context, id int32) ApiGetSystemTaskByIdRequest
- func (a *TaskAPIService) GetSystemTaskByIdExecute(r ApiGetSystemTaskByIdRequest) (*TaskResource, *http.Response, error)
- func (a *TaskAPIService) ListSystemTask(ctx context.Context) ApiListSystemTaskRequest
- func (a *TaskAPIService) ListSystemTaskExecute(r ApiListSystemTaskRequest) ([]TaskResource, *http.Response, error)
- type TaskResource
- func (o *TaskResource) GetId() int32
- func (o *TaskResource) GetIdOk() (*int32, bool)
- func (o *TaskResource) GetInterval() int32
- func (o *TaskResource) GetIntervalOk() (*int32, bool)
- func (o *TaskResource) GetLastDuration() string
- func (o *TaskResource) GetLastDurationOk() (*string, bool)
- func (o *TaskResource) GetLastExecution() time.Time
- func (o *TaskResource) GetLastExecutionOk() (*time.Time, bool)
- func (o *TaskResource) GetLastStartTime() time.Time
- func (o *TaskResource) GetLastStartTimeOk() (*time.Time, bool)
- func (o *TaskResource) GetName() string
- func (o *TaskResource) GetNameOk() (*string, bool)
- func (o *TaskResource) GetNextExecution() time.Time
- func (o *TaskResource) GetNextExecutionOk() (*time.Time, bool)
- func (o *TaskResource) GetTaskName() string
- func (o *TaskResource) GetTaskNameOk() (*string, bool)
- func (o *TaskResource) HasId() bool
- func (o *TaskResource) HasInterval() bool
- func (o *TaskResource) HasLastDuration() bool
- func (o *TaskResource) HasLastExecution() bool
- func (o *TaskResource) HasLastStartTime() bool
- func (o *TaskResource) HasName() bool
- func (o *TaskResource) HasNextExecution() bool
- func (o *TaskResource) HasTaskName() bool
- func (o TaskResource) MarshalJSON() ([]byte, error)
- func (o *TaskResource) SetId(v int32)
- func (o *TaskResource) SetInterval(v int32)
- func (o *TaskResource) SetLastDuration(v string)
- func (o *TaskResource) SetLastExecution(v time.Time)
- func (o *TaskResource) SetLastStartTime(v time.Time)
- func (o *TaskResource) SetName(v string)
- func (o *TaskResource) SetNameNil()
- func (o *TaskResource) SetNextExecution(v time.Time)
- func (o *TaskResource) SetTaskName(v string)
- func (o *TaskResource) SetTaskNameNil()
- func (o TaskResource) ToMap() (map[string]interface{}, error)
- func (o *TaskResource) UnsetName()
- func (o *TaskResource) UnsetTaskName()
- type TvSearchParam
- type UiConfigAPIService
- func (a *UiConfigAPIService) GetUiConfig(ctx context.Context) ApiGetUiConfigRequest
- func (a *UiConfigAPIService) GetUiConfigById(ctx context.Context, id int32) ApiGetUiConfigByIdRequest
- func (a *UiConfigAPIService) GetUiConfigByIdExecute(r ApiGetUiConfigByIdRequest) (*UiConfigResource, *http.Response, error)
- func (a *UiConfigAPIService) GetUiConfigExecute(r ApiGetUiConfigRequest) (*UiConfigResource, *http.Response, error)
- func (a *UiConfigAPIService) UpdateUiConfig(ctx context.Context, id string) ApiUpdateUiConfigRequest
- func (a *UiConfigAPIService) UpdateUiConfigExecute(r ApiUpdateUiConfigRequest) (*UiConfigResource, *http.Response, error)
- type UiConfigResource
- func (o *UiConfigResource) GetCalendarWeekColumnHeader() string
- func (o *UiConfigResource) GetCalendarWeekColumnHeaderOk() (*string, bool)
- func (o *UiConfigResource) GetEnableColorImpairedMode() bool
- func (o *UiConfigResource) GetEnableColorImpairedModeOk() (*bool, bool)
- func (o *UiConfigResource) GetFirstDayOfWeek() int32
- func (o *UiConfigResource) GetFirstDayOfWeekOk() (*int32, bool)
- func (o *UiConfigResource) GetId() int32
- func (o *UiConfigResource) GetIdOk() (*int32, bool)
- func (o *UiConfigResource) GetLongDateFormat() string
- func (o *UiConfigResource) GetLongDateFormatOk() (*string, bool)
- func (o *UiConfigResource) GetShortDateFormat() string
- func (o *UiConfigResource) GetShortDateFormatOk() (*string, bool)
- func (o *UiConfigResource) GetShowRelativeDates() bool
- func (o *UiConfigResource) GetShowRelativeDatesOk() (*bool, bool)
- func (o *UiConfigResource) GetTheme() string
- func (o *UiConfigResource) GetThemeOk() (*string, bool)
- func (o *UiConfigResource) GetTimeFormat() string
- func (o *UiConfigResource) GetTimeFormatOk() (*string, bool)
- func (o *UiConfigResource) GetUiLanguage() string
- func (o *UiConfigResource) GetUiLanguageOk() (*string, bool)
- func (o *UiConfigResource) HasCalendarWeekColumnHeader() bool
- func (o *UiConfigResource) HasEnableColorImpairedMode() bool
- func (o *UiConfigResource) HasFirstDayOfWeek() bool
- func (o *UiConfigResource) HasId() bool
- func (o *UiConfigResource) HasLongDateFormat() bool
- func (o *UiConfigResource) HasShortDateFormat() bool
- func (o *UiConfigResource) HasShowRelativeDates() bool
- func (o *UiConfigResource) HasTheme() bool
- func (o *UiConfigResource) HasTimeFormat() bool
- func (o *UiConfigResource) HasUiLanguage() bool
- func (o UiConfigResource) MarshalJSON() ([]byte, error)
- func (o *UiConfigResource) SetCalendarWeekColumnHeader(v string)
- func (o *UiConfigResource) SetCalendarWeekColumnHeaderNil()
- func (o *UiConfigResource) SetEnableColorImpairedMode(v bool)
- func (o *UiConfigResource) SetFirstDayOfWeek(v int32)
- func (o *UiConfigResource) SetId(v int32)
- func (o *UiConfigResource) SetLongDateFormat(v string)
- func (o *UiConfigResource) SetLongDateFormatNil()
- func (o *UiConfigResource) SetShortDateFormat(v string)
- func (o *UiConfigResource) SetShortDateFormatNil()
- func (o *UiConfigResource) SetShowRelativeDates(v bool)
- func (o *UiConfigResource) SetTheme(v string)
- func (o *UiConfigResource) SetThemeNil()
- func (o *UiConfigResource) SetTimeFormat(v string)
- func (o *UiConfigResource) SetTimeFormatNil()
- func (o *UiConfigResource) SetUiLanguage(v string)
- func (o *UiConfigResource) SetUiLanguageNil()
- func (o UiConfigResource) ToMap() (map[string]interface{}, error)
- func (o *UiConfigResource) UnsetCalendarWeekColumnHeader()
- func (o *UiConfigResource) UnsetLongDateFormat()
- func (o *UiConfigResource) UnsetShortDateFormat()
- func (o *UiConfigResource) UnsetTheme()
- func (o *UiConfigResource) UnsetTimeFormat()
- func (o *UiConfigResource) UnsetUiLanguage()
- type UpdateAPIService
- type UpdateChanges
- func (o *UpdateChanges) GetFixed() []string
- func (o *UpdateChanges) GetFixedOk() ([]string, bool)
- func (o *UpdateChanges) GetNew() []string
- func (o *UpdateChanges) GetNewOk() ([]string, bool)
- func (o *UpdateChanges) HasFixed() bool
- func (o *UpdateChanges) HasNew() bool
- func (o UpdateChanges) MarshalJSON() ([]byte, error)
- func (o *UpdateChanges) SetFixed(v []string)
- func (o *UpdateChanges) SetNew(v []string)
- func (o UpdateChanges) ToMap() (map[string]interface{}, error)
- type UpdateLogFileAPIService
- func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilename(ctx context.Context, filename string) ApiGetLogFileUpdateByFilenameRequest
- func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilenameExecute(r ApiGetLogFileUpdateByFilenameRequest) (map[string]interface{}, *http.Response, error)
- func (a *UpdateLogFileAPIService) ListLogFileUpdate(ctx context.Context) ApiListLogFileUpdateRequest
- func (a *UpdateLogFileAPIService) ListLogFileUpdateExecute(r ApiListLogFileUpdateRequest) ([]LogFileResource, *http.Response, error)
- type UpdateMechanism
- type UpdateResource
- func (o *UpdateResource) GetBranch() string
- func (o *UpdateResource) GetBranchOk() (*string, bool)
- func (o *UpdateResource) GetChanges() UpdateChanges
- func (o *UpdateResource) GetChangesOk() (*UpdateChanges, bool)
- func (o *UpdateResource) GetFileName() string
- func (o *UpdateResource) GetFileNameOk() (*string, bool)
- func (o *UpdateResource) GetHash() string
- func (o *UpdateResource) GetHashOk() (*string, bool)
- func (o *UpdateResource) GetId() int32
- func (o *UpdateResource) GetIdOk() (*int32, bool)
- func (o *UpdateResource) GetInstallable() bool
- func (o *UpdateResource) GetInstallableOk() (*bool, bool)
- func (o *UpdateResource) GetInstalled() bool
- func (o *UpdateResource) GetInstalledOk() (*bool, bool)
- func (o *UpdateResource) GetInstalledOn() time.Time
- func (o *UpdateResource) GetInstalledOnOk() (*time.Time, bool)
- func (o *UpdateResource) GetLatest() bool
- func (o *UpdateResource) GetLatestOk() (*bool, bool)
- func (o *UpdateResource) GetReleaseDate() time.Time
- func (o *UpdateResource) GetReleaseDateOk() (*time.Time, bool)
- func (o *UpdateResource) GetUrl() string
- func (o *UpdateResource) GetUrlOk() (*string, bool)
- func (o *UpdateResource) GetVersion() string
- func (o *UpdateResource) GetVersionOk() (*string, bool)
- func (o *UpdateResource) HasBranch() bool
- func (o *UpdateResource) HasChanges() bool
- func (o *UpdateResource) HasFileName() bool
- func (o *UpdateResource) HasHash() bool
- func (o *UpdateResource) HasId() bool
- func (o *UpdateResource) HasInstallable() bool
- func (o *UpdateResource) HasInstalled() bool
- func (o *UpdateResource) HasInstalledOn() bool
- func (o *UpdateResource) HasLatest() bool
- func (o *UpdateResource) HasReleaseDate() bool
- func (o *UpdateResource) HasUrl() bool
- func (o *UpdateResource) HasVersion() bool
- func (o UpdateResource) MarshalJSON() ([]byte, error)
- func (o *UpdateResource) SetBranch(v string)
- func (o *UpdateResource) SetBranchNil()
- func (o *UpdateResource) SetChanges(v UpdateChanges)
- func (o *UpdateResource) SetFileName(v string)
- func (o *UpdateResource) SetFileNameNil()
- func (o *UpdateResource) SetHash(v string)
- func (o *UpdateResource) SetHashNil()
- func (o *UpdateResource) SetId(v int32)
- func (o *UpdateResource) SetInstallable(v bool)
- func (o *UpdateResource) SetInstalled(v bool)
- func (o *UpdateResource) SetInstalledOn(v time.Time)
- func (o *UpdateResource) SetInstalledOnNil()
- func (o *UpdateResource) SetLatest(v bool)
- func (o *UpdateResource) SetReleaseDate(v time.Time)
- func (o *UpdateResource) SetUrl(v string)
- func (o *UpdateResource) SetUrlNil()
- func (o *UpdateResource) SetVersion(v string)
- func (o *UpdateResource) SetVersionNil()
- func (o UpdateResource) ToMap() (map[string]interface{}, error)
- func (o *UpdateResource) UnsetBranch()
- func (o *UpdateResource) UnsetFileName()
- func (o *UpdateResource) UnsetHash()
- func (o *UpdateResource) UnsetInstalledOn()
- func (o *UpdateResource) UnsetUrl()
- func (o *UpdateResource) UnsetVersion()
- type UserAgentStatistics
- func (o *UserAgentStatistics) GetNumberOfGrabs() int32
- func (o *UserAgentStatistics) GetNumberOfGrabsOk() (*int32, bool)
- func (o *UserAgentStatistics) GetNumberOfQueries() int32
- func (o *UserAgentStatistics) GetNumberOfQueriesOk() (*int32, bool)
- func (o *UserAgentStatistics) GetUserAgent() string
- func (o *UserAgentStatistics) GetUserAgentOk() (*string, bool)
- func (o *UserAgentStatistics) HasNumberOfGrabs() bool
- func (o *UserAgentStatistics) HasNumberOfQueries() bool
- func (o *UserAgentStatistics) HasUserAgent() bool
- func (o UserAgentStatistics) MarshalJSON() ([]byte, error)
- func (o *UserAgentStatistics) SetNumberOfGrabs(v int32)
- func (o *UserAgentStatistics) SetNumberOfQueries(v int32)
- func (o *UserAgentStatistics) SetUserAgent(v string)
- func (o *UserAgentStatistics) SetUserAgentNil()
- func (o UserAgentStatistics) ToMap() (map[string]interface{}, error)
- func (o *UserAgentStatistics) UnsetUserAgent()
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
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") )
var AllowedApplicationSyncLevelEnumValues = []ApplicationSyncLevel{
"disabled",
"addOnly",
"fullSync",
}
All allowed values of ApplicationSyncLevel enum
var AllowedApplyTagsEnumValues = []ApplyTags{
"add",
"remove",
"replace",
}
All allowed values of ApplyTags enum
var AllowedAuthenticationRequiredTypeEnumValues = []AuthenticationRequiredType{
"enabled",
"disabledForLocalAddresses",
}
All allowed values of AuthenticationRequiredType enum
var AllowedAuthenticationTypeEnumValues = []AuthenticationType{
"none",
"basic",
"forms",
"external",
}
All allowed values of AuthenticationType enum
var AllowedBackupTypeEnumValues = []BackupType{
"scheduled",
"manual",
"update",
}
All allowed values of BackupType enum
var AllowedBookSearchParamEnumValues = []BookSearchParam{
"q",
"title",
"author",
"publisher",
"genre",
"year",
}
All allowed values of BookSearchParam enum
var AllowedCertificateValidationTypeEnumValues = []CertificateValidationType{
"enabled",
"disabledForLocalAddresses",
"disabled",
}
All allowed values of CertificateValidationType enum
var AllowedCommandPriorityEnumValues = []CommandPriority{
"normal",
"high",
"low",
}
All allowed values of CommandPriority enum
var AllowedCommandStatusEnumValues = []CommandStatus{
"queued",
"started",
"completed",
"failed",
"aborted",
"cancelled",
"orphaned",
}
All allowed values of CommandStatus enum
var AllowedCommandTriggerEnumValues = []CommandTrigger{
"unspecified",
"manual",
"scheduled",
}
All allowed values of CommandTrigger enum
var AllowedDatabaseTypeEnumValues = []DatabaseType{
"sqLite",
"postgreSQL",
}
All allowed values of DatabaseType enum
var AllowedDownloadProtocolEnumValues = []DownloadProtocol{
"unknown",
"usenet",
"torrent",
}
All allowed values of DownloadProtocol enum
var AllowedHealthCheckResultEnumValues = []HealthCheckResult{
"ok",
"notice",
"warning",
"error",
}
All allowed values of HealthCheckResult enum
var AllowedHistoryEventTypeEnumValues = []HistoryEventType{
"unknown",
"releaseGrabbed",
"indexerQuery",
"indexerRss",
"indexerAuth",
"indexerInfo",
}
All allowed values of HistoryEventType enum
var AllowedIndexerPrivacyEnumValues = []IndexerPrivacy{
"public",
"semiPrivate",
"private",
}
All allowed values of IndexerPrivacy enum
var AllowedMovieSearchParamEnumValues = []MovieSearchParam{
"q",
"imdbId",
"tmdbId",
"imdbTitle",
"imdbYear",
"traktId",
"genre",
"doubanId",
"year",
}
All allowed values of MovieSearchParam enum
var AllowedMusicSearchParamEnumValues = []MusicSearchParam{
"q",
"album",
"artist",
"label",
"year",
"genre",
"track",
}
All allowed values of MusicSearchParam enum
var AllowedPrivacyLevelEnumValues = []PrivacyLevel{
"normal",
"password",
"apiKey",
"userName",
}
All allowed values of PrivacyLevel enum
var AllowedProviderMessageTypeEnumValues = []ProviderMessageType{
"info",
"warning",
"error",
}
All allowed values of ProviderMessageType enum
var AllowedProxyTypeEnumValues = []ProxyType{
"http",
"socks4",
"socks5",
}
All allowed values of ProxyType enum
var AllowedRuntimeModeEnumValues = []RuntimeMode{
"console",
"service",
"tray",
}
All allowed values of RuntimeMode enum
var AllowedSearchParamEnumValues = []SearchParam{
"q",
}
All allowed values of SearchParam enum
var AllowedSortDirectionEnumValues = []SortDirection{
"default",
"ascending",
"descending",
}
All allowed values of SortDirection enum
var AllowedTvSearchParamEnumValues = []TvSearchParam{
"q",
"season",
"ep",
"imdbId",
"tvdbId",
"rId",
"tvMazeId",
"traktId",
"tmdbId",
"doubanId",
"genre",
"year",
}
All allowed values of TvSearchParam enum
var AllowedUpdateMechanismEnumValues = []UpdateMechanism{
"builtIn",
"script",
"external",
"apt",
"docker",
}
All allowed values of UpdateMechanism enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ApiInfoAPI *ApiInfoAPIService AppProfileAPI *AppProfileAPIService ApplicationAPI *ApplicationAPIService AuthenticationAPI *AuthenticationAPIService BackupAPI *BackupAPIService CommandAPI *CommandAPIService CustomFilterAPI *CustomFilterAPIService DevelopmentConfigAPI *DevelopmentConfigAPIService DownloadClientAPI *DownloadClientAPIService DownloadClientConfigAPI *DownloadClientConfigAPIService FileSystemAPI *FileSystemAPIService HealthAPI *HealthAPIService HistoryAPI *HistoryAPIService HostConfigAPI *HostConfigAPIService IndexerAPI *IndexerAPIService IndexerDefaultCategoriesAPI *IndexerDefaultCategoriesAPIService IndexerProxyAPI *IndexerProxyAPIService IndexerStatsAPI *IndexerStatsAPIService IndexerStatusAPI *IndexerStatusAPIService LocalizationAPI *LocalizationAPIService LogAPI *LogAPIService LogFileAPI *LogFileAPIService NewznabAPI *NewznabAPIService NotificationAPI *NotificationAPIService PingAPI *PingAPIService SearchAPI *SearchAPIService 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 Prowlarr API vv1.24.3.4754 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 ¶
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 ApiCreateAppProfileRequest ¶
type ApiCreateAppProfileRequest struct { ApiService *AppProfileAPIService // contains filtered or unexported fields }
func (ApiCreateAppProfileRequest) AppProfileResource ¶
func (r ApiCreateAppProfileRequest) AppProfileResource(appProfileResource AppProfileResource) ApiCreateAppProfileRequest
func (ApiCreateAppProfileRequest) Execute ¶
func (r ApiCreateAppProfileRequest) Execute() (*AppProfileResource, *http.Response, error)
type ApiCreateApplicationsActionByNameRequest ¶
type ApiCreateApplicationsActionByNameRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiCreateApplicationsActionByNameRequest) ApplicationResource ¶
func (r ApiCreateApplicationsActionByNameRequest) ApplicationResource(applicationResource ApplicationResource) ApiCreateApplicationsActionByNameRequest
type ApiCreateApplicationsRequest ¶
type ApiCreateApplicationsRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiCreateApplicationsRequest) ApplicationResource ¶
func (r ApiCreateApplicationsRequest) ApplicationResource(applicationResource ApplicationResource) ApiCreateApplicationsRequest
func (ApiCreateApplicationsRequest) Execute ¶
func (r ApiCreateApplicationsRequest) Execute() (*ApplicationResource, *http.Response, error)
func (ApiCreateApplicationsRequest) ForceSave ¶ added in v1.0.0
func (r ApiCreateApplicationsRequest) ForceSave(forceSave bool) ApiCreateApplicationsRequest
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 ¶
func (r ApiCreateCommandRequest) Execute() (*CommandResource, *http.Response, error)
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 ¶
func (r ApiCreateCustomFilterRequest) Execute() (*CustomFilterResource, *http.Response, error)
type ApiCreateDownloadClientActionByNameRequest ¶
type ApiCreateDownloadClientActionByNameRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
func (ApiCreateDownloadClientActionByNameRequest) DownloadClientResource ¶
func (r ApiCreateDownloadClientActionByNameRequest) DownloadClientResource(downloadClientResource DownloadClientResource) ApiCreateDownloadClientActionByNameRequest
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 (r ApiCreateDownloadClientRequest) Execute() (*DownloadClientResource, *http.Response, error)
func (ApiCreateDownloadClientRequest) ForceSave ¶ added in v1.0.0
func (r ApiCreateDownloadClientRequest) ForceSave(forceSave bool) ApiCreateDownloadClientRequest
type ApiCreateIndexerActionByNameRequest ¶
type ApiCreateIndexerActionByNameRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiCreateIndexerActionByNameRequest) Execute ¶
func (r ApiCreateIndexerActionByNameRequest) Execute() (*http.Response, error)
func (ApiCreateIndexerActionByNameRequest) IndexerResource ¶
func (r ApiCreateIndexerActionByNameRequest) IndexerResource(indexerResource IndexerResource) ApiCreateIndexerActionByNameRequest
type ApiCreateIndexerProxyActionByNameRequest ¶
type ApiCreateIndexerProxyActionByNameRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
func (ApiCreateIndexerProxyActionByNameRequest) Execute ¶
func (r ApiCreateIndexerProxyActionByNameRequest) Execute() (*http.Response, error)
func (ApiCreateIndexerProxyActionByNameRequest) IndexerProxyResource ¶
func (r ApiCreateIndexerProxyActionByNameRequest) IndexerProxyResource(indexerProxyResource IndexerProxyResource) ApiCreateIndexerProxyActionByNameRequest
type ApiCreateIndexerProxyRequest ¶
type ApiCreateIndexerProxyRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
func (ApiCreateIndexerProxyRequest) Execute ¶
func (r ApiCreateIndexerProxyRequest) Execute() (*IndexerProxyResource, *http.Response, error)
func (ApiCreateIndexerProxyRequest) ForceSave ¶ added in v1.0.0
func (r ApiCreateIndexerProxyRequest) ForceSave(forceSave bool) ApiCreateIndexerProxyRequest
func (ApiCreateIndexerProxyRequest) IndexerProxyResource ¶
func (r ApiCreateIndexerProxyRequest) IndexerProxyResource(indexerProxyResource IndexerProxyResource) ApiCreateIndexerProxyRequest
type ApiCreateIndexerRequest ¶
type ApiCreateIndexerRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiCreateIndexerRequest) Execute ¶
func (r ApiCreateIndexerRequest) Execute() (*IndexerResource, *http.Response, error)
func (ApiCreateIndexerRequest) ForceSave ¶ added in v1.0.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 ApiCreateNotificationActionByNameRequest ¶
type ApiCreateNotificationActionByNameRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
func (ApiCreateNotificationActionByNameRequest) Execute ¶
func (r ApiCreateNotificationActionByNameRequest) Execute() (*http.Response, error)
func (ApiCreateNotificationActionByNameRequest) NotificationResource ¶
func (r ApiCreateNotificationActionByNameRequest) NotificationResource(notificationResource NotificationResource) ApiCreateNotificationActionByNameRequest
type ApiCreateNotificationRequest ¶
type ApiCreateNotificationRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
func (ApiCreateNotificationRequest) Execute ¶
func (r ApiCreateNotificationRequest) Execute() (*NotificationResource, *http.Response, error)
func (ApiCreateNotificationRequest) ForceSave ¶ added in v1.0.0
func (r ApiCreateNotificationRequest) ForceSave(forceSave bool) ApiCreateNotificationRequest
func (ApiCreateNotificationRequest) NotificationResource ¶
func (r ApiCreateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiCreateNotificationRequest
type ApiCreateSearchBulkRequest ¶
type ApiCreateSearchBulkRequest struct { ApiService *SearchAPIService // contains filtered or unexported fields }
func (ApiCreateSearchBulkRequest) Execute ¶
func (r ApiCreateSearchBulkRequest) Execute() (*ReleaseResource, *http.Response, error)
func (ApiCreateSearchBulkRequest) ReleaseResource ¶
func (r ApiCreateSearchBulkRequest) ReleaseResource(releaseResource []ReleaseResource) ApiCreateSearchBulkRequest
type ApiCreateSearchRequest ¶
type ApiCreateSearchRequest struct { ApiService *SearchAPIService // contains filtered or unexported fields }
func (ApiCreateSearchRequest) Execute ¶
func (r ApiCreateSearchRequest) Execute() (*ReleaseResource, *http.Response, error)
func (ApiCreateSearchRequest) ReleaseResource ¶
func (r ApiCreateSearchRequest) ReleaseResource(releaseResource ReleaseResource) ApiCreateSearchRequest
type ApiCreateSystemBackupRestoreByIdRequest ¶
type ApiCreateSystemBackupRestoreByIdRequest struct { ApiService *BackupAPIService // contains filtered or unexported fields }
type ApiCreateSystemBackupRestoreUploadRequest ¶
type ApiCreateSystemBackupRestoreUploadRequest struct { ApiService *BackupAPIService // contains filtered or unexported fields }
type ApiCreateSystemRestartRequest ¶
type ApiCreateSystemRestartRequest struct { ApiService *SystemAPIService // contains filtered or unexported fields }
type ApiCreateSystemShutdownRequest ¶
type ApiCreateSystemShutdownRequest struct { ApiService *SystemAPIService // contains filtered or unexported fields }
type ApiCreateTagRequest ¶
type ApiCreateTagRequest struct { ApiService *TagAPIService // contains filtered or unexported fields }
func (ApiCreateTagRequest) Execute ¶
func (r ApiCreateTagRequest) Execute() (*TagResource, *http.Response, error)
func (ApiCreateTagRequest) TagResource ¶
func (r ApiCreateTagRequest) TagResource(tagResource TagResource) ApiCreateTagRequest
type ApiDeleteAppProfileRequest ¶
type ApiDeleteAppProfileRequest struct { ApiService *AppProfileAPIService // contains filtered or unexported fields }
type ApiDeleteApplicationsBulkRequest ¶ added in v1.0.0
type ApiDeleteApplicationsBulkRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiDeleteApplicationsBulkRequest) ApplicationBulkResource ¶ added in v1.0.0
func (r ApiDeleteApplicationsBulkRequest) ApplicationBulkResource(applicationBulkResource ApplicationBulkResource) ApiDeleteApplicationsBulkRequest
type ApiDeleteApplicationsRequest ¶
type ApiDeleteApplicationsRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
type ApiDeleteCommandRequest ¶
type ApiDeleteCommandRequest struct { ApiService *CommandAPIService // contains filtered or unexported fields }
type ApiDeleteCustomFilterRequest ¶
type ApiDeleteCustomFilterRequest struct { ApiService *CustomFilterAPIService // contains filtered or unexported fields }
type ApiDeleteDownloadClientBulkRequest ¶ added in v1.0.0
type ApiDeleteDownloadClientBulkRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
func (ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource ¶ added in v1.0.0
func (r ApiDeleteDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiDeleteDownloadClientBulkRequest
type ApiDeleteDownloadClientRequest ¶
type ApiDeleteDownloadClientRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
type ApiDeleteIndexerBulkRequest ¶ added in v1.0.0
type ApiDeleteIndexerBulkRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiDeleteIndexerBulkRequest) Execute ¶ added in v1.0.0
func (r ApiDeleteIndexerBulkRequest) Execute() (*http.Response, error)
func (ApiDeleteIndexerBulkRequest) IndexerBulkResource ¶ added in v1.0.0
func (r ApiDeleteIndexerBulkRequest) IndexerBulkResource(indexerBulkResource IndexerBulkResource) ApiDeleteIndexerBulkRequest
type ApiDeleteIndexerProxyRequest ¶
type ApiDeleteIndexerProxyRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
type ApiDeleteIndexerRequest ¶
type ApiDeleteIndexerRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
type ApiDeleteNotificationRequest ¶
type ApiDeleteNotificationRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
type ApiDeleteSystemBackupRequest ¶
type ApiDeleteSystemBackupRequest struct { ApiService *BackupAPIService // contains filtered or unexported fields }
type ApiDeleteTagRequest ¶
type ApiDeleteTagRequest struct { ApiService *TagAPIService // contains filtered or unexported fields }
type ApiGetApiRequest ¶
type ApiGetApiRequest struct { ApiService *ApiInfoAPIService // contains filtered or unexported fields }
func (ApiGetApiRequest) Execute ¶
func (r ApiGetApiRequest) Execute() (*ApiInfoResource, *http.Response, error)
type ApiGetAppProfileByIdRequest ¶
type ApiGetAppProfileByIdRequest struct { ApiService *AppProfileAPIService // contains filtered or unexported fields }
func (ApiGetAppProfileByIdRequest) Execute ¶
func (r ApiGetAppProfileByIdRequest) Execute() (*AppProfileResource, *http.Response, error)
type ApiGetAppProfileSchemaRequest ¶ added in v1.0.0
type ApiGetAppProfileSchemaRequest struct { ApiService *AppProfileAPIService // contains filtered or unexported fields }
func (ApiGetAppProfileSchemaRequest) Execute ¶ added in v1.0.0
func (r ApiGetAppProfileSchemaRequest) Execute() (*AppProfileResource, *http.Response, error)
type ApiGetApplicationsByIdRequest ¶
type ApiGetApplicationsByIdRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiGetApplicationsByIdRequest) Execute ¶
func (r ApiGetApplicationsByIdRequest) Execute() (*ApplicationResource, *http.Response, error)
type ApiGetByPathRequest ¶
type ApiGetByPathRequest struct { ApiService *StaticResourceAPIService // contains filtered or unexported fields }
type ApiGetCommandByIdRequest ¶
type ApiGetCommandByIdRequest struct { ApiService *CommandAPIService // contains filtered or unexported fields }
func (ApiGetCommandByIdRequest) Execute ¶
func (r ApiGetCommandByIdRequest) Execute() (*CommandResource, *http.Response, error)
type ApiGetContentByPathRequest ¶
type ApiGetContentByPathRequest struct { ApiService *StaticResourceAPIService // contains filtered or unexported fields }
type ApiGetCustomFilterByIdRequest ¶
type ApiGetCustomFilterByIdRequest struct { ApiService *CustomFilterAPIService // contains filtered or unexported fields }
func (ApiGetCustomFilterByIdRequest) Execute ¶
func (r ApiGetCustomFilterByIdRequest) Execute() (*CustomFilterResource, *http.Response, error)
type ApiGetDevelopmentConfigByIdRequest ¶
type ApiGetDevelopmentConfigByIdRequest struct { ApiService *DevelopmentConfigAPIService // contains filtered or unexported fields }
func (ApiGetDevelopmentConfigByIdRequest) Execute ¶
func (r ApiGetDevelopmentConfigByIdRequest) Execute() (*DevelopmentConfigResource, *http.Response, error)
type ApiGetDevelopmentConfigRequest ¶
type ApiGetDevelopmentConfigRequest struct { ApiService *DevelopmentConfigAPIService // contains filtered or unexported fields }
func (ApiGetDevelopmentConfigRequest) Execute ¶
func (r ApiGetDevelopmentConfigRequest) Execute() (*DevelopmentConfigResource, *http.Response, error)
type ApiGetDownloadClientByIdRequest ¶
type ApiGetDownloadClientByIdRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
func (ApiGetDownloadClientByIdRequest) Execute ¶
func (r ApiGetDownloadClientByIdRequest) Execute() (*DownloadClientResource, *http.Response, error)
type ApiGetDownloadClientConfigByIdRequest ¶
type ApiGetDownloadClientConfigByIdRequest struct { ApiService *DownloadClientConfigAPIService // contains filtered or unexported fields }
func (ApiGetDownloadClientConfigByIdRequest) Execute ¶
func (r ApiGetDownloadClientConfigByIdRequest) Execute() (*DownloadClientConfigResource, *http.Response, error)
type ApiGetDownloadClientConfigRequest ¶
type ApiGetDownloadClientConfigRequest struct { ApiService *DownloadClientConfigAPIService // contains filtered or unexported fields }
func (ApiGetDownloadClientConfigRequest) Execute ¶
func (r ApiGetDownloadClientConfigRequest) Execute() (*DownloadClientConfigResource, *http.Response, error)
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 ¶
func (r ApiGetFileSystemRequest) Path(path string) ApiGetFileSystemRequest
type ApiGetFileSystemTypeRequest ¶
type ApiGetFileSystemTypeRequest struct { ApiService *FileSystemAPIService // contains filtered or unexported fields }
func (ApiGetFileSystemTypeRequest) Execute ¶
func (r ApiGetFileSystemTypeRequest) Execute() (*http.Response, error)
func (ApiGetFileSystemTypeRequest) Path ¶
func (r ApiGetFileSystemTypeRequest) Path(path string) ApiGetFileSystemTypeRequest
type ApiGetHistoryRequest ¶
type ApiGetHistoryRequest struct { ApiService *HistoryAPIService // contains filtered or unexported fields }
func (ApiGetHistoryRequest) DownloadId ¶ added in v1.0.0
func (r ApiGetHistoryRequest) DownloadId(downloadId string) ApiGetHistoryRequest
func (ApiGetHistoryRequest) EventType ¶ added in v1.0.0
func (r ApiGetHistoryRequest) EventType(eventType []int32) ApiGetHistoryRequest
func (ApiGetHistoryRequest) Execute ¶
func (r ApiGetHistoryRequest) Execute() (*HistoryResourcePagingResource, *http.Response, error)
func (ApiGetHistoryRequest) IndexerIds ¶ added in v1.0.0
func (r ApiGetHistoryRequest) IndexerIds(indexerIds []int32) ApiGetHistoryRequest
func (ApiGetHistoryRequest) Page ¶ added in v1.0.0
func (r ApiGetHistoryRequest) Page(page int32) ApiGetHistoryRequest
func (ApiGetHistoryRequest) PageSize ¶ added in v1.0.0
func (r ApiGetHistoryRequest) PageSize(pageSize int32) ApiGetHistoryRequest
func (ApiGetHistoryRequest) SortDirection ¶ added in v1.0.0
func (r ApiGetHistoryRequest) SortDirection(sortDirection SortDirection) ApiGetHistoryRequest
func (ApiGetHistoryRequest) SortKey ¶ added in v1.0.0
func (r ApiGetHistoryRequest) SortKey(sortKey string) ApiGetHistoryRequest
func (ApiGetHistoryRequest) Successful ¶ added in v1.0.0
func (r ApiGetHistoryRequest) Successful(successful bool) ApiGetHistoryRequest
type ApiGetHostConfigByIdRequest ¶
type ApiGetHostConfigByIdRequest struct { ApiService *HostConfigAPIService // contains filtered or unexported fields }
func (ApiGetHostConfigByIdRequest) Execute ¶
func (r ApiGetHostConfigByIdRequest) Execute() (*HostConfigResource, *http.Response, error)
type ApiGetHostConfigRequest ¶
type ApiGetHostConfigRequest struct { ApiService *HostConfigAPIService // contains filtered or unexported fields }
func (ApiGetHostConfigRequest) Execute ¶
func (r ApiGetHostConfigRequest) Execute() (*HostConfigResource, *http.Response, error)
type ApiGetIndexerByIdRequest ¶
type ApiGetIndexerByIdRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiGetIndexerByIdRequest) Execute ¶
func (r ApiGetIndexerByIdRequest) Execute() (*IndexerResource, *http.Response, error)
type ApiGetIndexerDownloadRequest ¶ added in v1.0.0
type ApiGetIndexerDownloadRequest struct { ApiService *NewznabAPIService // contains filtered or unexported fields }
func (ApiGetIndexerDownloadRequest) Execute ¶ added in v1.0.0
func (r ApiGetIndexerDownloadRequest) Execute() (*http.Response, error)
func (ApiGetIndexerDownloadRequest) File ¶ added in v1.0.0
func (r ApiGetIndexerDownloadRequest) File(file string) ApiGetIndexerDownloadRequest
func (ApiGetIndexerDownloadRequest) Link ¶ added in v1.0.0
func (r ApiGetIndexerDownloadRequest) Link(link string) ApiGetIndexerDownloadRequest
type ApiGetIndexerNewznabRequest ¶ added in v1.0.0
type ApiGetIndexerNewznabRequest struct { ApiService *NewznabAPIService // contains filtered or unexported fields }
func (ApiGetIndexerNewznabRequest) Album ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Album(album string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Artist ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Artist(artist string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Author ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Author(author string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Cat ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Cat(cat string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Configured ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Configured(configured string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Doubanid ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Doubanid(doubanid int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Ep ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Ep(ep string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Execute ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Execute() (*http.Response, error)
func (ApiGetIndexerNewznabRequest) Extended ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Extended(extended string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Genre ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Genre(genre string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Host ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Host(host string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Imdbid ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Imdbid(imdbid string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Label ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Label(label string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Limit ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Limit(limit int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Maxage ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Maxage(maxage int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Maxsize ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Maxsize(maxsize int64) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Minage ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Minage(minage int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Minsize ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Minsize(minsize int64) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Offset ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Offset(offset int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Publisher ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Publisher(publisher string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Q ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Q(q string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Rid ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Rid(rid int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Season ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Season(season int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Server ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Server(server string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Source ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Source(source string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) T ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) T(t string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Title ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Title(title string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Tmdbid ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Tmdbid(tmdbid int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Track ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Track(track string) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Traktid ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Traktid(traktid int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Tvdbid ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Tvdbid(tvdbid int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Tvmazeid ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Tvmazeid(tvmazeid int32) ApiGetIndexerNewznabRequest
func (ApiGetIndexerNewznabRequest) Year ¶ added in v1.0.0
func (r ApiGetIndexerNewznabRequest) Year(year int32) ApiGetIndexerNewznabRequest
type ApiGetIndexerProxyByIdRequest ¶
type ApiGetIndexerProxyByIdRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
func (ApiGetIndexerProxyByIdRequest) Execute ¶
func (r ApiGetIndexerProxyByIdRequest) Execute() (*IndexerProxyResource, *http.Response, error)
type ApiGetIndexerStatsRequest ¶
type ApiGetIndexerStatsRequest struct { ApiService *IndexerStatsAPIService // contains filtered or unexported fields }
func (ApiGetIndexerStatsRequest) EndDate ¶
func (r ApiGetIndexerStatsRequest) EndDate(endDate time.Time) ApiGetIndexerStatsRequest
func (ApiGetIndexerStatsRequest) Execute ¶
func (r ApiGetIndexerStatsRequest) Execute() (*IndexerStatsResource, *http.Response, error)
func (ApiGetIndexerStatsRequest) Indexers ¶ added in v1.0.0
func (r ApiGetIndexerStatsRequest) Indexers(indexers string) ApiGetIndexerStatsRequest
func (ApiGetIndexerStatsRequest) Protocols ¶ added in v1.0.0
func (r ApiGetIndexerStatsRequest) Protocols(protocols string) ApiGetIndexerStatsRequest
func (ApiGetIndexerStatsRequest) StartDate ¶
func (r ApiGetIndexerStatsRequest) StartDate(startDate time.Time) ApiGetIndexerStatsRequest
func (ApiGetIndexerStatsRequest) Tags ¶ added in v1.0.0
func (r ApiGetIndexerStatsRequest) Tags(tags string) ApiGetIndexerStatsRequest
type ApiGetLocalizationRequest ¶
type ApiGetLocalizationRequest struct { ApiService *LocalizationAPIService // contains filtered or unexported fields }
type ApiGetLogFileByFilenameRequest ¶
type ApiGetLogFileByFilenameRequest struct { ApiService *LogFileAPIService // contains filtered or unexported fields }
type ApiGetLogFileUpdateByFilenameRequest ¶
type ApiGetLogFileUpdateByFilenameRequest struct { ApiService *UpdateLogFileAPIService // contains filtered or unexported fields }
type ApiGetLogRequest ¶
type ApiGetLogRequest struct { ApiService *LogAPIService // contains filtered or unexported fields }
func (ApiGetLogRequest) Execute ¶
func (r ApiGetLogRequest) Execute() (*LogResourcePagingResource, *http.Response, error)
func (ApiGetLogRequest) Level ¶ added in v1.0.0
func (r ApiGetLogRequest) Level(level string) ApiGetLogRequest
func (ApiGetLogRequest) Page ¶ added in v1.0.0
func (r ApiGetLogRequest) Page(page int32) ApiGetLogRequest
func (ApiGetLogRequest) PageSize ¶ added in v1.0.0
func (r ApiGetLogRequest) PageSize(pageSize int32) ApiGetLogRequest
func (ApiGetLogRequest) SortDirection ¶ added in v1.0.0
func (r ApiGetLogRequest) SortDirection(sortDirection SortDirection) ApiGetLogRequest
func (ApiGetLogRequest) SortKey ¶ added in v1.0.0
func (r ApiGetLogRequest) SortKey(sortKey string) ApiGetLogRequest
type ApiGetLoginRequest ¶
type ApiGetLoginRequest struct { ApiService *StaticResourceAPIService // contains filtered or unexported fields }
type ApiGetLogoutRequest ¶
type ApiGetLogoutRequest struct { ApiService *AuthenticationAPIService // contains filtered or unexported fields }
type ApiGetNotificationByIdRequest ¶
type ApiGetNotificationByIdRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
func (ApiGetNotificationByIdRequest) Execute ¶
func (r ApiGetNotificationByIdRequest) Execute() (*NotificationResource, *http.Response, error)
type ApiGetPingRequest ¶ added in v0.2.0
type ApiGetPingRequest struct { ApiService *PingAPIService // contains filtered or unexported fields }
func (ApiGetPingRequest) Execute ¶ added in v0.2.0
func (r ApiGetPingRequest) Execute() (*PingResource, *http.Response, error)
type ApiGetRequest ¶
type ApiGetRequest struct { ApiService *StaticResourceAPIService // contains filtered or unexported fields }
type ApiGetSystemRoutesDuplicateRequest ¶
type ApiGetSystemRoutesDuplicateRequest struct { ApiService *SystemAPIService // contains filtered or unexported fields }
type ApiGetSystemRoutesRequest ¶
type ApiGetSystemRoutesRequest struct { ApiService *SystemAPIService // contains filtered or unexported fields }
type ApiGetSystemStatusRequest ¶
type ApiGetSystemStatusRequest struct { ApiService *SystemAPIService // contains filtered or unexported fields }
func (ApiGetSystemStatusRequest) Execute ¶
func (r ApiGetSystemStatusRequest) Execute() (*SystemResource, *http.Response, error)
type ApiGetSystemTaskByIdRequest ¶
type ApiGetSystemTaskByIdRequest struct { ApiService *TaskAPIService // contains filtered or unexported fields }
func (ApiGetSystemTaskByIdRequest) Execute ¶
func (r ApiGetSystemTaskByIdRequest) Execute() (*TaskResource, *http.Response, error)
type ApiGetTagByIdRequest ¶
type ApiGetTagByIdRequest struct { ApiService *TagAPIService // contains filtered or unexported fields }
func (ApiGetTagByIdRequest) Execute ¶
func (r ApiGetTagByIdRequest) Execute() (*TagResource, *http.Response, error)
type ApiGetTagDetailByIdRequest ¶
type ApiGetTagDetailByIdRequest struct { ApiService *TagDetailsAPIService // contains filtered or unexported fields }
func (ApiGetTagDetailByIdRequest) Execute ¶
func (r ApiGetTagDetailByIdRequest) Execute() (*TagDetailsResource, *http.Response, error)
type ApiGetUiConfigByIdRequest ¶
type ApiGetUiConfigByIdRequest struct { ApiService *UiConfigAPIService // contains filtered or unexported fields }
func (ApiGetUiConfigByIdRequest) Execute ¶
func (r ApiGetUiConfigByIdRequest) Execute() (*UiConfigResource, *http.Response, error)
type ApiGetUiConfigRequest ¶
type ApiGetUiConfigRequest struct { ApiService *UiConfigAPIService // contains filtered or unexported fields }
func (ApiGetUiConfigRequest) Execute ¶
func (r ApiGetUiConfigRequest) Execute() (*UiConfigResource, *http.Response, error)
type ApiHeadPingRequest ¶ added in v1.1.0
type ApiHeadPingRequest struct { ApiService *PingAPIService // contains filtered or unexported fields }
func (ApiHeadPingRequest) Execute ¶ added in v1.1.0
func (r ApiHeadPingRequest) Execute() (*PingResource, *http.Response, error)
type ApiInfoAPIService ¶ added in v1.0.0
type ApiInfoAPIService service
ApiInfoAPIService ApiInfoAPI service
func (*ApiInfoAPIService) GetApi ¶ added in v1.0.0
func (a *ApiInfoAPIService) GetApi(ctx context.Context) ApiGetApiRequest
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.0
func (a *ApiInfoAPIService) GetApiExecute(r ApiGetApiRequest) (*ApiInfoResource, *http.Response, error)
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.0
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 ApiListAppProfileRequest ¶
type ApiListAppProfileRequest struct { ApiService *AppProfileAPIService // contains filtered or unexported fields }
func (ApiListAppProfileRequest) Execute ¶
func (r ApiListAppProfileRequest) Execute() ([]AppProfileResource, *http.Response, error)
type ApiListApplicationsRequest ¶
type ApiListApplicationsRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiListApplicationsRequest) Execute ¶
func (r ApiListApplicationsRequest) Execute() ([]ApplicationResource, *http.Response, error)
type ApiListApplicationsSchemaRequest ¶
type ApiListApplicationsSchemaRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiListApplicationsSchemaRequest) Execute ¶
func (r ApiListApplicationsSchemaRequest) Execute() ([]ApplicationResource, *http.Response, error)
type ApiListCommandRequest ¶
type ApiListCommandRequest struct { ApiService *CommandAPIService // contains filtered or unexported fields }
func (ApiListCommandRequest) Execute ¶
func (r ApiListCommandRequest) Execute() ([]CommandResource, *http.Response, error)
type ApiListCustomFilterRequest ¶
type ApiListCustomFilterRequest struct { ApiService *CustomFilterAPIService // contains filtered or unexported fields }
func (ApiListCustomFilterRequest) Execute ¶
func (r ApiListCustomFilterRequest) Execute() ([]CustomFilterResource, *http.Response, error)
type ApiListDownloadClientRequest ¶
type ApiListDownloadClientRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
func (ApiListDownloadClientRequest) Execute ¶
func (r ApiListDownloadClientRequest) Execute() ([]DownloadClientResource, *http.Response, error)
type ApiListDownloadClientSchemaRequest ¶
type ApiListDownloadClientSchemaRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
func (ApiListDownloadClientSchemaRequest) Execute ¶
func (r ApiListDownloadClientSchemaRequest) Execute() ([]DownloadClientResource, *http.Response, error)
type ApiListHealthRequest ¶
type ApiListHealthRequest struct { ApiService *HealthAPIService // contains filtered or unexported fields }
func (ApiListHealthRequest) Execute ¶
func (r ApiListHealthRequest) Execute() ([]HealthResource, *http.Response, error)
type ApiListHistoryIndexerRequest ¶
type ApiListHistoryIndexerRequest struct { ApiService *HistoryAPIService // contains filtered or unexported fields }
func (ApiListHistoryIndexerRequest) EventType ¶
func (r ApiListHistoryIndexerRequest) EventType(eventType HistoryEventType) ApiListHistoryIndexerRequest
func (ApiListHistoryIndexerRequest) Execute ¶
func (r ApiListHistoryIndexerRequest) Execute() ([]HistoryResource, *http.Response, error)
func (ApiListHistoryIndexerRequest) IndexerId ¶
func (r ApiListHistoryIndexerRequest) IndexerId(indexerId int32) ApiListHistoryIndexerRequest
func (ApiListHistoryIndexerRequest) Limit ¶ added in v1.0.0
func (r ApiListHistoryIndexerRequest) Limit(limit int32) ApiListHistoryIndexerRequest
type ApiListHistorySinceRequest ¶
type ApiListHistorySinceRequest struct { ApiService *HistoryAPIService // contains filtered or unexported fields }
func (ApiListHistorySinceRequest) Date ¶
func (r ApiListHistorySinceRequest) Date(date time.Time) ApiListHistorySinceRequest
func (ApiListHistorySinceRequest) EventType ¶
func (r ApiListHistorySinceRequest) EventType(eventType HistoryEventType) ApiListHistorySinceRequest
func (ApiListHistorySinceRequest) Execute ¶
func (r ApiListHistorySinceRequest) Execute() ([]HistoryResource, *http.Response, error)
type ApiListIndexerCategoriesRequest ¶
type ApiListIndexerCategoriesRequest struct { ApiService *IndexerDefaultCategoriesAPIService // contains filtered or unexported fields }
func (ApiListIndexerCategoriesRequest) Execute ¶
func (r ApiListIndexerCategoriesRequest) Execute() ([]IndexerCategory, *http.Response, error)
type ApiListIndexerProxyRequest ¶
type ApiListIndexerProxyRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
func (ApiListIndexerProxyRequest) Execute ¶
func (r ApiListIndexerProxyRequest) Execute() ([]IndexerProxyResource, *http.Response, error)
type ApiListIndexerProxySchemaRequest ¶
type ApiListIndexerProxySchemaRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
func (ApiListIndexerProxySchemaRequest) Execute ¶
func (r ApiListIndexerProxySchemaRequest) Execute() ([]IndexerProxyResource, *http.Response, error)
type ApiListIndexerRequest ¶
type ApiListIndexerRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiListIndexerRequest) Execute ¶
func (r ApiListIndexerRequest) Execute() ([]IndexerResource, *http.Response, error)
type ApiListIndexerSchemaRequest ¶
type ApiListIndexerSchemaRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiListIndexerSchemaRequest) Execute ¶
func (r ApiListIndexerSchemaRequest) Execute() ([]IndexerResource, *http.Response, error)
type ApiListIndexerStatusRequest ¶
type ApiListIndexerStatusRequest struct { ApiService *IndexerStatusAPIService // contains filtered or unexported fields }
func (ApiListIndexerStatusRequest) Execute ¶
func (r ApiListIndexerStatusRequest) Execute() ([]IndexerStatusResource, *http.Response, error)
type ApiListLocalizationOptionsRequest ¶
type ApiListLocalizationOptionsRequest struct { ApiService *LocalizationAPIService // contains filtered or unexported fields }
func (ApiListLocalizationOptionsRequest) Execute ¶
func (r ApiListLocalizationOptionsRequest) Execute() ([]LocalizationOption, *http.Response, error)
type ApiListLogFileRequest ¶
type ApiListLogFileRequest struct { ApiService *LogFileAPIService // contains filtered or unexported fields }
func (ApiListLogFileRequest) Execute ¶
func (r ApiListLogFileRequest) Execute() ([]LogFileResource, *http.Response, error)
type ApiListLogFileUpdateRequest ¶
type ApiListLogFileUpdateRequest struct { ApiService *UpdateLogFileAPIService // contains filtered or unexported fields }
func (ApiListLogFileUpdateRequest) Execute ¶
func (r ApiListLogFileUpdateRequest) Execute() ([]LogFileResource, *http.Response, error)
type ApiListNotificationRequest ¶
type ApiListNotificationRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
func (ApiListNotificationRequest) Execute ¶
func (r ApiListNotificationRequest) Execute() ([]NotificationResource, *http.Response, error)
type ApiListNotificationSchemaRequest ¶
type ApiListNotificationSchemaRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
func (ApiListNotificationSchemaRequest) Execute ¶
func (r ApiListNotificationSchemaRequest) Execute() ([]NotificationResource, *http.Response, error)
type ApiListSearchRequest ¶
type ApiListSearchRequest struct { ApiService *SearchAPIService // contains filtered or unexported fields }
func (ApiListSearchRequest) Categories ¶
func (r ApiListSearchRequest) Categories(categories []int32) ApiListSearchRequest
func (ApiListSearchRequest) Execute ¶
func (r ApiListSearchRequest) Execute() ([]ReleaseResource, *http.Response, error)
func (ApiListSearchRequest) IndexerIds ¶
func (r ApiListSearchRequest) IndexerIds(indexerIds []int32) ApiListSearchRequest
func (ApiListSearchRequest) Limit ¶
func (r ApiListSearchRequest) Limit(limit int32) ApiListSearchRequest
func (ApiListSearchRequest) Offset ¶
func (r ApiListSearchRequest) Offset(offset int32) ApiListSearchRequest
func (ApiListSearchRequest) Query ¶
func (r ApiListSearchRequest) Query(query string) ApiListSearchRequest
func (ApiListSearchRequest) Type_ ¶
func (r ApiListSearchRequest) Type_(type_ string) ApiListSearchRequest
type ApiListSystemBackupRequest ¶
type ApiListSystemBackupRequest struct { ApiService *BackupAPIService // contains filtered or unexported fields }
func (ApiListSystemBackupRequest) Execute ¶
func (r ApiListSystemBackupRequest) Execute() ([]BackupResource, *http.Response, error)
type ApiListSystemTaskRequest ¶
type ApiListSystemTaskRequest struct { ApiService *TaskAPIService // contains filtered or unexported fields }
func (ApiListSystemTaskRequest) Execute ¶
func (r ApiListSystemTaskRequest) Execute() ([]TaskResource, *http.Response, error)
type ApiListTagDetailRequest ¶
type ApiListTagDetailRequest struct { ApiService *TagDetailsAPIService // contains filtered or unexported fields }
func (ApiListTagDetailRequest) Execute ¶
func (r ApiListTagDetailRequest) Execute() ([]TagDetailsResource, *http.Response, error)
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 ¶
func (r ApiListUpdateRequest) Execute() ([]UpdateResource, *http.Response, error)
type ApiPutApplicationsBulkRequest ¶ added in v1.0.0
type ApiPutApplicationsBulkRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiPutApplicationsBulkRequest) ApplicationBulkResource ¶ added in v1.0.0
func (r ApiPutApplicationsBulkRequest) ApplicationBulkResource(applicationBulkResource ApplicationBulkResource) ApiPutApplicationsBulkRequest
func (ApiPutApplicationsBulkRequest) Execute ¶ added in v1.0.0
func (r ApiPutApplicationsBulkRequest) Execute() (*ApplicationResource, *http.Response, error)
type ApiPutDownloadClientBulkRequest ¶ added in v1.0.0
type ApiPutDownloadClientBulkRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
func (ApiPutDownloadClientBulkRequest) DownloadClientBulkResource ¶ added in v1.0.0
func (r ApiPutDownloadClientBulkRequest) DownloadClientBulkResource(downloadClientBulkResource DownloadClientBulkResource) ApiPutDownloadClientBulkRequest
func (ApiPutDownloadClientBulkRequest) Execute ¶ added in v1.0.0
func (r ApiPutDownloadClientBulkRequest) Execute() (*DownloadClientResource, *http.Response, error)
type ApiPutIndexerBulkRequest ¶ added in v1.0.0
type ApiPutIndexerBulkRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiPutIndexerBulkRequest) Execute ¶ added in v1.0.0
func (r ApiPutIndexerBulkRequest) Execute() (*IndexerResource, *http.Response, error)
func (ApiPutIndexerBulkRequest) IndexerBulkResource ¶ added in v1.0.0
func (r ApiPutIndexerBulkRequest) IndexerBulkResource(indexerBulkResource IndexerBulkResource) ApiPutIndexerBulkRequest
type ApiTestApplicationsRequest ¶
type ApiTestApplicationsRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiTestApplicationsRequest) ApplicationResource ¶
func (r ApiTestApplicationsRequest) ApplicationResource(applicationResource ApplicationResource) ApiTestApplicationsRequest
func (ApiTestApplicationsRequest) Execute ¶
func (r ApiTestApplicationsRequest) Execute() (*http.Response, error)
func (ApiTestApplicationsRequest) ForceTest ¶ added in v1.1.0
func (r ApiTestApplicationsRequest) ForceTest(forceTest bool) ApiTestApplicationsRequest
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 ¶
func (r ApiTestDownloadClientRequest) Execute() (*http.Response, error)
func (ApiTestDownloadClientRequest) ForceTest ¶ added in v1.1.0
func (r ApiTestDownloadClientRequest) ForceTest(forceTest bool) ApiTestDownloadClientRequest
type ApiTestIndexerProxyRequest ¶
type ApiTestIndexerProxyRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
func (ApiTestIndexerProxyRequest) Execute ¶
func (r ApiTestIndexerProxyRequest) Execute() (*http.Response, error)
func (ApiTestIndexerProxyRequest) ForceTest ¶ added in v1.1.0
func (r ApiTestIndexerProxyRequest) ForceTest(forceTest bool) ApiTestIndexerProxyRequest
func (ApiTestIndexerProxyRequest) IndexerProxyResource ¶
func (r ApiTestIndexerProxyRequest) IndexerProxyResource(indexerProxyResource IndexerProxyResource) ApiTestIndexerProxyRequest
type ApiTestIndexerRequest ¶
type ApiTestIndexerRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiTestIndexerRequest) Execute ¶
func (r ApiTestIndexerRequest) Execute() (*http.Response, error)
func (ApiTestIndexerRequest) ForceTest ¶ added in v1.1.0
func (r ApiTestIndexerRequest) ForceTest(forceTest bool) ApiTestIndexerRequest
func (ApiTestIndexerRequest) IndexerResource ¶
func (r ApiTestIndexerRequest) IndexerResource(indexerResource IndexerResource) ApiTestIndexerRequest
type ApiTestNotificationRequest ¶
type ApiTestNotificationRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
func (ApiTestNotificationRequest) Execute ¶
func (r ApiTestNotificationRequest) Execute() (*http.Response, error)
func (ApiTestNotificationRequest) ForceTest ¶ added in v1.1.0
func (r ApiTestNotificationRequest) ForceTest(forceTest bool) ApiTestNotificationRequest
func (ApiTestNotificationRequest) NotificationResource ¶
func (r ApiTestNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiTestNotificationRequest
type ApiTestallApplicationsRequest ¶
type ApiTestallApplicationsRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
type ApiTestallDownloadClientRequest ¶
type ApiTestallDownloadClientRequest struct { ApiService *DownloadClientAPIService // contains filtered or unexported fields }
type ApiTestallIndexerProxyRequest ¶
type ApiTestallIndexerProxyRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
type ApiTestallIndexerRequest ¶
type ApiTestallIndexerRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
type ApiTestallNotificationRequest ¶
type ApiTestallNotificationRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
type ApiUpdateAppProfileRequest ¶
type ApiUpdateAppProfileRequest struct { ApiService *AppProfileAPIService // contains filtered or unexported fields }
func (ApiUpdateAppProfileRequest) AppProfileResource ¶
func (r ApiUpdateAppProfileRequest) AppProfileResource(appProfileResource AppProfileResource) ApiUpdateAppProfileRequest
func (ApiUpdateAppProfileRequest) Execute ¶
func (r ApiUpdateAppProfileRequest) Execute() (*AppProfileResource, *http.Response, error)
type ApiUpdateApplicationsRequest ¶
type ApiUpdateApplicationsRequest struct { ApiService *ApplicationAPIService // contains filtered or unexported fields }
func (ApiUpdateApplicationsRequest) ApplicationResource ¶
func (r ApiUpdateApplicationsRequest) ApplicationResource(applicationResource ApplicationResource) ApiUpdateApplicationsRequest
func (ApiUpdateApplicationsRequest) Execute ¶
func (r ApiUpdateApplicationsRequest) Execute() (*ApplicationResource, *http.Response, error)
func (ApiUpdateApplicationsRequest) ForceSave ¶ added in v0.4.0
func (r ApiUpdateApplicationsRequest) ForceSave(forceSave bool) ApiUpdateApplicationsRequest
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 ¶
func (r ApiUpdateCustomFilterRequest) Execute() (*CustomFilterResource, *http.Response, error)
type ApiUpdateDevelopmentConfigRequest ¶
type ApiUpdateDevelopmentConfigRequest struct { ApiService *DevelopmentConfigAPIService // contains filtered or unexported fields }
func (ApiUpdateDevelopmentConfigRequest) DevelopmentConfigResource ¶
func (r ApiUpdateDevelopmentConfigRequest) DevelopmentConfigResource(developmentConfigResource DevelopmentConfigResource) ApiUpdateDevelopmentConfigRequest
func (ApiUpdateDevelopmentConfigRequest) Execute ¶
func (r ApiUpdateDevelopmentConfigRequest) Execute() (*DevelopmentConfigResource, *http.Response, error)
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 ¶
func (r ApiUpdateDownloadClientConfigRequest) Execute() (*DownloadClientConfigResource, *http.Response, error)
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 (r ApiUpdateDownloadClientRequest) Execute() (*DownloadClientResource, *http.Response, error)
func (ApiUpdateDownloadClientRequest) ForceSave ¶ added in v0.4.0
func (r ApiUpdateDownloadClientRequest) ForceSave(forceSave bool) ApiUpdateDownloadClientRequest
type ApiUpdateHostConfigRequest ¶
type ApiUpdateHostConfigRequest struct { ApiService *HostConfigAPIService // contains filtered or unexported fields }
func (ApiUpdateHostConfigRequest) Execute ¶
func (r ApiUpdateHostConfigRequest) Execute() (*HostConfigResource, *http.Response, error)
func (ApiUpdateHostConfigRequest) HostConfigResource ¶
func (r ApiUpdateHostConfigRequest) HostConfigResource(hostConfigResource HostConfigResource) ApiUpdateHostConfigRequest
type ApiUpdateIndexerProxyRequest ¶
type ApiUpdateIndexerProxyRequest struct { ApiService *IndexerProxyAPIService // contains filtered or unexported fields }
func (ApiUpdateIndexerProxyRequest) Execute ¶
func (r ApiUpdateIndexerProxyRequest) Execute() (*IndexerProxyResource, *http.Response, error)
func (ApiUpdateIndexerProxyRequest) ForceSave ¶ added in v0.4.0
func (r ApiUpdateIndexerProxyRequest) ForceSave(forceSave bool) ApiUpdateIndexerProxyRequest
func (ApiUpdateIndexerProxyRequest) IndexerProxyResource ¶
func (r ApiUpdateIndexerProxyRequest) IndexerProxyResource(indexerProxyResource IndexerProxyResource) ApiUpdateIndexerProxyRequest
type ApiUpdateIndexerRequest ¶
type ApiUpdateIndexerRequest struct { ApiService *IndexerAPIService // contains filtered or unexported fields }
func (ApiUpdateIndexerRequest) Execute ¶
func (r ApiUpdateIndexerRequest) Execute() (*IndexerResource, *http.Response, error)
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 ApiUpdateNotificationRequest ¶
type ApiUpdateNotificationRequest struct { ApiService *NotificationAPIService // contains filtered or unexported fields }
func (ApiUpdateNotificationRequest) Execute ¶
func (r ApiUpdateNotificationRequest) Execute() (*NotificationResource, *http.Response, error)
func (ApiUpdateNotificationRequest) ForceSave ¶ added in v0.4.0
func (r ApiUpdateNotificationRequest) ForceSave(forceSave bool) ApiUpdateNotificationRequest
func (ApiUpdateNotificationRequest) NotificationResource ¶
func (r ApiUpdateNotificationRequest) NotificationResource(notificationResource NotificationResource) ApiUpdateNotificationRequest
type ApiUpdateTagRequest ¶
type ApiUpdateTagRequest struct { ApiService *TagAPIService // contains filtered or unexported fields }
func (ApiUpdateTagRequest) Execute ¶
func (r ApiUpdateTagRequest) Execute() (*TagResource, *http.Response, error)
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 (r ApiUpdateUiConfigRequest) Execute() (*UiConfigResource, *http.Response, error)
func (ApiUpdateUiConfigRequest) UiConfigResource ¶
func (r ApiUpdateUiConfigRequest) UiConfigResource(uiConfigResource UiConfigResource) ApiUpdateUiConfigRequest
type AppProfileAPIService ¶ added in v1.0.0
type AppProfileAPIService service
AppProfileAPIService AppProfileAPI service
func (*AppProfileAPIService) CreateAppProfile ¶ added in v1.0.0
func (a *AppProfileAPIService) CreateAppProfile(ctx context.Context) ApiCreateAppProfileRequest
CreateAppProfile Method for CreateAppProfile
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateAppProfileRequest
func (*AppProfileAPIService) CreateAppProfileExecute ¶ added in v1.0.0
func (a *AppProfileAPIService) CreateAppProfileExecute(r ApiCreateAppProfileRequest) (*AppProfileResource, *http.Response, error)
Execute executes the request
@return AppProfileResource
func (*AppProfileAPIService) DeleteAppProfile ¶ added in v1.0.0
func (a *AppProfileAPIService) DeleteAppProfile(ctx context.Context, id int32) ApiDeleteAppProfileRequest
DeleteAppProfile Method for DeleteAppProfile
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteAppProfileRequest
func (*AppProfileAPIService) DeleteAppProfileExecute ¶ added in v1.0.0
func (a *AppProfileAPIService) DeleteAppProfileExecute(r ApiDeleteAppProfileRequest) (*http.Response, error)
Execute executes the request
func (*AppProfileAPIService) GetAppProfileById ¶ added in v1.0.0
func (a *AppProfileAPIService) GetAppProfileById(ctx context.Context, id int32) ApiGetAppProfileByIdRequest
GetAppProfileById Method for GetAppProfileById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAppProfileByIdRequest
func (*AppProfileAPIService) GetAppProfileByIdExecute ¶ added in v1.0.0
func (a *AppProfileAPIService) GetAppProfileByIdExecute(r ApiGetAppProfileByIdRequest) (*AppProfileResource, *http.Response, error)
Execute executes the request
@return AppProfileResource
func (*AppProfileAPIService) GetAppProfileSchema ¶ added in v1.0.0
func (a *AppProfileAPIService) GetAppProfileSchema(ctx context.Context) ApiGetAppProfileSchemaRequest
GetAppProfileSchema Method for GetAppProfileSchema
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetAppProfileSchemaRequest
func (*AppProfileAPIService) GetAppProfileSchemaExecute ¶ added in v1.0.0
func (a *AppProfileAPIService) GetAppProfileSchemaExecute(r ApiGetAppProfileSchemaRequest) (*AppProfileResource, *http.Response, error)
Execute executes the request
@return AppProfileResource
func (*AppProfileAPIService) ListAppProfile ¶ added in v1.0.0
func (a *AppProfileAPIService) ListAppProfile(ctx context.Context) ApiListAppProfileRequest
ListAppProfile Method for ListAppProfile
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAppProfileRequest
func (*AppProfileAPIService) ListAppProfileExecute ¶ added in v1.0.0
func (a *AppProfileAPIService) ListAppProfileExecute(r ApiListAppProfileRequest) ([]AppProfileResource, *http.Response, error)
Execute executes the request
@return []AppProfileResource
func (*AppProfileAPIService) UpdateAppProfile ¶ added in v1.0.0
func (a *AppProfileAPIService) UpdateAppProfile(ctx context.Context, id string) ApiUpdateAppProfileRequest
UpdateAppProfile Method for UpdateAppProfile
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateAppProfileRequest
func (*AppProfileAPIService) UpdateAppProfileExecute ¶ added in v1.0.0
func (a *AppProfileAPIService) UpdateAppProfileExecute(r ApiUpdateAppProfileRequest) (*AppProfileResource, *http.Response, error)
Execute executes the request
@return AppProfileResource
type AppProfileResource ¶
type AppProfileResource struct { Id *int32 `json:"id,omitempty"` Name NullableString `json:"name,omitempty"` EnableRss *bool `json:"enableRss,omitempty"` EnableAutomaticSearch *bool `json:"enableAutomaticSearch,omitempty"` EnableInteractiveSearch *bool `json:"enableInteractiveSearch,omitempty"` MinimumSeeders *int32 `json:"minimumSeeders,omitempty"` }
AppProfileResource struct for AppProfileResource
func NewAppProfileResource ¶
func NewAppProfileResource() *AppProfileResource
NewAppProfileResource instantiates a new AppProfileResource 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 NewAppProfileResourceWithDefaults ¶
func NewAppProfileResourceWithDefaults() *AppProfileResource
NewAppProfileResourceWithDefaults instantiates a new AppProfileResource 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 (*AppProfileResource) GetEnableAutomaticSearch ¶
func (o *AppProfileResource) GetEnableAutomaticSearch() bool
GetEnableAutomaticSearch returns the EnableAutomaticSearch field value if set, zero value otherwise.
func (*AppProfileResource) GetEnableAutomaticSearchOk ¶
func (o *AppProfileResource) 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 (*AppProfileResource) GetEnableInteractiveSearch ¶
func (o *AppProfileResource) GetEnableInteractiveSearch() bool
GetEnableInteractiveSearch returns the EnableInteractiveSearch field value if set, zero value otherwise.
func (*AppProfileResource) GetEnableInteractiveSearchOk ¶
func (o *AppProfileResource) 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 (*AppProfileResource) GetEnableRss ¶
func (o *AppProfileResource) GetEnableRss() bool
GetEnableRss returns the EnableRss field value if set, zero value otherwise.
func (*AppProfileResource) GetEnableRssOk ¶
func (o *AppProfileResource) 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 (*AppProfileResource) GetId ¶
func (o *AppProfileResource) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*AppProfileResource) GetIdOk ¶
func (o *AppProfileResource) 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 (*AppProfileResource) GetMinimumSeeders ¶
func (o *AppProfileResource) GetMinimumSeeders() int32
GetMinimumSeeders returns the MinimumSeeders field value if set, zero value otherwise.
func (*AppProfileResource) GetMinimumSeedersOk ¶
func (o *AppProfileResource) GetMinimumSeedersOk() (*int32, bool)
GetMinimumSeedersOk returns a tuple with the MinimumSeeders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppProfileResource) GetName ¶
func (o *AppProfileResource) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AppProfileResource) GetNameOk ¶
func (o *AppProfileResource) 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 (*AppProfileResource) HasEnableAutomaticSearch ¶
func (o *AppProfileResource) HasEnableAutomaticSearch() bool
HasEnableAutomaticSearch returns a boolean if a field has been set.
func (*AppProfileResource) HasEnableInteractiveSearch ¶
func (o *AppProfileResource) HasEnableInteractiveSearch() bool
HasEnableInteractiveSearch returns a boolean if a field has been set.
func (*AppProfileResource) HasEnableRss ¶
func (o *AppProfileResource) HasEnableRss() bool
HasEnableRss returns a boolean if a field has been set.
func (*AppProfileResource) HasId ¶
func (o *AppProfileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*AppProfileResource) HasMinimumSeeders ¶
func (o *AppProfileResource) HasMinimumSeeders() bool
HasMinimumSeeders returns a boolean if a field has been set.
func (*AppProfileResource) HasName ¶
func (o *AppProfileResource) HasName() bool
HasName returns a boolean if a field has been set.
func (AppProfileResource) MarshalJSON ¶
func (o AppProfileResource) MarshalJSON() ([]byte, error)
func (*AppProfileResource) SetEnableAutomaticSearch ¶
func (o *AppProfileResource) SetEnableAutomaticSearch(v bool)
SetEnableAutomaticSearch gets a reference to the given bool and assigns it to the EnableAutomaticSearch field.
func (*AppProfileResource) SetEnableInteractiveSearch ¶
func (o *AppProfileResource) SetEnableInteractiveSearch(v bool)
SetEnableInteractiveSearch gets a reference to the given bool and assigns it to the EnableInteractiveSearch field.
func (*AppProfileResource) SetEnableRss ¶
func (o *AppProfileResource) SetEnableRss(v bool)
SetEnableRss gets a reference to the given bool and assigns it to the EnableRss field.
func (*AppProfileResource) SetId ¶
func (o *AppProfileResource) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*AppProfileResource) SetMinimumSeeders ¶
func (o *AppProfileResource) SetMinimumSeeders(v int32)
SetMinimumSeeders gets a reference to the given int32 and assigns it to the MinimumSeeders field.
func (*AppProfileResource) SetName ¶
func (o *AppProfileResource) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*AppProfileResource) SetNameNil ¶
func (o *AppProfileResource) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (AppProfileResource) ToMap ¶ added in v1.0.0
func (o AppProfileResource) ToMap() (map[string]interface{}, error)
func (*AppProfileResource) UnsetName ¶
func (o *AppProfileResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
type ApplicationAPIService ¶ added in v1.0.0
type ApplicationAPIService service
ApplicationAPIService ApplicationAPI service
func (*ApplicationAPIService) CreateApplications ¶ added in v1.0.0
func (a *ApplicationAPIService) CreateApplications(ctx context.Context) ApiCreateApplicationsRequest
CreateApplications Method for CreateApplications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApplicationsRequest
func (*ApplicationAPIService) CreateApplicationsActionByName ¶ added in v1.0.0
func (a *ApplicationAPIService) CreateApplicationsActionByName(ctx context.Context, name string) ApiCreateApplicationsActionByNameRequest
CreateApplicationsActionByName Method for CreateApplicationsActionByName
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiCreateApplicationsActionByNameRequest
func (*ApplicationAPIService) CreateApplicationsActionByNameExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) CreateApplicationsActionByNameExecute(r ApiCreateApplicationsActionByNameRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationAPIService) CreateApplicationsExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) CreateApplicationsExecute(r ApiCreateApplicationsRequest) (*ApplicationResource, *http.Response, error)
Execute executes the request
@return ApplicationResource
func (*ApplicationAPIService) DeleteApplications ¶ added in v1.0.0
func (a *ApplicationAPIService) DeleteApplications(ctx context.Context, id int32) ApiDeleteApplicationsRequest
DeleteApplications Method for DeleteApplications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteApplicationsRequest
func (*ApplicationAPIService) DeleteApplicationsBulk ¶ added in v1.0.0
func (a *ApplicationAPIService) DeleteApplicationsBulk(ctx context.Context) ApiDeleteApplicationsBulkRequest
DeleteApplicationsBulk Method for DeleteApplicationsBulk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteApplicationsBulkRequest
func (*ApplicationAPIService) DeleteApplicationsBulkExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) DeleteApplicationsBulkExecute(r ApiDeleteApplicationsBulkRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationAPIService) DeleteApplicationsExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) DeleteApplicationsExecute(r ApiDeleteApplicationsRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationAPIService) GetApplicationsById ¶ added in v1.0.0
func (a *ApplicationAPIService) GetApplicationsById(ctx context.Context, id int32) ApiGetApplicationsByIdRequest
GetApplicationsById Method for GetApplicationsById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetApplicationsByIdRequest
func (*ApplicationAPIService) GetApplicationsByIdExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) GetApplicationsByIdExecute(r ApiGetApplicationsByIdRequest) (*ApplicationResource, *http.Response, error)
Execute executes the request
@return ApplicationResource
func (*ApplicationAPIService) ListApplications ¶ added in v1.0.0
func (a *ApplicationAPIService) ListApplications(ctx context.Context) ApiListApplicationsRequest
ListApplications Method for ListApplications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListApplicationsRequest
func (*ApplicationAPIService) ListApplicationsExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) ListApplicationsExecute(r ApiListApplicationsRequest) ([]ApplicationResource, *http.Response, error)
Execute executes the request
@return []ApplicationResource
func (*ApplicationAPIService) ListApplicationsSchema ¶ added in v1.0.0
func (a *ApplicationAPIService) ListApplicationsSchema(ctx context.Context) ApiListApplicationsSchemaRequest
ListApplicationsSchema Method for ListApplicationsSchema
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListApplicationsSchemaRequest
func (*ApplicationAPIService) ListApplicationsSchemaExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) ListApplicationsSchemaExecute(r ApiListApplicationsSchemaRequest) ([]ApplicationResource, *http.Response, error)
Execute executes the request
@return []ApplicationResource
func (*ApplicationAPIService) PutApplicationsBulk ¶ added in v1.0.0
func (a *ApplicationAPIService) PutApplicationsBulk(ctx context.Context) ApiPutApplicationsBulkRequest
PutApplicationsBulk Method for PutApplicationsBulk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPutApplicationsBulkRequest
func (*ApplicationAPIService) PutApplicationsBulkExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) PutApplicationsBulkExecute(r ApiPutApplicationsBulkRequest) (*ApplicationResource, *http.Response, error)
Execute executes the request
@return ApplicationResource
func (*ApplicationAPIService) TestApplications ¶ added in v1.0.0
func (a *ApplicationAPIService) TestApplications(ctx context.Context) ApiTestApplicationsRequest
TestApplications Method for TestApplications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTestApplicationsRequest
func (*ApplicationAPIService) TestApplicationsExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) TestApplicationsExecute(r ApiTestApplicationsRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationAPIService) TestallApplications ¶ added in v1.0.0
func (a *ApplicationAPIService) TestallApplications(ctx context.Context) ApiTestallApplicationsRequest
TestallApplications Method for TestallApplications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTestallApplicationsRequest
func (*ApplicationAPIService) TestallApplicationsExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) TestallApplicationsExecute(r ApiTestallApplicationsRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationAPIService) UpdateApplications ¶ added in v1.0.0
func (a *ApplicationAPIService) UpdateApplications(ctx context.Context, id string) ApiUpdateApplicationsRequest
UpdateApplications Method for UpdateApplications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateApplicationsRequest
func (*ApplicationAPIService) UpdateApplicationsExecute ¶ added in v1.0.0
func (a *ApplicationAPIService) UpdateApplicationsExecute(r ApiUpdateApplicationsRequest) (*ApplicationResource, *http.Response, error)
Execute executes the request
@return ApplicationResource
type ApplicationBulkResource ¶ added in v1.0.0
type ApplicationBulkResource struct { Ids []int32 `json:"ids,omitempty"` Tags []int32 `json:"tags,omitempty"` ApplyTags *ApplyTags `json:"applyTags,omitempty"` SyncLevel *ApplicationSyncLevel `json:"syncLevel,omitempty"` }
ApplicationBulkResource struct for ApplicationBulkResource
func NewApplicationBulkResource ¶ added in v1.0.0
func NewApplicationBulkResource() *ApplicationBulkResource
NewApplicationBulkResource instantiates a new ApplicationBulkResource 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 NewApplicationBulkResourceWithDefaults ¶ added in v1.0.0
func NewApplicationBulkResourceWithDefaults() *ApplicationBulkResource
NewApplicationBulkResourceWithDefaults instantiates a new ApplicationBulkResource 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 (*ApplicationBulkResource) GetApplyTags ¶ added in v1.0.0
func (o *ApplicationBulkResource) GetApplyTags() ApplyTags
GetApplyTags returns the ApplyTags field value if set, zero value otherwise.
func (*ApplicationBulkResource) GetApplyTagsOk ¶ added in v1.0.0
func (o *ApplicationBulkResource) 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 (*ApplicationBulkResource) GetIds ¶ added in v1.0.0
func (o *ApplicationBulkResource) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationBulkResource) GetIdsOk ¶ added in v1.0.0
func (o *ApplicationBulkResource) 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 (*ApplicationBulkResource) GetSyncLevel ¶ added in v1.0.0
func (o *ApplicationBulkResource) GetSyncLevel() ApplicationSyncLevel
GetSyncLevel returns the SyncLevel field value if set, zero value otherwise.
func (*ApplicationBulkResource) GetSyncLevelOk ¶ added in v1.0.0
func (o *ApplicationBulkResource) GetSyncLevelOk() (*ApplicationSyncLevel, bool)
GetSyncLevelOk returns a tuple with the SyncLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationBulkResource) GetTags ¶ added in v1.0.0
func (o *ApplicationBulkResource) GetTags() []int32
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationBulkResource) GetTagsOk ¶ added in v1.0.0
func (o *ApplicationBulkResource) 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 (*ApplicationBulkResource) HasApplyTags ¶ added in v1.0.0
func (o *ApplicationBulkResource) HasApplyTags() bool
HasApplyTags returns a boolean if a field has been set.
func (*ApplicationBulkResource) HasIds ¶ added in v1.0.0
func (o *ApplicationBulkResource) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*ApplicationBulkResource) HasSyncLevel ¶ added in v1.0.0
func (o *ApplicationBulkResource) HasSyncLevel() bool
HasSyncLevel returns a boolean if a field has been set.
func (*ApplicationBulkResource) HasTags ¶ added in v1.0.0
func (o *ApplicationBulkResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (ApplicationBulkResource) MarshalJSON ¶ added in v1.0.0
func (o ApplicationBulkResource) MarshalJSON() ([]byte, error)
func (*ApplicationBulkResource) SetApplyTags ¶ added in v1.0.0
func (o *ApplicationBulkResource) SetApplyTags(v ApplyTags)
SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.
func (*ApplicationBulkResource) SetIds ¶ added in v1.0.0
func (o *ApplicationBulkResource) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (*ApplicationBulkResource) SetSyncLevel ¶ added in v1.0.0
func (o *ApplicationBulkResource) SetSyncLevel(v ApplicationSyncLevel)
SetSyncLevel gets a reference to the given ApplicationSyncLevel and assigns it to the SyncLevel field.
func (*ApplicationBulkResource) SetTags ¶ added in v1.0.0
func (o *ApplicationBulkResource) SetTags(v []int32)
SetTags gets a reference to the given []int32 and assigns it to the Tags field.
func (ApplicationBulkResource) ToMap ¶ added in v1.0.0
func (o ApplicationBulkResource) ToMap() (map[string]interface{}, error)
type ApplicationResource ¶
type ApplicationResource 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 []ApplicationResource `json:"presets,omitempty"` SyncLevel *ApplicationSyncLevel `json:"syncLevel,omitempty"` TestCommand NullableString `json:"testCommand,omitempty"` }
ApplicationResource struct for ApplicationResource
func NewApplicationResource ¶
func NewApplicationResource() *ApplicationResource
NewApplicationResource instantiates a new ApplicationResource 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 NewApplicationResourceWithDefaults ¶
func NewApplicationResourceWithDefaults() *ApplicationResource
NewApplicationResourceWithDefaults instantiates a new ApplicationResource 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 (*ApplicationResource) GetConfigContract ¶
func (o *ApplicationResource) GetConfigContract() string
GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetConfigContractOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetFields ¶
func (o *ApplicationResource) GetFields() []Field
GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetFieldsOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetId ¶
func (o *ApplicationResource) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationResource) GetIdOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetImplementation ¶
func (o *ApplicationResource) GetImplementation() string
GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetImplementationName ¶
func (o *ApplicationResource) GetImplementationName() string
GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetImplementationNameOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetImplementationOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetInfoLink ¶
func (o *ApplicationResource) GetInfoLink() string
GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetInfoLinkOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetMessage ¶
func (o *ApplicationResource) GetMessage() ProviderMessage
GetMessage returns the Message field value if set, zero value otherwise.
func (*ApplicationResource) GetMessageOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetName ¶
func (o *ApplicationResource) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetNameOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetPresets ¶
func (o *ApplicationResource) GetPresets() []ApplicationResource
GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetPresetsOk ¶
func (o *ApplicationResource) GetPresetsOk() ([]ApplicationResource, 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 (*ApplicationResource) GetSyncLevel ¶
func (o *ApplicationResource) GetSyncLevel() ApplicationSyncLevel
GetSyncLevel returns the SyncLevel field value if set, zero value otherwise.
func (*ApplicationResource) GetSyncLevelOk ¶
func (o *ApplicationResource) GetSyncLevelOk() (*ApplicationSyncLevel, bool)
GetSyncLevelOk returns a tuple with the SyncLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationResource) GetTags ¶
func (o *ApplicationResource) GetTags() []int32
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetTagsOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) GetTestCommand ¶
func (o *ApplicationResource) GetTestCommand() string
GetTestCommand returns the TestCommand field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationResource) GetTestCommandOk ¶
func (o *ApplicationResource) 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 (*ApplicationResource) HasConfigContract ¶
func (o *ApplicationResource) HasConfigContract() bool
HasConfigContract returns a boolean if a field has been set.
func (*ApplicationResource) HasFields ¶
func (o *ApplicationResource) HasFields() bool
HasFields returns a boolean if a field has been set.
func (*ApplicationResource) HasId ¶
func (o *ApplicationResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationResource) HasImplementation ¶
func (o *ApplicationResource) HasImplementation() bool
HasImplementation returns a boolean if a field has been set.
func (*ApplicationResource) HasImplementationName ¶
func (o *ApplicationResource) HasImplementationName() bool
HasImplementationName returns a boolean if a field has been set.
func (*ApplicationResource) HasInfoLink ¶
func (o *ApplicationResource) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (*ApplicationResource) HasMessage ¶
func (o *ApplicationResource) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ApplicationResource) HasName ¶
func (o *ApplicationResource) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApplicationResource) HasPresets ¶
func (o *ApplicationResource) HasPresets() bool
HasPresets returns a boolean if a field has been set.
func (*ApplicationResource) HasSyncLevel ¶
func (o *ApplicationResource) HasSyncLevel() bool
HasSyncLevel returns a boolean if a field has been set.
func (*ApplicationResource) HasTags ¶
func (o *ApplicationResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ApplicationResource) HasTestCommand ¶
func (o *ApplicationResource) HasTestCommand() bool
HasTestCommand returns a boolean if a field has been set.
func (ApplicationResource) MarshalJSON ¶
func (o ApplicationResource) MarshalJSON() ([]byte, error)
func (*ApplicationResource) SetConfigContract ¶
func (o *ApplicationResource) SetConfigContract(v string)
SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.
func (*ApplicationResource) SetConfigContractNil ¶
func (o *ApplicationResource) SetConfigContractNil()
SetConfigContractNil sets the value for ConfigContract to be an explicit nil
func (*ApplicationResource) SetFields ¶
func (o *ApplicationResource) SetFields(v []Field)
SetFields gets a reference to the given []Field and assigns it to the Fields field.
func (*ApplicationResource) SetId ¶
func (o *ApplicationResource) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ApplicationResource) SetImplementation ¶
func (o *ApplicationResource) SetImplementation(v string)
SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.
func (*ApplicationResource) SetImplementationName ¶
func (o *ApplicationResource) SetImplementationName(v string)
SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.
func (*ApplicationResource) SetImplementationNameNil ¶
func (o *ApplicationResource) SetImplementationNameNil()
SetImplementationNameNil sets the value for ImplementationName to be an explicit nil
func (*ApplicationResource) SetImplementationNil ¶
func (o *ApplicationResource) SetImplementationNil()
SetImplementationNil sets the value for Implementation to be an explicit nil
func (*ApplicationResource) SetInfoLink ¶
func (o *ApplicationResource) SetInfoLink(v string)
SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.
func (*ApplicationResource) SetInfoLinkNil ¶
func (o *ApplicationResource) SetInfoLinkNil()
SetInfoLinkNil sets the value for InfoLink to be an explicit nil
func (*ApplicationResource) SetMessage ¶
func (o *ApplicationResource) SetMessage(v ProviderMessage)
SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.
func (*ApplicationResource) SetName ¶
func (o *ApplicationResource) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*ApplicationResource) SetNameNil ¶
func (o *ApplicationResource) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*ApplicationResource) SetPresets ¶
func (o *ApplicationResource) SetPresets(v []ApplicationResource)
SetPresets gets a reference to the given []ApplicationResource and assigns it to the Presets field.
func (*ApplicationResource) SetSyncLevel ¶
func (o *ApplicationResource) SetSyncLevel(v ApplicationSyncLevel)
SetSyncLevel gets a reference to the given ApplicationSyncLevel and assigns it to the SyncLevel field.
func (*ApplicationResource) SetTags ¶
func (o *ApplicationResource) SetTags(v []int32)
SetTags gets a reference to the given []int32 and assigns it to the Tags field.
func (*ApplicationResource) SetTestCommand ¶
func (o *ApplicationResource) SetTestCommand(v string)
SetTestCommand gets a reference to the given NullableString and assigns it to the TestCommand field.
func (*ApplicationResource) SetTestCommandNil ¶
func (o *ApplicationResource) SetTestCommandNil()
SetTestCommandNil sets the value for TestCommand to be an explicit nil
func (ApplicationResource) ToMap ¶ added in v1.0.0
func (o ApplicationResource) ToMap() (map[string]interface{}, error)
func (*ApplicationResource) UnsetConfigContract ¶
func (o *ApplicationResource) UnsetConfigContract()
UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil
func (*ApplicationResource) UnsetImplementation ¶
func (o *ApplicationResource) UnsetImplementation()
UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil
func (*ApplicationResource) UnsetImplementationName ¶
func (o *ApplicationResource) UnsetImplementationName()
UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil
func (*ApplicationResource) UnsetInfoLink ¶
func (o *ApplicationResource) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (*ApplicationResource) UnsetName ¶
func (o *ApplicationResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*ApplicationResource) UnsetTestCommand ¶
func (o *ApplicationResource) UnsetTestCommand()
UnsetTestCommand ensures that no value is present for TestCommand, not even an explicit nil
type ApplicationSyncLevel ¶
type ApplicationSyncLevel string
ApplicationSyncLevel the model 'ApplicationSyncLevel'
const ( APPLICATIONSYNCLEVEL_DISABLED ApplicationSyncLevel = "disabled" APPLICATIONSYNCLEVEL_ADD_ONLY ApplicationSyncLevel = "addOnly" APPLICATIONSYNCLEVEL_FULL_SYNC ApplicationSyncLevel = "fullSync" )
List of ApplicationSyncLevel
func NewApplicationSyncLevelFromValue ¶
func NewApplicationSyncLevelFromValue(v string) (*ApplicationSyncLevel, error)
NewApplicationSyncLevelFromValue returns a pointer to a valid ApplicationSyncLevel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ApplicationSyncLevel) IsValid ¶
func (v ApplicationSyncLevel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ApplicationSyncLevel) Ptr ¶
func (v ApplicationSyncLevel) Ptr() *ApplicationSyncLevel
Ptr returns reference to ApplicationSyncLevel value
func (*ApplicationSyncLevel) UnmarshalJSON ¶
func (v *ApplicationSyncLevel) UnmarshalJSON(src []byte) error
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 ¶
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) UnmarshalJSON ¶
type AuthenticationAPIService ¶ added in v1.0.0
type AuthenticationAPIService service
AuthenticationAPIService AuthenticationAPI service
func (*AuthenticationAPIService) CreateLogin ¶ added in v1.0.0
func (a *AuthenticationAPIService) CreateLogin(ctx context.Context) ApiCreateLoginRequest
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.0
func (a *AuthenticationAPIService) CreateLoginExecute(r ApiCreateLoginRequest) (*http.Response, error)
Execute executes the request
func (*AuthenticationAPIService) GetLogout ¶ added in v1.0.0
func (a *AuthenticationAPIService) GetLogout(ctx context.Context) ApiGetLogoutRequest
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.0
func (a *AuthenticationAPIService) GetLogoutExecute(r ApiGetLogoutRequest) (*http.Response, error)
Execute executes the request
type AuthenticationRequiredType ¶
type AuthenticationRequiredType string
AuthenticationRequiredType the model 'AuthenticationRequiredType'
const ( AUTHENTICATIONREQUIREDTYPE_ENABLED AuthenticationRequiredType = "enabled" AUTHENTICATIONREQUIREDTYPE_DISABLED_FOR_LOCAL_ADDRESSES AuthenticationRequiredType = "disabledForLocalAddresses" )
List of AuthenticationRequiredType
func NewAuthenticationRequiredTypeFromValue ¶
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 ¶
func (v AuthenticationRequiredType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AuthenticationRequiredType) Ptr ¶
func (v AuthenticationRequiredType) Ptr() *AuthenticationRequiredType
Ptr returns reference to AuthenticationRequiredType value
func (*AuthenticationRequiredType) UnmarshalJSON ¶
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 ¶
func (v AuthenticationType) Ptr() *AuthenticationType
Ptr returns reference to AuthenticationType value
func (*AuthenticationType) UnmarshalJSON ¶
func (v *AuthenticationType) UnmarshalJSON(src []byte) error
type BackupAPIService ¶ added in v1.0.0
type BackupAPIService service
BackupAPIService BackupAPI service
func (*BackupAPIService) CreateSystemBackupRestoreById ¶ added in v1.0.0
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.0
func (a *BackupAPIService) CreateSystemBackupRestoreByIdExecute(r ApiCreateSystemBackupRestoreByIdRequest) (*http.Response, error)
Execute executes the request
func (*BackupAPIService) CreateSystemBackupRestoreUpload ¶ added in v1.0.0
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.0
func (a *BackupAPIService) CreateSystemBackupRestoreUploadExecute(r ApiCreateSystemBackupRestoreUploadRequest) (*http.Response, error)
Execute executes the request
func (*BackupAPIService) DeleteSystemBackup ¶ added in v1.0.0
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.0
func (a *BackupAPIService) DeleteSystemBackupExecute(r ApiDeleteSystemBackupRequest) (*http.Response, error)
Execute executes the request
func (*BackupAPIService) ListSystemBackup ¶ added in v1.0.0
func (a *BackupAPIService) ListSystemBackup(ctx context.Context) ApiListSystemBackupRequest
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.0
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.0
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 BookSearchParam ¶
type BookSearchParam string
BookSearchParam the model 'BookSearchParam'
const ( BOOKSEARCHPARAM_Q BookSearchParam = "q" BOOKSEARCHPARAM_TITLE BookSearchParam = "title" BOOKSEARCHPARAM_AUTHOR BookSearchParam = "author" BOOKSEARCHPARAM_PUBLISHER BookSearchParam = "publisher" BOOKSEARCHPARAM_GENRE BookSearchParam = "genre" BOOKSEARCHPARAM_YEAR BookSearchParam = "year" )
List of BookSearchParam
func NewBookSearchParamFromValue ¶
func NewBookSearchParamFromValue(v string) (*BookSearchParam, error)
NewBookSearchParamFromValue returns a pointer to a valid BookSearchParam for the value passed as argument, or an error if the value passed is not allowed by the enum
func (BookSearchParam) IsValid ¶
func (v BookSearchParam) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (BookSearchParam) Ptr ¶
func (v BookSearchParam) Ptr() *BookSearchParam
Ptr returns reference to BookSearchParam value
func (*BookSearchParam) UnmarshalJSON ¶
func (v *BookSearchParam) UnmarshalJSON(src []byte) error
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 ¶
func (v CertificateValidationType) Ptr() *CertificateValidationType
Ptr returns reference to CertificateValidationType value
func (*CertificateValidationType) UnmarshalJSON ¶
func (v *CertificateValidationType) 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"` 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 ¶
GetClientUserAgent returns the ClientUserAgent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Command) GetClientUserAgentOk ¶
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 ¶
GetCompletionMessage returns the CompletionMessage field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Command) GetCompletionMessageOk ¶
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 ¶
GetIsExclusive returns the IsExclusive field value if set, zero value otherwise.
func (*Command) GetIsExclusiveOk ¶
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) GetIsTypeExclusive ¶
GetIsTypeExclusive returns the IsTypeExclusive field value if set, zero value otherwise.
func (*Command) GetIsTypeExclusiveOk ¶
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 ¶
GetLastExecutionTime returns the LastExecutionTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Command) GetLastExecutionTimeOk ¶
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 ¶
GetLastStartTime returns the LastStartTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Command) GetLastStartTimeOk ¶
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 ¶
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Command) GetNameOk ¶
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 ¶
GetRequiresDiskAccess returns the RequiresDiskAccess field value if set, zero value otherwise.
func (*Command) GetRequiresDiskAccessOk ¶
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 ¶
GetSendUpdatesToClient returns the SendUpdatesToClient field value if set, zero value otherwise.
func (*Command) GetSendUpdatesToClientOk ¶
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 ¶
GetSuppressMessages returns the SuppressMessages field value if set, zero value otherwise.
func (*Command) GetSuppressMessagesOk ¶
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 ¶
GetUpdateScheduledTask returns the UpdateScheduledTask field value if set, zero value otherwise.
func (*Command) GetUpdateScheduledTaskOk ¶
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 ¶
HasClientUserAgent returns a boolean if a field has been set.
func (*Command) HasCompletionMessage ¶
HasCompletionMessage returns a boolean if a field has been set.
func (*Command) HasIsExclusive ¶
HasIsExclusive returns a boolean if a field has been set.
func (*Command) HasIsTypeExclusive ¶
HasIsTypeExclusive returns a boolean if a field has been set.
func (*Command) HasLastExecutionTime ¶
HasLastExecutionTime returns a boolean if a field has been set.
func (*Command) HasLastStartTime ¶
HasLastStartTime returns a boolean if a field has been set.
func (*Command) HasRequiresDiskAccess ¶
HasRequiresDiskAccess returns a boolean if a field has been set.
func (*Command) HasSendUpdatesToClient ¶
HasSendUpdatesToClient returns a boolean if a field has been set.
func (*Command) HasSuppressMessages ¶
HasSuppressMessages returns a boolean if a field has been set.
func (*Command) HasTrigger ¶
HasTrigger returns a boolean if a field has been set.
func (*Command) HasUpdateScheduledTask ¶
HasUpdateScheduledTask returns a boolean if a field has been set.
func (Command) MarshalJSON ¶
func (*Command) SetClientUserAgent ¶
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 ¶
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 ¶
SetIsExclusive gets a reference to the given bool and assigns it to the IsExclusive field.
func (*Command) SetIsTypeExclusive ¶
SetIsTypeExclusive gets a reference to the given bool and assigns it to the IsTypeExclusive field.
func (*Command) SetLastExecutionTime ¶
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 ¶
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 ¶
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 ¶
SetRequiresDiskAccess gets a reference to the given bool and assigns it to the RequiresDiskAccess field.
func (*Command) SetSendUpdatesToClient ¶
SetSendUpdatesToClient gets a reference to the given bool and assigns it to the SendUpdatesToClient field.
func (*Command) SetSuppressMessages ¶
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 ¶
SetUpdateScheduledTask gets a reference to the given bool and assigns it to the UpdateScheduledTask field.
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
type CommandAPIService ¶ added in v1.0.0
type CommandAPIService service
CommandAPIService CommandAPI service
func (*CommandAPIService) CreateCommand ¶ added in v1.0.0
func (a *CommandAPIService) CreateCommand(ctx context.Context) ApiCreateCommandRequest
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.0
func (a *CommandAPIService) CreateCommandExecute(r ApiCreateCommandRequest) (*CommandResource, *http.Response, error)
Execute executes the request
@return CommandResource
func (*CommandAPIService) DeleteCommand ¶ added in v1.0.0
func (a *CommandAPIService) DeleteCommand(ctx context.Context, id int32) ApiDeleteCommandRequest
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.0
func (a *CommandAPIService) DeleteCommandExecute(r ApiDeleteCommandRequest) (*http.Response, error)
Execute executes the request
func (*CommandAPIService) GetCommandById ¶ added in v1.0.0
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.0
func (a *CommandAPIService) GetCommandByIdExecute(r ApiGetCommandByIdRequest) (*CommandResource, *http.Response, error)
Execute executes the request
@return CommandResource
func (*CommandAPIService) ListCommand ¶ added in v1.0.0
func (a *CommandAPIService) ListCommand(ctx context.Context) ApiListCommandRequest
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.0
func (a *CommandAPIService) ListCommandExecute(r ApiListCommandRequest) ([]CommandResource, *http.Response, error)
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 ¶
func (v CommandPriority) Ptr() *CommandPriority
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"` Queued *time.Time `json:"queued,omitempty"` Started NullableTime `json:"started,omitempty"` Ended NullableTime `json:"ended,omitempty"` Duration NullableString `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 (both if not set or set to explicit null).
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. NOTE: If the value is an explicit nil, `nil, true` will be returned
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) 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) 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 NullableString and assigns it to the Duration field.
func (*CommandResource) SetDurationNil ¶ added in v1.1.0
func (o *CommandResource) SetDurationNil()
SetDurationNil sets the value for Duration to be an explicit nil
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) 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.0
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) UnsetDuration ¶ added in v1.1.0
func (o *CommandResource) UnsetDuration()
UnsetDuration ensures that no value is present for Duration, 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 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) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CustomFilterAPIService ¶ added in v1.0.0
type CustomFilterAPIService service
CustomFilterAPIService CustomFilterAPI service
func (*CustomFilterAPIService) CreateCustomFilter ¶ added in v1.0.0
func (a *CustomFilterAPIService) CreateCustomFilter(ctx context.Context) ApiCreateCustomFilterRequest
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.0
func (a *CustomFilterAPIService) CreateCustomFilterExecute(r ApiCreateCustomFilterRequest) (*CustomFilterResource, *http.Response, error)
Execute executes the request
@return CustomFilterResource
func (*CustomFilterAPIService) DeleteCustomFilter ¶ added in v1.0.0
func (a *CustomFilterAPIService) DeleteCustomFilter(ctx context.Context, id int32) ApiDeleteCustomFilterRequest
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.0
func (a *CustomFilterAPIService) DeleteCustomFilterExecute(r ApiDeleteCustomFilterRequest) (*http.Response, error)
Execute executes the request
func (*CustomFilterAPIService) GetCustomFilterById ¶ added in v1.0.0
func (a *CustomFilterAPIService) GetCustomFilterById(ctx context.Context, id int32) ApiGetCustomFilterByIdRequest
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.0
func (a *CustomFilterAPIService) GetCustomFilterByIdExecute(r ApiGetCustomFilterByIdRequest) (*CustomFilterResource, *http.Response, error)
Execute executes the request
@return CustomFilterResource
func (*CustomFilterAPIService) ListCustomFilter ¶ added in v1.0.0
func (a *CustomFilterAPIService) ListCustomFilter(ctx context.Context) ApiListCustomFilterRequest
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.0
func (a *CustomFilterAPIService) ListCustomFilterExecute(r ApiListCustomFilterRequest) ([]CustomFilterResource, *http.Response, error)
Execute executes the request
@return []CustomFilterResource
func (*CustomFilterAPIService) UpdateCustomFilter ¶ added in v1.0.0
func (a *CustomFilterAPIService) UpdateCustomFilter(ctx context.Context, id string) ApiUpdateCustomFilterRequest
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.0
func (a *CustomFilterAPIService) UpdateCustomFilterExecute(r ApiUpdateCustomFilterRequest) (*CustomFilterResource, *http.Response, error)
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.0
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 DatabaseType ¶ added in v0.2.0
type DatabaseType string
DatabaseType the model 'DatabaseType'
const ( DATABASETYPE_SQ_LITE DatabaseType = "sqLite" DATABASETYPE_POSTGRE_SQL DatabaseType = "postgreSQL" )
List of DatabaseType
func NewDatabaseTypeFromValue ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (v DatabaseType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DatabaseType) Ptr ¶ added in v0.2.0
func (v DatabaseType) Ptr() *DatabaseType
Ptr returns reference to DatabaseType value
func (*DatabaseType) UnmarshalJSON ¶ added in v0.2.0
func (v *DatabaseType) UnmarshalJSON(src []byte) error
type DevelopmentConfigAPIService ¶ added in v1.0.0
type DevelopmentConfigAPIService service
DevelopmentConfigAPIService DevelopmentConfigAPI service
func (*DevelopmentConfigAPIService) GetDevelopmentConfig ¶ added in v1.0.0
func (a *DevelopmentConfigAPIService) GetDevelopmentConfig(ctx context.Context) ApiGetDevelopmentConfigRequest
GetDevelopmentConfig Method for GetDevelopmentConfig
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetDevelopmentConfigRequest
func (*DevelopmentConfigAPIService) GetDevelopmentConfigById ¶ added in v1.0.0
func (a *DevelopmentConfigAPIService) GetDevelopmentConfigById(ctx context.Context, id int32) ApiGetDevelopmentConfigByIdRequest
GetDevelopmentConfigById Method for GetDevelopmentConfigById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetDevelopmentConfigByIdRequest
func (*DevelopmentConfigAPIService) GetDevelopmentConfigByIdExecute ¶ added in v1.0.0
func (a *DevelopmentConfigAPIService) GetDevelopmentConfigByIdExecute(r ApiGetDevelopmentConfigByIdRequest) (*DevelopmentConfigResource, *http.Response, error)
Execute executes the request
@return DevelopmentConfigResource
func (*DevelopmentConfigAPIService) GetDevelopmentConfigExecute ¶ added in v1.0.0
func (a *DevelopmentConfigAPIService) GetDevelopmentConfigExecute(r ApiGetDevelopmentConfigRequest) (*DevelopmentConfigResource, *http.Response, error)
Execute executes the request
@return DevelopmentConfigResource
func (*DevelopmentConfigAPIService) UpdateDevelopmentConfig ¶ added in v1.0.0
func (a *DevelopmentConfigAPIService) UpdateDevelopmentConfig(ctx context.Context, id string) ApiUpdateDevelopmentConfigRequest
UpdateDevelopmentConfig Method for UpdateDevelopmentConfig
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateDevelopmentConfigRequest
func (*DevelopmentConfigAPIService) UpdateDevelopmentConfigExecute ¶ added in v1.0.0
func (a *DevelopmentConfigAPIService) UpdateDevelopmentConfigExecute(r ApiUpdateDevelopmentConfigRequest) (*DevelopmentConfigResource, *http.Response, error)
Execute executes the request
@return DevelopmentConfigResource
type DevelopmentConfigResource ¶
type DevelopmentConfigResource struct { Id *int32 `json:"id,omitempty"` ConsoleLogLevel NullableString `json:"consoleLogLevel,omitempty"` LogSql *bool `json:"logSql,omitempty"` LogIndexerResponse *bool `json:"logIndexerResponse,omitempty"` LogRotate *int32 `json:"logRotate,omitempty"` FilterSentryEvents *bool `json:"filterSentryEvents,omitempty"` }
DevelopmentConfigResource struct for DevelopmentConfigResource
func NewDevelopmentConfigResource ¶
func NewDevelopmentConfigResource() *DevelopmentConfigResource
NewDevelopmentConfigResource instantiates a new DevelopmentConfigResource 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 NewDevelopmentConfigResourceWithDefaults ¶
func NewDevelopmentConfigResourceWithDefaults() *DevelopmentConfigResource
NewDevelopmentConfigResourceWithDefaults instantiates a new DevelopmentConfigResource 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 (*DevelopmentConfigResource) GetConsoleLogLevel ¶
func (o *DevelopmentConfigResource) GetConsoleLogLevel() string
GetConsoleLogLevel returns the ConsoleLogLevel field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DevelopmentConfigResource) GetConsoleLogLevelOk ¶
func (o *DevelopmentConfigResource) 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 (*DevelopmentConfigResource) GetFilterSentryEvents ¶
func (o *DevelopmentConfigResource) GetFilterSentryEvents() bool
GetFilterSentryEvents returns the FilterSentryEvents field value if set, zero value otherwise.
func (*DevelopmentConfigResource) GetFilterSentryEventsOk ¶
func (o *DevelopmentConfigResource) GetFilterSentryEventsOk() (*bool, bool)
GetFilterSentryEventsOk returns a tuple with the FilterSentryEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DevelopmentConfigResource) GetId ¶
func (o *DevelopmentConfigResource) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*DevelopmentConfigResource) GetIdOk ¶
func (o *DevelopmentConfigResource) 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 (*DevelopmentConfigResource) GetLogIndexerResponse ¶
func (o *DevelopmentConfigResource) GetLogIndexerResponse() bool
GetLogIndexerResponse returns the LogIndexerResponse field value if set, zero value otherwise.
func (*DevelopmentConfigResource) GetLogIndexerResponseOk ¶
func (o *DevelopmentConfigResource) GetLogIndexerResponseOk() (*bool, bool)
GetLogIndexerResponseOk returns a tuple with the LogIndexerResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DevelopmentConfigResource) GetLogRotate ¶
func (o *DevelopmentConfigResource) GetLogRotate() int32
GetLogRotate returns the LogRotate field value if set, zero value otherwise.
func (*DevelopmentConfigResource) GetLogRotateOk ¶
func (o *DevelopmentConfigResource) GetLogRotateOk() (*int32, bool)
GetLogRotateOk returns a tuple with the LogRotate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DevelopmentConfigResource) GetLogSql ¶
func (o *DevelopmentConfigResource) GetLogSql() bool
GetLogSql returns the LogSql field value if set, zero value otherwise.
func (*DevelopmentConfigResource) GetLogSqlOk ¶
func (o *DevelopmentConfigResource) GetLogSqlOk() (*bool, bool)
GetLogSqlOk returns a tuple with the LogSql field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DevelopmentConfigResource) HasConsoleLogLevel ¶
func (o *DevelopmentConfigResource) HasConsoleLogLevel() bool
HasConsoleLogLevel returns a boolean if a field has been set.
func (*DevelopmentConfigResource) HasFilterSentryEvents ¶
func (o *DevelopmentConfigResource) HasFilterSentryEvents() bool
HasFilterSentryEvents returns a boolean if a field has been set.
func (*DevelopmentConfigResource) HasId ¶
func (o *DevelopmentConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*DevelopmentConfigResource) HasLogIndexerResponse ¶
func (o *DevelopmentConfigResource) HasLogIndexerResponse() bool
HasLogIndexerResponse returns a boolean if a field has been set.
func (*DevelopmentConfigResource) HasLogRotate ¶
func (o *DevelopmentConfigResource) HasLogRotate() bool
HasLogRotate returns a boolean if a field has been set.
func (*DevelopmentConfigResource) HasLogSql ¶
func (o *DevelopmentConfigResource) HasLogSql() bool
HasLogSql returns a boolean if a field has been set.
func (DevelopmentConfigResource) MarshalJSON ¶
func (o DevelopmentConfigResource) MarshalJSON() ([]byte, error)
func (*DevelopmentConfigResource) SetConsoleLogLevel ¶
func (o *DevelopmentConfigResource) SetConsoleLogLevel(v string)
SetConsoleLogLevel gets a reference to the given NullableString and assigns it to the ConsoleLogLevel field.
func (*DevelopmentConfigResource) SetConsoleLogLevelNil ¶
func (o *DevelopmentConfigResource) SetConsoleLogLevelNil()
SetConsoleLogLevelNil sets the value for ConsoleLogLevel to be an explicit nil
func (*DevelopmentConfigResource) SetFilterSentryEvents ¶
func (o *DevelopmentConfigResource) SetFilterSentryEvents(v bool)
SetFilterSentryEvents gets a reference to the given bool and assigns it to the FilterSentryEvents field.
func (*DevelopmentConfigResource) SetId ¶
func (o *DevelopmentConfigResource) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*DevelopmentConfigResource) SetLogIndexerResponse ¶
func (o *DevelopmentConfigResource) SetLogIndexerResponse(v bool)
SetLogIndexerResponse gets a reference to the given bool and assigns it to the LogIndexerResponse field.
func (*DevelopmentConfigResource) SetLogRotate ¶
func (o *DevelopmentConfigResource) SetLogRotate(v int32)
SetLogRotate gets a reference to the given int32 and assigns it to the LogRotate field.
func (*DevelopmentConfigResource) SetLogSql ¶
func (o *DevelopmentConfigResource) SetLogSql(v bool)
SetLogSql gets a reference to the given bool and assigns it to the LogSql field.
func (DevelopmentConfigResource) ToMap ¶ added in v1.0.0
func (o DevelopmentConfigResource) ToMap() (map[string]interface{}, error)
func (*DevelopmentConfigResource) UnsetConsoleLogLevel ¶
func (o *DevelopmentConfigResource) UnsetConsoleLogLevel()
UnsetConsoleLogLevel ensures that no value is present for ConsoleLogLevel, not even an explicit nil
type DownloadClientAPIService ¶ added in v1.0.0
type DownloadClientAPIService service
DownloadClientAPIService DownloadClientAPI service
func (*DownloadClientAPIService) CreateDownloadClient ¶ added in v1.0.0
func (a *DownloadClientAPIService) CreateDownloadClient(ctx context.Context) ApiCreateDownloadClientRequest
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.0
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.0
func (a *DownloadClientAPIService) CreateDownloadClientActionByNameExecute(r ApiCreateDownloadClientActionByNameRequest) (*http.Response, error)
Execute executes the request
func (*DownloadClientAPIService) CreateDownloadClientExecute ¶ added in v1.0.0
func (a *DownloadClientAPIService) CreateDownloadClientExecute(r ApiCreateDownloadClientRequest) (*DownloadClientResource, *http.Response, error)
Execute executes the request
@return DownloadClientResource
func (*DownloadClientAPIService) DeleteDownloadClient ¶ added in v1.0.0
func (a *DownloadClientAPIService) DeleteDownloadClient(ctx context.Context, id int32) ApiDeleteDownloadClientRequest
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.0
func (a *DownloadClientAPIService) DeleteDownloadClientBulk(ctx context.Context) ApiDeleteDownloadClientBulkRequest
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.0
func (a *DownloadClientAPIService) DeleteDownloadClientBulkExecute(r ApiDeleteDownloadClientBulkRequest) (*http.Response, error)
Execute executes the request
func (*DownloadClientAPIService) DeleteDownloadClientExecute ¶ added in v1.0.0
func (a *DownloadClientAPIService) DeleteDownloadClientExecute(r ApiDeleteDownloadClientRequest) (*http.Response, error)
Execute executes the request
func (*DownloadClientAPIService) GetDownloadClientById ¶ added in v1.0.0
func (a *DownloadClientAPIService) GetDownloadClientById(ctx context.Context, id int32) ApiGetDownloadClientByIdRequest
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.0
func (a *DownloadClientAPIService) GetDownloadClientByIdExecute(r ApiGetDownloadClientByIdRequest) (*DownloadClientResource, *http.Response, error)
Execute executes the request
@return DownloadClientResource
func (*DownloadClientAPIService) ListDownloadClient ¶ added in v1.0.0
func (a *DownloadClientAPIService) ListDownloadClient(ctx context.Context) ApiListDownloadClientRequest
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.0
func (a *DownloadClientAPIService) ListDownloadClientExecute(r ApiListDownloadClientRequest) ([]DownloadClientResource, *http.Response, error)
Execute executes the request
@return []DownloadClientResource
func (*DownloadClientAPIService) ListDownloadClientSchema ¶ added in v1.0.0
func (a *DownloadClientAPIService) ListDownloadClientSchema(ctx context.Context) ApiListDownloadClientSchemaRequest
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.0
func (a *DownloadClientAPIService) ListDownloadClientSchemaExecute(r ApiListDownloadClientSchemaRequest) ([]DownloadClientResource, *http.Response, error)
Execute executes the request
@return []DownloadClientResource
func (*DownloadClientAPIService) PutDownloadClientBulk ¶ added in v1.0.0
func (a *DownloadClientAPIService) PutDownloadClientBulk(ctx context.Context) ApiPutDownloadClientBulkRequest
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.0
func (a *DownloadClientAPIService) PutDownloadClientBulkExecute(r ApiPutDownloadClientBulkRequest) (*DownloadClientResource, *http.Response, error)
Execute executes the request
@return DownloadClientResource
func (*DownloadClientAPIService) TestDownloadClient ¶ added in v1.0.0
func (a *DownloadClientAPIService) TestDownloadClient(ctx context.Context) ApiTestDownloadClientRequest
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.0
func (a *DownloadClientAPIService) TestDownloadClientExecute(r ApiTestDownloadClientRequest) (*http.Response, error)
Execute executes the request
func (*DownloadClientAPIService) TestallDownloadClient ¶ added in v1.0.0
func (a *DownloadClientAPIService) TestallDownloadClient(ctx context.Context) ApiTestallDownloadClientRequest
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.0
func (a *DownloadClientAPIService) TestallDownloadClientExecute(r ApiTestallDownloadClientRequest) (*http.Response, error)
Execute executes the request
func (*DownloadClientAPIService) UpdateDownloadClient ¶ added in v1.0.0
func (a *DownloadClientAPIService) UpdateDownloadClient(ctx context.Context, id string) ApiUpdateDownloadClientRequest
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.0
func (a *DownloadClientAPIService) UpdateDownloadClientExecute(r ApiUpdateDownloadClientRequest) (*DownloadClientResource, *http.Response, error)
Execute executes the request
@return DownloadClientResource
type DownloadClientBulkResource ¶ added in v1.0.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"` }
DownloadClientBulkResource struct for DownloadClientBulkResource
func NewDownloadClientBulkResource ¶ added in v1.0.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 v1.0.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 v1.0.0
func (o *DownloadClientBulkResource) GetApplyTags() ApplyTags
GetApplyTags returns the ApplyTags field value if set, zero value otherwise.
func (*DownloadClientBulkResource) GetApplyTagsOk ¶ added in v1.0.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 v1.0.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 v1.0.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 v1.0.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 v1.0.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 v1.0.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 v1.0.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) GetTags ¶ added in v1.0.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 v1.0.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 v1.0.0
func (o *DownloadClientBulkResource) HasApplyTags() bool
HasApplyTags returns a boolean if a field has been set.
func (*DownloadClientBulkResource) HasEnable ¶ added in v1.0.0
func (o *DownloadClientBulkResource) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (*DownloadClientBulkResource) HasIds ¶ added in v1.0.0
func (o *DownloadClientBulkResource) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*DownloadClientBulkResource) HasPriority ¶ added in v1.0.0
func (o *DownloadClientBulkResource) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*DownloadClientBulkResource) HasTags ¶ added in v1.0.0
func (o *DownloadClientBulkResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (DownloadClientBulkResource) MarshalJSON ¶ added in v1.0.0
func (o DownloadClientBulkResource) MarshalJSON() ([]byte, error)
func (*DownloadClientBulkResource) SetApplyTags ¶ added in v1.0.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 v1.0.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 v1.0.0
func (o *DownloadClientBulkResource) SetEnableNil()
SetEnableNil sets the value for Enable to be an explicit nil
func (*DownloadClientBulkResource) SetIds ¶ added in v1.0.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 v1.0.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 v1.0.0
func (o *DownloadClientBulkResource) SetPriorityNil()
SetPriorityNil sets the value for Priority to be an explicit nil
func (*DownloadClientBulkResource) SetTags ¶ added in v1.0.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.0
func (o DownloadClientBulkResource) ToMap() (map[string]interface{}, error)
func (*DownloadClientBulkResource) UnsetEnable ¶ added in v1.0.0
func (o *DownloadClientBulkResource) UnsetEnable()
UnsetEnable ensures that no value is present for Enable, not even an explicit nil
func (*DownloadClientBulkResource) UnsetPriority ¶ added in v1.0.0
func (o *DownloadClientBulkResource) UnsetPriority()
UnsetPriority ensures that no value is present for Priority, not even an explicit nil
type DownloadClientCategory ¶
type DownloadClientCategory struct { ClientCategory NullableString `json:"clientCategory,omitempty"` Categories []int32 `json:"categories,omitempty"` }
DownloadClientCategory struct for DownloadClientCategory
func NewDownloadClientCategory ¶
func NewDownloadClientCategory() *DownloadClientCategory
NewDownloadClientCategory instantiates a new DownloadClientCategory 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 NewDownloadClientCategoryWithDefaults ¶
func NewDownloadClientCategoryWithDefaults() *DownloadClientCategory
NewDownloadClientCategoryWithDefaults instantiates a new DownloadClientCategory 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 (*DownloadClientCategory) GetCategories ¶
func (o *DownloadClientCategory) GetCategories() []int32
GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DownloadClientCategory) GetCategoriesOk ¶
func (o *DownloadClientCategory) GetCategoriesOk() ([]int32, bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DownloadClientCategory) GetClientCategory ¶
func (o *DownloadClientCategory) GetClientCategory() string
GetClientCategory returns the ClientCategory field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DownloadClientCategory) GetClientCategoryOk ¶
func (o *DownloadClientCategory) GetClientCategoryOk() (*string, bool)
GetClientCategoryOk returns a tuple with the ClientCategory field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DownloadClientCategory) HasCategories ¶
func (o *DownloadClientCategory) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (*DownloadClientCategory) HasClientCategory ¶
func (o *DownloadClientCategory) HasClientCategory() bool
HasClientCategory returns a boolean if a field has been set.
func (DownloadClientCategory) MarshalJSON ¶
func (o DownloadClientCategory) MarshalJSON() ([]byte, error)
func (*DownloadClientCategory) SetCategories ¶
func (o *DownloadClientCategory) SetCategories(v []int32)
SetCategories gets a reference to the given []int32 and assigns it to the Categories field.
func (*DownloadClientCategory) SetClientCategory ¶
func (o *DownloadClientCategory) SetClientCategory(v string)
SetClientCategory gets a reference to the given NullableString and assigns it to the ClientCategory field.
func (*DownloadClientCategory) SetClientCategoryNil ¶
func (o *DownloadClientCategory) SetClientCategoryNil()
SetClientCategoryNil sets the value for ClientCategory to be an explicit nil
func (DownloadClientCategory) ToMap ¶ added in v1.0.0
func (o DownloadClientCategory) ToMap() (map[string]interface{}, error)
func (*DownloadClientCategory) UnsetClientCategory ¶
func (o *DownloadClientCategory) UnsetClientCategory()
UnsetClientCategory ensures that no value is present for ClientCategory, not even an explicit nil
type DownloadClientConfigAPIService ¶ added in v1.0.0
type DownloadClientConfigAPIService service
DownloadClientConfigAPIService DownloadClientConfigAPI service
func (*DownloadClientConfigAPIService) GetDownloadClientConfig ¶ added in v1.0.0
func (a *DownloadClientConfigAPIService) GetDownloadClientConfig(ctx context.Context) ApiGetDownloadClientConfigRequest
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.0
func (a *DownloadClientConfigAPIService) GetDownloadClientConfigById(ctx context.Context, id int32) ApiGetDownloadClientConfigByIdRequest
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.0
func (a *DownloadClientConfigAPIService) GetDownloadClientConfigByIdExecute(r ApiGetDownloadClientConfigByIdRequest) (*DownloadClientConfigResource, *http.Response, error)
Execute executes the request
@return DownloadClientConfigResource
func (*DownloadClientConfigAPIService) GetDownloadClientConfigExecute ¶ added in v1.0.0
func (a *DownloadClientConfigAPIService) GetDownloadClientConfigExecute(r ApiGetDownloadClientConfigRequest) (*DownloadClientConfigResource, *http.Response, error)
Execute executes the request
@return DownloadClientConfigResource
func (*DownloadClientConfigAPIService) UpdateDownloadClientConfig ¶ added in v1.0.0
func (a *DownloadClientConfigAPIService) UpdateDownloadClientConfig(ctx context.Context, id string) ApiUpdateDownloadClientConfigRequest
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.0
func (a *DownloadClientConfigAPIService) UpdateDownloadClientConfigExecute(r ApiUpdateDownloadClientConfigRequest) (*DownloadClientConfigResource, *http.Response, error)
Execute executes the request
@return DownloadClientConfigResource
type DownloadClientConfigResource ¶
type DownloadClientConfigResource struct {
Id *int32 `json:"id,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) GetId ¶
func (o *DownloadClientConfigResource) GetId() int32
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) HasId ¶
func (o *DownloadClientConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (DownloadClientConfigResource) MarshalJSON ¶
func (o DownloadClientConfigResource) MarshalJSON() ([]byte, error)
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.0
func (o DownloadClientConfigResource) ToMap() (map[string]interface{}, error)
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"` Categories []DownloadClientCategory `json:"categories,omitempty"` SupportsCategories *bool `json:"supportsCategories,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) GetCategories ¶
func (o *DownloadClientResource) GetCategories() []DownloadClientCategory
GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DownloadClientResource) GetCategoriesOk ¶
func (o *DownloadClientResource) GetCategoriesOk() ([]DownloadClientCategory, bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and 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) 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 (*DownloadClientResource) GetInfoLink ¶
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 ¶
func (o *DownloadClientResource) GetPresets() []DownloadClientResource
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) GetSupportsCategories ¶
func (o *DownloadClientResource) GetSupportsCategories() bool
GetSupportsCategories returns the SupportsCategories field value if set, zero value otherwise.
func (*DownloadClientResource) GetSupportsCategoriesOk ¶
func (o *DownloadClientResource) GetSupportsCategoriesOk() (*bool, bool)
GetSupportsCategoriesOk returns a tuple with the SupportsCategories 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) HasCategories ¶
func (o *DownloadClientResource) HasCategories() bool
HasCategories returns a boolean if a field has been set.
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 (*DownloadClientResource) HasInfoLink ¶
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) HasSupportsCategories ¶
func (o *DownloadClientResource) HasSupportsCategories() bool
HasSupportsCategories 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) SetCategories ¶
func (o *DownloadClientResource) SetCategories(v []DownloadClientCategory)
SetCategories gets a reference to the given []DownloadClientCategory and assigns it to the Categories field.
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 (*DownloadClientResource) SetInfoLink ¶
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 ¶
func (o *DownloadClientResource) SetPresets(v []DownloadClientResource)
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) SetSupportsCategories ¶
func (o *DownloadClientResource) SetSupportsCategories(v bool)
SetSupportsCategories gets a reference to the given bool and assigns it to the SupportsCategories 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.0
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 (*DownloadClientResource) UnsetInfoLink ¶
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 ¶
func (v DownloadProtocol) Ptr() *DownloadProtocol
Ptr returns reference to DownloadProtocol value
func (*DownloadProtocol) UnmarshalJSON ¶
func (v *DownloadProtocol) 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 ¶
GetAdvanced returns the Advanced field value if set, zero value otherwise.
func (*Field) GetAdvancedOk ¶
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 (*Field) GetHelpLink ¶
GetHelpLink returns the HelpLink field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetHelpLinkOk ¶
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 ¶
GetHelpText returns the HelpText field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetHelpTextOk ¶
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 v1.0.0
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 v1.0.0
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 ¶
GetHidden returns the Hidden field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetHiddenOk ¶
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 v1.0.0
GetIsFloat returns the IsFloat field value if set, zero value otherwise.
func (*Field) GetIsFloatOk ¶ added in v1.0.0
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 ¶
GetLabel returns the Label field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetLabelOk ¶
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 ¶
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetNameOk ¶
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) GetOrderOk ¶
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 ¶
GetPlaceholder returns the Placeholder field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetPlaceholderOk ¶
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 v1.0.0
func (o *Field) GetPrivacy() PrivacyLevel
GetPrivacy returns the Privacy field value if set, zero value otherwise.
func (*Field) GetPrivacyOk ¶ added in v1.0.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 ¶
GetSection returns the Section field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetSectionOk ¶
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 ¶
GetSelectOptionsProviderAction returns the SelectOptionsProviderAction field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetSelectOptionsProviderActionOk ¶
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 ¶
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetTypeOk ¶
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 ¶
GetUnit returns the Unit field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Field) GetUnitOk ¶
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 ¶
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 ¶
HasAdvanced returns a boolean if a field has been set.
func (*Field) HasHelpLink ¶
HasHelpLink returns a boolean if a field has been set.
func (*Field) HasHelpText ¶
HasHelpText returns a boolean if a field has been set.
func (*Field) HasHelpTextWarning ¶ added in v1.0.0
HasHelpTextWarning returns a boolean if a field has been set.
func (*Field) HasIsFloat ¶ added in v1.0.0
HasIsFloat returns a boolean if a field has been set.
func (*Field) HasPlaceholder ¶
HasPlaceholder returns a boolean if a field has been set.
func (*Field) HasPrivacy ¶ added in v1.0.0
HasPrivacy returns a boolean if a field has been set.
func (*Field) HasSection ¶
HasSection returns a boolean if a field has been set.
func (*Field) HasSelectOptions ¶
HasSelectOptions returns a boolean if a field has been set.
func (*Field) HasSelectOptionsProviderAction ¶
HasSelectOptionsProviderAction returns a boolean if a field has been set.
func (Field) MarshalJSON ¶
func (*Field) SetAdvanced ¶
SetAdvanced gets a reference to the given bool and assigns it to the Advanced field.
func (*Field) SetHelpLink ¶
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 ¶
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 v1.0.0
SetHelpTextWarning gets a reference to the given NullableString and assigns it to the HelpTextWarning field.
func (*Field) SetHelpTextWarningNil ¶ added in v1.0.0
func (o *Field) SetHelpTextWarningNil()
SetHelpTextWarningNil sets the value for HelpTextWarning to be an explicit nil
func (*Field) SetHidden ¶
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 v1.0.0
SetIsFloat gets a reference to the given bool and assigns it to the IsFloat field.
func (*Field) SetLabel ¶
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 ¶
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 ¶
SetOrder gets a reference to the given int32 and assigns it to the Order field.
func (*Field) SetPlaceholder ¶
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 v1.0.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 ¶
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 ¶
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 ¶
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 ¶
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) UnsetHelpLink ¶
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 v1.0.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
type FileSystemAPIService ¶ added in v1.0.0
type FileSystemAPIService service
FileSystemAPIService FileSystemAPI service
func (*FileSystemAPIService) GetFileSystem ¶ added in v1.0.0
func (a *FileSystemAPIService) GetFileSystem(ctx context.Context) ApiGetFileSystemRequest
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.0
func (a *FileSystemAPIService) GetFileSystemExecute(r ApiGetFileSystemRequest) (*http.Response, error)
Execute executes the request
func (*FileSystemAPIService) GetFileSystemType ¶ added in v1.0.0
func (a *FileSystemAPIService) GetFileSystemType(ctx context.Context) ApiGetFileSystemTypeRequest
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.0
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.0
type HealthAPIService service
HealthAPIService HealthAPI service
func (*HealthAPIService) ListHealth ¶ added in v1.0.0
func (a *HealthAPIService) ListHealth(ctx context.Context) ApiListHealthRequest
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.0
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 ¶
func (v HealthCheckResult) Ptr() *HealthCheckResult
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.0
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.0
type HistoryAPIService service
HistoryAPIService HistoryAPI service
func (*HistoryAPIService) GetHistory ¶ added in v1.0.0
func (a *HistoryAPIService) GetHistory(ctx context.Context) ApiGetHistoryRequest
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.0
func (a *HistoryAPIService) GetHistoryExecute(r ApiGetHistoryRequest) (*HistoryResourcePagingResource, *http.Response, error)
Execute executes the request
@return HistoryResourcePagingResource
func (*HistoryAPIService) ListHistoryIndexer ¶ added in v1.0.0
func (a *HistoryAPIService) ListHistoryIndexer(ctx context.Context) ApiListHistoryIndexerRequest
ListHistoryIndexer Method for ListHistoryIndexer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListHistoryIndexerRequest
func (*HistoryAPIService) ListHistoryIndexerExecute ¶ added in v1.0.0
func (a *HistoryAPIService) ListHistoryIndexerExecute(r ApiListHistoryIndexerRequest) ([]HistoryResource, *http.Response, error)
Execute executes the request
@return []HistoryResource
func (*HistoryAPIService) ListHistorySince ¶ added in v1.0.0
func (a *HistoryAPIService) ListHistorySince(ctx context.Context) ApiListHistorySinceRequest
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.0
func (a *HistoryAPIService) ListHistorySinceExecute(r ApiListHistorySinceRequest) ([]HistoryResource, *http.Response, error)
Execute executes the request
@return []HistoryResource
type HistoryEventType ¶
type HistoryEventType string
HistoryEventType the model 'HistoryEventType'
const ( HISTORYEVENTTYPE_UNKNOWN HistoryEventType = "unknown" HISTORYEVENTTYPE_RELEASE_GRABBED HistoryEventType = "releaseGrabbed" HISTORYEVENTTYPE_INDEXER_QUERY HistoryEventType = "indexerQuery" HISTORYEVENTTYPE_INDEXER_RSS HistoryEventType = "indexerRss" HISTORYEVENTTYPE_INDEXER_AUTH HistoryEventType = "indexerAuth" HISTORYEVENTTYPE_INDEXER_INFO HistoryEventType = "indexerInfo" )
List of HistoryEventType
func NewHistoryEventTypeFromValue ¶
func NewHistoryEventTypeFromValue(v string) (*HistoryEventType, error)
NewHistoryEventTypeFromValue returns a pointer to a valid HistoryEventType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (HistoryEventType) IsValid ¶
func (v HistoryEventType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (HistoryEventType) Ptr ¶
func (v HistoryEventType) Ptr() *HistoryEventType
Ptr returns reference to HistoryEventType value
func (*HistoryEventType) UnmarshalJSON ¶
func (v *HistoryEventType) UnmarshalJSON(src []byte) error
type HistoryResource ¶
type HistoryResource struct { Id *int32 `json:"id,omitempty"` IndexerId *int32 `json:"indexerId,omitempty"` Date *time.Time `json:"date,omitempty"` DownloadId NullableString `json:"downloadId,omitempty"` Successful *bool `json:"successful,omitempty"` EventType *HistoryEventType `json:"eventType,omitempty"` Data map[string]string `json:"data,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) 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() HistoryEventType
GetEventType returns the EventType field value if set, zero value otherwise.
func (*HistoryResource) GetEventTypeOk ¶
func (o *HistoryResource) GetEventTypeOk() (*HistoryEventType, 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) GetIndexerId ¶
func (o *HistoryResource) GetIndexerId() int32
GetIndexerId returns the IndexerId field value if set, zero value otherwise.
func (*HistoryResource) GetIndexerIdOk ¶
func (o *HistoryResource) 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 (*HistoryResource) GetSuccessful ¶
func (o *HistoryResource) GetSuccessful() bool
GetSuccessful returns the Successful field value if set, zero value otherwise.
func (*HistoryResource) GetSuccessfulOk ¶
func (o *HistoryResource) GetSuccessfulOk() (*bool, bool)
GetSuccessfulOk returns a tuple with the Successful field value if set, nil otherwise and a boolean to check if the value 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) HasIndexerId ¶
func (o *HistoryResource) HasIndexerId() bool
HasIndexerId returns a boolean if a field has been set.
func (*HistoryResource) HasSuccessful ¶
func (o *HistoryResource) HasSuccessful() bool
HasSuccessful returns a boolean if a field has been set.
func (HistoryResource) MarshalJSON ¶
func (o HistoryResource) MarshalJSON() ([]byte, error)
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 HistoryEventType)
SetEventType gets a reference to the given HistoryEventType 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) SetIndexerId ¶
func (o *HistoryResource) SetIndexerId(v int32)
SetIndexerId gets a reference to the given int32 and assigns it to the IndexerId field.
func (*HistoryResource) SetSuccessful ¶
func (o *HistoryResource) SetSuccessful(v bool)
SetSuccessful gets a reference to the given bool and assigns it to the Successful field.
func (HistoryResource) ToMap ¶ added in v1.0.0
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
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 ¶
func (o *HistoryResourcePagingResource) GetRecords() []HistoryResource
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 ¶
func (o *HistoryResourcePagingResource) SetRecords(v []HistoryResource)
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.0
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.0
type HostConfigAPIService service
HostConfigAPIService HostConfigAPI service
func (*HostConfigAPIService) GetHostConfig ¶ added in v1.0.0
func (a *HostConfigAPIService) GetHostConfig(ctx context.Context) ApiGetHostConfigRequest
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.0
func (a *HostConfigAPIService) GetHostConfigById(ctx context.Context, id int32) ApiGetHostConfigByIdRequest
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.0
func (a *HostConfigAPIService) GetHostConfigByIdExecute(r ApiGetHostConfigByIdRequest) (*HostConfigResource, *http.Response, error)
Execute executes the request
@return HostConfigResource
func (*HostConfigAPIService) GetHostConfigExecute ¶ added in v1.0.0
func (a *HostConfigAPIService) GetHostConfigExecute(r ApiGetHostConfigRequest) (*HostConfigResource, *http.Response, error)
Execute executes the request
@return HostConfigResource
func (*HostConfigAPIService) UpdateHostConfig ¶ added in v1.0.0
func (a *HostConfigAPIService) UpdateHostConfig(ctx context.Context, id string) ApiUpdateHostConfigRequest
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.0
func (a *HostConfigAPIService) UpdateHostConfigExecute(r ApiUpdateHostConfigRequest) (*HostConfigResource, *http.Response, error)
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"` LogSizeLimit *int32 `json:"logSizeLimit,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"` HistoryCleanupDays *int32 `json:"historyCleanupDays,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 ¶ added in v0.4.0
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 ¶ added in v0.4.0
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 ¶
func (o *HostConfigResource) GetAuthenticationRequired() AuthenticationRequiredType
GetAuthenticationRequired returns the AuthenticationRequired field value if set, zero value otherwise.
func (*HostConfigResource) GetAuthenticationRequiredOk ¶
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) GetHistoryCleanupDays ¶
func (o *HostConfigResource) GetHistoryCleanupDays() int32
GetHistoryCleanupDays returns the HistoryCleanupDays field value if set, zero value otherwise.
func (*HostConfigResource) GetHistoryCleanupDaysOk ¶
func (o *HostConfigResource) GetHistoryCleanupDaysOk() (*int32, bool)
GetHistoryCleanupDaysOk returns a tuple with the HistoryCleanupDays 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) GetLogSizeLimit ¶ added in v1.1.1
func (o *HostConfigResource) GetLogSizeLimit() int32
GetLogSizeLimit returns the LogSizeLimit field value if set, zero value otherwise.
func (*HostConfigResource) GetLogSizeLimitOk ¶ added in v1.1.1
func (o *HostConfigResource) GetLogSizeLimitOk() (*int32, bool)
GetLogSizeLimitOk returns a tuple with the LogSizeLimit field value if set, nil otherwise and a boolean to check if the value has been set.
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.0
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.0
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 ¶ added in v0.4.0
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 ¶
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) HasHistoryCleanupDays ¶
func (o *HostConfigResource) HasHistoryCleanupDays() bool
HasHistoryCleanupDays 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) HasLogSizeLimit ¶ added in v1.1.1
func (o *HostConfigResource) HasLogSizeLimit() bool
HasLogSizeLimit 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.0
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 ¶ added in v0.4.0
func (o *HostConfigResource) SetApplicationUrl(v string)
SetApplicationUrl gets a reference to the given NullableString and assigns it to the ApplicationUrl field.
func (*HostConfigResource) SetApplicationUrlNil ¶ added in v0.4.0
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 ¶
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) SetHistoryCleanupDays ¶
func (o *HostConfigResource) SetHistoryCleanupDays(v int32)
SetHistoryCleanupDays gets a reference to the given int32 and assigns it to the HistoryCleanupDays 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) SetLogSizeLimit ¶ added in v1.1.1
func (o *HostConfigResource) SetLogSizeLimit(v int32)
SetLogSizeLimit gets a reference to the given int32 and assigns it to the LogSizeLimit field.
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.0
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.0
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.0
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 ¶ added in v0.4.0
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.0
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 HostStatistics ¶
type HostStatistics struct { Host NullableString `json:"host,omitempty"` NumberOfQueries *int32 `json:"numberOfQueries,omitempty"` NumberOfGrabs *int32 `json:"numberOfGrabs,omitempty"` }
HostStatistics struct for HostStatistics
func NewHostStatistics ¶
func NewHostStatistics() *HostStatistics
NewHostStatistics instantiates a new HostStatistics 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 NewHostStatisticsWithDefaults ¶
func NewHostStatisticsWithDefaults() *HostStatistics
NewHostStatisticsWithDefaults instantiates a new HostStatistics 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 (*HostStatistics) GetHost ¶
func (o *HostStatistics) GetHost() string
GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).
func (*HostStatistics) GetHostOk ¶
func (o *HostStatistics) 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 (*HostStatistics) GetNumberOfGrabs ¶
func (o *HostStatistics) GetNumberOfGrabs() int32
GetNumberOfGrabs returns the NumberOfGrabs field value if set, zero value otherwise.
func (*HostStatistics) GetNumberOfGrabsOk ¶
func (o *HostStatistics) GetNumberOfGrabsOk() (*int32, bool)
GetNumberOfGrabsOk returns a tuple with the NumberOfGrabs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HostStatistics) GetNumberOfQueries ¶
func (o *HostStatistics) GetNumberOfQueries() int32
GetNumberOfQueries returns the NumberOfQueries field value if set, zero value otherwise.
func (*HostStatistics) GetNumberOfQueriesOk ¶
func (o *HostStatistics) GetNumberOfQueriesOk() (*int32, bool)
GetNumberOfQueriesOk returns a tuple with the NumberOfQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HostStatistics) HasHost ¶
func (o *HostStatistics) HasHost() bool
HasHost returns a boolean if a field has been set.
func (*HostStatistics) HasNumberOfGrabs ¶
func (o *HostStatistics) HasNumberOfGrabs() bool
HasNumberOfGrabs returns a boolean if a field has been set.
func (*HostStatistics) HasNumberOfQueries ¶
func (o *HostStatistics) HasNumberOfQueries() bool
HasNumberOfQueries returns a boolean if a field has been set.
func (HostStatistics) MarshalJSON ¶
func (o HostStatistics) MarshalJSON() ([]byte, error)
func (*HostStatistics) SetHost ¶
func (o *HostStatistics) SetHost(v string)
SetHost gets a reference to the given NullableString and assigns it to the Host field.
func (*HostStatistics) SetHostNil ¶
func (o *HostStatistics) SetHostNil()
SetHostNil sets the value for Host to be an explicit nil
func (*HostStatistics) SetNumberOfGrabs ¶
func (o *HostStatistics) SetNumberOfGrabs(v int32)
SetNumberOfGrabs gets a reference to the given int32 and assigns it to the NumberOfGrabs field.
func (*HostStatistics) SetNumberOfQueries ¶
func (o *HostStatistics) SetNumberOfQueries(v int32)
SetNumberOfQueries gets a reference to the given int32 and assigns it to the NumberOfQueries field.
func (HostStatistics) ToMap ¶ added in v1.0.0
func (o HostStatistics) ToMap() (map[string]interface{}, error)
func (*HostStatistics) UnsetHost ¶
func (o *HostStatistics) UnsetHost()
UnsetHost ensures that no value is present for Host, not even an explicit nil
type IndexerAPIService ¶ added in v1.0.0
type IndexerAPIService service
IndexerAPIService IndexerAPI service
func (*IndexerAPIService) CreateIndexer ¶ added in v1.0.0
func (a *IndexerAPIService) CreateIndexer(ctx context.Context) ApiCreateIndexerRequest
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.0
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.0
func (a *IndexerAPIService) CreateIndexerActionByNameExecute(r ApiCreateIndexerActionByNameRequest) (*http.Response, error)
Execute executes the request
func (*IndexerAPIService) CreateIndexerExecute ¶ added in v1.0.0
func (a *IndexerAPIService) CreateIndexerExecute(r ApiCreateIndexerRequest) (*IndexerResource, *http.Response, error)
Execute executes the request
@return IndexerResource
func (*IndexerAPIService) DeleteIndexer ¶ added in v1.0.0
func (a *IndexerAPIService) DeleteIndexer(ctx context.Context, id int32) ApiDeleteIndexerRequest
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.0
func (a *IndexerAPIService) DeleteIndexerBulk(ctx context.Context) ApiDeleteIndexerBulkRequest
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.0
func (a *IndexerAPIService) DeleteIndexerBulkExecute(r ApiDeleteIndexerBulkRequest) (*http.Response, error)
Execute executes the request
func (*IndexerAPIService) DeleteIndexerExecute ¶ added in v1.0.0
func (a *IndexerAPIService) DeleteIndexerExecute(r ApiDeleteIndexerRequest) (*http.Response, error)
Execute executes the request
func (*IndexerAPIService) GetIndexerById ¶ added in v1.0.0
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.0
func (a *IndexerAPIService) GetIndexerByIdExecute(r ApiGetIndexerByIdRequest) (*IndexerResource, *http.Response, error)
Execute executes the request
@return IndexerResource
func (*IndexerAPIService) ListIndexer ¶ added in v1.0.0
func (a *IndexerAPIService) ListIndexer(ctx context.Context) ApiListIndexerRequest
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.0
func (a *IndexerAPIService) ListIndexerExecute(r ApiListIndexerRequest) ([]IndexerResource, *http.Response, error)
Execute executes the request
@return []IndexerResource
func (*IndexerAPIService) ListIndexerSchema ¶ added in v1.0.0
func (a *IndexerAPIService) ListIndexerSchema(ctx context.Context) ApiListIndexerSchemaRequest
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.0
func (a *IndexerAPIService) ListIndexerSchemaExecute(r ApiListIndexerSchemaRequest) ([]IndexerResource, *http.Response, error)
Execute executes the request
@return []IndexerResource
func (*IndexerAPIService) PutIndexerBulk ¶ added in v1.0.0
func (a *IndexerAPIService) PutIndexerBulk(ctx context.Context) ApiPutIndexerBulkRequest
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.0
func (a *IndexerAPIService) PutIndexerBulkExecute(r ApiPutIndexerBulkRequest) (*IndexerResource, *http.Response, error)
Execute executes the request
@return IndexerResource
func (*IndexerAPIService) TestIndexer ¶ added in v1.0.0
func (a *IndexerAPIService) TestIndexer(ctx context.Context) ApiTestIndexerRequest
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.0
func (a *IndexerAPIService) TestIndexerExecute(r ApiTestIndexerRequest) (*http.Response, error)
Execute executes the request
func (*IndexerAPIService) TestallIndexer ¶ added in v1.0.0
func (a *IndexerAPIService) TestallIndexer(ctx context.Context) ApiTestallIndexerRequest
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.0
func (a *IndexerAPIService) TestallIndexerExecute(r ApiTestallIndexerRequest) (*http.Response, error)
Execute executes the request
func (*IndexerAPIService) UpdateIndexer ¶ added in v1.0.0
func (a *IndexerAPIService) UpdateIndexer(ctx context.Context, id string) ApiUpdateIndexerRequest
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.0
func (a *IndexerAPIService) UpdateIndexerExecute(r ApiUpdateIndexerRequest) (*IndexerResource, *http.Response, error)
Execute executes the request
@return IndexerResource
type IndexerBulkResource ¶ added in v1.0.0
type IndexerBulkResource struct { Ids []int32 `json:"ids,omitempty"` Tags []int32 `json:"tags,omitempty"` ApplyTags *ApplyTags `json:"applyTags,omitempty"` Enable NullableBool `json:"enable,omitempty"` AppProfileId NullableInt32 `json:"appProfileId,omitempty"` Priority NullableInt32 `json:"priority,omitempty"` MinimumSeeders NullableInt32 `json:"minimumSeeders,omitempty"` SeedRatio NullableFloat64 `json:"seedRatio,omitempty"` SeedTime NullableInt32 `json:"seedTime,omitempty"` PackSeedTime NullableInt32 `json:"packSeedTime,omitempty"` }
IndexerBulkResource struct for IndexerBulkResource
func NewIndexerBulkResource ¶ added in v1.0.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 v1.0.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) GetAppProfileId ¶ added in v1.0.0
func (o *IndexerBulkResource) GetAppProfileId() int32
GetAppProfileId returns the AppProfileId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerBulkResource) GetAppProfileIdOk ¶ added in v1.0.0
func (o *IndexerBulkResource) GetAppProfileIdOk() (*int32, bool)
GetAppProfileIdOk returns a tuple with the AppProfileId field value if set, nil otherwise and 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) GetApplyTags ¶ added in v1.0.0
func (o *IndexerBulkResource) GetApplyTags() ApplyTags
GetApplyTags returns the ApplyTags field value if set, zero value otherwise.
func (*IndexerBulkResource) GetApplyTagsOk ¶ added in v1.0.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) GetEnable ¶ added in v1.0.0
func (o *IndexerBulkResource) GetEnable() bool
GetEnable returns the Enable field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerBulkResource) GetEnableOk ¶ added in v1.0.0
func (o *IndexerBulkResource) 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 (*IndexerBulkResource) GetIds ¶ added in v1.0.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 v1.0.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) GetMinimumSeeders ¶ added in v1.0.0
func (o *IndexerBulkResource) GetMinimumSeeders() int32
GetMinimumSeeders returns the MinimumSeeders field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerBulkResource) GetMinimumSeedersOk ¶ added in v1.0.0
func (o *IndexerBulkResource) GetMinimumSeedersOk() (*int32, bool)
GetMinimumSeedersOk returns a tuple with the MinimumSeeders field value if set, nil otherwise and 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) GetPackSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) GetPackSeedTime() int32
GetPackSeedTime returns the PackSeedTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerBulkResource) GetPackSeedTimeOk ¶ added in v1.0.0
func (o *IndexerBulkResource) GetPackSeedTimeOk() (*int32, bool)
GetPackSeedTimeOk returns a tuple with the PackSeedTime field value if set, nil otherwise and 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 v1.0.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 v1.0.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) GetSeedRatio ¶ added in v1.0.0
func (o *IndexerBulkResource) GetSeedRatio() float64
GetSeedRatio returns the SeedRatio field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerBulkResource) GetSeedRatioOk ¶ added in v1.0.0
func (o *IndexerBulkResource) GetSeedRatioOk() (*float64, bool)
GetSeedRatioOk returns a tuple with the SeedRatio field value if set, nil otherwise and 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) GetSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) GetSeedTime() int32
GetSeedTime returns the SeedTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerBulkResource) GetSeedTimeOk ¶ added in v1.0.0
func (o *IndexerBulkResource) GetSeedTimeOk() (*int32, bool)
GetSeedTimeOk returns a tuple with the SeedTime field value if set, nil otherwise and 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 v1.0.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 v1.0.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) HasAppProfileId ¶ added in v1.0.0
func (o *IndexerBulkResource) HasAppProfileId() bool
HasAppProfileId returns a boolean if a field has been set.
func (*IndexerBulkResource) HasApplyTags ¶ added in v1.0.0
func (o *IndexerBulkResource) HasApplyTags() bool
HasApplyTags returns a boolean if a field has been set.
func (*IndexerBulkResource) HasEnable ¶ added in v1.0.0
func (o *IndexerBulkResource) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (*IndexerBulkResource) HasIds ¶ added in v1.0.0
func (o *IndexerBulkResource) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*IndexerBulkResource) HasMinimumSeeders ¶ added in v1.0.0
func (o *IndexerBulkResource) HasMinimumSeeders() bool
HasMinimumSeeders returns a boolean if a field has been set.
func (*IndexerBulkResource) HasPackSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) HasPackSeedTime() bool
HasPackSeedTime returns a boolean if a field has been set.
func (*IndexerBulkResource) HasPriority ¶ added in v1.0.0
func (o *IndexerBulkResource) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*IndexerBulkResource) HasSeedRatio ¶ added in v1.0.0
func (o *IndexerBulkResource) HasSeedRatio() bool
HasSeedRatio returns a boolean if a field has been set.
func (*IndexerBulkResource) HasSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) HasSeedTime() bool
HasSeedTime returns a boolean if a field has been set.
func (*IndexerBulkResource) HasTags ¶ added in v1.0.0
func (o *IndexerBulkResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (IndexerBulkResource) MarshalJSON ¶ added in v1.0.0
func (o IndexerBulkResource) MarshalJSON() ([]byte, error)
func (*IndexerBulkResource) SetAppProfileId ¶ added in v1.0.0
func (o *IndexerBulkResource) SetAppProfileId(v int32)
SetAppProfileId gets a reference to the given NullableInt32 and assigns it to the AppProfileId field.
func (*IndexerBulkResource) SetAppProfileIdNil ¶ added in v1.0.0
func (o *IndexerBulkResource) SetAppProfileIdNil()
SetAppProfileIdNil sets the value for AppProfileId to be an explicit nil
func (*IndexerBulkResource) SetApplyTags ¶ added in v1.0.0
func (o *IndexerBulkResource) SetApplyTags(v ApplyTags)
SetApplyTags gets a reference to the given ApplyTags and assigns it to the ApplyTags field.
func (*IndexerBulkResource) SetEnable ¶ added in v1.0.0
func (o *IndexerBulkResource) SetEnable(v bool)
SetEnable gets a reference to the given NullableBool and assigns it to the Enable field.
func (*IndexerBulkResource) SetEnableNil ¶ added in v1.0.0
func (o *IndexerBulkResource) SetEnableNil()
SetEnableNil sets the value for Enable to be an explicit nil
func (*IndexerBulkResource) SetIds ¶ added in v1.0.0
func (o *IndexerBulkResource) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (*IndexerBulkResource) SetMinimumSeeders ¶ added in v1.0.0
func (o *IndexerBulkResource) SetMinimumSeeders(v int32)
SetMinimumSeeders gets a reference to the given NullableInt32 and assigns it to the MinimumSeeders field.
func (*IndexerBulkResource) SetMinimumSeedersNil ¶ added in v1.0.0
func (o *IndexerBulkResource) SetMinimumSeedersNil()
SetMinimumSeedersNil sets the value for MinimumSeeders to be an explicit nil
func (*IndexerBulkResource) SetPackSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) SetPackSeedTime(v int32)
SetPackSeedTime gets a reference to the given NullableInt32 and assigns it to the PackSeedTime field.
func (*IndexerBulkResource) SetPackSeedTimeNil ¶ added in v1.0.0
func (o *IndexerBulkResource) SetPackSeedTimeNil()
SetPackSeedTimeNil sets the value for PackSeedTime to be an explicit nil
func (*IndexerBulkResource) SetPriority ¶ added in v1.0.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 v1.0.0
func (o *IndexerBulkResource) SetPriorityNil()
SetPriorityNil sets the value for Priority to be an explicit nil
func (*IndexerBulkResource) SetSeedRatio ¶ added in v1.0.0
func (o *IndexerBulkResource) SetSeedRatio(v float64)
SetSeedRatio gets a reference to the given NullableFloat64 and assigns it to the SeedRatio field.
func (*IndexerBulkResource) SetSeedRatioNil ¶ added in v1.0.0
func (o *IndexerBulkResource) SetSeedRatioNil()
SetSeedRatioNil sets the value for SeedRatio to be an explicit nil
func (*IndexerBulkResource) SetSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) SetSeedTime(v int32)
SetSeedTime gets a reference to the given NullableInt32 and assigns it to the SeedTime field.
func (*IndexerBulkResource) SetSeedTimeNil ¶ added in v1.0.0
func (o *IndexerBulkResource) SetSeedTimeNil()
SetSeedTimeNil sets the value for SeedTime to be an explicit nil
func (*IndexerBulkResource) SetTags ¶ added in v1.0.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.0
func (o IndexerBulkResource) ToMap() (map[string]interface{}, error)
func (*IndexerBulkResource) UnsetAppProfileId ¶ added in v1.0.0
func (o *IndexerBulkResource) UnsetAppProfileId()
UnsetAppProfileId ensures that no value is present for AppProfileId, not even an explicit nil
func (*IndexerBulkResource) UnsetEnable ¶ added in v1.0.0
func (o *IndexerBulkResource) UnsetEnable()
UnsetEnable ensures that no value is present for Enable, not even an explicit nil
func (*IndexerBulkResource) UnsetMinimumSeeders ¶ added in v1.0.0
func (o *IndexerBulkResource) UnsetMinimumSeeders()
UnsetMinimumSeeders ensures that no value is present for MinimumSeeders, not even an explicit nil
func (*IndexerBulkResource) UnsetPackSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) UnsetPackSeedTime()
UnsetPackSeedTime ensures that no value is present for PackSeedTime, not even an explicit nil
func (*IndexerBulkResource) UnsetPriority ¶ added in v1.0.0
func (o *IndexerBulkResource) UnsetPriority()
UnsetPriority ensures that no value is present for Priority, not even an explicit nil
func (*IndexerBulkResource) UnsetSeedRatio ¶ added in v1.0.0
func (o *IndexerBulkResource) UnsetSeedRatio()
UnsetSeedRatio ensures that no value is present for SeedRatio, not even an explicit nil
func (*IndexerBulkResource) UnsetSeedTime ¶ added in v1.0.0
func (o *IndexerBulkResource) UnsetSeedTime()
UnsetSeedTime ensures that no value is present for SeedTime, not even an explicit nil
type IndexerCapabilityResource ¶
type IndexerCapabilityResource struct { Id *int32 `json:"id,omitempty"` LimitsMax NullableInt32 `json:"limitsMax,omitempty"` LimitsDefault NullableInt32 `json:"limitsDefault,omitempty"` Categories []IndexerCategory `json:"categories,omitempty"` SupportsRawSearch *bool `json:"supportsRawSearch,omitempty"` SearchParams []SearchParam `json:"searchParams,omitempty"` TvSearchParams []TvSearchParam `json:"tvSearchParams,omitempty"` MovieSearchParams []MovieSearchParam `json:"movieSearchParams,omitempty"` MusicSearchParams []MusicSearchParam `json:"musicSearchParams,omitempty"` BookSearchParams []BookSearchParam `json:"bookSearchParams,omitempty"` }
IndexerCapabilityResource struct for IndexerCapabilityResource
func NewIndexerCapabilityResource ¶
func NewIndexerCapabilityResource() *IndexerCapabilityResource
NewIndexerCapabilityResource instantiates a new IndexerCapabilityResource 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 NewIndexerCapabilityResourceWithDefaults ¶
func NewIndexerCapabilityResourceWithDefaults() *IndexerCapabilityResource
NewIndexerCapabilityResourceWithDefaults instantiates a new IndexerCapabilityResource 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 (*IndexerCapabilityResource) GetBookSearchParams ¶
func (o *IndexerCapabilityResource) GetBookSearchParams() []BookSearchParam
GetBookSearchParams returns the BookSearchParams field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetBookSearchParamsOk ¶
func (o *IndexerCapabilityResource) GetBookSearchParamsOk() ([]BookSearchParam, bool)
GetBookSearchParamsOk returns a tuple with the BookSearchParams field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) GetCategories ¶
func (o *IndexerCapabilityResource) GetCategories() []IndexerCategory
GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetCategoriesOk ¶
func (o *IndexerCapabilityResource) GetCategoriesOk() ([]IndexerCategory, bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) GetId ¶
func (o *IndexerCapabilityResource) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*IndexerCapabilityResource) GetIdOk ¶
func (o *IndexerCapabilityResource) 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 (*IndexerCapabilityResource) GetLimitsDefault ¶
func (o *IndexerCapabilityResource) GetLimitsDefault() int32
GetLimitsDefault returns the LimitsDefault field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetLimitsDefaultOk ¶
func (o *IndexerCapabilityResource) GetLimitsDefaultOk() (*int32, bool)
GetLimitsDefaultOk returns a tuple with the LimitsDefault field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) GetLimitsMax ¶
func (o *IndexerCapabilityResource) GetLimitsMax() int32
GetLimitsMax returns the LimitsMax field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetLimitsMaxOk ¶
func (o *IndexerCapabilityResource) GetLimitsMaxOk() (*int32, bool)
GetLimitsMaxOk returns a tuple with the LimitsMax field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) GetMovieSearchParams ¶
func (o *IndexerCapabilityResource) GetMovieSearchParams() []MovieSearchParam
GetMovieSearchParams returns the MovieSearchParams field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetMovieSearchParamsOk ¶
func (o *IndexerCapabilityResource) GetMovieSearchParamsOk() ([]MovieSearchParam, bool)
GetMovieSearchParamsOk returns a tuple with the MovieSearchParams field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) GetMusicSearchParams ¶
func (o *IndexerCapabilityResource) GetMusicSearchParams() []MusicSearchParam
GetMusicSearchParams returns the MusicSearchParams field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetMusicSearchParamsOk ¶
func (o *IndexerCapabilityResource) GetMusicSearchParamsOk() ([]MusicSearchParam, bool)
GetMusicSearchParamsOk returns a tuple with the MusicSearchParams field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) GetSearchParams ¶
func (o *IndexerCapabilityResource) GetSearchParams() []SearchParam
GetSearchParams returns the SearchParams field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetSearchParamsOk ¶
func (o *IndexerCapabilityResource) GetSearchParamsOk() ([]SearchParam, bool)
GetSearchParamsOk returns a tuple with the SearchParams field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) GetSupportsRawSearch ¶
func (o *IndexerCapabilityResource) GetSupportsRawSearch() bool
GetSupportsRawSearch returns the SupportsRawSearch field value if set, zero value otherwise.
func (*IndexerCapabilityResource) GetSupportsRawSearchOk ¶
func (o *IndexerCapabilityResource) GetSupportsRawSearchOk() (*bool, bool)
GetSupportsRawSearchOk returns a tuple with the SupportsRawSearch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerCapabilityResource) GetTvSearchParams ¶
func (o *IndexerCapabilityResource) GetTvSearchParams() []TvSearchParam
GetTvSearchParams returns the TvSearchParams field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCapabilityResource) GetTvSearchParamsOk ¶
func (o *IndexerCapabilityResource) GetTvSearchParamsOk() ([]TvSearchParam, bool)
GetTvSearchParamsOk returns a tuple with the TvSearchParams field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCapabilityResource) HasBookSearchParams ¶
func (o *IndexerCapabilityResource) HasBookSearchParams() bool
HasBookSearchParams returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasCategories ¶
func (o *IndexerCapabilityResource) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasId ¶
func (o *IndexerCapabilityResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasLimitsDefault ¶
func (o *IndexerCapabilityResource) HasLimitsDefault() bool
HasLimitsDefault returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasLimitsMax ¶
func (o *IndexerCapabilityResource) HasLimitsMax() bool
HasLimitsMax returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasMovieSearchParams ¶
func (o *IndexerCapabilityResource) HasMovieSearchParams() bool
HasMovieSearchParams returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasMusicSearchParams ¶
func (o *IndexerCapabilityResource) HasMusicSearchParams() bool
HasMusicSearchParams returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasSearchParams ¶
func (o *IndexerCapabilityResource) HasSearchParams() bool
HasSearchParams returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasSupportsRawSearch ¶
func (o *IndexerCapabilityResource) HasSupportsRawSearch() bool
HasSupportsRawSearch returns a boolean if a field has been set.
func (*IndexerCapabilityResource) HasTvSearchParams ¶
func (o *IndexerCapabilityResource) HasTvSearchParams() bool
HasTvSearchParams returns a boolean if a field has been set.
func (IndexerCapabilityResource) MarshalJSON ¶
func (o IndexerCapabilityResource) MarshalJSON() ([]byte, error)
func (*IndexerCapabilityResource) SetBookSearchParams ¶
func (o *IndexerCapabilityResource) SetBookSearchParams(v []BookSearchParam)
SetBookSearchParams gets a reference to the given []BookSearchParam and assigns it to the BookSearchParams field.
func (*IndexerCapabilityResource) SetCategories ¶
func (o *IndexerCapabilityResource) SetCategories(v []IndexerCategory)
SetCategories gets a reference to the given []IndexerCategory and assigns it to the Categories field.
func (*IndexerCapabilityResource) SetId ¶
func (o *IndexerCapabilityResource) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*IndexerCapabilityResource) SetLimitsDefault ¶
func (o *IndexerCapabilityResource) SetLimitsDefault(v int32)
SetLimitsDefault gets a reference to the given NullableInt32 and assigns it to the LimitsDefault field.
func (*IndexerCapabilityResource) SetLimitsDefaultNil ¶
func (o *IndexerCapabilityResource) SetLimitsDefaultNil()
SetLimitsDefaultNil sets the value for LimitsDefault to be an explicit nil
func (*IndexerCapabilityResource) SetLimitsMax ¶
func (o *IndexerCapabilityResource) SetLimitsMax(v int32)
SetLimitsMax gets a reference to the given NullableInt32 and assigns it to the LimitsMax field.
func (*IndexerCapabilityResource) SetLimitsMaxNil ¶
func (o *IndexerCapabilityResource) SetLimitsMaxNil()
SetLimitsMaxNil sets the value for LimitsMax to be an explicit nil
func (*IndexerCapabilityResource) SetMovieSearchParams ¶
func (o *IndexerCapabilityResource) SetMovieSearchParams(v []MovieSearchParam)
SetMovieSearchParams gets a reference to the given []MovieSearchParam and assigns it to the MovieSearchParams field.
func (*IndexerCapabilityResource) SetMusicSearchParams ¶
func (o *IndexerCapabilityResource) SetMusicSearchParams(v []MusicSearchParam)
SetMusicSearchParams gets a reference to the given []MusicSearchParam and assigns it to the MusicSearchParams field.
func (*IndexerCapabilityResource) SetSearchParams ¶
func (o *IndexerCapabilityResource) SetSearchParams(v []SearchParam)
SetSearchParams gets a reference to the given []SearchParam and assigns it to the SearchParams field.
func (*IndexerCapabilityResource) SetSupportsRawSearch ¶
func (o *IndexerCapabilityResource) SetSupportsRawSearch(v bool)
SetSupportsRawSearch gets a reference to the given bool and assigns it to the SupportsRawSearch field.
func (*IndexerCapabilityResource) SetTvSearchParams ¶
func (o *IndexerCapabilityResource) SetTvSearchParams(v []TvSearchParam)
SetTvSearchParams gets a reference to the given []TvSearchParam and assigns it to the TvSearchParams field.
func (IndexerCapabilityResource) ToMap ¶ added in v1.0.0
func (o IndexerCapabilityResource) ToMap() (map[string]interface{}, error)
func (*IndexerCapabilityResource) UnsetLimitsDefault ¶
func (o *IndexerCapabilityResource) UnsetLimitsDefault()
UnsetLimitsDefault ensures that no value is present for LimitsDefault, not even an explicit nil
func (*IndexerCapabilityResource) UnsetLimitsMax ¶
func (o *IndexerCapabilityResource) UnsetLimitsMax()
UnsetLimitsMax ensures that no value is present for LimitsMax, not even an explicit nil
type IndexerCategory ¶
type IndexerCategory struct { Id *int32 `json:"id,omitempty"` Name NullableString `json:"name,omitempty"` Description NullableString `json:"description,omitempty"` SubCategories []IndexerCategory `json:"subCategories,omitempty"` }
IndexerCategory struct for IndexerCategory
func NewIndexerCategory ¶
func NewIndexerCategory() *IndexerCategory
NewIndexerCategory instantiates a new IndexerCategory 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 NewIndexerCategoryWithDefaults ¶
func NewIndexerCategoryWithDefaults() *IndexerCategory
NewIndexerCategoryWithDefaults instantiates a new IndexerCategory 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 (*IndexerCategory) GetDescription ¶
func (o *IndexerCategory) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCategory) GetDescriptionOk ¶
func (o *IndexerCategory) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCategory) GetId ¶
func (o *IndexerCategory) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*IndexerCategory) GetIdOk ¶
func (o *IndexerCategory) 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 (*IndexerCategory) GetName ¶
func (o *IndexerCategory) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCategory) GetNameOk ¶
func (o *IndexerCategory) 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 (*IndexerCategory) GetSubCategories ¶
func (o *IndexerCategory) GetSubCategories() []IndexerCategory
GetSubCategories returns the SubCategories field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerCategory) GetSubCategoriesOk ¶
func (o *IndexerCategory) GetSubCategoriesOk() ([]IndexerCategory, bool)
GetSubCategoriesOk returns a tuple with the SubCategories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerCategory) HasDescription ¶
func (o *IndexerCategory) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*IndexerCategory) HasId ¶
func (o *IndexerCategory) HasId() bool
HasId returns a boolean if a field has been set.
func (*IndexerCategory) HasName ¶
func (o *IndexerCategory) HasName() bool
HasName returns a boolean if a field has been set.
func (*IndexerCategory) HasSubCategories ¶
func (o *IndexerCategory) HasSubCategories() bool
HasSubCategories returns a boolean if a field has been set.
func (IndexerCategory) MarshalJSON ¶
func (o IndexerCategory) MarshalJSON() ([]byte, error)
func (*IndexerCategory) SetDescription ¶
func (o *IndexerCategory) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*IndexerCategory) SetDescriptionNil ¶
func (o *IndexerCategory) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*IndexerCategory) SetId ¶
func (o *IndexerCategory) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*IndexerCategory) SetName ¶
func (o *IndexerCategory) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*IndexerCategory) SetNameNil ¶
func (o *IndexerCategory) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*IndexerCategory) SetSubCategories ¶
func (o *IndexerCategory) SetSubCategories(v []IndexerCategory)
SetSubCategories gets a reference to the given []IndexerCategory and assigns it to the SubCategories field.
func (IndexerCategory) ToMap ¶ added in v1.0.0
func (o IndexerCategory) ToMap() (map[string]interface{}, error)
func (*IndexerCategory) UnsetDescription ¶
func (o *IndexerCategory) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*IndexerCategory) UnsetName ¶
func (o *IndexerCategory) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
type IndexerDefaultCategoriesAPIService ¶ added in v1.0.0
type IndexerDefaultCategoriesAPIService service
IndexerDefaultCategoriesAPIService IndexerDefaultCategoriesAPI service
func (*IndexerDefaultCategoriesAPIService) ListIndexerCategories ¶ added in v1.0.0
func (a *IndexerDefaultCategoriesAPIService) ListIndexerCategories(ctx context.Context) ApiListIndexerCategoriesRequest
ListIndexerCategories Method for ListIndexerCategories
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIndexerCategoriesRequest
func (*IndexerDefaultCategoriesAPIService) ListIndexerCategoriesExecute ¶ added in v1.0.0
func (a *IndexerDefaultCategoriesAPIService) ListIndexerCategoriesExecute(r ApiListIndexerCategoriesRequest) ([]IndexerCategory, *http.Response, error)
Execute executes the request
@return []IndexerCategory
type IndexerPrivacy ¶
type IndexerPrivacy string
IndexerPrivacy the model 'IndexerPrivacy'
const ( INDEXERPRIVACY_PUBLIC IndexerPrivacy = "public" INDEXERPRIVACY_SEMI_PRIVATE IndexerPrivacy = "semiPrivate" INDEXERPRIVACY_PRIVATE IndexerPrivacy = "private" )
List of IndexerPrivacy
func NewIndexerPrivacyFromValue ¶
func NewIndexerPrivacyFromValue(v string) (*IndexerPrivacy, error)
NewIndexerPrivacyFromValue returns a pointer to a valid IndexerPrivacy for the value passed as argument, or an error if the value passed is not allowed by the enum
func (IndexerPrivacy) IsValid ¶
func (v IndexerPrivacy) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (IndexerPrivacy) Ptr ¶
func (v IndexerPrivacy) Ptr() *IndexerPrivacy
Ptr returns reference to IndexerPrivacy value
func (*IndexerPrivacy) UnmarshalJSON ¶
func (v *IndexerPrivacy) UnmarshalJSON(src []byte) error
type IndexerProxyAPIService ¶ added in v1.0.0
type IndexerProxyAPIService service
IndexerProxyAPIService IndexerProxyAPI service
func (*IndexerProxyAPIService) CreateIndexerProxy ¶ added in v1.0.0
func (a *IndexerProxyAPIService) CreateIndexerProxy(ctx context.Context) ApiCreateIndexerProxyRequest
CreateIndexerProxy Method for CreateIndexerProxy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIndexerProxyRequest
func (*IndexerProxyAPIService) CreateIndexerProxyActionByName ¶ added in v1.0.0
func (a *IndexerProxyAPIService) CreateIndexerProxyActionByName(ctx context.Context, name string) ApiCreateIndexerProxyActionByNameRequest
CreateIndexerProxyActionByName Method for CreateIndexerProxyActionByName
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiCreateIndexerProxyActionByNameRequest
func (*IndexerProxyAPIService) CreateIndexerProxyActionByNameExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) CreateIndexerProxyActionByNameExecute(r ApiCreateIndexerProxyActionByNameRequest) (*http.Response, error)
Execute executes the request
func (*IndexerProxyAPIService) CreateIndexerProxyExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) CreateIndexerProxyExecute(r ApiCreateIndexerProxyRequest) (*IndexerProxyResource, *http.Response, error)
Execute executes the request
@return IndexerProxyResource
func (*IndexerProxyAPIService) DeleteIndexerProxy ¶ added in v1.0.0
func (a *IndexerProxyAPIService) DeleteIndexerProxy(ctx context.Context, id int32) ApiDeleteIndexerProxyRequest
DeleteIndexerProxy Method for DeleteIndexerProxy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteIndexerProxyRequest
func (*IndexerProxyAPIService) DeleteIndexerProxyExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) DeleteIndexerProxyExecute(r ApiDeleteIndexerProxyRequest) (*http.Response, error)
Execute executes the request
func (*IndexerProxyAPIService) GetIndexerProxyById ¶ added in v1.0.0
func (a *IndexerProxyAPIService) GetIndexerProxyById(ctx context.Context, id int32) ApiGetIndexerProxyByIdRequest
GetIndexerProxyById Method for GetIndexerProxyById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetIndexerProxyByIdRequest
func (*IndexerProxyAPIService) GetIndexerProxyByIdExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) GetIndexerProxyByIdExecute(r ApiGetIndexerProxyByIdRequest) (*IndexerProxyResource, *http.Response, error)
Execute executes the request
@return IndexerProxyResource
func (*IndexerProxyAPIService) ListIndexerProxy ¶ added in v1.0.0
func (a *IndexerProxyAPIService) ListIndexerProxy(ctx context.Context) ApiListIndexerProxyRequest
ListIndexerProxy Method for ListIndexerProxy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIndexerProxyRequest
func (*IndexerProxyAPIService) ListIndexerProxyExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) ListIndexerProxyExecute(r ApiListIndexerProxyRequest) ([]IndexerProxyResource, *http.Response, error)
Execute executes the request
@return []IndexerProxyResource
func (*IndexerProxyAPIService) ListIndexerProxySchema ¶ added in v1.0.0
func (a *IndexerProxyAPIService) ListIndexerProxySchema(ctx context.Context) ApiListIndexerProxySchemaRequest
ListIndexerProxySchema Method for ListIndexerProxySchema
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIndexerProxySchemaRequest
func (*IndexerProxyAPIService) ListIndexerProxySchemaExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) ListIndexerProxySchemaExecute(r ApiListIndexerProxySchemaRequest) ([]IndexerProxyResource, *http.Response, error)
Execute executes the request
@return []IndexerProxyResource
func (*IndexerProxyAPIService) TestIndexerProxy ¶ added in v1.0.0
func (a *IndexerProxyAPIService) TestIndexerProxy(ctx context.Context) ApiTestIndexerProxyRequest
TestIndexerProxy Method for TestIndexerProxy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTestIndexerProxyRequest
func (*IndexerProxyAPIService) TestIndexerProxyExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) TestIndexerProxyExecute(r ApiTestIndexerProxyRequest) (*http.Response, error)
Execute executes the request
func (*IndexerProxyAPIService) TestallIndexerProxy ¶ added in v1.0.0
func (a *IndexerProxyAPIService) TestallIndexerProxy(ctx context.Context) ApiTestallIndexerProxyRequest
TestallIndexerProxy Method for TestallIndexerProxy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTestallIndexerProxyRequest
func (*IndexerProxyAPIService) TestallIndexerProxyExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) TestallIndexerProxyExecute(r ApiTestallIndexerProxyRequest) (*http.Response, error)
Execute executes the request
func (*IndexerProxyAPIService) UpdateIndexerProxy ¶ added in v1.0.0
func (a *IndexerProxyAPIService) UpdateIndexerProxy(ctx context.Context, id string) ApiUpdateIndexerProxyRequest
UpdateIndexerProxy Method for UpdateIndexerProxy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateIndexerProxyRequest
func (*IndexerProxyAPIService) UpdateIndexerProxyExecute ¶ added in v1.0.0
func (a *IndexerProxyAPIService) UpdateIndexerProxyExecute(r ApiUpdateIndexerProxyRequest) (*IndexerProxyResource, *http.Response, error)
Execute executes the request
@return IndexerProxyResource
type IndexerProxyResource ¶
type IndexerProxyResource 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 []IndexerProxyResource `json:"presets,omitempty"` Link NullableString `json:"link,omitempty"` OnHealthIssue *bool `json:"onHealthIssue,omitempty"` SupportsOnHealthIssue *bool `json:"supportsOnHealthIssue,omitempty"` IncludeHealthWarnings *bool `json:"includeHealthWarnings,omitempty"` TestCommand NullableString `json:"testCommand,omitempty"` }
IndexerProxyResource struct for IndexerProxyResource
func NewIndexerProxyResource ¶
func NewIndexerProxyResource() *IndexerProxyResource
NewIndexerProxyResource instantiates a new IndexerProxyResource 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 NewIndexerProxyResourceWithDefaults ¶
func NewIndexerProxyResourceWithDefaults() *IndexerProxyResource
NewIndexerProxyResourceWithDefaults instantiates a new IndexerProxyResource 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 (*IndexerProxyResource) GetConfigContract ¶
func (o *IndexerProxyResource) GetConfigContract() string
GetConfigContract returns the ConfigContract field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetConfigContractOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetFields ¶
func (o *IndexerProxyResource) GetFields() []Field
GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetFieldsOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetId ¶
func (o *IndexerProxyResource) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*IndexerProxyResource) GetIdOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetImplementation ¶
func (o *IndexerProxyResource) GetImplementation() string
GetImplementation returns the Implementation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetImplementationName ¶
func (o *IndexerProxyResource) GetImplementationName() string
GetImplementationName returns the ImplementationName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetImplementationNameOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetImplementationOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetIncludeHealthWarnings ¶
func (o *IndexerProxyResource) GetIncludeHealthWarnings() bool
GetIncludeHealthWarnings returns the IncludeHealthWarnings field value if set, zero value otherwise.
func (*IndexerProxyResource) GetIncludeHealthWarningsOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetInfoLink ¶
func (o *IndexerProxyResource) GetInfoLink() string
GetInfoLink returns the InfoLink field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetInfoLinkOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetLink ¶
func (o *IndexerProxyResource) GetLink() string
GetLink returns the Link field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetLinkOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetMessage ¶
func (o *IndexerProxyResource) GetMessage() ProviderMessage
GetMessage returns the Message field value if set, zero value otherwise.
func (*IndexerProxyResource) GetMessageOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetName ¶
func (o *IndexerProxyResource) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetNameOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetOnHealthIssue ¶
func (o *IndexerProxyResource) GetOnHealthIssue() bool
GetOnHealthIssue returns the OnHealthIssue field value if set, zero value otherwise.
func (*IndexerProxyResource) GetOnHealthIssueOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetPresets ¶
func (o *IndexerProxyResource) GetPresets() []IndexerProxyResource
GetPresets returns the Presets field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetPresetsOk ¶
func (o *IndexerProxyResource) GetPresetsOk() ([]IndexerProxyResource, 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 (*IndexerProxyResource) GetSupportsOnHealthIssue ¶
func (o *IndexerProxyResource) GetSupportsOnHealthIssue() bool
GetSupportsOnHealthIssue returns the SupportsOnHealthIssue field value if set, zero value otherwise.
func (*IndexerProxyResource) GetSupportsOnHealthIssueOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetTags ¶
func (o *IndexerProxyResource) GetTags() []int32
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetTagsOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) GetTestCommand ¶
func (o *IndexerProxyResource) GetTestCommand() string
GetTestCommand returns the TestCommand field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerProxyResource) GetTestCommandOk ¶
func (o *IndexerProxyResource) 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 (*IndexerProxyResource) HasConfigContract ¶
func (o *IndexerProxyResource) HasConfigContract() bool
HasConfigContract returns a boolean if a field has been set.
func (*IndexerProxyResource) HasFields ¶
func (o *IndexerProxyResource) HasFields() bool
HasFields returns a boolean if a field has been set.
func (*IndexerProxyResource) HasId ¶
func (o *IndexerProxyResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*IndexerProxyResource) HasImplementation ¶
func (o *IndexerProxyResource) HasImplementation() bool
HasImplementation returns a boolean if a field has been set.
func (*IndexerProxyResource) HasImplementationName ¶
func (o *IndexerProxyResource) HasImplementationName() bool
HasImplementationName returns a boolean if a field has been set.
func (*IndexerProxyResource) HasIncludeHealthWarnings ¶
func (o *IndexerProxyResource) HasIncludeHealthWarnings() bool
HasIncludeHealthWarnings returns a boolean if a field has been set.
func (*IndexerProxyResource) HasInfoLink ¶
func (o *IndexerProxyResource) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (*IndexerProxyResource) HasLink ¶
func (o *IndexerProxyResource) HasLink() bool
HasLink returns a boolean if a field has been set.
func (*IndexerProxyResource) HasMessage ¶
func (o *IndexerProxyResource) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*IndexerProxyResource) HasName ¶
func (o *IndexerProxyResource) HasName() bool
HasName returns a boolean if a field has been set.
func (*IndexerProxyResource) HasOnHealthIssue ¶
func (o *IndexerProxyResource) HasOnHealthIssue() bool
HasOnHealthIssue returns a boolean if a field has been set.
func (*IndexerProxyResource) HasPresets ¶
func (o *IndexerProxyResource) HasPresets() bool
HasPresets returns a boolean if a field has been set.
func (*IndexerProxyResource) HasSupportsOnHealthIssue ¶
func (o *IndexerProxyResource) HasSupportsOnHealthIssue() bool
HasSupportsOnHealthIssue returns a boolean if a field has been set.
func (*IndexerProxyResource) HasTags ¶
func (o *IndexerProxyResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*IndexerProxyResource) HasTestCommand ¶
func (o *IndexerProxyResource) HasTestCommand() bool
HasTestCommand returns a boolean if a field has been set.
func (IndexerProxyResource) MarshalJSON ¶
func (o IndexerProxyResource) MarshalJSON() ([]byte, error)
func (*IndexerProxyResource) SetConfigContract ¶
func (o *IndexerProxyResource) SetConfigContract(v string)
SetConfigContract gets a reference to the given NullableString and assigns it to the ConfigContract field.
func (*IndexerProxyResource) SetConfigContractNil ¶
func (o *IndexerProxyResource) SetConfigContractNil()
SetConfigContractNil sets the value for ConfigContract to be an explicit nil
func (*IndexerProxyResource) SetFields ¶
func (o *IndexerProxyResource) SetFields(v []Field)
SetFields gets a reference to the given []Field and assigns it to the Fields field.
func (*IndexerProxyResource) SetId ¶
func (o *IndexerProxyResource) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*IndexerProxyResource) SetImplementation ¶
func (o *IndexerProxyResource) SetImplementation(v string)
SetImplementation gets a reference to the given NullableString and assigns it to the Implementation field.
func (*IndexerProxyResource) SetImplementationName ¶
func (o *IndexerProxyResource) SetImplementationName(v string)
SetImplementationName gets a reference to the given NullableString and assigns it to the ImplementationName field.
func (*IndexerProxyResource) SetImplementationNameNil ¶
func (o *IndexerProxyResource) SetImplementationNameNil()
SetImplementationNameNil sets the value for ImplementationName to be an explicit nil
func (*IndexerProxyResource) SetImplementationNil ¶
func (o *IndexerProxyResource) SetImplementationNil()
SetImplementationNil sets the value for Implementation to be an explicit nil
func (*IndexerProxyResource) SetIncludeHealthWarnings ¶
func (o *IndexerProxyResource) SetIncludeHealthWarnings(v bool)
SetIncludeHealthWarnings gets a reference to the given bool and assigns it to the IncludeHealthWarnings field.
func (*IndexerProxyResource) SetInfoLink ¶
func (o *IndexerProxyResource) SetInfoLink(v string)
SetInfoLink gets a reference to the given NullableString and assigns it to the InfoLink field.
func (*IndexerProxyResource) SetInfoLinkNil ¶
func (o *IndexerProxyResource) SetInfoLinkNil()
SetInfoLinkNil sets the value for InfoLink to be an explicit nil
func (*IndexerProxyResource) SetLink ¶
func (o *IndexerProxyResource) SetLink(v string)
SetLink gets a reference to the given NullableString and assigns it to the Link field.
func (*IndexerProxyResource) SetLinkNil ¶
func (o *IndexerProxyResource) SetLinkNil()
SetLinkNil sets the value for Link to be an explicit nil
func (*IndexerProxyResource) SetMessage ¶
func (o *IndexerProxyResource) SetMessage(v ProviderMessage)
SetMessage gets a reference to the given ProviderMessage and assigns it to the Message field.
func (*IndexerProxyResource) SetName ¶
func (o *IndexerProxyResource) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*IndexerProxyResource) SetNameNil ¶
func (o *IndexerProxyResource) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*IndexerProxyResource) SetOnHealthIssue ¶
func (o *IndexerProxyResource) SetOnHealthIssue(v bool)
SetOnHealthIssue gets a reference to the given bool and assigns it to the OnHealthIssue field.
func (*IndexerProxyResource) SetPresets ¶
func (o *IndexerProxyResource) SetPresets(v []IndexerProxyResource)
SetPresets gets a reference to the given []IndexerProxyResource and assigns it to the Presets field.
func (*IndexerProxyResource) SetSupportsOnHealthIssue ¶
func (o *IndexerProxyResource) SetSupportsOnHealthIssue(v bool)
SetSupportsOnHealthIssue gets a reference to the given bool and assigns it to the SupportsOnHealthIssue field.
func (*IndexerProxyResource) SetTags ¶
func (o *IndexerProxyResource) SetTags(v []int32)
SetTags gets a reference to the given []int32 and assigns it to the Tags field.
func (*IndexerProxyResource) SetTestCommand ¶
func (o *IndexerProxyResource) SetTestCommand(v string)
SetTestCommand gets a reference to the given NullableString and assigns it to the TestCommand field.
func (*IndexerProxyResource) SetTestCommandNil ¶
func (o *IndexerProxyResource) SetTestCommandNil()
SetTestCommandNil sets the value for TestCommand to be an explicit nil
func (IndexerProxyResource) ToMap ¶ added in v1.0.0
func (o IndexerProxyResource) ToMap() (map[string]interface{}, error)
func (*IndexerProxyResource) UnsetConfigContract ¶
func (o *IndexerProxyResource) UnsetConfigContract()
UnsetConfigContract ensures that no value is present for ConfigContract, not even an explicit nil
func (*IndexerProxyResource) UnsetImplementation ¶
func (o *IndexerProxyResource) UnsetImplementation()
UnsetImplementation ensures that no value is present for Implementation, not even an explicit nil
func (*IndexerProxyResource) UnsetImplementationName ¶
func (o *IndexerProxyResource) UnsetImplementationName()
UnsetImplementationName ensures that no value is present for ImplementationName, not even an explicit nil
func (*IndexerProxyResource) UnsetInfoLink ¶
func (o *IndexerProxyResource) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (*IndexerProxyResource) UnsetLink ¶
func (o *IndexerProxyResource) UnsetLink()
UnsetLink ensures that no value is present for Link, not even an explicit nil
func (*IndexerProxyResource) UnsetName ¶
func (o *IndexerProxyResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*IndexerProxyResource) UnsetTestCommand ¶
func (o *IndexerProxyResource) UnsetTestCommand()
UnsetTestCommand ensures that no value is present for TestCommand, 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"` IndexerUrls []string `json:"indexerUrls,omitempty"` LegacyUrls []string `json:"legacyUrls,omitempty"` DefinitionName NullableString `json:"definitionName,omitempty"` Description NullableString `json:"description,omitempty"` Language NullableString `json:"language,omitempty"` Encoding NullableString `json:"encoding,omitempty"` Enable *bool `json:"enable,omitempty"` Redirect *bool `json:"redirect,omitempty"` SupportsRss *bool `json:"supportsRss,omitempty"` SupportsSearch *bool `json:"supportsSearch,omitempty"` SupportsRedirect *bool `json:"supportsRedirect,omitempty"` SupportsPagination *bool `json:"supportsPagination,omitempty"` AppProfileId *int32 `json:"appProfileId,omitempty"` Protocol *DownloadProtocol `json:"protocol,omitempty"` Privacy *IndexerPrivacy `json:"privacy,omitempty"` Capabilities *IndexerCapabilityResource `json:"capabilities,omitempty"` Priority *int32 `json:"priority,omitempty"` DownloadClientId *int32 `json:"downloadClientId,omitempty"` Added *time.Time `json:"added,omitempty"` Status *IndexerStatusResource `json:"status,omitempty"` SortName NullableString `json:"sortName,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) GetAdded ¶
func (o *IndexerResource) GetAdded() time.Time
GetAdded returns the Added field value if set, zero value otherwise.
func (*IndexerResource) GetAddedOk ¶
func (o *IndexerResource) 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 (*IndexerResource) GetAppProfileId ¶
func (o *IndexerResource) GetAppProfileId() int32
GetAppProfileId returns the AppProfileId field value if set, zero value otherwise.
func (*IndexerResource) GetAppProfileIdOk ¶
func (o *IndexerResource) GetAppProfileIdOk() (*int32, bool)
GetAppProfileIdOk returns a tuple with the AppProfileId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerResource) GetCapabilities ¶
func (o *IndexerResource) GetCapabilities() IndexerCapabilityResource
GetCapabilities returns the Capabilities field value if set, zero value otherwise.
func (*IndexerResource) GetCapabilitiesOk ¶
func (o *IndexerResource) GetCapabilitiesOk() (*IndexerCapabilityResource, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been 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) GetDefinitionName ¶
func (o *IndexerResource) GetDefinitionName() string
GetDefinitionName returns the DefinitionName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerResource) GetDefinitionNameOk ¶
func (o *IndexerResource) GetDefinitionNameOk() (*string, bool)
GetDefinitionNameOk returns a tuple with the DefinitionName field value if set, nil otherwise and 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) GetDescription ¶
func (o *IndexerResource) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerResource) GetDescriptionOk ¶
func (o *IndexerResource) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and 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 ¶ added in v1.0.0
func (o *IndexerResource) GetDownloadClientId() int32
GetDownloadClientId returns the DownloadClientId field value if set, zero value otherwise.
func (*IndexerResource) GetDownloadClientIdOk ¶ added in v1.0.0
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) GetEnable ¶
func (o *IndexerResource) GetEnable() bool
GetEnable returns the Enable field value if set, zero value otherwise.
func (*IndexerResource) GetEnableOk ¶
func (o *IndexerResource) 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 (*IndexerResource) GetEncoding ¶
func (o *IndexerResource) GetEncoding() string
GetEncoding returns the Encoding field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerResource) GetEncodingOk ¶
func (o *IndexerResource) GetEncodingOk() (*string, bool)
GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and 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) 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 (*IndexerResource) GetIndexerUrls ¶
func (o *IndexerResource) GetIndexerUrls() []string
GetIndexerUrls returns the IndexerUrls field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerResource) GetIndexerUrlsOk ¶
func (o *IndexerResource) GetIndexerUrlsOk() ([]string, bool)
GetIndexerUrlsOk returns a tuple with the IndexerUrls field value if set, nil otherwise and 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) GetInfoLink ¶
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) GetLanguage ¶
func (o *IndexerResource) GetLanguage() string
GetLanguage returns the Language field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerResource) GetLanguageOk ¶
func (o *IndexerResource) GetLanguageOk() (*string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerResource) GetLegacyUrls ¶
func (o *IndexerResource) GetLegacyUrls() []string
GetLegacyUrls returns the LegacyUrls field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerResource) GetLegacyUrlsOk ¶
func (o *IndexerResource) GetLegacyUrlsOk() ([]string, bool)
GetLegacyUrlsOk returns a tuple with the LegacyUrls field value if set, nil otherwise and 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) GetPrivacy ¶
func (o *IndexerResource) GetPrivacy() IndexerPrivacy
GetPrivacy returns the Privacy field value if set, zero value otherwise.
func (*IndexerResource) GetPrivacyOk ¶
func (o *IndexerResource) GetPrivacyOk() (*IndexerPrivacy, 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 (*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) GetRedirect ¶
func (o *IndexerResource) GetRedirect() bool
GetRedirect returns the Redirect field value if set, zero value otherwise.
func (*IndexerResource) GetRedirectOk ¶
func (o *IndexerResource) GetRedirectOk() (*bool, bool)
GetRedirectOk returns a tuple with the Redirect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerResource) GetSortName ¶
func (o *IndexerResource) GetSortName() string
GetSortName returns the SortName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerResource) GetSortNameOk ¶
func (o *IndexerResource) GetSortNameOk() (*string, bool)
GetSortNameOk returns a tuple with the SortName field value if set, nil otherwise and 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) GetStatus ¶
func (o *IndexerResource) GetStatus() IndexerStatusResource
GetStatus returns the Status field value if set, zero value otherwise.
func (*IndexerResource) GetStatusOk ¶
func (o *IndexerResource) GetStatusOk() (*IndexerStatusResource, 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 (*IndexerResource) GetSupportsPagination ¶ added in v0.3.0
func (o *IndexerResource) GetSupportsPagination() bool
GetSupportsPagination returns the SupportsPagination field value if set, zero value otherwise.
func (*IndexerResource) GetSupportsPaginationOk ¶ added in v0.3.0
func (o *IndexerResource) GetSupportsPaginationOk() (*bool, bool)
GetSupportsPaginationOk returns a tuple with the SupportsPagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerResource) GetSupportsRedirect ¶
func (o *IndexerResource) GetSupportsRedirect() bool
GetSupportsRedirect returns the SupportsRedirect field value if set, zero value otherwise.
func (*IndexerResource) GetSupportsRedirectOk ¶
func (o *IndexerResource) GetSupportsRedirectOk() (*bool, bool)
GetSupportsRedirectOk returns a tuple with the SupportsRedirect 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) HasAdded ¶
func (o *IndexerResource) HasAdded() bool
HasAdded returns a boolean if a field has been set.
func (*IndexerResource) HasAppProfileId ¶
func (o *IndexerResource) HasAppProfileId() bool
HasAppProfileId returns a boolean if a field has been set.
func (*IndexerResource) HasCapabilities ¶
func (o *IndexerResource) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (*IndexerResource) HasConfigContract ¶
func (o *IndexerResource) HasConfigContract() bool
HasConfigContract returns a boolean if a field has been set.
func (*IndexerResource) HasDefinitionName ¶
func (o *IndexerResource) HasDefinitionName() bool
HasDefinitionName returns a boolean if a field has been set.
func (*IndexerResource) HasDescription ¶
func (o *IndexerResource) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*IndexerResource) HasDownloadClientId ¶ added in v1.0.0
func (o *IndexerResource) HasDownloadClientId() bool
HasDownloadClientId returns a boolean if a field has been set.
func (*IndexerResource) HasEnable ¶
func (o *IndexerResource) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (*IndexerResource) HasEncoding ¶
func (o *IndexerResource) HasEncoding() bool
HasEncoding 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 (*IndexerResource) HasIndexerUrls ¶
func (o *IndexerResource) HasIndexerUrls() bool
HasIndexerUrls returns a boolean if a field has been set.
func (*IndexerResource) HasInfoLink ¶
func (o *IndexerResource) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (*IndexerResource) HasLanguage ¶
func (o *IndexerResource) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (*IndexerResource) HasLegacyUrls ¶
func (o *IndexerResource) HasLegacyUrls() bool
HasLegacyUrls 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) HasPrivacy ¶
func (o *IndexerResource) HasPrivacy() bool
HasPrivacy 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) HasRedirect ¶
func (o *IndexerResource) HasRedirect() bool
HasRedirect returns a boolean if a field has been set.
func (*IndexerResource) HasSortName ¶
func (o *IndexerResource) HasSortName() bool
HasSortName returns a boolean if a field has been set.
func (*IndexerResource) HasStatus ¶
func (o *IndexerResource) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*IndexerResource) HasSupportsPagination ¶ added in v0.3.0
func (o *IndexerResource) HasSupportsPagination() bool
HasSupportsPagination returns a boolean if a field has been set.
func (*IndexerResource) HasSupportsRedirect ¶
func (o *IndexerResource) HasSupportsRedirect() bool
HasSupportsRedirect 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) SetAdded ¶
func (o *IndexerResource) SetAdded(v time.Time)
SetAdded gets a reference to the given time.Time and assigns it to the Added field.
func (*IndexerResource) SetAppProfileId ¶
func (o *IndexerResource) SetAppProfileId(v int32)
SetAppProfileId gets a reference to the given int32 and assigns it to the AppProfileId field.
func (*IndexerResource) SetCapabilities ¶
func (o *IndexerResource) SetCapabilities(v IndexerCapabilityResource)
SetCapabilities gets a reference to the given IndexerCapabilityResource and assigns it to the Capabilities field.
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) SetDefinitionName ¶
func (o *IndexerResource) SetDefinitionName(v string)
SetDefinitionName gets a reference to the given NullableString and assigns it to the DefinitionName field.
func (*IndexerResource) SetDefinitionNameNil ¶
func (o *IndexerResource) SetDefinitionNameNil()
SetDefinitionNameNil sets the value for DefinitionName to be an explicit nil
func (*IndexerResource) SetDescription ¶
func (o *IndexerResource) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*IndexerResource) SetDescriptionNil ¶
func (o *IndexerResource) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*IndexerResource) SetDownloadClientId ¶ added in v1.0.0
func (o *IndexerResource) SetDownloadClientId(v int32)
SetDownloadClientId gets a reference to the given int32 and assigns it to the DownloadClientId field.
func (*IndexerResource) SetEnable ¶
func (o *IndexerResource) SetEnable(v bool)
SetEnable gets a reference to the given bool and assigns it to the Enable field.
func (*IndexerResource) SetEncoding ¶
func (o *IndexerResource) SetEncoding(v string)
SetEncoding gets a reference to the given NullableString and assigns it to the Encoding field.
func (*IndexerResource) SetEncodingNil ¶
func (o *IndexerResource) SetEncodingNil()
SetEncodingNil sets the value for Encoding to be an explicit nil
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 (*IndexerResource) SetIndexerUrls ¶
func (o *IndexerResource) SetIndexerUrls(v []string)
SetIndexerUrls gets a reference to the given []string and assigns it to the IndexerUrls field.
func (*IndexerResource) SetInfoLink ¶
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) SetLanguage ¶
func (o *IndexerResource) SetLanguage(v string)
SetLanguage gets a reference to the given NullableString and assigns it to the Language field.
func (*IndexerResource) SetLanguageNil ¶
func (o *IndexerResource) SetLanguageNil()
SetLanguageNil sets the value for Language to be an explicit nil
func (*IndexerResource) SetLegacyUrls ¶
func (o *IndexerResource) SetLegacyUrls(v []string)
SetLegacyUrls gets a reference to the given []string and assigns it to the LegacyUrls field.
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) SetPrivacy ¶
func (o *IndexerResource) SetPrivacy(v IndexerPrivacy)
SetPrivacy gets a reference to the given IndexerPrivacy and assigns it to the Privacy 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) SetRedirect ¶
func (o *IndexerResource) SetRedirect(v bool)
SetRedirect gets a reference to the given bool and assigns it to the Redirect field.
func (*IndexerResource) SetSortName ¶
func (o *IndexerResource) SetSortName(v string)
SetSortName gets a reference to the given NullableString and assigns it to the SortName field.
func (*IndexerResource) SetSortNameNil ¶
func (o *IndexerResource) SetSortNameNil()
SetSortNameNil sets the value for SortName to be an explicit nil
func (*IndexerResource) SetStatus ¶
func (o *IndexerResource) SetStatus(v IndexerStatusResource)
SetStatus gets a reference to the given IndexerStatusResource and assigns it to the Status field.
func (*IndexerResource) SetSupportsPagination ¶ added in v0.3.0
func (o *IndexerResource) SetSupportsPagination(v bool)
SetSupportsPagination gets a reference to the given bool and assigns it to the SupportsPagination field.
func (*IndexerResource) SetSupportsRedirect ¶
func (o *IndexerResource) SetSupportsRedirect(v bool)
SetSupportsRedirect gets a reference to the given bool and assigns it to the SupportsRedirect 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.0
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) UnsetDefinitionName ¶
func (o *IndexerResource) UnsetDefinitionName()
UnsetDefinitionName ensures that no value is present for DefinitionName, not even an explicit nil
func (*IndexerResource) UnsetDescription ¶
func (o *IndexerResource) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*IndexerResource) UnsetEncoding ¶
func (o *IndexerResource) UnsetEncoding()
UnsetEncoding ensures that no value is present for Encoding, 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 (*IndexerResource) UnsetInfoLink ¶
func (o *IndexerResource) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (*IndexerResource) UnsetLanguage ¶
func (o *IndexerResource) UnsetLanguage()
UnsetLanguage ensures that no value is present for Language, 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
func (*IndexerResource) UnsetSortName ¶
func (o *IndexerResource) UnsetSortName()
UnsetSortName ensures that no value is present for SortName, not even an explicit nil
type IndexerStatistics ¶
type IndexerStatistics struct { IndexerId *int32 `json:"indexerId,omitempty"` IndexerName NullableString `json:"indexerName,omitempty"` AverageResponseTime *int32 `json:"averageResponseTime,omitempty"` AverageGrabResponseTime *int32 `json:"averageGrabResponseTime,omitempty"` NumberOfQueries *int32 `json:"numberOfQueries,omitempty"` NumberOfGrabs *int32 `json:"numberOfGrabs,omitempty"` NumberOfRssQueries *int32 `json:"numberOfRssQueries,omitempty"` NumberOfAuthQueries *int32 `json:"numberOfAuthQueries,omitempty"` NumberOfFailedQueries *int32 `json:"numberOfFailedQueries,omitempty"` NumberOfFailedGrabs *int32 `json:"numberOfFailedGrabs,omitempty"` NumberOfFailedRssQueries *int32 `json:"numberOfFailedRssQueries,omitempty"` NumberOfFailedAuthQueries *int32 `json:"numberOfFailedAuthQueries,omitempty"` }
IndexerStatistics struct for IndexerStatistics
func NewIndexerStatistics ¶
func NewIndexerStatistics() *IndexerStatistics
NewIndexerStatistics instantiates a new IndexerStatistics 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 NewIndexerStatisticsWithDefaults ¶
func NewIndexerStatisticsWithDefaults() *IndexerStatistics
NewIndexerStatisticsWithDefaults instantiates a new IndexerStatistics 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 (*IndexerStatistics) GetAverageGrabResponseTime ¶ added in v1.1.0
func (o *IndexerStatistics) GetAverageGrabResponseTime() int32
GetAverageGrabResponseTime returns the AverageGrabResponseTime field value if set, zero value otherwise.
func (*IndexerStatistics) GetAverageGrabResponseTimeOk ¶ added in v1.1.0
func (o *IndexerStatistics) GetAverageGrabResponseTimeOk() (*int32, bool)
GetAverageGrabResponseTimeOk returns a tuple with the AverageGrabResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetAverageResponseTime ¶
func (o *IndexerStatistics) GetAverageResponseTime() int32
GetAverageResponseTime returns the AverageResponseTime field value if set, zero value otherwise.
func (*IndexerStatistics) GetAverageResponseTimeOk ¶
func (o *IndexerStatistics) GetAverageResponseTimeOk() (*int32, bool)
GetAverageResponseTimeOk returns a tuple with the AverageResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetIndexerId ¶
func (o *IndexerStatistics) GetIndexerId() int32
GetIndexerId returns the IndexerId field value if set, zero value otherwise.
func (*IndexerStatistics) GetIndexerIdOk ¶
func (o *IndexerStatistics) 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 (*IndexerStatistics) GetIndexerName ¶
func (o *IndexerStatistics) GetIndexerName() string
GetIndexerName returns the IndexerName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerStatistics) GetIndexerNameOk ¶
func (o *IndexerStatistics) GetIndexerNameOk() (*string, bool)
GetIndexerNameOk returns a tuple with the IndexerName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerStatistics) GetNumberOfAuthQueries ¶
func (o *IndexerStatistics) GetNumberOfAuthQueries() int32
GetNumberOfAuthQueries returns the NumberOfAuthQueries field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfAuthQueriesOk ¶
func (o *IndexerStatistics) GetNumberOfAuthQueriesOk() (*int32, bool)
GetNumberOfAuthQueriesOk returns a tuple with the NumberOfAuthQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetNumberOfFailedAuthQueries ¶
func (o *IndexerStatistics) GetNumberOfFailedAuthQueries() int32
GetNumberOfFailedAuthQueries returns the NumberOfFailedAuthQueries field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfFailedAuthQueriesOk ¶
func (o *IndexerStatistics) GetNumberOfFailedAuthQueriesOk() (*int32, bool)
GetNumberOfFailedAuthQueriesOk returns a tuple with the NumberOfFailedAuthQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetNumberOfFailedGrabs ¶
func (o *IndexerStatistics) GetNumberOfFailedGrabs() int32
GetNumberOfFailedGrabs returns the NumberOfFailedGrabs field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfFailedGrabsOk ¶
func (o *IndexerStatistics) GetNumberOfFailedGrabsOk() (*int32, bool)
GetNumberOfFailedGrabsOk returns a tuple with the NumberOfFailedGrabs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetNumberOfFailedQueries ¶
func (o *IndexerStatistics) GetNumberOfFailedQueries() int32
GetNumberOfFailedQueries returns the NumberOfFailedQueries field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfFailedQueriesOk ¶
func (o *IndexerStatistics) GetNumberOfFailedQueriesOk() (*int32, bool)
GetNumberOfFailedQueriesOk returns a tuple with the NumberOfFailedQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetNumberOfFailedRssQueries ¶
func (o *IndexerStatistics) GetNumberOfFailedRssQueries() int32
GetNumberOfFailedRssQueries returns the NumberOfFailedRssQueries field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfFailedRssQueriesOk ¶
func (o *IndexerStatistics) GetNumberOfFailedRssQueriesOk() (*int32, bool)
GetNumberOfFailedRssQueriesOk returns a tuple with the NumberOfFailedRssQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetNumberOfGrabs ¶
func (o *IndexerStatistics) GetNumberOfGrabs() int32
GetNumberOfGrabs returns the NumberOfGrabs field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfGrabsOk ¶
func (o *IndexerStatistics) GetNumberOfGrabsOk() (*int32, bool)
GetNumberOfGrabsOk returns a tuple with the NumberOfGrabs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetNumberOfQueries ¶
func (o *IndexerStatistics) GetNumberOfQueries() int32
GetNumberOfQueries returns the NumberOfQueries field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfQueriesOk ¶
func (o *IndexerStatistics) GetNumberOfQueriesOk() (*int32, bool)
GetNumberOfQueriesOk returns a tuple with the NumberOfQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) GetNumberOfRssQueries ¶
func (o *IndexerStatistics) GetNumberOfRssQueries() int32
GetNumberOfRssQueries returns the NumberOfRssQueries field value if set, zero value otherwise.
func (*IndexerStatistics) GetNumberOfRssQueriesOk ¶
func (o *IndexerStatistics) GetNumberOfRssQueriesOk() (*int32, bool)
GetNumberOfRssQueriesOk returns a tuple with the NumberOfRssQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IndexerStatistics) HasAverageGrabResponseTime ¶ added in v1.1.0
func (o *IndexerStatistics) HasAverageGrabResponseTime() bool
HasAverageGrabResponseTime returns a boolean if a field has been set.
func (*IndexerStatistics) HasAverageResponseTime ¶
func (o *IndexerStatistics) HasAverageResponseTime() bool
HasAverageResponseTime returns a boolean if a field has been set.
func (*IndexerStatistics) HasIndexerId ¶
func (o *IndexerStatistics) HasIndexerId() bool
HasIndexerId returns a boolean if a field has been set.
func (*IndexerStatistics) HasIndexerName ¶
func (o *IndexerStatistics) HasIndexerName() bool
HasIndexerName returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfAuthQueries ¶
func (o *IndexerStatistics) HasNumberOfAuthQueries() bool
HasNumberOfAuthQueries returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfFailedAuthQueries ¶
func (o *IndexerStatistics) HasNumberOfFailedAuthQueries() bool
HasNumberOfFailedAuthQueries returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfFailedGrabs ¶
func (o *IndexerStatistics) HasNumberOfFailedGrabs() bool
HasNumberOfFailedGrabs returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfFailedQueries ¶
func (o *IndexerStatistics) HasNumberOfFailedQueries() bool
HasNumberOfFailedQueries returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfFailedRssQueries ¶
func (o *IndexerStatistics) HasNumberOfFailedRssQueries() bool
HasNumberOfFailedRssQueries returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfGrabs ¶
func (o *IndexerStatistics) HasNumberOfGrabs() bool
HasNumberOfGrabs returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfQueries ¶
func (o *IndexerStatistics) HasNumberOfQueries() bool
HasNumberOfQueries returns a boolean if a field has been set.
func (*IndexerStatistics) HasNumberOfRssQueries ¶
func (o *IndexerStatistics) HasNumberOfRssQueries() bool
HasNumberOfRssQueries returns a boolean if a field has been set.
func (IndexerStatistics) MarshalJSON ¶
func (o IndexerStatistics) MarshalJSON() ([]byte, error)
func (*IndexerStatistics) SetAverageGrabResponseTime ¶ added in v1.1.0
func (o *IndexerStatistics) SetAverageGrabResponseTime(v int32)
SetAverageGrabResponseTime gets a reference to the given int32 and assigns it to the AverageGrabResponseTime field.
func (*IndexerStatistics) SetAverageResponseTime ¶
func (o *IndexerStatistics) SetAverageResponseTime(v int32)
SetAverageResponseTime gets a reference to the given int32 and assigns it to the AverageResponseTime field.
func (*IndexerStatistics) SetIndexerId ¶
func (o *IndexerStatistics) SetIndexerId(v int32)
SetIndexerId gets a reference to the given int32 and assigns it to the IndexerId field.
func (*IndexerStatistics) SetIndexerName ¶
func (o *IndexerStatistics) SetIndexerName(v string)
SetIndexerName gets a reference to the given NullableString and assigns it to the IndexerName field.
func (*IndexerStatistics) SetIndexerNameNil ¶
func (o *IndexerStatistics) SetIndexerNameNil()
SetIndexerNameNil sets the value for IndexerName to be an explicit nil
func (*IndexerStatistics) SetNumberOfAuthQueries ¶
func (o *IndexerStatistics) SetNumberOfAuthQueries(v int32)
SetNumberOfAuthQueries gets a reference to the given int32 and assigns it to the NumberOfAuthQueries field.
func (*IndexerStatistics) SetNumberOfFailedAuthQueries ¶
func (o *IndexerStatistics) SetNumberOfFailedAuthQueries(v int32)
SetNumberOfFailedAuthQueries gets a reference to the given int32 and assigns it to the NumberOfFailedAuthQueries field.
func (*IndexerStatistics) SetNumberOfFailedGrabs ¶
func (o *IndexerStatistics) SetNumberOfFailedGrabs(v int32)
SetNumberOfFailedGrabs gets a reference to the given int32 and assigns it to the NumberOfFailedGrabs field.
func (*IndexerStatistics) SetNumberOfFailedQueries ¶
func (o *IndexerStatistics) SetNumberOfFailedQueries(v int32)
SetNumberOfFailedQueries gets a reference to the given int32 and assigns it to the NumberOfFailedQueries field.
func (*IndexerStatistics) SetNumberOfFailedRssQueries ¶
func (o *IndexerStatistics) SetNumberOfFailedRssQueries(v int32)
SetNumberOfFailedRssQueries gets a reference to the given int32 and assigns it to the NumberOfFailedRssQueries field.
func (*IndexerStatistics) SetNumberOfGrabs ¶
func (o *IndexerStatistics) SetNumberOfGrabs(v int32)
SetNumberOfGrabs gets a reference to the given int32 and assigns it to the NumberOfGrabs field.
func (*IndexerStatistics) SetNumberOfQueries ¶
func (o *IndexerStatistics) SetNumberOfQueries(v int32)
SetNumberOfQueries gets a reference to the given int32 and assigns it to the NumberOfQueries field.
func (*IndexerStatistics) SetNumberOfRssQueries ¶
func (o *IndexerStatistics) SetNumberOfRssQueries(v int32)
SetNumberOfRssQueries gets a reference to the given int32 and assigns it to the NumberOfRssQueries field.
func (IndexerStatistics) ToMap ¶ added in v1.0.0
func (o IndexerStatistics) ToMap() (map[string]interface{}, error)
func (*IndexerStatistics) UnsetIndexerName ¶
func (o *IndexerStatistics) UnsetIndexerName()
UnsetIndexerName ensures that no value is present for IndexerName, not even an explicit nil
type IndexerStatsAPIService ¶ added in v1.0.0
type IndexerStatsAPIService service
IndexerStatsAPIService IndexerStatsAPI service
func (*IndexerStatsAPIService) GetIndexerStats ¶ added in v1.0.0
func (a *IndexerStatsAPIService) GetIndexerStats(ctx context.Context) ApiGetIndexerStatsRequest
GetIndexerStats Method for GetIndexerStats
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetIndexerStatsRequest
func (*IndexerStatsAPIService) GetIndexerStatsExecute ¶ added in v1.0.0
func (a *IndexerStatsAPIService) GetIndexerStatsExecute(r ApiGetIndexerStatsRequest) (*IndexerStatsResource, *http.Response, error)
Execute executes the request
@return IndexerStatsResource
type IndexerStatsResource ¶
type IndexerStatsResource struct { Id *int32 `json:"id,omitempty"` Indexers []IndexerStatistics `json:"indexers,omitempty"` UserAgents []UserAgentStatistics `json:"userAgents,omitempty"` Hosts []HostStatistics `json:"hosts,omitempty"` }
IndexerStatsResource struct for IndexerStatsResource
func NewIndexerStatsResource ¶
func NewIndexerStatsResource() *IndexerStatsResource
NewIndexerStatsResource instantiates a new IndexerStatsResource 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 NewIndexerStatsResourceWithDefaults ¶
func NewIndexerStatsResourceWithDefaults() *IndexerStatsResource
NewIndexerStatsResourceWithDefaults instantiates a new IndexerStatsResource 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 (*IndexerStatsResource) GetHosts ¶
func (o *IndexerStatsResource) GetHosts() []HostStatistics
GetHosts returns the Hosts field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerStatsResource) GetHostsOk ¶
func (o *IndexerStatsResource) GetHostsOk() ([]HostStatistics, bool)
GetHostsOk returns a tuple with the Hosts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerStatsResource) GetId ¶
func (o *IndexerStatsResource) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*IndexerStatsResource) GetIdOk ¶
func (o *IndexerStatsResource) 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 (*IndexerStatsResource) GetIndexers ¶
func (o *IndexerStatsResource) GetIndexers() []IndexerStatistics
GetIndexers returns the Indexers field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerStatsResource) GetIndexersOk ¶
func (o *IndexerStatsResource) GetIndexersOk() ([]IndexerStatistics, bool)
GetIndexersOk returns a tuple with the Indexers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerStatsResource) GetUserAgents ¶
func (o *IndexerStatsResource) GetUserAgents() []UserAgentStatistics
GetUserAgents returns the UserAgents field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerStatsResource) GetUserAgentsOk ¶
func (o *IndexerStatsResource) GetUserAgentsOk() ([]UserAgentStatistics, bool)
GetUserAgentsOk returns a tuple with the UserAgents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerStatsResource) HasHosts ¶
func (o *IndexerStatsResource) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (*IndexerStatsResource) HasId ¶
func (o *IndexerStatsResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*IndexerStatsResource) HasIndexers ¶
func (o *IndexerStatsResource) HasIndexers() bool
HasIndexers returns a boolean if a field has been set.
func (*IndexerStatsResource) HasUserAgents ¶
func (o *IndexerStatsResource) HasUserAgents() bool
HasUserAgents returns a boolean if a field has been set.
func (IndexerStatsResource) MarshalJSON ¶
func (o IndexerStatsResource) MarshalJSON() ([]byte, error)
func (*IndexerStatsResource) SetHosts ¶
func (o *IndexerStatsResource) SetHosts(v []HostStatistics)
SetHosts gets a reference to the given []HostStatistics and assigns it to the Hosts field.
func (*IndexerStatsResource) SetId ¶
func (o *IndexerStatsResource) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*IndexerStatsResource) SetIndexers ¶
func (o *IndexerStatsResource) SetIndexers(v []IndexerStatistics)
SetIndexers gets a reference to the given []IndexerStatistics and assigns it to the Indexers field.
func (*IndexerStatsResource) SetUserAgents ¶
func (o *IndexerStatsResource) SetUserAgents(v []UserAgentStatistics)
SetUserAgents gets a reference to the given []UserAgentStatistics and assigns it to the UserAgents field.
func (IndexerStatsResource) ToMap ¶ added in v1.0.0
func (o IndexerStatsResource) ToMap() (map[string]interface{}, error)
type IndexerStatusAPIService ¶ added in v1.0.0
type IndexerStatusAPIService service
IndexerStatusAPIService IndexerStatusAPI service
func (*IndexerStatusAPIService) ListIndexerStatus ¶ added in v1.0.0
func (a *IndexerStatusAPIService) ListIndexerStatus(ctx context.Context) ApiListIndexerStatusRequest
ListIndexerStatus Method for ListIndexerStatus
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIndexerStatusRequest
func (*IndexerStatusAPIService) ListIndexerStatusExecute ¶ added in v1.0.0
func (a *IndexerStatusAPIService) ListIndexerStatusExecute(r ApiListIndexerStatusRequest) ([]IndexerStatusResource, *http.Response, error)
Execute executes the request
@return []IndexerStatusResource
type IndexerStatusResource ¶
type IndexerStatusResource struct { Id *int32 `json:"id,omitempty"` IndexerId *int32 `json:"indexerId,omitempty"` DisabledTill NullableTime `json:"disabledTill,omitempty"` MostRecentFailure NullableTime `json:"mostRecentFailure,omitempty"` InitialFailure NullableTime `json:"initialFailure,omitempty"` }
IndexerStatusResource struct for IndexerStatusResource
func NewIndexerStatusResource ¶
func NewIndexerStatusResource() *IndexerStatusResource
NewIndexerStatusResource instantiates a new IndexerStatusResource 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 NewIndexerStatusResourceWithDefaults ¶
func NewIndexerStatusResourceWithDefaults() *IndexerStatusResource
NewIndexerStatusResourceWithDefaults instantiates a new IndexerStatusResource 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 (*IndexerStatusResource) GetDisabledTill ¶
func (o *IndexerStatusResource) GetDisabledTill() time.Time
GetDisabledTill returns the DisabledTill field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerStatusResource) GetDisabledTillOk ¶
func (o *IndexerStatusResource) GetDisabledTillOk() (*time.Time, bool)
GetDisabledTillOk returns a tuple with the DisabledTill field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerStatusResource) GetId ¶
func (o *IndexerStatusResource) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*IndexerStatusResource) GetIdOk ¶
func (o *IndexerStatusResource) 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 (*IndexerStatusResource) GetIndexerId ¶
func (o *IndexerStatusResource) GetIndexerId() int32
GetIndexerId returns the IndexerId field value if set, zero value otherwise.
func (*IndexerStatusResource) GetIndexerIdOk ¶
func (o *IndexerStatusResource) 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 (*IndexerStatusResource) GetInitialFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) GetInitialFailure() time.Time
GetInitialFailure returns the InitialFailure field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerStatusResource) GetInitialFailureOk ¶ added in v0.3.0
func (o *IndexerStatusResource) GetInitialFailureOk() (*time.Time, bool)
GetInitialFailureOk returns a tuple with the InitialFailure field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerStatusResource) GetMostRecentFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) GetMostRecentFailure() time.Time
GetMostRecentFailure returns the MostRecentFailure field value if set, zero value otherwise (both if not set or set to explicit null).
func (*IndexerStatusResource) GetMostRecentFailureOk ¶ added in v0.3.0
func (o *IndexerStatusResource) GetMostRecentFailureOk() (*time.Time, bool)
GetMostRecentFailureOk returns a tuple with the MostRecentFailure field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*IndexerStatusResource) HasDisabledTill ¶
func (o *IndexerStatusResource) HasDisabledTill() bool
HasDisabledTill returns a boolean if a field has been set.
func (*IndexerStatusResource) HasId ¶
func (o *IndexerStatusResource) HasId() bool
HasId returns a boolean if a field has been set.
func (*IndexerStatusResource) HasIndexerId ¶
func (o *IndexerStatusResource) HasIndexerId() bool
HasIndexerId returns a boolean if a field has been set.
func (*IndexerStatusResource) HasInitialFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) HasInitialFailure() bool
HasInitialFailure returns a boolean if a field has been set.
func (*IndexerStatusResource) HasMostRecentFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) HasMostRecentFailure() bool
HasMostRecentFailure returns a boolean if a field has been set.
func (IndexerStatusResource) MarshalJSON ¶
func (o IndexerStatusResource) MarshalJSON() ([]byte, error)
func (*IndexerStatusResource) SetDisabledTill ¶
func (o *IndexerStatusResource) SetDisabledTill(v time.Time)
SetDisabledTill gets a reference to the given NullableTime and assigns it to the DisabledTill field.
func (*IndexerStatusResource) SetDisabledTillNil ¶
func (o *IndexerStatusResource) SetDisabledTillNil()
SetDisabledTillNil sets the value for DisabledTill to be an explicit nil
func (*IndexerStatusResource) SetId ¶
func (o *IndexerStatusResource) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*IndexerStatusResource) SetIndexerId ¶
func (o *IndexerStatusResource) SetIndexerId(v int32)
SetIndexerId gets a reference to the given int32 and assigns it to the IndexerId field.
func (*IndexerStatusResource) SetInitialFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) SetInitialFailure(v time.Time)
SetInitialFailure gets a reference to the given NullableTime and assigns it to the InitialFailure field.
func (*IndexerStatusResource) SetInitialFailureNil ¶ added in v0.3.0
func (o *IndexerStatusResource) SetInitialFailureNil()
SetInitialFailureNil sets the value for InitialFailure to be an explicit nil
func (*IndexerStatusResource) SetMostRecentFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) SetMostRecentFailure(v time.Time)
SetMostRecentFailure gets a reference to the given NullableTime and assigns it to the MostRecentFailure field.
func (*IndexerStatusResource) SetMostRecentFailureNil ¶ added in v0.3.0
func (o *IndexerStatusResource) SetMostRecentFailureNil()
SetMostRecentFailureNil sets the value for MostRecentFailure to be an explicit nil
func (IndexerStatusResource) ToMap ¶ added in v1.0.0
func (o IndexerStatusResource) ToMap() (map[string]interface{}, error)
func (*IndexerStatusResource) UnsetDisabledTill ¶
func (o *IndexerStatusResource) UnsetDisabledTill()
UnsetDisabledTill ensures that no value is present for DisabledTill, not even an explicit nil
func (*IndexerStatusResource) UnsetInitialFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) UnsetInitialFailure()
UnsetInitialFailure ensures that no value is present for InitialFailure, not even an explicit nil
func (*IndexerStatusResource) UnsetMostRecentFailure ¶ added in v0.3.0
func (o *IndexerStatusResource) UnsetMostRecentFailure()
UnsetMostRecentFailure ensures that no value is present for MostRecentFailure, not even an explicit nil
type LocalizationAPIService ¶ added in v1.0.0
type LocalizationAPIService service
LocalizationAPIService LocalizationAPI service
func (*LocalizationAPIService) GetLocalization ¶ added in v1.0.0
func (a *LocalizationAPIService) GetLocalization(ctx context.Context) ApiGetLocalizationRequest
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.0
func (a *LocalizationAPIService) GetLocalizationExecute(r ApiGetLocalizationRequest) (*http.Response, error)
Execute executes the request
func (*LocalizationAPIService) ListLocalizationOptions ¶ added in v1.0.0
func (a *LocalizationAPIService) ListLocalizationOptions(ctx context.Context) ApiListLocalizationOptionsRequest
ListLocalizationOptions Method for ListLocalizationOptions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListLocalizationOptionsRequest
func (*LocalizationAPIService) ListLocalizationOptionsExecute ¶ added in v1.0.0
func (a *LocalizationAPIService) ListLocalizationOptionsExecute(r ApiListLocalizationOptionsRequest) ([]LocalizationOption, *http.Response, error)
Execute executes the request
@return []LocalizationOption
type LocalizationOption ¶
type LocalizationOption struct { Name NullableString `json:"name,omitempty"` Value NullableString `json:"value,omitempty"` }
LocalizationOption struct for LocalizationOption
func NewLocalizationOption ¶
func NewLocalizationOption() *LocalizationOption
NewLocalizationOption instantiates a new LocalizationOption 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 NewLocalizationOptionWithDefaults ¶
func NewLocalizationOptionWithDefaults() *LocalizationOption
NewLocalizationOptionWithDefaults instantiates a new LocalizationOption 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 (*LocalizationOption) GetName ¶
func (o *LocalizationOption) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LocalizationOption) GetNameOk ¶
func (o *LocalizationOption) 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 (*LocalizationOption) GetValue ¶
func (o *LocalizationOption) GetValue() string
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LocalizationOption) GetValueOk ¶
func (o *LocalizationOption) GetValueOk() (*string, 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 (*LocalizationOption) HasName ¶
func (o *LocalizationOption) HasName() bool
HasName returns a boolean if a field has been set.
func (*LocalizationOption) HasValue ¶
func (o *LocalizationOption) HasValue() bool
HasValue returns a boolean if a field has been set.
func (LocalizationOption) MarshalJSON ¶
func (o LocalizationOption) MarshalJSON() ([]byte, error)
func (*LocalizationOption) SetName ¶
func (o *LocalizationOption) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*LocalizationOption) SetNameNil ¶
func (o *LocalizationOption) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*LocalizationOption) SetValue ¶
func (o *LocalizationOption) SetValue(v string)
SetValue gets a reference to the given NullableString and assigns it to the Value field.
func (*LocalizationOption) SetValueNil ¶
func (o *LocalizationOption) SetValueNil()
SetValueNil sets the value for Value to be an explicit nil
func (LocalizationOption) ToMap ¶ added in v1.0.0
func (o LocalizationOption) ToMap() (map[string]interface{}, error)
func (*LocalizationOption) UnsetName ¶
func (o *LocalizationOption) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*LocalizationOption) UnsetValue ¶
func (o *LocalizationOption) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
type LogAPIService ¶ added in v1.0.0
type LogAPIService service
LogAPIService LogAPI service
func (*LogAPIService) GetLog ¶ added in v1.0.0
func (a *LogAPIService) GetLog(ctx context.Context) ApiGetLogRequest
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.0
func (a *LogAPIService) GetLogExecute(r ApiGetLogRequest) (*LogResourcePagingResource, *http.Response, error)
Execute executes the request
@return LogResourcePagingResource
type LogFileAPIService ¶ added in v1.0.0
type LogFileAPIService service
LogFileAPIService LogFileAPI service
func (*LogFileAPIService) GetLogFileByFilename ¶ added in v1.0.0
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.0
func (a *LogFileAPIService) GetLogFileByFilenameExecute(r ApiGetLogFileByFilenameRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*LogFileAPIService) ListLogFile ¶ added in v1.0.0
func (a *LogFileAPIService) ListLogFile(ctx context.Context) ApiListLogFileRequest
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.0
func (a *LogFileAPIService) ListLogFileExecute(r ApiListLogFileRequest) ([]LogFileResource, *http.Response, error)
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.0
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.0
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.0
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 MappedNullable ¶ added in v1.0.0
type MovieSearchParam ¶
type MovieSearchParam string
MovieSearchParam the model 'MovieSearchParam'
const ( MOVIESEARCHPARAM_Q MovieSearchParam = "q" MOVIESEARCHPARAM_IMDB_ID MovieSearchParam = "imdbId" MOVIESEARCHPARAM_TMDB_ID MovieSearchParam = "tmdbId" MOVIESEARCHPARAM_IMDB_TITLE MovieSearchParam = "imdbTitle" MOVIESEARCHPARAM_IMDB_YEAR MovieSearchParam = "imdbYear" MOVIESEARCHPARAM_TRAKT_ID MovieSearchParam = "traktId" MOVIESEARCHPARAM_GENRE MovieSearchParam = "genre" MOVIESEARCHPARAM_DOUBAN_ID MovieSearchParam = "doubanId" MOVIESEARCHPARAM_YEAR MovieSearchParam = "year" )
List of MovieSearchParam
func NewMovieSearchParamFromValue ¶
func NewMovieSearchParamFromValue(v string) (*MovieSearchParam, error)
NewMovieSearchParamFromValue returns a pointer to a valid MovieSearchParam for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MovieSearchParam) IsValid ¶
func (v MovieSearchParam) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MovieSearchParam) Ptr ¶
func (v MovieSearchParam) Ptr() *MovieSearchParam
Ptr returns reference to MovieSearchParam value
func (*MovieSearchParam) UnmarshalJSON ¶
func (v *MovieSearchParam) UnmarshalJSON(src []byte) error
type MusicSearchParam ¶
type MusicSearchParam string
MusicSearchParam the model 'MusicSearchParam'
const ( MUSICSEARCHPARAM_Q MusicSearchParam = "q" MUSICSEARCHPARAM_ALBUM MusicSearchParam = "album" MUSICSEARCHPARAM_ARTIST MusicSearchParam = "artist" MUSICSEARCHPARAM_LABEL MusicSearchParam = "label" MUSICSEARCHPARAM_YEAR MusicSearchParam = "year" MUSICSEARCHPARAM_GENRE MusicSearchParam = "genre" MUSICSEARCHPARAM_TRACK MusicSearchParam = "track" )
List of MusicSearchParam
func NewMusicSearchParamFromValue ¶
func NewMusicSearchParamFromValue(v string) (*MusicSearchParam, error)
NewMusicSearchParamFromValue returns a pointer to a valid MusicSearchParam for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MusicSearchParam) IsValid ¶
func (v MusicSearchParam) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MusicSearchParam) Ptr ¶
func (v MusicSearchParam) Ptr() *MusicSearchParam
Ptr returns reference to MusicSearchParam value
func (*MusicSearchParam) UnmarshalJSON ¶
func (v *MusicSearchParam) UnmarshalJSON(src []byte) error
type NewznabAPIService ¶ added in v1.0.0
type NewznabAPIService service
NewznabAPIService NewznabAPI service
func (*NewznabAPIService) GetIndexerDownload ¶ added in v1.0.0
func (a *NewznabAPIService) GetIndexerDownload(ctx context.Context, id int32) ApiGetIndexerDownloadRequest
GetIndexerDownload Method for GetIndexerDownload
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetIndexerDownloadRequest
func (*NewznabAPIService) GetIndexerDownloadExecute ¶ added in v1.0.0
func (a *NewznabAPIService) GetIndexerDownloadExecute(r ApiGetIndexerDownloadRequest) (*http.Response, error)
Execute executes the request
func (*NewznabAPIService) GetIndexerNewznab ¶ added in v1.0.0
func (a *NewznabAPIService) GetIndexerNewznab(ctx context.Context, id int32) ApiGetIndexerNewznabRequest
GetIndexerNewznab Method for GetIndexerNewznab
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetIndexerNewznabRequest
func (*NewznabAPIService) GetIndexerNewznabExecute ¶ added in v1.0.0
func (a *NewznabAPIService) GetIndexerNewznabExecute(r ApiGetIndexerNewznabRequest) (*http.Response, error)
Execute executes the request
type NotificationAPIService ¶ added in v1.0.0
type NotificationAPIService service
NotificationAPIService NotificationAPI service
func (*NotificationAPIService) CreateNotification ¶ added in v1.0.0
func (a *NotificationAPIService) CreateNotification(ctx context.Context) ApiCreateNotificationRequest
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.0
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.0
func (a *NotificationAPIService) CreateNotificationActionByNameExecute(r ApiCreateNotificationActionByNameRequest) (*http.Response, error)
Execute executes the request
func (*NotificationAPIService) CreateNotificationExecute ¶ added in v1.0.0
func (a *NotificationAPIService) CreateNotificationExecute(r ApiCreateNotificationRequest) (*NotificationResource, *http.Response, error)
Execute executes the request
@return NotificationResource
func (*NotificationAPIService) DeleteNotification ¶ added in v1.0.0
func (a *NotificationAPIService) DeleteNotification(ctx context.Context, id int32) ApiDeleteNotificationRequest
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.0
func (a *NotificationAPIService) DeleteNotificationExecute(r ApiDeleteNotificationRequest) (*http.Response, error)
Execute executes the request
func (*NotificationAPIService) GetNotificationById ¶ added in v1.0.0
func (a *NotificationAPIService) GetNotificationById(ctx context.Context, id int32) ApiGetNotificationByIdRequest
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.0
func (a *NotificationAPIService) GetNotificationByIdExecute(r ApiGetNotificationByIdRequest) (*NotificationResource, *http.Response, error)
Execute executes the request
@return NotificationResource
func (*NotificationAPIService) ListNotification ¶ added in v1.0.0
func (a *NotificationAPIService) ListNotification(ctx context.Context) ApiListNotificationRequest
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.0
func (a *NotificationAPIService) ListNotificationExecute(r ApiListNotificationRequest) ([]NotificationResource, *http.Response, error)
Execute executes the request
@return []NotificationResource
func (*NotificationAPIService) ListNotificationSchema ¶ added in v1.0.0
func (a *NotificationAPIService) ListNotificationSchema(ctx context.Context) ApiListNotificationSchemaRequest
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.0
func (a *NotificationAPIService) ListNotificationSchemaExecute(r ApiListNotificationSchemaRequest) ([]NotificationResource, *http.Response, error)
Execute executes the request
@return []NotificationResource
func (*NotificationAPIService) TestNotification ¶ added in v1.0.0
func (a *NotificationAPIService) TestNotification(ctx context.Context) ApiTestNotificationRequest
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.0
func (a *NotificationAPIService) TestNotificationExecute(r ApiTestNotificationRequest) (*http.Response, error)
Execute executes the request
func (*NotificationAPIService) TestallNotification ¶ added in v1.0.0
func (a *NotificationAPIService) TestallNotification(ctx context.Context) ApiTestallNotificationRequest
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.0
func (a *NotificationAPIService) TestallNotificationExecute(r ApiTestallNotificationRequest) (*http.Response, error)
Execute executes the request
func (*NotificationAPIService) UpdateNotification ¶ added in v1.0.0
func (a *NotificationAPIService) UpdateNotification(ctx context.Context, id string) ApiUpdateNotificationRequest
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.0
func (a *NotificationAPIService) UpdateNotificationExecute(r ApiUpdateNotificationRequest) (*NotificationResource, *http.Response, error)
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"` OnHealthIssue *bool `json:"onHealthIssue,omitempty"` OnHealthRestored *bool `json:"onHealthRestored,omitempty"` OnApplicationUpdate *bool `json:"onApplicationUpdate,omitempty"` SupportsOnGrab *bool `json:"supportsOnGrab,omitempty"` IncludeManualGrabs *bool `json:"includeManualGrabs,omitempty"` SupportsOnHealthIssue *bool `json:"supportsOnHealthIssue,omitempty"` SupportsOnHealthRestored *bool `json:"supportsOnHealthRestored,omitempty"` IncludeHealthWarnings *bool `json:"includeHealthWarnings,omitempty"` SupportsOnApplicationUpdate *bool `json:"supportsOnApplicationUpdate,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 (*NotificationResource) GetIncludeManualGrabs ¶ added in v0.2.0
func (o *NotificationResource) GetIncludeManualGrabs() bool
GetIncludeManualGrabs returns the IncludeManualGrabs field value if set, zero value otherwise.
func (*NotificationResource) GetIncludeManualGrabsOk ¶ added in v0.2.0
func (o *NotificationResource) GetIncludeManualGrabsOk() (*bool, bool)
GetIncludeManualGrabsOk returns a tuple with the IncludeManualGrabs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationResource) GetInfoLink ¶
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 (*NotificationResource) GetLink ¶
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) GetOnGrab ¶ added in v0.2.0
func (o *NotificationResource) GetOnGrab() bool
GetOnGrab returns the OnGrab field value if set, zero value otherwise.
func (*NotificationResource) GetOnGrabOk ¶ added in v0.2.0
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.4.0
func (o *NotificationResource) GetOnHealthRestored() bool
GetOnHealthRestored returns the OnHealthRestored field value if set, zero value otherwise.
func (*NotificationResource) GetOnHealthRestoredOk ¶ added in v0.4.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) 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) GetSupportsOnGrab ¶ added in v0.2.0
func (o *NotificationResource) GetSupportsOnGrab() bool
GetSupportsOnGrab returns the SupportsOnGrab field value if set, zero value otherwise.
func (*NotificationResource) GetSupportsOnGrabOk ¶ added in v0.2.0
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.4.0
func (o *NotificationResource) GetSupportsOnHealthRestored() bool
GetSupportsOnHealthRestored returns the SupportsOnHealthRestored field value if set, zero value otherwise.
func (*NotificationResource) GetSupportsOnHealthRestoredOk ¶ added in v0.4.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) 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 (*NotificationResource) HasIncludeManualGrabs ¶ added in v0.2.0
func (o *NotificationResource) HasIncludeManualGrabs() bool
HasIncludeManualGrabs returns a boolean if a field has been set.
func (*NotificationResource) HasInfoLink ¶
func (o *NotificationResource) HasInfoLink() bool
HasInfoLink returns a boolean if a field has been set.
func (*NotificationResource) HasLink ¶
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) HasOnGrab ¶ added in v0.2.0
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.4.0
func (o *NotificationResource) HasOnHealthRestored() bool
HasOnHealthRestored 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) HasSupportsOnGrab ¶ added in v0.2.0
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.4.0
func (o *NotificationResource) HasSupportsOnHealthRestored() bool
HasSupportsOnHealthRestored 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 (*NotificationResource) SetIncludeManualGrabs ¶ added in v0.2.0
func (o *NotificationResource) SetIncludeManualGrabs(v bool)
SetIncludeManualGrabs gets a reference to the given bool and assigns it to the IncludeManualGrabs field.
func (*NotificationResource) SetInfoLink ¶
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 (*NotificationResource) SetLink ¶
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) SetOnGrab ¶ added in v0.2.0
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.4.0
func (o *NotificationResource) SetOnHealthRestored(v bool)
SetOnHealthRestored gets a reference to the given bool and assigns it to the OnHealthRestored 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) SetSupportsOnGrab ¶ added in v0.2.0
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.4.0
func (o *NotificationResource) SetSupportsOnHealthRestored(v bool)
SetSupportsOnHealthRestored gets a reference to the given bool and assigns it to the SupportsOnHealthRestored 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.0
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 (*NotificationResource) UnsetInfoLink ¶
func (o *NotificationResource) UnsetInfoLink()
UnsetInfoLink ensures that no value is present for InfoLink, not even an explicit nil
func (*NotificationResource) UnsetLink ¶
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 NullableApiInfoResource ¶
type NullableApiInfoResource struct {
// contains filtered or unexported fields
}
func NewNullableApiInfoResource ¶
func NewNullableApiInfoResource(val *ApiInfoResource) *NullableApiInfoResource
func (NullableApiInfoResource) Get ¶
func (v NullableApiInfoResource) Get() *ApiInfoResource
func (NullableApiInfoResource) IsSet ¶
func (v NullableApiInfoResource) IsSet() bool
func (NullableApiInfoResource) MarshalJSON ¶
func (v NullableApiInfoResource) MarshalJSON() ([]byte, error)
func (*NullableApiInfoResource) Set ¶
func (v *NullableApiInfoResource) Set(val *ApiInfoResource)
func (*NullableApiInfoResource) UnmarshalJSON ¶
func (v *NullableApiInfoResource) UnmarshalJSON(src []byte) error
func (*NullableApiInfoResource) Unset ¶
func (v *NullableApiInfoResource) Unset()
type NullableAppProfileResource ¶
type NullableAppProfileResource struct {
// contains filtered or unexported fields
}
func NewNullableAppProfileResource ¶
func NewNullableAppProfileResource(val *AppProfileResource) *NullableAppProfileResource
func (NullableAppProfileResource) Get ¶
func (v NullableAppProfileResource) Get() *AppProfileResource
func (NullableAppProfileResource) IsSet ¶
func (v NullableAppProfileResource) IsSet() bool
func (NullableAppProfileResource) MarshalJSON ¶
func (v NullableAppProfileResource) MarshalJSON() ([]byte, error)
func (*NullableAppProfileResource) Set ¶
func (v *NullableAppProfileResource) Set(val *AppProfileResource)
func (*NullableAppProfileResource) UnmarshalJSON ¶
func (v *NullableAppProfileResource) UnmarshalJSON(src []byte) error
func (*NullableAppProfileResource) Unset ¶
func (v *NullableAppProfileResource) Unset()
type NullableApplicationBulkResource ¶ added in v1.0.0
type NullableApplicationBulkResource struct {
// contains filtered or unexported fields
}
func NewNullableApplicationBulkResource ¶ added in v1.0.0
func NewNullableApplicationBulkResource(val *ApplicationBulkResource) *NullableApplicationBulkResource
func (NullableApplicationBulkResource) Get ¶ added in v1.0.0
func (v NullableApplicationBulkResource) Get() *ApplicationBulkResource
func (NullableApplicationBulkResource) IsSet ¶ added in v1.0.0
func (v NullableApplicationBulkResource) IsSet() bool
func (NullableApplicationBulkResource) MarshalJSON ¶ added in v1.0.0
func (v NullableApplicationBulkResource) MarshalJSON() ([]byte, error)
func (*NullableApplicationBulkResource) Set ¶ added in v1.0.0
func (v *NullableApplicationBulkResource) Set(val *ApplicationBulkResource)
func (*NullableApplicationBulkResource) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableApplicationBulkResource) UnmarshalJSON(src []byte) error
func (*NullableApplicationBulkResource) Unset ¶ added in v1.0.0
func (v *NullableApplicationBulkResource) Unset()
type NullableApplicationResource ¶
type NullableApplicationResource struct {
// contains filtered or unexported fields
}
func NewNullableApplicationResource ¶
func NewNullableApplicationResource(val *ApplicationResource) *NullableApplicationResource
func (NullableApplicationResource) Get ¶
func (v NullableApplicationResource) Get() *ApplicationResource
func (NullableApplicationResource) IsSet ¶
func (v NullableApplicationResource) IsSet() bool
func (NullableApplicationResource) MarshalJSON ¶
func (v NullableApplicationResource) MarshalJSON() ([]byte, error)
func (*NullableApplicationResource) Set ¶
func (v *NullableApplicationResource) Set(val *ApplicationResource)
func (*NullableApplicationResource) UnmarshalJSON ¶
func (v *NullableApplicationResource) UnmarshalJSON(src []byte) error
func (*NullableApplicationResource) Unset ¶
func (v *NullableApplicationResource) Unset()
type NullableApplicationSyncLevel ¶
type NullableApplicationSyncLevel struct {
// contains filtered or unexported fields
}
func NewNullableApplicationSyncLevel ¶
func NewNullableApplicationSyncLevel(val *ApplicationSyncLevel) *NullableApplicationSyncLevel
func (NullableApplicationSyncLevel) Get ¶
func (v NullableApplicationSyncLevel) Get() *ApplicationSyncLevel
func (NullableApplicationSyncLevel) IsSet ¶
func (v NullableApplicationSyncLevel) IsSet() bool
func (NullableApplicationSyncLevel) MarshalJSON ¶
func (v NullableApplicationSyncLevel) MarshalJSON() ([]byte, error)
func (*NullableApplicationSyncLevel) Set ¶
func (v *NullableApplicationSyncLevel) Set(val *ApplicationSyncLevel)
func (*NullableApplicationSyncLevel) UnmarshalJSON ¶
func (v *NullableApplicationSyncLevel) UnmarshalJSON(src []byte) error
func (*NullableApplicationSyncLevel) Unset ¶
func (v *NullableApplicationSyncLevel) 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 ¶
type NullableAuthenticationRequiredType struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationRequiredType ¶
func NewNullableAuthenticationRequiredType(val *AuthenticationRequiredType) *NullableAuthenticationRequiredType
func (NullableAuthenticationRequiredType) Get ¶
func (v NullableAuthenticationRequiredType) Get() *AuthenticationRequiredType
func (NullableAuthenticationRequiredType) IsSet ¶
func (v NullableAuthenticationRequiredType) IsSet() bool
func (NullableAuthenticationRequiredType) MarshalJSON ¶
func (v NullableAuthenticationRequiredType) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationRequiredType) Set ¶
func (v *NullableAuthenticationRequiredType) Set(val *AuthenticationRequiredType)
func (*NullableAuthenticationRequiredType) UnmarshalJSON ¶
func (v *NullableAuthenticationRequiredType) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationRequiredType) Unset ¶
func (v *NullableAuthenticationRequiredType) Unset()
type NullableAuthenticationType ¶
type NullableAuthenticationType struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticationType ¶
func NewNullableAuthenticationType(val *AuthenticationType) *NullableAuthenticationType
func (NullableAuthenticationType) Get ¶
func (v NullableAuthenticationType) Get() *AuthenticationType
func (NullableAuthenticationType) IsSet ¶
func (v NullableAuthenticationType) IsSet() bool
func (NullableAuthenticationType) MarshalJSON ¶
func (v NullableAuthenticationType) MarshalJSON() ([]byte, error)
func (*NullableAuthenticationType) Set ¶
func (v *NullableAuthenticationType) Set(val *AuthenticationType)
func (*NullableAuthenticationType) UnmarshalJSON ¶
func (v *NullableAuthenticationType) UnmarshalJSON(src []byte) error
func (*NullableAuthenticationType) Unset ¶
func (v *NullableAuthenticationType) Unset()
type NullableBackupResource ¶
type NullableBackupResource struct {
// contains filtered or unexported fields
}
func NewNullableBackupResource ¶
func NewNullableBackupResource(val *BackupResource) *NullableBackupResource
func (NullableBackupResource) Get ¶
func (v NullableBackupResource) Get() *BackupResource
func (NullableBackupResource) IsSet ¶
func (v NullableBackupResource) IsSet() bool
func (NullableBackupResource) MarshalJSON ¶
func (v NullableBackupResource) MarshalJSON() ([]byte, error)
func (*NullableBackupResource) Set ¶
func (v *NullableBackupResource) Set(val *BackupResource)
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 NullableBookSearchParam ¶
type NullableBookSearchParam struct {
// contains filtered or unexported fields
}
func NewNullableBookSearchParam ¶
func NewNullableBookSearchParam(val *BookSearchParam) *NullableBookSearchParam
func (NullableBookSearchParam) Get ¶
func (v NullableBookSearchParam) Get() *BookSearchParam
func (NullableBookSearchParam) IsSet ¶
func (v NullableBookSearchParam) IsSet() bool
func (NullableBookSearchParam) MarshalJSON ¶
func (v NullableBookSearchParam) MarshalJSON() ([]byte, error)
func (*NullableBookSearchParam) Set ¶
func (v *NullableBookSearchParam) Set(val *BookSearchParam)
func (*NullableBookSearchParam) UnmarshalJSON ¶
func (v *NullableBookSearchParam) UnmarshalJSON(src []byte) error
func (*NullableBookSearchParam) Unset ¶
func (v *NullableBookSearchParam) 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 NewNullableCertificateValidationType ¶
func NewNullableCertificateValidationType(val *CertificateValidationType) *NullableCertificateValidationType
func (NullableCertificateValidationType) Get ¶
func (v NullableCertificateValidationType) Get() *CertificateValidationType
func (NullableCertificateValidationType) IsSet ¶
func (v NullableCertificateValidationType) IsSet() bool
func (NullableCertificateValidationType) MarshalJSON ¶
func (v NullableCertificateValidationType) MarshalJSON() ([]byte, error)
func (*NullableCertificateValidationType) Set ¶
func (v *NullableCertificateValidationType) Set(val *CertificateValidationType)
func (*NullableCertificateValidationType) UnmarshalJSON ¶
func (v *NullableCertificateValidationType) UnmarshalJSON(src []byte) error
func (*NullableCertificateValidationType) Unset ¶
func (v *NullableCertificateValidationType) 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 (v NullableCommandPriority) Get() *CommandPriority
func (NullableCommandPriority) IsSet ¶
func (v NullableCommandPriority) IsSet() bool
func (NullableCommandPriority) MarshalJSON ¶
func (v NullableCommandPriority) MarshalJSON() ([]byte, error)
func (*NullableCommandPriority) Set ¶
func (v *NullableCommandPriority) Set(val *CommandPriority)
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 (v NullableCommandResource) Get() *CommandResource
func (NullableCommandResource) IsSet ¶
func (v NullableCommandResource) IsSet() bool
func (NullableCommandResource) MarshalJSON ¶
func (v NullableCommandResource) MarshalJSON() ([]byte, error)
func (*NullableCommandResource) Set ¶
func (v *NullableCommandResource) Set(val *CommandResource)
func (*NullableCommandResource) UnmarshalJSON ¶
func (v *NullableCommandResource) UnmarshalJSON(src []byte) error
func (*NullableCommandResource) Unset ¶
func (v *NullableCommandResource) Unset()
type NullableCommandStatus ¶
type NullableCommandStatus struct {
// contains filtered or unexported fields
}
func NewNullableCommandStatus ¶
func NewNullableCommandStatus(val *CommandStatus) *NullableCommandStatus
func (NullableCommandStatus) Get ¶
func (v NullableCommandStatus) Get() *CommandStatus
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 (v NullableCommandTrigger) Get() *CommandTrigger
func (NullableCommandTrigger) IsSet ¶
func (v NullableCommandTrigger) IsSet() bool
func (NullableCommandTrigger) MarshalJSON ¶
func (v NullableCommandTrigger) MarshalJSON() ([]byte, error)
func (*NullableCommandTrigger) Set ¶
func (v *NullableCommandTrigger) Set(val *CommandTrigger)
func (*NullableCommandTrigger) UnmarshalJSON ¶
func (v *NullableCommandTrigger) UnmarshalJSON(src []byte) error
func (*NullableCommandTrigger) Unset ¶
func (v *NullableCommandTrigger) Unset()
type NullableCustomFilterResource ¶
type NullableCustomFilterResource struct {
// contains filtered or unexported fields
}
func NewNullableCustomFilterResource ¶
func NewNullableCustomFilterResource(val *CustomFilterResource) *NullableCustomFilterResource
func (NullableCustomFilterResource) Get ¶
func (v NullableCustomFilterResource) Get() *CustomFilterResource
func (NullableCustomFilterResource) IsSet ¶
func (v NullableCustomFilterResource) IsSet() bool
func (NullableCustomFilterResource) MarshalJSON ¶
func (v NullableCustomFilterResource) MarshalJSON() ([]byte, error)
func (*NullableCustomFilterResource) Set ¶
func (v *NullableCustomFilterResource) Set(val *CustomFilterResource)
func (*NullableCustomFilterResource) UnmarshalJSON ¶
func (v *NullableCustomFilterResource) UnmarshalJSON(src []byte) error
func (*NullableCustomFilterResource) Unset ¶
func (v *NullableCustomFilterResource) Unset()
type NullableDatabaseType ¶ added in v0.2.0
type NullableDatabaseType struct {
// contains filtered or unexported fields
}
func NewNullableDatabaseType ¶ added in v0.2.0
func NewNullableDatabaseType(val *DatabaseType) *NullableDatabaseType
func (NullableDatabaseType) Get ¶ added in v0.2.0
func (v NullableDatabaseType) Get() *DatabaseType
func (NullableDatabaseType) IsSet ¶ added in v0.2.0
func (v NullableDatabaseType) IsSet() bool
func (NullableDatabaseType) MarshalJSON ¶ added in v0.2.0
func (v NullableDatabaseType) MarshalJSON() ([]byte, error)
func (*NullableDatabaseType) Set ¶ added in v0.2.0
func (v *NullableDatabaseType) Set(val *DatabaseType)
func (*NullableDatabaseType) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableDatabaseType) UnmarshalJSON(src []byte) error
func (*NullableDatabaseType) Unset ¶ added in v0.2.0
func (v *NullableDatabaseType) Unset()
type NullableDevelopmentConfigResource ¶
type NullableDevelopmentConfigResource struct {
// contains filtered or unexported fields
}
func NewNullableDevelopmentConfigResource ¶
func NewNullableDevelopmentConfigResource(val *DevelopmentConfigResource) *NullableDevelopmentConfigResource
func (NullableDevelopmentConfigResource) Get ¶
func (v NullableDevelopmentConfigResource) Get() *DevelopmentConfigResource
func (NullableDevelopmentConfigResource) IsSet ¶
func (v NullableDevelopmentConfigResource) IsSet() bool
func (NullableDevelopmentConfigResource) MarshalJSON ¶
func (v NullableDevelopmentConfigResource) MarshalJSON() ([]byte, error)
func (*NullableDevelopmentConfigResource) Set ¶
func (v *NullableDevelopmentConfigResource) Set(val *DevelopmentConfigResource)
func (*NullableDevelopmentConfigResource) UnmarshalJSON ¶
func (v *NullableDevelopmentConfigResource) UnmarshalJSON(src []byte) error
func (*NullableDevelopmentConfigResource) Unset ¶
func (v *NullableDevelopmentConfigResource) Unset()
type NullableDownloadClientBulkResource ¶ added in v1.0.0
type NullableDownloadClientBulkResource struct {
// contains filtered or unexported fields
}
func NewNullableDownloadClientBulkResource ¶ added in v1.0.0
func NewNullableDownloadClientBulkResource(val *DownloadClientBulkResource) *NullableDownloadClientBulkResource
func (NullableDownloadClientBulkResource) Get ¶ added in v1.0.0
func (v NullableDownloadClientBulkResource) Get() *DownloadClientBulkResource
func (NullableDownloadClientBulkResource) IsSet ¶ added in v1.0.0
func (v NullableDownloadClientBulkResource) IsSet() bool
func (NullableDownloadClientBulkResource) MarshalJSON ¶ added in v1.0.0
func (v NullableDownloadClientBulkResource) MarshalJSON() ([]byte, error)
func (*NullableDownloadClientBulkResource) Set ¶ added in v1.0.0
func (v *NullableDownloadClientBulkResource) Set(val *DownloadClientBulkResource)
func (*NullableDownloadClientBulkResource) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableDownloadClientBulkResource) UnmarshalJSON(src []byte) error
func (*NullableDownloadClientBulkResource) Unset ¶ added in v1.0.0
func (v *NullableDownloadClientBulkResource) Unset()
type NullableDownloadClientCategory ¶
type NullableDownloadClientCategory struct {
// contains filtered or unexported fields
}
func NewNullableDownloadClientCategory ¶
func NewNullableDownloadClientCategory(val *DownloadClientCategory) *NullableDownloadClientCategory
func (NullableDownloadClientCategory) Get ¶
func (v NullableDownloadClientCategory) Get() *DownloadClientCategory
func (NullableDownloadClientCategory) IsSet ¶
func (v NullableDownloadClientCategory) IsSet() bool
func (NullableDownloadClientCategory) MarshalJSON ¶
func (v NullableDownloadClientCategory) MarshalJSON() ([]byte, error)
func (*NullableDownloadClientCategory) Set ¶
func (v *NullableDownloadClientCategory) Set(val *DownloadClientCategory)
func (*NullableDownloadClientCategory) UnmarshalJSON ¶
func (v *NullableDownloadClientCategory) UnmarshalJSON(src []byte) error
func (*NullableDownloadClientCategory) Unset ¶
func (v *NullableDownloadClientCategory) Unset()
type NullableDownloadClientConfigResource ¶
type NullableDownloadClientConfigResource struct {
// contains filtered or unexported fields
}
func NewNullableDownloadClientConfigResource ¶
func NewNullableDownloadClientConfigResource(val *DownloadClientConfigResource) *NullableDownloadClientConfigResource
func (NullableDownloadClientConfigResource) Get ¶
func (v NullableDownloadClientConfigResource) Get() *DownloadClientConfigResource
func (NullableDownloadClientConfigResource) IsSet ¶
func (v NullableDownloadClientConfigResource) IsSet() bool
func (NullableDownloadClientConfigResource) MarshalJSON ¶
func (v NullableDownloadClientConfigResource) MarshalJSON() ([]byte, error)
func (*NullableDownloadClientConfigResource) Set ¶
func (v *NullableDownloadClientConfigResource) Set(val *DownloadClientConfigResource)
func (*NullableDownloadClientConfigResource) UnmarshalJSON ¶
func (v *NullableDownloadClientConfigResource) UnmarshalJSON(src []byte) error
func (*NullableDownloadClientConfigResource) Unset ¶
func (v *NullableDownloadClientConfigResource) Unset()
type NullableDownloadClientResource ¶
type NullableDownloadClientResource struct {
// contains filtered or unexported fields
}
func NewNullableDownloadClientResource ¶
func NewNullableDownloadClientResource(val *DownloadClientResource) *NullableDownloadClientResource
func (NullableDownloadClientResource) Get ¶
func (v NullableDownloadClientResource) Get() *DownloadClientResource
func (NullableDownloadClientResource) IsSet ¶
func (v NullableDownloadClientResource) IsSet() bool
func (NullableDownloadClientResource) MarshalJSON ¶
func (v NullableDownloadClientResource) MarshalJSON() ([]byte, error)
func (*NullableDownloadClientResource) Set ¶
func (v *NullableDownloadClientResource) Set(val *DownloadClientResource)
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 (v NullableDownloadProtocol) Get() *DownloadProtocol
func (NullableDownloadProtocol) IsSet ¶
func (v NullableDownloadProtocol) IsSet() bool
func (NullableDownloadProtocol) MarshalJSON ¶
func (v NullableDownloadProtocol) MarshalJSON() ([]byte, error)
func (*NullableDownloadProtocol) Set ¶
func (v *NullableDownloadProtocol) Set(val *DownloadProtocol)
func (*NullableDownloadProtocol) UnmarshalJSON ¶
func (v *NullableDownloadProtocol) UnmarshalJSON(src []byte) error
func (*NullableDownloadProtocol) Unset ¶
func (v *NullableDownloadProtocol) 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 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 (v NullableHealthCheckResult) Get() *HealthCheckResult
func (NullableHealthCheckResult) IsSet ¶
func (v NullableHealthCheckResult) IsSet() bool
func (NullableHealthCheckResult) MarshalJSON ¶
func (v NullableHealthCheckResult) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckResult) Set ¶
func (v *NullableHealthCheckResult) Set(val *HealthCheckResult)
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 (v NullableHealthResource) Get() *HealthResource
func (NullableHealthResource) IsSet ¶
func (v NullableHealthResource) IsSet() bool
func (NullableHealthResource) MarshalJSON ¶
func (v NullableHealthResource) MarshalJSON() ([]byte, error)
func (*NullableHealthResource) Set ¶
func (v *NullableHealthResource) Set(val *HealthResource)
func (*NullableHealthResource) UnmarshalJSON ¶
func (v *NullableHealthResource) UnmarshalJSON(src []byte) error
func (*NullableHealthResource) Unset ¶
func (v *NullableHealthResource) Unset()
type NullableHistoryEventType ¶
type NullableHistoryEventType struct {
// contains filtered or unexported fields
}
func NewNullableHistoryEventType ¶
func NewNullableHistoryEventType(val *HistoryEventType) *NullableHistoryEventType
func (NullableHistoryEventType) Get ¶
func (v NullableHistoryEventType) Get() *HistoryEventType
func (NullableHistoryEventType) IsSet ¶
func (v NullableHistoryEventType) IsSet() bool
func (NullableHistoryEventType) MarshalJSON ¶
func (v NullableHistoryEventType) MarshalJSON() ([]byte, error)
func (*NullableHistoryEventType) Set ¶
func (v *NullableHistoryEventType) Set(val *HistoryEventType)
func (*NullableHistoryEventType) UnmarshalJSON ¶
func (v *NullableHistoryEventType) UnmarshalJSON(src []byte) error
func (*NullableHistoryEventType) Unset ¶
func (v *NullableHistoryEventType) Unset()
type NullableHistoryResource ¶
type NullableHistoryResource struct {
// contains filtered or unexported fields
}
func NewNullableHistoryResource ¶
func NewNullableHistoryResource(val *HistoryResource) *NullableHistoryResource
func (NullableHistoryResource) Get ¶
func (v NullableHistoryResource) Get() *HistoryResource
func (NullableHistoryResource) IsSet ¶
func (v NullableHistoryResource) IsSet() bool
func (NullableHistoryResource) MarshalJSON ¶
func (v NullableHistoryResource) MarshalJSON() ([]byte, error)
func (*NullableHistoryResource) Set ¶
func (v *NullableHistoryResource) Set(val *HistoryResource)
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 NewNullableHistoryResourcePagingResource ¶
func NewNullableHistoryResourcePagingResource(val *HistoryResourcePagingResource) *NullableHistoryResourcePagingResource
func (NullableHistoryResourcePagingResource) Get ¶
func (v NullableHistoryResourcePagingResource) Get() *HistoryResourcePagingResource
func (NullableHistoryResourcePagingResource) IsSet ¶
func (v NullableHistoryResourcePagingResource) IsSet() bool
func (NullableHistoryResourcePagingResource) MarshalJSON ¶
func (v NullableHistoryResourcePagingResource) MarshalJSON() ([]byte, error)
func (*NullableHistoryResourcePagingResource) Set ¶
func (v *NullableHistoryResourcePagingResource) Set(val *HistoryResourcePagingResource)
func (*NullableHistoryResourcePagingResource) UnmarshalJSON ¶
func (v *NullableHistoryResourcePagingResource) UnmarshalJSON(src []byte) error
func (*NullableHistoryResourcePagingResource) Unset ¶
func (v *NullableHistoryResourcePagingResource) Unset()
type NullableHostConfigResource ¶
type NullableHostConfigResource struct {
// contains filtered or unexported fields
}
func NewNullableHostConfigResource ¶
func NewNullableHostConfigResource(val *HostConfigResource) *NullableHostConfigResource
func (NullableHostConfigResource) Get ¶
func (v NullableHostConfigResource) Get() *HostConfigResource
func (NullableHostConfigResource) IsSet ¶
func (v NullableHostConfigResource) IsSet() bool
func (NullableHostConfigResource) MarshalJSON ¶
func (v NullableHostConfigResource) MarshalJSON() ([]byte, error)
func (*NullableHostConfigResource) Set ¶
func (v *NullableHostConfigResource) Set(val *HostConfigResource)
func (*NullableHostConfigResource) UnmarshalJSON ¶
func (v *NullableHostConfigResource) UnmarshalJSON(src []byte) error
func (*NullableHostConfigResource) Unset ¶
func (v *NullableHostConfigResource) Unset()
type NullableHostStatistics ¶
type NullableHostStatistics struct {
// contains filtered or unexported fields
}
func NewNullableHostStatistics ¶
func NewNullableHostStatistics(val *HostStatistics) *NullableHostStatistics
func (NullableHostStatistics) Get ¶
func (v NullableHostStatistics) Get() *HostStatistics
func (NullableHostStatistics) IsSet ¶
func (v NullableHostStatistics) IsSet() bool
func (NullableHostStatistics) MarshalJSON ¶
func (v NullableHostStatistics) MarshalJSON() ([]byte, error)
func (*NullableHostStatistics) Set ¶
func (v *NullableHostStatistics) Set(val *HostStatistics)
func (*NullableHostStatistics) UnmarshalJSON ¶
func (v *NullableHostStatistics) UnmarshalJSON(src []byte) error
func (*NullableHostStatistics) Unset ¶
func (v *NullableHostStatistics) Unset()
type NullableIndexerBulkResource ¶ added in v1.0.0
type NullableIndexerBulkResource struct {
// contains filtered or unexported fields
}
func NewNullableIndexerBulkResource ¶ added in v1.0.0
func NewNullableIndexerBulkResource(val *IndexerBulkResource) *NullableIndexerBulkResource
func (NullableIndexerBulkResource) Get ¶ added in v1.0.0
func (v NullableIndexerBulkResource) Get() *IndexerBulkResource
func (NullableIndexerBulkResource) IsSet ¶ added in v1.0.0
func (v NullableIndexerBulkResource) IsSet() bool
func (NullableIndexerBulkResource) MarshalJSON ¶ added in v1.0.0
func (v NullableIndexerBulkResource) MarshalJSON() ([]byte, error)
func (*NullableIndexerBulkResource) Set ¶ added in v1.0.0
func (v *NullableIndexerBulkResource) Set(val *IndexerBulkResource)
func (*NullableIndexerBulkResource) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableIndexerBulkResource) UnmarshalJSON(src []byte) error
func (*NullableIndexerBulkResource) Unset ¶ added in v1.0.0
func (v *NullableIndexerBulkResource) Unset()
type NullableIndexerCapabilityResource ¶
type NullableIndexerCapabilityResource struct {
// contains filtered or unexported fields
}
func NewNullableIndexerCapabilityResource ¶
func NewNullableIndexerCapabilityResource(val *IndexerCapabilityResource) *NullableIndexerCapabilityResource
func (NullableIndexerCapabilityResource) Get ¶
func (v NullableIndexerCapabilityResource) Get() *IndexerCapabilityResource
func (NullableIndexerCapabilityResource) IsSet ¶
func (v NullableIndexerCapabilityResource) IsSet() bool
func (NullableIndexerCapabilityResource) MarshalJSON ¶
func (v NullableIndexerCapabilityResource) MarshalJSON() ([]byte, error)
func (*NullableIndexerCapabilityResource) Set ¶
func (v *NullableIndexerCapabilityResource) Set(val *IndexerCapabilityResource)
func (*NullableIndexerCapabilityResource) UnmarshalJSON ¶
func (v *NullableIndexerCapabilityResource) UnmarshalJSON(src []byte) error
func (*NullableIndexerCapabilityResource) Unset ¶
func (v *NullableIndexerCapabilityResource) Unset()
type NullableIndexerCategory ¶
type NullableIndexerCategory struct {
// contains filtered or unexported fields
}
func NewNullableIndexerCategory ¶
func NewNullableIndexerCategory(val *IndexerCategory) *NullableIndexerCategory
func (NullableIndexerCategory) Get ¶
func (v NullableIndexerCategory) Get() *IndexerCategory
func (NullableIndexerCategory) IsSet ¶
func (v NullableIndexerCategory) IsSet() bool
func (NullableIndexerCategory) MarshalJSON ¶
func (v NullableIndexerCategory) MarshalJSON() ([]byte, error)
func (*NullableIndexerCategory) Set ¶
func (v *NullableIndexerCategory) Set(val *IndexerCategory)
func (*NullableIndexerCategory) UnmarshalJSON ¶
func (v *NullableIndexerCategory) UnmarshalJSON(src []byte) error
func (*NullableIndexerCategory) Unset ¶
func (v *NullableIndexerCategory) Unset()
type NullableIndexerPrivacy ¶
type NullableIndexerPrivacy struct {
// contains filtered or unexported fields
}
func NewNullableIndexerPrivacy ¶
func NewNullableIndexerPrivacy(val *IndexerPrivacy) *NullableIndexerPrivacy
func (NullableIndexerPrivacy) Get ¶
func (v NullableIndexerPrivacy) Get() *IndexerPrivacy
func (NullableIndexerPrivacy) IsSet ¶
func (v NullableIndexerPrivacy) IsSet() bool
func (NullableIndexerPrivacy) MarshalJSON ¶
func (v NullableIndexerPrivacy) MarshalJSON() ([]byte, error)
func (*NullableIndexerPrivacy) Set ¶
func (v *NullableIndexerPrivacy) Set(val *IndexerPrivacy)
func (*NullableIndexerPrivacy) UnmarshalJSON ¶
func (v *NullableIndexerPrivacy) UnmarshalJSON(src []byte) error
func (*NullableIndexerPrivacy) Unset ¶
func (v *NullableIndexerPrivacy) Unset()
type NullableIndexerProxyResource ¶
type NullableIndexerProxyResource struct {
// contains filtered or unexported fields
}
func NewNullableIndexerProxyResource ¶
func NewNullableIndexerProxyResource(val *IndexerProxyResource) *NullableIndexerProxyResource
func (NullableIndexerProxyResource) Get ¶
func (v NullableIndexerProxyResource) Get() *IndexerProxyResource
func (NullableIndexerProxyResource) IsSet ¶
func (v NullableIndexerProxyResource) IsSet() bool
func (NullableIndexerProxyResource) MarshalJSON ¶
func (v NullableIndexerProxyResource) MarshalJSON() ([]byte, error)
func (*NullableIndexerProxyResource) Set ¶
func (v *NullableIndexerProxyResource) Set(val *IndexerProxyResource)
func (*NullableIndexerProxyResource) UnmarshalJSON ¶
func (v *NullableIndexerProxyResource) UnmarshalJSON(src []byte) error
func (*NullableIndexerProxyResource) Unset ¶
func (v *NullableIndexerProxyResource) Unset()
type NullableIndexerResource ¶
type NullableIndexerResource struct {
// contains filtered or unexported fields
}
func NewNullableIndexerResource ¶
func NewNullableIndexerResource(val *IndexerResource) *NullableIndexerResource
func (NullableIndexerResource) Get ¶
func (v NullableIndexerResource) Get() *IndexerResource
func (NullableIndexerResource) IsSet ¶
func (v NullableIndexerResource) IsSet() bool
func (NullableIndexerResource) MarshalJSON ¶
func (v NullableIndexerResource) MarshalJSON() ([]byte, error)
func (*NullableIndexerResource) Set ¶
func (v *NullableIndexerResource) Set(val *IndexerResource)
func (*NullableIndexerResource) UnmarshalJSON ¶
func (v *NullableIndexerResource) UnmarshalJSON(src []byte) error
func (*NullableIndexerResource) Unset ¶
func (v *NullableIndexerResource) Unset()
type NullableIndexerStatistics ¶
type NullableIndexerStatistics struct {
// contains filtered or unexported fields
}
func NewNullableIndexerStatistics ¶
func NewNullableIndexerStatistics(val *IndexerStatistics) *NullableIndexerStatistics
func (NullableIndexerStatistics) Get ¶
func (v NullableIndexerStatistics) Get() *IndexerStatistics
func (NullableIndexerStatistics) IsSet ¶
func (v NullableIndexerStatistics) IsSet() bool
func (NullableIndexerStatistics) MarshalJSON ¶
func (v NullableIndexerStatistics) MarshalJSON() ([]byte, error)
func (*NullableIndexerStatistics) Set ¶
func (v *NullableIndexerStatistics) Set(val *IndexerStatistics)
func (*NullableIndexerStatistics) UnmarshalJSON ¶
func (v *NullableIndexerStatistics) UnmarshalJSON(src []byte) error
func (*NullableIndexerStatistics) Unset ¶
func (v *NullableIndexerStatistics) Unset()
type NullableIndexerStatsResource ¶
type NullableIndexerStatsResource struct {
// contains filtered or unexported fields
}
func NewNullableIndexerStatsResource ¶
func NewNullableIndexerStatsResource(val *IndexerStatsResource) *NullableIndexerStatsResource
func (NullableIndexerStatsResource) Get ¶
func (v NullableIndexerStatsResource) Get() *IndexerStatsResource
func (NullableIndexerStatsResource) IsSet ¶
func (v NullableIndexerStatsResource) IsSet() bool
func (NullableIndexerStatsResource) MarshalJSON ¶
func (v NullableIndexerStatsResource) MarshalJSON() ([]byte, error)
func (*NullableIndexerStatsResource) Set ¶
func (v *NullableIndexerStatsResource) Set(val *IndexerStatsResource)
func (*NullableIndexerStatsResource) UnmarshalJSON ¶
func (v *NullableIndexerStatsResource) UnmarshalJSON(src []byte) error
func (*NullableIndexerStatsResource) Unset ¶
func (v *NullableIndexerStatsResource) Unset()
type NullableIndexerStatusResource ¶
type NullableIndexerStatusResource struct {
// contains filtered or unexported fields
}
func NewNullableIndexerStatusResource ¶
func NewNullableIndexerStatusResource(val *IndexerStatusResource) *NullableIndexerStatusResource
func (NullableIndexerStatusResource) Get ¶
func (v NullableIndexerStatusResource) Get() *IndexerStatusResource
func (NullableIndexerStatusResource) IsSet ¶
func (v NullableIndexerStatusResource) IsSet() bool
func (NullableIndexerStatusResource) MarshalJSON ¶
func (v NullableIndexerStatusResource) MarshalJSON() ([]byte, error)
func (*NullableIndexerStatusResource) Set ¶
func (v *NullableIndexerStatusResource) Set(val *IndexerStatusResource)
func (*NullableIndexerStatusResource) UnmarshalJSON ¶
func (v *NullableIndexerStatusResource) UnmarshalJSON(src []byte) error
func (*NullableIndexerStatusResource) Unset ¶
func (v *NullableIndexerStatusResource) 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 NullableLocalizationOption ¶
type NullableLocalizationOption struct {
// contains filtered or unexported fields
}
func NewNullableLocalizationOption ¶
func NewNullableLocalizationOption(val *LocalizationOption) *NullableLocalizationOption
func (NullableLocalizationOption) Get ¶
func (v NullableLocalizationOption) Get() *LocalizationOption
func (NullableLocalizationOption) IsSet ¶
func (v NullableLocalizationOption) IsSet() bool
func (NullableLocalizationOption) MarshalJSON ¶
func (v NullableLocalizationOption) MarshalJSON() ([]byte, error)
func (*NullableLocalizationOption) Set ¶
func (v *NullableLocalizationOption) Set(val *LocalizationOption)
func (*NullableLocalizationOption) UnmarshalJSON ¶
func (v *NullableLocalizationOption) UnmarshalJSON(src []byte) error
func (*NullableLocalizationOption) Unset ¶
func (v *NullableLocalizationOption) Unset()
type NullableLogFileResource ¶
type NullableLogFileResource struct {
// contains filtered or unexported fields
}
func NewNullableLogFileResource ¶
func NewNullableLogFileResource(val *LogFileResource) *NullableLogFileResource
func (NullableLogFileResource) Get ¶
func (v NullableLogFileResource) Get() *LogFileResource
func (NullableLogFileResource) IsSet ¶
func (v NullableLogFileResource) IsSet() bool
func (NullableLogFileResource) MarshalJSON ¶
func (v NullableLogFileResource) MarshalJSON() ([]byte, error)
func (*NullableLogFileResource) Set ¶
func (v *NullableLogFileResource) Set(val *LogFileResource)
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 (v NullableLogResource) Get() *LogResource
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 NewNullableLogResourcePagingResource ¶
func NewNullableLogResourcePagingResource(val *LogResourcePagingResource) *NullableLogResourcePagingResource
func (NullableLogResourcePagingResource) Get ¶
func (v NullableLogResourcePagingResource) Get() *LogResourcePagingResource
func (NullableLogResourcePagingResource) IsSet ¶
func (v NullableLogResourcePagingResource) IsSet() bool
func (NullableLogResourcePagingResource) MarshalJSON ¶
func (v NullableLogResourcePagingResource) MarshalJSON() ([]byte, error)
func (*NullableLogResourcePagingResource) Set ¶
func (v *NullableLogResourcePagingResource) Set(val *LogResourcePagingResource)
func (*NullableLogResourcePagingResource) UnmarshalJSON ¶
func (v *NullableLogResourcePagingResource) UnmarshalJSON(src []byte) error
func (*NullableLogResourcePagingResource) Unset ¶
func (v *NullableLogResourcePagingResource) Unset()
type NullableMovieSearchParam ¶
type NullableMovieSearchParam struct {
// contains filtered or unexported fields
}
func NewNullableMovieSearchParam ¶
func NewNullableMovieSearchParam(val *MovieSearchParam) *NullableMovieSearchParam
func (NullableMovieSearchParam) Get ¶
func (v NullableMovieSearchParam) Get() *MovieSearchParam
func (NullableMovieSearchParam) IsSet ¶
func (v NullableMovieSearchParam) IsSet() bool
func (NullableMovieSearchParam) MarshalJSON ¶
func (v NullableMovieSearchParam) MarshalJSON() ([]byte, error)
func (*NullableMovieSearchParam) Set ¶
func (v *NullableMovieSearchParam) Set(val *MovieSearchParam)
func (*NullableMovieSearchParam) UnmarshalJSON ¶
func (v *NullableMovieSearchParam) UnmarshalJSON(src []byte) error
func (*NullableMovieSearchParam) Unset ¶
func (v *NullableMovieSearchParam) Unset()
type NullableMusicSearchParam ¶
type NullableMusicSearchParam struct {
// contains filtered or unexported fields
}
func NewNullableMusicSearchParam ¶
func NewNullableMusicSearchParam(val *MusicSearchParam) *NullableMusicSearchParam
func (NullableMusicSearchParam) Get ¶
func (v NullableMusicSearchParam) Get() *MusicSearchParam
func (NullableMusicSearchParam) IsSet ¶
func (v NullableMusicSearchParam) IsSet() bool
func (NullableMusicSearchParam) MarshalJSON ¶
func (v NullableMusicSearchParam) MarshalJSON() ([]byte, error)
func (*NullableMusicSearchParam) Set ¶
func (v *NullableMusicSearchParam) Set(val *MusicSearchParam)
func (*NullableMusicSearchParam) UnmarshalJSON ¶
func (v *NullableMusicSearchParam) UnmarshalJSON(src []byte) error
func (*NullableMusicSearchParam) Unset ¶
func (v *NullableMusicSearchParam) Unset()
type NullableNotificationResource ¶
type NullableNotificationResource struct {
// contains filtered or unexported fields
}
func NewNullableNotificationResource ¶
func NewNullableNotificationResource(val *NotificationResource) *NullableNotificationResource
func (NullableNotificationResource) Get ¶
func (v NullableNotificationResource) Get() *NotificationResource
func (NullableNotificationResource) IsSet ¶
func (v NullableNotificationResource) IsSet() bool
func (NullableNotificationResource) MarshalJSON ¶
func (v NullableNotificationResource) MarshalJSON() ([]byte, error)
func (*NullableNotificationResource) Set ¶
func (v *NullableNotificationResource) Set(val *NotificationResource)
func (*NullableNotificationResource) UnmarshalJSON ¶
func (v *NullableNotificationResource) UnmarshalJSON(src []byte) error
func (*NullableNotificationResource) Unset ¶
func (v *NullableNotificationResource) Unset()
type NullablePingResource ¶ added in v0.2.0
type NullablePingResource struct {
// contains filtered or unexported fields
}
func NewNullablePingResource ¶ added in v0.2.0
func NewNullablePingResource(val *PingResource) *NullablePingResource
func (NullablePingResource) Get ¶ added in v0.2.0
func (v NullablePingResource) Get() *PingResource
func (NullablePingResource) IsSet ¶ added in v0.2.0
func (v NullablePingResource) IsSet() bool
func (NullablePingResource) MarshalJSON ¶ added in v0.2.0
func (v NullablePingResource) MarshalJSON() ([]byte, error)
func (*NullablePingResource) Set ¶ added in v0.2.0
func (v *NullablePingResource) Set(val *PingResource)
func (*NullablePingResource) UnmarshalJSON ¶ added in v0.2.0
func (v *NullablePingResource) UnmarshalJSON(src []byte) error
func (*NullablePingResource) Unset ¶ added in v0.2.0
func (v *NullablePingResource) Unset()
type NullablePrivacyLevel ¶ added in v1.0.0
type NullablePrivacyLevel struct {
// contains filtered or unexported fields
}
func NewNullablePrivacyLevel ¶ added in v1.0.0
func NewNullablePrivacyLevel(val *PrivacyLevel) *NullablePrivacyLevel
func (NullablePrivacyLevel) Get ¶ added in v1.0.0
func (v NullablePrivacyLevel) Get() *PrivacyLevel
func (NullablePrivacyLevel) IsSet ¶ added in v1.0.0
func (v NullablePrivacyLevel) IsSet() bool
func (NullablePrivacyLevel) MarshalJSON ¶ added in v1.0.0
func (v NullablePrivacyLevel) MarshalJSON() ([]byte, error)
func (*NullablePrivacyLevel) Set ¶ added in v1.0.0
func (v *NullablePrivacyLevel) Set(val *PrivacyLevel)
func (*NullablePrivacyLevel) UnmarshalJSON ¶ added in v1.0.0
func (v *NullablePrivacyLevel) UnmarshalJSON(src []byte) error
func (*NullablePrivacyLevel) Unset ¶ added in v1.0.0
func (v *NullablePrivacyLevel) Unset()
type NullableProviderMessage ¶
type NullableProviderMessage struct {
// contains filtered or unexported fields
}
func NewNullableProviderMessage ¶
func NewNullableProviderMessage(val *ProviderMessage) *NullableProviderMessage
func (NullableProviderMessage) Get ¶
func (v NullableProviderMessage) Get() *ProviderMessage
func (NullableProviderMessage) IsSet ¶
func (v NullableProviderMessage) IsSet() bool
func (NullableProviderMessage) MarshalJSON ¶
func (v NullableProviderMessage) MarshalJSON() ([]byte, error)
func (*NullableProviderMessage) Set ¶
func (v *NullableProviderMessage) Set(val *ProviderMessage)
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 (v NullableProviderMessageType) Get() *ProviderMessageType
func (NullableProviderMessageType) IsSet ¶
func (v NullableProviderMessageType) IsSet() bool
func (NullableProviderMessageType) MarshalJSON ¶
func (v NullableProviderMessageType) MarshalJSON() ([]byte, error)
func (*NullableProviderMessageType) Set ¶
func (v *NullableProviderMessageType) Set(val *ProviderMessageType)
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 NullableReleaseResource ¶
type NullableReleaseResource struct {
// contains filtered or unexported fields
}
func NewNullableReleaseResource ¶
func NewNullableReleaseResource(val *ReleaseResource) *NullableReleaseResource
func (NullableReleaseResource) Get ¶
func (v NullableReleaseResource) Get() *ReleaseResource
func (NullableReleaseResource) IsSet ¶
func (v NullableReleaseResource) IsSet() bool
func (NullableReleaseResource) MarshalJSON ¶
func (v NullableReleaseResource) MarshalJSON() ([]byte, error)
func (*NullableReleaseResource) Set ¶
func (v *NullableReleaseResource) Set(val *ReleaseResource)
func (*NullableReleaseResource) UnmarshalJSON ¶
func (v *NullableReleaseResource) UnmarshalJSON(src []byte) error
func (*NullableReleaseResource) Unset ¶
func (v *NullableReleaseResource) Unset()
type NullableRuntimeMode ¶ added in v0.2.0
type NullableRuntimeMode struct {
// contains filtered or unexported fields
}
func NewNullableRuntimeMode ¶ added in v0.2.0
func NewNullableRuntimeMode(val *RuntimeMode) *NullableRuntimeMode
func (NullableRuntimeMode) Get ¶ added in v0.2.0
func (v NullableRuntimeMode) Get() *RuntimeMode
func (NullableRuntimeMode) IsSet ¶ added in v0.2.0
func (v NullableRuntimeMode) IsSet() bool
func (NullableRuntimeMode) MarshalJSON ¶ added in v0.2.0
func (v NullableRuntimeMode) MarshalJSON() ([]byte, error)
func (*NullableRuntimeMode) Set ¶ added in v0.2.0
func (v *NullableRuntimeMode) Set(val *RuntimeMode)
func (*NullableRuntimeMode) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableRuntimeMode) UnmarshalJSON(src []byte) error
func (*NullableRuntimeMode) Unset ¶ added in v0.2.0
func (v *NullableRuntimeMode) Unset()
type NullableSearchParam ¶
type NullableSearchParam struct {
// contains filtered or unexported fields
}
func NewNullableSearchParam ¶
func NewNullableSearchParam(val *SearchParam) *NullableSearchParam
func (NullableSearchParam) Get ¶
func (v NullableSearchParam) Get() *SearchParam
func (NullableSearchParam) IsSet ¶
func (v NullableSearchParam) IsSet() bool
func (NullableSearchParam) MarshalJSON ¶
func (v NullableSearchParam) MarshalJSON() ([]byte, error)
func (*NullableSearchParam) Set ¶
func (v *NullableSearchParam) Set(val *SearchParam)
func (*NullableSearchParam) UnmarshalJSON ¶
func (v *NullableSearchParam) UnmarshalJSON(src []byte) error
func (*NullableSearchParam) Unset ¶
func (v *NullableSearchParam) Unset()
type NullableSelectOption ¶
type NullableSelectOption struct {
// contains filtered or unexported fields
}
func NewNullableSelectOption ¶
func NewNullableSelectOption(val *SelectOption) *NullableSelectOption
func (NullableSelectOption) Get ¶
func (v NullableSelectOption) Get() *SelectOption
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 (v NullableSortDirection) Get() *SortDirection
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 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 ¶ added in v0.2.0
type NullableSystemResource struct {
// contains filtered or unexported fields
}
func NewNullableSystemResource ¶ added in v0.2.0
func NewNullableSystemResource(val *SystemResource) *NullableSystemResource
func (NullableSystemResource) Get ¶ added in v0.2.0
func (v NullableSystemResource) Get() *SystemResource
func (NullableSystemResource) IsSet ¶ added in v0.2.0
func (v NullableSystemResource) IsSet() bool
func (NullableSystemResource) MarshalJSON ¶ added in v0.2.0
func (v NullableSystemResource) MarshalJSON() ([]byte, error)
func (*NullableSystemResource) Set ¶ added in v0.2.0
func (v *NullableSystemResource) Set(val *SystemResource)
func (*NullableSystemResource) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableSystemResource) UnmarshalJSON(src []byte) error
func (*NullableSystemResource) Unset ¶ added in v0.2.0
func (v *NullableSystemResource) Unset()
type NullableTagDetailsResource ¶
type NullableTagDetailsResource struct {
// contains filtered or unexported fields
}
func NewNullableTagDetailsResource ¶
func NewNullableTagDetailsResource(val *TagDetailsResource) *NullableTagDetailsResource
func (NullableTagDetailsResource) Get ¶
func (v NullableTagDetailsResource) Get() *TagDetailsResource
func (NullableTagDetailsResource) IsSet ¶
func (v NullableTagDetailsResource) IsSet() bool
func (NullableTagDetailsResource) MarshalJSON ¶
func (v NullableTagDetailsResource) MarshalJSON() ([]byte, error)
func (*NullableTagDetailsResource) Set ¶
func (v *NullableTagDetailsResource) Set(val *TagDetailsResource)
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 (v NullableTagResource) Get() *TagResource
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 (v NullableTaskResource) Get() *TaskResource
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 NullableTvSearchParam ¶
type NullableTvSearchParam struct {
// contains filtered or unexported fields
}
func NewNullableTvSearchParam ¶
func NewNullableTvSearchParam(val *TvSearchParam) *NullableTvSearchParam
func (NullableTvSearchParam) Get ¶
func (v NullableTvSearchParam) Get() *TvSearchParam
func (NullableTvSearchParam) IsSet ¶
func (v NullableTvSearchParam) IsSet() bool
func (NullableTvSearchParam) MarshalJSON ¶
func (v NullableTvSearchParam) MarshalJSON() ([]byte, error)
func (*NullableTvSearchParam) Set ¶
func (v *NullableTvSearchParam) Set(val *TvSearchParam)
func (*NullableTvSearchParam) UnmarshalJSON ¶
func (v *NullableTvSearchParam) UnmarshalJSON(src []byte) error
func (*NullableTvSearchParam) Unset ¶
func (v *NullableTvSearchParam) Unset()
type NullableUiConfigResource ¶
type NullableUiConfigResource struct {
// contains filtered or unexported fields
}
func NewNullableUiConfigResource ¶
func NewNullableUiConfigResource(val *UiConfigResource) *NullableUiConfigResource
func (NullableUiConfigResource) Get ¶
func (v NullableUiConfigResource) Get() *UiConfigResource
func (NullableUiConfigResource) IsSet ¶
func (v NullableUiConfigResource) IsSet() bool
func (NullableUiConfigResource) MarshalJSON ¶
func (v NullableUiConfigResource) MarshalJSON() ([]byte, error)
func (*NullableUiConfigResource) Set ¶
func (v *NullableUiConfigResource) Set(val *UiConfigResource)
func (*NullableUiConfigResource) UnmarshalJSON ¶
func (v *NullableUiConfigResource) UnmarshalJSON(src []byte) error
func (*NullableUiConfigResource) Unset ¶
func (v *NullableUiConfigResource) Unset()
type NullableUpdateChanges ¶
type NullableUpdateChanges struct {
// contains filtered or unexported fields
}
func NewNullableUpdateChanges ¶
func NewNullableUpdateChanges(val *UpdateChanges) *NullableUpdateChanges
func (NullableUpdateChanges) Get ¶
func (v NullableUpdateChanges) Get() *UpdateChanges
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 (v NullableUpdateMechanism) Get() *UpdateMechanism
func (NullableUpdateMechanism) IsSet ¶
func (v NullableUpdateMechanism) IsSet() bool
func (NullableUpdateMechanism) MarshalJSON ¶
func (v NullableUpdateMechanism) MarshalJSON() ([]byte, error)
func (*NullableUpdateMechanism) Set ¶
func (v *NullableUpdateMechanism) Set(val *UpdateMechanism)
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 (v NullableUpdateResource) Get() *UpdateResource
func (NullableUpdateResource) IsSet ¶
func (v NullableUpdateResource) IsSet() bool
func (NullableUpdateResource) MarshalJSON ¶
func (v NullableUpdateResource) MarshalJSON() ([]byte, error)
func (*NullableUpdateResource) Set ¶
func (v *NullableUpdateResource) Set(val *UpdateResource)
func (*NullableUpdateResource) UnmarshalJSON ¶
func (v *NullableUpdateResource) UnmarshalJSON(src []byte) error
func (*NullableUpdateResource) Unset ¶
func (v *NullableUpdateResource) Unset()
type NullableUserAgentStatistics ¶
type NullableUserAgentStatistics struct {
// contains filtered or unexported fields
}
func NewNullableUserAgentStatistics ¶
func NewNullableUserAgentStatistics(val *UserAgentStatistics) *NullableUserAgentStatistics
func (NullableUserAgentStatistics) Get ¶
func (v NullableUserAgentStatistics) Get() *UserAgentStatistics
func (NullableUserAgentStatistics) IsSet ¶
func (v NullableUserAgentStatistics) IsSet() bool
func (NullableUserAgentStatistics) MarshalJSON ¶
func (v NullableUserAgentStatistics) MarshalJSON() ([]byte, error)
func (*NullableUserAgentStatistics) Set ¶
func (v *NullableUserAgentStatistics) Set(val *UserAgentStatistics)
func (*NullableUserAgentStatistics) UnmarshalJSON ¶
func (v *NullableUserAgentStatistics) UnmarshalJSON(src []byte) error
func (*NullableUserAgentStatistics) Unset ¶
func (v *NullableUserAgentStatistics) Unset()
type PingAPIService ¶ added in v1.0.0
type PingAPIService service
PingAPIService PingAPI service
func (*PingAPIService) GetPing ¶ added in v1.0.0
func (a *PingAPIService) GetPing(ctx context.Context) ApiGetPingRequest
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.0
func (a *PingAPIService) GetPingExecute(r ApiGetPingRequest) (*PingResource, *http.Response, error)
Execute executes the request
@return PingResource
func (*PingAPIService) HeadPing ¶ added in v1.1.0
func (a *PingAPIService) HeadPing(ctx context.Context) ApiHeadPingRequest
HeadPing Method for HeadPing
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiHeadPingRequest
func (*PingAPIService) HeadPingExecute ¶ added in v1.1.0
func (a *PingAPIService) HeadPingExecute(r ApiHeadPingRequest) (*PingResource, *http.Response, error)
Execute executes the request
@return PingResource
type PingResource ¶ added in v0.2.0
type PingResource struct {
Status NullableString `json:"status,omitempty"`
}
PingResource struct for PingResource
func NewPingResource ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *PingResource) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (PingResource) MarshalJSON ¶ added in v0.2.0
func (o PingResource) MarshalJSON() ([]byte, error)
func (*PingResource) SetStatus ¶ added in v0.2.0
func (o *PingResource) SetStatus(v string)
SetStatus gets a reference to the given NullableString and assigns it to the Status field.
func (*PingResource) SetStatusNil ¶ added in v0.2.0
func (o *PingResource) SetStatusNil()
SetStatusNil sets the value for Status to be an explicit nil
func (PingResource) ToMap ¶ added in v1.0.0
func (o PingResource) ToMap() (map[string]interface{}, error)
func (*PingResource) UnsetStatus ¶ added in v0.2.0
func (o *PingResource) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil
type PrivacyLevel ¶ added in v1.0.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 v1.0.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 v1.0.0
func (v PrivacyLevel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PrivacyLevel) Ptr ¶ added in v1.0.0
func (v PrivacyLevel) Ptr() *PrivacyLevel
Ptr returns reference to PrivacyLevel value
func (*PrivacyLevel) UnmarshalJSON ¶ added in v1.0.0
func (v *PrivacyLevel) 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.0
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 ¶
func (v ProviderMessageType) Ptr() *ProviderMessageType
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 ¶
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) UnmarshalJSON ¶
type ReleaseResource ¶
type ReleaseResource struct { Id *int32 `json:"id,omitempty"` Guid NullableString `json:"guid,omitempty"` Age *int32 `json:"age,omitempty"` AgeHours *float64 `json:"ageHours,omitempty"` AgeMinutes *float64 `json:"ageMinutes,omitempty"` Size *int64 `json:"size,omitempty"` Files NullableInt32 `json:"files,omitempty"` Grabs NullableInt32 `json:"grabs,omitempty"` IndexerId *int32 `json:"indexerId,omitempty"` Indexer NullableString `json:"indexer,omitempty"` SubGroup NullableString `json:"subGroup,omitempty"` ReleaseHash NullableString `json:"releaseHash,omitempty"` Title NullableString `json:"title,omitempty"` SortTitle NullableString `json:"sortTitle,omitempty"` ImdbId *int32 `json:"imdbId,omitempty"` TmdbId *int32 `json:"tmdbId,omitempty"` TvdbId *int32 `json:"tvdbId,omitempty"` TvMazeId *int32 `json:"tvMazeId,omitempty"` PublishDate *time.Time `json:"publishDate,omitempty"` CommentUrl NullableString `json:"commentUrl,omitempty"` DownloadUrl NullableString `json:"downloadUrl,omitempty"` InfoUrl NullableString `json:"infoUrl,omitempty"` PosterUrl NullableString `json:"posterUrl,omitempty"` IndexerFlags []string `json:"indexerFlags,omitempty"` Categories []IndexerCategory `json:"categories,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"` FileName NullableString `json:"fileName,omitempty"` DownloadClientId NullableInt32 `json:"downloadClientId,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) GetCategories ¶
func (o *ReleaseResource) GetCategories() []IndexerCategory
GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReleaseResource) GetCategoriesOk ¶
func (o *ReleaseResource) GetCategoriesOk() ([]IndexerCategory, bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and 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) 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) GetDownloadClientId ¶ added in v1.1.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 v1.1.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) 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) GetFileName ¶ added in v0.2.0
func (o *ReleaseResource) GetFileName() string
GetFileName returns the FileName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReleaseResource) GetFileNameOk ¶ added in v0.2.0
func (o *ReleaseResource) 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 (*ReleaseResource) GetFiles ¶
func (o *ReleaseResource) GetFiles() int32
GetFiles returns the Files field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReleaseResource) GetFilesOk ¶
func (o *ReleaseResource) GetFilesOk() (*int32, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and 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) GetGrabs ¶
func (o *ReleaseResource) GetGrabs() int32
GetGrabs returns the Grabs field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReleaseResource) GetGrabsOk ¶
func (o *ReleaseResource) GetGrabsOk() (*int32, bool)
GetGrabsOk returns a tuple with the Grabs field value if set, nil otherwise and 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) 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) GetPosterUrl ¶
func (o *ReleaseResource) GetPosterUrl() string
GetPosterUrl returns the PosterUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReleaseResource) GetPosterUrlOk ¶
func (o *ReleaseResource) GetPosterUrlOk() (*string, bool)
GetPosterUrlOk returns a tuple with the PosterUrl field value if set, nil otherwise and 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) 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) 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) 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) GetSortTitle ¶ added in v0.3.0
func (o *ReleaseResource) GetSortTitle() string
GetSortTitle returns the SortTitle field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReleaseResource) GetSortTitleOk ¶ added in v0.3.0
func (o *ReleaseResource) 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 (*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) 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 ¶ added in v1.0.0
func (o *ReleaseResource) GetTmdbId() int32
GetTmdbId returns the TmdbId field value if set, zero value otherwise.
func (*ReleaseResource) GetTmdbIdOk ¶ added in v1.0.0
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) GetTvMazeId ¶ added in v1.0.0
func (o *ReleaseResource) GetTvMazeId() int32
GetTvMazeId returns the TvMazeId field value if set, zero value otherwise.
func (*ReleaseResource) GetTvMazeIdOk ¶ added in v1.0.0
func (o *ReleaseResource) GetTvMazeIdOk() (*int32, bool)
GetTvMazeIdOk returns a tuple with the TvMazeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReleaseResource) GetTvdbId ¶ added in v1.0.0
func (o *ReleaseResource) GetTvdbId() int32
GetTvdbId returns the TvdbId field value if set, zero value otherwise.
func (*ReleaseResource) GetTvdbIdOk ¶ added in v1.0.0
func (o *ReleaseResource) GetTvdbIdOk() (*int32, bool)
GetTvdbIdOk returns a tuple with the TvdbId 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) HasCategories ¶
func (o *ReleaseResource) HasCategories() bool
HasCategories 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) HasDownloadClientId ¶ added in v1.1.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) HasFileName ¶ added in v0.2.0
func (o *ReleaseResource) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (*ReleaseResource) HasFiles ¶
func (o *ReleaseResource) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (*ReleaseResource) HasGrabs ¶
func (o *ReleaseResource) HasGrabs() bool
HasGrabs 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) 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) HasPosterUrl ¶
func (o *ReleaseResource) HasPosterUrl() bool
HasPosterUrl 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) HasReleaseHash ¶
func (o *ReleaseResource) HasReleaseHash() bool
HasReleaseHash 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) HasSize ¶
func (o *ReleaseResource) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ReleaseResource) HasSortTitle ¶ added in v0.3.0
func (o *ReleaseResource) HasSortTitle() bool
HasSortTitle 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) HasTitle ¶
func (o *ReleaseResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ReleaseResource) HasTmdbId ¶ added in v1.0.0
func (o *ReleaseResource) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (*ReleaseResource) HasTvMazeId ¶ added in v1.0.0
func (o *ReleaseResource) HasTvMazeId() bool
HasTvMazeId returns a boolean if a field has been set.
func (*ReleaseResource) HasTvdbId ¶ added in v1.0.0
func (o *ReleaseResource) HasTvdbId() bool
HasTvdbId 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) SetCategories ¶
func (o *ReleaseResource) SetCategories(v []IndexerCategory)
SetCategories gets a reference to the given []IndexerCategory and assigns it to the Categories 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) SetDownloadClientId ¶ added in v1.1.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 v1.1.0
func (o *ReleaseResource) SetDownloadClientIdNil()
SetDownloadClientIdNil sets the value for DownloadClientId 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) SetFileName ¶ added in v0.2.0
func (o *ReleaseResource) SetFileName(v string)
SetFileName gets a reference to the given NullableString and assigns it to the FileName field.
func (*ReleaseResource) SetFileNameNil ¶ added in v0.2.0
func (o *ReleaseResource) SetFileNameNil()
SetFileNameNil sets the value for FileName to be an explicit nil
func (*ReleaseResource) SetFiles ¶
func (o *ReleaseResource) SetFiles(v int32)
SetFiles gets a reference to the given NullableInt32 and assigns it to the Files field.
func (*ReleaseResource) SetFilesNil ¶
func (o *ReleaseResource) SetFilesNil()
SetFilesNil sets the value for Files to be an explicit nil
func (*ReleaseResource) SetGrabs ¶
func (o *ReleaseResource) SetGrabs(v int32)
SetGrabs gets a reference to the given NullableInt32 and assigns it to the Grabs field.
func (*ReleaseResource) SetGrabsNil ¶
func (o *ReleaseResource) SetGrabsNil()
SetGrabsNil sets the value for Grabs 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) 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) SetPosterUrl ¶
func (o *ReleaseResource) SetPosterUrl(v string)
SetPosterUrl gets a reference to the given NullableString and assigns it to the PosterUrl field.
func (*ReleaseResource) SetPosterUrlNil ¶
func (o *ReleaseResource) SetPosterUrlNil()
SetPosterUrlNil sets the value for PosterUrl to be an explicit nil
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) 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) 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) SetSize ¶
func (o *ReleaseResource) SetSize(v int64)
SetSize gets a reference to the given int64 and assigns it to the Size field.
func (*ReleaseResource) SetSortTitle ¶ added in v0.3.0
func (o *ReleaseResource) SetSortTitle(v string)
SetSortTitle gets a reference to the given NullableString and assigns it to the SortTitle field.
func (*ReleaseResource) SetSortTitleNil ¶ added in v0.3.0
func (o *ReleaseResource) SetSortTitleNil()
SetSortTitleNil sets the value for SortTitle to be an explicit nil
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) 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 ¶ added in v1.0.0
func (o *ReleaseResource) SetTmdbId(v int32)
SetTmdbId gets a reference to the given int32 and assigns it to the TmdbId field.
func (*ReleaseResource) SetTvMazeId ¶ added in v1.0.0
func (o *ReleaseResource) SetTvMazeId(v int32)
SetTvMazeId gets a reference to the given int32 and assigns it to the TvMazeId field.
func (*ReleaseResource) SetTvdbId ¶ added in v1.0.0
func (o *ReleaseResource) SetTvdbId(v int32)
SetTvdbId gets a reference to the given int32 and assigns it to the TvdbId field.
func (ReleaseResource) ToMap ¶ added in v1.0.0
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) UnsetDownloadClientId ¶ added in v1.1.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) UnsetFileName ¶ added in v0.2.0
func (o *ReleaseResource) UnsetFileName()
UnsetFileName ensures that no value is present for FileName, not even an explicit nil
func (*ReleaseResource) UnsetFiles ¶
func (o *ReleaseResource) UnsetFiles()
UnsetFiles ensures that no value is present for Files, not even an explicit nil
func (*ReleaseResource) UnsetGrabs ¶
func (o *ReleaseResource) UnsetGrabs()
UnsetGrabs ensures that no value is present for Grabs, 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) UnsetPosterUrl ¶
func (o *ReleaseResource) UnsetPosterUrl()
UnsetPosterUrl ensures that no value is present for PosterUrl, 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) UnsetSortTitle ¶ added in v0.3.0
func (o *ReleaseResource) UnsetSortTitle()
UnsetSortTitle ensures that no value is present for SortTitle, 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 RuntimeMode ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (v RuntimeMode) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RuntimeMode) Ptr ¶ added in v0.2.0
func (v RuntimeMode) Ptr() *RuntimeMode
Ptr returns reference to RuntimeMode value
func (*RuntimeMode) UnmarshalJSON ¶ added in v0.2.0
func (v *RuntimeMode) UnmarshalJSON(src []byte) error
type SearchAPIService ¶ added in v1.0.0
type SearchAPIService service
SearchAPIService SearchAPI service
func (*SearchAPIService) CreateSearch ¶ added in v1.0.0
func (a *SearchAPIService) CreateSearch(ctx context.Context) ApiCreateSearchRequest
CreateSearch Method for CreateSearch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateSearchRequest
func (*SearchAPIService) CreateSearchBulk ¶ added in v1.0.0
func (a *SearchAPIService) CreateSearchBulk(ctx context.Context) ApiCreateSearchBulkRequest
CreateSearchBulk Method for CreateSearchBulk
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateSearchBulkRequest
func (*SearchAPIService) CreateSearchBulkExecute ¶ added in v1.0.0
func (a *SearchAPIService) CreateSearchBulkExecute(r ApiCreateSearchBulkRequest) (*ReleaseResource, *http.Response, error)
Execute executes the request
@return ReleaseResource
func (*SearchAPIService) CreateSearchExecute ¶ added in v1.0.0
func (a *SearchAPIService) CreateSearchExecute(r ApiCreateSearchRequest) (*ReleaseResource, *http.Response, error)
Execute executes the request
@return ReleaseResource
func (*SearchAPIService) ListSearch ¶ added in v1.0.0
func (a *SearchAPIService) ListSearch(ctx context.Context) ApiListSearchRequest
ListSearch Method for ListSearch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListSearchRequest
func (*SearchAPIService) ListSearchExecute ¶ added in v1.0.0
func (a *SearchAPIService) ListSearchExecute(r ApiListSearchRequest) ([]ReleaseResource, *http.Response, error)
Execute executes the request
@return []ReleaseResource
type SearchParam ¶
type SearchParam string
SearchParam the model 'SearchParam'
const (
SEARCHPARAM_Q SearchParam = "q"
)
List of SearchParam
func NewSearchParamFromValue ¶
func NewSearchParamFromValue(v string) (*SearchParam, error)
NewSearchParamFromValue returns a pointer to a valid SearchParam for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SearchParam) IsValid ¶
func (v SearchParam) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SearchParam) Ptr ¶
func (v SearchParam) Ptr() *SearchParam
Ptr returns reference to SearchParam value
func (*SearchParam) UnmarshalJSON ¶
func (v *SearchParam) 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"` ParentValue NullableInt32 `json:"parentValue,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) 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) GetParentValue ¶
func (o *SelectOption) GetParentValue() int32
GetParentValue returns the ParentValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SelectOption) GetParentValueOk ¶
func (o *SelectOption) GetParentValueOk() (*int32, bool)
GetParentValueOk returns a tuple with the ParentValue field value if set, nil otherwise and 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) 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) 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) HasParentValue ¶
func (o *SelectOption) HasParentValue() bool
HasParentValue 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) 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) SetParentValue ¶
func (o *SelectOption) SetParentValue(v int32)
SetParentValue gets a reference to the given NullableInt32 and assigns it to the ParentValue field.
func (*SelectOption) SetParentValueNil ¶
func (o *SelectOption) SetParentValueNil()
SetParentValueNil sets the value for ParentValue to be an explicit nil
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.0
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
func (*SelectOption) UnsetParentValue ¶
func (o *SelectOption) UnsetParentValue()
UnsetParentValue ensures that no value is present for ParentValue, 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
type ServerVariable ¶
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 StaticResourceAPIService ¶ added in v1.0.0
type StaticResourceAPIService service
StaticResourceAPIService StaticResourceAPI service
func (*StaticResourceAPIService) Get ¶ added in v1.0.0
func (a *StaticResourceAPIService) Get(ctx context.Context, path string) ApiGetRequest
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.0
func (a *StaticResourceAPIService) GetByPath(ctx context.Context, path string) ApiGetByPathRequest
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.0
func (a *StaticResourceAPIService) GetByPathExecute(r ApiGetByPathRequest) (*http.Response, error)
Execute executes the request
func (*StaticResourceAPIService) GetContentByPath ¶ added in v1.0.0
func (a *StaticResourceAPIService) GetContentByPath(ctx context.Context, path string) ApiGetContentByPathRequest
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.0
func (a *StaticResourceAPIService) GetContentByPathExecute(r ApiGetContentByPathRequest) (*http.Response, error)
Execute executes the request
func (*StaticResourceAPIService) GetExecute ¶ added in v1.0.0
func (a *StaticResourceAPIService) GetExecute(r ApiGetRequest) (*http.Response, error)
Execute executes the request
func (*StaticResourceAPIService) GetLogin ¶ added in v1.0.0
func (a *StaticResourceAPIService) GetLogin(ctx context.Context) ApiGetLoginRequest
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.0
func (a *StaticResourceAPIService) GetLoginExecute(r ApiGetLoginRequest) (*http.Response, error)
Execute executes the request
type SystemAPIService ¶ added in v1.0.0
type SystemAPIService service
SystemAPIService SystemAPI service
func (*SystemAPIService) CreateSystemRestart ¶ added in v1.0.0
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.0
func (a *SystemAPIService) CreateSystemRestartExecute(r ApiCreateSystemRestartRequest) (*http.Response, error)
Execute executes the request
func (*SystemAPIService) CreateSystemShutdown ¶ added in v1.0.0
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.0
func (a *SystemAPIService) CreateSystemShutdownExecute(r ApiCreateSystemShutdownRequest) (*http.Response, error)
Execute executes the request
func (*SystemAPIService) GetSystemRoutes ¶ added in v1.0.0
func (a *SystemAPIService) GetSystemRoutes(ctx context.Context) ApiGetSystemRoutesRequest
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.0
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.0
func (a *SystemAPIService) GetSystemRoutesDuplicateExecute(r ApiGetSystemRoutesDuplicateRequest) (*http.Response, error)
Execute executes the request
func (*SystemAPIService) GetSystemRoutesExecute ¶ added in v1.0.0
func (a *SystemAPIService) GetSystemRoutesExecute(r ApiGetSystemRoutesRequest) (*http.Response, error)
Execute executes the request
func (*SystemAPIService) GetSystemStatus ¶ added in v1.0.0
func (a *SystemAPIService) GetSystemStatus(ctx context.Context) ApiGetSystemStatusRequest
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.0
func (a *SystemAPIService) GetSystemStatusExecute(r ApiGetSystemStatusRequest) (*SystemResource, *http.Response, error)
Execute executes the request
@return SystemResource
type SystemResource ¶ added in v0.2.0
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 NullableString `json:"databaseVersion,omitempty"` Authentication *AuthenticationType `json:"authentication,omitempty"` MigrationVersion *int32 `json:"migrationVersion,omitempty"` UrlBase NullableString `json:"urlBase,omitempty"` RuntimeVersion NullableString `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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetAuthentication() AuthenticationType
GetAuthentication returns the Authentication field value if set, zero value otherwise.
func (*SystemResource) GetAuthenticationOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetBuildTime() time.Time
GetBuildTime returns the BuildTime field value if set, zero value otherwise.
func (*SystemResource) GetBuildTimeOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetDatabaseType() DatabaseType
GetDatabaseType returns the DatabaseType field value if set, zero value otherwise.
func (*SystemResource) GetDatabaseTypeOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetDatabaseVersion() string
GetDatabaseVersion returns the DatabaseVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SystemResource) GetDatabaseVersionOk ¶ added in v0.2.0
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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SystemResource) GetInstanceName ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsAdmin() bool
GetIsAdmin returns the IsAdmin field value if set, zero value otherwise.
func (*SystemResource) GetIsAdminOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsDebug() bool
GetIsDebug returns the IsDebug field value if set, zero value otherwise.
func (*SystemResource) GetIsDebugOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsDocker() bool
GetIsDocker returns the IsDocker field value if set, zero value otherwise.
func (*SystemResource) GetIsDockerOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsLinux() bool
GetIsLinux returns the IsLinux field value if set, zero value otherwise.
func (*SystemResource) GetIsLinuxOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsNetCore() bool
GetIsNetCore returns the IsNetCore field value if set, zero value otherwise.
func (*SystemResource) GetIsNetCoreOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsOsx() bool
GetIsOsx returns the IsOsx field value if set, zero value otherwise.
func (*SystemResource) GetIsOsxOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsProduction() bool
GetIsProduction returns the IsProduction field value if set, zero value otherwise.
func (*SystemResource) GetIsProductionOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsUserInteractive() bool
GetIsUserInteractive returns the IsUserInteractive field value if set, zero value otherwise.
func (*SystemResource) GetIsUserInteractiveOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetIsWindows() bool
GetIsWindows returns the IsWindows field value if set, zero value otherwise.
func (*SystemResource) GetIsWindowsOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetMigrationVersion() int32
GetMigrationVersion returns the MigrationVersion field value if set, zero value otherwise.
func (*SystemResource) GetMigrationVersionOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetMode() RuntimeMode
GetMode returns the Mode field value if set, zero value otherwise.
func (*SystemResource) GetModeOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetPackageUpdateMechanism() UpdateMechanism
GetPackageUpdateMechanism returns the PackageUpdateMechanism field value if set, zero value otherwise.
func (*SystemResource) GetPackageUpdateMechanismMessage ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) GetRuntimeVersion() string
GetRuntimeVersion returns the RuntimeVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SystemResource) GetRuntimeVersionOk ¶ added in v0.2.0
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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SystemResource) GetStartTime ¶ added in v0.2.0
func (o *SystemResource) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*SystemResource) GetStartTimeOk ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) HasAppData() bool
HasAppData returns a boolean if a field has been set.
func (*SystemResource) HasAppName ¶ added in v0.2.0
func (o *SystemResource) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*SystemResource) HasAuthentication ¶ added in v0.2.0
func (o *SystemResource) HasAuthentication() bool
HasAuthentication returns a boolean if a field has been set.
func (*SystemResource) HasBranch ¶ added in v0.2.0
func (o *SystemResource) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (*SystemResource) HasBuildTime ¶ added in v0.2.0
func (o *SystemResource) HasBuildTime() bool
HasBuildTime returns a boolean if a field has been set.
func (*SystemResource) HasDatabaseType ¶ added in v0.2.0
func (o *SystemResource) HasDatabaseType() bool
HasDatabaseType returns a boolean if a field has been set.
func (*SystemResource) HasDatabaseVersion ¶ added in v0.2.0
func (o *SystemResource) HasDatabaseVersion() bool
HasDatabaseVersion returns a boolean if a field has been set.
func (*SystemResource) HasInstanceName ¶ added in v0.2.0
func (o *SystemResource) HasInstanceName() bool
HasInstanceName returns a boolean if a field has been set.
func (*SystemResource) HasIsAdmin ¶ added in v0.2.0
func (o *SystemResource) HasIsAdmin() bool
HasIsAdmin returns a boolean if a field has been set.
func (*SystemResource) HasIsDebug ¶ added in v0.2.0
func (o *SystemResource) HasIsDebug() bool
HasIsDebug returns a boolean if a field has been set.
func (*SystemResource) HasIsDocker ¶ added in v0.2.0
func (o *SystemResource) HasIsDocker() bool
HasIsDocker returns a boolean if a field has been set.
func (*SystemResource) HasIsLinux ¶ added in v0.2.0
func (o *SystemResource) HasIsLinux() bool
HasIsLinux returns a boolean if a field has been set.
func (*SystemResource) HasIsNetCore ¶ added in v0.2.0
func (o *SystemResource) HasIsNetCore() bool
HasIsNetCore returns a boolean if a field has been set.
func (*SystemResource) HasIsOsx ¶ added in v0.2.0
func (o *SystemResource) HasIsOsx() bool
HasIsOsx returns a boolean if a field has been set.
func (*SystemResource) HasIsProduction ¶ added in v0.2.0
func (o *SystemResource) HasIsProduction() bool
HasIsProduction returns a boolean if a field has been set.
func (*SystemResource) HasIsUserInteractive ¶ added in v0.2.0
func (o *SystemResource) HasIsUserInteractive() bool
HasIsUserInteractive returns a boolean if a field has been set.
func (*SystemResource) HasIsWindows ¶ added in v0.2.0
func (o *SystemResource) HasIsWindows() bool
HasIsWindows returns a boolean if a field has been set.
func (*SystemResource) HasMigrationVersion ¶ added in v0.2.0
func (o *SystemResource) HasMigrationVersion() bool
HasMigrationVersion returns a boolean if a field has been set.
func (*SystemResource) HasMode ¶ added in v0.2.0
func (o *SystemResource) HasMode() bool
HasMode returns a boolean if a field has been set.
func (*SystemResource) HasOsName ¶ added in v0.2.0
func (o *SystemResource) HasOsName() bool
HasOsName returns a boolean if a field has been set.
func (*SystemResource) HasOsVersion ¶ added in v0.2.0
func (o *SystemResource) HasOsVersion() bool
HasOsVersion returns a boolean if a field has been set.
func (*SystemResource) HasPackageAuthor ¶ added in v0.2.0
func (o *SystemResource) HasPackageAuthor() bool
HasPackageAuthor returns a boolean if a field has been set.
func (*SystemResource) HasPackageUpdateMechanism ¶ added in v0.2.0
func (o *SystemResource) HasPackageUpdateMechanism() bool
HasPackageUpdateMechanism returns a boolean if a field has been set.
func (*SystemResource) HasPackageUpdateMechanismMessage ¶ added in v0.2.0
func (o *SystemResource) HasPackageUpdateMechanismMessage() bool
HasPackageUpdateMechanismMessage returns a boolean if a field has been set.
func (*SystemResource) HasPackageVersion ¶ added in v0.2.0
func (o *SystemResource) HasPackageVersion() bool
HasPackageVersion returns a boolean if a field has been set.
func (*SystemResource) HasRuntimeName ¶ added in v0.2.0
func (o *SystemResource) HasRuntimeName() bool
HasRuntimeName returns a boolean if a field has been set.
func (*SystemResource) HasRuntimeVersion ¶ added in v0.2.0
func (o *SystemResource) HasRuntimeVersion() bool
HasRuntimeVersion returns a boolean if a field has been set.
func (*SystemResource) HasStartTime ¶ added in v0.2.0
func (o *SystemResource) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (*SystemResource) HasStartupPath ¶ added in v0.2.0
func (o *SystemResource) HasStartupPath() bool
HasStartupPath returns a boolean if a field has been set.
func (*SystemResource) HasUrlBase ¶ added in v0.2.0
func (o *SystemResource) HasUrlBase() bool
HasUrlBase returns a boolean if a field has been set.
func (*SystemResource) HasVersion ¶ added in v0.2.0
func (o *SystemResource) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (SystemResource) MarshalJSON ¶ added in v0.2.0
func (o SystemResource) MarshalJSON() ([]byte, error)
func (*SystemResource) SetAppData ¶ added in v0.2.0
func (o *SystemResource) SetAppData(v string)
SetAppData gets a reference to the given NullableString and assigns it to the AppData field.
func (*SystemResource) SetAppDataNil ¶ added in v0.2.0
func (o *SystemResource) SetAppDataNil()
SetAppDataNil sets the value for AppData to be an explicit nil
func (*SystemResource) SetAppName ¶ added in v0.2.0
func (o *SystemResource) SetAppName(v string)
SetAppName gets a reference to the given NullableString and assigns it to the AppName field.
func (*SystemResource) SetAppNameNil ¶ added in v0.2.0
func (o *SystemResource) SetAppNameNil()
SetAppNameNil sets the value for AppName to be an explicit nil
func (*SystemResource) SetAuthentication ¶ added in v0.2.0
func (o *SystemResource) SetAuthentication(v AuthenticationType)
SetAuthentication gets a reference to the given AuthenticationType and assigns it to the Authentication field.
func (*SystemResource) SetBranch ¶ added in v0.2.0
func (o *SystemResource) SetBranch(v string)
SetBranch gets a reference to the given NullableString and assigns it to the Branch field.
func (*SystemResource) SetBranchNil ¶ added in v0.2.0
func (o *SystemResource) SetBranchNil()
SetBranchNil sets the value for Branch to be an explicit nil
func (*SystemResource) SetBuildTime ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) SetDatabaseType(v DatabaseType)
SetDatabaseType gets a reference to the given DatabaseType and assigns it to the DatabaseType field.
func (*SystemResource) SetDatabaseVersion ¶ added in v0.2.0
func (o *SystemResource) SetDatabaseVersion(v string)
SetDatabaseVersion gets a reference to the given NullableString and assigns it to the DatabaseVersion field.
func (*SystemResource) SetDatabaseVersionNil ¶ added in v1.1.0
func (o *SystemResource) SetDatabaseVersionNil()
SetDatabaseVersionNil sets the value for DatabaseVersion to be an explicit nil
func (*SystemResource) SetInstanceName ¶ added in v0.2.0
func (o *SystemResource) SetInstanceName(v string)
SetInstanceName gets a reference to the given NullableString and assigns it to the InstanceName field.
func (*SystemResource) SetInstanceNameNil ¶ added in v0.2.0
func (o *SystemResource) SetInstanceNameNil()
SetInstanceNameNil sets the value for InstanceName to be an explicit nil
func (*SystemResource) SetIsAdmin ¶ added in v0.2.0
func (o *SystemResource) SetIsAdmin(v bool)
SetIsAdmin gets a reference to the given bool and assigns it to the IsAdmin field.
func (*SystemResource) SetIsDebug ¶ added in v0.2.0
func (o *SystemResource) SetIsDebug(v bool)
SetIsDebug gets a reference to the given bool and assigns it to the IsDebug field.
func (*SystemResource) SetIsDocker ¶ added in v0.2.0
func (o *SystemResource) SetIsDocker(v bool)
SetIsDocker gets a reference to the given bool and assigns it to the IsDocker field.
func (*SystemResource) SetIsLinux ¶ added in v0.2.0
func (o *SystemResource) SetIsLinux(v bool)
SetIsLinux gets a reference to the given bool and assigns it to the IsLinux field.
func (*SystemResource) SetIsNetCore ¶ added in v0.2.0
func (o *SystemResource) SetIsNetCore(v bool)
SetIsNetCore gets a reference to the given bool and assigns it to the IsNetCore field.
func (*SystemResource) SetIsOsx ¶ added in v0.2.0
func (o *SystemResource) SetIsOsx(v bool)
SetIsOsx gets a reference to the given bool and assigns it to the IsOsx field.
func (*SystemResource) SetIsProduction ¶ added in v0.2.0
func (o *SystemResource) SetIsProduction(v bool)
SetIsProduction gets a reference to the given bool and assigns it to the IsProduction field.
func (*SystemResource) SetIsUserInteractive ¶ added in v0.2.0
func (o *SystemResource) SetIsUserInteractive(v bool)
SetIsUserInteractive gets a reference to the given bool and assigns it to the IsUserInteractive field.
func (*SystemResource) SetIsWindows ¶ added in v0.2.0
func (o *SystemResource) SetIsWindows(v bool)
SetIsWindows gets a reference to the given bool and assigns it to the IsWindows field.
func (*SystemResource) SetMigrationVersion ¶ added in v0.2.0
func (o *SystemResource) SetMigrationVersion(v int32)
SetMigrationVersion gets a reference to the given int32 and assigns it to the MigrationVersion field.
func (*SystemResource) SetMode ¶ added in v0.2.0
func (o *SystemResource) SetMode(v RuntimeMode)
SetMode gets a reference to the given RuntimeMode and assigns it to the Mode field.
func (*SystemResource) SetOsName ¶ added in v0.2.0
func (o *SystemResource) SetOsName(v string)
SetOsName gets a reference to the given NullableString and assigns it to the OsName field.
func (*SystemResource) SetOsNameNil ¶ added in v0.2.0
func (o *SystemResource) SetOsNameNil()
SetOsNameNil sets the value for OsName to be an explicit nil
func (*SystemResource) SetOsVersion ¶ added in v0.2.0
func (o *SystemResource) SetOsVersion(v string)
SetOsVersion gets a reference to the given NullableString and assigns it to the OsVersion field.
func (*SystemResource) SetOsVersionNil ¶ added in v0.2.0
func (o *SystemResource) SetOsVersionNil()
SetOsVersionNil sets the value for OsVersion to be an explicit nil
func (*SystemResource) SetPackageAuthor ¶ added in v0.2.0
func (o *SystemResource) SetPackageAuthor(v string)
SetPackageAuthor gets a reference to the given NullableString and assigns it to the PackageAuthor field.
func (*SystemResource) SetPackageAuthorNil ¶ added in v0.2.0
func (o *SystemResource) SetPackageAuthorNil()
SetPackageAuthorNil sets the value for PackageAuthor to be an explicit nil
func (*SystemResource) SetPackageUpdateMechanism ¶ added in v0.2.0
func (o *SystemResource) SetPackageUpdateMechanism(v UpdateMechanism)
SetPackageUpdateMechanism gets a reference to the given UpdateMechanism and assigns it to the PackageUpdateMechanism field.
func (*SystemResource) SetPackageUpdateMechanismMessage ¶ added in v0.2.0
func (o *SystemResource) SetPackageUpdateMechanismMessage(v string)
SetPackageUpdateMechanismMessage gets a reference to the given NullableString and assigns it to the PackageUpdateMechanismMessage field.
func (*SystemResource) SetPackageUpdateMechanismMessageNil ¶ added in v0.2.0
func (o *SystemResource) SetPackageUpdateMechanismMessageNil()
SetPackageUpdateMechanismMessageNil sets the value for PackageUpdateMechanismMessage to be an explicit nil
func (*SystemResource) SetPackageVersion ¶ added in v0.2.0
func (o *SystemResource) SetPackageVersion(v string)
SetPackageVersion gets a reference to the given NullableString and assigns it to the PackageVersion field.
func (*SystemResource) SetPackageVersionNil ¶ added in v0.2.0
func (o *SystemResource) SetPackageVersionNil()
SetPackageVersionNil sets the value for PackageVersion to be an explicit nil
func (*SystemResource) SetRuntimeName ¶ added in v0.2.0
func (o *SystemResource) SetRuntimeName(v string)
SetRuntimeName gets a reference to the given NullableString and assigns it to the RuntimeName field.
func (*SystemResource) SetRuntimeNameNil ¶ added in v0.2.0
func (o *SystemResource) SetRuntimeNameNil()
SetRuntimeNameNil sets the value for RuntimeName to be an explicit nil
func (*SystemResource) SetRuntimeVersion ¶ added in v0.2.0
func (o *SystemResource) SetRuntimeVersion(v string)
SetRuntimeVersion gets a reference to the given NullableString and assigns it to the RuntimeVersion field.
func (*SystemResource) SetRuntimeVersionNil ¶ added in v1.1.0
func (o *SystemResource) SetRuntimeVersionNil()
SetRuntimeVersionNil sets the value for RuntimeVersion to be an explicit nil
func (*SystemResource) SetStartTime ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (o *SystemResource) SetStartupPath(v string)
SetStartupPath gets a reference to the given NullableString and assigns it to the StartupPath field.
func (*SystemResource) SetStartupPathNil ¶ added in v0.2.0
func (o *SystemResource) SetStartupPathNil()
SetStartupPathNil sets the value for StartupPath to be an explicit nil
func (*SystemResource) SetUrlBase ¶ added in v0.2.0
func (o *SystemResource) SetUrlBase(v string)
SetUrlBase gets a reference to the given NullableString and assigns it to the UrlBase field.
func (*SystemResource) SetUrlBaseNil ¶ added in v0.2.0
func (o *SystemResource) SetUrlBaseNil()
SetUrlBaseNil sets the value for UrlBase to be an explicit nil
func (*SystemResource) SetVersion ¶ added in v0.2.0
func (o *SystemResource) SetVersion(v string)
SetVersion gets a reference to the given NullableString and assigns it to the Version field.
func (*SystemResource) SetVersionNil ¶ added in v0.2.0
func (o *SystemResource) SetVersionNil()
SetVersionNil sets the value for Version to be an explicit nil
func (SystemResource) ToMap ¶ added in v1.0.0
func (o SystemResource) ToMap() (map[string]interface{}, error)
func (*SystemResource) UnsetAppData ¶ added in v0.2.0
func (o *SystemResource) UnsetAppData()
UnsetAppData ensures that no value is present for AppData, not even an explicit nil
func (*SystemResource) UnsetAppName ¶ added in v0.2.0
func (o *SystemResource) UnsetAppName()
UnsetAppName ensures that no value is present for AppName, not even an explicit nil
func (*SystemResource) UnsetBranch ¶ added in v0.2.0
func (o *SystemResource) UnsetBranch()
UnsetBranch ensures that no value is present for Branch, not even an explicit nil
func (*SystemResource) UnsetDatabaseVersion ¶ added in v1.1.0
func (o *SystemResource) UnsetDatabaseVersion()
UnsetDatabaseVersion ensures that no value is present for DatabaseVersion, not even an explicit nil
func (*SystemResource) UnsetInstanceName ¶ added in v0.2.0
func (o *SystemResource) UnsetInstanceName()
UnsetInstanceName ensures that no value is present for InstanceName, not even an explicit nil
func (*SystemResource) UnsetOsName ¶ added in v0.2.0
func (o *SystemResource) UnsetOsName()
UnsetOsName ensures that no value is present for OsName, not even an explicit nil
func (*SystemResource) UnsetOsVersion ¶ added in v0.2.0
func (o *SystemResource) UnsetOsVersion()
UnsetOsVersion ensures that no value is present for OsVersion, not even an explicit nil
func (*SystemResource) UnsetPackageAuthor ¶ added in v0.2.0
func (o *SystemResource) UnsetPackageAuthor()
UnsetPackageAuthor ensures that no value is present for PackageAuthor, not even an explicit nil
func (*SystemResource) UnsetPackageUpdateMechanismMessage ¶ added in v0.2.0
func (o *SystemResource) UnsetPackageUpdateMechanismMessage()
UnsetPackageUpdateMechanismMessage ensures that no value is present for PackageUpdateMechanismMessage, not even an explicit nil
func (*SystemResource) UnsetPackageVersion ¶ added in v0.2.0
func (o *SystemResource) UnsetPackageVersion()
UnsetPackageVersion ensures that no value is present for PackageVersion, not even an explicit nil
func (*SystemResource) UnsetRuntimeName ¶ added in v0.2.0
func (o *SystemResource) UnsetRuntimeName()
UnsetRuntimeName ensures that no value is present for RuntimeName, not even an explicit nil
func (*SystemResource) UnsetRuntimeVersion ¶ added in v1.1.0
func (o *SystemResource) UnsetRuntimeVersion()
UnsetRuntimeVersion ensures that no value is present for RuntimeVersion, not even an explicit nil
func (*SystemResource) UnsetStartupPath ¶ added in v0.2.0
func (o *SystemResource) UnsetStartupPath()
UnsetStartupPath ensures that no value is present for StartupPath, not even an explicit nil
func (*SystemResource) UnsetUrlBase ¶ added in v0.2.0
func (o *SystemResource) UnsetUrlBase()
UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil
func (*SystemResource) UnsetVersion ¶ added in v0.2.0
func (o *SystemResource) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
type TagAPIService ¶ added in v1.0.0
type TagAPIService service
TagAPIService TagAPI service
func (*TagAPIService) CreateTag ¶ added in v1.0.0
func (a *TagAPIService) CreateTag(ctx context.Context) ApiCreateTagRequest
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.0
func (a *TagAPIService) CreateTagExecute(r ApiCreateTagRequest) (*TagResource, *http.Response, error)
Execute executes the request
@return TagResource
func (*TagAPIService) DeleteTag ¶ added in v1.0.0
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.0
func (a *TagAPIService) DeleteTagExecute(r ApiDeleteTagRequest) (*http.Response, error)
Execute executes the request
func (*TagAPIService) GetTagById ¶ added in v1.0.0
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.0
func (a *TagAPIService) GetTagByIdExecute(r ApiGetTagByIdRequest) (*TagResource, *http.Response, error)
Execute executes the request
@return TagResource
func (*TagAPIService) ListTag ¶ added in v1.0.0
func (a *TagAPIService) ListTag(ctx context.Context) ApiListTagRequest
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.0
func (a *TagAPIService) ListTagExecute(r ApiListTagRequest) ([]TagResource, *http.Response, error)
Execute executes the request
@return []TagResource
func (*TagAPIService) UpdateTag ¶ added in v1.0.0
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.0
func (a *TagAPIService) UpdateTagExecute(r ApiUpdateTagRequest) (*TagResource, *http.Response, error)
Execute executes the request
@return TagResource
type TagDetailsAPIService ¶ added in v1.0.0
type TagDetailsAPIService service
TagDetailsAPIService TagDetailsAPI service
func (*TagDetailsAPIService) GetTagDetailById ¶ added in v1.0.0
func (a *TagDetailsAPIService) GetTagDetailById(ctx context.Context, id int32) ApiGetTagDetailByIdRequest
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.0
func (a *TagDetailsAPIService) GetTagDetailByIdExecute(r ApiGetTagDetailByIdRequest) (*TagDetailsResource, *http.Response, error)
Execute executes the request
@return TagDetailsResource
func (*TagDetailsAPIService) ListTagDetail ¶ added in v1.0.0
func (a *TagDetailsAPIService) ListTagDetail(ctx context.Context) ApiListTagDetailRequest
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.0
func (a *TagDetailsAPIService) ListTagDetailExecute(r ApiListTagDetailRequest) ([]TagDetailsResource, *http.Response, error)
Execute executes the request
@return []TagDetailsResource
type TagDetailsResource ¶
type TagDetailsResource struct { Id *int32 `json:"id,omitempty"` Label NullableString `json:"label,omitempty"` NotificationIds []int32 `json:"notificationIds,omitempty"` IndexerIds []int32 `json:"indexerIds,omitempty"` IndexerProxyIds []int32 `json:"indexerProxyIds,omitempty"` ApplicationIds []int32 `json:"applicationIds,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) GetApplicationIds ¶ added in v0.4.0
func (o *TagDetailsResource) GetApplicationIds() []int32
GetApplicationIds returns the ApplicationIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TagDetailsResource) GetApplicationIdsOk ¶ added in v0.4.0
func (o *TagDetailsResource) GetApplicationIdsOk() ([]int32, bool)
GetApplicationIdsOk returns a tuple with the ApplicationIds field value if set, nil otherwise and 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) 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) GetIndexerProxyIds ¶
func (o *TagDetailsResource) GetIndexerProxyIds() []int32
GetIndexerProxyIds returns the IndexerProxyIds field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TagDetailsResource) GetIndexerProxyIdsOk ¶
func (o *TagDetailsResource) GetIndexerProxyIdsOk() ([]int32, bool)
GetIndexerProxyIdsOk returns a tuple with the IndexerProxyIds field value if set, nil otherwise and 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) 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) HasApplicationIds ¶ added in v0.4.0
func (o *TagDetailsResource) HasApplicationIds() bool
HasApplicationIds 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) HasIndexerIds ¶
func (o *TagDetailsResource) HasIndexerIds() bool
HasIndexerIds returns a boolean if a field has been set.
func (*TagDetailsResource) HasIndexerProxyIds ¶
func (o *TagDetailsResource) HasIndexerProxyIds() bool
HasIndexerProxyIds 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) HasNotificationIds ¶
func (o *TagDetailsResource) HasNotificationIds() bool
HasNotificationIds returns a boolean if a field has been set.
func (TagDetailsResource) MarshalJSON ¶
func (o TagDetailsResource) MarshalJSON() ([]byte, error)
func (*TagDetailsResource) SetApplicationIds ¶ added in v0.4.0
func (o *TagDetailsResource) SetApplicationIds(v []int32)
SetApplicationIds gets a reference to the given []int32 and assigns it to the ApplicationIds 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) SetIndexerIds ¶
func (o *TagDetailsResource) SetIndexerIds(v []int32)
SetIndexerIds gets a reference to the given []int32 and assigns it to the IndexerIds field.
func (*TagDetailsResource) SetIndexerProxyIds ¶
func (o *TagDetailsResource) SetIndexerProxyIds(v []int32)
SetIndexerProxyIds gets a reference to the given []int32 and assigns it to the IndexerProxyIds 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) SetNotificationIds ¶
func (o *TagDetailsResource) SetNotificationIds(v []int32)
SetNotificationIds gets a reference to the given []int32 and assigns it to the NotificationIds field.
func (TagDetailsResource) ToMap ¶ added in v1.0.0
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.0
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.0
type TaskAPIService service
TaskAPIService TaskAPI service
func (*TaskAPIService) GetSystemTaskById ¶ added in v1.0.0
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.0
func (a *TaskAPIService) GetSystemTaskByIdExecute(r ApiGetSystemTaskByIdRequest) (*TaskResource, *http.Response, error)
Execute executes the request
@return TaskResource
func (*TaskAPIService) ListSystemTask ¶ added in v1.0.0
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.0
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.0
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 TvSearchParam ¶
type TvSearchParam string
TvSearchParam the model 'TvSearchParam'
const ( TVSEARCHPARAM_Q TvSearchParam = "q" TVSEARCHPARAM_SEASON TvSearchParam = "season" TVSEARCHPARAM_EP TvSearchParam = "ep" TVSEARCHPARAM_IMDB_ID TvSearchParam = "imdbId" TVSEARCHPARAM_TVDB_ID TvSearchParam = "tvdbId" TVSEARCHPARAM_R_ID TvSearchParam = "rId" TVSEARCHPARAM_TV_MAZE_ID TvSearchParam = "tvMazeId" TVSEARCHPARAM_TRAKT_ID TvSearchParam = "traktId" TVSEARCHPARAM_TMDB_ID TvSearchParam = "tmdbId" TVSEARCHPARAM_DOUBAN_ID TvSearchParam = "doubanId" TVSEARCHPARAM_GENRE TvSearchParam = "genre" TVSEARCHPARAM_YEAR TvSearchParam = "year" )
List of TvSearchParam
func NewTvSearchParamFromValue ¶
func NewTvSearchParamFromValue(v string) (*TvSearchParam, error)
NewTvSearchParamFromValue returns a pointer to a valid TvSearchParam for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TvSearchParam) IsValid ¶
func (v TvSearchParam) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TvSearchParam) Ptr ¶
func (v TvSearchParam) Ptr() *TvSearchParam
Ptr returns reference to TvSearchParam value
func (*TvSearchParam) UnmarshalJSON ¶
func (v *TvSearchParam) UnmarshalJSON(src []byte) error
type UiConfigAPIService ¶ added in v1.0.0
type UiConfigAPIService service
UiConfigAPIService UiConfigAPI service
func (*UiConfigAPIService) GetUiConfig ¶ added in v1.0.0
func (a *UiConfigAPIService) GetUiConfig(ctx context.Context) ApiGetUiConfigRequest
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.0
func (a *UiConfigAPIService) GetUiConfigById(ctx context.Context, id int32) ApiGetUiConfigByIdRequest
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.0
func (a *UiConfigAPIService) GetUiConfigByIdExecute(r ApiGetUiConfigByIdRequest) (*UiConfigResource, *http.Response, error)
Execute executes the request
@return UiConfigResource
func (*UiConfigAPIService) GetUiConfigExecute ¶ added in v1.0.0
func (a *UiConfigAPIService) GetUiConfigExecute(r ApiGetUiConfigRequest) (*UiConfigResource, *http.Response, error)
Execute executes the request
@return UiConfigResource
func (*UiConfigAPIService) UpdateUiConfig ¶ added in v1.0.0
func (a *UiConfigAPIService) UpdateUiConfig(ctx context.Context, id string) ApiUpdateUiConfigRequest
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.0
func (a *UiConfigAPIService) UpdateUiConfigExecute(r ApiUpdateUiConfigRequest) (*UiConfigResource, *http.Response, error)
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"` 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"` UiLanguage NullableString `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) 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() string
GetUiLanguage returns the UiLanguage field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UiConfigResource) GetUiLanguageOk ¶
func (o *UiConfigResource) GetUiLanguageOk() (*string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
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) 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) 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 string)
SetUiLanguage gets a reference to the given NullableString and assigns it to the UiLanguage field.
func (*UiConfigResource) SetUiLanguageNil ¶
func (o *UiConfigResource) SetUiLanguageNil()
SetUiLanguageNil sets the value for UiLanguage to be an explicit nil
func (UiConfigResource) ToMap ¶ added in v1.0.0
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
func (*UiConfigResource) UnsetUiLanguage ¶
func (o *UiConfigResource) UnsetUiLanguage()
UnsetUiLanguage ensures that no value is present for UiLanguage, not even an explicit nil
type UpdateAPIService ¶ added in v1.0.0
type UpdateAPIService service
UpdateAPIService UpdateAPI service
func (*UpdateAPIService) ListUpdate ¶ added in v1.0.0
func (a *UpdateAPIService) ListUpdate(ctx context.Context) ApiListUpdateRequest
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.0
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.0
func (o UpdateChanges) ToMap() (map[string]interface{}, error)
type UpdateLogFileAPIService ¶ added in v1.0.0
type UpdateLogFileAPIService service
UpdateLogFileAPIService UpdateLogFileAPI service
func (*UpdateLogFileAPIService) GetLogFileUpdateByFilename ¶ added in v1.0.0
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.0
func (a *UpdateLogFileAPIService) GetLogFileUpdateByFilenameExecute(r ApiGetLogFileUpdateByFilenameRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*UpdateLogFileAPIService) ListLogFileUpdate ¶ added in v1.0.0
func (a *UpdateLogFileAPIService) ListLogFileUpdate(ctx context.Context) ApiListLogFileUpdateRequest
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.0
func (a *UpdateLogFileAPIService) ListLogFileUpdateExecute(r ApiListLogFileUpdateRequest) ([]LogFileResource, *http.Response, error)
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 ¶
func (v UpdateMechanism) Ptr() *UpdateMechanism
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 NullableString `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 (both if not set or set to explicit null).
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. NOTE: If the value is an explicit nil, `nil, true` will be returned
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 NullableString and assigns it to the Version field.
func (*UpdateResource) SetVersionNil ¶ added in v1.1.0
func (o *UpdateResource) SetVersionNil()
SetVersionNil sets the value for Version to be an explicit nil
func (UpdateResource) ToMap ¶ added in v1.0.0
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
func (*UpdateResource) UnsetVersion ¶ added in v1.1.0
func (o *UpdateResource) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
type UserAgentStatistics ¶
type UserAgentStatistics struct { UserAgent NullableString `json:"userAgent,omitempty"` NumberOfQueries *int32 `json:"numberOfQueries,omitempty"` NumberOfGrabs *int32 `json:"numberOfGrabs,omitempty"` }
UserAgentStatistics struct for UserAgentStatistics
func NewUserAgentStatistics ¶
func NewUserAgentStatistics() *UserAgentStatistics
NewUserAgentStatistics instantiates a new UserAgentStatistics 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 NewUserAgentStatisticsWithDefaults ¶
func NewUserAgentStatisticsWithDefaults() *UserAgentStatistics
NewUserAgentStatisticsWithDefaults instantiates a new UserAgentStatistics 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 (*UserAgentStatistics) GetNumberOfGrabs ¶
func (o *UserAgentStatistics) GetNumberOfGrabs() int32
GetNumberOfGrabs returns the NumberOfGrabs field value if set, zero value otherwise.
func (*UserAgentStatistics) GetNumberOfGrabsOk ¶
func (o *UserAgentStatistics) GetNumberOfGrabsOk() (*int32, bool)
GetNumberOfGrabsOk returns a tuple with the NumberOfGrabs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserAgentStatistics) GetNumberOfQueries ¶
func (o *UserAgentStatistics) GetNumberOfQueries() int32
GetNumberOfQueries returns the NumberOfQueries field value if set, zero value otherwise.
func (*UserAgentStatistics) GetNumberOfQueriesOk ¶
func (o *UserAgentStatistics) GetNumberOfQueriesOk() (*int32, bool)
GetNumberOfQueriesOk returns a tuple with the NumberOfQueries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserAgentStatistics) GetUserAgent ¶
func (o *UserAgentStatistics) GetUserAgent() string
GetUserAgent returns the UserAgent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserAgentStatistics) GetUserAgentOk ¶
func (o *UserAgentStatistics) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserAgentStatistics) HasNumberOfGrabs ¶
func (o *UserAgentStatistics) HasNumberOfGrabs() bool
HasNumberOfGrabs returns a boolean if a field has been set.
func (*UserAgentStatistics) HasNumberOfQueries ¶
func (o *UserAgentStatistics) HasNumberOfQueries() bool
HasNumberOfQueries returns a boolean if a field has been set.
func (*UserAgentStatistics) HasUserAgent ¶
func (o *UserAgentStatistics) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (UserAgentStatistics) MarshalJSON ¶
func (o UserAgentStatistics) MarshalJSON() ([]byte, error)
func (*UserAgentStatistics) SetNumberOfGrabs ¶
func (o *UserAgentStatistics) SetNumberOfGrabs(v int32)
SetNumberOfGrabs gets a reference to the given int32 and assigns it to the NumberOfGrabs field.
func (*UserAgentStatistics) SetNumberOfQueries ¶
func (o *UserAgentStatistics) SetNumberOfQueries(v int32)
SetNumberOfQueries gets a reference to the given int32 and assigns it to the NumberOfQueries field.
func (*UserAgentStatistics) SetUserAgent ¶
func (o *UserAgentStatistics) SetUserAgent(v string)
SetUserAgent gets a reference to the given NullableString and assigns it to the UserAgent field.
func (*UserAgentStatistics) SetUserAgentNil ¶
func (o *UserAgentStatistics) SetUserAgentNil()
SetUserAgentNil sets the value for UserAgent to be an explicit nil
func (UserAgentStatistics) ToMap ¶ added in v1.0.0
func (o UserAgentStatistics) ToMap() (map[string]interface{}, error)
func (*UserAgentStatistics) UnsetUserAgent ¶
func (o *UserAgentStatistics) UnsetUserAgent()
UnsetUserAgent ensures that no value is present for UserAgent, not even an explicit nil
Source Files ¶
- api_api_info.go
- api_app_profile.go
- api_application.go
- api_authentication.go
- api_backup.go
- api_command.go
- api_custom_filter.go
- api_development_config.go
- api_download_client.go
- api_download_client_config.go
- api_file_system.go
- api_health.go
- api_history.go
- api_host_config.go
- api_indexer.go
- api_indexer_default_categories.go
- api_indexer_proxy.go
- api_indexer_stats.go
- api_indexer_status.go
- api_localization.go
- api_log.go
- api_log_file.go
- api_newznab.go
- api_notification.go
- api_ping.go
- api_search.go
- api_static_resource.go
- api_system.go
- api_tag.go
- api_tag_details.go
- api_task.go
- api_ui_config.go
- api_update.go
- api_update_log_file.go
- client.go
- configuration.go
- model_api_info_resource.go
- model_app_profile_resource.go
- model_application_bulk_resource.go
- model_application_resource.go
- model_application_sync_level.go
- model_apply_tags.go
- model_authentication_required_type.go
- model_authentication_type.go
- model_backup_resource.go
- model_backup_type.go
- model_book_search_param.go
- model_certificate_validation_type.go
- model_command.go
- model_command_priority.go
- model_command_resource.go
- model_command_status.go
- model_command_trigger.go
- model_custom_filter_resource.go
- model_database_type.go
- model_development_config_resource.go
- model_download_client_bulk_resource.go
- model_download_client_category.go
- model_download_client_config_resource.go
- model_download_client_resource.go
- model_download_protocol.go
- model_field.go
- model_health_check_result.go
- model_health_resource.go
- model_history_event_type.go
- model_history_resource.go
- model_history_resource_paging_resource.go
- model_host_config_resource.go
- model_host_statistics.go
- model_indexer_bulk_resource.go
- model_indexer_capability_resource.go
- model_indexer_category.go
- model_indexer_privacy.go
- model_indexer_proxy_resource.go
- model_indexer_resource.go
- model_indexer_statistics.go
- model_indexer_stats_resource.go
- model_indexer_status_resource.go
- model_localization_option.go
- model_log_file_resource.go
- model_log_resource.go
- model_log_resource_paging_resource.go
- model_movie_search_param.go
- model_music_search_param.go
- model_notification_resource.go
- model_ping_resource.go
- model_privacy_level.go
- model_provider_message.go
- model_provider_message_type.go
- model_proxy_type.go
- model_release_resource.go
- model_runtime_mode.go
- model_search_param.go
- model_select_option.go
- model_sort_direction.go
- model_system_resource.go
- model_tag_details_resource.go
- model_tag_resource.go
- model_task_resource.go
- model_tv_search_param.go
- model_ui_config_resource.go
- model_update_changes.go
- model_update_mechanism.go
- model_update_resource.go
- model_user_agent_statistics.go
- response.go
- utils.go