Documentation
¶
Overview ¶
Package api provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.5.1 DO NOT EDIT.
Index ¶
- Constants
- func NewAddGroupToProjectByIdRequest(server string, projectName string, groupId int64, ...) (*http.Request, error)
- func NewAddGroupToProjectByIdRequestWithBody(server string, projectName string, groupId int64, contentType string, ...) (*http.Request, error)
- func NewAddProjectToGroupByIdRequest(server string, groupId int64, projectId int64, ...) (*http.Request, error)
- func NewAddProjectToGroupByIdRequestWithBody(server string, groupId int64, projectId int64, contentType string, ...) (*http.Request, error)
- func NewAddUserPreferenceRequest(server string, projectName string, filterId int64) (*http.Request, error)
- func NewAddUserToGroupByIdRequest(server string, groupId int64, userId int64) (*http.Request, error)
- func NewAddWidgetRequest(server string, projectName string, dashboardId int64, ...) (*http.Request, error)
- func NewAddWidgetRequestWithBody(server string, projectName string, dashboardId int64, contentType string, ...) (*http.Request, error)
- func NewAssignProjectUsersRequest(server string, projectName string, body AssignProjectUsersJSONRequestBody) (*http.Request, error)
- func NewAssignProjectUsersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewBulkForceFinishRequest(server string, projectName string, body BulkForceFinishJSONRequestBody) (*http.Request, error)
- func NewBulkForceFinishRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewBulkUpdate1Request(server string, projectName string, body BulkUpdate1JSONRequestBody) (*http.Request, error)
- func NewBulkUpdate1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewBulkUpdateRequest(server string, projectName string, body BulkUpdateJSONRequestBody) (*http.Request, error)
- func NewBulkUpdateRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewChangePasswordRequest(server string, body ChangePasswordJSONRequestBody) (*http.Request, error)
- func NewChangePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCompareLaunchesRequest(server string, projectName string, params *CompareLaunchesParams) (*http.Request, error)
- func NewCreateApiKeyRequest(server string, userId int64, body CreateApiKeyJSONRequestBody) (*http.Request, error)
- func NewCreateApiKeyRequestWithBody(server string, userId int64, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateClustersRequest(server string, projectName string, body CreateClustersJSONRequestBody) (*http.Request, error)
- func NewCreateClustersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateDashboardRequest(server string, projectName string, body CreateDashboardJSONRequestBody) (*http.Request, error)
- func NewCreateDashboardRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateFilterRequest(server string, projectName string, body CreateFilterJSONRequestBody) (*http.Request, error)
- func NewCreateFilterRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateGlobalIntegrationRequest(server string, pluginName string, body CreateGlobalIntegrationJSONRequestBody) (*http.Request, error)
- func NewCreateGlobalIntegrationRequestWithBody(server string, pluginName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateGroupRequest(server string, body CreateGroupJSONRequestBody) (*http.Request, error)
- func NewCreateGroupRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateIssueRequest(server string, projectName string, integrationId int64, ...) (*http.Request, error)
- func NewCreateIssueRequestWithBody(server string, projectName string, integrationId int64, contentType string, ...) (*http.Request, error)
- func NewCreateLog1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateLogEntry1Request(server string, projectName string, body CreateLogEntry1JSONRequestBody) (*http.Request, error)
- func NewCreateLogEntry1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateLogEntryRequest(server string, projectName string, body CreateLogEntryJSONRequestBody) (*http.Request, error)
- func NewCreateLogEntryRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateLogRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateLogTypeRequest(server string, projectName string, body CreateLogTypeJSONRequestBody) (*http.Request, error)
- func NewCreateLogTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateNotificationRequest(server string, projectName string, body CreateNotificationJSONRequestBody) (*http.Request, error)
- func NewCreateNotificationRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreatePatternTemplateRequest(server string, projectName string, body CreatePatternTemplateJSONRequestBody) (*http.Request, error)
- func NewCreatePatternTemplateRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreatePreconfiguredRequest(server string, projectName string, body CreatePreconfiguredJSONRequestBody) (*http.Request, error)
- func NewCreatePreconfiguredRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateProjectIntegrationRequest(server string, projectName string, pluginName string, ...) (*http.Request, error)
- func NewCreateProjectIntegrationRequestWithBody(server string, projectName string, pluginName string, contentType string, ...) (*http.Request, error)
- func NewCreateProjectIssueSubTypeRequest(server string, projectName string, ...) (*http.Request, error)
- func NewCreateProjectIssueSubTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateProjectRequest(server string, body CreateProjectJSONRequestBody) (*http.Request, error)
- func NewCreateProjectRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateUserBidRequest(server string, body CreateUserBidJSONRequestBody) (*http.Request, error)
- func NewCreateUserBidRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateUserByAdminRequest(server string, body CreateUserByAdminJSONRequestBody) (*http.Request, error)
- func NewCreateUserByAdminRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateUserRequest(server string, params *CreateUserParams, body CreateUserJSONRequestBody) (*http.Request, error)
- func NewCreateUserRequestWithBody(server string, params *CreateUserParams, contentType string, body io.Reader) (*http.Request, error)
- func NewCreateWidgetRequest(server string, projectName string, body CreateWidgetJSONRequestBody) (*http.Request, error)
- func NewCreateWidgetRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewDefineTestItemIssueTypeRequest(server string, projectName string, body DefineTestItemIssueTypeJSONRequestBody) (*http.Request, error)
- func NewDefineTestItemIssueTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewDeleteAllIntegrationsRequest(server string, pType string) (*http.Request, error)
- func NewDeleteAllProjectIntegrationsRequest(server string, projectName string, pType string) (*http.Request, error)
- func NewDeleteApiKeyRequest(server string, userId int64, keyId int64) (*http.Request, error)
- func NewDeleteDashboardRequest(server string, projectName string, dashboardId int64) (*http.Request, error)
- func NewDeleteFilterRequest(server string, projectName string, filterId int64) (*http.Request, error)
- func NewDeleteGlobalIntegrationRequest(server string, integrationId int64) (*http.Request, error)
- func NewDeleteGroupFromProjectByIdRequest(server string, projectName string, groupId int64) (*http.Request, error)
- func NewDeleteGroupRequest(server string, groupId int64) (*http.Request, error)
- func NewDeleteLaunchRequest(server string, projectName string, launchId int64) (*http.Request, error)
- func NewDeleteLaunchesRequest(server string, projectName string, params *DeleteLaunchesParams) (*http.Request, error)
- func NewDeleteLogRequest(server string, projectName string, logId int64) (*http.Request, error)
- func NewDeleteLogTypeByIdRequest(server string, projectName string, logTypeId int64) (*http.Request, error)
- func NewDeleteNotificationRequest(server string, projectName string, notificationId int64) (*http.Request, error)
- func NewDeletePatternTemplateRequest(server string, projectName string, id int64) (*http.Request, error)
- func NewDeletePhotoRequest(server string) (*http.Request, error)
- func NewDeletePluginRequest(server string, pluginId int64) (*http.Request, error)
- func NewDeleteProject1Request(server string, projectId int64) (*http.Request, error)
- func NewDeleteProjectFromGroupByIdRequest(server string, groupId int64, projectId int64) (*http.Request, error)
- func NewDeleteProjectIndexRequest(server string, projectName string) (*http.Request, error)
- func NewDeleteProjectIntegrationRequest(server string, projectName string, integrationId int64) (*http.Request, error)
- func NewDeleteProjectIssueSubTypeRequest(server string, projectName string, id int64) (*http.Request, error)
- func NewDeleteProjectRequest(server string, params *DeleteProjectParams) (*http.Request, error)
- func NewDeleteTestItemRequest(server string, projectName string, itemId int64) (*http.Request, error)
- func NewDeleteTestItemsRequest(server string, projectName string, params *DeleteTestItemsParams) (*http.Request, error)
- func NewDeleteUserFromGroupByIdRequest(server string, groupId int64, userId int64) (*http.Request, error)
- func NewDeleteUserRequest(server string, id int64) (*http.Request, error)
- func NewDeleteUsersRequest(server string, params *DeleteUsersParams) (*http.Request, error)
- func NewEditUserRequest(server string, login string, body EditUserJSONRequestBody) (*http.Request, error)
- func NewEditUserRequestWithBody(server string, login string, contentType string, body io.Reader) (*http.Request, error)
- func NewExecuteImportPluginCommandRequestWithBody(server string, projectName string, pluginName string, contentType string, ...) (*http.Request, error)
- func NewExecuteIntegrationCommandRequest(server string, projectName string, integrationId int64, command string, ...) (*http.Request, error)
- func NewExecuteIntegrationCommandRequestWithBody(server string, projectName string, integrationId int64, command string, ...) (*http.Request, error)
- func NewExecutePluginCommandRequest(server string, projectName string, pluginName string, command string, ...) (*http.Request, error)
- func NewExecutePluginCommandRequestWithBody(server string, projectName string, pluginName string, command string, ...) (*http.Request, error)
- func NewExecutePublicPluginCommandRequest(server string, pluginName string, command string, ...) (*http.Request, error)
- func NewExecutePublicPluginCommandRequestWithBody(server string, pluginName string, command string, contentType string, ...) (*http.Request, error)
- func NewExportProjectsRequest(server string, params *ExportProjectsParams) (*http.Request, error)
- func NewExportRequest(server string, params *ExportParams) (*http.Request, error)
- func NewFindUsersRequest(server string, params *FindUsersParams) (*http.Request, error)
- func NewFinishLaunch1Request(server string, projectName string, launchId string, ...) (*http.Request, error)
- func NewFinishLaunch1RequestWithBody(server string, projectName string, launchId string, contentType string, ...) (*http.Request, error)
- func NewFinishLaunchRequest(server string, projectName string, launchId string, ...) (*http.Request, error)
- func NewFinishLaunchRequestWithBody(server string, projectName string, launchId string, contentType string, ...) (*http.Request, error)
- func NewFinishTestItem1Request(server string, projectName string, testItemId string, ...) (*http.Request, error)
- func NewFinishTestItem1RequestWithBody(server string, projectName string, testItemId string, contentType string, ...) (*http.Request, error)
- func NewFinishTestItem2Request(server string, projectName string, testItemId string, ...) (*http.Request, error)
- func NewFinishTestItem2RequestWithBody(server string, projectName string, testItemId string, contentType string, ...) (*http.Request, error)
- func NewFinishTestItem3Request(server string, projectName string, testItemId string, ...) (*http.Request, error)
- func NewFinishTestItem3RequestWithBody(server string, projectName string, testItemId string, contentType string, ...) (*http.Request, error)
- func NewFinishTestItemRequest(server string, projectName string, testItemId string, ...) (*http.Request, error)
- func NewFinishTestItemRequestWithBody(server string, projectName string, testItemId string, contentType string, ...) (*http.Request, error)
- func NewForceFinishLaunchRequest(server string, projectName string, launchId int64, ...) (*http.Request, error)
- func NewForceFinishLaunchRequestWithBody(server string, projectName string, launchId int64, contentType string, ...) (*http.Request, error)
- func NewGenerateRequest(server string, projectName string, body GenerateJSONRequestBody) (*http.Request, error)
- func NewGenerateRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewGetActivitiesRequest(server string, params *GetActivitiesParams, body GetActivitiesJSONRequestBody) (*http.Request, error)
- func NewGetActivitiesRequestWithBody(server string, params *GetActivitiesParams, contentType string, body io.Reader) (*http.Request, error)
- func NewGetActivityRequest(server string, projectName string, activityId int64) (*http.Request, error)
- func NewGetAllDashboardsRequest(server string, projectName string, params *GetAllDashboardsParams) (*http.Request, error)
- func NewGetAllFiltersNamesRequest(server string, projectName string, params *GetAllFiltersNamesParams) (*http.Request, error)
- func NewGetAllFiltersRequest(server string, projectName string, params *GetAllFiltersParams) (*http.Request, error)
- func NewGetAllLaunchNamesRequest(server string, projectName string, params *GetAllLaunchNamesParams) (*http.Request, error)
- func NewGetAllOwnersRequest(server string, projectName string, params *GetAllOwnersParams) (*http.Request, error)
- func NewGetAllProjectNamesRequest(server string) (*http.Request, error)
- func NewGetAllProjectsInfoRequest(server string, params *GetAllProjectsInfoParams) (*http.Request, error)
- func NewGetAllowableIssueTypes1Request(server string, integrationId int64) (*http.Request, error)
- func NewGetAllowableIssueTypesRequest(server string, projectName string, integrationId int64) (*http.Request, error)
- func NewGetAnalyzerIndexingStatusRequest(server string) (*http.Request, error)
- func NewGetAttributeKeys1Request(server string, projectName string, params *GetAttributeKeys1Params) (*http.Request, error)
- func NewGetAttributeKeysForProjectRequest(server string, projectName string, params *GetAttributeKeysForProjectParams) (*http.Request, error)
- func NewGetAttributeKeysRequest(server string, projectName string, params *GetAttributeKeysParams) (*http.Request, error)
- func NewGetAttributeValues1Request(server string, projectName string, params *GetAttributeValues1Params) (*http.Request, error)
- func NewGetAttributeValues2Request(server string, projectName string, params *GetAttributeValues2Params) (*http.Request, error)
- func NewGetAttributeValuesRequest(server string, projectName string, params *GetAttributeValuesParams) (*http.Request, error)
- func NewGetClustersRequest(server string, projectName string, launchId string, params *GetClustersParams) (*http.Request, error)
- func NewGetDashboardConfigRequest(server string, projectName string, dashboardId int64) (*http.Request, error)
- func NewGetDashboardRequest(server string, projectName string, dashboardId int64) (*http.Request, error)
- func NewGetDebugLaunchesRequest(server string, projectName string, params *GetDebugLaunchesParams) (*http.Request, error)
- func NewGetErrorPageRequest(server string, projectName string, parentId int64, params *GetErrorPageParams) (*http.Request, error)
- func NewGetFileRequest(server string, projectName string, dataId int64) (*http.Request, error)
- func NewGetFilterRequest(server string, projectName string, filterId int64) (*http.Request, error)
- func NewGetGlobalIntegrationRequest(server string, integrationId int64) (*http.Request, error)
- func NewGetGlobalIntegrations1Request(server string) (*http.Request, error)
- func NewGetGlobalIntegrations2Request(server string) (*http.Request, error)
- func NewGetGlobalIntegrationsRequest(server string, pluginName string) (*http.Request, error)
- func NewGetGroupByIdRequest(server string, groupId int64) (*http.Request, error)
- func NewGetGroupProjectByIdRequest(server string, groupId int64, projectId int64) (*http.Request, error)
- func NewGetGroupProjectsRequest(server string, groupId int64, params *GetGroupProjectsParams) (*http.Request, error)
- func NewGetGroupUserByIdRequest(server string, groupId int64, userId int64) (*http.Request, error)
- func NewGetGroupUsersRequest(server string, groupId int64, params *GetGroupUsersParams) (*http.Request, error)
- func NewGetGroupsOfProjectRequest(server string, projectName string, params *GetGroupsOfProjectParams) (*http.Request, error)
- func NewGetGroupsRequest(server string, params *GetGroupsParams) (*http.Request, error)
- func NewGetItemsHistoryRequest(server string, projectName string, params *GetItemsHistoryParams) (*http.Request, error)
- func NewGetLatestLaunchesRequest(server string, projectName string, params *GetLatestLaunchesParams) (*http.Request, error)
- func NewGetLaunchByUuidOldTimestampRequest(server string, projectName string, launchId string) (*http.Request, error)
- func NewGetLaunchReportRequest(server string, projectName string, launchId int64, ...) (*http.Request, error)
- func NewGetLaunchRequest(server string, projectName string, launchId int64) (*http.Request, error)
- func NewGetLogByUuidRequest(server string, projectName string, logId string) (*http.Request, error)
- func NewGetLogRequest(server string, projectName string, logId int64) (*http.Request, error)
- func NewGetLogTypesRequest(server string, projectName string) (*http.Request, error)
- func NewGetLogsRequest(server string, projectName string, params *GetLogsParams) (*http.Request, error)
- func NewGetLogsUnderRequest(server string, projectName string, body GetLogsUnderJSONRequestBody) (*http.Request, error)
- func NewGetLogsUnderRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewGetLogsWithLocationBySearchRequest(server string, projectName string, parentId int64, ...) (*http.Request, error)
- func NewGetMyPhotoRequest(server string, params *GetMyPhotoParams) (*http.Request, error)
- func NewGetMyself1Request(server string) (*http.Request, error)
- func NewGetMyselfRequest(server string) (*http.Request, error)
- func NewGetNestedItemsRequest(server string, projectName string, parentId int64, ...) (*http.Request, error)
- func NewGetNotificationsRequest(server string, projectName string) (*http.Request, error)
- func NewGetPageNumberRequest(server string, projectName string, logId int64, params *GetPageNumberParams) (*http.Request, error)
- func NewGetPlugins1Request(server string) (*http.Request, error)
- func NewGetPluginsRequest(server string) (*http.Request, error)
- func NewGetProjectGroupByIdRequest(server string, projectName string, groupId int64) (*http.Request, error)
- func NewGetProjectInfoRequest(server string, projectName string, params *GetProjectInfoParams) (*http.Request, error)
- func NewGetProjectIntegrationRequest(server string, projectName string, integrationId int64) (*http.Request, error)
- func NewGetProjectIntegrations1Request(server string, projectName string, pluginName string) (*http.Request, error)
- func NewGetProjectIntegrationsRequest(server string, projectName string) (*http.Request, error)
- func NewGetProjectLaunchesRequest(server string, projectName string, params *GetProjectLaunchesParams) (*http.Request, error)
- func NewGetProjectRequest(server string, projectName string) (*http.Request, error)
- func NewGetProjectSettingsRequest(server string, projectName string) (*http.Request, error)
- func NewGetProjectSubjectNameRequest(server string, projectName string, params *GetProjectSubjectNameParams) (*http.Request, error)
- func NewGetProjectUsers1Request(server string, projectName string, params *GetProjectUsers1Params) (*http.Request, error)
- func NewGetProjectUsersRequest(server string, projectName string, params *GetProjectUsersParams) (*http.Request, error)
- func NewGetProjectWidgetRequest(server string, projectName string, widgetCode string, ...) (*http.Request, error)
- func NewGetPublicFileRequest(server string, pluginName string, name string) (*http.Request, error)
- func NewGetServerSettingsRequest(server string) (*http.Request, error)
- func NewGetSetOfIntegrationSystemFields1Request(server string, integrationId int64, ...) (*http.Request, error)
- func NewGetSetOfIntegrationSystemFieldsRequest(server string, projectName string, integrationId int64, ...) (*http.Request, error)
- func NewGetStatusesRequest(server string, projectName string, params *GetStatusesParams) (*http.Request, error)
- func NewGetSuggestedClusterItemsRequest(server string, projectName string, clusterId int64) (*http.Request, error)
- func NewGetSuggestedItemsRequest(server string, projectName string, itemId int64) (*http.Request, error)
- func NewGetTestItemActivitiesRequest(server string, projectName string, itemId int64, ...) (*http.Request, error)
- func NewGetTestItemByUuidTimestampRequest(server string, projectName string, itemId string) (*http.Request, error)
- func NewGetTestItemRequest(server string, projectName string, itemId int64) (*http.Request, error)
- func NewGetTestItems1Request(server string, projectName string, params *GetTestItems1Params) (*http.Request, error)
- func NewGetTestItems2Request(server string, projectName string, params *GetTestItems2Params) (*http.Request, error)
- func NewGetTestItems3Request(server string, projectName string, params *GetTestItems3Params) (*http.Request, error)
- func NewGetTestItemsRequest(server string, projectName string, params *GetTestItemsParams) (*http.Request, error)
- func NewGetTestItemsV2Request(server string, projectName string, params *GetTestItemsV2Params) (*http.Request, error)
- func NewGetTicketIdsForProjectRequest(server string, projectName string, params *GetTicketIdsForProjectParams) (*http.Request, error)
- func NewGetTicketIdsRequest(server string, projectName string, params *GetTicketIdsParams) (*http.Request, error)
- func NewGetTicketRequest(server string, projectName string, ticketId string, params *GetTicketParams) (*http.Request, error)
- func NewGetUniqueAttributeKeysRequest(server string, projectName string, params *GetUniqueAttributeKeysParams) (*http.Request, error)
- func NewGetUserBidInfoRequest(server string, params *GetUserBidInfoParams) (*http.Request, error)
- func NewGetUserFiltersRequest(server string, projectName string, params *GetUserFiltersParams) (*http.Request, error)
- func NewGetUserPhotoRequest(server string, projectName string, params *GetUserPhotoParams) (*http.Request, error)
- func NewGetUserPreference1Request(server string, projectName string) (*http.Request, error)
- func NewGetUserPreferenceRequest(server string, projectName string) (*http.Request, error)
- func NewGetUserProjectsRequest(server string, userName string) (*http.Request, error)
- func NewGetUserRequest(server string, login string) (*http.Request, error)
- func NewGetUsersApiKeysRequest(server string, userId int64) (*http.Request, error)
- func NewGetUsersForAssignRequest(server string, projectName string, params *GetUsersForAssignParams) (*http.Request, error)
- func NewGetUsersRequest(server string, params *GetUsersParams) (*http.Request, error)
- func NewGetWidget1Request(server string, projectName string, widgetId int64, params *GetWidget1Params) (*http.Request, error)
- func NewGetWidgetNamesRequest(server string, projectName string, params *GetWidgetNamesParams) (*http.Request, error)
- func NewGetWidgetPreviewRequest(server string, projectName string, body GetWidgetPreviewJSONRequestBody) (*http.Request, error)
- func NewGetWidgetPreviewRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewGetWidgetRequest(server string, projectName string, widgetId int64) (*http.Request, error)
- func NewHandleSuggestChooseRequest(server string, projectName string, body HandleSuggestChooseJSONRequestBody) (*http.Request, error)
- func NewHandleSuggestChooseRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewIndexProjectDataRequest(server string, projectName string) (*http.Request, error)
- func NewIsRestorePasswordBidExistRequest(server string, uuid string) (*http.Request, error)
- func NewLinkExternalIssuesRequest(server string, projectName string, body LinkExternalIssuesJSONRequestBody) (*http.Request, error)
- func NewLinkExternalIssuesRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewMergeLaunchesOldUuid1Request(server string, projectName string, body MergeLaunchesOldUuid1JSONRequestBody) (*http.Request, error)
- func NewMergeLaunchesOldUuid1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewMergeLaunchesOldUuidRequest(server string, projectName string, body MergeLaunchesOldUuidJSONRequestBody) (*http.Request, error)
- func NewMergeLaunchesOldUuidRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewOnBoardingRequest(server string, params *OnBoardingParams) (*http.Request, error)
- func NewRemoveAttachmentsByCsvRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewRemoveUserPreferenceRequest(server string, projectName string, filterId int64) (*http.Request, error)
- func NewRemoveWidgetRequest(server string, projectName string, dashboardId int64, widgetId int64) (*http.Request, error)
- func NewResetPasswordRequest(server string, body ResetPasswordJSONRequestBody) (*http.Request, error)
- func NewResetPasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewRestorePasswordRequest(server string, body RestorePasswordJSONRequestBody) (*http.Request, error)
- func NewRestorePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewSaveAnalyticsSettings1Request(server string, body SaveAnalyticsSettings1JSONRequestBody) (*http.Request, error)
- func NewSaveAnalyticsSettings1RequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewSaveAnalyticsSettingsRequest(server string, body SaveAnalyticsSettingsJSONRequestBody) (*http.Request, error)
- func NewSaveAnalyticsSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewSearchForUserRequest(server string, projectName string, params *SearchForUserParams) (*http.Request, error)
- func NewSearchLogsRequest(server string, projectName string, itemId int64, ...) (*http.Request, error)
- func NewSearchLogsRequestWithBody(server string, projectName string, itemId int64, contentType string, ...) (*http.Request, error)
- func NewSearchProjectNamesRequest(server string, params *SearchProjectNamesParams) (*http.Request, error)
- func NewStartChildItem1Request(server string, projectName string, parentItem string, ...) (*http.Request, error)
- func NewStartChildItem1RequestWithBody(server string, projectName string, parentItem string, contentType string, ...) (*http.Request, error)
- func NewStartChildItem2Request(server string, projectName string, parentItem string, ...) (*http.Request, error)
- func NewStartChildItem2RequestWithBody(server string, projectName string, parentItem string, contentType string, ...) (*http.Request, error)
- func NewStartChildItem3Request(server string, projectName string, parentItem string, ...) (*http.Request, error)
- func NewStartChildItem3RequestWithBody(server string, projectName string, parentItem string, contentType string, ...) (*http.Request, error)
- func NewStartChildItemRequest(server string, projectName string, parentItem string, ...) (*http.Request, error)
- func NewStartChildItemRequestWithBody(server string, projectName string, parentItem string, contentType string, ...) (*http.Request, error)
- func NewStartLaunch1Request(server string, projectName string, body StartLaunch1JSONRequestBody) (*http.Request, error)
- func NewStartLaunch1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewStartLaunchAnalyzerRequest(server string, projectName string, body StartLaunchAnalyzerJSONRequestBody) (*http.Request, error)
- func NewStartLaunchAnalyzerRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewStartLaunchRequest(server string, projectName string, body StartLaunchJSONRequestBody) (*http.Request, error)
- func NewStartLaunchRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewStartRootItem1Request(server string, projectName string, body StartRootItem1JSONRequestBody) (*http.Request, error)
- func NewStartRootItem1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewStartRootItem2Request(server string, projectName string, body StartRootItem2JSONRequestBody) (*http.Request, error)
- func NewStartRootItem2RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewStartRootItem3Request(server string, projectName string, body StartRootItem3JSONRequestBody) (*http.Request, error)
- func NewStartRootItem3RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewStartRootItemRequest(server string, projectName string, body StartRootItemJSONRequestBody) (*http.Request, error)
- func NewStartRootItemRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewTestIntegrationConnection1Request(server string, integrationId int64) (*http.Request, error)
- func NewTestIntegrationConnectionRequest(server string, projectName string, integrationId int64) (*http.Request, error)
- func NewUnassignProjectUsersRequest(server string, projectName string, body UnassignProjectUsersJSONRequestBody) (*http.Request, error)
- func NewUnassignProjectUsersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUnlinkExternalIssuesRequest(server string, projectName string, body UnlinkExternalIssuesJSONRequestBody) (*http.Request, error)
- func NewUnlinkExternalIssuesRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateDashboardRequest(server string, projectName string, dashboardId int64, ...) (*http.Request, error)
- func NewUpdateDashboardRequestWithBody(server string, projectName string, dashboardId int64, contentType string, ...) (*http.Request, error)
- func NewUpdateGlobalIntegrationRequest(server string, integrationId int64, ...) (*http.Request, error)
- func NewUpdateGlobalIntegrationRequestWithBody(server string, integrationId int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateGroupRequest(server string, groupId int64, body UpdateGroupJSONRequestBody) (*http.Request, error)
- func NewUpdateGroupRequestWithBody(server string, groupId int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateLaunchRequest(server string, projectName string, launchId int64, ...) (*http.Request, error)
- func NewUpdateLaunchRequestWithBody(server string, projectName string, launchId int64, contentType string, ...) (*http.Request, error)
- func NewUpdateLaunchesRequest(server string, projectName string, body UpdateLaunchesJSONRequestBody) (*http.Request, error)
- func NewUpdateLaunchesRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateLogTypeByIdRequest(server string, projectName string, logTypeId int64, ...) (*http.Request, error)
- func NewUpdateLogTypeByIdRequestWithBody(server string, projectName string, logTypeId int64, contentType string, ...) (*http.Request, error)
- func NewUpdateNotificationRequest(server string, projectName string, body UpdateNotificationJSONRequestBody) (*http.Request, error)
- func NewUpdateNotificationRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdatePatternTemplateRequest(server string, projectName string, id int64, ...) (*http.Request, error)
- func NewUpdatePatternTemplateRequestWithBody(server string, projectName string, id int64, contentType string, ...) (*http.Request, error)
- func NewUpdatePluginStateRequest(server string, pluginId int64, body UpdatePluginStateJSONRequestBody) (*http.Request, error)
- func NewUpdatePluginStateRequestWithBody(server string, pluginId int64, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateProjectIntegrationRequest(server string, projectName string, integrationId int64, ...) (*http.Request, error)
- func NewUpdateProjectIntegrationRequestWithBody(server string, projectName string, integrationId int64, contentType string, ...) (*http.Request, error)
- func NewUpdateProjectIssueSubTypeRequest(server string, projectName string, ...) (*http.Request, error)
- func NewUpdateProjectIssueSubTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateProjectNotificationConfigRequest(server string, projectName string, ...) (*http.Request, error)
- func NewUpdateProjectNotificationConfigRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateProjectRequest(server string, projectName string, body UpdateProjectJSONRequestBody) (*http.Request, error)
- func NewUpdateProjectRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateServerSettingsRequest(server string, body UpdateServerSettingsJSONRequestBody) (*http.Request, error)
- func NewUpdateServerSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateTestItemRequest(server string, projectName string, itemId int64, ...) (*http.Request, error)
- func NewUpdateTestItemRequestWithBody(server string, projectName string, itemId int64, contentType string, ...) (*http.Request, error)
- func NewUpdateUserFilterRequest(server string, projectName string, filterId int64, ...) (*http.Request, error)
- func NewUpdateUserFilterRequestWithBody(server string, projectName string, filterId int64, contentType string, ...) (*http.Request, error)
- func NewUpdateUserFiltersRequest(server string, projectName string, body UpdateUserFiltersJSONRequestBody) (*http.Request, error)
- func NewUpdateUserFiltersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
- func NewUpdateWidgetRequest(server string, projectName string, widgetId int64, ...) (*http.Request, error)
- func NewUpdateWidgetRequestWithBody(server string, projectName string, widgetId int64, contentType string, ...) (*http.Request, error)
- func NewUploadPhotoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUploadPluginRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- type AddGroupToProjectByIdJSONRequestBody
- type AddGroupToProjectByIdResponse
- func (r AddGroupToProjectByIdResponse) GetBody() []byte
- func (r AddGroupToProjectByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r AddGroupToProjectByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
- func (r AddGroupToProjectByIdResponse) Status() string
- func (r AddGroupToProjectByIdResponse) StatusCode() int
- type AddProjectToGroupByIdJSONRequestBody
- type AddProjectToGroupByIdResponse
- func (r AddProjectToGroupByIdResponse) GetBody() []byte
- func (r AddProjectToGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r AddProjectToGroupByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
- func (r AddProjectToGroupByIdResponse) Status() string
- func (r AddProjectToGroupByIdResponse) StatusCode() int
- type AddUserPreferenceResponse
- func (r AddUserPreferenceResponse) GetBody() []byte
- func (r AddUserPreferenceResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r AddUserPreferenceResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r AddUserPreferenceResponse) Status() string
- func (r AddUserPreferenceResponse) StatusCode() int
- type AddUserToGroupByIdResponse
- func (r AddUserToGroupByIdResponse) GetBody() []byte
- func (r AddUserToGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r AddUserToGroupByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
- func (r AddUserToGroupByIdResponse) Status() string
- func (r AddUserToGroupByIdResponse) StatusCode() int
- type AddWidgetJSONRequestBody
- type AddWidgetResponse
- type AssignProjectUsersJSONRequestBody
- type AssignProjectUsersResponse
- func (r AssignProjectUsersResponse) GetBody() []byte
- func (r AssignProjectUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r AssignProjectUsersResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r AssignProjectUsersResponse) Status() string
- func (r AssignProjectUsersResponse) StatusCode() int
- type BulkForceFinishJSONRequestBody
- type BulkForceFinishResponse
- func (r BulkForceFinishResponse) GetBody() []byte
- func (r BulkForceFinishResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r BulkForceFinishResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
- func (r BulkForceFinishResponse) Status() string
- func (r BulkForceFinishResponse) StatusCode() int
- type BulkUpdate1JSONRequestBody
- type BulkUpdate1Response
- type BulkUpdateJSONRequestBody
- type BulkUpdateResponse
- type ChangePasswordJSONRequestBody
- type ChangePasswordResponse
- type Client
- func (c *Client) AddGroupToProjectById(ctx context.Context, projectName string, groupId int64, ...) (*http.Response, error)
- func (c *Client) AddGroupToProjectByIdWithBody(ctx context.Context, projectName string, groupId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) AddProjectToGroupById(ctx context.Context, groupId int64, projectId int64, ...) (*http.Response, error)
- func (c *Client) AddProjectToGroupByIdWithBody(ctx context.Context, groupId int64, projectId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) AddUserPreference(ctx context.Context, projectName string, filterId int64, ...) (*http.Response, error)
- func (c *Client) AddUserToGroupById(ctx context.Context, groupId int64, userId int64, ...) (*http.Response, error)
- func (c *Client) AddWidget(ctx context.Context, projectName string, dashboardId int64, ...) (*http.Response, error)
- func (c *Client) AddWidgetWithBody(ctx context.Context, projectName string, dashboardId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) AssignProjectUsers(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) AssignProjectUsersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) BulkForceFinish(ctx context.Context, projectName string, body BulkForceFinishJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) BulkForceFinishWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) BulkUpdate(ctx context.Context, projectName string, body BulkUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) BulkUpdate1(ctx context.Context, projectName string, body BulkUpdate1JSONRequestBody, ...) (*http.Response, error)
- func (c *Client) BulkUpdate1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) BulkUpdateWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ChangePassword(ctx context.Context, body ChangePasswordJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ChangePasswordWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CompareLaunches(ctx context.Context, projectName string, params *CompareLaunchesParams, ...) (*http.Response, error)
- func (c *Client) CreateApiKey(ctx context.Context, userId int64, body CreateApiKeyJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateApiKeyWithBody(ctx context.Context, userId int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateClusters(ctx context.Context, projectName string, body CreateClustersJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateClustersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateDashboard(ctx context.Context, projectName string, body CreateDashboardJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateDashboardWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateFilter(ctx context.Context, projectName string, body CreateFilterJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateFilterWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateGlobalIntegration(ctx context.Context, pluginName string, ...) (*http.Response, error)
- func (c *Client) CreateGlobalIntegrationWithBody(ctx context.Context, pluginName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateGroup(ctx context.Context, body CreateGroupJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateGroupWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateIssue(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) CreateIssueWithBody(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) CreateLog1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateLogEntry(ctx context.Context, projectName string, body CreateLogEntryJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateLogEntry1(ctx context.Context, projectName string, body CreateLogEntry1JSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateLogEntry1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateLogEntryWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateLogType(ctx context.Context, projectName string, body CreateLogTypeJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateLogTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateLogWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateNotification(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) CreateNotificationWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreatePatternTemplate(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) CreatePatternTemplateWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreatePreconfigured(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) CreatePreconfiguredWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateProject(ctx context.Context, body CreateProjectJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateProjectIntegration(ctx context.Context, projectName string, pluginName string, ...) (*http.Response, error)
- func (c *Client) CreateProjectIntegrationWithBody(ctx context.Context, projectName string, pluginName string, contentType string, ...) (*http.Response, error)
- func (c *Client) CreateProjectIssueSubType(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) CreateProjectIssueSubTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateProjectWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateUser(ctx context.Context, params *CreateUserParams, body CreateUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateUserBid(ctx context.Context, body CreateUserBidJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateUserBidWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateUserByAdmin(ctx context.Context, body CreateUserByAdminJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateUserByAdminWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CreateUserWithBody(ctx context.Context, params *CreateUserParams, contentType string, ...) (*http.Response, error)
- func (c *Client) CreateWidget(ctx context.Context, projectName string, body CreateWidgetJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CreateWidgetWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DefineTestItemIssueType(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) DefineTestItemIssueTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DeleteAllIntegrations(ctx context.Context, pType string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteAllProjectIntegrations(ctx context.Context, projectName string, pType string, ...) (*http.Response, error)
- func (c *Client) DeleteApiKey(ctx context.Context, userId int64, keyId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteDashboard(ctx context.Context, projectName string, dashboardId int64, ...) (*http.Response, error)
- func (c *Client) DeleteFilter(ctx context.Context, projectName string, filterId int64, ...) (*http.Response, error)
- func (c *Client) DeleteGlobalIntegration(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteGroup(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteGroupFromProjectById(ctx context.Context, projectName string, groupId int64, ...) (*http.Response, error)
- func (c *Client) DeleteLaunch(ctx context.Context, projectName string, launchId int64, ...) (*http.Response, error)
- func (c *Client) DeleteLaunches(ctx context.Context, projectName string, params *DeleteLaunchesParams, ...) (*http.Response, error)
- func (c *Client) DeleteLog(ctx context.Context, projectName string, logId int64, ...) (*http.Response, error)
- func (c *Client) DeleteLogTypeById(ctx context.Context, projectName string, logTypeId int64, ...) (*http.Response, error)
- func (c *Client) DeleteNotification(ctx context.Context, projectName string, notificationId int64, ...) (*http.Response, error)
- func (c *Client) DeletePatternTemplate(ctx context.Context, projectName string, id int64, ...) (*http.Response, error)
- func (c *Client) DeletePhoto(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeletePlugin(ctx context.Context, pluginId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteProject(ctx context.Context, params *DeleteProjectParams, ...) (*http.Response, error)
- func (c *Client) DeleteProject1(ctx context.Context, projectId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteProjectFromGroupById(ctx context.Context, groupId int64, projectId int64, ...) (*http.Response, error)
- func (c *Client) DeleteProjectIndex(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteProjectIntegration(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) DeleteProjectIssueSubType(ctx context.Context, projectName string, id int64, ...) (*http.Response, error)
- func (c *Client) DeleteTestItem(ctx context.Context, projectName string, itemId int64, ...) (*http.Response, error)
- func (c *Client) DeleteTestItems(ctx context.Context, projectName string, params *DeleteTestItemsParams, ...) (*http.Response, error)
- func (c *Client) DeleteUser(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DeleteUserFromGroupById(ctx context.Context, groupId int64, userId int64, ...) (*http.Response, error)
- func (c *Client) DeleteUsers(ctx context.Context, params *DeleteUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) EditUser(ctx context.Context, login string, body EditUserJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) EditUserWithBody(ctx context.Context, login string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ExecuteImportPluginCommandWithBody(ctx context.Context, projectName string, pluginName string, contentType string, ...) (*http.Response, error)
- func (c *Client) ExecuteIntegrationCommand(ctx context.Context, projectName string, integrationId int64, command string, ...) (*http.Response, error)
- func (c *Client) ExecuteIntegrationCommandWithBody(ctx context.Context, projectName string, integrationId int64, command string, ...) (*http.Response, error)
- func (c *Client) ExecutePluginCommand(ctx context.Context, projectName string, pluginName string, command string, ...) (*http.Response, error)
- func (c *Client) ExecutePluginCommandWithBody(ctx context.Context, projectName string, pluginName string, command string, ...) (*http.Response, error)
- func (c *Client) ExecutePublicPluginCommand(ctx context.Context, pluginName string, command string, ...) (*http.Response, error)
- func (c *Client) ExecutePublicPluginCommandWithBody(ctx context.Context, pluginName string, command string, contentType string, ...) (*http.Response, error)
- func (c *Client) Export(ctx context.Context, params *ExportParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ExportProjects(ctx context.Context, params *ExportProjectsParams, ...) (*http.Response, error)
- func (c *Client) FindUsers(ctx context.Context, params *FindUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) FinishLaunch(ctx context.Context, projectName string, launchId string, ...) (*http.Response, error)
- func (c *Client) FinishLaunch1(ctx context.Context, projectName string, launchId string, ...) (*http.Response, error)
- func (c *Client) FinishLaunch1WithBody(ctx context.Context, projectName string, launchId string, contentType string, ...) (*http.Response, error)
- func (c *Client) FinishLaunchWithBody(ctx context.Context, projectName string, launchId string, contentType string, ...) (*http.Response, error)
- func (c *Client) FinishTestItem(ctx context.Context, projectName string, testItemId string, ...) (*http.Response, error)
- func (c *Client) FinishTestItem1(ctx context.Context, projectName string, testItemId string, ...) (*http.Response, error)
- func (c *Client) FinishTestItem1WithBody(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*http.Response, error)
- func (c *Client) FinishTestItem2(ctx context.Context, projectName string, testItemId string, ...) (*http.Response, error)
- func (c *Client) FinishTestItem2WithBody(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*http.Response, error)
- func (c *Client) FinishTestItem3(ctx context.Context, projectName string, testItemId string, ...) (*http.Response, error)
- func (c *Client) FinishTestItem3WithBody(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*http.Response, error)
- func (c *Client) FinishTestItemWithBody(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*http.Response, error)
- func (c *Client) ForceFinishLaunch(ctx context.Context, projectName string, launchId int64, ...) (*http.Response, error)
- func (c *Client) ForceFinishLaunchWithBody(ctx context.Context, projectName string, launchId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) Generate(ctx context.Context, projectName string, body GenerateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) GenerateWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) GetActivities(ctx context.Context, params *GetActivitiesParams, ...) (*http.Response, error)
- func (c *Client) GetActivitiesWithBody(ctx context.Context, params *GetActivitiesParams, contentType string, ...) (*http.Response, error)
- func (c *Client) GetActivity(ctx context.Context, projectName string, activityId int64, ...) (*http.Response, error)
- func (c *Client) GetAllDashboards(ctx context.Context, projectName string, params *GetAllDashboardsParams, ...) (*http.Response, error)
- func (c *Client) GetAllFilters(ctx context.Context, projectName string, params *GetAllFiltersParams, ...) (*http.Response, error)
- func (c *Client) GetAllFiltersNames(ctx context.Context, projectName string, params *GetAllFiltersNamesParams, ...) (*http.Response, error)
- func (c *Client) GetAllLaunchNames(ctx context.Context, projectName string, params *GetAllLaunchNamesParams, ...) (*http.Response, error)
- func (c *Client) GetAllOwners(ctx context.Context, projectName string, params *GetAllOwnersParams, ...) (*http.Response, error)
- func (c *Client) GetAllProjectNames(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAllProjectsInfo(ctx context.Context, params *GetAllProjectsInfoParams, ...) (*http.Response, error)
- func (c *Client) GetAllowableIssueTypes(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) GetAllowableIssueTypes1(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAnalyzerIndexingStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetAttributeKeys(ctx context.Context, projectName string, params *GetAttributeKeysParams, ...) (*http.Response, error)
- func (c *Client) GetAttributeKeys1(ctx context.Context, projectName string, params *GetAttributeKeys1Params, ...) (*http.Response, error)
- func (c *Client) GetAttributeKeysForProject(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) GetAttributeValues(ctx context.Context, projectName string, params *GetAttributeValuesParams, ...) (*http.Response, error)
- func (c *Client) GetAttributeValues1(ctx context.Context, projectName string, params *GetAttributeValues1Params, ...) (*http.Response, error)
- func (c *Client) GetAttributeValues2(ctx context.Context, projectName string, params *GetAttributeValues2Params, ...) (*http.Response, error)
- func (c *Client) GetClusters(ctx context.Context, projectName string, launchId string, ...) (*http.Response, error)
- func (c *Client) GetDashboard(ctx context.Context, projectName string, dashboardId int64, ...) (*http.Response, error)
- func (c *Client) GetDashboardConfig(ctx context.Context, projectName string, dashboardId int64, ...) (*http.Response, error)
- func (c *Client) GetDebugLaunches(ctx context.Context, projectName string, params *GetDebugLaunchesParams, ...) (*http.Response, error)
- func (c *Client) GetErrorPage(ctx context.Context, projectName string, parentId int64, ...) (*http.Response, error)
- func (c *Client) GetFile(ctx context.Context, projectName string, dataId int64, ...) (*http.Response, error)
- func (c *Client) GetFilter(ctx context.Context, projectName string, filterId int64, ...) (*http.Response, error)
- func (c *Client) GetGlobalIntegration(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetGlobalIntegrations(ctx context.Context, pluginName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetGlobalIntegrations1(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetGlobalIntegrations2(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetGroupById(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetGroupProjectById(ctx context.Context, groupId int64, projectId int64, ...) (*http.Response, error)
- func (c *Client) GetGroupProjects(ctx context.Context, groupId int64, params *GetGroupProjectsParams, ...) (*http.Response, error)
- func (c *Client) GetGroupUserById(ctx context.Context, groupId int64, userId int64, ...) (*http.Response, error)
- func (c *Client) GetGroupUsers(ctx context.Context, groupId int64, params *GetGroupUsersParams, ...) (*http.Response, error)
- func (c *Client) GetGroups(ctx context.Context, params *GetGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetGroupsOfProject(ctx context.Context, projectName string, params *GetGroupsOfProjectParams, ...) (*http.Response, error)
- func (c *Client) GetItemsHistory(ctx context.Context, projectName string, params *GetItemsHistoryParams, ...) (*http.Response, error)
- func (c *Client) GetLatestLaunches(ctx context.Context, projectName string, params *GetLatestLaunchesParams, ...) (*http.Response, error)
- func (c *Client) GetLaunch(ctx context.Context, projectName string, launchId int64, ...) (*http.Response, error)
- func (c *Client) GetLaunchByUuidOldTimestamp(ctx context.Context, projectName string, launchId string, ...) (*http.Response, error)
- func (c *Client) GetLaunchReport(ctx context.Context, projectName string, launchId int64, ...) (*http.Response, error)
- func (c *Client) GetLog(ctx context.Context, projectName string, logId int64, ...) (*http.Response, error)
- func (c *Client) GetLogByUuid(ctx context.Context, projectName string, logId string, ...) (*http.Response, error)
- func (c *Client) GetLogTypes(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetLogs(ctx context.Context, projectName string, params *GetLogsParams, ...) (*http.Response, error)
- func (c *Client) GetLogsUnder(ctx context.Context, projectName string, body GetLogsUnderJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) GetLogsUnderWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) GetLogsWithLocationBySearch(ctx context.Context, projectName string, parentId int64, ...) (*http.Response, error)
- func (c *Client) GetMyPhoto(ctx context.Context, params *GetMyPhotoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetMyself(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetMyself1(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetNestedItems(ctx context.Context, projectName string, parentId int64, ...) (*http.Response, error)
- func (c *Client) GetNotifications(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetPageNumber(ctx context.Context, projectName string, logId int64, ...) (*http.Response, error)
- func (c *Client) GetPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetPlugins1(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetProject(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetProjectGroupById(ctx context.Context, projectName string, groupId int64, ...) (*http.Response, error)
- func (c *Client) GetProjectInfo(ctx context.Context, projectName string, params *GetProjectInfoParams, ...) (*http.Response, error)
- func (c *Client) GetProjectIntegration(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) GetProjectIntegrations(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetProjectIntegrations1(ctx context.Context, projectName string, pluginName string, ...) (*http.Response, error)
- func (c *Client) GetProjectLaunches(ctx context.Context, projectName string, params *GetProjectLaunchesParams, ...) (*http.Response, error)
- func (c *Client) GetProjectSettings(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetProjectSubjectName(ctx context.Context, projectName string, params *GetProjectSubjectNameParams, ...) (*http.Response, error)
- func (c *Client) GetProjectUsers(ctx context.Context, projectName string, params *GetProjectUsersParams, ...) (*http.Response, error)
- func (c *Client) GetProjectUsers1(ctx context.Context, projectName string, params *GetProjectUsers1Params, ...) (*http.Response, error)
- func (c *Client) GetProjectWidget(ctx context.Context, projectName string, widgetCode string, ...) (*http.Response, error)
- func (c *Client) GetPublicFile(ctx context.Context, pluginName string, name string, ...) (*http.Response, error)
- func (c *Client) GetServerSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetSetOfIntegrationSystemFields(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) GetSetOfIntegrationSystemFields1(ctx context.Context, integrationId int64, ...) (*http.Response, error)
- func (c *Client) GetStatuses(ctx context.Context, projectName string, params *GetStatusesParams, ...) (*http.Response, error)
- func (c *Client) GetSuggestedClusterItems(ctx context.Context, projectName string, clusterId int64, ...) (*http.Response, error)
- func (c *Client) GetSuggestedItems(ctx context.Context, projectName string, itemId int64, ...) (*http.Response, error)
- func (c *Client) GetTestItem(ctx context.Context, projectName string, itemId int64, ...) (*http.Response, error)
- func (c *Client) GetTestItemActivities(ctx context.Context, projectName string, itemId int64, ...) (*http.Response, error)
- func (c *Client) GetTestItemByUuidTimestamp(ctx context.Context, projectName string, itemId string, ...) (*http.Response, error)
- func (c *Client) GetTestItems(ctx context.Context, projectName string, params *GetTestItemsParams, ...) (*http.Response, error)
- func (c *Client) GetTestItems1(ctx context.Context, projectName string, params *GetTestItems1Params, ...) (*http.Response, error)
- func (c *Client) GetTestItems2(ctx context.Context, projectName string, params *GetTestItems2Params, ...) (*http.Response, error)
- func (c *Client) GetTestItems3(ctx context.Context, projectName string, params *GetTestItems3Params, ...) (*http.Response, error)
- func (c *Client) GetTestItemsV2(ctx context.Context, projectName string, params *GetTestItemsV2Params, ...) (*http.Response, error)
- func (c *Client) GetTicket(ctx context.Context, projectName string, ticketId string, ...) (*http.Response, error)
- func (c *Client) GetTicketIds(ctx context.Context, projectName string, params *GetTicketIdsParams, ...) (*http.Response, error)
- func (c *Client) GetTicketIdsForProject(ctx context.Context, projectName string, params *GetTicketIdsForProjectParams, ...) (*http.Response, error)
- func (c *Client) GetUniqueAttributeKeys(ctx context.Context, projectName string, params *GetUniqueAttributeKeysParams, ...) (*http.Response, error)
- func (c *Client) GetUser(ctx context.Context, login string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUserBidInfo(ctx context.Context, params *GetUserBidInfoParams, ...) (*http.Response, error)
- func (c *Client) GetUserFilters(ctx context.Context, projectName string, params *GetUserFiltersParams, ...) (*http.Response, error)
- func (c *Client) GetUserPhoto(ctx context.Context, projectName string, params *GetUserPhotoParams, ...) (*http.Response, error)
- func (c *Client) GetUserPreference(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUserPreference1(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUserProjects(ctx context.Context, userName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUsers(ctx context.Context, params *GetUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUsersApiKeys(ctx context.Context, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GetUsersForAssign(ctx context.Context, projectName string, params *GetUsersForAssignParams, ...) (*http.Response, error)
- func (c *Client) GetWidget(ctx context.Context, projectName string, widgetId int64, ...) (*http.Response, error)
- func (c *Client) GetWidget1(ctx context.Context, projectName string, widgetId int64, ...) (*http.Response, error)
- func (c *Client) GetWidgetNames(ctx context.Context, projectName string, params *GetWidgetNamesParams, ...) (*http.Response, error)
- func (c *Client) GetWidgetPreview(ctx context.Context, projectName string, body GetWidgetPreviewJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) GetWidgetPreviewWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) HandleSuggestChoose(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) HandleSuggestChooseWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) IndexProjectData(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) IsRestorePasswordBidExist(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) LinkExternalIssues(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) LinkExternalIssuesWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MergeLaunchesOldUuid(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) MergeLaunchesOldUuid1(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) MergeLaunchesOldUuid1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MergeLaunchesOldUuidWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) OnBoarding(ctx context.Context, params *OnBoardingParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) RemoveAttachmentsByCsvWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) RemoveUserPreference(ctx context.Context, projectName string, filterId int64, ...) (*http.Response, error)
- func (c *Client) RemoveWidget(ctx context.Context, projectName string, dashboardId int64, widgetId int64, ...) (*http.Response, error)
- func (c *Client) ResetPassword(ctx context.Context, body ResetPasswordJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ResetPasswordWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) RestorePassword(ctx context.Context, body RestorePasswordJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) RestorePasswordWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SaveAnalyticsSettings(ctx context.Context, body SaveAnalyticsSettingsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SaveAnalyticsSettings1(ctx context.Context, body SaveAnalyticsSettings1JSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SaveAnalyticsSettings1WithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SaveAnalyticsSettingsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SearchForUser(ctx context.Context, projectName string, params *SearchForUserParams, ...) (*http.Response, error)
- func (c *Client) SearchLogs(ctx context.Context, projectName string, itemId int64, ...) (*http.Response, error)
- func (c *Client) SearchLogsWithBody(ctx context.Context, projectName string, itemId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) SearchProjectNames(ctx context.Context, params *SearchProjectNamesParams, ...) (*http.Response, error)
- func (c *Client) StartChildItem(ctx context.Context, projectName string, parentItem string, ...) (*http.Response, error)
- func (c *Client) StartChildItem1(ctx context.Context, projectName string, parentItem string, ...) (*http.Response, error)
- func (c *Client) StartChildItem1WithBody(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*http.Response, error)
- func (c *Client) StartChildItem2(ctx context.Context, projectName string, parentItem string, ...) (*http.Response, error)
- func (c *Client) StartChildItem2WithBody(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*http.Response, error)
- func (c *Client) StartChildItem3(ctx context.Context, projectName string, parentItem string, ...) (*http.Response, error)
- func (c *Client) StartChildItem3WithBody(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*http.Response, error)
- func (c *Client) StartChildItemWithBody(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*http.Response, error)
- func (c *Client) StartLaunch(ctx context.Context, projectName string, body StartLaunchJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StartLaunch1(ctx context.Context, projectName string, body StartLaunch1JSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StartLaunch1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StartLaunchAnalyzer(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) StartLaunchAnalyzerWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StartLaunchWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StartRootItem(ctx context.Context, projectName string, body StartRootItemJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StartRootItem1(ctx context.Context, projectName string, body StartRootItem1JSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StartRootItem1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StartRootItem2(ctx context.Context, projectName string, body StartRootItem2JSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StartRootItem2WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StartRootItem3(ctx context.Context, projectName string, body StartRootItem3JSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StartRootItem3WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StartRootItemWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TestIntegrationConnection(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) TestIntegrationConnection1(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UnassignProjectUsers(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) UnassignProjectUsersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UnlinkExternalIssues(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) UnlinkExternalIssuesWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateDashboard(ctx context.Context, projectName string, dashboardId int64, ...) (*http.Response, error)
- func (c *Client) UpdateDashboardWithBody(ctx context.Context, projectName string, dashboardId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateGlobalIntegration(ctx context.Context, integrationId int64, ...) (*http.Response, error)
- func (c *Client) UpdateGlobalIntegrationWithBody(ctx context.Context, integrationId int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateGroup(ctx context.Context, groupId int64, body UpdateGroupJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateGroupWithBody(ctx context.Context, groupId int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateLaunch(ctx context.Context, projectName string, launchId int64, ...) (*http.Response, error)
- func (c *Client) UpdateLaunchWithBody(ctx context.Context, projectName string, launchId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateLaunches(ctx context.Context, projectName string, body UpdateLaunchesJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateLaunchesWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateLogTypeById(ctx context.Context, projectName string, logTypeId int64, ...) (*http.Response, error)
- func (c *Client) UpdateLogTypeByIdWithBody(ctx context.Context, projectName string, logTypeId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateNotification(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) UpdateNotificationWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdatePatternTemplate(ctx context.Context, projectName string, id int64, ...) (*http.Response, error)
- func (c *Client) UpdatePatternTemplateWithBody(ctx context.Context, projectName string, id int64, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdatePluginState(ctx context.Context, pluginId int64, body UpdatePluginStateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdatePluginStateWithBody(ctx context.Context, pluginId int64, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateProject(ctx context.Context, projectName string, body UpdateProjectJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateProjectIntegration(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) UpdateProjectIntegrationWithBody(ctx context.Context, projectName string, integrationId int64, ...) (*http.Response, error)
- func (c *Client) UpdateProjectIssueSubType(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) UpdateProjectIssueSubTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateProjectNotificationConfig(ctx context.Context, projectName string, ...) (*http.Response, error)
- func (c *Client) UpdateProjectNotificationConfigWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateProjectWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateServerSettings(ctx context.Context, body UpdateServerSettingsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateServerSettingsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateTestItem(ctx context.Context, projectName string, itemId int64, ...) (*http.Response, error)
- func (c *Client) UpdateTestItemWithBody(ctx context.Context, projectName string, itemId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateUserFilter(ctx context.Context, projectName string, filterId int64, ...) (*http.Response, error)
- func (c *Client) UpdateUserFilterWithBody(ctx context.Context, projectName string, filterId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) UpdateUserFilters(ctx context.Context, projectName string, body UpdateUserFiltersJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UpdateUserFiltersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UpdateWidget(ctx context.Context, projectName string, widgetId int64, ...) (*http.Response, error)
- func (c *Client) UpdateWidgetWithBody(ctx context.Context, projectName string, widgetId int64, contentType string, ...) (*http.Response, error)
- func (c *Client) UploadPhotoWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UploadPluginWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func (c *ClientWithResponses) AddGroupToProjectByIdWithBodyWithResponse(ctx context.Context, projectName string, groupId int64, contentType string, ...) (*AddGroupToProjectByIdResponse, error)
- func (c *ClientWithResponses) AddGroupToProjectByIdWithResponse(ctx context.Context, projectName string, groupId int64, ...) (*AddGroupToProjectByIdResponse, error)
- func (c *ClientWithResponses) AddProjectToGroupByIdWithBodyWithResponse(ctx context.Context, groupId int64, projectId int64, contentType string, ...) (*AddProjectToGroupByIdResponse, error)
- func (c *ClientWithResponses) AddProjectToGroupByIdWithResponse(ctx context.Context, groupId int64, projectId int64, ...) (*AddProjectToGroupByIdResponse, error)
- func (c *ClientWithResponses) AddUserPreferenceWithResponse(ctx context.Context, projectName string, filterId int64, ...) (*AddUserPreferenceResponse, error)
- func (c *ClientWithResponses) AddUserToGroupByIdWithResponse(ctx context.Context, groupId int64, userId int64, ...) (*AddUserToGroupByIdResponse, error)
- func (c *ClientWithResponses) AddWidgetWithBodyWithResponse(ctx context.Context, projectName string, dashboardId int64, contentType string, ...) (*AddWidgetResponse, error)
- func (c *ClientWithResponses) AddWidgetWithResponse(ctx context.Context, projectName string, dashboardId int64, ...) (*AddWidgetResponse, error)
- func (c *ClientWithResponses) AssignProjectUsersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*AssignProjectUsersResponse, error)
- func (c *ClientWithResponses) AssignProjectUsersWithResponse(ctx context.Context, projectName string, ...) (*AssignProjectUsersResponse, error)
- func (c *ClientWithResponses) BulkForceFinishWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*BulkForceFinishResponse, error)
- func (c *ClientWithResponses) BulkForceFinishWithResponse(ctx context.Context, projectName string, body BulkForceFinishJSONRequestBody, ...) (*BulkForceFinishResponse, error)
- func (c *ClientWithResponses) BulkUpdate1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*BulkUpdate1Response, error)
- func (c *ClientWithResponses) BulkUpdate1WithResponse(ctx context.Context, projectName string, body BulkUpdate1JSONRequestBody, ...) (*BulkUpdate1Response, error)
- func (c *ClientWithResponses) BulkUpdateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*BulkUpdateResponse, error)
- func (c *ClientWithResponses) BulkUpdateWithResponse(ctx context.Context, projectName string, body BulkUpdateJSONRequestBody, ...) (*BulkUpdateResponse, error)
- func (c *ClientWithResponses) ChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ChangePasswordResponse, error)
- func (c *ClientWithResponses) ChangePasswordWithResponse(ctx context.Context, body ChangePasswordJSONRequestBody, ...) (*ChangePasswordResponse, error)
- func (c *ClientWithResponses) CompareLaunchesWithResponse(ctx context.Context, projectName string, params *CompareLaunchesParams, ...) (*CompareLaunchesResponse, error)
- func (c *ClientWithResponses) CreateApiKeyWithBodyWithResponse(ctx context.Context, userId int64, contentType string, body io.Reader, ...) (*CreateApiKeyResponse, error)
- func (c *ClientWithResponses) CreateApiKeyWithResponse(ctx context.Context, userId int64, body CreateApiKeyJSONRequestBody, ...) (*CreateApiKeyResponse, error)
- func (c *ClientWithResponses) CreateClustersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateClustersResponse, error)
- func (c *ClientWithResponses) CreateClustersWithResponse(ctx context.Context, projectName string, body CreateClustersJSONRequestBody, ...) (*CreateClustersResponse, error)
- func (c *ClientWithResponses) CreateDashboardWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateDashboardResponse, error)
- func (c *ClientWithResponses) CreateDashboardWithResponse(ctx context.Context, projectName string, body CreateDashboardJSONRequestBody, ...) (*CreateDashboardResponse, error)
- func (c *ClientWithResponses) CreateFilterWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateFilterResponse, error)
- func (c *ClientWithResponses) CreateFilterWithResponse(ctx context.Context, projectName string, body CreateFilterJSONRequestBody, ...) (*CreateFilterResponse, error)
- func (c *ClientWithResponses) CreateGlobalIntegrationWithBodyWithResponse(ctx context.Context, pluginName string, contentType string, body io.Reader, ...) (*CreateGlobalIntegrationResponse, error)
- func (c *ClientWithResponses) CreateGlobalIntegrationWithResponse(ctx context.Context, pluginName string, ...) (*CreateGlobalIntegrationResponse, error)
- func (c *ClientWithResponses) CreateGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateGroupResponse, error)
- func (c *ClientWithResponses) CreateGroupWithResponse(ctx context.Context, body CreateGroupJSONRequestBody, ...) (*CreateGroupResponse, error)
- func (c *ClientWithResponses) CreateIssueWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*CreateIssueResponse, error)
- func (c *ClientWithResponses) CreateIssueWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*CreateIssueResponse, error)
- func (c *ClientWithResponses) CreateLog1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateLog1Response, error)
- func (c *ClientWithResponses) CreateLogEntry1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateLogEntry1Response, error)
- func (c *ClientWithResponses) CreateLogEntry1WithResponse(ctx context.Context, projectName string, body CreateLogEntry1JSONRequestBody, ...) (*CreateLogEntry1Response, error)
- func (c *ClientWithResponses) CreateLogEntryWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateLogEntryResponse, error)
- func (c *ClientWithResponses) CreateLogEntryWithResponse(ctx context.Context, projectName string, body CreateLogEntryJSONRequestBody, ...) (*CreateLogEntryResponse, error)
- func (c *ClientWithResponses) CreateLogTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateLogTypeResponse, error)
- func (c *ClientWithResponses) CreateLogTypeWithResponse(ctx context.Context, projectName string, body CreateLogTypeJSONRequestBody, ...) (*CreateLogTypeResponse, error)
- func (c *ClientWithResponses) CreateLogWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateLogResponse, error)
- func (c *ClientWithResponses) CreateNotificationWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateNotificationResponse, error)
- func (c *ClientWithResponses) CreateNotificationWithResponse(ctx context.Context, projectName string, ...) (*CreateNotificationResponse, error)
- func (c *ClientWithResponses) CreatePatternTemplateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreatePatternTemplateResponse, error)
- func (c *ClientWithResponses) CreatePatternTemplateWithResponse(ctx context.Context, projectName string, ...) (*CreatePatternTemplateResponse, error)
- func (c *ClientWithResponses) CreatePreconfiguredWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreatePreconfiguredResponse, error)
- func (c *ClientWithResponses) CreatePreconfiguredWithResponse(ctx context.Context, projectName string, ...) (*CreatePreconfiguredResponse, error)
- func (c *ClientWithResponses) CreateProjectIntegrationWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, contentType string, ...) (*CreateProjectIntegrationResponse, error)
- func (c *ClientWithResponses) CreateProjectIntegrationWithResponse(ctx context.Context, projectName string, pluginName string, ...) (*CreateProjectIntegrationResponse, error)
- func (c *ClientWithResponses) CreateProjectIssueSubTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateProjectIssueSubTypeResponse, error)
- func (c *ClientWithResponses) CreateProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, ...) (*CreateProjectIssueSubTypeResponse, error)
- func (c *ClientWithResponses) CreateProjectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateProjectResponse, error)
- func (c *ClientWithResponses) CreateProjectWithResponse(ctx context.Context, body CreateProjectJSONRequestBody, ...) (*CreateProjectResponse, error)
- func (c *ClientWithResponses) CreateUserBidWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateUserBidResponse, error)
- func (c *ClientWithResponses) CreateUserBidWithResponse(ctx context.Context, body CreateUserBidJSONRequestBody, ...) (*CreateUserBidResponse, error)
- func (c *ClientWithResponses) CreateUserByAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CreateUserByAdminResponse, error)
- func (c *ClientWithResponses) CreateUserByAdminWithResponse(ctx context.Context, body CreateUserByAdminJSONRequestBody, ...) (*CreateUserByAdminResponse, error)
- func (c *ClientWithResponses) CreateUserWithBodyWithResponse(ctx context.Context, params *CreateUserParams, contentType string, ...) (*CreateUserResponse, error)
- func (c *ClientWithResponses) CreateUserWithResponse(ctx context.Context, params *CreateUserParams, body CreateUserJSONRequestBody, ...) (*CreateUserResponse, error)
- func (c *ClientWithResponses) CreateWidgetWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*CreateWidgetResponse, error)
- func (c *ClientWithResponses) CreateWidgetWithResponse(ctx context.Context, projectName string, body CreateWidgetJSONRequestBody, ...) (*CreateWidgetResponse, error)
- func (c *ClientWithResponses) DefineTestItemIssueTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*DefineTestItemIssueTypeResponse, error)
- func (c *ClientWithResponses) DefineTestItemIssueTypeWithResponse(ctx context.Context, projectName string, ...) (*DefineTestItemIssueTypeResponse, error)
- func (c *ClientWithResponses) DeleteAllIntegrationsWithResponse(ctx context.Context, pType string, reqEditors ...RequestEditorFn) (*DeleteAllIntegrationsResponse, error)
- func (c *ClientWithResponses) DeleteAllProjectIntegrationsWithResponse(ctx context.Context, projectName string, pType string, ...) (*DeleteAllProjectIntegrationsResponse, error)
- func (c *ClientWithResponses) DeleteApiKeyWithResponse(ctx context.Context, userId int64, keyId int64, reqEditors ...RequestEditorFn) (*DeleteApiKeyResponse, error)
- func (c *ClientWithResponses) DeleteDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, ...) (*DeleteDashboardResponse, error)
- func (c *ClientWithResponses) DeleteFilterWithResponse(ctx context.Context, projectName string, filterId int64, ...) (*DeleteFilterResponse, error)
- func (c *ClientWithResponses) DeleteGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*DeleteGlobalIntegrationResponse, error)
- func (c *ClientWithResponses) DeleteGroupFromProjectByIdWithResponse(ctx context.Context, projectName string, groupId int64, ...) (*DeleteGroupFromProjectByIdResponse, error)
- func (c *ClientWithResponses) DeleteGroupWithResponse(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)
- func (c *ClientWithResponses) DeleteLaunchWithResponse(ctx context.Context, projectName string, launchId int64, ...) (*DeleteLaunchResponse, error)
- func (c *ClientWithResponses) DeleteLaunchesWithResponse(ctx context.Context, projectName string, params *DeleteLaunchesParams, ...) (*DeleteLaunchesResponse, error)
- func (c *ClientWithResponses) DeleteLogTypeByIdWithResponse(ctx context.Context, projectName string, logTypeId int64, ...) (*DeleteLogTypeByIdResponse, error)
- func (c *ClientWithResponses) DeleteLogWithResponse(ctx context.Context, projectName string, logId int64, ...) (*DeleteLogResponse, error)
- func (c *ClientWithResponses) DeleteNotificationWithResponse(ctx context.Context, projectName string, notificationId int64, ...) (*DeleteNotificationResponse, error)
- func (c *ClientWithResponses) DeletePatternTemplateWithResponse(ctx context.Context, projectName string, id int64, ...) (*DeletePatternTemplateResponse, error)
- func (c *ClientWithResponses) DeletePhotoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeletePhotoResponse, error)
- func (c *ClientWithResponses) DeletePluginWithResponse(ctx context.Context, pluginId int64, reqEditors ...RequestEditorFn) (*DeletePluginResponse, error)
- func (c *ClientWithResponses) DeleteProject1WithResponse(ctx context.Context, projectId int64, reqEditors ...RequestEditorFn) (*DeleteProject1Response, error)
- func (c *ClientWithResponses) DeleteProjectFromGroupByIdWithResponse(ctx context.Context, groupId int64, projectId int64, ...) (*DeleteProjectFromGroupByIdResponse, error)
- func (c *ClientWithResponses) DeleteProjectIndexWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*DeleteProjectIndexResponse, error)
- func (c *ClientWithResponses) DeleteProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*DeleteProjectIntegrationResponse, error)
- func (c *ClientWithResponses) DeleteProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, id int64, ...) (*DeleteProjectIssueSubTypeResponse, error)
- func (c *ClientWithResponses) DeleteProjectWithResponse(ctx context.Context, params *DeleteProjectParams, ...) (*DeleteProjectResponse, error)
- func (c *ClientWithResponses) DeleteTestItemWithResponse(ctx context.Context, projectName string, itemId int64, ...) (*DeleteTestItemResponse, error)
- func (c *ClientWithResponses) DeleteTestItemsWithResponse(ctx context.Context, projectName string, params *DeleteTestItemsParams, ...) (*DeleteTestItemsResponse, error)
- func (c *ClientWithResponses) DeleteUserFromGroupByIdWithResponse(ctx context.Context, groupId int64, userId int64, ...) (*DeleteUserFromGroupByIdResponse, error)
- func (c *ClientWithResponses) DeleteUserWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)
- func (c *ClientWithResponses) DeleteUsersWithResponse(ctx context.Context, params *DeleteUsersParams, reqEditors ...RequestEditorFn) (*DeleteUsersResponse, error)
- func (c *ClientWithResponses) EditUserWithBodyWithResponse(ctx context.Context, login string, contentType string, body io.Reader, ...) (*EditUserResponse, error)
- func (c *ClientWithResponses) EditUserWithResponse(ctx context.Context, login string, body EditUserJSONRequestBody, ...) (*EditUserResponse, error)
- func (c *ClientWithResponses) ExecuteImportPluginCommandWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, contentType string, ...) (*ExecuteImportPluginCommandResponse, error)
- func (c *ClientWithResponses) ExecuteIntegrationCommandWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, command string, ...) (*ExecuteIntegrationCommandResponse, error)
- func (c *ClientWithResponses) ExecuteIntegrationCommandWithResponse(ctx context.Context, projectName string, integrationId int64, command string, ...) (*ExecuteIntegrationCommandResponse, error)
- func (c *ClientWithResponses) ExecutePluginCommandWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, command string, ...) (*ExecutePluginCommandResponse, error)
- func (c *ClientWithResponses) ExecutePluginCommandWithResponse(ctx context.Context, projectName string, pluginName string, command string, ...) (*ExecutePluginCommandResponse, error)
- func (c *ClientWithResponses) ExecutePublicPluginCommandWithBodyWithResponse(ctx context.Context, pluginName string, command string, contentType string, ...) (*ExecutePublicPluginCommandResponse, error)
- func (c *ClientWithResponses) ExecutePublicPluginCommandWithResponse(ctx context.Context, pluginName string, command string, ...) (*ExecutePublicPluginCommandResponse, error)
- func (c *ClientWithResponses) ExportProjectsWithResponse(ctx context.Context, params *ExportProjectsParams, ...) (*ExportProjectsResponse, error)
- func (c *ClientWithResponses) ExportWithResponse(ctx context.Context, params *ExportParams, reqEditors ...RequestEditorFn) (*ExportResponse, error)
- func (c *ClientWithResponses) FindUsersWithResponse(ctx context.Context, params *FindUsersParams, reqEditors ...RequestEditorFn) (*FindUsersResponse, error)
- func (c *ClientWithResponses) FinishLaunch1WithBodyWithResponse(ctx context.Context, projectName string, launchId string, contentType string, ...) (*FinishLaunch1Response, error)
- func (c *ClientWithResponses) FinishLaunch1WithResponse(ctx context.Context, projectName string, launchId string, ...) (*FinishLaunch1Response, error)
- func (c *ClientWithResponses) FinishLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId string, contentType string, ...) (*FinishLaunchResponse, error)
- func (c *ClientWithResponses) FinishLaunchWithResponse(ctx context.Context, projectName string, launchId string, ...) (*FinishLaunchResponse, error)
- func (c *ClientWithResponses) FinishTestItem1WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*FinishTestItem1Response, error)
- func (c *ClientWithResponses) FinishTestItem1WithResponse(ctx context.Context, projectName string, testItemId string, ...) (*FinishTestItem1Response, error)
- func (c *ClientWithResponses) FinishTestItem2WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*FinishTestItem2Response, error)
- func (c *ClientWithResponses) FinishTestItem2WithResponse(ctx context.Context, projectName string, testItemId string, ...) (*FinishTestItem2Response, error)
- func (c *ClientWithResponses) FinishTestItem3WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*FinishTestItem3Response, error)
- func (c *ClientWithResponses) FinishTestItem3WithResponse(ctx context.Context, projectName string, testItemId string, ...) (*FinishTestItem3Response, error)
- func (c *ClientWithResponses) FinishTestItemWithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, ...) (*FinishTestItemResponse, error)
- func (c *ClientWithResponses) FinishTestItemWithResponse(ctx context.Context, projectName string, testItemId string, ...) (*FinishTestItemResponse, error)
- func (c *ClientWithResponses) ForceFinishLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId int64, contentType string, ...) (*ForceFinishLaunchResponse, error)
- func (c *ClientWithResponses) ForceFinishLaunchWithResponse(ctx context.Context, projectName string, launchId int64, ...) (*ForceFinishLaunchResponse, error)
- func (c *ClientWithResponses) GenerateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*GenerateResponse, error)
- func (c *ClientWithResponses) GenerateWithResponse(ctx context.Context, projectName string, body GenerateJSONRequestBody, ...) (*GenerateResponse, error)
- func (c *ClientWithResponses) GetActivitiesWithBodyWithResponse(ctx context.Context, params *GetActivitiesParams, contentType string, ...) (*GetActivitiesResponse, error)
- func (c *ClientWithResponses) GetActivitiesWithResponse(ctx context.Context, params *GetActivitiesParams, ...) (*GetActivitiesResponse, error)
- func (c *ClientWithResponses) GetActivityWithResponse(ctx context.Context, projectName string, activityId int64, ...) (*GetActivityResponse, error)
- func (c *ClientWithResponses) GetAllDashboardsWithResponse(ctx context.Context, projectName string, params *GetAllDashboardsParams, ...) (*GetAllDashboardsResponse, error)
- func (c *ClientWithResponses) GetAllFiltersNamesWithResponse(ctx context.Context, projectName string, params *GetAllFiltersNamesParams, ...) (*GetAllFiltersNamesResponse, error)
- func (c *ClientWithResponses) GetAllFiltersWithResponse(ctx context.Context, projectName string, params *GetAllFiltersParams, ...) (*GetAllFiltersResponse, error)
- func (c *ClientWithResponses) GetAllLaunchNamesWithResponse(ctx context.Context, projectName string, params *GetAllLaunchNamesParams, ...) (*GetAllLaunchNamesResponse, error)
- func (c *ClientWithResponses) GetAllOwnersWithResponse(ctx context.Context, projectName string, params *GetAllOwnersParams, ...) (*GetAllOwnersResponse, error)
- func (c *ClientWithResponses) GetAllProjectNamesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllProjectNamesResponse, error)
- func (c *ClientWithResponses) GetAllProjectsInfoWithResponse(ctx context.Context, params *GetAllProjectsInfoParams, ...) (*GetAllProjectsInfoResponse, error)
- func (c *ClientWithResponses) GetAllowableIssueTypes1WithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*GetAllowableIssueTypes1Response, error)
- func (c *ClientWithResponses) GetAllowableIssueTypesWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*GetAllowableIssueTypesResponse, error)
- func (c *ClientWithResponses) GetAnalyzerIndexingStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAnalyzerIndexingStatusResponse, error)
- func (c *ClientWithResponses) GetAttributeKeys1WithResponse(ctx context.Context, projectName string, params *GetAttributeKeys1Params, ...) (*GetAttributeKeys1Response, error)
- func (c *ClientWithResponses) GetAttributeKeysForProjectWithResponse(ctx context.Context, projectName string, ...) (*GetAttributeKeysForProjectResponse, error)
- func (c *ClientWithResponses) GetAttributeKeysWithResponse(ctx context.Context, projectName string, params *GetAttributeKeysParams, ...) (*GetAttributeKeysResponse, error)
- func (c *ClientWithResponses) GetAttributeValues1WithResponse(ctx context.Context, projectName string, params *GetAttributeValues1Params, ...) (*GetAttributeValues1Response, error)
- func (c *ClientWithResponses) GetAttributeValues2WithResponse(ctx context.Context, projectName string, params *GetAttributeValues2Params, ...) (*GetAttributeValues2Response, error)
- func (c *ClientWithResponses) GetAttributeValuesWithResponse(ctx context.Context, projectName string, params *GetAttributeValuesParams, ...) (*GetAttributeValuesResponse, error)
- func (c *ClientWithResponses) GetClustersWithResponse(ctx context.Context, projectName string, launchId string, ...) (*GetClustersResponse, error)
- func (c *ClientWithResponses) GetDashboardConfigWithResponse(ctx context.Context, projectName string, dashboardId int64, ...) (*GetDashboardConfigResponse, error)
- func (c *ClientWithResponses) GetDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, ...) (*GetDashboardResponse, error)
- func (c *ClientWithResponses) GetDebugLaunchesWithResponse(ctx context.Context, projectName string, params *GetDebugLaunchesParams, ...) (*GetDebugLaunchesResponse, error)
- func (c *ClientWithResponses) GetErrorPageWithResponse(ctx context.Context, projectName string, parentId int64, ...) (*GetErrorPageResponse, error)
- func (c *ClientWithResponses) GetFileWithResponse(ctx context.Context, projectName string, dataId int64, ...) (*GetFileResponse, error)
- func (c *ClientWithResponses) GetFilterWithResponse(ctx context.Context, projectName string, filterId int64, ...) (*GetFilterResponse, error)
- func (c *ClientWithResponses) GetGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*GetGlobalIntegrationResponse, error)
- func (c *ClientWithResponses) GetGlobalIntegrations1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGlobalIntegrations1Response, error)
- func (c *ClientWithResponses) GetGlobalIntegrations2WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGlobalIntegrations2Response, error)
- func (c *ClientWithResponses) GetGlobalIntegrationsWithResponse(ctx context.Context, pluginName string, reqEditors ...RequestEditorFn) (*GetGlobalIntegrationsResponse, error)
- func (c *ClientWithResponses) GetGroupByIdWithResponse(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*GetGroupByIdResponse, error)
- func (c *ClientWithResponses) GetGroupProjectByIdWithResponse(ctx context.Context, groupId int64, projectId int64, ...) (*GetGroupProjectByIdResponse, error)
- func (c *ClientWithResponses) GetGroupProjectsWithResponse(ctx context.Context, groupId int64, params *GetGroupProjectsParams, ...) (*GetGroupProjectsResponse, error)
- func (c *ClientWithResponses) GetGroupUserByIdWithResponse(ctx context.Context, groupId int64, userId int64, ...) (*GetGroupUserByIdResponse, error)
- func (c *ClientWithResponses) GetGroupUsersWithResponse(ctx context.Context, groupId int64, params *GetGroupUsersParams, ...) (*GetGroupUsersResponse, error)
- func (c *ClientWithResponses) GetGroupsOfProjectWithResponse(ctx context.Context, projectName string, params *GetGroupsOfProjectParams, ...) (*GetGroupsOfProjectResponse, error)
- func (c *ClientWithResponses) GetGroupsWithResponse(ctx context.Context, params *GetGroupsParams, reqEditors ...RequestEditorFn) (*GetGroupsResponse, error)
- func (c *ClientWithResponses) GetItemsHistoryWithResponse(ctx context.Context, projectName string, params *GetItemsHistoryParams, ...) (*GetItemsHistoryResponse, error)
- func (c *ClientWithResponses) GetLatestLaunchesWithResponse(ctx context.Context, projectName string, params *GetLatestLaunchesParams, ...) (*GetLatestLaunchesResponse, error)
- func (c *ClientWithResponses) GetLaunchByUuidOldTimestampWithResponse(ctx context.Context, projectName string, launchId string, ...) (*GetLaunchByUuidOldTimestampResponse, error)
- func (c *ClientWithResponses) GetLaunchReportWithResponse(ctx context.Context, projectName string, launchId int64, ...) (*GetLaunchReportResponse, error)
- func (c *ClientWithResponses) GetLaunchWithResponse(ctx context.Context, projectName string, launchId int64, ...) (*GetLaunchResponse, error)
- func (c *ClientWithResponses) GetLogByUuidWithResponse(ctx context.Context, projectName string, logId string, ...) (*GetLogByUuidResponse, error)
- func (c *ClientWithResponses) GetLogTypesWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetLogTypesResponse, error)
- func (c *ClientWithResponses) GetLogWithResponse(ctx context.Context, projectName string, logId int64, ...) (*GetLogResponse, error)
- func (c *ClientWithResponses) GetLogsUnderWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*GetLogsUnderResponse, error)
- func (c *ClientWithResponses) GetLogsUnderWithResponse(ctx context.Context, projectName string, body GetLogsUnderJSONRequestBody, ...) (*GetLogsUnderResponse, error)
- func (c *ClientWithResponses) GetLogsWithLocationBySearchWithResponse(ctx context.Context, projectName string, parentId int64, ...) (*GetLogsWithLocationBySearchResponse, error)
- func (c *ClientWithResponses) GetLogsWithResponse(ctx context.Context, projectName string, params *GetLogsParams, ...) (*GetLogsResponse, error)
- func (c *ClientWithResponses) GetMyPhotoWithResponse(ctx context.Context, params *GetMyPhotoParams, reqEditors ...RequestEditorFn) (*GetMyPhotoResponse, error)
- func (c *ClientWithResponses) GetMyself1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMyself1Response, error)
- func (c *ClientWithResponses) GetMyselfWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMyselfResponse, error)
- func (c *ClientWithResponses) GetNestedItemsWithResponse(ctx context.Context, projectName string, parentId int64, ...) (*GetNestedItemsResponse, error)
- func (c *ClientWithResponses) GetNotificationsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetNotificationsResponse, error)
- func (c *ClientWithResponses) GetPageNumberWithResponse(ctx context.Context, projectName string, logId int64, ...) (*GetPageNumberResponse, error)
- func (c *ClientWithResponses) GetPlugins1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlugins1Response, error)
- func (c *ClientWithResponses) GetPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPluginsResponse, error)
- func (c *ClientWithResponses) GetProjectGroupByIdWithResponse(ctx context.Context, projectName string, groupId int64, ...) (*GetProjectGroupByIdResponse, error)
- func (c *ClientWithResponses) GetProjectInfoWithResponse(ctx context.Context, projectName string, params *GetProjectInfoParams, ...) (*GetProjectInfoResponse, error)
- func (c *ClientWithResponses) GetProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*GetProjectIntegrationResponse, error)
- func (c *ClientWithResponses) GetProjectIntegrations1WithResponse(ctx context.Context, projectName string, pluginName string, ...) (*GetProjectIntegrations1Response, error)
- func (c *ClientWithResponses) GetProjectIntegrationsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectIntegrationsResponse, error)
- func (c *ClientWithResponses) GetProjectLaunchesWithResponse(ctx context.Context, projectName string, params *GetProjectLaunchesParams, ...) (*GetProjectLaunchesResponse, error)
- func (c *ClientWithResponses) GetProjectSettingsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectSettingsResponse, error)
- func (c *ClientWithResponses) GetProjectSubjectNameWithResponse(ctx context.Context, projectName string, params *GetProjectSubjectNameParams, ...) (*GetProjectSubjectNameResponse, error)
- func (c *ClientWithResponses) GetProjectUsers1WithResponse(ctx context.Context, projectName string, params *GetProjectUsers1Params, ...) (*GetProjectUsers1Response, error)
- func (c *ClientWithResponses) GetProjectUsersWithResponse(ctx context.Context, projectName string, params *GetProjectUsersParams, ...) (*GetProjectUsersResponse, error)
- func (c *ClientWithResponses) GetProjectWidgetWithResponse(ctx context.Context, projectName string, widgetCode string, ...) (*GetProjectWidgetResponse, error)
- func (c *ClientWithResponses) GetProjectWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectResponse, error)
- func (c *ClientWithResponses) GetPublicFileWithResponse(ctx context.Context, pluginName string, name string, ...) (*GetPublicFileResponse, error)
- func (c *ClientWithResponses) GetServerSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetServerSettingsResponse, error)
- func (c *ClientWithResponses) GetSetOfIntegrationSystemFields1WithResponse(ctx context.Context, integrationId int64, ...) (*GetSetOfIntegrationSystemFields1Response, error)
- func (c *ClientWithResponses) GetSetOfIntegrationSystemFieldsWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*GetSetOfIntegrationSystemFieldsResponse, error)
- func (c *ClientWithResponses) GetStatusesWithResponse(ctx context.Context, projectName string, params *GetStatusesParams, ...) (*GetStatusesResponse, error)
- func (c *ClientWithResponses) GetSuggestedClusterItemsWithResponse(ctx context.Context, projectName string, clusterId int64, ...) (*GetSuggestedClusterItemsResponse, error)
- func (c *ClientWithResponses) GetSuggestedItemsWithResponse(ctx context.Context, projectName string, itemId int64, ...) (*GetSuggestedItemsResponse, error)
- func (c *ClientWithResponses) GetTestItemActivitiesWithResponse(ctx context.Context, projectName string, itemId int64, ...) (*GetTestItemActivitiesResponse, error)
- func (c *ClientWithResponses) GetTestItemByUuidTimestampWithResponse(ctx context.Context, projectName string, itemId string, ...) (*GetTestItemByUuidTimestampResponse, error)
- func (c *ClientWithResponses) GetTestItemWithResponse(ctx context.Context, projectName string, itemId int64, ...) (*GetTestItemResponse, error)
- func (c *ClientWithResponses) GetTestItems1WithResponse(ctx context.Context, projectName string, params *GetTestItems1Params, ...) (*GetTestItems1Response, error)
- func (c *ClientWithResponses) GetTestItems2WithResponse(ctx context.Context, projectName string, params *GetTestItems2Params, ...) (*GetTestItems2Response, error)
- func (c *ClientWithResponses) GetTestItems3WithResponse(ctx context.Context, projectName string, params *GetTestItems3Params, ...) (*GetTestItems3Response, error)
- func (c *ClientWithResponses) GetTestItemsV2WithResponse(ctx context.Context, projectName string, params *GetTestItemsV2Params, ...) (*GetTestItemsV2Response, error)
- func (c *ClientWithResponses) GetTestItemsWithResponse(ctx context.Context, projectName string, params *GetTestItemsParams, ...) (*GetTestItemsResponse, error)
- func (c *ClientWithResponses) GetTicketIdsForProjectWithResponse(ctx context.Context, projectName string, params *GetTicketIdsForProjectParams, ...) (*GetTicketIdsForProjectResponse, error)
- func (c *ClientWithResponses) GetTicketIdsWithResponse(ctx context.Context, projectName string, params *GetTicketIdsParams, ...) (*GetTicketIdsResponse, error)
- func (c *ClientWithResponses) GetTicketWithResponse(ctx context.Context, projectName string, ticketId string, ...) (*GetTicketResponse, error)
- func (c *ClientWithResponses) GetUniqueAttributeKeysWithResponse(ctx context.Context, projectName string, params *GetUniqueAttributeKeysParams, ...) (*GetUniqueAttributeKeysResponse, error)
- func (c *ClientWithResponses) GetUserBidInfoWithResponse(ctx context.Context, params *GetUserBidInfoParams, ...) (*GetUserBidInfoResponse, error)
- func (c *ClientWithResponses) GetUserFiltersWithResponse(ctx context.Context, projectName string, params *GetUserFiltersParams, ...) (*GetUserFiltersResponse, error)
- func (c *ClientWithResponses) GetUserPhotoWithResponse(ctx context.Context, projectName string, params *GetUserPhotoParams, ...) (*GetUserPhotoResponse, error)
- func (c *ClientWithResponses) GetUserPreference1WithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetUserPreference1Response, error)
- func (c *ClientWithResponses) GetUserPreferenceWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetUserPreferenceResponse, error)
- func (c *ClientWithResponses) GetUserProjectsWithResponse(ctx context.Context, userName string, reqEditors ...RequestEditorFn) (*GetUserProjectsResponse, error)
- func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, login string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)
- func (c *ClientWithResponses) GetUsersApiKeysWithResponse(ctx context.Context, userId int64, reqEditors ...RequestEditorFn) (*GetUsersApiKeysResponse, error)
- func (c *ClientWithResponses) GetUsersForAssignWithResponse(ctx context.Context, projectName string, params *GetUsersForAssignParams, ...) (*GetUsersForAssignResponse, error)
- func (c *ClientWithResponses) GetUsersWithResponse(ctx context.Context, params *GetUsersParams, reqEditors ...RequestEditorFn) (*GetUsersResponse, error)
- func (c *ClientWithResponses) GetWidget1WithResponse(ctx context.Context, projectName string, widgetId int64, ...) (*GetWidget1Response, error)
- func (c *ClientWithResponses) GetWidgetNamesWithResponse(ctx context.Context, projectName string, params *GetWidgetNamesParams, ...) (*GetWidgetNamesResponse, error)
- func (c *ClientWithResponses) GetWidgetPreviewWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*GetWidgetPreviewResponse, error)
- func (c *ClientWithResponses) GetWidgetPreviewWithResponse(ctx context.Context, projectName string, body GetWidgetPreviewJSONRequestBody, ...) (*GetWidgetPreviewResponse, error)
- func (c *ClientWithResponses) GetWidgetWithResponse(ctx context.Context, projectName string, widgetId int64, ...) (*GetWidgetResponse, error)
- func (c *ClientWithResponses) HandleSuggestChooseWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*HandleSuggestChooseResponse, error)
- func (c *ClientWithResponses) HandleSuggestChooseWithResponse(ctx context.Context, projectName string, ...) (*HandleSuggestChooseResponse, error)
- func (c *ClientWithResponses) IndexProjectDataWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*IndexProjectDataResponse, error)
- func (c *ClientWithResponses) IsRestorePasswordBidExistWithResponse(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*IsRestorePasswordBidExistResponse, error)
- func (c *ClientWithResponses) LinkExternalIssuesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*LinkExternalIssuesResponse, error)
- func (c *ClientWithResponses) LinkExternalIssuesWithResponse(ctx context.Context, projectName string, ...) (*LinkExternalIssuesResponse, error)
- func (c *ClientWithResponses) MergeLaunchesOldUuid1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*MergeLaunchesOldUuid1Response, error)
- func (c *ClientWithResponses) MergeLaunchesOldUuid1WithResponse(ctx context.Context, projectName string, ...) (*MergeLaunchesOldUuid1Response, error)
- func (c *ClientWithResponses) MergeLaunchesOldUuidWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*MergeLaunchesOldUuidResponse, error)
- func (c *ClientWithResponses) MergeLaunchesOldUuidWithResponse(ctx context.Context, projectName string, ...) (*MergeLaunchesOldUuidResponse, error)
- func (c *ClientWithResponses) OnBoardingWithResponse(ctx context.Context, params *OnBoardingParams, reqEditors ...RequestEditorFn) (*OnBoardingResponse, error)
- func (c *ClientWithResponses) RemoveAttachmentsByCsvWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*RemoveAttachmentsByCsvResponse, error)
- func (c *ClientWithResponses) RemoveUserPreferenceWithResponse(ctx context.Context, projectName string, filterId int64, ...) (*RemoveUserPreferenceResponse, error)
- func (c *ClientWithResponses) RemoveWidgetWithResponse(ctx context.Context, projectName string, dashboardId int64, widgetId int64, ...) (*RemoveWidgetResponse, error)
- func (c *ClientWithResponses) ResetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ResetPasswordResponse, error)
- func (c *ClientWithResponses) ResetPasswordWithResponse(ctx context.Context, body ResetPasswordJSONRequestBody, ...) (*ResetPasswordResponse, error)
- func (c *ClientWithResponses) RestorePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*RestorePasswordResponse, error)
- func (c *ClientWithResponses) RestorePasswordWithResponse(ctx context.Context, body RestorePasswordJSONRequestBody, ...) (*RestorePasswordResponse, error)
- func (c *ClientWithResponses) SaveAnalyticsSettings1WithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveAnalyticsSettings1Response, error)
- func (c *ClientWithResponses) SaveAnalyticsSettings1WithResponse(ctx context.Context, body SaveAnalyticsSettings1JSONRequestBody, ...) (*SaveAnalyticsSettings1Response, error)
- func (c *ClientWithResponses) SaveAnalyticsSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SaveAnalyticsSettingsResponse, error)
- func (c *ClientWithResponses) SaveAnalyticsSettingsWithResponse(ctx context.Context, body SaveAnalyticsSettingsJSONRequestBody, ...) (*SaveAnalyticsSettingsResponse, error)
- func (c *ClientWithResponses) SearchForUserWithResponse(ctx context.Context, projectName string, params *SearchForUserParams, ...) (*SearchForUserResponse, error)
- func (c *ClientWithResponses) SearchLogsWithBodyWithResponse(ctx context.Context, projectName string, itemId int64, contentType string, ...) (*SearchLogsResponse, error)
- func (c *ClientWithResponses) SearchLogsWithResponse(ctx context.Context, projectName string, itemId int64, ...) (*SearchLogsResponse, error)
- func (c *ClientWithResponses) SearchProjectNamesWithResponse(ctx context.Context, params *SearchProjectNamesParams, ...) (*SearchProjectNamesResponse, error)
- func (c *ClientWithResponses) StartChildItem1WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*StartChildItem1Response, error)
- func (c *ClientWithResponses) StartChildItem1WithResponse(ctx context.Context, projectName string, parentItem string, ...) (*StartChildItem1Response, error)
- func (c *ClientWithResponses) StartChildItem2WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*StartChildItem2Response, error)
- func (c *ClientWithResponses) StartChildItem2WithResponse(ctx context.Context, projectName string, parentItem string, ...) (*StartChildItem2Response, error)
- func (c *ClientWithResponses) StartChildItem3WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*StartChildItem3Response, error)
- func (c *ClientWithResponses) StartChildItem3WithResponse(ctx context.Context, projectName string, parentItem string, ...) (*StartChildItem3Response, error)
- func (c *ClientWithResponses) StartChildItemWithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, ...) (*StartChildItemResponse, error)
- func (c *ClientWithResponses) StartChildItemWithResponse(ctx context.Context, projectName string, parentItem string, ...) (*StartChildItemResponse, error)
- func (c *ClientWithResponses) StartLaunch1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*StartLaunch1Response, error)
- func (c *ClientWithResponses) StartLaunch1WithResponse(ctx context.Context, projectName string, body StartLaunch1JSONRequestBody, ...) (*StartLaunch1Response, error)
- func (c *ClientWithResponses) StartLaunchAnalyzerWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*StartLaunchAnalyzerResponse, error)
- func (c *ClientWithResponses) StartLaunchAnalyzerWithResponse(ctx context.Context, projectName string, ...) (*StartLaunchAnalyzerResponse, error)
- func (c *ClientWithResponses) StartLaunchWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*StartLaunchResponse, error)
- func (c *ClientWithResponses) StartLaunchWithResponse(ctx context.Context, projectName string, body StartLaunchJSONRequestBody, ...) (*StartLaunchResponse, error)
- func (c *ClientWithResponses) StartRootItem1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*StartRootItem1Response, error)
- func (c *ClientWithResponses) StartRootItem1WithResponse(ctx context.Context, projectName string, body StartRootItem1JSONRequestBody, ...) (*StartRootItem1Response, error)
- func (c *ClientWithResponses) StartRootItem2WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*StartRootItem2Response, error)
- func (c *ClientWithResponses) StartRootItem2WithResponse(ctx context.Context, projectName string, body StartRootItem2JSONRequestBody, ...) (*StartRootItem2Response, error)
- func (c *ClientWithResponses) StartRootItem3WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*StartRootItem3Response, error)
- func (c *ClientWithResponses) StartRootItem3WithResponse(ctx context.Context, projectName string, body StartRootItem3JSONRequestBody, ...) (*StartRootItem3Response, error)
- func (c *ClientWithResponses) StartRootItemWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*StartRootItemResponse, error)
- func (c *ClientWithResponses) StartRootItemWithResponse(ctx context.Context, projectName string, body StartRootItemJSONRequestBody, ...) (*StartRootItemResponse, error)
- func (c *ClientWithResponses) TestIntegrationConnection1WithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*TestIntegrationConnection1Response, error)
- func (c *ClientWithResponses) TestIntegrationConnectionWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*TestIntegrationConnectionResponse, error)
- func (c *ClientWithResponses) UnassignProjectUsersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UnassignProjectUsersResponse, error)
- func (c *ClientWithResponses) UnassignProjectUsersWithResponse(ctx context.Context, projectName string, ...) (*UnassignProjectUsersResponse, error)
- func (c *ClientWithResponses) UnlinkExternalIssuesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UnlinkExternalIssuesResponse, error)
- func (c *ClientWithResponses) UnlinkExternalIssuesWithResponse(ctx context.Context, projectName string, ...) (*UnlinkExternalIssuesResponse, error)
- func (c *ClientWithResponses) UpdateDashboardWithBodyWithResponse(ctx context.Context, projectName string, dashboardId int64, contentType string, ...) (*UpdateDashboardResponse, error)
- func (c *ClientWithResponses) UpdateDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, ...) (*UpdateDashboardResponse, error)
- func (c *ClientWithResponses) UpdateGlobalIntegrationWithBodyWithResponse(ctx context.Context, integrationId int64, contentType string, body io.Reader, ...) (*UpdateGlobalIntegrationResponse, error)
- func (c *ClientWithResponses) UpdateGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, ...) (*UpdateGlobalIntegrationResponse, error)
- func (c *ClientWithResponses) UpdateGroupWithBodyWithResponse(ctx context.Context, groupId int64, contentType string, body io.Reader, ...) (*UpdateGroupResponse, error)
- func (c *ClientWithResponses) UpdateGroupWithResponse(ctx context.Context, groupId int64, body UpdateGroupJSONRequestBody, ...) (*UpdateGroupResponse, error)
- func (c *ClientWithResponses) UpdateLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId int64, contentType string, ...) (*UpdateLaunchResponse, error)
- func (c *ClientWithResponses) UpdateLaunchWithResponse(ctx context.Context, projectName string, launchId int64, ...) (*UpdateLaunchResponse, error)
- func (c *ClientWithResponses) UpdateLaunchesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UpdateLaunchesResponse, error)
- func (c *ClientWithResponses) UpdateLaunchesWithResponse(ctx context.Context, projectName string, body UpdateLaunchesJSONRequestBody, ...) (*UpdateLaunchesResponse, error)
- func (c *ClientWithResponses) UpdateLogTypeByIdWithBodyWithResponse(ctx context.Context, projectName string, logTypeId int64, contentType string, ...) (*UpdateLogTypeByIdResponse, error)
- func (c *ClientWithResponses) UpdateLogTypeByIdWithResponse(ctx context.Context, projectName string, logTypeId int64, ...) (*UpdateLogTypeByIdResponse, error)
- func (c *ClientWithResponses) UpdateNotificationWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UpdateNotificationResponse, error)
- func (c *ClientWithResponses) UpdateNotificationWithResponse(ctx context.Context, projectName string, ...) (*UpdateNotificationResponse, error)
- func (c *ClientWithResponses) UpdatePatternTemplateWithBodyWithResponse(ctx context.Context, projectName string, id int64, contentType string, ...) (*UpdatePatternTemplateResponse, error)
- func (c *ClientWithResponses) UpdatePatternTemplateWithResponse(ctx context.Context, projectName string, id int64, ...) (*UpdatePatternTemplateResponse, error)
- func (c *ClientWithResponses) UpdatePluginStateWithBodyWithResponse(ctx context.Context, pluginId int64, contentType string, body io.Reader, ...) (*UpdatePluginStateResponse, error)
- func (c *ClientWithResponses) UpdatePluginStateWithResponse(ctx context.Context, pluginId int64, body UpdatePluginStateJSONRequestBody, ...) (*UpdatePluginStateResponse, error)
- func (c *ClientWithResponses) UpdateProjectIntegrationWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*UpdateProjectIntegrationResponse, error)
- func (c *ClientWithResponses) UpdateProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, ...) (*UpdateProjectIntegrationResponse, error)
- func (c *ClientWithResponses) UpdateProjectIssueSubTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UpdateProjectIssueSubTypeResponse, error)
- func (c *ClientWithResponses) UpdateProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, ...) (*UpdateProjectIssueSubTypeResponse, error)
- func (c *ClientWithResponses) UpdateProjectNotificationConfigWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UpdateProjectNotificationConfigResponse, error)
- func (c *ClientWithResponses) UpdateProjectNotificationConfigWithResponse(ctx context.Context, projectName string, ...) (*UpdateProjectNotificationConfigResponse, error)
- func (c *ClientWithResponses) UpdateProjectWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UpdateProjectResponse, error)
- func (c *ClientWithResponses) UpdateProjectWithResponse(ctx context.Context, projectName string, body UpdateProjectJSONRequestBody, ...) (*UpdateProjectResponse, error)
- func (c *ClientWithResponses) UpdateServerSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UpdateServerSettingsResponse, error)
- func (c *ClientWithResponses) UpdateServerSettingsWithResponse(ctx context.Context, body UpdateServerSettingsJSONRequestBody, ...) (*UpdateServerSettingsResponse, error)
- func (c *ClientWithResponses) UpdateTestItemWithBodyWithResponse(ctx context.Context, projectName string, itemId int64, contentType string, ...) (*UpdateTestItemResponse, error)
- func (c *ClientWithResponses) UpdateTestItemWithResponse(ctx context.Context, projectName string, itemId int64, ...) (*UpdateTestItemResponse, error)
- func (c *ClientWithResponses) UpdateUserFilterWithBodyWithResponse(ctx context.Context, projectName string, filterId int64, contentType string, ...) (*UpdateUserFilterResponse, error)
- func (c *ClientWithResponses) UpdateUserFilterWithResponse(ctx context.Context, projectName string, filterId int64, ...) (*UpdateUserFilterResponse, error)
- func (c *ClientWithResponses) UpdateUserFiltersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, ...) (*UpdateUserFiltersResponse, error)
- func (c *ClientWithResponses) UpdateUserFiltersWithResponse(ctx context.Context, projectName string, body UpdateUserFiltersJSONRequestBody, ...) (*UpdateUserFiltersResponse, error)
- func (c *ClientWithResponses) UpdateWidgetWithBodyWithResponse(ctx context.Context, projectName string, widgetId int64, contentType string, ...) (*UpdateWidgetResponse, error)
- func (c *ClientWithResponses) UpdateWidgetWithResponse(ctx context.Context, projectName string, widgetId int64, ...) (*UpdateWidgetResponse, error)
- func (c *ClientWithResponses) UploadPhotoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UploadPhotoResponse, error)
- func (c *ClientWithResponses) UploadPluginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UploadPluginResponse, error)
- type ClientWithResponsesInterface
- type CompareLaunchesParams
- type CompareLaunchesResponse
- func (r CompareLaunchesResponse) GetBody() []byte
- func (r CompareLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CompareLaunchesResponse) GetSuccess() *map[string][]externalRef0.ChartStatisticsContent
- func (r CompareLaunchesResponse) Status() string
- func (r CompareLaunchesResponse) StatusCode() int
- type CreateApiKeyJSONRequestBody
- type CreateApiKeyResponse
- type CreateClustersJSONRequestBody
- type CreateClustersResponse
- type CreateDashboardJSONRequestBody
- type CreateDashboardResponse
- type CreateFilterJSONRequestBody
- type CreateFilterResponse
- type CreateGlobalIntegrationJSONRequestBody
- type CreateGlobalIntegrationResponse
- func (r CreateGlobalIntegrationResponse) GetBody() []byte
- func (r CreateGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreateGlobalIntegrationResponse) GetSuccess() *externalRef0.EntryCreatedRS
- func (r CreateGlobalIntegrationResponse) Status() string
- func (r CreateGlobalIntegrationResponse) StatusCode() int
- type CreateGroupJSONRequestBody
- type CreateGroupResponse
- type CreateIssueJSONRequestBody
- type CreateIssueResponse
- type CreateLog1MultipartBody
- type CreateLog1MultipartRequestBody
- type CreateLog1Response
- type CreateLogEntry1JSONRequestBody
- type CreateLogEntry1Response
- func (r CreateLogEntry1Response) GetBody() []byte
- func (r CreateLogEntry1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreateLogEntry1Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
- func (r CreateLogEntry1Response) Status() string
- func (r CreateLogEntry1Response) StatusCode() int
- type CreateLogEntryJSONRequestBody
- type CreateLogEntryResponse
- type CreateLogMultipartBody
- type CreateLogMultipartRequestBody
- type CreateLogResponse
- type CreateLogTypeJSONRequestBody
- type CreateLogTypeResponse
- type CreateNotificationJSONRequestBody
- type CreateNotificationResponse
- func (r CreateNotificationResponse) GetBody() []byte
- func (r CreateNotificationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreateNotificationResponse) GetSuccess() *externalRef0.EntryCreatedRS
- func (r CreateNotificationResponse) Status() string
- func (r CreateNotificationResponse) StatusCode() int
- type CreatePatternTemplateJSONRequestBody
- type CreatePatternTemplateResponse
- func (r CreatePatternTemplateResponse) GetBody() []byte
- func (r CreatePatternTemplateResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreatePatternTemplateResponse) GetSuccess() *externalRef0.EntryCreatedRS
- func (r CreatePatternTemplateResponse) Status() string
- func (r CreatePatternTemplateResponse) StatusCode() int
- type CreatePreconfiguredJSONRequestBody
- type CreatePreconfiguredResponse
- func (r CreatePreconfiguredResponse) GetBody() []byte
- func (r CreatePreconfiguredResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreatePreconfiguredResponse) GetSuccess() *externalRef0.EntryCreatedRS
- func (r CreatePreconfiguredResponse) Status() string
- func (r CreatePreconfiguredResponse) StatusCode() int
- type CreateProjectIntegrationJSONRequestBody
- type CreateProjectIntegrationResponse
- func (r CreateProjectIntegrationResponse) GetBody() []byte
- func (r CreateProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreateProjectIntegrationResponse) GetSuccess() *externalRef0.EntryCreatedRS
- func (r CreateProjectIntegrationResponse) Status() string
- func (r CreateProjectIntegrationResponse) StatusCode() int
- type CreateProjectIssueSubTypeJSONRequestBody
- type CreateProjectIssueSubTypeResponse
- func (r CreateProjectIssueSubTypeResponse) GetBody() []byte
- func (r CreateProjectIssueSubTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreateProjectIssueSubTypeResponse) GetSuccess() *externalRef0.IssueSubTypeCreatedRS
- func (r CreateProjectIssueSubTypeResponse) Status() string
- func (r CreateProjectIssueSubTypeResponse) StatusCode() int
- type CreateProjectJSONRequestBody
- type CreateProjectResponse
- type CreateUserBidJSONRequestBody
- type CreateUserBidResponse
- type CreateUserByAdminJSONRequestBody
- type CreateUserByAdminResponse
- func (r CreateUserByAdminResponse) GetBody() []byte
- func (r CreateUserByAdminResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r CreateUserByAdminResponse) GetSuccess() *externalRef0.CreateUserRS
- func (r CreateUserByAdminResponse) Status() string
- func (r CreateUserByAdminResponse) StatusCode() int
- type CreateUserJSONRequestBody
- type CreateUserParams
- type CreateUserResponse
- type CreateWidgetJSONRequestBody
- type CreateWidgetResponse
- type DefineTestItemIssueTypeJSONRequestBody
- type DefineTestItemIssueTypeResponse
- func (r DefineTestItemIssueTypeResponse) GetBody() []byte
- func (r DefineTestItemIssueTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DefineTestItemIssueTypeResponse) GetSuccess() *[]externalRef0.Issue
- func (r DefineTestItemIssueTypeResponse) Status() string
- func (r DefineTestItemIssueTypeResponse) StatusCode() int
- type DeleteAllIntegrationsResponse
- func (r DeleteAllIntegrationsResponse) GetBody() []byte
- func (r DeleteAllIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteAllIntegrationsResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteAllIntegrationsResponse) Status() string
- func (r DeleteAllIntegrationsResponse) StatusCode() int
- type DeleteAllProjectIntegrationsResponse
- func (r DeleteAllProjectIntegrationsResponse) GetBody() []byte
- func (r DeleteAllProjectIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteAllProjectIntegrationsResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteAllProjectIntegrationsResponse) Status() string
- func (r DeleteAllProjectIntegrationsResponse) StatusCode() int
- type DeleteApiKeyResponse
- type DeleteDashboardResponse
- func (r DeleteDashboardResponse) GetBody() []byte
- func (r DeleteDashboardResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteDashboardResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteDashboardResponse) Status() string
- func (r DeleteDashboardResponse) StatusCode() int
- type DeleteFilterResponse
- type DeleteGlobalIntegrationResponse
- func (r DeleteGlobalIntegrationResponse) GetBody() []byte
- func (r DeleteGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteGlobalIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteGlobalIntegrationResponse) Status() string
- func (r DeleteGlobalIntegrationResponse) StatusCode() int
- type DeleteGroupFromProjectByIdResponse
- type DeleteGroupResponse
- type DeleteLaunchResponse
- type DeleteLaunchesParams
- type DeleteLaunchesResponse
- type DeleteLogResponse
- type DeleteLogTypeByIdResponse
- type DeleteNotificationResponse
- func (r DeleteNotificationResponse) GetBody() []byte
- func (r DeleteNotificationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteNotificationResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteNotificationResponse) Status() string
- func (r DeleteNotificationResponse) StatusCode() int
- type DeletePatternTemplateResponse
- func (r DeletePatternTemplateResponse) GetBody() []byte
- func (r DeletePatternTemplateResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeletePatternTemplateResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeletePatternTemplateResponse) Status() string
- func (r DeletePatternTemplateResponse) StatusCode() int
- type DeletePhotoResponse
- type DeletePluginResponse
- type DeleteProject1Response
- type DeleteProjectFromGroupByIdResponse
- type DeleteProjectIndexResponse
- func (r DeleteProjectIndexResponse) GetBody() []byte
- func (r DeleteProjectIndexResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteProjectIndexResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteProjectIndexResponse) Status() string
- func (r DeleteProjectIndexResponse) StatusCode() int
- type DeleteProjectIntegrationResponse
- func (r DeleteProjectIntegrationResponse) GetBody() []byte
- func (r DeleteProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteProjectIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteProjectIntegrationResponse) Status() string
- func (r DeleteProjectIntegrationResponse) StatusCode() int
- type DeleteProjectIssueSubTypeResponse
- func (r DeleteProjectIssueSubTypeResponse) GetBody() []byte
- func (r DeleteProjectIssueSubTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteProjectIssueSubTypeResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r DeleteProjectIssueSubTypeResponse) Status() string
- func (r DeleteProjectIssueSubTypeResponse) StatusCode() int
- type DeleteProjectParams
- type DeleteProjectResponse
- type DeleteTestItemResponse
- type DeleteTestItemsParams
- type DeleteTestItemsResponse
- func (r DeleteTestItemsResponse) GetBody() []byte
- func (r DeleteTestItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r DeleteTestItemsResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
- func (r DeleteTestItemsResponse) Status() string
- func (r DeleteTestItemsResponse) StatusCode() int
- type DeleteUserFromGroupByIdResponse
- type DeleteUserResponse
- type DeleteUsersParams
- type DeleteUsersResponse
- type EditUserJSONRequestBody
- type EditUserResponse
- type ExecuteImportPluginCommandMultipartBody
- type ExecuteImportPluginCommandMultipartRequestBody
- type ExecuteImportPluginCommandResponse
- func (r ExecuteImportPluginCommandResponse) GetBody() []byte
- func (r ExecuteImportPluginCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r ExecuteImportPluginCommandResponse) GetSuccess() *map[string]interface{}
- func (r ExecuteImportPluginCommandResponse) Status() string
- func (r ExecuteImportPluginCommandResponse) StatusCode() int
- type ExecuteIntegrationCommandJSONBody
- type ExecuteIntegrationCommandJSONRequestBody
- type ExecuteIntegrationCommandResponse
- func (r ExecuteIntegrationCommandResponse) GetBody() []byte
- func (r ExecuteIntegrationCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r ExecuteIntegrationCommandResponse) GetSuccess() *map[string]interface{}
- func (r ExecuteIntegrationCommandResponse) Status() string
- func (r ExecuteIntegrationCommandResponse) StatusCode() int
- type ExecutePluginCommandJSONBody
- type ExecutePluginCommandJSONRequestBody
- type ExecutePluginCommandResponse
- func (r ExecutePluginCommandResponse) GetBody() []byte
- func (r ExecutePluginCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r ExecutePluginCommandResponse) GetSuccess() *map[string]interface{}
- func (r ExecutePluginCommandResponse) Status() string
- func (r ExecutePluginCommandResponse) StatusCode() int
- type ExecutePublicPluginCommandJSONBody
- type ExecutePublicPluginCommandJSONRequestBody
- type ExecutePublicPluginCommandResponse
- func (r ExecutePublicPluginCommandResponse) GetBody() []byte
- func (r ExecutePublicPluginCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r ExecutePublicPluginCommandResponse) GetSuccess() *map[string]interface{}
- func (r ExecutePublicPluginCommandResponse) Status() string
- func (r ExecutePublicPluginCommandResponse) StatusCode() int
- type ExportParams
- type ExportParamsView
- type ExportProjectsParams
- type ExportProjectsParamsView
- type ExportProjectsResponse
- type ExportResponse
- type FindUsersParams
- type FindUsersResponse
- type FinishLaunch1JSONRequestBody
- type FinishLaunch1Response
- type FinishLaunchJSONRequestBody
- type FinishLaunchResponse
- type FinishTestItem1JSONRequestBody
- type FinishTestItem1Response
- func (r FinishTestItem1Response) GetBody() []byte
- func (r FinishTestItem1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r FinishTestItem1Response) GetSuccess() *externalRef0.OperationCompletionRS
- func (r FinishTestItem1Response) Status() string
- func (r FinishTestItem1Response) StatusCode() int
- type FinishTestItem2JSONRequestBody
- type FinishTestItem2Response
- func (r FinishTestItem2Response) GetBody() []byte
- func (r FinishTestItem2Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r FinishTestItem2Response) GetSuccess() *externalRef0.OperationCompletionRS
- func (r FinishTestItem2Response) Status() string
- func (r FinishTestItem2Response) StatusCode() int
- type FinishTestItem3JSONRequestBody
- type FinishTestItem3Response
- func (r FinishTestItem3Response) GetBody() []byte
- func (r FinishTestItem3Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r FinishTestItem3Response) GetSuccess() *externalRef0.OperationCompletionRS
- func (r FinishTestItem3Response) Status() string
- func (r FinishTestItem3Response) StatusCode() int
- type FinishTestItemJSONRequestBody
- type FinishTestItemResponse
- type ForceFinishLaunchJSONRequestBody
- type ForceFinishLaunchResponse
- func (r ForceFinishLaunchResponse) GetBody() []byte
- func (r ForceFinishLaunchResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r ForceFinishLaunchResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r ForceFinishLaunchResponse) Status() string
- func (r ForceFinishLaunchResponse) StatusCode() int
- type GenerateJSONRequestBody
- type GenerateResponse
- type GetActivitiesJSONRequestBody
- type GetActivitiesParams
- type GetActivitiesParamsOrder
- type GetActivitiesResponse
- func (r GetActivitiesResponse) GetBody() []byte
- func (r GetActivitiesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetActivitiesResponse) GetSuccess() *externalRef0.PagedResponseActivityEventResource
- func (r GetActivitiesResponse) Status() string
- func (r GetActivitiesResponse) StatusCode() int
- type GetActivityResponse
- type GetAllDashboardsParams
- type GetAllDashboardsResponse
- func (r GetAllDashboardsResponse) GetBody() []byte
- func (r GetAllDashboardsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetAllDashboardsResponse) GetSuccess() *externalRef0.PageDashboardResource
- func (r GetAllDashboardsResponse) Status() string
- func (r GetAllDashboardsResponse) StatusCode() int
- type GetAllFiltersNamesParams
- type GetAllFiltersNamesResponse
- func (r GetAllFiltersNamesResponse) GetBody() []byte
- func (r GetAllFiltersNamesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetAllFiltersNamesResponse) GetSuccess() *externalRef0.PageOwnedEntityResource
- func (r GetAllFiltersNamesResponse) Status() string
- func (r GetAllFiltersNamesResponse) StatusCode() int
- type GetAllFiltersParams
- type GetAllFiltersResponse
- type GetAllLaunchNamesParams
- type GetAllLaunchNamesResponse
- type GetAllOwnersParams
- type GetAllOwnersResponse
- type GetAllProjectNamesResponse
- type GetAllProjectsInfoParams
- type GetAllProjectsInfoResponse
- func (r GetAllProjectsInfoResponse) GetBody() []byte
- func (r GetAllProjectsInfoResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetAllProjectsInfoResponse) GetSuccess() *externalRef0.PageProjectInfoResource
- func (r GetAllProjectsInfoResponse) Status() string
- func (r GetAllProjectsInfoResponse) StatusCode() int
- type GetAllowableIssueTypes1Response
- func (r GetAllowableIssueTypes1Response) GetBody() []byte
- func (r GetAllowableIssueTypes1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetAllowableIssueTypes1Response) GetSuccess() *[]string
- func (r GetAllowableIssueTypes1Response) Status() string
- func (r GetAllowableIssueTypes1Response) StatusCode() int
- type GetAllowableIssueTypesResponse
- func (r GetAllowableIssueTypesResponse) GetBody() []byte
- func (r GetAllowableIssueTypesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetAllowableIssueTypesResponse) GetSuccess() *[]string
- func (r GetAllowableIssueTypesResponse) Status() string
- func (r GetAllowableIssueTypesResponse) StatusCode() int
- type GetAnalyzerIndexingStatusResponse
- func (r GetAnalyzerIndexingStatusResponse) GetBody() []byte
- func (r GetAnalyzerIndexingStatusResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetAnalyzerIndexingStatusResponse) GetSuccess() *map[string]bool
- func (r GetAnalyzerIndexingStatusResponse) Status() string
- func (r GetAnalyzerIndexingStatusResponse) StatusCode() int
- type GetAttributeKeys1Params
- type GetAttributeKeys1Response
- type GetAttributeKeysForProjectParams
- type GetAttributeKeysForProjectResponse
- func (r GetAttributeKeysForProjectResponse) GetBody() []byte
- func (r GetAttributeKeysForProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetAttributeKeysForProjectResponse) GetSuccess() *[]string
- func (r GetAttributeKeysForProjectResponse) Status() string
- func (r GetAttributeKeysForProjectResponse) StatusCode() int
- type GetAttributeKeysParams
- type GetAttributeKeysResponse
- type GetAttributeValues1Params
- type GetAttributeValues1Response
- type GetAttributeValues2Params
- type GetAttributeValues2Response
- type GetAttributeValuesParams
- type GetAttributeValuesResponse
- type GetClustersParams
- type GetClustersResponse
- type GetDashboardConfigResponse
- func (r GetDashboardConfigResponse) GetBody() []byte
- func (r GetDashboardConfigResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetDashboardConfigResponse) GetSuccess() *externalRef0.DashboardConfigResource
- func (r GetDashboardConfigResponse) Status() string
- func (r GetDashboardConfigResponse) StatusCode() int
- type GetDashboardResponse
- type GetDebugLaunchesParams
- type GetDebugLaunchesResponse
- func (r GetDebugLaunchesResponse) GetBody() []byte
- func (r GetDebugLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetDebugLaunchesResponse) GetSuccess() *externalRef0.PageLaunchResource
- func (r GetDebugLaunchesResponse) Status() string
- func (r GetDebugLaunchesResponse) StatusCode() int
- type GetErrorPageParams
- type GetErrorPageResponse
- type GetFileResponse
- type GetFilterResponse
- type GetGlobalIntegrationResponse
- func (r GetGlobalIntegrationResponse) GetBody() []byte
- func (r GetGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetGlobalIntegrationResponse) GetSuccess() *externalRef0.IntegrationResource
- func (r GetGlobalIntegrationResponse) Status() string
- func (r GetGlobalIntegrationResponse) StatusCode() int
- type GetGlobalIntegrations1Response
- func (r GetGlobalIntegrations1Response) GetBody() []byte
- func (r GetGlobalIntegrations1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetGlobalIntegrations1Response) GetSuccess() *[]externalRef0.IntegrationResource
- func (r GetGlobalIntegrations1Response) Status() string
- func (r GetGlobalIntegrations1Response) StatusCode() int
- type GetGlobalIntegrations2Response
- func (r GetGlobalIntegrations2Response) GetBody() []byte
- func (r GetGlobalIntegrations2Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetGlobalIntegrations2Response) GetSuccess() *[]externalRef0.IntegrationResource
- func (r GetGlobalIntegrations2Response) Status() string
- func (r GetGlobalIntegrations2Response) StatusCode() int
- type GetGlobalIntegrationsResponse
- func (r GetGlobalIntegrationsResponse) GetBody() []byte
- func (r GetGlobalIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetGlobalIntegrationsResponse) GetSuccess() *[]externalRef0.IntegrationResource
- func (r GetGlobalIntegrationsResponse) Status() string
- func (r GetGlobalIntegrationsResponse) StatusCode() int
- type GetGroupByIdResponse
- type GetGroupProjectByIdResponse
- func (r GetGroupProjectByIdResponse) GetBody() []byte
- func (r GetGroupProjectByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetGroupProjectByIdResponse) GetSuccess() *externalRef0.GroupProjectInfo
- func (r GetGroupProjectByIdResponse) Status() string
- func (r GetGroupProjectByIdResponse) StatusCode() int
- type GetGroupProjectsParams
- type GetGroupProjectsResponse
- func (r GetGroupProjectsResponse) GetBody() []byte
- func (r GetGroupProjectsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetGroupProjectsResponse) GetSuccess() *externalRef0.GroupProjectsPage
- func (r GetGroupProjectsResponse) Status() string
- func (r GetGroupProjectsResponse) StatusCode() int
- type GetGroupUserByIdResponse
- type GetGroupUsersParams
- type GetGroupUsersResponse
- type GetGroupsOfProjectParams
- type GetGroupsOfProjectResponse
- func (r GetGroupsOfProjectResponse) GetBody() []byte
- func (r GetGroupsOfProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetGroupsOfProjectResponse) GetSuccess() *externalRef0.ProjectGroupsPage
- func (r GetGroupsOfProjectResponse) Status() string
- func (r GetGroupsOfProjectResponse) StatusCode() int
- type GetGroupsParams
- type GetGroupsResponse
- type GetItemsHistoryParams
- type GetItemsHistoryResponse
- func (r GetItemsHistoryResponse) GetBody() []byte
- func (r GetItemsHistoryResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetItemsHistoryResponse) GetSuccess() *externalRef0.PageTestItemHistoryElement
- func (r GetItemsHistoryResponse) Status() string
- func (r GetItemsHistoryResponse) StatusCode() int
- type GetLatestLaunchesParams
- type GetLatestLaunchesResponse
- func (r GetLatestLaunchesResponse) GetBody() []byte
- func (r GetLatestLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetLatestLaunchesResponse) GetSuccess() *externalRef0.PageLaunchResource
- func (r GetLatestLaunchesResponse) Status() string
- func (r GetLatestLaunchesResponse) StatusCode() int
- type GetLaunchByUuidOldTimestampResponse
- type GetLaunchReportParams
- type GetLaunchReportParamsView
- type GetLaunchReportResponse
- type GetLaunchResponse
- type GetLogByUuidResponse
- type GetLogResponse
- type GetLogTypesResponse
- type GetLogsParams
- type GetLogsResponse
- type GetLogsUnderJSONRequestBody
- type GetLogsUnderResponse
- type GetLogsWithLocationBySearchParams
- type GetLogsWithLocationBySearchResponse
- func (r GetLogsWithLocationBySearchResponse) GetBody() []byte
- func (r GetLogsWithLocationBySearchResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetLogsWithLocationBySearchResponse) GetSuccess() *externalRef0.PagePagedLogResource
- func (r GetLogsWithLocationBySearchResponse) Status() string
- func (r GetLogsWithLocationBySearchResponse) StatusCode() int
- type GetMyPhotoParams
- type GetMyPhotoResponse
- type GetMyself1Response
- type GetMyselfResponse
- type GetNestedItemsParams
- type GetNestedItemsResponse
- type GetNotificationsResponse
- func (r GetNotificationsResponse) GetBody() []byte
- func (r GetNotificationsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetNotificationsResponse) GetSuccess() *[]externalRef0.SenderCaseDTO
- func (r GetNotificationsResponse) Status() string
- func (r GetNotificationsResponse) StatusCode() int
- type GetPageNumberParams
- type GetPageNumberResponse
- type GetPlugins1Response
- type GetPluginsResponse
- type GetProjectGroupByIdResponse
- func (r GetProjectGroupByIdResponse) GetBody() []byte
- func (r GetProjectGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetProjectGroupByIdResponse) GetSuccess() *externalRef0.ProjectGroupInfo
- func (r GetProjectGroupByIdResponse) Status() string
- func (r GetProjectGroupByIdResponse) StatusCode() int
- type GetProjectInfoParams
- type GetProjectInfoResponse
- type GetProjectIntegrationResponse
- func (r GetProjectIntegrationResponse) GetBody() []byte
- func (r GetProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetProjectIntegrationResponse) GetSuccess() *externalRef0.IntegrationResource
- func (r GetProjectIntegrationResponse) Status() string
- func (r GetProjectIntegrationResponse) StatusCode() int
- type GetProjectIntegrations1Response
- func (r GetProjectIntegrations1Response) GetBody() []byte
- func (r GetProjectIntegrations1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetProjectIntegrations1Response) GetSuccess() *[]externalRef0.IntegrationResource
- func (r GetProjectIntegrations1Response) Status() string
- func (r GetProjectIntegrations1Response) StatusCode() int
- type GetProjectIntegrationsResponse
- func (r GetProjectIntegrationsResponse) GetBody() []byte
- func (r GetProjectIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetProjectIntegrationsResponse) GetSuccess() *[]externalRef0.IntegrationResource
- func (r GetProjectIntegrationsResponse) Status() string
- func (r GetProjectIntegrationsResponse) StatusCode() int
- type GetProjectLaunchesParams
- type GetProjectLaunchesResponse
- func (r GetProjectLaunchesResponse) GetBody() []byte
- func (r GetProjectLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetProjectLaunchesResponse) GetSuccess() *externalRef0.PageLaunchResource
- func (r GetProjectLaunchesResponse) Status() string
- func (r GetProjectLaunchesResponse) StatusCode() int
- type GetProjectResponse
- type GetProjectSettingsResponse
- func (r GetProjectSettingsResponse) GetBody() []byte
- func (r GetProjectSettingsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetProjectSettingsResponse) GetSuccess() *externalRef0.ProjectSettingsResource
- func (r GetProjectSettingsResponse) Status() string
- func (r GetProjectSettingsResponse) StatusCode() int
- type GetProjectSubjectNameParams
- type GetProjectSubjectNameResponse
- func (r GetProjectSubjectNameResponse) GetBody() []byte
- func (r GetProjectSubjectNameResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetProjectSubjectNameResponse) GetSuccess() *[]string
- func (r GetProjectSubjectNameResponse) Status() string
- func (r GetProjectSubjectNameResponse) StatusCode() int
- type GetProjectUsers1Params
- type GetProjectUsers1Response
- type GetProjectUsersParams
- type GetProjectUsersResponse
- type GetProjectWidgetParams
- type GetProjectWidgetResponse
- type GetPublicFileResponse
- type GetServerSettingsResponse
- type GetSetOfIntegrationSystemFields1Params
- type GetSetOfIntegrationSystemFields1Response
- func (r GetSetOfIntegrationSystemFields1Response) GetBody() []byte
- func (r GetSetOfIntegrationSystemFields1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetSetOfIntegrationSystemFields1Response) GetSuccess() *[]externalRef0.PostFormField
- func (r GetSetOfIntegrationSystemFields1Response) Status() string
- func (r GetSetOfIntegrationSystemFields1Response) StatusCode() int
- type GetSetOfIntegrationSystemFieldsParams
- type GetSetOfIntegrationSystemFieldsResponse
- func (r GetSetOfIntegrationSystemFieldsResponse) GetBody() []byte
- func (r GetSetOfIntegrationSystemFieldsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetSetOfIntegrationSystemFieldsResponse) GetSuccess() *[]externalRef0.PostFormField
- func (r GetSetOfIntegrationSystemFieldsResponse) Status() string
- func (r GetSetOfIntegrationSystemFieldsResponse) StatusCode() int
- type GetStatusesParams
- type GetStatusesResponse
- type GetSuggestedClusterItemsResponse
- func (r GetSuggestedClusterItemsResponse) GetBody() []byte
- func (r GetSuggestedClusterItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetSuggestedClusterItemsResponse) GetSuccess() *[]externalRef0.SuggestedItem
- func (r GetSuggestedClusterItemsResponse) Status() string
- func (r GetSuggestedClusterItemsResponse) StatusCode() int
- type GetSuggestedItemsResponse
- func (r GetSuggestedItemsResponse) GetBody() []byte
- func (r GetSuggestedItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetSuggestedItemsResponse) GetSuccess() *[]externalRef0.SuggestedItem
- func (r GetSuggestedItemsResponse) Status() string
- func (r GetSuggestedItemsResponse) StatusCode() int
- type GetTestItemActivitiesParams
- type GetTestItemActivitiesResponse
- func (r GetTestItemActivitiesResponse) GetBody() []byte
- func (r GetTestItemActivitiesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetTestItemActivitiesResponse) GetSuccess() *externalRef0.PageActivityEventResource
- func (r GetTestItemActivitiesResponse) Status() string
- func (r GetTestItemActivitiesResponse) StatusCode() int
- type GetTestItemByUuidTimestampResponse
- type GetTestItemResponse
- type GetTestItems1Params
- type GetTestItems1Response
- type GetTestItems2Params
- type GetTestItems2Response
- type GetTestItems3Params
- type GetTestItems3Response
- type GetTestItemsParams
- type GetTestItemsResponse
- type GetTestItemsV2Params
- type GetTestItemsV2Response
- type GetTicketIdsForProjectParams
- type GetTicketIdsForProjectResponse
- func (r GetTicketIdsForProjectResponse) GetBody() []byte
- func (r GetTicketIdsForProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetTicketIdsForProjectResponse) GetSuccess() *[]string
- func (r GetTicketIdsForProjectResponse) Status() string
- func (r GetTicketIdsForProjectResponse) StatusCode() int
- type GetTicketIdsParams
- type GetTicketIdsResponse
- type GetTicketParams
- type GetTicketResponse
- type GetUniqueAttributeKeysParams
- type GetUniqueAttributeKeysResponse
- func (r GetUniqueAttributeKeysResponse) GetBody() []byte
- func (r GetUniqueAttributeKeysResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetUniqueAttributeKeysResponse) GetSuccess() *[]string
- func (r GetUniqueAttributeKeysResponse) Status() string
- func (r GetUniqueAttributeKeysResponse) StatusCode() int
- type GetUserBidInfoParams
- type GetUserBidInfoResponse
- type GetUserFiltersParams
- type GetUserFiltersResponse
- type GetUserPhotoParams
- type GetUserPhotoResponse
- type GetUserPreference1Response
- func (r GetUserPreference1Response) GetBody() []byte
- func (r GetUserPreference1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetUserPreference1Response) GetSuccess() *externalRef0.PreferenceResource
- func (r GetUserPreference1Response) Status() string
- func (r GetUserPreference1Response) StatusCode() int
- type GetUserPreferenceResponse
- func (r GetUserPreferenceResponse) GetBody() []byte
- func (r GetUserPreferenceResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetUserPreferenceResponse) GetSuccess() *externalRef0.PreferenceResource
- func (r GetUserPreferenceResponse) Status() string
- func (r GetUserPreferenceResponse) StatusCode() int
- type GetUserProjectsResponse
- func (r GetUserProjectsResponse) GetBody() []byte
- func (r GetUserProjectsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetUserProjectsResponse) GetSuccess() *map[string]externalRef0.AssignedProject
- func (r GetUserProjectsResponse) Status() string
- func (r GetUserProjectsResponse) StatusCode() int
- type GetUserResponse
- type GetUsersApiKeysResponse
- type GetUsersForAssignParams
- type GetUsersForAssignResponse
- func (r GetUsersForAssignResponse) GetBody() []byte
- func (r GetUsersForAssignResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r GetUsersForAssignResponse) GetSuccess() *externalRef0.PageUserResource
- func (r GetUsersForAssignResponse) Status() string
- func (r GetUsersForAssignResponse) StatusCode() int
- type GetUsersParams
- type GetUsersResponse
- type GetWidget1Params
- type GetWidget1Response
- type GetWidgetNamesParams
- type GetWidgetNamesResponse
- type GetWidgetPreviewJSONRequestBody
- type GetWidgetPreviewResponse
- type GetWidgetResponse
- type HandleSuggestChooseJSONBody
- type HandleSuggestChooseJSONRequestBody
- type HandleSuggestChooseResponse
- func (r HandleSuggestChooseResponse) GetBody() []byte
- func (r HandleSuggestChooseResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r HandleSuggestChooseResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r HandleSuggestChooseResponse) Status() string
- func (r HandleSuggestChooseResponse) StatusCode() int
- type HttpRequestDoer
- type IndexProjectDataResponse
- func (r IndexProjectDataResponse) GetBody() []byte
- func (r IndexProjectDataResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r IndexProjectDataResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r IndexProjectDataResponse) Status() string
- func (r IndexProjectDataResponse) StatusCode() int
- type IsRestorePasswordBidExistResponse
- func (r IsRestorePasswordBidExistResponse) GetBody() []byte
- func (r IsRestorePasswordBidExistResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r IsRestorePasswordBidExistResponse) GetSuccess() *externalRef0.YesNoRS
- func (r IsRestorePasswordBidExistResponse) Status() string
- func (r IsRestorePasswordBidExistResponse) StatusCode() int
- type LinkExternalIssuesJSONRequestBody
- type LinkExternalIssuesResponse
- func (r LinkExternalIssuesResponse) GetBody() []byte
- func (r LinkExternalIssuesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r LinkExternalIssuesResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
- func (r LinkExternalIssuesResponse) Status() string
- func (r LinkExternalIssuesResponse) StatusCode() int
- type MergeLaunchesOldUuid1JSONRequestBody
- type MergeLaunchesOldUuid1Response
- type MergeLaunchesOldUuidJSONRequestBody
- type MergeLaunchesOldUuidResponse
- type OnBoardingParams
- type OnBoardingResponse
- type RemoveAttachmentsByCsvMultipartBody
- type RemoveAttachmentsByCsvMultipartRequestBody
- type RemoveAttachmentsByCsvResponse
- func (r RemoveAttachmentsByCsvResponse) GetBody() []byte
- func (r RemoveAttachmentsByCsvResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r RemoveAttachmentsByCsvResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r RemoveAttachmentsByCsvResponse) Status() string
- func (r RemoveAttachmentsByCsvResponse) StatusCode() int
- type RemoveUserPreferenceResponse
- func (r RemoveUserPreferenceResponse) GetBody() []byte
- func (r RemoveUserPreferenceResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r RemoveUserPreferenceResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r RemoveUserPreferenceResponse) Status() string
- func (r RemoveUserPreferenceResponse) StatusCode() int
- type RemoveWidgetResponse
- type RequestEditorFn
- type ResetPasswordJSONRequestBody
- type ResetPasswordResponse
- type RestorePasswordJSONRequestBody
- type RestorePasswordResponse
- func (r RestorePasswordResponse) GetBody() []byte
- func (r RestorePasswordResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r RestorePasswordResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r RestorePasswordResponse) Status() string
- func (r RestorePasswordResponse) StatusCode() int
- type SaveAnalyticsSettings1JSONRequestBody
- type SaveAnalyticsSettings1Response
- func (r SaveAnalyticsSettings1Response) GetBody() []byte
- func (r SaveAnalyticsSettings1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r SaveAnalyticsSettings1Response) GetSuccess() *externalRef0.OperationCompletionRS
- func (r SaveAnalyticsSettings1Response) Status() string
- func (r SaveAnalyticsSettings1Response) StatusCode() int
- type SaveAnalyticsSettingsJSONRequestBody
- type SaveAnalyticsSettingsResponse
- func (r SaveAnalyticsSettingsResponse) GetBody() []byte
- func (r SaveAnalyticsSettingsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r SaveAnalyticsSettingsResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r SaveAnalyticsSettingsResponse) Status() string
- func (r SaveAnalyticsSettingsResponse) StatusCode() int
- type SearchForUserParams
- type SearchForUserResponse
- type SearchLogsJSONRequestBody
- type SearchLogsResponse
- type SearchProjectNamesParams
- type SearchProjectNamesResponse
- type StartChildItem1JSONRequestBody
- type StartChildItem1Response
- func (r StartChildItem1Response) GetBody() []byte
- func (r StartChildItem1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r StartChildItem1Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
- func (r StartChildItem1Response) Status() string
- func (r StartChildItem1Response) StatusCode() int
- type StartChildItem2JSONRequestBody
- type StartChildItem2Response
- func (r StartChildItem2Response) GetBody() []byte
- func (r StartChildItem2Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r StartChildItem2Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
- func (r StartChildItem2Response) Status() string
- func (r StartChildItem2Response) StatusCode() int
- type StartChildItem3JSONRequestBody
- type StartChildItem3Response
- func (r StartChildItem3Response) GetBody() []byte
- func (r StartChildItem3Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r StartChildItem3Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
- func (r StartChildItem3Response) Status() string
- func (r StartChildItem3Response) StatusCode() int
- type StartChildItemJSONRequestBody
- type StartChildItemResponse
- type StartLaunch1JSONRequestBody
- type StartLaunch1Response
- type StartLaunchAnalyzerJSONRequestBody
- type StartLaunchAnalyzerResponse
- func (r StartLaunchAnalyzerResponse) GetBody() []byte
- func (r StartLaunchAnalyzerResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r StartLaunchAnalyzerResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r StartLaunchAnalyzerResponse) Status() string
- func (r StartLaunchAnalyzerResponse) StatusCode() int
- type StartLaunchJSONRequestBody
- type StartLaunchResponse
- type StartRootItem1JSONRequestBody
- type StartRootItem1Response
- type StartRootItem2JSONRequestBody
- type StartRootItem2Response
- type StartRootItem3JSONRequestBody
- type StartRootItem3Response
- type StartRootItemJSONRequestBody
- type StartRootItemResponse
- type TestIntegrationConnection1Response
- func (r TestIntegrationConnection1Response) GetBody() []byte
- func (r TestIntegrationConnection1Response) GetJSONDefault() *externalRef0.ErrorRS
- func (r TestIntegrationConnection1Response) GetSuccess() *bool
- func (r TestIntegrationConnection1Response) Status() string
- func (r TestIntegrationConnection1Response) StatusCode() int
- type TestIntegrationConnectionResponse
- func (r TestIntegrationConnectionResponse) GetBody() []byte
- func (r TestIntegrationConnectionResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r TestIntegrationConnectionResponse) GetSuccess() *bool
- func (r TestIntegrationConnectionResponse) Status() string
- func (r TestIntegrationConnectionResponse) StatusCode() int
- type UnassignProjectUsersJSONRequestBody
- type UnassignProjectUsersResponse
- func (r UnassignProjectUsersResponse) GetBody() []byte
- func (r UnassignProjectUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UnassignProjectUsersResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UnassignProjectUsersResponse) Status() string
- func (r UnassignProjectUsersResponse) StatusCode() int
- type UnlinkExternalIssuesJSONRequestBody
- type UnlinkExternalIssuesResponse
- func (r UnlinkExternalIssuesResponse) GetBody() []byte
- func (r UnlinkExternalIssuesResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UnlinkExternalIssuesResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
- func (r UnlinkExternalIssuesResponse) Status() string
- func (r UnlinkExternalIssuesResponse) StatusCode() int
- type UpdateDashboardJSONRequestBody
- type UpdateDashboardResponse
- func (r UpdateDashboardResponse) GetBody() []byte
- func (r UpdateDashboardResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateDashboardResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateDashboardResponse) Status() string
- func (r UpdateDashboardResponse) StatusCode() int
- type UpdateGlobalIntegrationJSONRequestBody
- type UpdateGlobalIntegrationResponse
- func (r UpdateGlobalIntegrationResponse) GetBody() []byte
- func (r UpdateGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateGlobalIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateGlobalIntegrationResponse) Status() string
- func (r UpdateGlobalIntegrationResponse) StatusCode() int
- type UpdateGroupJSONRequestBody
- type UpdateGroupResponse
- type UpdateLaunchJSONRequestBody
- type UpdateLaunchResponse
- type UpdateLaunchesJSONRequestBody
- type UpdateLaunchesResponse
- type UpdateLogTypeByIdJSONRequestBody
- type UpdateLogTypeByIdResponse
- func (r UpdateLogTypeByIdResponse) GetBody() []byte
- func (r UpdateLogTypeByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateLogTypeByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
- func (r UpdateLogTypeByIdResponse) Status() string
- func (r UpdateLogTypeByIdResponse) StatusCode() int
- type UpdateNotificationJSONRequestBody
- type UpdateNotificationResponse
- func (r UpdateNotificationResponse) GetBody() []byte
- func (r UpdateNotificationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateNotificationResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateNotificationResponse) Status() string
- func (r UpdateNotificationResponse) StatusCode() int
- type UpdatePatternTemplateJSONRequestBody
- type UpdatePatternTemplateResponse
- func (r UpdatePatternTemplateResponse) GetBody() []byte
- func (r UpdatePatternTemplateResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdatePatternTemplateResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdatePatternTemplateResponse) Status() string
- func (r UpdatePatternTemplateResponse) StatusCode() int
- type UpdatePluginStateJSONRequestBody
- type UpdatePluginStateResponse
- func (r UpdatePluginStateResponse) GetBody() []byte
- func (r UpdatePluginStateResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdatePluginStateResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdatePluginStateResponse) Status() string
- func (r UpdatePluginStateResponse) StatusCode() int
- type UpdateProjectIntegrationJSONRequestBody
- type UpdateProjectIntegrationResponse
- func (r UpdateProjectIntegrationResponse) GetBody() []byte
- func (r UpdateProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateProjectIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateProjectIntegrationResponse) Status() string
- func (r UpdateProjectIntegrationResponse) StatusCode() int
- type UpdateProjectIssueSubTypeJSONRequestBody
- type UpdateProjectIssueSubTypeResponse
- func (r UpdateProjectIssueSubTypeResponse) GetBody() []byte
- func (r UpdateProjectIssueSubTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateProjectIssueSubTypeResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateProjectIssueSubTypeResponse) Status() string
- func (r UpdateProjectIssueSubTypeResponse) StatusCode() int
- type UpdateProjectJSONRequestBody
- type UpdateProjectNotificationConfigJSONRequestBody
- type UpdateProjectNotificationConfigResponse
- func (r UpdateProjectNotificationConfigResponse) GetBody() []byte
- func (r UpdateProjectNotificationConfigResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateProjectNotificationConfigResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateProjectNotificationConfigResponse) Status() string
- func (r UpdateProjectNotificationConfigResponse) StatusCode() int
- type UpdateProjectResponse
- type UpdateServerSettingsJSONRequestBody
- type UpdateServerSettingsResponse
- func (r UpdateServerSettingsResponse) GetBody() []byte
- func (r UpdateServerSettingsResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateServerSettingsResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateServerSettingsResponse) Status() string
- func (r UpdateServerSettingsResponse) StatusCode() int
- type UpdateTestItemJSONRequestBody
- type UpdateTestItemResponse
- type UpdateUserFilterJSONRequestBody
- type UpdateUserFilterResponse
- func (r UpdateUserFilterResponse) GetBody() []byte
- func (r UpdateUserFilterResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateUserFilterResponse) GetSuccess() *externalRef0.OperationCompletionRS
- func (r UpdateUserFilterResponse) Status() string
- func (r UpdateUserFilterResponse) StatusCode() int
- type UpdateUserFiltersJSONRequestBody
- type UpdateUserFiltersResponse
- func (r UpdateUserFiltersResponse) GetBody() []byte
- func (r UpdateUserFiltersResponse) GetJSONDefault() *externalRef0.ErrorRS
- func (r UpdateUserFiltersResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
- func (r UpdateUserFiltersResponse) Status() string
- func (r UpdateUserFiltersResponse) StatusCode() int
- type UpdateWidgetJSONRequestBody
- type UpdateWidgetResponse
- type UploadPhotoMultipartBody
- type UploadPhotoMultipartRequestBody
- type UploadPhotoResponse
- type UploadPluginMultipartBody
- type UploadPluginMultipartRequestBody
- type UploadPluginResponse
Constants ¶
const (
BearerAuthScopes = "bearerAuth.Scopes"
)
Variables ¶
This section is empty.
Functions ¶
func NewAddGroupToProjectByIdRequest ¶
func NewAddGroupToProjectByIdRequest(server string, projectName string, groupId int64, body AddGroupToProjectByIdJSONRequestBody) (*http.Request, error)
NewAddGroupToProjectByIdRequest calls the generic AddGroupToProjectById builder with application/json body
func NewAddGroupToProjectByIdRequestWithBody ¶
func NewAddGroupToProjectByIdRequestWithBody(server string, projectName string, groupId int64, contentType string, body io.Reader) (*http.Request, error)
NewAddGroupToProjectByIdRequestWithBody generates requests for AddGroupToProjectById with any type of body
func NewAddProjectToGroupByIdRequest ¶
func NewAddProjectToGroupByIdRequest(server string, groupId int64, projectId int64, body AddProjectToGroupByIdJSONRequestBody) (*http.Request, error)
NewAddProjectToGroupByIdRequest calls the generic AddProjectToGroupById builder with application/json body
func NewAddProjectToGroupByIdRequestWithBody ¶
func NewAddProjectToGroupByIdRequestWithBody(server string, groupId int64, projectId int64, contentType string, body io.Reader) (*http.Request, error)
NewAddProjectToGroupByIdRequestWithBody generates requests for AddProjectToGroupById with any type of body
func NewAddUserPreferenceRequest ¶
func NewAddUserPreferenceRequest(server string, projectName string, filterId int64) (*http.Request, error)
NewAddUserPreferenceRequest generates requests for AddUserPreference
func NewAddUserToGroupByIdRequest ¶
func NewAddUserToGroupByIdRequest(server string, groupId int64, userId int64) (*http.Request, error)
NewAddUserToGroupByIdRequest generates requests for AddUserToGroupById
func NewAddWidgetRequest ¶
func NewAddWidgetRequest(server string, projectName string, dashboardId int64, body AddWidgetJSONRequestBody) (*http.Request, error)
NewAddWidgetRequest calls the generic AddWidget builder with application/json body
func NewAddWidgetRequestWithBody ¶
func NewAddWidgetRequestWithBody(server string, projectName string, dashboardId int64, contentType string, body io.Reader) (*http.Request, error)
NewAddWidgetRequestWithBody generates requests for AddWidget with any type of body
func NewAssignProjectUsersRequest ¶
func NewAssignProjectUsersRequest(server string, projectName string, body AssignProjectUsersJSONRequestBody) (*http.Request, error)
NewAssignProjectUsersRequest calls the generic AssignProjectUsers builder with application/json body
func NewAssignProjectUsersRequestWithBody ¶
func NewAssignProjectUsersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewAssignProjectUsersRequestWithBody generates requests for AssignProjectUsers with any type of body
func NewBulkForceFinishRequest ¶
func NewBulkForceFinishRequest(server string, projectName string, body BulkForceFinishJSONRequestBody) (*http.Request, error)
NewBulkForceFinishRequest calls the generic BulkForceFinish builder with application/json body
func NewBulkForceFinishRequestWithBody ¶
func NewBulkForceFinishRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewBulkForceFinishRequestWithBody generates requests for BulkForceFinish with any type of body
func NewBulkUpdate1Request ¶
func NewBulkUpdate1Request(server string, projectName string, body BulkUpdate1JSONRequestBody) (*http.Request, error)
NewBulkUpdate1Request calls the generic BulkUpdate1 builder with application/json body
func NewBulkUpdate1RequestWithBody ¶
func NewBulkUpdate1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdate1RequestWithBody generates requests for BulkUpdate1 with any type of body
func NewBulkUpdateRequest ¶
func NewBulkUpdateRequest(server string, projectName string, body BulkUpdateJSONRequestBody) (*http.Request, error)
NewBulkUpdateRequest calls the generic BulkUpdate builder with application/json body
func NewBulkUpdateRequestWithBody ¶
func NewBulkUpdateRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateRequestWithBody generates requests for BulkUpdate with any type of body
func NewChangePasswordRequest ¶
func NewChangePasswordRequest(server string, body ChangePasswordJSONRequestBody) (*http.Request, error)
NewChangePasswordRequest calls the generic ChangePassword builder with application/json body
func NewChangePasswordRequestWithBody ¶
func NewChangePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewChangePasswordRequestWithBody generates requests for ChangePassword with any type of body
func NewCompareLaunchesRequest ¶
func NewCompareLaunchesRequest(server string, projectName string, params *CompareLaunchesParams) (*http.Request, error)
NewCompareLaunchesRequest generates requests for CompareLaunches
func NewCreateApiKeyRequest ¶
func NewCreateApiKeyRequest(server string, userId int64, body CreateApiKeyJSONRequestBody) (*http.Request, error)
NewCreateApiKeyRequest calls the generic CreateApiKey builder with application/json body
func NewCreateApiKeyRequestWithBody ¶
func NewCreateApiKeyRequestWithBody(server string, userId int64, contentType string, body io.Reader) (*http.Request, error)
NewCreateApiKeyRequestWithBody generates requests for CreateApiKey with any type of body
func NewCreateClustersRequest ¶
func NewCreateClustersRequest(server string, projectName string, body CreateClustersJSONRequestBody) (*http.Request, error)
NewCreateClustersRequest calls the generic CreateClusters builder with application/json body
func NewCreateClustersRequestWithBody ¶
func NewCreateClustersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateClustersRequestWithBody generates requests for CreateClusters with any type of body
func NewCreateDashboardRequest ¶
func NewCreateDashboardRequest(server string, projectName string, body CreateDashboardJSONRequestBody) (*http.Request, error)
NewCreateDashboardRequest calls the generic CreateDashboard builder with application/json body
func NewCreateDashboardRequestWithBody ¶
func NewCreateDashboardRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateDashboardRequestWithBody generates requests for CreateDashboard with any type of body
func NewCreateFilterRequest ¶
func NewCreateFilterRequest(server string, projectName string, body CreateFilterJSONRequestBody) (*http.Request, error)
NewCreateFilterRequest calls the generic CreateFilter builder with application/json body
func NewCreateFilterRequestWithBody ¶
func NewCreateFilterRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateFilterRequestWithBody generates requests for CreateFilter with any type of body
func NewCreateGlobalIntegrationRequest ¶
func NewCreateGlobalIntegrationRequest(server string, pluginName string, body CreateGlobalIntegrationJSONRequestBody) (*http.Request, error)
NewCreateGlobalIntegrationRequest calls the generic CreateGlobalIntegration builder with application/json body
func NewCreateGlobalIntegrationRequestWithBody ¶
func NewCreateGlobalIntegrationRequestWithBody(server string, pluginName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateGlobalIntegrationRequestWithBody generates requests for CreateGlobalIntegration with any type of body
func NewCreateGroupRequest ¶
func NewCreateGroupRequest(server string, body CreateGroupJSONRequestBody) (*http.Request, error)
NewCreateGroupRequest calls the generic CreateGroup builder with application/json body
func NewCreateGroupRequestWithBody ¶
func NewCreateGroupRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateGroupRequestWithBody generates requests for CreateGroup with any type of body
func NewCreateIssueRequest ¶
func NewCreateIssueRequest(server string, projectName string, integrationId int64, body CreateIssueJSONRequestBody) (*http.Request, error)
NewCreateIssueRequest calls the generic CreateIssue builder with application/json body
func NewCreateIssueRequestWithBody ¶
func NewCreateIssueRequestWithBody(server string, projectName string, integrationId int64, contentType string, body io.Reader) (*http.Request, error)
NewCreateIssueRequestWithBody generates requests for CreateIssue with any type of body
func NewCreateLog1RequestWithBody ¶
func NewCreateLog1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateLog1RequestWithBody generates requests for CreateLog1 with any type of body
func NewCreateLogEntry1Request ¶
func NewCreateLogEntry1Request(server string, projectName string, body CreateLogEntry1JSONRequestBody) (*http.Request, error)
NewCreateLogEntry1Request calls the generic CreateLogEntry1 builder with application/json body
func NewCreateLogEntry1RequestWithBody ¶
func NewCreateLogEntry1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateLogEntry1RequestWithBody generates requests for CreateLogEntry1 with any type of body
func NewCreateLogEntryRequest ¶
func NewCreateLogEntryRequest(server string, projectName string, body CreateLogEntryJSONRequestBody) (*http.Request, error)
NewCreateLogEntryRequest calls the generic CreateLogEntry builder with application/json body
func NewCreateLogEntryRequestWithBody ¶
func NewCreateLogEntryRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateLogEntryRequestWithBody generates requests for CreateLogEntry with any type of body
func NewCreateLogRequestWithBody ¶
func NewCreateLogRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateLogRequestWithBody generates requests for CreateLog with any type of body
func NewCreateLogTypeRequest ¶
func NewCreateLogTypeRequest(server string, projectName string, body CreateLogTypeJSONRequestBody) (*http.Request, error)
NewCreateLogTypeRequest calls the generic CreateLogType builder with application/json body
func NewCreateLogTypeRequestWithBody ¶
func NewCreateLogTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateLogTypeRequestWithBody generates requests for CreateLogType with any type of body
func NewCreateNotificationRequest ¶
func NewCreateNotificationRequest(server string, projectName string, body CreateNotificationJSONRequestBody) (*http.Request, error)
NewCreateNotificationRequest calls the generic CreateNotification builder with application/json body
func NewCreateNotificationRequestWithBody ¶
func NewCreateNotificationRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateNotificationRequestWithBody generates requests for CreateNotification with any type of body
func NewCreatePatternTemplateRequest ¶
func NewCreatePatternTemplateRequest(server string, projectName string, body CreatePatternTemplateJSONRequestBody) (*http.Request, error)
NewCreatePatternTemplateRequest calls the generic CreatePatternTemplate builder with application/json body
func NewCreatePatternTemplateRequestWithBody ¶
func NewCreatePatternTemplateRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreatePatternTemplateRequestWithBody generates requests for CreatePatternTemplate with any type of body
func NewCreatePreconfiguredRequest ¶
func NewCreatePreconfiguredRequest(server string, projectName string, body CreatePreconfiguredJSONRequestBody) (*http.Request, error)
NewCreatePreconfiguredRequest calls the generic CreatePreconfigured builder with application/json body
func NewCreatePreconfiguredRequestWithBody ¶
func NewCreatePreconfiguredRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreatePreconfiguredRequestWithBody generates requests for CreatePreconfigured with any type of body
func NewCreateProjectIntegrationRequest ¶
func NewCreateProjectIntegrationRequest(server string, projectName string, pluginName string, body CreateProjectIntegrationJSONRequestBody) (*http.Request, error)
NewCreateProjectIntegrationRequest calls the generic CreateProjectIntegration builder with application/json body
func NewCreateProjectIntegrationRequestWithBody ¶
func NewCreateProjectIntegrationRequestWithBody(server string, projectName string, pluginName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateProjectIntegrationRequestWithBody generates requests for CreateProjectIntegration with any type of body
func NewCreateProjectIssueSubTypeRequest ¶
func NewCreateProjectIssueSubTypeRequest(server string, projectName string, body CreateProjectIssueSubTypeJSONRequestBody) (*http.Request, error)
NewCreateProjectIssueSubTypeRequest calls the generic CreateProjectIssueSubType builder with application/json body
func NewCreateProjectIssueSubTypeRequestWithBody ¶
func NewCreateProjectIssueSubTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateProjectIssueSubTypeRequestWithBody generates requests for CreateProjectIssueSubType with any type of body
func NewCreateProjectRequest ¶
func NewCreateProjectRequest(server string, body CreateProjectJSONRequestBody) (*http.Request, error)
NewCreateProjectRequest calls the generic CreateProject builder with application/json body
func NewCreateProjectRequestWithBody ¶
func NewCreateProjectRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateProjectRequestWithBody generates requests for CreateProject with any type of body
func NewCreateUserBidRequest ¶
func NewCreateUserBidRequest(server string, body CreateUserBidJSONRequestBody) (*http.Request, error)
NewCreateUserBidRequest calls the generic CreateUserBid builder with application/json body
func NewCreateUserBidRequestWithBody ¶
func NewCreateUserBidRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateUserBidRequestWithBody generates requests for CreateUserBid with any type of body
func NewCreateUserByAdminRequest ¶
func NewCreateUserByAdminRequest(server string, body CreateUserByAdminJSONRequestBody) (*http.Request, error)
NewCreateUserByAdminRequest calls the generic CreateUserByAdmin builder with application/json body
func NewCreateUserByAdminRequestWithBody ¶
func NewCreateUserByAdminRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateUserByAdminRequestWithBody generates requests for CreateUserByAdmin with any type of body
func NewCreateUserRequest ¶
func NewCreateUserRequest(server string, params *CreateUserParams, body CreateUserJSONRequestBody) (*http.Request, error)
NewCreateUserRequest calls the generic CreateUser builder with application/json body
func NewCreateUserRequestWithBody ¶
func NewCreateUserRequestWithBody(server string, params *CreateUserParams, contentType string, body io.Reader) (*http.Request, error)
NewCreateUserRequestWithBody generates requests for CreateUser with any type of body
func NewCreateWidgetRequest ¶
func NewCreateWidgetRequest(server string, projectName string, body CreateWidgetJSONRequestBody) (*http.Request, error)
NewCreateWidgetRequest calls the generic CreateWidget builder with application/json body
func NewCreateWidgetRequestWithBody ¶
func NewCreateWidgetRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewCreateWidgetRequestWithBody generates requests for CreateWidget with any type of body
func NewDefineTestItemIssueTypeRequest ¶
func NewDefineTestItemIssueTypeRequest(server string, projectName string, body DefineTestItemIssueTypeJSONRequestBody) (*http.Request, error)
NewDefineTestItemIssueTypeRequest calls the generic DefineTestItemIssueType builder with application/json body
func NewDefineTestItemIssueTypeRequestWithBody ¶
func NewDefineTestItemIssueTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewDefineTestItemIssueTypeRequestWithBody generates requests for DefineTestItemIssueType with any type of body
func NewDeleteAllIntegrationsRequest ¶
NewDeleteAllIntegrationsRequest generates requests for DeleteAllIntegrations
func NewDeleteAllProjectIntegrationsRequest ¶
func NewDeleteAllProjectIntegrationsRequest(server string, projectName string, pType string) (*http.Request, error)
NewDeleteAllProjectIntegrationsRequest generates requests for DeleteAllProjectIntegrations
func NewDeleteApiKeyRequest ¶
NewDeleteApiKeyRequest generates requests for DeleteApiKey
func NewDeleteDashboardRequest ¶
func NewDeleteDashboardRequest(server string, projectName string, dashboardId int64) (*http.Request, error)
NewDeleteDashboardRequest generates requests for DeleteDashboard
func NewDeleteFilterRequest ¶
func NewDeleteFilterRequest(server string, projectName string, filterId int64) (*http.Request, error)
NewDeleteFilterRequest generates requests for DeleteFilter
func NewDeleteGlobalIntegrationRequest ¶
NewDeleteGlobalIntegrationRequest generates requests for DeleteGlobalIntegration
func NewDeleteGroupFromProjectByIdRequest ¶
func NewDeleteGroupFromProjectByIdRequest(server string, projectName string, groupId int64) (*http.Request, error)
NewDeleteGroupFromProjectByIdRequest generates requests for DeleteGroupFromProjectById
func NewDeleteGroupRequest ¶
NewDeleteGroupRequest generates requests for DeleteGroup
func NewDeleteLaunchRequest ¶
func NewDeleteLaunchRequest(server string, projectName string, launchId int64) (*http.Request, error)
NewDeleteLaunchRequest generates requests for DeleteLaunch
func NewDeleteLaunchesRequest ¶
func NewDeleteLaunchesRequest(server string, projectName string, params *DeleteLaunchesParams) (*http.Request, error)
NewDeleteLaunchesRequest generates requests for DeleteLaunches
func NewDeleteLogRequest ¶
NewDeleteLogRequest generates requests for DeleteLog
func NewDeleteLogTypeByIdRequest ¶
func NewDeleteLogTypeByIdRequest(server string, projectName string, logTypeId int64) (*http.Request, error)
NewDeleteLogTypeByIdRequest generates requests for DeleteLogTypeById
func NewDeleteNotificationRequest ¶
func NewDeleteNotificationRequest(server string, projectName string, notificationId int64) (*http.Request, error)
NewDeleteNotificationRequest generates requests for DeleteNotification
func NewDeletePatternTemplateRequest ¶
func NewDeletePatternTemplateRequest(server string, projectName string, id int64) (*http.Request, error)
NewDeletePatternTemplateRequest generates requests for DeletePatternTemplate
func NewDeletePhotoRequest ¶
NewDeletePhotoRequest generates requests for DeletePhoto
func NewDeletePluginRequest ¶
NewDeletePluginRequest generates requests for DeletePlugin
func NewDeleteProject1Request ¶
NewDeleteProject1Request generates requests for DeleteProject1
func NewDeleteProjectFromGroupByIdRequest ¶
func NewDeleteProjectFromGroupByIdRequest(server string, groupId int64, projectId int64) (*http.Request, error)
NewDeleteProjectFromGroupByIdRequest generates requests for DeleteProjectFromGroupById
func NewDeleteProjectIndexRequest ¶
NewDeleteProjectIndexRequest generates requests for DeleteProjectIndex
func NewDeleteProjectIntegrationRequest ¶
func NewDeleteProjectIntegrationRequest(server string, projectName string, integrationId int64) (*http.Request, error)
NewDeleteProjectIntegrationRequest generates requests for DeleteProjectIntegration
func NewDeleteProjectIssueSubTypeRequest ¶
func NewDeleteProjectIssueSubTypeRequest(server string, projectName string, id int64) (*http.Request, error)
NewDeleteProjectIssueSubTypeRequest generates requests for DeleteProjectIssueSubType
func NewDeleteProjectRequest ¶
func NewDeleteProjectRequest(server string, params *DeleteProjectParams) (*http.Request, error)
NewDeleteProjectRequest generates requests for DeleteProject
func NewDeleteTestItemRequest ¶
func NewDeleteTestItemRequest(server string, projectName string, itemId int64) (*http.Request, error)
NewDeleteTestItemRequest generates requests for DeleteTestItem
func NewDeleteTestItemsRequest ¶
func NewDeleteTestItemsRequest(server string, projectName string, params *DeleteTestItemsParams) (*http.Request, error)
NewDeleteTestItemsRequest generates requests for DeleteTestItems
func NewDeleteUserFromGroupByIdRequest ¶
func NewDeleteUserFromGroupByIdRequest(server string, groupId int64, userId int64) (*http.Request, error)
NewDeleteUserFromGroupByIdRequest generates requests for DeleteUserFromGroupById
func NewDeleteUserRequest ¶
NewDeleteUserRequest generates requests for DeleteUser
func NewDeleteUsersRequest ¶
func NewDeleteUsersRequest(server string, params *DeleteUsersParams) (*http.Request, error)
NewDeleteUsersRequest generates requests for DeleteUsers
func NewEditUserRequest ¶
func NewEditUserRequest(server string, login string, body EditUserJSONRequestBody) (*http.Request, error)
NewEditUserRequest calls the generic EditUser builder with application/json body
func NewEditUserRequestWithBody ¶
func NewEditUserRequestWithBody(server string, login string, contentType string, body io.Reader) (*http.Request, error)
NewEditUserRequestWithBody generates requests for EditUser with any type of body
func NewExecuteImportPluginCommandRequestWithBody ¶
func NewExecuteImportPluginCommandRequestWithBody(server string, projectName string, pluginName string, contentType string, body io.Reader) (*http.Request, error)
NewExecuteImportPluginCommandRequestWithBody generates requests for ExecuteImportPluginCommand with any type of body
func NewExecuteIntegrationCommandRequest ¶
func NewExecuteIntegrationCommandRequest(server string, projectName string, integrationId int64, command string, body ExecuteIntegrationCommandJSONRequestBody) (*http.Request, error)
NewExecuteIntegrationCommandRequest calls the generic ExecuteIntegrationCommand builder with application/json body
func NewExecuteIntegrationCommandRequestWithBody ¶
func NewExecuteIntegrationCommandRequestWithBody(server string, projectName string, integrationId int64, command string, contentType string, body io.Reader) (*http.Request, error)
NewExecuteIntegrationCommandRequestWithBody generates requests for ExecuteIntegrationCommand with any type of body
func NewExecutePluginCommandRequest ¶
func NewExecutePluginCommandRequest(server string, projectName string, pluginName string, command string, body ExecutePluginCommandJSONRequestBody) (*http.Request, error)
NewExecutePluginCommandRequest calls the generic ExecutePluginCommand builder with application/json body
func NewExecutePluginCommandRequestWithBody ¶
func NewExecutePluginCommandRequestWithBody(server string, projectName string, pluginName string, command string, contentType string, body io.Reader) (*http.Request, error)
NewExecutePluginCommandRequestWithBody generates requests for ExecutePluginCommand with any type of body
func NewExecutePublicPluginCommandRequest ¶
func NewExecutePublicPluginCommandRequest(server string, pluginName string, command string, body ExecutePublicPluginCommandJSONRequestBody) (*http.Request, error)
NewExecutePublicPluginCommandRequest calls the generic ExecutePublicPluginCommand builder with application/json body
func NewExecutePublicPluginCommandRequestWithBody ¶
func NewExecutePublicPluginCommandRequestWithBody(server string, pluginName string, command string, contentType string, body io.Reader) (*http.Request, error)
NewExecutePublicPluginCommandRequestWithBody generates requests for ExecutePublicPluginCommand with any type of body
func NewExportProjectsRequest ¶
func NewExportProjectsRequest(server string, params *ExportProjectsParams) (*http.Request, error)
NewExportProjectsRequest generates requests for ExportProjects
func NewExportRequest ¶
func NewExportRequest(server string, params *ExportParams) (*http.Request, error)
NewExportRequest generates requests for Export
func NewFindUsersRequest ¶
func NewFindUsersRequest(server string, params *FindUsersParams) (*http.Request, error)
NewFindUsersRequest generates requests for FindUsers
func NewFinishLaunch1Request ¶
func NewFinishLaunch1Request(server string, projectName string, launchId string, body FinishLaunch1JSONRequestBody) (*http.Request, error)
NewFinishLaunch1Request calls the generic FinishLaunch1 builder with application/json body
func NewFinishLaunch1RequestWithBody ¶
func NewFinishLaunch1RequestWithBody(server string, projectName string, launchId string, contentType string, body io.Reader) (*http.Request, error)
NewFinishLaunch1RequestWithBody generates requests for FinishLaunch1 with any type of body
func NewFinishLaunchRequest ¶
func NewFinishLaunchRequest(server string, projectName string, launchId string, body FinishLaunchJSONRequestBody) (*http.Request, error)
NewFinishLaunchRequest calls the generic FinishLaunch builder with application/json body
func NewFinishLaunchRequestWithBody ¶
func NewFinishLaunchRequestWithBody(server string, projectName string, launchId string, contentType string, body io.Reader) (*http.Request, error)
NewFinishLaunchRequestWithBody generates requests for FinishLaunch with any type of body
func NewFinishTestItem1Request ¶
func NewFinishTestItem1Request(server string, projectName string, testItemId string, body FinishTestItem1JSONRequestBody) (*http.Request, error)
NewFinishTestItem1Request calls the generic FinishTestItem1 builder with application/json body
func NewFinishTestItem1RequestWithBody ¶
func NewFinishTestItem1RequestWithBody(server string, projectName string, testItemId string, contentType string, body io.Reader) (*http.Request, error)
NewFinishTestItem1RequestWithBody generates requests for FinishTestItem1 with any type of body
func NewFinishTestItem2Request ¶
func NewFinishTestItem2Request(server string, projectName string, testItemId string, body FinishTestItem2JSONRequestBody) (*http.Request, error)
NewFinishTestItem2Request calls the generic FinishTestItem2 builder with application/json body
func NewFinishTestItem2RequestWithBody ¶
func NewFinishTestItem2RequestWithBody(server string, projectName string, testItemId string, contentType string, body io.Reader) (*http.Request, error)
NewFinishTestItem2RequestWithBody generates requests for FinishTestItem2 with any type of body
func NewFinishTestItem3Request ¶
func NewFinishTestItem3Request(server string, projectName string, testItemId string, body FinishTestItem3JSONRequestBody) (*http.Request, error)
NewFinishTestItem3Request calls the generic FinishTestItem3 builder with application/json body
func NewFinishTestItem3RequestWithBody ¶
func NewFinishTestItem3RequestWithBody(server string, projectName string, testItemId string, contentType string, body io.Reader) (*http.Request, error)
NewFinishTestItem3RequestWithBody generates requests for FinishTestItem3 with any type of body
func NewFinishTestItemRequest ¶
func NewFinishTestItemRequest(server string, projectName string, testItemId string, body FinishTestItemJSONRequestBody) (*http.Request, error)
NewFinishTestItemRequest calls the generic FinishTestItem builder with application/json body
func NewFinishTestItemRequestWithBody ¶
func NewFinishTestItemRequestWithBody(server string, projectName string, testItemId string, contentType string, body io.Reader) (*http.Request, error)
NewFinishTestItemRequestWithBody generates requests for FinishTestItem with any type of body
func NewForceFinishLaunchRequest ¶
func NewForceFinishLaunchRequest(server string, projectName string, launchId int64, body ForceFinishLaunchJSONRequestBody) (*http.Request, error)
NewForceFinishLaunchRequest calls the generic ForceFinishLaunch builder with application/json body
func NewForceFinishLaunchRequestWithBody ¶
func NewForceFinishLaunchRequestWithBody(server string, projectName string, launchId int64, contentType string, body io.Reader) (*http.Request, error)
NewForceFinishLaunchRequestWithBody generates requests for ForceFinishLaunch with any type of body
func NewGenerateRequest ¶
func NewGenerateRequest(server string, projectName string, body GenerateJSONRequestBody) (*http.Request, error)
NewGenerateRequest calls the generic Generate builder with application/json body
func NewGenerateRequestWithBody ¶
func NewGenerateRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewGenerateRequestWithBody generates requests for Generate with any type of body
func NewGetActivitiesRequest ¶
func NewGetActivitiesRequest(server string, params *GetActivitiesParams, body GetActivitiesJSONRequestBody) (*http.Request, error)
NewGetActivitiesRequest calls the generic GetActivities builder with application/json body
func NewGetActivitiesRequestWithBody ¶
func NewGetActivitiesRequestWithBody(server string, params *GetActivitiesParams, contentType string, body io.Reader) (*http.Request, error)
NewGetActivitiesRequestWithBody generates requests for GetActivities with any type of body
func NewGetActivityRequest ¶
func NewGetActivityRequest(server string, projectName string, activityId int64) (*http.Request, error)
NewGetActivityRequest generates requests for GetActivity
func NewGetAllDashboardsRequest ¶
func NewGetAllDashboardsRequest(server string, projectName string, params *GetAllDashboardsParams) (*http.Request, error)
NewGetAllDashboardsRequest generates requests for GetAllDashboards
func NewGetAllFiltersNamesRequest ¶
func NewGetAllFiltersNamesRequest(server string, projectName string, params *GetAllFiltersNamesParams) (*http.Request, error)
NewGetAllFiltersNamesRequest generates requests for GetAllFiltersNames
func NewGetAllFiltersRequest ¶
func NewGetAllFiltersRequest(server string, projectName string, params *GetAllFiltersParams) (*http.Request, error)
NewGetAllFiltersRequest generates requests for GetAllFilters
func NewGetAllLaunchNamesRequest ¶
func NewGetAllLaunchNamesRequest(server string, projectName string, params *GetAllLaunchNamesParams) (*http.Request, error)
NewGetAllLaunchNamesRequest generates requests for GetAllLaunchNames
func NewGetAllOwnersRequest ¶
func NewGetAllOwnersRequest(server string, projectName string, params *GetAllOwnersParams) (*http.Request, error)
NewGetAllOwnersRequest generates requests for GetAllOwners
func NewGetAllProjectNamesRequest ¶
NewGetAllProjectNamesRequest generates requests for GetAllProjectNames
func NewGetAllProjectsInfoRequest ¶
func NewGetAllProjectsInfoRequest(server string, params *GetAllProjectsInfoParams) (*http.Request, error)
NewGetAllProjectsInfoRequest generates requests for GetAllProjectsInfo
func NewGetAllowableIssueTypes1Request ¶
NewGetAllowableIssueTypes1Request generates requests for GetAllowableIssueTypes1
func NewGetAllowableIssueTypesRequest ¶
func NewGetAllowableIssueTypesRequest(server string, projectName string, integrationId int64) (*http.Request, error)
NewGetAllowableIssueTypesRequest generates requests for GetAllowableIssueTypes
func NewGetAnalyzerIndexingStatusRequest ¶
NewGetAnalyzerIndexingStatusRequest generates requests for GetAnalyzerIndexingStatus
func NewGetAttributeKeys1Request ¶
func NewGetAttributeKeys1Request(server string, projectName string, params *GetAttributeKeys1Params) (*http.Request, error)
NewGetAttributeKeys1Request generates requests for GetAttributeKeys1
func NewGetAttributeKeysForProjectRequest ¶
func NewGetAttributeKeysForProjectRequest(server string, projectName string, params *GetAttributeKeysForProjectParams) (*http.Request, error)
NewGetAttributeKeysForProjectRequest generates requests for GetAttributeKeysForProject
func NewGetAttributeKeysRequest ¶
func NewGetAttributeKeysRequest(server string, projectName string, params *GetAttributeKeysParams) (*http.Request, error)
NewGetAttributeKeysRequest generates requests for GetAttributeKeys
func NewGetAttributeValues1Request ¶
func NewGetAttributeValues1Request(server string, projectName string, params *GetAttributeValues1Params) (*http.Request, error)
NewGetAttributeValues1Request generates requests for GetAttributeValues1
func NewGetAttributeValues2Request ¶
func NewGetAttributeValues2Request(server string, projectName string, params *GetAttributeValues2Params) (*http.Request, error)
NewGetAttributeValues2Request generates requests for GetAttributeValues2
func NewGetAttributeValuesRequest ¶
func NewGetAttributeValuesRequest(server string, projectName string, params *GetAttributeValuesParams) (*http.Request, error)
NewGetAttributeValuesRequest generates requests for GetAttributeValues
func NewGetClustersRequest ¶
func NewGetClustersRequest(server string, projectName string, launchId string, params *GetClustersParams) (*http.Request, error)
NewGetClustersRequest generates requests for GetClusters
func NewGetDashboardConfigRequest ¶
func NewGetDashboardConfigRequest(server string, projectName string, dashboardId int64) (*http.Request, error)
NewGetDashboardConfigRequest generates requests for GetDashboardConfig
func NewGetDashboardRequest ¶
func NewGetDashboardRequest(server string, projectName string, dashboardId int64) (*http.Request, error)
NewGetDashboardRequest generates requests for GetDashboard
func NewGetDebugLaunchesRequest ¶
func NewGetDebugLaunchesRequest(server string, projectName string, params *GetDebugLaunchesParams) (*http.Request, error)
NewGetDebugLaunchesRequest generates requests for GetDebugLaunches
func NewGetErrorPageRequest ¶
func NewGetErrorPageRequest(server string, projectName string, parentId int64, params *GetErrorPageParams) (*http.Request, error)
NewGetErrorPageRequest generates requests for GetErrorPage
func NewGetFileRequest ¶
NewGetFileRequest generates requests for GetFile
func NewGetFilterRequest ¶
NewGetFilterRequest generates requests for GetFilter
func NewGetGlobalIntegrationRequest ¶
NewGetGlobalIntegrationRequest generates requests for GetGlobalIntegration
func NewGetGlobalIntegrations1Request ¶
NewGetGlobalIntegrations1Request generates requests for GetGlobalIntegrations1
func NewGetGlobalIntegrations2Request ¶
NewGetGlobalIntegrations2Request generates requests for GetGlobalIntegrations2
func NewGetGlobalIntegrationsRequest ¶
NewGetGlobalIntegrationsRequest generates requests for GetGlobalIntegrations
func NewGetGroupByIdRequest ¶
NewGetGroupByIdRequest generates requests for GetGroupById
func NewGetGroupProjectByIdRequest ¶
func NewGetGroupProjectByIdRequest(server string, groupId int64, projectId int64) (*http.Request, error)
NewGetGroupProjectByIdRequest generates requests for GetGroupProjectById
func NewGetGroupProjectsRequest ¶
func NewGetGroupProjectsRequest(server string, groupId int64, params *GetGroupProjectsParams) (*http.Request, error)
NewGetGroupProjectsRequest generates requests for GetGroupProjects
func NewGetGroupUserByIdRequest ¶
NewGetGroupUserByIdRequest generates requests for GetGroupUserById
func NewGetGroupUsersRequest ¶
func NewGetGroupUsersRequest(server string, groupId int64, params *GetGroupUsersParams) (*http.Request, error)
NewGetGroupUsersRequest generates requests for GetGroupUsers
func NewGetGroupsOfProjectRequest ¶
func NewGetGroupsOfProjectRequest(server string, projectName string, params *GetGroupsOfProjectParams) (*http.Request, error)
NewGetGroupsOfProjectRequest generates requests for GetGroupsOfProject
func NewGetGroupsRequest ¶
func NewGetGroupsRequest(server string, params *GetGroupsParams) (*http.Request, error)
NewGetGroupsRequest generates requests for GetGroups
func NewGetItemsHistoryRequest ¶
func NewGetItemsHistoryRequest(server string, projectName string, params *GetItemsHistoryParams) (*http.Request, error)
NewGetItemsHistoryRequest generates requests for GetItemsHistory
func NewGetLatestLaunchesRequest ¶
func NewGetLatestLaunchesRequest(server string, projectName string, params *GetLatestLaunchesParams) (*http.Request, error)
NewGetLatestLaunchesRequest generates requests for GetLatestLaunches
func NewGetLaunchByUuidOldTimestampRequest ¶
func NewGetLaunchByUuidOldTimestampRequest(server string, projectName string, launchId string) (*http.Request, error)
NewGetLaunchByUuidOldTimestampRequest generates requests for GetLaunchByUuidOldTimestamp
func NewGetLaunchReportRequest ¶
func NewGetLaunchReportRequest(server string, projectName string, launchId int64, params *GetLaunchReportParams) (*http.Request, error)
NewGetLaunchReportRequest generates requests for GetLaunchReport
func NewGetLaunchRequest ¶
NewGetLaunchRequest generates requests for GetLaunch
func NewGetLogByUuidRequest ¶
NewGetLogByUuidRequest generates requests for GetLogByUuid
func NewGetLogRequest ¶
NewGetLogRequest generates requests for GetLog
func NewGetLogTypesRequest ¶
NewGetLogTypesRequest generates requests for GetLogTypes
func NewGetLogsRequest ¶
func NewGetLogsRequest(server string, projectName string, params *GetLogsParams) (*http.Request, error)
NewGetLogsRequest generates requests for GetLogs
func NewGetLogsUnderRequest ¶
func NewGetLogsUnderRequest(server string, projectName string, body GetLogsUnderJSONRequestBody) (*http.Request, error)
NewGetLogsUnderRequest calls the generic GetLogsUnder builder with application/json body
func NewGetLogsUnderRequestWithBody ¶
func NewGetLogsUnderRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewGetLogsUnderRequestWithBody generates requests for GetLogsUnder with any type of body
func NewGetLogsWithLocationBySearchRequest ¶
func NewGetLogsWithLocationBySearchRequest(server string, projectName string, parentId int64, params *GetLogsWithLocationBySearchParams) (*http.Request, error)
NewGetLogsWithLocationBySearchRequest generates requests for GetLogsWithLocationBySearch
func NewGetMyPhotoRequest ¶
func NewGetMyPhotoRequest(server string, params *GetMyPhotoParams) (*http.Request, error)
NewGetMyPhotoRequest generates requests for GetMyPhoto
func NewGetMyself1Request ¶
NewGetMyself1Request generates requests for GetMyself1
func NewGetMyselfRequest ¶
NewGetMyselfRequest generates requests for GetMyself
func NewGetNestedItemsRequest ¶
func NewGetNestedItemsRequest(server string, projectName string, parentId int64, params *GetNestedItemsParams) (*http.Request, error)
NewGetNestedItemsRequest generates requests for GetNestedItems
func NewGetNotificationsRequest ¶
NewGetNotificationsRequest generates requests for GetNotifications
func NewGetPageNumberRequest ¶
func NewGetPageNumberRequest(server string, projectName string, logId int64, params *GetPageNumberParams) (*http.Request, error)
NewGetPageNumberRequest generates requests for GetPageNumber
func NewGetPlugins1Request ¶
NewGetPlugins1Request generates requests for GetPlugins1
func NewGetPluginsRequest ¶
NewGetPluginsRequest generates requests for GetPlugins
func NewGetProjectGroupByIdRequest ¶
func NewGetProjectGroupByIdRequest(server string, projectName string, groupId int64) (*http.Request, error)
NewGetProjectGroupByIdRequest generates requests for GetProjectGroupById
func NewGetProjectInfoRequest ¶
func NewGetProjectInfoRequest(server string, projectName string, params *GetProjectInfoParams) (*http.Request, error)
NewGetProjectInfoRequest generates requests for GetProjectInfo
func NewGetProjectIntegrationRequest ¶
func NewGetProjectIntegrationRequest(server string, projectName string, integrationId int64) (*http.Request, error)
NewGetProjectIntegrationRequest generates requests for GetProjectIntegration
func NewGetProjectIntegrations1Request ¶
func NewGetProjectIntegrations1Request(server string, projectName string, pluginName string) (*http.Request, error)
NewGetProjectIntegrations1Request generates requests for GetProjectIntegrations1
func NewGetProjectIntegrationsRequest ¶
NewGetProjectIntegrationsRequest generates requests for GetProjectIntegrations
func NewGetProjectLaunchesRequest ¶
func NewGetProjectLaunchesRequest(server string, projectName string, params *GetProjectLaunchesParams) (*http.Request, error)
NewGetProjectLaunchesRequest generates requests for GetProjectLaunches
func NewGetProjectRequest ¶
NewGetProjectRequest generates requests for GetProject
func NewGetProjectSettingsRequest ¶
NewGetProjectSettingsRequest generates requests for GetProjectSettings
func NewGetProjectSubjectNameRequest ¶
func NewGetProjectSubjectNameRequest(server string, projectName string, params *GetProjectSubjectNameParams) (*http.Request, error)
NewGetProjectSubjectNameRequest generates requests for GetProjectSubjectName
func NewGetProjectUsers1Request ¶
func NewGetProjectUsers1Request(server string, projectName string, params *GetProjectUsers1Params) (*http.Request, error)
NewGetProjectUsers1Request generates requests for GetProjectUsers1
func NewGetProjectUsersRequest ¶
func NewGetProjectUsersRequest(server string, projectName string, params *GetProjectUsersParams) (*http.Request, error)
NewGetProjectUsersRequest generates requests for GetProjectUsers
func NewGetProjectWidgetRequest ¶
func NewGetProjectWidgetRequest(server string, projectName string, widgetCode string, params *GetProjectWidgetParams) (*http.Request, error)
NewGetProjectWidgetRequest generates requests for GetProjectWidget
func NewGetPublicFileRequest ¶
NewGetPublicFileRequest generates requests for GetPublicFile
func NewGetServerSettingsRequest ¶
NewGetServerSettingsRequest generates requests for GetServerSettings
func NewGetSetOfIntegrationSystemFields1Request ¶
func NewGetSetOfIntegrationSystemFields1Request(server string, integrationId int64, params *GetSetOfIntegrationSystemFields1Params) (*http.Request, error)
NewGetSetOfIntegrationSystemFields1Request generates requests for GetSetOfIntegrationSystemFields1
func NewGetSetOfIntegrationSystemFieldsRequest ¶
func NewGetSetOfIntegrationSystemFieldsRequest(server string, projectName string, integrationId int64, params *GetSetOfIntegrationSystemFieldsParams) (*http.Request, error)
NewGetSetOfIntegrationSystemFieldsRequest generates requests for GetSetOfIntegrationSystemFields
func NewGetStatusesRequest ¶
func NewGetStatusesRequest(server string, projectName string, params *GetStatusesParams) (*http.Request, error)
NewGetStatusesRequest generates requests for GetStatuses
func NewGetSuggestedClusterItemsRequest ¶
func NewGetSuggestedClusterItemsRequest(server string, projectName string, clusterId int64) (*http.Request, error)
NewGetSuggestedClusterItemsRequest generates requests for GetSuggestedClusterItems
func NewGetSuggestedItemsRequest ¶
func NewGetSuggestedItemsRequest(server string, projectName string, itemId int64) (*http.Request, error)
NewGetSuggestedItemsRequest generates requests for GetSuggestedItems
func NewGetTestItemActivitiesRequest ¶
func NewGetTestItemActivitiesRequest(server string, projectName string, itemId int64, params *GetTestItemActivitiesParams) (*http.Request, error)
NewGetTestItemActivitiesRequest generates requests for GetTestItemActivities
func NewGetTestItemByUuidTimestampRequest ¶
func NewGetTestItemByUuidTimestampRequest(server string, projectName string, itemId string) (*http.Request, error)
NewGetTestItemByUuidTimestampRequest generates requests for GetTestItemByUuidTimestamp
func NewGetTestItemRequest ¶
NewGetTestItemRequest generates requests for GetTestItem
func NewGetTestItems1Request ¶
func NewGetTestItems1Request(server string, projectName string, params *GetTestItems1Params) (*http.Request, error)
NewGetTestItems1Request generates requests for GetTestItems1
func NewGetTestItems2Request ¶
func NewGetTestItems2Request(server string, projectName string, params *GetTestItems2Params) (*http.Request, error)
NewGetTestItems2Request generates requests for GetTestItems2
func NewGetTestItems3Request ¶
func NewGetTestItems3Request(server string, projectName string, params *GetTestItems3Params) (*http.Request, error)
NewGetTestItems3Request generates requests for GetTestItems3
func NewGetTestItemsRequest ¶
func NewGetTestItemsRequest(server string, projectName string, params *GetTestItemsParams) (*http.Request, error)
NewGetTestItemsRequest generates requests for GetTestItems
func NewGetTestItemsV2Request ¶
func NewGetTestItemsV2Request(server string, projectName string, params *GetTestItemsV2Params) (*http.Request, error)
NewGetTestItemsV2Request generates requests for GetTestItemsV2
func NewGetTicketIdsForProjectRequest ¶
func NewGetTicketIdsForProjectRequest(server string, projectName string, params *GetTicketIdsForProjectParams) (*http.Request, error)
NewGetTicketIdsForProjectRequest generates requests for GetTicketIdsForProject
func NewGetTicketIdsRequest ¶
func NewGetTicketIdsRequest(server string, projectName string, params *GetTicketIdsParams) (*http.Request, error)
NewGetTicketIdsRequest generates requests for GetTicketIds
func NewGetTicketRequest ¶
func NewGetTicketRequest(server string, projectName string, ticketId string, params *GetTicketParams) (*http.Request, error)
NewGetTicketRequest generates requests for GetTicket
func NewGetUniqueAttributeKeysRequest ¶
func NewGetUniqueAttributeKeysRequest(server string, projectName string, params *GetUniqueAttributeKeysParams) (*http.Request, error)
NewGetUniqueAttributeKeysRequest generates requests for GetUniqueAttributeKeys
func NewGetUserBidInfoRequest ¶
func NewGetUserBidInfoRequest(server string, params *GetUserBidInfoParams) (*http.Request, error)
NewGetUserBidInfoRequest generates requests for GetUserBidInfo
func NewGetUserFiltersRequest ¶
func NewGetUserFiltersRequest(server string, projectName string, params *GetUserFiltersParams) (*http.Request, error)
NewGetUserFiltersRequest generates requests for GetUserFilters
func NewGetUserPhotoRequest ¶
func NewGetUserPhotoRequest(server string, projectName string, params *GetUserPhotoParams) (*http.Request, error)
NewGetUserPhotoRequest generates requests for GetUserPhoto
func NewGetUserPreference1Request ¶
NewGetUserPreference1Request generates requests for GetUserPreference1
func NewGetUserPreferenceRequest ¶
NewGetUserPreferenceRequest generates requests for GetUserPreference
func NewGetUserProjectsRequest ¶
NewGetUserProjectsRequest generates requests for GetUserProjects
func NewGetUserRequest ¶
NewGetUserRequest generates requests for GetUser
func NewGetUsersApiKeysRequest ¶
NewGetUsersApiKeysRequest generates requests for GetUsersApiKeys
func NewGetUsersForAssignRequest ¶
func NewGetUsersForAssignRequest(server string, projectName string, params *GetUsersForAssignParams) (*http.Request, error)
NewGetUsersForAssignRequest generates requests for GetUsersForAssign
func NewGetUsersRequest ¶
func NewGetUsersRequest(server string, params *GetUsersParams) (*http.Request, error)
NewGetUsersRequest generates requests for GetUsers
func NewGetWidget1Request ¶
func NewGetWidget1Request(server string, projectName string, widgetId int64, params *GetWidget1Params) (*http.Request, error)
NewGetWidget1Request generates requests for GetWidget1
func NewGetWidgetNamesRequest ¶
func NewGetWidgetNamesRequest(server string, projectName string, params *GetWidgetNamesParams) (*http.Request, error)
NewGetWidgetNamesRequest generates requests for GetWidgetNames
func NewGetWidgetPreviewRequest ¶
func NewGetWidgetPreviewRequest(server string, projectName string, body GetWidgetPreviewJSONRequestBody) (*http.Request, error)
NewGetWidgetPreviewRequest calls the generic GetWidgetPreview builder with application/json body
func NewGetWidgetPreviewRequestWithBody ¶
func NewGetWidgetPreviewRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewGetWidgetPreviewRequestWithBody generates requests for GetWidgetPreview with any type of body
func NewGetWidgetRequest ¶
NewGetWidgetRequest generates requests for GetWidget
func NewHandleSuggestChooseRequest ¶
func NewHandleSuggestChooseRequest(server string, projectName string, body HandleSuggestChooseJSONRequestBody) (*http.Request, error)
NewHandleSuggestChooseRequest calls the generic HandleSuggestChoose builder with application/json body
func NewHandleSuggestChooseRequestWithBody ¶
func NewHandleSuggestChooseRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewHandleSuggestChooseRequestWithBody generates requests for HandleSuggestChoose with any type of body
func NewIndexProjectDataRequest ¶
NewIndexProjectDataRequest generates requests for IndexProjectData
func NewIsRestorePasswordBidExistRequest ¶
NewIsRestorePasswordBidExistRequest generates requests for IsRestorePasswordBidExist
func NewLinkExternalIssuesRequest ¶
func NewLinkExternalIssuesRequest(server string, projectName string, body LinkExternalIssuesJSONRequestBody) (*http.Request, error)
NewLinkExternalIssuesRequest calls the generic LinkExternalIssues builder with application/json body
func NewLinkExternalIssuesRequestWithBody ¶
func NewLinkExternalIssuesRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewLinkExternalIssuesRequestWithBody generates requests for LinkExternalIssues with any type of body
func NewMergeLaunchesOldUuid1Request ¶
func NewMergeLaunchesOldUuid1Request(server string, projectName string, body MergeLaunchesOldUuid1JSONRequestBody) (*http.Request, error)
NewMergeLaunchesOldUuid1Request calls the generic MergeLaunchesOldUuid1 builder with application/json body
func NewMergeLaunchesOldUuid1RequestWithBody ¶
func NewMergeLaunchesOldUuid1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewMergeLaunchesOldUuid1RequestWithBody generates requests for MergeLaunchesOldUuid1 with any type of body
func NewMergeLaunchesOldUuidRequest ¶
func NewMergeLaunchesOldUuidRequest(server string, projectName string, body MergeLaunchesOldUuidJSONRequestBody) (*http.Request, error)
NewMergeLaunchesOldUuidRequest calls the generic MergeLaunchesOldUuid builder with application/json body
func NewMergeLaunchesOldUuidRequestWithBody ¶
func NewMergeLaunchesOldUuidRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewMergeLaunchesOldUuidRequestWithBody generates requests for MergeLaunchesOldUuid with any type of body
func NewOnBoardingRequest ¶
func NewOnBoardingRequest(server string, params *OnBoardingParams) (*http.Request, error)
NewOnBoardingRequest generates requests for OnBoarding
func NewRemoveAttachmentsByCsvRequestWithBody ¶
func NewRemoveAttachmentsByCsvRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewRemoveAttachmentsByCsvRequestWithBody generates requests for RemoveAttachmentsByCsv with any type of body
func NewRemoveUserPreferenceRequest ¶
func NewRemoveUserPreferenceRequest(server string, projectName string, filterId int64) (*http.Request, error)
NewRemoveUserPreferenceRequest generates requests for RemoveUserPreference
func NewRemoveWidgetRequest ¶
func NewRemoveWidgetRequest(server string, projectName string, dashboardId int64, widgetId int64) (*http.Request, error)
NewRemoveWidgetRequest generates requests for RemoveWidget
func NewResetPasswordRequest ¶
func NewResetPasswordRequest(server string, body ResetPasswordJSONRequestBody) (*http.Request, error)
NewResetPasswordRequest calls the generic ResetPassword builder with application/json body
func NewResetPasswordRequestWithBody ¶
func NewResetPasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewResetPasswordRequestWithBody generates requests for ResetPassword with any type of body
func NewRestorePasswordRequest ¶
func NewRestorePasswordRequest(server string, body RestorePasswordJSONRequestBody) (*http.Request, error)
NewRestorePasswordRequest calls the generic RestorePassword builder with application/json body
func NewRestorePasswordRequestWithBody ¶
func NewRestorePasswordRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewRestorePasswordRequestWithBody generates requests for RestorePassword with any type of body
func NewSaveAnalyticsSettings1Request ¶
func NewSaveAnalyticsSettings1Request(server string, body SaveAnalyticsSettings1JSONRequestBody) (*http.Request, error)
NewSaveAnalyticsSettings1Request calls the generic SaveAnalyticsSettings1 builder with application/json body
func NewSaveAnalyticsSettings1RequestWithBody ¶
func NewSaveAnalyticsSettings1RequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewSaveAnalyticsSettings1RequestWithBody generates requests for SaveAnalyticsSettings1 with any type of body
func NewSaveAnalyticsSettingsRequest ¶
func NewSaveAnalyticsSettingsRequest(server string, body SaveAnalyticsSettingsJSONRequestBody) (*http.Request, error)
NewSaveAnalyticsSettingsRequest calls the generic SaveAnalyticsSettings builder with application/json body
func NewSaveAnalyticsSettingsRequestWithBody ¶
func NewSaveAnalyticsSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewSaveAnalyticsSettingsRequestWithBody generates requests for SaveAnalyticsSettings with any type of body
func NewSearchForUserRequest ¶
func NewSearchForUserRequest(server string, projectName string, params *SearchForUserParams) (*http.Request, error)
NewSearchForUserRequest generates requests for SearchForUser
func NewSearchLogsRequest ¶
func NewSearchLogsRequest(server string, projectName string, itemId int64, body SearchLogsJSONRequestBody) (*http.Request, error)
NewSearchLogsRequest calls the generic SearchLogs builder with application/json body
func NewSearchLogsRequestWithBody ¶
func NewSearchLogsRequestWithBody(server string, projectName string, itemId int64, contentType string, body io.Reader) (*http.Request, error)
NewSearchLogsRequestWithBody generates requests for SearchLogs with any type of body
func NewSearchProjectNamesRequest ¶
func NewSearchProjectNamesRequest(server string, params *SearchProjectNamesParams) (*http.Request, error)
NewSearchProjectNamesRequest generates requests for SearchProjectNames
func NewStartChildItem1Request ¶
func NewStartChildItem1Request(server string, projectName string, parentItem string, body StartChildItem1JSONRequestBody) (*http.Request, error)
NewStartChildItem1Request calls the generic StartChildItem1 builder with application/json body
func NewStartChildItem1RequestWithBody ¶
func NewStartChildItem1RequestWithBody(server string, projectName string, parentItem string, contentType string, body io.Reader) (*http.Request, error)
NewStartChildItem1RequestWithBody generates requests for StartChildItem1 with any type of body
func NewStartChildItem2Request ¶
func NewStartChildItem2Request(server string, projectName string, parentItem string, body StartChildItem2JSONRequestBody) (*http.Request, error)
NewStartChildItem2Request calls the generic StartChildItem2 builder with application/json body
func NewStartChildItem2RequestWithBody ¶
func NewStartChildItem2RequestWithBody(server string, projectName string, parentItem string, contentType string, body io.Reader) (*http.Request, error)
NewStartChildItem2RequestWithBody generates requests for StartChildItem2 with any type of body
func NewStartChildItem3Request ¶
func NewStartChildItem3Request(server string, projectName string, parentItem string, body StartChildItem3JSONRequestBody) (*http.Request, error)
NewStartChildItem3Request calls the generic StartChildItem3 builder with application/json body
func NewStartChildItem3RequestWithBody ¶
func NewStartChildItem3RequestWithBody(server string, projectName string, parentItem string, contentType string, body io.Reader) (*http.Request, error)
NewStartChildItem3RequestWithBody generates requests for StartChildItem3 with any type of body
func NewStartChildItemRequest ¶
func NewStartChildItemRequest(server string, projectName string, parentItem string, body StartChildItemJSONRequestBody) (*http.Request, error)
NewStartChildItemRequest calls the generic StartChildItem builder with application/json body
func NewStartChildItemRequestWithBody ¶
func NewStartChildItemRequestWithBody(server string, projectName string, parentItem string, contentType string, body io.Reader) (*http.Request, error)
NewStartChildItemRequestWithBody generates requests for StartChildItem with any type of body
func NewStartLaunch1Request ¶
func NewStartLaunch1Request(server string, projectName string, body StartLaunch1JSONRequestBody) (*http.Request, error)
NewStartLaunch1Request calls the generic StartLaunch1 builder with application/json body
func NewStartLaunch1RequestWithBody ¶
func NewStartLaunch1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewStartLaunch1RequestWithBody generates requests for StartLaunch1 with any type of body
func NewStartLaunchAnalyzerRequest ¶
func NewStartLaunchAnalyzerRequest(server string, projectName string, body StartLaunchAnalyzerJSONRequestBody) (*http.Request, error)
NewStartLaunchAnalyzerRequest calls the generic StartLaunchAnalyzer builder with application/json body
func NewStartLaunchAnalyzerRequestWithBody ¶
func NewStartLaunchAnalyzerRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewStartLaunchAnalyzerRequestWithBody generates requests for StartLaunchAnalyzer with any type of body
func NewStartLaunchRequest ¶
func NewStartLaunchRequest(server string, projectName string, body StartLaunchJSONRequestBody) (*http.Request, error)
NewStartLaunchRequest calls the generic StartLaunch builder with application/json body
func NewStartLaunchRequestWithBody ¶
func NewStartLaunchRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewStartLaunchRequestWithBody generates requests for StartLaunch with any type of body
func NewStartRootItem1Request ¶
func NewStartRootItem1Request(server string, projectName string, body StartRootItem1JSONRequestBody) (*http.Request, error)
NewStartRootItem1Request calls the generic StartRootItem1 builder with application/json body
func NewStartRootItem1RequestWithBody ¶
func NewStartRootItem1RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewStartRootItem1RequestWithBody generates requests for StartRootItem1 with any type of body
func NewStartRootItem2Request ¶
func NewStartRootItem2Request(server string, projectName string, body StartRootItem2JSONRequestBody) (*http.Request, error)
NewStartRootItem2Request calls the generic StartRootItem2 builder with application/json body
func NewStartRootItem2RequestWithBody ¶
func NewStartRootItem2RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewStartRootItem2RequestWithBody generates requests for StartRootItem2 with any type of body
func NewStartRootItem3Request ¶
func NewStartRootItem3Request(server string, projectName string, body StartRootItem3JSONRequestBody) (*http.Request, error)
NewStartRootItem3Request calls the generic StartRootItem3 builder with application/json body
func NewStartRootItem3RequestWithBody ¶
func NewStartRootItem3RequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewStartRootItem3RequestWithBody generates requests for StartRootItem3 with any type of body
func NewStartRootItemRequest ¶
func NewStartRootItemRequest(server string, projectName string, body StartRootItemJSONRequestBody) (*http.Request, error)
NewStartRootItemRequest calls the generic StartRootItem builder with application/json body
func NewStartRootItemRequestWithBody ¶
func NewStartRootItemRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewStartRootItemRequestWithBody generates requests for StartRootItem with any type of body
func NewTestIntegrationConnection1Request ¶
func NewTestIntegrationConnection1Request(server string, integrationId int64) (*http.Request, error)
NewTestIntegrationConnection1Request generates requests for TestIntegrationConnection1
func NewTestIntegrationConnectionRequest ¶
func NewTestIntegrationConnectionRequest(server string, projectName string, integrationId int64) (*http.Request, error)
NewTestIntegrationConnectionRequest generates requests for TestIntegrationConnection
func NewUnassignProjectUsersRequest ¶
func NewUnassignProjectUsersRequest(server string, projectName string, body UnassignProjectUsersJSONRequestBody) (*http.Request, error)
NewUnassignProjectUsersRequest calls the generic UnassignProjectUsers builder with application/json body
func NewUnassignProjectUsersRequestWithBody ¶
func NewUnassignProjectUsersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUnassignProjectUsersRequestWithBody generates requests for UnassignProjectUsers with any type of body
func NewUnlinkExternalIssuesRequest ¶
func NewUnlinkExternalIssuesRequest(server string, projectName string, body UnlinkExternalIssuesJSONRequestBody) (*http.Request, error)
NewUnlinkExternalIssuesRequest calls the generic UnlinkExternalIssues builder with application/json body
func NewUnlinkExternalIssuesRequestWithBody ¶
func NewUnlinkExternalIssuesRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUnlinkExternalIssuesRequestWithBody generates requests for UnlinkExternalIssues with any type of body
func NewUpdateDashboardRequest ¶
func NewUpdateDashboardRequest(server string, projectName string, dashboardId int64, body UpdateDashboardJSONRequestBody) (*http.Request, error)
NewUpdateDashboardRequest calls the generic UpdateDashboard builder with application/json body
func NewUpdateDashboardRequestWithBody ¶
func NewUpdateDashboardRequestWithBody(server string, projectName string, dashboardId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateDashboardRequestWithBody generates requests for UpdateDashboard with any type of body
func NewUpdateGlobalIntegrationRequest ¶
func NewUpdateGlobalIntegrationRequest(server string, integrationId int64, body UpdateGlobalIntegrationJSONRequestBody) (*http.Request, error)
NewUpdateGlobalIntegrationRequest calls the generic UpdateGlobalIntegration builder with application/json body
func NewUpdateGlobalIntegrationRequestWithBody ¶
func NewUpdateGlobalIntegrationRequestWithBody(server string, integrationId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateGlobalIntegrationRequestWithBody generates requests for UpdateGlobalIntegration with any type of body
func NewUpdateGroupRequest ¶
func NewUpdateGroupRequest(server string, groupId int64, body UpdateGroupJSONRequestBody) (*http.Request, error)
NewUpdateGroupRequest calls the generic UpdateGroup builder with application/json body
func NewUpdateGroupRequestWithBody ¶
func NewUpdateGroupRequestWithBody(server string, groupId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateGroupRequestWithBody generates requests for UpdateGroup with any type of body
func NewUpdateLaunchRequest ¶
func NewUpdateLaunchRequest(server string, projectName string, launchId int64, body UpdateLaunchJSONRequestBody) (*http.Request, error)
NewUpdateLaunchRequest calls the generic UpdateLaunch builder with application/json body
func NewUpdateLaunchRequestWithBody ¶
func NewUpdateLaunchRequestWithBody(server string, projectName string, launchId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateLaunchRequestWithBody generates requests for UpdateLaunch with any type of body
func NewUpdateLaunchesRequest ¶
func NewUpdateLaunchesRequest(server string, projectName string, body UpdateLaunchesJSONRequestBody) (*http.Request, error)
NewUpdateLaunchesRequest calls the generic UpdateLaunches builder with application/json body
func NewUpdateLaunchesRequestWithBody ¶
func NewUpdateLaunchesRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateLaunchesRequestWithBody generates requests for UpdateLaunches with any type of body
func NewUpdateLogTypeByIdRequest ¶
func NewUpdateLogTypeByIdRequest(server string, projectName string, logTypeId int64, body UpdateLogTypeByIdJSONRequestBody) (*http.Request, error)
NewUpdateLogTypeByIdRequest calls the generic UpdateLogTypeById builder with application/json body
func NewUpdateLogTypeByIdRequestWithBody ¶
func NewUpdateLogTypeByIdRequestWithBody(server string, projectName string, logTypeId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateLogTypeByIdRequestWithBody generates requests for UpdateLogTypeById with any type of body
func NewUpdateNotificationRequest ¶
func NewUpdateNotificationRequest(server string, projectName string, body UpdateNotificationJSONRequestBody) (*http.Request, error)
NewUpdateNotificationRequest calls the generic UpdateNotification builder with application/json body
func NewUpdateNotificationRequestWithBody ¶
func NewUpdateNotificationRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateNotificationRequestWithBody generates requests for UpdateNotification with any type of body
func NewUpdatePatternTemplateRequest ¶
func NewUpdatePatternTemplateRequest(server string, projectName string, id int64, body UpdatePatternTemplateJSONRequestBody) (*http.Request, error)
NewUpdatePatternTemplateRequest calls the generic UpdatePatternTemplate builder with application/json body
func NewUpdatePatternTemplateRequestWithBody ¶
func NewUpdatePatternTemplateRequestWithBody(server string, projectName string, id int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdatePatternTemplateRequestWithBody generates requests for UpdatePatternTemplate with any type of body
func NewUpdatePluginStateRequest ¶
func NewUpdatePluginStateRequest(server string, pluginId int64, body UpdatePluginStateJSONRequestBody) (*http.Request, error)
NewUpdatePluginStateRequest calls the generic UpdatePluginState builder with application/json body
func NewUpdatePluginStateRequestWithBody ¶
func NewUpdatePluginStateRequestWithBody(server string, pluginId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdatePluginStateRequestWithBody generates requests for UpdatePluginState with any type of body
func NewUpdateProjectIntegrationRequest ¶
func NewUpdateProjectIntegrationRequest(server string, projectName string, integrationId int64, body UpdateProjectIntegrationJSONRequestBody) (*http.Request, error)
NewUpdateProjectIntegrationRequest calls the generic UpdateProjectIntegration builder with application/json body
func NewUpdateProjectIntegrationRequestWithBody ¶
func NewUpdateProjectIntegrationRequestWithBody(server string, projectName string, integrationId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateProjectIntegrationRequestWithBody generates requests for UpdateProjectIntegration with any type of body
func NewUpdateProjectIssueSubTypeRequest ¶
func NewUpdateProjectIssueSubTypeRequest(server string, projectName string, body UpdateProjectIssueSubTypeJSONRequestBody) (*http.Request, error)
NewUpdateProjectIssueSubTypeRequest calls the generic UpdateProjectIssueSubType builder with application/json body
func NewUpdateProjectIssueSubTypeRequestWithBody ¶
func NewUpdateProjectIssueSubTypeRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateProjectIssueSubTypeRequestWithBody generates requests for UpdateProjectIssueSubType with any type of body
func NewUpdateProjectNotificationConfigRequest ¶
func NewUpdateProjectNotificationConfigRequest(server string, projectName string, body UpdateProjectNotificationConfigJSONRequestBody) (*http.Request, error)
NewUpdateProjectNotificationConfigRequest calls the generic UpdateProjectNotificationConfig builder with application/json body
func NewUpdateProjectNotificationConfigRequestWithBody ¶
func NewUpdateProjectNotificationConfigRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateProjectNotificationConfigRequestWithBody generates requests for UpdateProjectNotificationConfig with any type of body
func NewUpdateProjectRequest ¶
func NewUpdateProjectRequest(server string, projectName string, body UpdateProjectJSONRequestBody) (*http.Request, error)
NewUpdateProjectRequest calls the generic UpdateProject builder with application/json body
func NewUpdateProjectRequestWithBody ¶
func NewUpdateProjectRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateProjectRequestWithBody generates requests for UpdateProject with any type of body
func NewUpdateServerSettingsRequest ¶
func NewUpdateServerSettingsRequest(server string, body UpdateServerSettingsJSONRequestBody) (*http.Request, error)
NewUpdateServerSettingsRequest calls the generic UpdateServerSettings builder with application/json body
func NewUpdateServerSettingsRequestWithBody ¶
func NewUpdateServerSettingsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateServerSettingsRequestWithBody generates requests for UpdateServerSettings with any type of body
func NewUpdateTestItemRequest ¶
func NewUpdateTestItemRequest(server string, projectName string, itemId int64, body UpdateTestItemJSONRequestBody) (*http.Request, error)
NewUpdateTestItemRequest calls the generic UpdateTestItem builder with application/json body
func NewUpdateTestItemRequestWithBody ¶
func NewUpdateTestItemRequestWithBody(server string, projectName string, itemId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateTestItemRequestWithBody generates requests for UpdateTestItem with any type of body
func NewUpdateUserFilterRequest ¶
func NewUpdateUserFilterRequest(server string, projectName string, filterId int64, body UpdateUserFilterJSONRequestBody) (*http.Request, error)
NewUpdateUserFilterRequest calls the generic UpdateUserFilter builder with application/json body
func NewUpdateUserFilterRequestWithBody ¶
func NewUpdateUserFilterRequestWithBody(server string, projectName string, filterId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateUserFilterRequestWithBody generates requests for UpdateUserFilter with any type of body
func NewUpdateUserFiltersRequest ¶
func NewUpdateUserFiltersRequest(server string, projectName string, body UpdateUserFiltersJSONRequestBody) (*http.Request, error)
NewUpdateUserFiltersRequest calls the generic UpdateUserFilters builder with application/json body
func NewUpdateUserFiltersRequestWithBody ¶
func NewUpdateUserFiltersRequestWithBody(server string, projectName string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateUserFiltersRequestWithBody generates requests for UpdateUserFilters with any type of body
func NewUpdateWidgetRequest ¶
func NewUpdateWidgetRequest(server string, projectName string, widgetId int64, body UpdateWidgetJSONRequestBody) (*http.Request, error)
NewUpdateWidgetRequest calls the generic UpdateWidget builder with application/json body
func NewUpdateWidgetRequestWithBody ¶
func NewUpdateWidgetRequestWithBody(server string, projectName string, widgetId int64, contentType string, body io.Reader) (*http.Request, error)
NewUpdateWidgetRequestWithBody generates requests for UpdateWidget with any type of body
Types ¶
type AddGroupToProjectByIdJSONRequestBody ¶
type AddGroupToProjectByIdJSONRequestBody = externalRef0.AddProjectToGroupByIdRequest
AddGroupToProjectByIdJSONRequestBody defines body for AddGroupToProjectById for application/json ContentType.
type AddGroupToProjectByIdResponse ¶
type AddGroupToProjectByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SuccessfulUpdate
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseAddGroupToProjectByIdResponse ¶
func ParseAddGroupToProjectByIdResponse(rsp *http.Response) (*AddGroupToProjectByIdResponse, error)
ParseAddGroupToProjectByIdResponse parses an HTTP response from a AddGroupToProjectByIdWithResponse call
func (AddGroupToProjectByIdResponse) GetBody ¶
func (r AddGroupToProjectByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (AddGroupToProjectByIdResponse) GetJSONDefault ¶
func (r AddGroupToProjectByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (AddGroupToProjectByIdResponse) GetSuccess ¶
func (r AddGroupToProjectByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
GetSuccess returns the decoded success (2xx) response body, if any.
func (AddGroupToProjectByIdResponse) Status ¶
func (r AddGroupToProjectByIdResponse) Status() string
Status returns HTTPResponse.Status
func (AddGroupToProjectByIdResponse) StatusCode ¶
func (r AddGroupToProjectByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AddProjectToGroupByIdJSONRequestBody ¶
type AddProjectToGroupByIdJSONRequestBody = externalRef0.AddProjectToGroupByIdRequest
AddProjectToGroupByIdJSONRequestBody defines body for AddProjectToGroupById for application/json ContentType.
type AddProjectToGroupByIdResponse ¶
type AddProjectToGroupByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SuccessfulUpdate
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseAddProjectToGroupByIdResponse ¶
func ParseAddProjectToGroupByIdResponse(rsp *http.Response) (*AddProjectToGroupByIdResponse, error)
ParseAddProjectToGroupByIdResponse parses an HTTP response from a AddProjectToGroupByIdWithResponse call
func (AddProjectToGroupByIdResponse) GetBody ¶
func (r AddProjectToGroupByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (AddProjectToGroupByIdResponse) GetJSONDefault ¶
func (r AddProjectToGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (AddProjectToGroupByIdResponse) GetSuccess ¶
func (r AddProjectToGroupByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
GetSuccess returns the decoded success (2xx) response body, if any.
func (AddProjectToGroupByIdResponse) Status ¶
func (r AddProjectToGroupByIdResponse) Status() string
Status returns HTTPResponse.Status
func (AddProjectToGroupByIdResponse) StatusCode ¶
func (r AddProjectToGroupByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AddUserPreferenceResponse ¶
type AddUserPreferenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseAddUserPreferenceResponse ¶
func ParseAddUserPreferenceResponse(rsp *http.Response) (*AddUserPreferenceResponse, error)
ParseAddUserPreferenceResponse parses an HTTP response from a AddUserPreferenceWithResponse call
func (AddUserPreferenceResponse) GetBody ¶
func (r AddUserPreferenceResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (AddUserPreferenceResponse) GetJSONDefault ¶
func (r AddUserPreferenceResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (AddUserPreferenceResponse) GetSuccess ¶
func (r AddUserPreferenceResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (AddUserPreferenceResponse) Status ¶
func (r AddUserPreferenceResponse) Status() string
Status returns HTTPResponse.Status
func (AddUserPreferenceResponse) StatusCode ¶
func (r AddUserPreferenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AddUserToGroupByIdResponse ¶
type AddUserToGroupByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SuccessfulUpdate
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseAddUserToGroupByIdResponse ¶
func ParseAddUserToGroupByIdResponse(rsp *http.Response) (*AddUserToGroupByIdResponse, error)
ParseAddUserToGroupByIdResponse parses an HTTP response from a AddUserToGroupByIdWithResponse call
func (AddUserToGroupByIdResponse) GetBody ¶
func (r AddUserToGroupByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (AddUserToGroupByIdResponse) GetJSONDefault ¶
func (r AddUserToGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (AddUserToGroupByIdResponse) GetSuccess ¶
func (r AddUserToGroupByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
GetSuccess returns the decoded success (2xx) response body, if any.
func (AddUserToGroupByIdResponse) Status ¶
func (r AddUserToGroupByIdResponse) Status() string
Status returns HTTPResponse.Status
func (AddUserToGroupByIdResponse) StatusCode ¶
func (r AddUserToGroupByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AddWidgetJSONRequestBody ¶
type AddWidgetJSONRequestBody = externalRef0.AddWidgetRq
AddWidgetJSONRequestBody defines body for AddWidget for application/json ContentType.
type AddWidgetResponse ¶
type AddWidgetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseAddWidgetResponse ¶
func ParseAddWidgetResponse(rsp *http.Response) (*AddWidgetResponse, error)
ParseAddWidgetResponse parses an HTTP response from a AddWidgetWithResponse call
func (AddWidgetResponse) GetBody ¶
func (r AddWidgetResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (AddWidgetResponse) GetJSONDefault ¶
func (r AddWidgetResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (AddWidgetResponse) GetSuccess ¶
func (r AddWidgetResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (AddWidgetResponse) Status ¶
func (r AddWidgetResponse) Status() string
Status returns HTTPResponse.Status
func (AddWidgetResponse) StatusCode ¶
func (r AddWidgetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type AssignProjectUsersJSONRequestBody ¶
type AssignProjectUsersJSONRequestBody = externalRef0.AssignUsersRQ
AssignProjectUsersJSONRequestBody defines body for AssignProjectUsers for application/json ContentType.
type AssignProjectUsersResponse ¶
type AssignProjectUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseAssignProjectUsersResponse ¶
func ParseAssignProjectUsersResponse(rsp *http.Response) (*AssignProjectUsersResponse, error)
ParseAssignProjectUsersResponse parses an HTTP response from a AssignProjectUsersWithResponse call
func (AssignProjectUsersResponse) GetBody ¶
func (r AssignProjectUsersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (AssignProjectUsersResponse) GetJSONDefault ¶
func (r AssignProjectUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (AssignProjectUsersResponse) GetSuccess ¶
func (r AssignProjectUsersResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (AssignProjectUsersResponse) Status ¶
func (r AssignProjectUsersResponse) Status() string
Status returns HTTPResponse.Status
func (AssignProjectUsersResponse) StatusCode ¶
func (r AssignProjectUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type BulkForceFinishJSONRequestBody ¶
type BulkForceFinishJSONRequestBody = externalRef0.BulkRQLongFinishExecutionRQ
BulkForceFinishJSONRequestBody defines body for BulkForceFinish for application/json ContentType.
type BulkForceFinishResponse ¶
type BulkForceFinishResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseBulkForceFinishResponse ¶
func ParseBulkForceFinishResponse(rsp *http.Response) (*BulkForceFinishResponse, error)
ParseBulkForceFinishResponse parses an HTTP response from a BulkForceFinishWithResponse call
func (BulkForceFinishResponse) GetBody ¶
func (r BulkForceFinishResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (BulkForceFinishResponse) GetJSONDefault ¶
func (r BulkForceFinishResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (BulkForceFinishResponse) GetSuccess ¶
func (r BulkForceFinishResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (BulkForceFinishResponse) Status ¶
func (r BulkForceFinishResponse) Status() string
Status returns HTTPResponse.Status
func (BulkForceFinishResponse) StatusCode ¶
func (r BulkForceFinishResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type BulkUpdate1JSONRequestBody ¶
type BulkUpdate1JSONRequestBody = externalRef0.BulkInfoUpdateRQ
BulkUpdate1JSONRequestBody defines body for BulkUpdate1 for application/json ContentType.
type BulkUpdate1Response ¶
type BulkUpdate1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseBulkUpdate1Response ¶
func ParseBulkUpdate1Response(rsp *http.Response) (*BulkUpdate1Response, error)
ParseBulkUpdate1Response parses an HTTP response from a BulkUpdate1WithResponse call
func (BulkUpdate1Response) GetBody ¶
func (r BulkUpdate1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (BulkUpdate1Response) GetJSONDefault ¶
func (r BulkUpdate1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (BulkUpdate1Response) GetSuccess ¶
func (r BulkUpdate1Response) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (BulkUpdate1Response) Status ¶
func (r BulkUpdate1Response) Status() string
Status returns HTTPResponse.Status
func (BulkUpdate1Response) StatusCode ¶
func (r BulkUpdate1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type BulkUpdateJSONRequestBody ¶
type BulkUpdateJSONRequestBody = externalRef0.BulkInfoUpdateRQ
BulkUpdateJSONRequestBody defines body for BulkUpdate for application/json ContentType.
type BulkUpdateResponse ¶
type BulkUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseBulkUpdateResponse ¶
func ParseBulkUpdateResponse(rsp *http.Response) (*BulkUpdateResponse, error)
ParseBulkUpdateResponse parses an HTTP response from a BulkUpdateWithResponse call
func (BulkUpdateResponse) GetBody ¶
func (r BulkUpdateResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (BulkUpdateResponse) GetJSONDefault ¶
func (r BulkUpdateResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (BulkUpdateResponse) GetSuccess ¶
func (r BulkUpdateResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (BulkUpdateResponse) Status ¶
func (r BulkUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (BulkUpdateResponse) StatusCode ¶
func (r BulkUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ChangePasswordJSONRequestBody ¶
type ChangePasswordJSONRequestBody = externalRef0.ChangePasswordRQ
ChangePasswordJSONRequestBody defines body for ChangePassword for application/json ContentType.
type ChangePasswordResponse ¶
type ChangePasswordResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseChangePasswordResponse ¶
func ParseChangePasswordResponse(rsp *http.Response) (*ChangePasswordResponse, error)
ParseChangePasswordResponse parses an HTTP response from a ChangePasswordWithResponse call
func (ChangePasswordResponse) GetBody ¶
func (r ChangePasswordResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ChangePasswordResponse) GetJSONDefault ¶
func (r ChangePasswordResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ChangePasswordResponse) GetSuccess ¶
func (r ChangePasswordResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (ChangePasswordResponse) Status ¶
func (r ChangePasswordResponse) Status() string
Status returns HTTPResponse.Status
func (ChangePasswordResponse) StatusCode ¶
func (r ChangePasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Client ¶
type Client struct {
// The endpoint of the server conforming to this interface, with scheme,
// https://api.deepmap.com for example. This can contain a path relative
// to the server, such as https://api.deepmap.com/dev-test, and all the
// paths in the swagger spec will be appended to the server.
Server string
// Doer for performing requests, typically a *http.Client with any
// customized settings, such as certificate chains.
Client HttpRequestDoer
// A list of callbacks for modifying requests which are generated before sending over
// the network.
RequestEditors []RequestEditorFn
}
Client which conforms to the OpenAPI3 specification for this service.
func NewClient ¶
func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
func (*Client) AddGroupToProjectById ¶
func (c *Client) AddGroupToProjectById(ctx context.Context, projectName string, groupId int64, body AddGroupToProjectByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AddGroupToProjectByIdWithBody ¶
func (*Client) AddProjectToGroupById ¶
func (c *Client) AddProjectToGroupById(ctx context.Context, groupId int64, projectId int64, body AddProjectToGroupByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AddProjectToGroupByIdWithBody ¶
func (*Client) AddUserPreference ¶
func (*Client) AddUserToGroupById ¶
func (*Client) AddWidget ¶
func (c *Client) AddWidget(ctx context.Context, projectName string, dashboardId int64, body AddWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AddWidgetWithBody ¶
func (*Client) AssignProjectUsers ¶
func (c *Client) AssignProjectUsers(ctx context.Context, projectName string, body AssignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AssignProjectUsersWithBody ¶
func (*Client) BulkForceFinish ¶
func (c *Client) BulkForceFinish(ctx context.Context, projectName string, body BulkForceFinishJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) BulkForceFinishWithBody ¶
func (*Client) BulkUpdate ¶
func (c *Client) BulkUpdate(ctx context.Context, projectName string, body BulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) BulkUpdate1 ¶
func (c *Client) BulkUpdate1(ctx context.Context, projectName string, body BulkUpdate1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) BulkUpdate1WithBody ¶
func (*Client) BulkUpdateWithBody ¶
func (*Client) ChangePassword ¶
func (c *Client) ChangePassword(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ChangePasswordWithBody ¶
func (*Client) CompareLaunches ¶
func (c *Client) CompareLaunches(ctx context.Context, projectName string, params *CompareLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateApiKey ¶
func (c *Client) CreateApiKey(ctx context.Context, userId int64, body CreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateApiKeyWithBody ¶
func (*Client) CreateClusters ¶
func (c *Client) CreateClusters(ctx context.Context, projectName string, body CreateClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateClustersWithBody ¶
func (*Client) CreateDashboard ¶
func (c *Client) CreateDashboard(ctx context.Context, projectName string, body CreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateDashboardWithBody ¶
func (*Client) CreateFilter ¶
func (c *Client) CreateFilter(ctx context.Context, projectName string, body CreateFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateFilterWithBody ¶
func (*Client) CreateGlobalIntegration ¶
func (c *Client) CreateGlobalIntegration(ctx context.Context, pluginName string, body CreateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateGlobalIntegrationWithBody ¶
func (*Client) CreateGroup ¶
func (c *Client) CreateGroup(ctx context.Context, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateGroupWithBody ¶
func (*Client) CreateIssue ¶
func (c *Client) CreateIssue(ctx context.Context, projectName string, integrationId int64, body CreateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateIssueWithBody ¶
func (*Client) CreateLog1WithBody ¶
func (*Client) CreateLogEntry ¶
func (c *Client) CreateLogEntry(ctx context.Context, projectName string, body CreateLogEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateLogEntry1 ¶
func (c *Client) CreateLogEntry1(ctx context.Context, projectName string, body CreateLogEntry1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateLogEntry1WithBody ¶
func (*Client) CreateLogEntryWithBody ¶
func (*Client) CreateLogType ¶
func (c *Client) CreateLogType(ctx context.Context, projectName string, body CreateLogTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateLogTypeWithBody ¶
func (*Client) CreateLogWithBody ¶
func (*Client) CreateNotification ¶
func (c *Client) CreateNotification(ctx context.Context, projectName string, body CreateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateNotificationWithBody ¶
func (*Client) CreatePatternTemplate ¶
func (c *Client) CreatePatternTemplate(ctx context.Context, projectName string, body CreatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreatePatternTemplateWithBody ¶
func (*Client) CreatePreconfigured ¶
func (c *Client) CreatePreconfigured(ctx context.Context, projectName string, body CreatePreconfiguredJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreatePreconfiguredWithBody ¶
func (*Client) CreateProject ¶
func (c *Client) CreateProject(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateProjectIntegration ¶
func (c *Client) CreateProjectIntegration(ctx context.Context, projectName string, pluginName string, body CreateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateProjectIntegrationWithBody ¶
func (*Client) CreateProjectIssueSubType ¶
func (c *Client) CreateProjectIssueSubType(ctx context.Context, projectName string, body CreateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateProjectIssueSubTypeWithBody ¶
func (*Client) CreateProjectWithBody ¶
func (*Client) CreateUser ¶
func (c *Client) CreateUser(ctx context.Context, params *CreateUserParams, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateUserBid ¶
func (c *Client) CreateUserBid(ctx context.Context, body CreateUserBidJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateUserBidWithBody ¶
func (*Client) CreateUserByAdmin ¶
func (c *Client) CreateUserByAdmin(ctx context.Context, body CreateUserByAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateUserByAdminWithBody ¶
func (*Client) CreateUserWithBody ¶
func (*Client) CreateWidget ¶
func (c *Client) CreateWidget(ctx context.Context, projectName string, body CreateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CreateWidgetWithBody ¶
func (*Client) DefineTestItemIssueType ¶
func (c *Client) DefineTestItemIssueType(ctx context.Context, projectName string, body DefineTestItemIssueTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DefineTestItemIssueTypeWithBody ¶
func (*Client) DeleteAllIntegrations ¶
func (*Client) DeleteAllProjectIntegrations ¶
func (*Client) DeleteApiKey ¶
func (*Client) DeleteDashboard ¶
func (*Client) DeleteFilter ¶
func (*Client) DeleteGlobalIntegration ¶
func (*Client) DeleteGroup ¶
func (*Client) DeleteGroupFromProjectById ¶
func (*Client) DeleteLaunch ¶
func (*Client) DeleteLaunches ¶
func (c *Client) DeleteLaunches(ctx context.Context, projectName string, params *DeleteLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeleteLogTypeById ¶
func (*Client) DeleteNotification ¶
func (*Client) DeletePatternTemplate ¶
func (*Client) DeletePhoto ¶
func (*Client) DeletePlugin ¶
func (*Client) DeleteProject ¶
func (c *Client) DeleteProject(ctx context.Context, params *DeleteProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeleteProject1 ¶
func (*Client) DeleteProjectFromGroupById ¶
func (*Client) DeleteProjectIndex ¶
func (*Client) DeleteProjectIntegration ¶
func (*Client) DeleteProjectIssueSubType ¶
func (*Client) DeleteTestItem ¶
func (*Client) DeleteTestItems ¶
func (c *Client) DeleteTestItems(ctx context.Context, projectName string, params *DeleteTestItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DeleteUser ¶
func (*Client) DeleteUserFromGroupById ¶
func (*Client) DeleteUsers ¶
func (c *Client) DeleteUsers(ctx context.Context, params *DeleteUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EditUser ¶
func (c *Client) EditUser(ctx context.Context, login string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EditUserWithBody ¶
func (*Client) ExecuteImportPluginCommandWithBody ¶
func (*Client) ExecuteIntegrationCommand ¶
func (*Client) ExecuteIntegrationCommandWithBody ¶
func (*Client) ExecutePluginCommand ¶
func (*Client) ExecutePluginCommandWithBody ¶
func (*Client) ExecutePublicPluginCommand ¶
func (c *Client) ExecutePublicPluginCommand(ctx context.Context, pluginName string, command string, body ExecutePublicPluginCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ExecutePublicPluginCommandWithBody ¶
func (*Client) Export ¶
func (c *Client) Export(ctx context.Context, params *ExportParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ExportProjects ¶
func (c *Client) ExportProjects(ctx context.Context, params *ExportProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FindUsers ¶
func (c *Client) FindUsers(ctx context.Context, params *FindUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FinishLaunch ¶
func (c *Client) FinishLaunch(ctx context.Context, projectName string, launchId string, body FinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FinishLaunch1 ¶
func (c *Client) FinishLaunch1(ctx context.Context, projectName string, launchId string, body FinishLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FinishLaunch1WithBody ¶
func (*Client) FinishLaunchWithBody ¶
func (*Client) FinishTestItem ¶
func (c *Client) FinishTestItem(ctx context.Context, projectName string, testItemId string, body FinishTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FinishTestItem1 ¶
func (c *Client) FinishTestItem1(ctx context.Context, projectName string, testItemId string, body FinishTestItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FinishTestItem1WithBody ¶
func (*Client) FinishTestItem2 ¶
func (c *Client) FinishTestItem2(ctx context.Context, projectName string, testItemId string, body FinishTestItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FinishTestItem2WithBody ¶
func (*Client) FinishTestItem3 ¶
func (c *Client) FinishTestItem3(ctx context.Context, projectName string, testItemId string, body FinishTestItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) FinishTestItem3WithBody ¶
func (*Client) FinishTestItemWithBody ¶
func (*Client) ForceFinishLaunch ¶
func (c *Client) ForceFinishLaunch(ctx context.Context, projectName string, launchId int64, body ForceFinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ForceFinishLaunchWithBody ¶
func (*Client) Generate ¶
func (c *Client) Generate(ctx context.Context, projectName string, body GenerateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GenerateWithBody ¶
func (*Client) GetActivities ¶
func (c *Client) GetActivities(ctx context.Context, params *GetActivitiesParams, body GetActivitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetActivitiesWithBody ¶
func (*Client) GetActivity ¶
func (*Client) GetAllDashboards ¶
func (c *Client) GetAllDashboards(ctx context.Context, projectName string, params *GetAllDashboardsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAllFilters ¶
func (c *Client) GetAllFilters(ctx context.Context, projectName string, params *GetAllFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAllFiltersNames ¶
func (c *Client) GetAllFiltersNames(ctx context.Context, projectName string, params *GetAllFiltersNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAllLaunchNames ¶
func (c *Client) GetAllLaunchNames(ctx context.Context, projectName string, params *GetAllLaunchNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAllOwners ¶
func (c *Client) GetAllOwners(ctx context.Context, projectName string, params *GetAllOwnersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAllProjectNames ¶
func (*Client) GetAllProjectsInfo ¶
func (c *Client) GetAllProjectsInfo(ctx context.Context, params *GetAllProjectsInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAllowableIssueTypes ¶
func (*Client) GetAllowableIssueTypes1 ¶
func (*Client) GetAnalyzerIndexingStatus ¶
func (*Client) GetAttributeKeys ¶
func (c *Client) GetAttributeKeys(ctx context.Context, projectName string, params *GetAttributeKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAttributeKeys1 ¶
func (c *Client) GetAttributeKeys1(ctx context.Context, projectName string, params *GetAttributeKeys1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAttributeKeysForProject ¶
func (c *Client) GetAttributeKeysForProject(ctx context.Context, projectName string, params *GetAttributeKeysForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAttributeValues ¶
func (c *Client) GetAttributeValues(ctx context.Context, projectName string, params *GetAttributeValuesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAttributeValues1 ¶
func (c *Client) GetAttributeValues1(ctx context.Context, projectName string, params *GetAttributeValues1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetAttributeValues2 ¶
func (c *Client) GetAttributeValues2(ctx context.Context, projectName string, params *GetAttributeValues2Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetClusters ¶
func (c *Client) GetClusters(ctx context.Context, projectName string, launchId string, params *GetClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetDashboard ¶
func (*Client) GetDashboardConfig ¶
func (*Client) GetDebugLaunches ¶
func (c *Client) GetDebugLaunches(ctx context.Context, projectName string, params *GetDebugLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetErrorPage ¶
func (c *Client) GetErrorPage(ctx context.Context, projectName string, parentId int64, params *GetErrorPageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetGlobalIntegration ¶
func (*Client) GetGlobalIntegrations ¶
func (*Client) GetGlobalIntegrations1 ¶
func (*Client) GetGlobalIntegrations2 ¶
func (*Client) GetGroupById ¶
func (*Client) GetGroupProjectById ¶
func (*Client) GetGroupProjects ¶
func (c *Client) GetGroupProjects(ctx context.Context, groupId int64, params *GetGroupProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetGroupUserById ¶
func (*Client) GetGroupUsers ¶
func (c *Client) GetGroupUsers(ctx context.Context, groupId int64, params *GetGroupUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetGroups ¶
func (c *Client) GetGroups(ctx context.Context, params *GetGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetGroupsOfProject ¶
func (c *Client) GetGroupsOfProject(ctx context.Context, projectName string, params *GetGroupsOfProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetItemsHistory ¶
func (c *Client) GetItemsHistory(ctx context.Context, projectName string, params *GetItemsHistoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetLatestLaunches ¶
func (c *Client) GetLatestLaunches(ctx context.Context, projectName string, params *GetLatestLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetLaunchByUuidOldTimestamp ¶
func (*Client) GetLaunchReport ¶
func (c *Client) GetLaunchReport(ctx context.Context, projectName string, launchId int64, params *GetLaunchReportParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetLogByUuid ¶
func (*Client) GetLogTypes ¶
func (*Client) GetLogs ¶
func (c *Client) GetLogs(ctx context.Context, projectName string, params *GetLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetLogsUnder ¶
func (c *Client) GetLogsUnder(ctx context.Context, projectName string, body GetLogsUnderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetLogsUnderWithBody ¶
func (*Client) GetLogsWithLocationBySearch ¶
func (c *Client) GetLogsWithLocationBySearch(ctx context.Context, projectName string, parentId int64, params *GetLogsWithLocationBySearchParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetMyPhoto ¶
func (c *Client) GetMyPhoto(ctx context.Context, params *GetMyPhotoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetMyself1 ¶
func (*Client) GetNestedItems ¶
func (c *Client) GetNestedItems(ctx context.Context, projectName string, parentId int64, params *GetNestedItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetNotifications ¶
func (*Client) GetPageNumber ¶
func (c *Client) GetPageNumber(ctx context.Context, projectName string, logId int64, params *GetPageNumberParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetPlugins ¶
func (*Client) GetPlugins1 ¶
func (*Client) GetProject ¶
func (*Client) GetProjectGroupById ¶
func (*Client) GetProjectInfo ¶
func (c *Client) GetProjectInfo(ctx context.Context, projectName string, params *GetProjectInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetProjectIntegration ¶
func (*Client) GetProjectIntegrations ¶
func (*Client) GetProjectIntegrations1 ¶
func (*Client) GetProjectLaunches ¶
func (c *Client) GetProjectLaunches(ctx context.Context, projectName string, params *GetProjectLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetProjectSettings ¶
func (*Client) GetProjectSubjectName ¶
func (c *Client) GetProjectSubjectName(ctx context.Context, projectName string, params *GetProjectSubjectNameParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetProjectUsers ¶
func (c *Client) GetProjectUsers(ctx context.Context, projectName string, params *GetProjectUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetProjectUsers1 ¶
func (c *Client) GetProjectUsers1(ctx context.Context, projectName string, params *GetProjectUsers1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetProjectWidget ¶
func (c *Client) GetProjectWidget(ctx context.Context, projectName string, widgetCode string, params *GetProjectWidgetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetPublicFile ¶
func (*Client) GetServerSettings ¶
func (*Client) GetSetOfIntegrationSystemFields ¶
func (c *Client) GetSetOfIntegrationSystemFields(ctx context.Context, projectName string, integrationId int64, params *GetSetOfIntegrationSystemFieldsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetSetOfIntegrationSystemFields1 ¶
func (c *Client) GetSetOfIntegrationSystemFields1(ctx context.Context, integrationId int64, params *GetSetOfIntegrationSystemFields1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetStatuses ¶
func (c *Client) GetStatuses(ctx context.Context, projectName string, params *GetStatusesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetSuggestedClusterItems ¶
func (*Client) GetSuggestedItems ¶
func (*Client) GetTestItem ¶
func (*Client) GetTestItemActivities ¶
func (c *Client) GetTestItemActivities(ctx context.Context, projectName string, itemId int64, params *GetTestItemActivitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTestItemByUuidTimestamp ¶
func (*Client) GetTestItems ¶
func (c *Client) GetTestItems(ctx context.Context, projectName string, params *GetTestItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTestItems1 ¶
func (c *Client) GetTestItems1(ctx context.Context, projectName string, params *GetTestItems1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTestItems2 ¶
func (c *Client) GetTestItems2(ctx context.Context, projectName string, params *GetTestItems2Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTestItems3 ¶
func (c *Client) GetTestItems3(ctx context.Context, projectName string, params *GetTestItems3Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTestItemsV2 ¶
func (c *Client) GetTestItemsV2(ctx context.Context, projectName string, params *GetTestItemsV2Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTicket ¶
func (c *Client) GetTicket(ctx context.Context, projectName string, ticketId string, params *GetTicketParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTicketIds ¶
func (c *Client) GetTicketIds(ctx context.Context, projectName string, params *GetTicketIdsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetTicketIdsForProject ¶
func (c *Client) GetTicketIdsForProject(ctx context.Context, projectName string, params *GetTicketIdsForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetUniqueAttributeKeys ¶
func (c *Client) GetUniqueAttributeKeys(ctx context.Context, projectName string, params *GetUniqueAttributeKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetUserBidInfo ¶
func (c *Client) GetUserBidInfo(ctx context.Context, params *GetUserBidInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetUserFilters ¶
func (c *Client) GetUserFilters(ctx context.Context, projectName string, params *GetUserFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetUserPhoto ¶
func (c *Client) GetUserPhoto(ctx context.Context, projectName string, params *GetUserPhotoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetUserPreference ¶
func (*Client) GetUserPreference1 ¶
func (*Client) GetUserProjects ¶
func (*Client) GetUsers ¶
func (c *Client) GetUsers(ctx context.Context, params *GetUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetUsersApiKeys ¶
func (*Client) GetUsersForAssign ¶
func (c *Client) GetUsersForAssign(ctx context.Context, projectName string, params *GetUsersForAssignParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetWidget1 ¶
func (c *Client) GetWidget1(ctx context.Context, projectName string, widgetId int64, params *GetWidget1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetWidgetNames ¶
func (c *Client) GetWidgetNames(ctx context.Context, projectName string, params *GetWidgetNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetWidgetPreview ¶
func (c *Client) GetWidgetPreview(ctx context.Context, projectName string, body GetWidgetPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GetWidgetPreviewWithBody ¶
func (*Client) HandleSuggestChoose ¶
func (c *Client) HandleSuggestChoose(ctx context.Context, projectName string, body HandleSuggestChooseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) HandleSuggestChooseWithBody ¶
func (*Client) IndexProjectData ¶
func (*Client) IsRestorePasswordBidExist ¶
func (*Client) LinkExternalIssues ¶
func (c *Client) LinkExternalIssues(ctx context.Context, projectName string, body LinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) LinkExternalIssuesWithBody ¶
func (*Client) MergeLaunchesOldUuid ¶
func (c *Client) MergeLaunchesOldUuid(ctx context.Context, projectName string, body MergeLaunchesOldUuidJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MergeLaunchesOldUuid1 ¶
func (c *Client) MergeLaunchesOldUuid1(ctx context.Context, projectName string, body MergeLaunchesOldUuid1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MergeLaunchesOldUuid1WithBody ¶
func (*Client) MergeLaunchesOldUuidWithBody ¶
func (*Client) OnBoarding ¶
func (c *Client) OnBoarding(ctx context.Context, params *OnBoardingParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RemoveAttachmentsByCsvWithBody ¶
func (*Client) RemoveUserPreference ¶
func (*Client) RemoveWidget ¶
func (*Client) ResetPassword ¶
func (c *Client) ResetPassword(ctx context.Context, body ResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ResetPasswordWithBody ¶
func (*Client) RestorePassword ¶
func (c *Client) RestorePassword(ctx context.Context, body RestorePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) RestorePasswordWithBody ¶
func (*Client) SaveAnalyticsSettings ¶
func (c *Client) SaveAnalyticsSettings(ctx context.Context, body SaveAnalyticsSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SaveAnalyticsSettings1 ¶
func (c *Client) SaveAnalyticsSettings1(ctx context.Context, body SaveAnalyticsSettings1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SaveAnalyticsSettings1WithBody ¶
func (*Client) SaveAnalyticsSettingsWithBody ¶
func (*Client) SearchForUser ¶
func (c *Client) SearchForUser(ctx context.Context, projectName string, params *SearchForUserParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SearchLogs ¶
func (c *Client) SearchLogs(ctx context.Context, projectName string, itemId int64, body SearchLogsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SearchLogsWithBody ¶
func (*Client) SearchProjectNames ¶
func (c *Client) SearchProjectNames(ctx context.Context, params *SearchProjectNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartChildItem ¶
func (c *Client) StartChildItem(ctx context.Context, projectName string, parentItem string, body StartChildItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartChildItem1 ¶
func (c *Client) StartChildItem1(ctx context.Context, projectName string, parentItem string, body StartChildItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartChildItem1WithBody ¶
func (*Client) StartChildItem2 ¶
func (c *Client) StartChildItem2(ctx context.Context, projectName string, parentItem string, body StartChildItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartChildItem2WithBody ¶
func (*Client) StartChildItem3 ¶
func (c *Client) StartChildItem3(ctx context.Context, projectName string, parentItem string, body StartChildItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartChildItem3WithBody ¶
func (*Client) StartChildItemWithBody ¶
func (*Client) StartLaunch ¶
func (c *Client) StartLaunch(ctx context.Context, projectName string, body StartLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartLaunch1 ¶
func (c *Client) StartLaunch1(ctx context.Context, projectName string, body StartLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartLaunch1WithBody ¶
func (*Client) StartLaunchAnalyzer ¶
func (c *Client) StartLaunchAnalyzer(ctx context.Context, projectName string, body StartLaunchAnalyzerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartLaunchAnalyzerWithBody ¶
func (*Client) StartLaunchWithBody ¶
func (*Client) StartRootItem ¶
func (c *Client) StartRootItem(ctx context.Context, projectName string, body StartRootItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartRootItem1 ¶
func (c *Client) StartRootItem1(ctx context.Context, projectName string, body StartRootItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartRootItem1WithBody ¶
func (*Client) StartRootItem2 ¶
func (c *Client) StartRootItem2(ctx context.Context, projectName string, body StartRootItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartRootItem2WithBody ¶
func (*Client) StartRootItem3 ¶
func (c *Client) StartRootItem3(ctx context.Context, projectName string, body StartRootItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StartRootItem3WithBody ¶
func (*Client) StartRootItemWithBody ¶
func (*Client) TestIntegrationConnection ¶
func (*Client) TestIntegrationConnection1 ¶
func (*Client) UnassignProjectUsers ¶
func (c *Client) UnassignProjectUsers(ctx context.Context, projectName string, body UnassignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UnassignProjectUsersWithBody ¶
func (*Client) UnlinkExternalIssues ¶
func (c *Client) UnlinkExternalIssues(ctx context.Context, projectName string, body UnlinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UnlinkExternalIssuesWithBody ¶
func (*Client) UpdateDashboard ¶
func (c *Client) UpdateDashboard(ctx context.Context, projectName string, dashboardId int64, body UpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateDashboardWithBody ¶
func (*Client) UpdateGlobalIntegration ¶
func (c *Client) UpdateGlobalIntegration(ctx context.Context, integrationId int64, body UpdateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateGlobalIntegrationWithBody ¶
func (*Client) UpdateGroup ¶
func (c *Client) UpdateGroup(ctx context.Context, groupId int64, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateGroupWithBody ¶
func (*Client) UpdateLaunch ¶
func (c *Client) UpdateLaunch(ctx context.Context, projectName string, launchId int64, body UpdateLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateLaunchWithBody ¶
func (*Client) UpdateLaunches ¶
func (c *Client) UpdateLaunches(ctx context.Context, projectName string, body UpdateLaunchesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateLaunchesWithBody ¶
func (*Client) UpdateLogTypeById ¶
func (c *Client) UpdateLogTypeById(ctx context.Context, projectName string, logTypeId int64, body UpdateLogTypeByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateLogTypeByIdWithBody ¶
func (*Client) UpdateNotification ¶
func (c *Client) UpdateNotification(ctx context.Context, projectName string, body UpdateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateNotificationWithBody ¶
func (*Client) UpdatePatternTemplate ¶
func (c *Client) UpdatePatternTemplate(ctx context.Context, projectName string, id int64, body UpdatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdatePatternTemplateWithBody ¶
func (*Client) UpdatePluginState ¶
func (c *Client) UpdatePluginState(ctx context.Context, pluginId int64, body UpdatePluginStateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdatePluginStateWithBody ¶
func (*Client) UpdateProject ¶
func (c *Client) UpdateProject(ctx context.Context, projectName string, body UpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateProjectIntegration ¶
func (c *Client) UpdateProjectIntegration(ctx context.Context, projectName string, integrationId int64, body UpdateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateProjectIntegrationWithBody ¶
func (*Client) UpdateProjectIssueSubType ¶
func (c *Client) UpdateProjectIssueSubType(ctx context.Context, projectName string, body UpdateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateProjectIssueSubTypeWithBody ¶
func (*Client) UpdateProjectNotificationConfig ¶
func (c *Client) UpdateProjectNotificationConfig(ctx context.Context, projectName string, body UpdateProjectNotificationConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateProjectNotificationConfigWithBody ¶
func (*Client) UpdateProjectWithBody ¶
func (*Client) UpdateServerSettings ¶
func (c *Client) UpdateServerSettings(ctx context.Context, body UpdateServerSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateServerSettingsWithBody ¶
func (*Client) UpdateTestItem ¶
func (c *Client) UpdateTestItem(ctx context.Context, projectName string, itemId int64, body UpdateTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateTestItemWithBody ¶
func (*Client) UpdateUserFilter ¶
func (c *Client) UpdateUserFilter(ctx context.Context, projectName string, filterId int64, body UpdateUserFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateUserFilterWithBody ¶
func (*Client) UpdateUserFilters ¶
func (c *Client) UpdateUserFilters(ctx context.Context, projectName string, body UpdateUserFiltersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateUserFiltersWithBody ¶
func (*Client) UpdateWidget ¶
func (c *Client) UpdateWidget(ctx context.Context, projectName string, widgetId int64, body UpdateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UpdateWidgetWithBody ¶
func (*Client) UploadPhotoWithBody ¶
type ClientInterface ¶
type ClientInterface interface {
// GetGroups request
GetGroups(ctx context.Context, params *GetGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateGroupWithBody request with any body
CreateGroupWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateGroup(ctx context.Context, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteGroup request
DeleteGroup(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGroupById request
GetGroupById(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateGroupWithBody request with any body
UpdateGroupWithBody(ctx context.Context, groupId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateGroup(ctx context.Context, groupId int64, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGroupProjects request
GetGroupProjects(ctx context.Context, groupId int64, params *GetGroupProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteProjectFromGroupById request
DeleteProjectFromGroupById(ctx context.Context, groupId int64, projectId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGroupProjectById request
GetGroupProjectById(ctx context.Context, groupId int64, projectId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// AddProjectToGroupByIdWithBody request with any body
AddProjectToGroupByIdWithBody(ctx context.Context, groupId int64, projectId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AddProjectToGroupById(ctx context.Context, groupId int64, projectId int64, body AddProjectToGroupByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGroupUsers request
GetGroupUsers(ctx context.Context, groupId int64, params *GetGroupUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteUserFromGroupById request
DeleteUserFromGroupById(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGroupUserById request
GetGroupUserById(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// AddUserToGroupById request
AddUserToGroupById(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGroupsOfProject request
GetGroupsOfProject(ctx context.Context, projectName string, params *GetGroupsOfProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteGroupFromProjectById request
DeleteGroupFromProjectById(ctx context.Context, projectName string, groupId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectGroupById request
GetProjectGroupById(ctx context.Context, projectName string, groupId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// AddGroupToProjectByIdWithBody request with any body
AddGroupToProjectByIdWithBody(ctx context.Context, projectName string, groupId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AddGroupToProjectById(ctx context.Context, projectName string, groupId int64, body AddGroupToProjectByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLogTypes request
GetLogTypes(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateLogTypeWithBody request with any body
CreateLogTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateLogType(ctx context.Context, projectName string, body CreateLogTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteLogTypeById request
DeleteLogTypeById(ctx context.Context, projectName string, logTypeId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateLogTypeByIdWithBody request with any body
UpdateLogTypeByIdWithBody(ctx context.Context, projectName string, logTypeId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateLogTypeById(ctx context.Context, projectName string, logTypeId int64, body UpdateLogTypeByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteUsers request
DeleteUsers(ctx context.Context, params *DeleteUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetMyself request
GetMyself(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateUserByAdminWithBody request with any body
CreateUserByAdminWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateUserByAdmin(ctx context.Context, body CreateUserByAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetMyself1 request
GetMyself1(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUsers request
GetUsers(ctx context.Context, params *GetUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateUserBidWithBody request with any body
CreateUserBidWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateUserBid(ctx context.Context, body CreateUserBidJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// Export request
Export(ctx context.Context, params *ExportParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ChangePasswordWithBody request with any body
ChangePasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ChangePassword(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ResetPasswordWithBody request with any body
ResetPasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ResetPassword(ctx context.Context, body ResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// IsRestorePasswordBidExist request
IsRestorePasswordBidExist(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*http.Response, error)
// RestorePasswordWithBody request with any body
RestorePasswordWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
RestorePassword(ctx context.Context, body RestorePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUserBidInfo request
GetUserBidInfo(ctx context.Context, params *GetUserBidInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateUserWithBody request with any body
CreateUserWithBody(ctx context.Context, params *CreateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateUser(ctx context.Context, params *CreateUserParams, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// FindUsers request
FindUsers(ctx context.Context, params *FindUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteUser request
DeleteUser(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUser request
GetUser(ctx context.Context, login string, reqEditors ...RequestEditorFn) (*http.Response, error)
// EditUserWithBody request with any body
EditUserWithBody(ctx context.Context, login string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
EditUser(ctx context.Context, login string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUsersApiKeys request
GetUsersApiKeys(ctx context.Context, userId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateApiKeyWithBody request with any body
CreateApiKeyWithBody(ctx context.Context, userId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateApiKey(ctx context.Context, userId int64, body CreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteApiKey request
DeleteApiKey(ctx context.Context, userId int64, keyId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUserProjects request
GetUserProjects(ctx context.Context, userName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetActivitiesWithBody request with any body
GetActivitiesWithBody(ctx context.Context, params *GetActivitiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
GetActivities(ctx context.Context, params *GetActivitiesParams, body GetActivitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectSubjectName request
GetProjectSubjectName(ctx context.Context, projectName string, params *GetProjectSubjectNameParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetSetOfIntegrationSystemFields1 request
GetSetOfIntegrationSystemFields1(ctx context.Context, integrationId int64, params *GetSetOfIntegrationSystemFields1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllowableIssueTypes1 request
GetAllowableIssueTypes1(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTicket request
GetTicket(ctx context.Context, projectName string, ticketId string, params *GetTicketParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetSetOfIntegrationSystemFields request
GetSetOfIntegrationSystemFields(ctx context.Context, projectName string, integrationId int64, params *GetSetOfIntegrationSystemFieldsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllowableIssueTypes request
GetAllowableIssueTypes(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateIssueWithBody request with any body
CreateIssueWithBody(ctx context.Context, projectName string, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateIssue(ctx context.Context, projectName string, integrationId int64, body CreateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// RemoveAttachmentsByCsvWithBody request with any body
RemoveAttachmentsByCsvWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeletePhoto request
DeletePhoto(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetMyPhoto request
GetMyPhoto(ctx context.Context, params *GetMyPhotoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UploadPhotoWithBody request with any body
UploadPhotoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUserPhoto request
GetUserPhoto(ctx context.Context, projectName string, params *GetUserPhotoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetFile request
GetFile(ctx context.Context, projectName string, dataId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GenerateWithBody request with any body
GenerateWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
Generate(ctx context.Context, projectName string, body GenerateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteAllIntegrations request
DeleteAllIntegrations(ctx context.Context, pType string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGlobalIntegrations1 request
GetGlobalIntegrations1(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGlobalIntegrations2 request
GetGlobalIntegrations2(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGlobalIntegrations request
GetGlobalIntegrations(ctx context.Context, pluginName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectIntegrations request
GetProjectIntegrations(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectIntegrations1 request
GetProjectIntegrations1(ctx context.Context, projectName string, pluginName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteGlobalIntegration request
DeleteGlobalIntegration(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetGlobalIntegration request
GetGlobalIntegration(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateGlobalIntegrationWithBody request with any body
UpdateGlobalIntegrationWithBody(ctx context.Context, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateGlobalIntegration(ctx context.Context, integrationId int64, body UpdateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TestIntegrationConnection1 request
TestIntegrationConnection1(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateGlobalIntegrationWithBody request with any body
CreateGlobalIntegrationWithBody(ctx context.Context, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateGlobalIntegration(ctx context.Context, pluginName string, body CreateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteAllProjectIntegrations request
DeleteAllProjectIntegrations(ctx context.Context, projectName string, pType string, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteProjectIntegration request
DeleteProjectIntegration(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectIntegration request
GetProjectIntegration(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateProjectIntegrationWithBody request with any body
UpdateProjectIntegrationWithBody(ctx context.Context, projectName string, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateProjectIntegration(ctx context.Context, projectName string, integrationId int64, body UpdateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TestIntegrationConnection request
TestIntegrationConnection(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExecuteIntegrationCommandWithBody request with any body
ExecuteIntegrationCommandWithBody(ctx context.Context, projectName string, integrationId int64, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ExecuteIntegrationCommand(ctx context.Context, projectName string, integrationId int64, command string, body ExecuteIntegrationCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateProjectIntegrationWithBody request with any body
CreateProjectIntegrationWithBody(ctx context.Context, projectName string, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateProjectIntegration(ctx context.Context, projectName string, pluginName string, body CreateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// OnBoarding request
OnBoarding(ctx context.Context, params *OnBoardingParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPlugins request
GetPlugins(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UploadPluginWithBody request with any body
UploadPluginWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPlugins1 request
GetPlugins1(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPublicFile request
GetPublicFile(ctx context.Context, pluginName string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExecutePublicPluginCommandWithBody request with any body
ExecutePublicPluginCommandWithBody(ctx context.Context, pluginName string, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ExecutePublicPluginCommand(ctx context.Context, pluginName string, command string, body ExecutePublicPluginCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeletePlugin request
DeletePlugin(ctx context.Context, pluginId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdatePluginStateWithBody request with any body
UpdatePluginStateWithBody(ctx context.Context, pluginId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdatePluginState(ctx context.Context, pluginId int64, body UpdatePluginStateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExecutePluginCommandWithBody request with any body
ExecutePluginCommandWithBody(ctx context.Context, projectName string, pluginName string, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ExecutePluginCommand(ctx context.Context, projectName string, pluginName string, command string, body ExecutePluginCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExecuteImportPluginCommandWithBody request with any body
ExecuteImportPluginCommandWithBody(ctx context.Context, projectName string, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteProject request
DeleteProject(ctx context.Context, params *DeleteProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateProjectWithBody request with any body
CreateProjectWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateProject(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAnalyzerIndexingStatus request
GetAnalyzerIndexingStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExportProjects request
ExportProjects(ctx context.Context, params *ExportProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllProjectsInfo request
GetAllProjectsInfo(ctx context.Context, params *GetAllProjectsInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectInfo request
GetProjectInfo(ctx context.Context, projectName string, params *GetProjectInfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllProjectNames request
GetAllProjectNames(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// SearchProjectNames request
SearchProjectNames(ctx context.Context, params *SearchProjectNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteProject1 request
DeleteProject1(ctx context.Context, projectId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProject request
GetProject(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateProjectWithBody request with any body
UpdateProjectWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateProject(ctx context.Context, projectName string, body UpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AssignProjectUsersWithBody request with any body
AssignProjectUsersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AssignProjectUsers(ctx context.Context, projectName string, body AssignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUsersForAssign request
GetUsersForAssign(ctx context.Context, projectName string, params *GetUsersForAssignParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteProjectIndex request
DeleteProjectIndex(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// IndexProjectData request
IndexProjectData(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateProjectNotificationConfigWithBody request with any body
UpdateProjectNotificationConfigWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateProjectNotificationConfig(ctx context.Context, projectName string, body UpdateProjectNotificationConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUserPreference request
GetUserPreference(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUserPreference1 request
GetUserPreference1(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// RemoveUserPreference request
RemoveUserPreference(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// AddUserPreference request
AddUserPreference(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnassignProjectUsersWithBody request with any body
UnassignProjectUsersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnassignProjectUsers(ctx context.Context, projectName string, body UnassignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectUsers1 request
GetProjectUsers1(ctx context.Context, projectName string, params *GetProjectUsers1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// SearchForUser request
SearchForUser(ctx context.Context, projectName string, params *SearchForUserParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectUsers request
GetProjectUsers(ctx context.Context, projectName string, params *GetProjectUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectWidget request
GetProjectWidget(ctx context.Context, projectName string, widgetCode string, params *GetProjectWidgetParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetServerSettings request
GetServerSettings(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateServerSettingsWithBody request with any body
UpdateServerSettingsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateServerSettings(ctx context.Context, body UpdateServerSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// SaveAnalyticsSettingsWithBody request with any body
SaveAnalyticsSettingsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
SaveAnalyticsSettings(ctx context.Context, body SaveAnalyticsSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// SaveAnalyticsSettings1WithBody request with any body
SaveAnalyticsSettings1WithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
SaveAnalyticsSettings1(ctx context.Context, body SaveAnalyticsSettings1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItemActivities request
GetTestItemActivities(ctx context.Context, projectName string, itemId int64, params *GetTestItemActivitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetActivity request
GetActivity(ctx context.Context, projectName string, activityId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllDashboards request
GetAllDashboards(ctx context.Context, projectName string, params *GetAllDashboardsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateDashboardWithBody request with any body
CreateDashboardWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateDashboard(ctx context.Context, projectName string, body CreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreatePreconfiguredWithBody request with any body
CreatePreconfiguredWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreatePreconfigured(ctx context.Context, projectName string, body CreatePreconfiguredJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteDashboard request
DeleteDashboard(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDashboard request
GetDashboard(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateDashboardWithBody request with any body
UpdateDashboardWithBody(ctx context.Context, projectName string, dashboardId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateDashboard(ctx context.Context, projectName string, dashboardId int64, body UpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AddWidgetWithBody request with any body
AddWidgetWithBody(ctx context.Context, projectName string, dashboardId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AddWidget(ctx context.Context, projectName string, dashboardId int64, body AddWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDashboardConfig request
GetDashboardConfig(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// RemoveWidget request
RemoveWidget(ctx context.Context, projectName string, dashboardId int64, widgetId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllFilters request
GetAllFilters(ctx context.Context, projectName string, params *GetAllFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateFilterWithBody request with any body
CreateFilterWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateFilter(ctx context.Context, projectName string, body CreateFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateUserFiltersWithBody request with any body
UpdateUserFiltersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateUserFilters(ctx context.Context, projectName string, body UpdateUserFiltersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUserFilters request
GetUserFilters(ctx context.Context, projectName string, params *GetUserFiltersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllFiltersNames request
GetAllFiltersNames(ctx context.Context, projectName string, params *GetAllFiltersNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteFilter request
DeleteFilter(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetFilter request
GetFilter(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateUserFilterWithBody request with any body
UpdateUserFilterWithBody(ctx context.Context, projectName string, filterId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateUserFilter(ctx context.Context, projectName string, filterId int64, body UpdateUserFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteTestItems request
DeleteTestItems(ctx context.Context, projectName string, params *DeleteTestItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItems request
GetTestItems(ctx context.Context, projectName string, params *GetTestItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartRootItemWithBody request with any body
StartRootItemWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartRootItem(ctx context.Context, projectName string, body StartRootItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DefineTestItemIssueTypeWithBody request with any body
DefineTestItemIssueTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DefineTestItemIssueType(ctx context.Context, projectName string, body DefineTestItemIssueTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartRootItem3WithBody request with any body
StartRootItem3WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartRootItem3(ctx context.Context, projectName string, body StartRootItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUniqueAttributeKeys request
GetUniqueAttributeKeys(ctx context.Context, projectName string, params *GetUniqueAttributeKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAttributeKeysForProject request
GetAttributeKeysForProject(ctx context.Context, projectName string, params *GetAttributeKeysForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAttributeValues2 request
GetAttributeValues2(ctx context.Context, projectName string, params *GetAttributeValues2Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetItemsHistory request
GetItemsHistory(ctx context.Context, projectName string, params *GetItemsHistoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdate1WithBody request with any body
BulkUpdate1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdate1(ctx context.Context, projectName string, body BulkUpdate1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// LinkExternalIssuesWithBody request with any body
LinkExternalIssuesWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
LinkExternalIssues(ctx context.Context, projectName string, body LinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnlinkExternalIssuesWithBody request with any body
UnlinkExternalIssuesWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnlinkExternalIssues(ctx context.Context, projectName string, body UnlinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItems3 request
GetTestItems3(ctx context.Context, projectName string, params *GetTestItems3Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItems2 request
GetTestItems2(ctx context.Context, projectName string, params *GetTestItems2Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItems1 request
GetTestItems1(ctx context.Context, projectName string, params *GetTestItems1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAttributeKeys1 request
GetAttributeKeys1(ctx context.Context, projectName string, params *GetAttributeKeys1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAttributeValues1 request
GetAttributeValues1(ctx context.Context, projectName string, params *GetAttributeValues1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// HandleSuggestChooseWithBody request with any body
HandleSuggestChooseWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
HandleSuggestChoose(ctx context.Context, projectName string, body HandleSuggestChooseJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetSuggestedClusterItems request
GetSuggestedClusterItems(ctx context.Context, projectName string, clusterId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetSuggestedItems request
GetSuggestedItems(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTicketIds request
GetTicketIds(ctx context.Context, projectName string, params *GetTicketIdsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTicketIdsForProject request
GetTicketIdsForProject(ctx context.Context, projectName string, params *GetTicketIdsForProjectParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItemByUuidTimestamp request
GetTestItemByUuidTimestamp(ctx context.Context, projectName string, itemId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItemsV2 request
GetTestItemsV2(ctx context.Context, projectName string, params *GetTestItemsV2Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteTestItem request
DeleteTestItem(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTestItem request
GetTestItem(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateTestItemWithBody request with any body
UpdateTestItemWithBody(ctx context.Context, projectName string, itemId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateTestItem(ctx context.Context, projectName string, itemId int64, body UpdateTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartChildItem2WithBody request with any body
StartChildItem2WithBody(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartChildItem2(ctx context.Context, projectName string, parentItem string, body StartChildItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartChildItem3WithBody request with any body
StartChildItem3WithBody(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartChildItem3(ctx context.Context, projectName string, parentItem string, body StartChildItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// FinishTestItem2WithBody request with any body
FinishTestItem2WithBody(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
FinishTestItem2(ctx context.Context, projectName string, testItemId string, body FinishTestItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// FinishTestItem3WithBody request with any body
FinishTestItem3WithBody(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
FinishTestItem3(ctx context.Context, projectName string, testItemId string, body FinishTestItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteLaunches request
DeleteLaunches(ctx context.Context, projectName string, params *DeleteLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectLaunches request
GetProjectLaunches(ctx context.Context, projectName string, params *GetProjectLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartLaunch1WithBody request with any body
StartLaunch1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartLaunch1(ctx context.Context, projectName string, body StartLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartLaunchAnalyzerWithBody request with any body
StartLaunchAnalyzerWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartLaunchAnalyzer(ctx context.Context, projectName string, body StartLaunchAnalyzerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAttributeKeys request
GetAttributeKeys(ctx context.Context, projectName string, params *GetAttributeKeysParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAttributeValues request
GetAttributeValues(ctx context.Context, projectName string, params *GetAttributeValuesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateClustersWithBody request with any body
CreateClustersWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateClusters(ctx context.Context, projectName string, body CreateClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetClusters request
GetClusters(ctx context.Context, projectName string, launchId string, params *GetClustersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CompareLaunches request
CompareLaunches(ctx context.Context, projectName string, params *CompareLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateWithBody request with any body
BulkUpdateWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdate(ctx context.Context, projectName string, body BulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLatestLaunches request
GetLatestLaunches(ctx context.Context, projectName string, params *GetLatestLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// MergeLaunchesOldUuid1WithBody request with any body
MergeLaunchesOldUuid1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MergeLaunchesOldUuid1(ctx context.Context, projectName string, body MergeLaunchesOldUuid1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDebugLaunches request
GetDebugLaunches(ctx context.Context, projectName string, params *GetDebugLaunchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllLaunchNames request
GetAllLaunchNames(ctx context.Context, projectName string, params *GetAllLaunchNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAllOwners request
GetAllOwners(ctx context.Context, projectName string, params *GetAllOwnersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetStatuses request
GetStatuses(ctx context.Context, projectName string, params *GetStatusesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkForceFinishWithBody request with any body
BulkForceFinishWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkForceFinish(ctx context.Context, projectName string, body BulkForceFinishJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateLaunchesWithBody request with any body
UpdateLaunchesWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateLaunches(ctx context.Context, projectName string, body UpdateLaunchesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLaunchByUuidOldTimestamp request
GetLaunchByUuidOldTimestamp(ctx context.Context, projectName string, launchId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteLaunch request
DeleteLaunch(ctx context.Context, projectName string, launchId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLaunch request
GetLaunch(ctx context.Context, projectName string, launchId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// FinishLaunch1WithBody request with any body
FinishLaunch1WithBody(ctx context.Context, projectName string, launchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
FinishLaunch1(ctx context.Context, projectName string, launchId string, body FinishLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLaunchReport request
GetLaunchReport(ctx context.Context, projectName string, launchId int64, params *GetLaunchReportParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ForceFinishLaunchWithBody request with any body
ForceFinishLaunchWithBody(ctx context.Context, projectName string, launchId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ForceFinishLaunch(ctx context.Context, projectName string, launchId int64, body ForceFinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateLaunchWithBody request with any body
UpdateLaunchWithBody(ctx context.Context, projectName string, launchId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateLaunch(ctx context.Context, projectName string, launchId int64, body UpdateLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLogs request
GetLogs(ctx context.Context, projectName string, params *GetLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateLog1WithBody request with any body
CreateLog1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateLogEntry1WithBody request with any body
CreateLogEntry1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateLogEntry1(ctx context.Context, projectName string, body CreateLogEntry1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLogsWithLocationBySearch request
GetLogsWithLocationBySearch(ctx context.Context, projectName string, parentId int64, params *GetLogsWithLocationBySearchParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetErrorPage request
GetErrorPage(ctx context.Context, projectName string, parentId int64, params *GetErrorPageParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNestedItems request
GetNestedItems(ctx context.Context, projectName string, parentId int64, params *GetNestedItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// SearchLogsWithBody request with any body
SearchLogsWithBody(ctx context.Context, projectName string, itemId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
SearchLogs(ctx context.Context, projectName string, itemId int64, body SearchLogsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLogsUnderWithBody request with any body
GetLogsUnderWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
GetLogsUnder(ctx context.Context, projectName string, body GetLogsUnderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLogByUuid request
GetLogByUuid(ctx context.Context, projectName string, logId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteLog request
DeleteLog(ctx context.Context, projectName string, logId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLog request
GetLog(ctx context.Context, projectName string, logId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPageNumber request
GetPageNumber(ctx context.Context, projectName string, logId int64, params *GetPageNumberParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProjectSettings request
GetProjectSettings(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNotifications request
GetNotifications(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateNotificationWithBody request with any body
CreateNotificationWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateNotification(ctx context.Context, projectName string, body CreateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateNotificationWithBody request with any body
UpdateNotificationWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateNotification(ctx context.Context, projectName string, body UpdateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteNotification request
DeleteNotification(ctx context.Context, projectName string, notificationId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreatePatternTemplateWithBody request with any body
CreatePatternTemplateWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreatePatternTemplate(ctx context.Context, projectName string, body CreatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeletePatternTemplate request
DeletePatternTemplate(ctx context.Context, projectName string, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdatePatternTemplateWithBody request with any body
UpdatePatternTemplateWithBody(ctx context.Context, projectName string, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdatePatternTemplate(ctx context.Context, projectName string, id int64, body UpdatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateProjectIssueSubTypeWithBody request with any body
CreateProjectIssueSubTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateProjectIssueSubType(ctx context.Context, projectName string, body CreateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateProjectIssueSubTypeWithBody request with any body
UpdateProjectIssueSubTypeWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateProjectIssueSubType(ctx context.Context, projectName string, body UpdateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteProjectIssueSubType request
DeleteProjectIssueSubType(ctx context.Context, projectName string, id int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateWidgetWithBody request with any body
CreateWidgetWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateWidget(ctx context.Context, projectName string, body CreateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWidget1 request
GetWidget1(ctx context.Context, projectName string, widgetId int64, params *GetWidget1Params, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWidgetNames request
GetWidgetNames(ctx context.Context, projectName string, params *GetWidgetNamesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWidgetPreviewWithBody request with any body
GetWidgetPreviewWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
GetWidgetPreview(ctx context.Context, projectName string, body GetWidgetPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWidget request
GetWidget(ctx context.Context, projectName string, widgetId int64, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateWidgetWithBody request with any body
UpdateWidgetWithBody(ctx context.Context, projectName string, widgetId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateWidget(ctx context.Context, projectName string, widgetId int64, body UpdateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartRootItem1WithBody request with any body
StartRootItem1WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartRootItem1(ctx context.Context, projectName string, body StartRootItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartRootItem2WithBody request with any body
StartRootItem2WithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartRootItem2(ctx context.Context, projectName string, body StartRootItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartChildItemWithBody request with any body
StartChildItemWithBody(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartChildItem(ctx context.Context, projectName string, parentItem string, body StartChildItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartChildItem1WithBody request with any body
StartChildItem1WithBody(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartChildItem1(ctx context.Context, projectName string, parentItem string, body StartChildItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// FinishTestItemWithBody request with any body
FinishTestItemWithBody(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
FinishTestItem(ctx context.Context, projectName string, testItemId string, body FinishTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// FinishTestItem1WithBody request with any body
FinishTestItem1WithBody(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
FinishTestItem1(ctx context.Context, projectName string, testItemId string, body FinishTestItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StartLaunchWithBody request with any body
StartLaunchWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StartLaunch(ctx context.Context, projectName string, body StartLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MergeLaunchesOldUuidWithBody request with any body
MergeLaunchesOldUuidWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MergeLaunchesOldUuid(ctx context.Context, projectName string, body MergeLaunchesOldUuidJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// FinishLaunchWithBody request with any body
FinishLaunchWithBody(ctx context.Context, projectName string, launchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
FinishLaunch(ctx context.Context, projectName string, launchId string, body FinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateLogWithBody request with any body
CreateLogWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateLogEntryWithBody request with any body
CreateLogEntryWithBody(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateLogEntry(ctx context.Context, projectName string, body CreateLogEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
}
The interface specification for the client above.
type ClientOption ¶
ClientOption allows setting custom parameters during construction
func WithHTTPClient ¶
func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
func WithRequestEditorFn ¶
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.
type ClientWithResponses ¶
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
func NewClientWithResponses ¶
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) AddGroupToProjectByIdWithBodyWithResponse ¶
func (c *ClientWithResponses) AddGroupToProjectByIdWithBodyWithResponse(ctx context.Context, projectName string, groupId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddGroupToProjectByIdResponse, error)
AddGroupToProjectByIdWithBodyWithResponse request with arbitrary body returning *AddGroupToProjectByIdResponse
func (*ClientWithResponses) AddGroupToProjectByIdWithResponse ¶
func (c *ClientWithResponses) AddGroupToProjectByIdWithResponse(ctx context.Context, projectName string, groupId int64, body AddGroupToProjectByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*AddGroupToProjectByIdResponse, error)
func (*ClientWithResponses) AddProjectToGroupByIdWithBodyWithResponse ¶
func (c *ClientWithResponses) AddProjectToGroupByIdWithBodyWithResponse(ctx context.Context, groupId int64, projectId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddProjectToGroupByIdResponse, error)
AddProjectToGroupByIdWithBodyWithResponse request with arbitrary body returning *AddProjectToGroupByIdResponse
func (*ClientWithResponses) AddProjectToGroupByIdWithResponse ¶
func (c *ClientWithResponses) AddProjectToGroupByIdWithResponse(ctx context.Context, groupId int64, projectId int64, body AddProjectToGroupByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*AddProjectToGroupByIdResponse, error)
func (*ClientWithResponses) AddUserPreferenceWithResponse ¶
func (c *ClientWithResponses) AddUserPreferenceWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*AddUserPreferenceResponse, error)
AddUserPreferenceWithResponse request returning *AddUserPreferenceResponse
func (*ClientWithResponses) AddUserToGroupByIdWithResponse ¶
func (c *ClientWithResponses) AddUserToGroupByIdWithResponse(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*AddUserToGroupByIdResponse, error)
AddUserToGroupByIdWithResponse request returning *AddUserToGroupByIdResponse
func (*ClientWithResponses) AddWidgetWithBodyWithResponse ¶
func (c *ClientWithResponses) AddWidgetWithBodyWithResponse(ctx context.Context, projectName string, dashboardId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddWidgetResponse, error)
AddWidgetWithBodyWithResponse request with arbitrary body returning *AddWidgetResponse
func (*ClientWithResponses) AddWidgetWithResponse ¶
func (c *ClientWithResponses) AddWidgetWithResponse(ctx context.Context, projectName string, dashboardId int64, body AddWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*AddWidgetResponse, error)
func (*ClientWithResponses) AssignProjectUsersWithBodyWithResponse ¶
func (c *ClientWithResponses) AssignProjectUsersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AssignProjectUsersResponse, error)
AssignProjectUsersWithBodyWithResponse request with arbitrary body returning *AssignProjectUsersResponse
func (*ClientWithResponses) AssignProjectUsersWithResponse ¶
func (c *ClientWithResponses) AssignProjectUsersWithResponse(ctx context.Context, projectName string, body AssignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*AssignProjectUsersResponse, error)
func (*ClientWithResponses) BulkForceFinishWithBodyWithResponse ¶
func (c *ClientWithResponses) BulkForceFinishWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkForceFinishResponse, error)
BulkForceFinishWithBodyWithResponse request with arbitrary body returning *BulkForceFinishResponse
func (*ClientWithResponses) BulkForceFinishWithResponse ¶
func (c *ClientWithResponses) BulkForceFinishWithResponse(ctx context.Context, projectName string, body BulkForceFinishJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkForceFinishResponse, error)
func (*ClientWithResponses) BulkUpdate1WithBodyWithResponse ¶
func (c *ClientWithResponses) BulkUpdate1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdate1Response, error)
BulkUpdate1WithBodyWithResponse request with arbitrary body returning *BulkUpdate1Response
func (*ClientWithResponses) BulkUpdate1WithResponse ¶
func (c *ClientWithResponses) BulkUpdate1WithResponse(ctx context.Context, projectName string, body BulkUpdate1JSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdate1Response, error)
func (*ClientWithResponses) BulkUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) BulkUpdateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateResponse, error)
BulkUpdateWithBodyWithResponse request with arbitrary body returning *BulkUpdateResponse
func (*ClientWithResponses) BulkUpdateWithResponse ¶
func (c *ClientWithResponses) BulkUpdateWithResponse(ctx context.Context, projectName string, body BulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateResponse, error)
func (*ClientWithResponses) ChangePasswordWithBodyWithResponse ¶
func (c *ClientWithResponses) ChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)
ChangePasswordWithBodyWithResponse request with arbitrary body returning *ChangePasswordResponse
func (*ClientWithResponses) ChangePasswordWithResponse ¶
func (c *ClientWithResponses) ChangePasswordWithResponse(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)
func (*ClientWithResponses) CompareLaunchesWithResponse ¶
func (c *ClientWithResponses) CompareLaunchesWithResponse(ctx context.Context, projectName string, params *CompareLaunchesParams, reqEditors ...RequestEditorFn) (*CompareLaunchesResponse, error)
CompareLaunchesWithResponse request returning *CompareLaunchesResponse
func (*ClientWithResponses) CreateApiKeyWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateApiKeyWithBodyWithResponse(ctx context.Context, userId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateApiKeyResponse, error)
CreateApiKeyWithBodyWithResponse request with arbitrary body returning *CreateApiKeyResponse
func (*ClientWithResponses) CreateApiKeyWithResponse ¶
func (c *ClientWithResponses) CreateApiKeyWithResponse(ctx context.Context, userId int64, body CreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateApiKeyResponse, error)
func (*ClientWithResponses) CreateClustersWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateClustersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateClustersResponse, error)
CreateClustersWithBodyWithResponse request with arbitrary body returning *CreateClustersResponse
func (*ClientWithResponses) CreateClustersWithResponse ¶
func (c *ClientWithResponses) CreateClustersWithResponse(ctx context.Context, projectName string, body CreateClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateClustersResponse, error)
func (*ClientWithResponses) CreateDashboardWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateDashboardWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDashboardResponse, error)
CreateDashboardWithBodyWithResponse request with arbitrary body returning *CreateDashboardResponse
func (*ClientWithResponses) CreateDashboardWithResponse ¶
func (c *ClientWithResponses) CreateDashboardWithResponse(ctx context.Context, projectName string, body CreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDashboardResponse, error)
func (*ClientWithResponses) CreateFilterWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateFilterWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFilterResponse, error)
CreateFilterWithBodyWithResponse request with arbitrary body returning *CreateFilterResponse
func (*ClientWithResponses) CreateFilterWithResponse ¶
func (c *ClientWithResponses) CreateFilterWithResponse(ctx context.Context, projectName string, body CreateFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFilterResponse, error)
func (*ClientWithResponses) CreateGlobalIntegrationWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateGlobalIntegrationWithBodyWithResponse(ctx context.Context, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGlobalIntegrationResponse, error)
CreateGlobalIntegrationWithBodyWithResponse request with arbitrary body returning *CreateGlobalIntegrationResponse
func (*ClientWithResponses) CreateGlobalIntegrationWithResponse ¶
func (c *ClientWithResponses) CreateGlobalIntegrationWithResponse(ctx context.Context, pluginName string, body CreateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGlobalIntegrationResponse, error)
func (*ClientWithResponses) CreateGroupWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)
CreateGroupWithBodyWithResponse request with arbitrary body returning *CreateGroupResponse
func (*ClientWithResponses) CreateGroupWithResponse ¶
func (c *ClientWithResponses) CreateGroupWithResponse(ctx context.Context, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)
func (*ClientWithResponses) CreateIssueWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateIssueWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateIssueResponse, error)
CreateIssueWithBodyWithResponse request with arbitrary body returning *CreateIssueResponse
func (*ClientWithResponses) CreateIssueWithResponse ¶
func (c *ClientWithResponses) CreateIssueWithResponse(ctx context.Context, projectName string, integrationId int64, body CreateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateIssueResponse, error)
func (*ClientWithResponses) CreateLog1WithBodyWithResponse ¶
func (c *ClientWithResponses) CreateLog1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLog1Response, error)
CreateLog1WithBodyWithResponse request with arbitrary body returning *CreateLog1Response
func (*ClientWithResponses) CreateLogEntry1WithBodyWithResponse ¶
func (c *ClientWithResponses) CreateLogEntry1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogEntry1Response, error)
CreateLogEntry1WithBodyWithResponse request with arbitrary body returning *CreateLogEntry1Response
func (*ClientWithResponses) CreateLogEntry1WithResponse ¶
func (c *ClientWithResponses) CreateLogEntry1WithResponse(ctx context.Context, projectName string, body CreateLogEntry1JSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLogEntry1Response, error)
func (*ClientWithResponses) CreateLogEntryWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateLogEntryWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogEntryResponse, error)
CreateLogEntryWithBodyWithResponse request with arbitrary body returning *CreateLogEntryResponse
func (*ClientWithResponses) CreateLogEntryWithResponse ¶
func (c *ClientWithResponses) CreateLogEntryWithResponse(ctx context.Context, projectName string, body CreateLogEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLogEntryResponse, error)
func (*ClientWithResponses) CreateLogTypeWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateLogTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogTypeResponse, error)
CreateLogTypeWithBodyWithResponse request with arbitrary body returning *CreateLogTypeResponse
func (*ClientWithResponses) CreateLogTypeWithResponse ¶
func (c *ClientWithResponses) CreateLogTypeWithResponse(ctx context.Context, projectName string, body CreateLogTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLogTypeResponse, error)
func (*ClientWithResponses) CreateLogWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateLogWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogResponse, error)
CreateLogWithBodyWithResponse request with arbitrary body returning *CreateLogResponse
func (*ClientWithResponses) CreateNotificationWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateNotificationWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNotificationResponse, error)
CreateNotificationWithBodyWithResponse request with arbitrary body returning *CreateNotificationResponse
func (*ClientWithResponses) CreateNotificationWithResponse ¶
func (c *ClientWithResponses) CreateNotificationWithResponse(ctx context.Context, projectName string, body CreateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNotificationResponse, error)
func (*ClientWithResponses) CreatePatternTemplateWithBodyWithResponse ¶
func (c *ClientWithResponses) CreatePatternTemplateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePatternTemplateResponse, error)
CreatePatternTemplateWithBodyWithResponse request with arbitrary body returning *CreatePatternTemplateResponse
func (*ClientWithResponses) CreatePatternTemplateWithResponse ¶
func (c *ClientWithResponses) CreatePatternTemplateWithResponse(ctx context.Context, projectName string, body CreatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePatternTemplateResponse, error)
func (*ClientWithResponses) CreatePreconfiguredWithBodyWithResponse ¶
func (c *ClientWithResponses) CreatePreconfiguredWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePreconfiguredResponse, error)
CreatePreconfiguredWithBodyWithResponse request with arbitrary body returning *CreatePreconfiguredResponse
func (*ClientWithResponses) CreatePreconfiguredWithResponse ¶
func (c *ClientWithResponses) CreatePreconfiguredWithResponse(ctx context.Context, projectName string, body CreatePreconfiguredJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePreconfiguredResponse, error)
func (*ClientWithResponses) CreateProjectIntegrationWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateProjectIntegrationWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectIntegrationResponse, error)
CreateProjectIntegrationWithBodyWithResponse request with arbitrary body returning *CreateProjectIntegrationResponse
func (*ClientWithResponses) CreateProjectIntegrationWithResponse ¶
func (c *ClientWithResponses) CreateProjectIntegrationWithResponse(ctx context.Context, projectName string, pluginName string, body CreateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectIntegrationResponse, error)
func (*ClientWithResponses) CreateProjectIssueSubTypeWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateProjectIssueSubTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectIssueSubTypeResponse, error)
CreateProjectIssueSubTypeWithBodyWithResponse request with arbitrary body returning *CreateProjectIssueSubTypeResponse
func (*ClientWithResponses) CreateProjectIssueSubTypeWithResponse ¶
func (c *ClientWithResponses) CreateProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, body CreateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectIssueSubTypeResponse, error)
func (*ClientWithResponses) CreateProjectWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateProjectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)
CreateProjectWithBodyWithResponse request with arbitrary body returning *CreateProjectResponse
func (*ClientWithResponses) CreateProjectWithResponse ¶
func (c *ClientWithResponses) CreateProjectWithResponse(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)
func (*ClientWithResponses) CreateUserBidWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateUserBidWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserBidResponse, error)
CreateUserBidWithBodyWithResponse request with arbitrary body returning *CreateUserBidResponse
func (*ClientWithResponses) CreateUserBidWithResponse ¶
func (c *ClientWithResponses) CreateUserBidWithResponse(ctx context.Context, body CreateUserBidJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserBidResponse, error)
func (*ClientWithResponses) CreateUserByAdminWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateUserByAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserByAdminResponse, error)
CreateUserByAdminWithBodyWithResponse request with arbitrary body returning *CreateUserByAdminResponse
func (*ClientWithResponses) CreateUserByAdminWithResponse ¶
func (c *ClientWithResponses) CreateUserByAdminWithResponse(ctx context.Context, body CreateUserByAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserByAdminResponse, error)
func (*ClientWithResponses) CreateUserWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateUserWithBodyWithResponse(ctx context.Context, params *CreateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
CreateUserWithBodyWithResponse request with arbitrary body returning *CreateUserResponse
func (*ClientWithResponses) CreateUserWithResponse ¶
func (c *ClientWithResponses) CreateUserWithResponse(ctx context.Context, params *CreateUserParams, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
func (*ClientWithResponses) CreateWidgetWithBodyWithResponse ¶
func (c *ClientWithResponses) CreateWidgetWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWidgetResponse, error)
CreateWidgetWithBodyWithResponse request with arbitrary body returning *CreateWidgetResponse
func (*ClientWithResponses) CreateWidgetWithResponse ¶
func (c *ClientWithResponses) CreateWidgetWithResponse(ctx context.Context, projectName string, body CreateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWidgetResponse, error)
func (*ClientWithResponses) DefineTestItemIssueTypeWithBodyWithResponse ¶
func (c *ClientWithResponses) DefineTestItemIssueTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DefineTestItemIssueTypeResponse, error)
DefineTestItemIssueTypeWithBodyWithResponse request with arbitrary body returning *DefineTestItemIssueTypeResponse
func (*ClientWithResponses) DefineTestItemIssueTypeWithResponse ¶
func (c *ClientWithResponses) DefineTestItemIssueTypeWithResponse(ctx context.Context, projectName string, body DefineTestItemIssueTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*DefineTestItemIssueTypeResponse, error)
func (*ClientWithResponses) DeleteAllIntegrationsWithResponse ¶
func (c *ClientWithResponses) DeleteAllIntegrationsWithResponse(ctx context.Context, pType string, reqEditors ...RequestEditorFn) (*DeleteAllIntegrationsResponse, error)
DeleteAllIntegrationsWithResponse request returning *DeleteAllIntegrationsResponse
func (*ClientWithResponses) DeleteAllProjectIntegrationsWithResponse ¶
func (c *ClientWithResponses) DeleteAllProjectIntegrationsWithResponse(ctx context.Context, projectName string, pType string, reqEditors ...RequestEditorFn) (*DeleteAllProjectIntegrationsResponse, error)
DeleteAllProjectIntegrationsWithResponse request returning *DeleteAllProjectIntegrationsResponse
func (*ClientWithResponses) DeleteApiKeyWithResponse ¶
func (c *ClientWithResponses) DeleteApiKeyWithResponse(ctx context.Context, userId int64, keyId int64, reqEditors ...RequestEditorFn) (*DeleteApiKeyResponse, error)
DeleteApiKeyWithResponse request returning *DeleteApiKeyResponse
func (*ClientWithResponses) DeleteDashboardWithResponse ¶
func (c *ClientWithResponses) DeleteDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*DeleteDashboardResponse, error)
DeleteDashboardWithResponse request returning *DeleteDashboardResponse
func (*ClientWithResponses) DeleteFilterWithResponse ¶
func (c *ClientWithResponses) DeleteFilterWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*DeleteFilterResponse, error)
DeleteFilterWithResponse request returning *DeleteFilterResponse
func (*ClientWithResponses) DeleteGlobalIntegrationWithResponse ¶
func (c *ClientWithResponses) DeleteGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*DeleteGlobalIntegrationResponse, error)
DeleteGlobalIntegrationWithResponse request returning *DeleteGlobalIntegrationResponse
func (*ClientWithResponses) DeleteGroupFromProjectByIdWithResponse ¶
func (c *ClientWithResponses) DeleteGroupFromProjectByIdWithResponse(ctx context.Context, projectName string, groupId int64, reqEditors ...RequestEditorFn) (*DeleteGroupFromProjectByIdResponse, error)
DeleteGroupFromProjectByIdWithResponse request returning *DeleteGroupFromProjectByIdResponse
func (*ClientWithResponses) DeleteGroupWithResponse ¶
func (c *ClientWithResponses) DeleteGroupWithResponse(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)
DeleteGroupWithResponse request returning *DeleteGroupResponse
func (*ClientWithResponses) DeleteLaunchWithResponse ¶
func (c *ClientWithResponses) DeleteLaunchWithResponse(ctx context.Context, projectName string, launchId int64, reqEditors ...RequestEditorFn) (*DeleteLaunchResponse, error)
DeleteLaunchWithResponse request returning *DeleteLaunchResponse
func (*ClientWithResponses) DeleteLaunchesWithResponse ¶
func (c *ClientWithResponses) DeleteLaunchesWithResponse(ctx context.Context, projectName string, params *DeleteLaunchesParams, reqEditors ...RequestEditorFn) (*DeleteLaunchesResponse, error)
DeleteLaunchesWithResponse request returning *DeleteLaunchesResponse
func (*ClientWithResponses) DeleteLogTypeByIdWithResponse ¶
func (c *ClientWithResponses) DeleteLogTypeByIdWithResponse(ctx context.Context, projectName string, logTypeId int64, reqEditors ...RequestEditorFn) (*DeleteLogTypeByIdResponse, error)
DeleteLogTypeByIdWithResponse request returning *DeleteLogTypeByIdResponse
func (*ClientWithResponses) DeleteLogWithResponse ¶
func (c *ClientWithResponses) DeleteLogWithResponse(ctx context.Context, projectName string, logId int64, reqEditors ...RequestEditorFn) (*DeleteLogResponse, error)
DeleteLogWithResponse request returning *DeleteLogResponse
func (*ClientWithResponses) DeleteNotificationWithResponse ¶
func (c *ClientWithResponses) DeleteNotificationWithResponse(ctx context.Context, projectName string, notificationId int64, reqEditors ...RequestEditorFn) (*DeleteNotificationResponse, error)
DeleteNotificationWithResponse request returning *DeleteNotificationResponse
func (*ClientWithResponses) DeletePatternTemplateWithResponse ¶
func (c *ClientWithResponses) DeletePatternTemplateWithResponse(ctx context.Context, projectName string, id int64, reqEditors ...RequestEditorFn) (*DeletePatternTemplateResponse, error)
DeletePatternTemplateWithResponse request returning *DeletePatternTemplateResponse
func (*ClientWithResponses) DeletePhotoWithResponse ¶
func (c *ClientWithResponses) DeletePhotoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeletePhotoResponse, error)
DeletePhotoWithResponse request returning *DeletePhotoResponse
func (*ClientWithResponses) DeletePluginWithResponse ¶
func (c *ClientWithResponses) DeletePluginWithResponse(ctx context.Context, pluginId int64, reqEditors ...RequestEditorFn) (*DeletePluginResponse, error)
DeletePluginWithResponse request returning *DeletePluginResponse
func (*ClientWithResponses) DeleteProject1WithResponse ¶
func (c *ClientWithResponses) DeleteProject1WithResponse(ctx context.Context, projectId int64, reqEditors ...RequestEditorFn) (*DeleteProject1Response, error)
DeleteProject1WithResponse request returning *DeleteProject1Response
func (*ClientWithResponses) DeleteProjectFromGroupByIdWithResponse ¶
func (c *ClientWithResponses) DeleteProjectFromGroupByIdWithResponse(ctx context.Context, groupId int64, projectId int64, reqEditors ...RequestEditorFn) (*DeleteProjectFromGroupByIdResponse, error)
DeleteProjectFromGroupByIdWithResponse request returning *DeleteProjectFromGroupByIdResponse
func (*ClientWithResponses) DeleteProjectIndexWithResponse ¶
func (c *ClientWithResponses) DeleteProjectIndexWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*DeleteProjectIndexResponse, error)
DeleteProjectIndexWithResponse request returning *DeleteProjectIndexResponse
func (*ClientWithResponses) DeleteProjectIntegrationWithResponse ¶
func (c *ClientWithResponses) DeleteProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*DeleteProjectIntegrationResponse, error)
DeleteProjectIntegrationWithResponse request returning *DeleteProjectIntegrationResponse
func (*ClientWithResponses) DeleteProjectIssueSubTypeWithResponse ¶
func (c *ClientWithResponses) DeleteProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, id int64, reqEditors ...RequestEditorFn) (*DeleteProjectIssueSubTypeResponse, error)
DeleteProjectIssueSubTypeWithResponse request returning *DeleteProjectIssueSubTypeResponse
func (*ClientWithResponses) DeleteProjectWithResponse ¶
func (c *ClientWithResponses) DeleteProjectWithResponse(ctx context.Context, params *DeleteProjectParams, reqEditors ...RequestEditorFn) (*DeleteProjectResponse, error)
DeleteProjectWithResponse request returning *DeleteProjectResponse
func (*ClientWithResponses) DeleteTestItemWithResponse ¶
func (c *ClientWithResponses) DeleteTestItemWithResponse(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*DeleteTestItemResponse, error)
DeleteTestItemWithResponse request returning *DeleteTestItemResponse
func (*ClientWithResponses) DeleteTestItemsWithResponse ¶
func (c *ClientWithResponses) DeleteTestItemsWithResponse(ctx context.Context, projectName string, params *DeleteTestItemsParams, reqEditors ...RequestEditorFn) (*DeleteTestItemsResponse, error)
DeleteTestItemsWithResponse request returning *DeleteTestItemsResponse
func (*ClientWithResponses) DeleteUserFromGroupByIdWithResponse ¶
func (c *ClientWithResponses) DeleteUserFromGroupByIdWithResponse(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*DeleteUserFromGroupByIdResponse, error)
DeleteUserFromGroupByIdWithResponse request returning *DeleteUserFromGroupByIdResponse
func (*ClientWithResponses) DeleteUserWithResponse ¶
func (c *ClientWithResponses) DeleteUserWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)
DeleteUserWithResponse request returning *DeleteUserResponse
func (*ClientWithResponses) DeleteUsersWithResponse ¶
func (c *ClientWithResponses) DeleteUsersWithResponse(ctx context.Context, params *DeleteUsersParams, reqEditors ...RequestEditorFn) (*DeleteUsersResponse, error)
DeleteUsersWithResponse request returning *DeleteUsersResponse
func (*ClientWithResponses) EditUserWithBodyWithResponse ¶
func (c *ClientWithResponses) EditUserWithBodyWithResponse(ctx context.Context, login string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditUserResponse, error)
EditUserWithBodyWithResponse request with arbitrary body returning *EditUserResponse
func (*ClientWithResponses) EditUserWithResponse ¶
func (c *ClientWithResponses) EditUserWithResponse(ctx context.Context, login string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*EditUserResponse, error)
func (*ClientWithResponses) ExecuteImportPluginCommandWithBodyWithResponse ¶
func (c *ClientWithResponses) ExecuteImportPluginCommandWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteImportPluginCommandResponse, error)
ExecuteImportPluginCommandWithBodyWithResponse request with arbitrary body returning *ExecuteImportPluginCommandResponse
func (*ClientWithResponses) ExecuteIntegrationCommandWithBodyWithResponse ¶
func (c *ClientWithResponses) ExecuteIntegrationCommandWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteIntegrationCommandResponse, error)
ExecuteIntegrationCommandWithBodyWithResponse request with arbitrary body returning *ExecuteIntegrationCommandResponse
func (*ClientWithResponses) ExecuteIntegrationCommandWithResponse ¶
func (c *ClientWithResponses) ExecuteIntegrationCommandWithResponse(ctx context.Context, projectName string, integrationId int64, command string, body ExecuteIntegrationCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteIntegrationCommandResponse, error)
func (*ClientWithResponses) ExecutePluginCommandWithBodyWithResponse ¶
func (c *ClientWithResponses) ExecutePluginCommandWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecutePluginCommandResponse, error)
ExecutePluginCommandWithBodyWithResponse request with arbitrary body returning *ExecutePluginCommandResponse
func (*ClientWithResponses) ExecutePluginCommandWithResponse ¶
func (c *ClientWithResponses) ExecutePluginCommandWithResponse(ctx context.Context, projectName string, pluginName string, command string, body ExecutePluginCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecutePluginCommandResponse, error)
func (*ClientWithResponses) ExecutePublicPluginCommandWithBodyWithResponse ¶
func (c *ClientWithResponses) ExecutePublicPluginCommandWithBodyWithResponse(ctx context.Context, pluginName string, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecutePublicPluginCommandResponse, error)
ExecutePublicPluginCommandWithBodyWithResponse request with arbitrary body returning *ExecutePublicPluginCommandResponse
func (*ClientWithResponses) ExecutePublicPluginCommandWithResponse ¶
func (c *ClientWithResponses) ExecutePublicPluginCommandWithResponse(ctx context.Context, pluginName string, command string, body ExecutePublicPluginCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecutePublicPluginCommandResponse, error)
func (*ClientWithResponses) ExportProjectsWithResponse ¶
func (c *ClientWithResponses) ExportProjectsWithResponse(ctx context.Context, params *ExportProjectsParams, reqEditors ...RequestEditorFn) (*ExportProjectsResponse, error)
ExportProjectsWithResponse request returning *ExportProjectsResponse
func (*ClientWithResponses) ExportWithResponse ¶
func (c *ClientWithResponses) ExportWithResponse(ctx context.Context, params *ExportParams, reqEditors ...RequestEditorFn) (*ExportResponse, error)
ExportWithResponse request returning *ExportResponse
func (*ClientWithResponses) FindUsersWithResponse ¶
func (c *ClientWithResponses) FindUsersWithResponse(ctx context.Context, params *FindUsersParams, reqEditors ...RequestEditorFn) (*FindUsersResponse, error)
FindUsersWithResponse request returning *FindUsersResponse
func (*ClientWithResponses) FinishLaunch1WithBodyWithResponse ¶
func (c *ClientWithResponses) FinishLaunch1WithBodyWithResponse(ctx context.Context, projectName string, launchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishLaunch1Response, error)
FinishLaunch1WithBodyWithResponse request with arbitrary body returning *FinishLaunch1Response
func (*ClientWithResponses) FinishLaunch1WithResponse ¶
func (c *ClientWithResponses) FinishLaunch1WithResponse(ctx context.Context, projectName string, launchId string, body FinishLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishLaunch1Response, error)
func (*ClientWithResponses) FinishLaunchWithBodyWithResponse ¶
func (c *ClientWithResponses) FinishLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishLaunchResponse, error)
FinishLaunchWithBodyWithResponse request with arbitrary body returning *FinishLaunchResponse
func (*ClientWithResponses) FinishLaunchWithResponse ¶
func (c *ClientWithResponses) FinishLaunchWithResponse(ctx context.Context, projectName string, launchId string, body FinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*FinishLaunchResponse, error)
func (*ClientWithResponses) FinishTestItem1WithBodyWithResponse ¶
func (c *ClientWithResponses) FinishTestItem1WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItem1Response, error)
FinishTestItem1WithBodyWithResponse request with arbitrary body returning *FinishTestItem1Response
func (*ClientWithResponses) FinishTestItem1WithResponse ¶
func (c *ClientWithResponses) FinishTestItem1WithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItem1Response, error)
func (*ClientWithResponses) FinishTestItem2WithBodyWithResponse ¶
func (c *ClientWithResponses) FinishTestItem2WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItem2Response, error)
FinishTestItem2WithBodyWithResponse request with arbitrary body returning *FinishTestItem2Response
func (*ClientWithResponses) FinishTestItem2WithResponse ¶
func (c *ClientWithResponses) FinishTestItem2WithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItem2Response, error)
func (*ClientWithResponses) FinishTestItem3WithBodyWithResponse ¶
func (c *ClientWithResponses) FinishTestItem3WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItem3Response, error)
FinishTestItem3WithBodyWithResponse request with arbitrary body returning *FinishTestItem3Response
func (*ClientWithResponses) FinishTestItem3WithResponse ¶
func (c *ClientWithResponses) FinishTestItem3WithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItem3Response, error)
func (*ClientWithResponses) FinishTestItemWithBodyWithResponse ¶
func (c *ClientWithResponses) FinishTestItemWithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItemResponse, error)
FinishTestItemWithBodyWithResponse request with arbitrary body returning *FinishTestItemResponse
func (*ClientWithResponses) FinishTestItemWithResponse ¶
func (c *ClientWithResponses) FinishTestItemWithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItemResponse, error)
func (*ClientWithResponses) ForceFinishLaunchWithBodyWithResponse ¶
func (c *ClientWithResponses) ForceFinishLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ForceFinishLaunchResponse, error)
ForceFinishLaunchWithBodyWithResponse request with arbitrary body returning *ForceFinishLaunchResponse
func (*ClientWithResponses) ForceFinishLaunchWithResponse ¶
func (c *ClientWithResponses) ForceFinishLaunchWithResponse(ctx context.Context, projectName string, launchId int64, body ForceFinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*ForceFinishLaunchResponse, error)
func (*ClientWithResponses) GenerateWithBodyWithResponse ¶
func (c *ClientWithResponses) GenerateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GenerateResponse, error)
GenerateWithBodyWithResponse request with arbitrary body returning *GenerateResponse
func (*ClientWithResponses) GenerateWithResponse ¶
func (c *ClientWithResponses) GenerateWithResponse(ctx context.Context, projectName string, body GenerateJSONRequestBody, reqEditors ...RequestEditorFn) (*GenerateResponse, error)
func (*ClientWithResponses) GetActivitiesWithBodyWithResponse ¶
func (c *ClientWithResponses) GetActivitiesWithBodyWithResponse(ctx context.Context, params *GetActivitiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetActivitiesResponse, error)
GetActivitiesWithBodyWithResponse request with arbitrary body returning *GetActivitiesResponse
func (*ClientWithResponses) GetActivitiesWithResponse ¶
func (c *ClientWithResponses) GetActivitiesWithResponse(ctx context.Context, params *GetActivitiesParams, body GetActivitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*GetActivitiesResponse, error)
func (*ClientWithResponses) GetActivityWithResponse ¶
func (c *ClientWithResponses) GetActivityWithResponse(ctx context.Context, projectName string, activityId int64, reqEditors ...RequestEditorFn) (*GetActivityResponse, error)
GetActivityWithResponse request returning *GetActivityResponse
func (*ClientWithResponses) GetAllDashboardsWithResponse ¶
func (c *ClientWithResponses) GetAllDashboardsWithResponse(ctx context.Context, projectName string, params *GetAllDashboardsParams, reqEditors ...RequestEditorFn) (*GetAllDashboardsResponse, error)
GetAllDashboardsWithResponse request returning *GetAllDashboardsResponse
func (*ClientWithResponses) GetAllFiltersNamesWithResponse ¶
func (c *ClientWithResponses) GetAllFiltersNamesWithResponse(ctx context.Context, projectName string, params *GetAllFiltersNamesParams, reqEditors ...RequestEditorFn) (*GetAllFiltersNamesResponse, error)
GetAllFiltersNamesWithResponse request returning *GetAllFiltersNamesResponse
func (*ClientWithResponses) GetAllFiltersWithResponse ¶
func (c *ClientWithResponses) GetAllFiltersWithResponse(ctx context.Context, projectName string, params *GetAllFiltersParams, reqEditors ...RequestEditorFn) (*GetAllFiltersResponse, error)
GetAllFiltersWithResponse request returning *GetAllFiltersResponse
func (*ClientWithResponses) GetAllLaunchNamesWithResponse ¶
func (c *ClientWithResponses) GetAllLaunchNamesWithResponse(ctx context.Context, projectName string, params *GetAllLaunchNamesParams, reqEditors ...RequestEditorFn) (*GetAllLaunchNamesResponse, error)
GetAllLaunchNamesWithResponse request returning *GetAllLaunchNamesResponse
func (*ClientWithResponses) GetAllOwnersWithResponse ¶
func (c *ClientWithResponses) GetAllOwnersWithResponse(ctx context.Context, projectName string, params *GetAllOwnersParams, reqEditors ...RequestEditorFn) (*GetAllOwnersResponse, error)
GetAllOwnersWithResponse request returning *GetAllOwnersResponse
func (*ClientWithResponses) GetAllProjectNamesWithResponse ¶
func (c *ClientWithResponses) GetAllProjectNamesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllProjectNamesResponse, error)
GetAllProjectNamesWithResponse request returning *GetAllProjectNamesResponse
func (*ClientWithResponses) GetAllProjectsInfoWithResponse ¶
func (c *ClientWithResponses) GetAllProjectsInfoWithResponse(ctx context.Context, params *GetAllProjectsInfoParams, reqEditors ...RequestEditorFn) (*GetAllProjectsInfoResponse, error)
GetAllProjectsInfoWithResponse request returning *GetAllProjectsInfoResponse
func (*ClientWithResponses) GetAllowableIssueTypes1WithResponse ¶
func (c *ClientWithResponses) GetAllowableIssueTypes1WithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*GetAllowableIssueTypes1Response, error)
GetAllowableIssueTypes1WithResponse request returning *GetAllowableIssueTypes1Response
func (*ClientWithResponses) GetAllowableIssueTypesWithResponse ¶
func (c *ClientWithResponses) GetAllowableIssueTypesWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*GetAllowableIssueTypesResponse, error)
GetAllowableIssueTypesWithResponse request returning *GetAllowableIssueTypesResponse
func (*ClientWithResponses) GetAnalyzerIndexingStatusWithResponse ¶
func (c *ClientWithResponses) GetAnalyzerIndexingStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAnalyzerIndexingStatusResponse, error)
GetAnalyzerIndexingStatusWithResponse request returning *GetAnalyzerIndexingStatusResponse
func (*ClientWithResponses) GetAttributeKeys1WithResponse ¶
func (c *ClientWithResponses) GetAttributeKeys1WithResponse(ctx context.Context, projectName string, params *GetAttributeKeys1Params, reqEditors ...RequestEditorFn) (*GetAttributeKeys1Response, error)
GetAttributeKeys1WithResponse request returning *GetAttributeKeys1Response
func (*ClientWithResponses) GetAttributeKeysForProjectWithResponse ¶
func (c *ClientWithResponses) GetAttributeKeysForProjectWithResponse(ctx context.Context, projectName string, params *GetAttributeKeysForProjectParams, reqEditors ...RequestEditorFn) (*GetAttributeKeysForProjectResponse, error)
GetAttributeKeysForProjectWithResponse request returning *GetAttributeKeysForProjectResponse
func (*ClientWithResponses) GetAttributeKeysWithResponse ¶
func (c *ClientWithResponses) GetAttributeKeysWithResponse(ctx context.Context, projectName string, params *GetAttributeKeysParams, reqEditors ...RequestEditorFn) (*GetAttributeKeysResponse, error)
GetAttributeKeysWithResponse request returning *GetAttributeKeysResponse
func (*ClientWithResponses) GetAttributeValues1WithResponse ¶
func (c *ClientWithResponses) GetAttributeValues1WithResponse(ctx context.Context, projectName string, params *GetAttributeValues1Params, reqEditors ...RequestEditorFn) (*GetAttributeValues1Response, error)
GetAttributeValues1WithResponse request returning *GetAttributeValues1Response
func (*ClientWithResponses) GetAttributeValues2WithResponse ¶
func (c *ClientWithResponses) GetAttributeValues2WithResponse(ctx context.Context, projectName string, params *GetAttributeValues2Params, reqEditors ...RequestEditorFn) (*GetAttributeValues2Response, error)
GetAttributeValues2WithResponse request returning *GetAttributeValues2Response
func (*ClientWithResponses) GetAttributeValuesWithResponse ¶
func (c *ClientWithResponses) GetAttributeValuesWithResponse(ctx context.Context, projectName string, params *GetAttributeValuesParams, reqEditors ...RequestEditorFn) (*GetAttributeValuesResponse, error)
GetAttributeValuesWithResponse request returning *GetAttributeValuesResponse
func (*ClientWithResponses) GetClustersWithResponse ¶
func (c *ClientWithResponses) GetClustersWithResponse(ctx context.Context, projectName string, launchId string, params *GetClustersParams, reqEditors ...RequestEditorFn) (*GetClustersResponse, error)
GetClustersWithResponse request returning *GetClustersResponse
func (*ClientWithResponses) GetDashboardConfigWithResponse ¶
func (c *ClientWithResponses) GetDashboardConfigWithResponse(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*GetDashboardConfigResponse, error)
GetDashboardConfigWithResponse request returning *GetDashboardConfigResponse
func (*ClientWithResponses) GetDashboardWithResponse ¶
func (c *ClientWithResponses) GetDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*GetDashboardResponse, error)
GetDashboardWithResponse request returning *GetDashboardResponse
func (*ClientWithResponses) GetDebugLaunchesWithResponse ¶
func (c *ClientWithResponses) GetDebugLaunchesWithResponse(ctx context.Context, projectName string, params *GetDebugLaunchesParams, reqEditors ...RequestEditorFn) (*GetDebugLaunchesResponse, error)
GetDebugLaunchesWithResponse request returning *GetDebugLaunchesResponse
func (*ClientWithResponses) GetErrorPageWithResponse ¶
func (c *ClientWithResponses) GetErrorPageWithResponse(ctx context.Context, projectName string, parentId int64, params *GetErrorPageParams, reqEditors ...RequestEditorFn) (*GetErrorPageResponse, error)
GetErrorPageWithResponse request returning *GetErrorPageResponse
func (*ClientWithResponses) GetFileWithResponse ¶
func (c *ClientWithResponses) GetFileWithResponse(ctx context.Context, projectName string, dataId int64, reqEditors ...RequestEditorFn) (*GetFileResponse, error)
GetFileWithResponse request returning *GetFileResponse
func (*ClientWithResponses) GetFilterWithResponse ¶
func (c *ClientWithResponses) GetFilterWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*GetFilterResponse, error)
GetFilterWithResponse request returning *GetFilterResponse
func (*ClientWithResponses) GetGlobalIntegrationWithResponse ¶
func (c *ClientWithResponses) GetGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*GetGlobalIntegrationResponse, error)
GetGlobalIntegrationWithResponse request returning *GetGlobalIntegrationResponse
func (*ClientWithResponses) GetGlobalIntegrations1WithResponse ¶
func (c *ClientWithResponses) GetGlobalIntegrations1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGlobalIntegrations1Response, error)
GetGlobalIntegrations1WithResponse request returning *GetGlobalIntegrations1Response
func (*ClientWithResponses) GetGlobalIntegrations2WithResponse ¶
func (c *ClientWithResponses) GetGlobalIntegrations2WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGlobalIntegrations2Response, error)
GetGlobalIntegrations2WithResponse request returning *GetGlobalIntegrations2Response
func (*ClientWithResponses) GetGlobalIntegrationsWithResponse ¶
func (c *ClientWithResponses) GetGlobalIntegrationsWithResponse(ctx context.Context, pluginName string, reqEditors ...RequestEditorFn) (*GetGlobalIntegrationsResponse, error)
GetGlobalIntegrationsWithResponse request returning *GetGlobalIntegrationsResponse
func (*ClientWithResponses) GetGroupByIdWithResponse ¶
func (c *ClientWithResponses) GetGroupByIdWithResponse(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*GetGroupByIdResponse, error)
GetGroupByIdWithResponse request returning *GetGroupByIdResponse
func (*ClientWithResponses) GetGroupProjectByIdWithResponse ¶
func (c *ClientWithResponses) GetGroupProjectByIdWithResponse(ctx context.Context, groupId int64, projectId int64, reqEditors ...RequestEditorFn) (*GetGroupProjectByIdResponse, error)
GetGroupProjectByIdWithResponse request returning *GetGroupProjectByIdResponse
func (*ClientWithResponses) GetGroupProjectsWithResponse ¶
func (c *ClientWithResponses) GetGroupProjectsWithResponse(ctx context.Context, groupId int64, params *GetGroupProjectsParams, reqEditors ...RequestEditorFn) (*GetGroupProjectsResponse, error)
GetGroupProjectsWithResponse request returning *GetGroupProjectsResponse
func (*ClientWithResponses) GetGroupUserByIdWithResponse ¶
func (c *ClientWithResponses) GetGroupUserByIdWithResponse(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*GetGroupUserByIdResponse, error)
GetGroupUserByIdWithResponse request returning *GetGroupUserByIdResponse
func (*ClientWithResponses) GetGroupUsersWithResponse ¶
func (c *ClientWithResponses) GetGroupUsersWithResponse(ctx context.Context, groupId int64, params *GetGroupUsersParams, reqEditors ...RequestEditorFn) (*GetGroupUsersResponse, error)
GetGroupUsersWithResponse request returning *GetGroupUsersResponse
func (*ClientWithResponses) GetGroupsOfProjectWithResponse ¶
func (c *ClientWithResponses) GetGroupsOfProjectWithResponse(ctx context.Context, projectName string, params *GetGroupsOfProjectParams, reqEditors ...RequestEditorFn) (*GetGroupsOfProjectResponse, error)
GetGroupsOfProjectWithResponse request returning *GetGroupsOfProjectResponse
func (*ClientWithResponses) GetGroupsWithResponse ¶
func (c *ClientWithResponses) GetGroupsWithResponse(ctx context.Context, params *GetGroupsParams, reqEditors ...RequestEditorFn) (*GetGroupsResponse, error)
GetGroupsWithResponse request returning *GetGroupsResponse
func (*ClientWithResponses) GetItemsHistoryWithResponse ¶
func (c *ClientWithResponses) GetItemsHistoryWithResponse(ctx context.Context, projectName string, params *GetItemsHistoryParams, reqEditors ...RequestEditorFn) (*GetItemsHistoryResponse, error)
GetItemsHistoryWithResponse request returning *GetItemsHistoryResponse
func (*ClientWithResponses) GetLatestLaunchesWithResponse ¶
func (c *ClientWithResponses) GetLatestLaunchesWithResponse(ctx context.Context, projectName string, params *GetLatestLaunchesParams, reqEditors ...RequestEditorFn) (*GetLatestLaunchesResponse, error)
GetLatestLaunchesWithResponse request returning *GetLatestLaunchesResponse
func (*ClientWithResponses) GetLaunchByUuidOldTimestampWithResponse ¶
func (c *ClientWithResponses) GetLaunchByUuidOldTimestampWithResponse(ctx context.Context, projectName string, launchId string, reqEditors ...RequestEditorFn) (*GetLaunchByUuidOldTimestampResponse, error)
GetLaunchByUuidOldTimestampWithResponse request returning *GetLaunchByUuidOldTimestampResponse
func (*ClientWithResponses) GetLaunchReportWithResponse ¶
func (c *ClientWithResponses) GetLaunchReportWithResponse(ctx context.Context, projectName string, launchId int64, params *GetLaunchReportParams, reqEditors ...RequestEditorFn) (*GetLaunchReportResponse, error)
GetLaunchReportWithResponse request returning *GetLaunchReportResponse
func (*ClientWithResponses) GetLaunchWithResponse ¶
func (c *ClientWithResponses) GetLaunchWithResponse(ctx context.Context, projectName string, launchId int64, reqEditors ...RequestEditorFn) (*GetLaunchResponse, error)
GetLaunchWithResponse request returning *GetLaunchResponse
func (*ClientWithResponses) GetLogByUuidWithResponse ¶
func (c *ClientWithResponses) GetLogByUuidWithResponse(ctx context.Context, projectName string, logId string, reqEditors ...RequestEditorFn) (*GetLogByUuidResponse, error)
GetLogByUuidWithResponse request returning *GetLogByUuidResponse
func (*ClientWithResponses) GetLogTypesWithResponse ¶
func (c *ClientWithResponses) GetLogTypesWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetLogTypesResponse, error)
GetLogTypesWithResponse request returning *GetLogTypesResponse
func (*ClientWithResponses) GetLogWithResponse ¶
func (c *ClientWithResponses) GetLogWithResponse(ctx context.Context, projectName string, logId int64, reqEditors ...RequestEditorFn) (*GetLogResponse, error)
GetLogWithResponse request returning *GetLogResponse
func (*ClientWithResponses) GetLogsUnderWithBodyWithResponse ¶
func (c *ClientWithResponses) GetLogsUnderWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetLogsUnderResponse, error)
GetLogsUnderWithBodyWithResponse request with arbitrary body returning *GetLogsUnderResponse
func (*ClientWithResponses) GetLogsUnderWithResponse ¶
func (c *ClientWithResponses) GetLogsUnderWithResponse(ctx context.Context, projectName string, body GetLogsUnderJSONRequestBody, reqEditors ...RequestEditorFn) (*GetLogsUnderResponse, error)
func (*ClientWithResponses) GetLogsWithLocationBySearchWithResponse ¶
func (c *ClientWithResponses) GetLogsWithLocationBySearchWithResponse(ctx context.Context, projectName string, parentId int64, params *GetLogsWithLocationBySearchParams, reqEditors ...RequestEditorFn) (*GetLogsWithLocationBySearchResponse, error)
GetLogsWithLocationBySearchWithResponse request returning *GetLogsWithLocationBySearchResponse
func (*ClientWithResponses) GetLogsWithResponse ¶
func (c *ClientWithResponses) GetLogsWithResponse(ctx context.Context, projectName string, params *GetLogsParams, reqEditors ...RequestEditorFn) (*GetLogsResponse, error)
GetLogsWithResponse request returning *GetLogsResponse
func (*ClientWithResponses) GetMyPhotoWithResponse ¶
func (c *ClientWithResponses) GetMyPhotoWithResponse(ctx context.Context, params *GetMyPhotoParams, reqEditors ...RequestEditorFn) (*GetMyPhotoResponse, error)
GetMyPhotoWithResponse request returning *GetMyPhotoResponse
func (*ClientWithResponses) GetMyself1WithResponse ¶
func (c *ClientWithResponses) GetMyself1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMyself1Response, error)
GetMyself1WithResponse request returning *GetMyself1Response
func (*ClientWithResponses) GetMyselfWithResponse ¶
func (c *ClientWithResponses) GetMyselfWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMyselfResponse, error)
GetMyselfWithResponse request returning *GetMyselfResponse
func (*ClientWithResponses) GetNestedItemsWithResponse ¶
func (c *ClientWithResponses) GetNestedItemsWithResponse(ctx context.Context, projectName string, parentId int64, params *GetNestedItemsParams, reqEditors ...RequestEditorFn) (*GetNestedItemsResponse, error)
GetNestedItemsWithResponse request returning *GetNestedItemsResponse
func (*ClientWithResponses) GetNotificationsWithResponse ¶
func (c *ClientWithResponses) GetNotificationsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetNotificationsResponse, error)
GetNotificationsWithResponse request returning *GetNotificationsResponse
func (*ClientWithResponses) GetPageNumberWithResponse ¶
func (c *ClientWithResponses) GetPageNumberWithResponse(ctx context.Context, projectName string, logId int64, params *GetPageNumberParams, reqEditors ...RequestEditorFn) (*GetPageNumberResponse, error)
GetPageNumberWithResponse request returning *GetPageNumberResponse
func (*ClientWithResponses) GetPlugins1WithResponse ¶
func (c *ClientWithResponses) GetPlugins1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlugins1Response, error)
GetPlugins1WithResponse request returning *GetPlugins1Response
func (*ClientWithResponses) GetPluginsWithResponse ¶
func (c *ClientWithResponses) GetPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPluginsResponse, error)
GetPluginsWithResponse request returning *GetPluginsResponse
func (*ClientWithResponses) GetProjectGroupByIdWithResponse ¶
func (c *ClientWithResponses) GetProjectGroupByIdWithResponse(ctx context.Context, projectName string, groupId int64, reqEditors ...RequestEditorFn) (*GetProjectGroupByIdResponse, error)
GetProjectGroupByIdWithResponse request returning *GetProjectGroupByIdResponse
func (*ClientWithResponses) GetProjectInfoWithResponse ¶
func (c *ClientWithResponses) GetProjectInfoWithResponse(ctx context.Context, projectName string, params *GetProjectInfoParams, reqEditors ...RequestEditorFn) (*GetProjectInfoResponse, error)
GetProjectInfoWithResponse request returning *GetProjectInfoResponse
func (*ClientWithResponses) GetProjectIntegrationWithResponse ¶
func (c *ClientWithResponses) GetProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*GetProjectIntegrationResponse, error)
GetProjectIntegrationWithResponse request returning *GetProjectIntegrationResponse
func (*ClientWithResponses) GetProjectIntegrations1WithResponse ¶
func (c *ClientWithResponses) GetProjectIntegrations1WithResponse(ctx context.Context, projectName string, pluginName string, reqEditors ...RequestEditorFn) (*GetProjectIntegrations1Response, error)
GetProjectIntegrations1WithResponse request returning *GetProjectIntegrations1Response
func (*ClientWithResponses) GetProjectIntegrationsWithResponse ¶
func (c *ClientWithResponses) GetProjectIntegrationsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectIntegrationsResponse, error)
GetProjectIntegrationsWithResponse request returning *GetProjectIntegrationsResponse
func (*ClientWithResponses) GetProjectLaunchesWithResponse ¶
func (c *ClientWithResponses) GetProjectLaunchesWithResponse(ctx context.Context, projectName string, params *GetProjectLaunchesParams, reqEditors ...RequestEditorFn) (*GetProjectLaunchesResponse, error)
GetProjectLaunchesWithResponse request returning *GetProjectLaunchesResponse
func (*ClientWithResponses) GetProjectSettingsWithResponse ¶
func (c *ClientWithResponses) GetProjectSettingsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectSettingsResponse, error)
GetProjectSettingsWithResponse request returning *GetProjectSettingsResponse
func (*ClientWithResponses) GetProjectSubjectNameWithResponse ¶
func (c *ClientWithResponses) GetProjectSubjectNameWithResponse(ctx context.Context, projectName string, params *GetProjectSubjectNameParams, reqEditors ...RequestEditorFn) (*GetProjectSubjectNameResponse, error)
GetProjectSubjectNameWithResponse request returning *GetProjectSubjectNameResponse
func (*ClientWithResponses) GetProjectUsers1WithResponse ¶
func (c *ClientWithResponses) GetProjectUsers1WithResponse(ctx context.Context, projectName string, params *GetProjectUsers1Params, reqEditors ...RequestEditorFn) (*GetProjectUsers1Response, error)
GetProjectUsers1WithResponse request returning *GetProjectUsers1Response
func (*ClientWithResponses) GetProjectUsersWithResponse ¶
func (c *ClientWithResponses) GetProjectUsersWithResponse(ctx context.Context, projectName string, params *GetProjectUsersParams, reqEditors ...RequestEditorFn) (*GetProjectUsersResponse, error)
GetProjectUsersWithResponse request returning *GetProjectUsersResponse
func (*ClientWithResponses) GetProjectWidgetWithResponse ¶
func (c *ClientWithResponses) GetProjectWidgetWithResponse(ctx context.Context, projectName string, widgetCode string, params *GetProjectWidgetParams, reqEditors ...RequestEditorFn) (*GetProjectWidgetResponse, error)
GetProjectWidgetWithResponse request returning *GetProjectWidgetResponse
func (*ClientWithResponses) GetProjectWithResponse ¶
func (c *ClientWithResponses) GetProjectWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectResponse, error)
GetProjectWithResponse request returning *GetProjectResponse
func (*ClientWithResponses) GetPublicFileWithResponse ¶
func (c *ClientWithResponses) GetPublicFileWithResponse(ctx context.Context, pluginName string, name string, reqEditors ...RequestEditorFn) (*GetPublicFileResponse, error)
GetPublicFileWithResponse request returning *GetPublicFileResponse
func (*ClientWithResponses) GetServerSettingsWithResponse ¶
func (c *ClientWithResponses) GetServerSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetServerSettingsResponse, error)
GetServerSettingsWithResponse request returning *GetServerSettingsResponse
func (*ClientWithResponses) GetSetOfIntegrationSystemFields1WithResponse ¶
func (c *ClientWithResponses) GetSetOfIntegrationSystemFields1WithResponse(ctx context.Context, integrationId int64, params *GetSetOfIntegrationSystemFields1Params, reqEditors ...RequestEditorFn) (*GetSetOfIntegrationSystemFields1Response, error)
GetSetOfIntegrationSystemFields1WithResponse request returning *GetSetOfIntegrationSystemFields1Response
func (*ClientWithResponses) GetSetOfIntegrationSystemFieldsWithResponse ¶
func (c *ClientWithResponses) GetSetOfIntegrationSystemFieldsWithResponse(ctx context.Context, projectName string, integrationId int64, params *GetSetOfIntegrationSystemFieldsParams, reqEditors ...RequestEditorFn) (*GetSetOfIntegrationSystemFieldsResponse, error)
GetSetOfIntegrationSystemFieldsWithResponse request returning *GetSetOfIntegrationSystemFieldsResponse
func (*ClientWithResponses) GetStatusesWithResponse ¶
func (c *ClientWithResponses) GetStatusesWithResponse(ctx context.Context, projectName string, params *GetStatusesParams, reqEditors ...RequestEditorFn) (*GetStatusesResponse, error)
GetStatusesWithResponse request returning *GetStatusesResponse
func (*ClientWithResponses) GetSuggestedClusterItemsWithResponse ¶
func (c *ClientWithResponses) GetSuggestedClusterItemsWithResponse(ctx context.Context, projectName string, clusterId int64, reqEditors ...RequestEditorFn) (*GetSuggestedClusterItemsResponse, error)
GetSuggestedClusterItemsWithResponse request returning *GetSuggestedClusterItemsResponse
func (*ClientWithResponses) GetSuggestedItemsWithResponse ¶
func (c *ClientWithResponses) GetSuggestedItemsWithResponse(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*GetSuggestedItemsResponse, error)
GetSuggestedItemsWithResponse request returning *GetSuggestedItemsResponse
func (*ClientWithResponses) GetTestItemActivitiesWithResponse ¶
func (c *ClientWithResponses) GetTestItemActivitiesWithResponse(ctx context.Context, projectName string, itemId int64, params *GetTestItemActivitiesParams, reqEditors ...RequestEditorFn) (*GetTestItemActivitiesResponse, error)
GetTestItemActivitiesWithResponse request returning *GetTestItemActivitiesResponse
func (*ClientWithResponses) GetTestItemByUuidTimestampWithResponse ¶
func (c *ClientWithResponses) GetTestItemByUuidTimestampWithResponse(ctx context.Context, projectName string, itemId string, reqEditors ...RequestEditorFn) (*GetTestItemByUuidTimestampResponse, error)
GetTestItemByUuidTimestampWithResponse request returning *GetTestItemByUuidTimestampResponse
func (*ClientWithResponses) GetTestItemWithResponse ¶
func (c *ClientWithResponses) GetTestItemWithResponse(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*GetTestItemResponse, error)
GetTestItemWithResponse request returning *GetTestItemResponse
func (*ClientWithResponses) GetTestItems1WithResponse ¶
func (c *ClientWithResponses) GetTestItems1WithResponse(ctx context.Context, projectName string, params *GetTestItems1Params, reqEditors ...RequestEditorFn) (*GetTestItems1Response, error)
GetTestItems1WithResponse request returning *GetTestItems1Response
func (*ClientWithResponses) GetTestItems2WithResponse ¶
func (c *ClientWithResponses) GetTestItems2WithResponse(ctx context.Context, projectName string, params *GetTestItems2Params, reqEditors ...RequestEditorFn) (*GetTestItems2Response, error)
GetTestItems2WithResponse request returning *GetTestItems2Response
func (*ClientWithResponses) GetTestItems3WithResponse ¶
func (c *ClientWithResponses) GetTestItems3WithResponse(ctx context.Context, projectName string, params *GetTestItems3Params, reqEditors ...RequestEditorFn) (*GetTestItems3Response, error)
GetTestItems3WithResponse request returning *GetTestItems3Response
func (*ClientWithResponses) GetTestItemsV2WithResponse ¶
func (c *ClientWithResponses) GetTestItemsV2WithResponse(ctx context.Context, projectName string, params *GetTestItemsV2Params, reqEditors ...RequestEditorFn) (*GetTestItemsV2Response, error)
GetTestItemsV2WithResponse request returning *GetTestItemsV2Response
func (*ClientWithResponses) GetTestItemsWithResponse ¶
func (c *ClientWithResponses) GetTestItemsWithResponse(ctx context.Context, projectName string, params *GetTestItemsParams, reqEditors ...RequestEditorFn) (*GetTestItemsResponse, error)
GetTestItemsWithResponse request returning *GetTestItemsResponse
func (*ClientWithResponses) GetTicketIdsForProjectWithResponse ¶
func (c *ClientWithResponses) GetTicketIdsForProjectWithResponse(ctx context.Context, projectName string, params *GetTicketIdsForProjectParams, reqEditors ...RequestEditorFn) (*GetTicketIdsForProjectResponse, error)
GetTicketIdsForProjectWithResponse request returning *GetTicketIdsForProjectResponse
func (*ClientWithResponses) GetTicketIdsWithResponse ¶
func (c *ClientWithResponses) GetTicketIdsWithResponse(ctx context.Context, projectName string, params *GetTicketIdsParams, reqEditors ...RequestEditorFn) (*GetTicketIdsResponse, error)
GetTicketIdsWithResponse request returning *GetTicketIdsResponse
func (*ClientWithResponses) GetTicketWithResponse ¶
func (c *ClientWithResponses) GetTicketWithResponse(ctx context.Context, projectName string, ticketId string, params *GetTicketParams, reqEditors ...RequestEditorFn) (*GetTicketResponse, error)
GetTicketWithResponse request returning *GetTicketResponse
func (*ClientWithResponses) GetUniqueAttributeKeysWithResponse ¶
func (c *ClientWithResponses) GetUniqueAttributeKeysWithResponse(ctx context.Context, projectName string, params *GetUniqueAttributeKeysParams, reqEditors ...RequestEditorFn) (*GetUniqueAttributeKeysResponse, error)
GetUniqueAttributeKeysWithResponse request returning *GetUniqueAttributeKeysResponse
func (*ClientWithResponses) GetUserBidInfoWithResponse ¶
func (c *ClientWithResponses) GetUserBidInfoWithResponse(ctx context.Context, params *GetUserBidInfoParams, reqEditors ...RequestEditorFn) (*GetUserBidInfoResponse, error)
GetUserBidInfoWithResponse request returning *GetUserBidInfoResponse
func (*ClientWithResponses) GetUserFiltersWithResponse ¶
func (c *ClientWithResponses) GetUserFiltersWithResponse(ctx context.Context, projectName string, params *GetUserFiltersParams, reqEditors ...RequestEditorFn) (*GetUserFiltersResponse, error)
GetUserFiltersWithResponse request returning *GetUserFiltersResponse
func (*ClientWithResponses) GetUserPhotoWithResponse ¶
func (c *ClientWithResponses) GetUserPhotoWithResponse(ctx context.Context, projectName string, params *GetUserPhotoParams, reqEditors ...RequestEditorFn) (*GetUserPhotoResponse, error)
GetUserPhotoWithResponse request returning *GetUserPhotoResponse
func (*ClientWithResponses) GetUserPreference1WithResponse ¶
func (c *ClientWithResponses) GetUserPreference1WithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetUserPreference1Response, error)
GetUserPreference1WithResponse request returning *GetUserPreference1Response
func (*ClientWithResponses) GetUserPreferenceWithResponse ¶
func (c *ClientWithResponses) GetUserPreferenceWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetUserPreferenceResponse, error)
GetUserPreferenceWithResponse request returning *GetUserPreferenceResponse
func (*ClientWithResponses) GetUserProjectsWithResponse ¶
func (c *ClientWithResponses) GetUserProjectsWithResponse(ctx context.Context, userName string, reqEditors ...RequestEditorFn) (*GetUserProjectsResponse, error)
GetUserProjectsWithResponse request returning *GetUserProjectsResponse
func (*ClientWithResponses) GetUserWithResponse ¶
func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, login string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)
GetUserWithResponse request returning *GetUserResponse
func (*ClientWithResponses) GetUsersApiKeysWithResponse ¶
func (c *ClientWithResponses) GetUsersApiKeysWithResponse(ctx context.Context, userId int64, reqEditors ...RequestEditorFn) (*GetUsersApiKeysResponse, error)
GetUsersApiKeysWithResponse request returning *GetUsersApiKeysResponse
func (*ClientWithResponses) GetUsersForAssignWithResponse ¶
func (c *ClientWithResponses) GetUsersForAssignWithResponse(ctx context.Context, projectName string, params *GetUsersForAssignParams, reqEditors ...RequestEditorFn) (*GetUsersForAssignResponse, error)
GetUsersForAssignWithResponse request returning *GetUsersForAssignResponse
func (*ClientWithResponses) GetUsersWithResponse ¶
func (c *ClientWithResponses) GetUsersWithResponse(ctx context.Context, params *GetUsersParams, reqEditors ...RequestEditorFn) (*GetUsersResponse, error)
GetUsersWithResponse request returning *GetUsersResponse
func (*ClientWithResponses) GetWidget1WithResponse ¶
func (c *ClientWithResponses) GetWidget1WithResponse(ctx context.Context, projectName string, widgetId int64, params *GetWidget1Params, reqEditors ...RequestEditorFn) (*GetWidget1Response, error)
GetWidget1WithResponse request returning *GetWidget1Response
func (*ClientWithResponses) GetWidgetNamesWithResponse ¶
func (c *ClientWithResponses) GetWidgetNamesWithResponse(ctx context.Context, projectName string, params *GetWidgetNamesParams, reqEditors ...RequestEditorFn) (*GetWidgetNamesResponse, error)
GetWidgetNamesWithResponse request returning *GetWidgetNamesResponse
func (*ClientWithResponses) GetWidgetPreviewWithBodyWithResponse ¶
func (c *ClientWithResponses) GetWidgetPreviewWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetWidgetPreviewResponse, error)
GetWidgetPreviewWithBodyWithResponse request with arbitrary body returning *GetWidgetPreviewResponse
func (*ClientWithResponses) GetWidgetPreviewWithResponse ¶
func (c *ClientWithResponses) GetWidgetPreviewWithResponse(ctx context.Context, projectName string, body GetWidgetPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*GetWidgetPreviewResponse, error)
func (*ClientWithResponses) GetWidgetWithResponse ¶
func (c *ClientWithResponses) GetWidgetWithResponse(ctx context.Context, projectName string, widgetId int64, reqEditors ...RequestEditorFn) (*GetWidgetResponse, error)
GetWidgetWithResponse request returning *GetWidgetResponse
func (*ClientWithResponses) HandleSuggestChooseWithBodyWithResponse ¶
func (c *ClientWithResponses) HandleSuggestChooseWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HandleSuggestChooseResponse, error)
HandleSuggestChooseWithBodyWithResponse request with arbitrary body returning *HandleSuggestChooseResponse
func (*ClientWithResponses) HandleSuggestChooseWithResponse ¶
func (c *ClientWithResponses) HandleSuggestChooseWithResponse(ctx context.Context, projectName string, body HandleSuggestChooseJSONRequestBody, reqEditors ...RequestEditorFn) (*HandleSuggestChooseResponse, error)
func (*ClientWithResponses) IndexProjectDataWithResponse ¶
func (c *ClientWithResponses) IndexProjectDataWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*IndexProjectDataResponse, error)
IndexProjectDataWithResponse request returning *IndexProjectDataResponse
func (*ClientWithResponses) IsRestorePasswordBidExistWithResponse ¶
func (c *ClientWithResponses) IsRestorePasswordBidExistWithResponse(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*IsRestorePasswordBidExistResponse, error)
IsRestorePasswordBidExistWithResponse request returning *IsRestorePasswordBidExistResponse
func (*ClientWithResponses) LinkExternalIssuesWithBodyWithResponse ¶
func (c *ClientWithResponses) LinkExternalIssuesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LinkExternalIssuesResponse, error)
LinkExternalIssuesWithBodyWithResponse request with arbitrary body returning *LinkExternalIssuesResponse
func (*ClientWithResponses) LinkExternalIssuesWithResponse ¶
func (c *ClientWithResponses) LinkExternalIssuesWithResponse(ctx context.Context, projectName string, body LinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*LinkExternalIssuesResponse, error)
func (*ClientWithResponses) MergeLaunchesOldUuid1WithBodyWithResponse ¶
func (c *ClientWithResponses) MergeLaunchesOldUuid1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuid1Response, error)
MergeLaunchesOldUuid1WithBodyWithResponse request with arbitrary body returning *MergeLaunchesOldUuid1Response
func (*ClientWithResponses) MergeLaunchesOldUuid1WithResponse ¶
func (c *ClientWithResponses) MergeLaunchesOldUuid1WithResponse(ctx context.Context, projectName string, body MergeLaunchesOldUuid1JSONRequestBody, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuid1Response, error)
func (*ClientWithResponses) MergeLaunchesOldUuidWithBodyWithResponse ¶
func (c *ClientWithResponses) MergeLaunchesOldUuidWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuidResponse, error)
MergeLaunchesOldUuidWithBodyWithResponse request with arbitrary body returning *MergeLaunchesOldUuidResponse
func (*ClientWithResponses) MergeLaunchesOldUuidWithResponse ¶
func (c *ClientWithResponses) MergeLaunchesOldUuidWithResponse(ctx context.Context, projectName string, body MergeLaunchesOldUuidJSONRequestBody, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuidResponse, error)
func (*ClientWithResponses) OnBoardingWithResponse ¶
func (c *ClientWithResponses) OnBoardingWithResponse(ctx context.Context, params *OnBoardingParams, reqEditors ...RequestEditorFn) (*OnBoardingResponse, error)
OnBoardingWithResponse request returning *OnBoardingResponse
func (*ClientWithResponses) RemoveAttachmentsByCsvWithBodyWithResponse ¶
func (c *ClientWithResponses) RemoveAttachmentsByCsvWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveAttachmentsByCsvResponse, error)
RemoveAttachmentsByCsvWithBodyWithResponse request with arbitrary body returning *RemoveAttachmentsByCsvResponse
func (*ClientWithResponses) RemoveUserPreferenceWithResponse ¶
func (c *ClientWithResponses) RemoveUserPreferenceWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*RemoveUserPreferenceResponse, error)
RemoveUserPreferenceWithResponse request returning *RemoveUserPreferenceResponse
func (*ClientWithResponses) RemoveWidgetWithResponse ¶
func (c *ClientWithResponses) RemoveWidgetWithResponse(ctx context.Context, projectName string, dashboardId int64, widgetId int64, reqEditors ...RequestEditorFn) (*RemoveWidgetResponse, error)
RemoveWidgetWithResponse request returning *RemoveWidgetResponse
func (*ClientWithResponses) ResetPasswordWithBodyWithResponse ¶
func (c *ClientWithResponses) ResetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResetPasswordResponse, error)
ResetPasswordWithBodyWithResponse request with arbitrary body returning *ResetPasswordResponse
func (*ClientWithResponses) ResetPasswordWithResponse ¶
func (c *ClientWithResponses) ResetPasswordWithResponse(ctx context.Context, body ResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*ResetPasswordResponse, error)
func (*ClientWithResponses) RestorePasswordWithBodyWithResponse ¶
func (c *ClientWithResponses) RestorePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RestorePasswordResponse, error)
RestorePasswordWithBodyWithResponse request with arbitrary body returning *RestorePasswordResponse
func (*ClientWithResponses) RestorePasswordWithResponse ¶
func (c *ClientWithResponses) RestorePasswordWithResponse(ctx context.Context, body RestorePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*RestorePasswordResponse, error)
func (*ClientWithResponses) SaveAnalyticsSettings1WithBodyWithResponse ¶
func (c *ClientWithResponses) SaveAnalyticsSettings1WithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettings1Response, error)
SaveAnalyticsSettings1WithBodyWithResponse request with arbitrary body returning *SaveAnalyticsSettings1Response
func (*ClientWithResponses) SaveAnalyticsSettings1WithResponse ¶
func (c *ClientWithResponses) SaveAnalyticsSettings1WithResponse(ctx context.Context, body SaveAnalyticsSettings1JSONRequestBody, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettings1Response, error)
func (*ClientWithResponses) SaveAnalyticsSettingsWithBodyWithResponse ¶
func (c *ClientWithResponses) SaveAnalyticsSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettingsResponse, error)
SaveAnalyticsSettingsWithBodyWithResponse request with arbitrary body returning *SaveAnalyticsSettingsResponse
func (*ClientWithResponses) SaveAnalyticsSettingsWithResponse ¶
func (c *ClientWithResponses) SaveAnalyticsSettingsWithResponse(ctx context.Context, body SaveAnalyticsSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettingsResponse, error)
func (*ClientWithResponses) SearchForUserWithResponse ¶
func (c *ClientWithResponses) SearchForUserWithResponse(ctx context.Context, projectName string, params *SearchForUserParams, reqEditors ...RequestEditorFn) (*SearchForUserResponse, error)
SearchForUserWithResponse request returning *SearchForUserResponse
func (*ClientWithResponses) SearchLogsWithBodyWithResponse ¶
func (c *ClientWithResponses) SearchLogsWithBodyWithResponse(ctx context.Context, projectName string, itemId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SearchLogsResponse, error)
SearchLogsWithBodyWithResponse request with arbitrary body returning *SearchLogsResponse
func (*ClientWithResponses) SearchLogsWithResponse ¶
func (c *ClientWithResponses) SearchLogsWithResponse(ctx context.Context, projectName string, itemId int64, body SearchLogsJSONRequestBody, reqEditors ...RequestEditorFn) (*SearchLogsResponse, error)
func (*ClientWithResponses) SearchProjectNamesWithResponse ¶
func (c *ClientWithResponses) SearchProjectNamesWithResponse(ctx context.Context, params *SearchProjectNamesParams, reqEditors ...RequestEditorFn) (*SearchProjectNamesResponse, error)
SearchProjectNamesWithResponse request returning *SearchProjectNamesResponse
func (*ClientWithResponses) StartChildItem1WithBodyWithResponse ¶
func (c *ClientWithResponses) StartChildItem1WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItem1Response, error)
StartChildItem1WithBodyWithResponse request with arbitrary body returning *StartChildItem1Response
func (*ClientWithResponses) StartChildItem1WithResponse ¶
func (c *ClientWithResponses) StartChildItem1WithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItem1Response, error)
func (*ClientWithResponses) StartChildItem2WithBodyWithResponse ¶
func (c *ClientWithResponses) StartChildItem2WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItem2Response, error)
StartChildItem2WithBodyWithResponse request with arbitrary body returning *StartChildItem2Response
func (*ClientWithResponses) StartChildItem2WithResponse ¶
func (c *ClientWithResponses) StartChildItem2WithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItem2Response, error)
func (*ClientWithResponses) StartChildItem3WithBodyWithResponse ¶
func (c *ClientWithResponses) StartChildItem3WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItem3Response, error)
StartChildItem3WithBodyWithResponse request with arbitrary body returning *StartChildItem3Response
func (*ClientWithResponses) StartChildItem3WithResponse ¶
func (c *ClientWithResponses) StartChildItem3WithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItem3Response, error)
func (*ClientWithResponses) StartChildItemWithBodyWithResponse ¶
func (c *ClientWithResponses) StartChildItemWithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItemResponse, error)
StartChildItemWithBodyWithResponse request with arbitrary body returning *StartChildItemResponse
func (*ClientWithResponses) StartChildItemWithResponse ¶
func (c *ClientWithResponses) StartChildItemWithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItemJSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItemResponse, error)
func (*ClientWithResponses) StartLaunch1WithBodyWithResponse ¶
func (c *ClientWithResponses) StartLaunch1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartLaunch1Response, error)
StartLaunch1WithBodyWithResponse request with arbitrary body returning *StartLaunch1Response
func (*ClientWithResponses) StartLaunch1WithResponse ¶
func (c *ClientWithResponses) StartLaunch1WithResponse(ctx context.Context, projectName string, body StartLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*StartLaunch1Response, error)
func (*ClientWithResponses) StartLaunchAnalyzerWithBodyWithResponse ¶
func (c *ClientWithResponses) StartLaunchAnalyzerWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartLaunchAnalyzerResponse, error)
StartLaunchAnalyzerWithBodyWithResponse request with arbitrary body returning *StartLaunchAnalyzerResponse
func (*ClientWithResponses) StartLaunchAnalyzerWithResponse ¶
func (c *ClientWithResponses) StartLaunchAnalyzerWithResponse(ctx context.Context, projectName string, body StartLaunchAnalyzerJSONRequestBody, reqEditors ...RequestEditorFn) (*StartLaunchAnalyzerResponse, error)
func (*ClientWithResponses) StartLaunchWithBodyWithResponse ¶
func (c *ClientWithResponses) StartLaunchWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartLaunchResponse, error)
StartLaunchWithBodyWithResponse request with arbitrary body returning *StartLaunchResponse
func (*ClientWithResponses) StartLaunchWithResponse ¶
func (c *ClientWithResponses) StartLaunchWithResponse(ctx context.Context, projectName string, body StartLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*StartLaunchResponse, error)
func (*ClientWithResponses) StartRootItem1WithBodyWithResponse ¶
func (c *ClientWithResponses) StartRootItem1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItem1Response, error)
StartRootItem1WithBodyWithResponse request with arbitrary body returning *StartRootItem1Response
func (*ClientWithResponses) StartRootItem1WithResponse ¶
func (c *ClientWithResponses) StartRootItem1WithResponse(ctx context.Context, projectName string, body StartRootItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItem1Response, error)
func (*ClientWithResponses) StartRootItem2WithBodyWithResponse ¶
func (c *ClientWithResponses) StartRootItem2WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItem2Response, error)
StartRootItem2WithBodyWithResponse request with arbitrary body returning *StartRootItem2Response
func (*ClientWithResponses) StartRootItem2WithResponse ¶
func (c *ClientWithResponses) StartRootItem2WithResponse(ctx context.Context, projectName string, body StartRootItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItem2Response, error)
func (*ClientWithResponses) StartRootItem3WithBodyWithResponse ¶
func (c *ClientWithResponses) StartRootItem3WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItem3Response, error)
StartRootItem3WithBodyWithResponse request with arbitrary body returning *StartRootItem3Response
func (*ClientWithResponses) StartRootItem3WithResponse ¶
func (c *ClientWithResponses) StartRootItem3WithResponse(ctx context.Context, projectName string, body StartRootItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItem3Response, error)
func (*ClientWithResponses) StartRootItemWithBodyWithResponse ¶
func (c *ClientWithResponses) StartRootItemWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItemResponse, error)
StartRootItemWithBodyWithResponse request with arbitrary body returning *StartRootItemResponse
func (*ClientWithResponses) StartRootItemWithResponse ¶
func (c *ClientWithResponses) StartRootItemWithResponse(ctx context.Context, projectName string, body StartRootItemJSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItemResponse, error)
func (*ClientWithResponses) TestIntegrationConnection1WithResponse ¶
func (c *ClientWithResponses) TestIntegrationConnection1WithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*TestIntegrationConnection1Response, error)
TestIntegrationConnection1WithResponse request returning *TestIntegrationConnection1Response
func (*ClientWithResponses) TestIntegrationConnectionWithResponse ¶
func (c *ClientWithResponses) TestIntegrationConnectionWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*TestIntegrationConnectionResponse, error)
TestIntegrationConnectionWithResponse request returning *TestIntegrationConnectionResponse
func (*ClientWithResponses) UnassignProjectUsersWithBodyWithResponse ¶
func (c *ClientWithResponses) UnassignProjectUsersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnassignProjectUsersResponse, error)
UnassignProjectUsersWithBodyWithResponse request with arbitrary body returning *UnassignProjectUsersResponse
func (*ClientWithResponses) UnassignProjectUsersWithResponse ¶
func (c *ClientWithResponses) UnassignProjectUsersWithResponse(ctx context.Context, projectName string, body UnassignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*UnassignProjectUsersResponse, error)
func (*ClientWithResponses) UnlinkExternalIssuesWithBodyWithResponse ¶
func (c *ClientWithResponses) UnlinkExternalIssuesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnlinkExternalIssuesResponse, error)
UnlinkExternalIssuesWithBodyWithResponse request with arbitrary body returning *UnlinkExternalIssuesResponse
func (*ClientWithResponses) UnlinkExternalIssuesWithResponse ¶
func (c *ClientWithResponses) UnlinkExternalIssuesWithResponse(ctx context.Context, projectName string, body UnlinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnlinkExternalIssuesResponse, error)
func (*ClientWithResponses) UpdateDashboardWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateDashboardWithBodyWithResponse(ctx context.Context, projectName string, dashboardId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDashboardResponse, error)
UpdateDashboardWithBodyWithResponse request with arbitrary body returning *UpdateDashboardResponse
func (*ClientWithResponses) UpdateDashboardWithResponse ¶
func (c *ClientWithResponses) UpdateDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, body UpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDashboardResponse, error)
func (*ClientWithResponses) UpdateGlobalIntegrationWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateGlobalIntegrationWithBodyWithResponse(ctx context.Context, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGlobalIntegrationResponse, error)
UpdateGlobalIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateGlobalIntegrationResponse
func (*ClientWithResponses) UpdateGlobalIntegrationWithResponse ¶
func (c *ClientWithResponses) UpdateGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, body UpdateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGlobalIntegrationResponse, error)
func (*ClientWithResponses) UpdateGroupWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateGroupWithBodyWithResponse(ctx context.Context, groupId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)
UpdateGroupWithBodyWithResponse request with arbitrary body returning *UpdateGroupResponse
func (*ClientWithResponses) UpdateGroupWithResponse ¶
func (c *ClientWithResponses) UpdateGroupWithResponse(ctx context.Context, groupId int64, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)
func (*ClientWithResponses) UpdateLaunchWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLaunchResponse, error)
UpdateLaunchWithBodyWithResponse request with arbitrary body returning *UpdateLaunchResponse
func (*ClientWithResponses) UpdateLaunchWithResponse ¶
func (c *ClientWithResponses) UpdateLaunchWithResponse(ctx context.Context, projectName string, launchId int64, body UpdateLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLaunchResponse, error)
func (*ClientWithResponses) UpdateLaunchesWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateLaunchesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLaunchesResponse, error)
UpdateLaunchesWithBodyWithResponse request with arbitrary body returning *UpdateLaunchesResponse
func (*ClientWithResponses) UpdateLaunchesWithResponse ¶
func (c *ClientWithResponses) UpdateLaunchesWithResponse(ctx context.Context, projectName string, body UpdateLaunchesJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLaunchesResponse, error)
func (*ClientWithResponses) UpdateLogTypeByIdWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateLogTypeByIdWithBodyWithResponse(ctx context.Context, projectName string, logTypeId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLogTypeByIdResponse, error)
UpdateLogTypeByIdWithBodyWithResponse request with arbitrary body returning *UpdateLogTypeByIdResponse
func (*ClientWithResponses) UpdateLogTypeByIdWithResponse ¶
func (c *ClientWithResponses) UpdateLogTypeByIdWithResponse(ctx context.Context, projectName string, logTypeId int64, body UpdateLogTypeByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLogTypeByIdResponse, error)
func (*ClientWithResponses) UpdateNotificationWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateNotificationWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNotificationResponse, error)
UpdateNotificationWithBodyWithResponse request with arbitrary body returning *UpdateNotificationResponse
func (*ClientWithResponses) UpdateNotificationWithResponse ¶
func (c *ClientWithResponses) UpdateNotificationWithResponse(ctx context.Context, projectName string, body UpdateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNotificationResponse, error)
func (*ClientWithResponses) UpdatePatternTemplateWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdatePatternTemplateWithBodyWithResponse(ctx context.Context, projectName string, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePatternTemplateResponse, error)
UpdatePatternTemplateWithBodyWithResponse request with arbitrary body returning *UpdatePatternTemplateResponse
func (*ClientWithResponses) UpdatePatternTemplateWithResponse ¶
func (c *ClientWithResponses) UpdatePatternTemplateWithResponse(ctx context.Context, projectName string, id int64, body UpdatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePatternTemplateResponse, error)
func (*ClientWithResponses) UpdatePluginStateWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdatePluginStateWithBodyWithResponse(ctx context.Context, pluginId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePluginStateResponse, error)
UpdatePluginStateWithBodyWithResponse request with arbitrary body returning *UpdatePluginStateResponse
func (*ClientWithResponses) UpdatePluginStateWithResponse ¶
func (c *ClientWithResponses) UpdatePluginStateWithResponse(ctx context.Context, pluginId int64, body UpdatePluginStateJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePluginStateResponse, error)
func (*ClientWithResponses) UpdateProjectIntegrationWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateProjectIntegrationWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectIntegrationResponse, error)
UpdateProjectIntegrationWithBodyWithResponse request with arbitrary body returning *UpdateProjectIntegrationResponse
func (*ClientWithResponses) UpdateProjectIntegrationWithResponse ¶
func (c *ClientWithResponses) UpdateProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, body UpdateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectIntegrationResponse, error)
func (*ClientWithResponses) UpdateProjectIssueSubTypeWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateProjectIssueSubTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectIssueSubTypeResponse, error)
UpdateProjectIssueSubTypeWithBodyWithResponse request with arbitrary body returning *UpdateProjectIssueSubTypeResponse
func (*ClientWithResponses) UpdateProjectIssueSubTypeWithResponse ¶
func (c *ClientWithResponses) UpdateProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, body UpdateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectIssueSubTypeResponse, error)
func (*ClientWithResponses) UpdateProjectNotificationConfigWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateProjectNotificationConfigWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectNotificationConfigResponse, error)
UpdateProjectNotificationConfigWithBodyWithResponse request with arbitrary body returning *UpdateProjectNotificationConfigResponse
func (*ClientWithResponses) UpdateProjectNotificationConfigWithResponse ¶
func (c *ClientWithResponses) UpdateProjectNotificationConfigWithResponse(ctx context.Context, projectName string, body UpdateProjectNotificationConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectNotificationConfigResponse, error)
func (*ClientWithResponses) UpdateProjectWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateProjectWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectResponse, error)
UpdateProjectWithBodyWithResponse request with arbitrary body returning *UpdateProjectResponse
func (*ClientWithResponses) UpdateProjectWithResponse ¶
func (c *ClientWithResponses) UpdateProjectWithResponse(ctx context.Context, projectName string, body UpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectResponse, error)
func (*ClientWithResponses) UpdateServerSettingsWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateServerSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateServerSettingsResponse, error)
UpdateServerSettingsWithBodyWithResponse request with arbitrary body returning *UpdateServerSettingsResponse
func (*ClientWithResponses) UpdateServerSettingsWithResponse ¶
func (c *ClientWithResponses) UpdateServerSettingsWithResponse(ctx context.Context, body UpdateServerSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateServerSettingsResponse, error)
func (*ClientWithResponses) UpdateTestItemWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateTestItemWithBodyWithResponse(ctx context.Context, projectName string, itemId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTestItemResponse, error)
UpdateTestItemWithBodyWithResponse request with arbitrary body returning *UpdateTestItemResponse
func (*ClientWithResponses) UpdateTestItemWithResponse ¶
func (c *ClientWithResponses) UpdateTestItemWithResponse(ctx context.Context, projectName string, itemId int64, body UpdateTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTestItemResponse, error)
func (*ClientWithResponses) UpdateUserFilterWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateUserFilterWithBodyWithResponse(ctx context.Context, projectName string, filterId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserFilterResponse, error)
UpdateUserFilterWithBodyWithResponse request with arbitrary body returning *UpdateUserFilterResponse
func (*ClientWithResponses) UpdateUserFilterWithResponse ¶
func (c *ClientWithResponses) UpdateUserFilterWithResponse(ctx context.Context, projectName string, filterId int64, body UpdateUserFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserFilterResponse, error)
func (*ClientWithResponses) UpdateUserFiltersWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateUserFiltersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserFiltersResponse, error)
UpdateUserFiltersWithBodyWithResponse request with arbitrary body returning *UpdateUserFiltersResponse
func (*ClientWithResponses) UpdateUserFiltersWithResponse ¶
func (c *ClientWithResponses) UpdateUserFiltersWithResponse(ctx context.Context, projectName string, body UpdateUserFiltersJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserFiltersResponse, error)
func (*ClientWithResponses) UpdateWidgetWithBodyWithResponse ¶
func (c *ClientWithResponses) UpdateWidgetWithBodyWithResponse(ctx context.Context, projectName string, widgetId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWidgetResponse, error)
UpdateWidgetWithBodyWithResponse request with arbitrary body returning *UpdateWidgetResponse
func (*ClientWithResponses) UpdateWidgetWithResponse ¶
func (c *ClientWithResponses) UpdateWidgetWithResponse(ctx context.Context, projectName string, widgetId int64, body UpdateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWidgetResponse, error)
func (*ClientWithResponses) UploadPhotoWithBodyWithResponse ¶
func (c *ClientWithResponses) UploadPhotoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadPhotoResponse, error)
UploadPhotoWithBodyWithResponse request with arbitrary body returning *UploadPhotoResponse
func (*ClientWithResponses) UploadPluginWithBodyWithResponse ¶
func (c *ClientWithResponses) UploadPluginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadPluginResponse, error)
UploadPluginWithBodyWithResponse request with arbitrary body returning *UploadPluginResponse
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface {
// GetGroupsWithResponse request
GetGroupsWithResponse(ctx context.Context, params *GetGroupsParams, reqEditors ...RequestEditorFn) (*GetGroupsResponse, error)
// CreateGroupWithBodyWithResponse request with any body
CreateGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)
CreateGroupWithResponse(ctx context.Context, body CreateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGroupResponse, error)
// DeleteGroupWithResponse request
DeleteGroupWithResponse(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*DeleteGroupResponse, error)
// GetGroupByIdWithResponse request
GetGroupByIdWithResponse(ctx context.Context, groupId int64, reqEditors ...RequestEditorFn) (*GetGroupByIdResponse, error)
// UpdateGroupWithBodyWithResponse request with any body
UpdateGroupWithBodyWithResponse(ctx context.Context, groupId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)
UpdateGroupWithResponse(ctx context.Context, groupId int64, body UpdateGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGroupResponse, error)
// GetGroupProjectsWithResponse request
GetGroupProjectsWithResponse(ctx context.Context, groupId int64, params *GetGroupProjectsParams, reqEditors ...RequestEditorFn) (*GetGroupProjectsResponse, error)
// DeleteProjectFromGroupByIdWithResponse request
DeleteProjectFromGroupByIdWithResponse(ctx context.Context, groupId int64, projectId int64, reqEditors ...RequestEditorFn) (*DeleteProjectFromGroupByIdResponse, error)
// GetGroupProjectByIdWithResponse request
GetGroupProjectByIdWithResponse(ctx context.Context, groupId int64, projectId int64, reqEditors ...RequestEditorFn) (*GetGroupProjectByIdResponse, error)
// AddProjectToGroupByIdWithBodyWithResponse request with any body
AddProjectToGroupByIdWithBodyWithResponse(ctx context.Context, groupId int64, projectId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddProjectToGroupByIdResponse, error)
AddProjectToGroupByIdWithResponse(ctx context.Context, groupId int64, projectId int64, body AddProjectToGroupByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*AddProjectToGroupByIdResponse, error)
// GetGroupUsersWithResponse request
GetGroupUsersWithResponse(ctx context.Context, groupId int64, params *GetGroupUsersParams, reqEditors ...RequestEditorFn) (*GetGroupUsersResponse, error)
// DeleteUserFromGroupByIdWithResponse request
DeleteUserFromGroupByIdWithResponse(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*DeleteUserFromGroupByIdResponse, error)
// GetGroupUserByIdWithResponse request
GetGroupUserByIdWithResponse(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*GetGroupUserByIdResponse, error)
// AddUserToGroupByIdWithResponse request
AddUserToGroupByIdWithResponse(ctx context.Context, groupId int64, userId int64, reqEditors ...RequestEditorFn) (*AddUserToGroupByIdResponse, error)
// GetGroupsOfProjectWithResponse request
GetGroupsOfProjectWithResponse(ctx context.Context, projectName string, params *GetGroupsOfProjectParams, reqEditors ...RequestEditorFn) (*GetGroupsOfProjectResponse, error)
// DeleteGroupFromProjectByIdWithResponse request
DeleteGroupFromProjectByIdWithResponse(ctx context.Context, projectName string, groupId int64, reqEditors ...RequestEditorFn) (*DeleteGroupFromProjectByIdResponse, error)
// GetProjectGroupByIdWithResponse request
GetProjectGroupByIdWithResponse(ctx context.Context, projectName string, groupId int64, reqEditors ...RequestEditorFn) (*GetProjectGroupByIdResponse, error)
// AddGroupToProjectByIdWithBodyWithResponse request with any body
AddGroupToProjectByIdWithBodyWithResponse(ctx context.Context, projectName string, groupId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddGroupToProjectByIdResponse, error)
AddGroupToProjectByIdWithResponse(ctx context.Context, projectName string, groupId int64, body AddGroupToProjectByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*AddGroupToProjectByIdResponse, error)
// GetLogTypesWithResponse request
GetLogTypesWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetLogTypesResponse, error)
// CreateLogTypeWithBodyWithResponse request with any body
CreateLogTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogTypeResponse, error)
CreateLogTypeWithResponse(ctx context.Context, projectName string, body CreateLogTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLogTypeResponse, error)
// DeleteLogTypeByIdWithResponse request
DeleteLogTypeByIdWithResponse(ctx context.Context, projectName string, logTypeId int64, reqEditors ...RequestEditorFn) (*DeleteLogTypeByIdResponse, error)
// UpdateLogTypeByIdWithBodyWithResponse request with any body
UpdateLogTypeByIdWithBodyWithResponse(ctx context.Context, projectName string, logTypeId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLogTypeByIdResponse, error)
UpdateLogTypeByIdWithResponse(ctx context.Context, projectName string, logTypeId int64, body UpdateLogTypeByIdJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLogTypeByIdResponse, error)
// DeleteUsersWithResponse request
DeleteUsersWithResponse(ctx context.Context, params *DeleteUsersParams, reqEditors ...RequestEditorFn) (*DeleteUsersResponse, error)
// GetMyselfWithResponse request
GetMyselfWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMyselfResponse, error)
// CreateUserByAdminWithBodyWithResponse request with any body
CreateUserByAdminWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserByAdminResponse, error)
CreateUserByAdminWithResponse(ctx context.Context, body CreateUserByAdminJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserByAdminResponse, error)
// GetMyself1WithResponse request
GetMyself1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetMyself1Response, error)
// GetUsersWithResponse request
GetUsersWithResponse(ctx context.Context, params *GetUsersParams, reqEditors ...RequestEditorFn) (*GetUsersResponse, error)
// CreateUserBidWithBodyWithResponse request with any body
CreateUserBidWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserBidResponse, error)
CreateUserBidWithResponse(ctx context.Context, body CreateUserBidJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserBidResponse, error)
// ExportWithResponse request
ExportWithResponse(ctx context.Context, params *ExportParams, reqEditors ...RequestEditorFn) (*ExportResponse, error)
// ChangePasswordWithBodyWithResponse request with any body
ChangePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)
ChangePasswordWithResponse(ctx context.Context, body ChangePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangePasswordResponse, error)
// ResetPasswordWithBodyWithResponse request with any body
ResetPasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ResetPasswordResponse, error)
ResetPasswordWithResponse(ctx context.Context, body ResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*ResetPasswordResponse, error)
// IsRestorePasswordBidExistWithResponse request
IsRestorePasswordBidExistWithResponse(ctx context.Context, uuid string, reqEditors ...RequestEditorFn) (*IsRestorePasswordBidExistResponse, error)
// RestorePasswordWithBodyWithResponse request with any body
RestorePasswordWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RestorePasswordResponse, error)
RestorePasswordWithResponse(ctx context.Context, body RestorePasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*RestorePasswordResponse, error)
// GetUserBidInfoWithResponse request
GetUserBidInfoWithResponse(ctx context.Context, params *GetUserBidInfoParams, reqEditors ...RequestEditorFn) (*GetUserBidInfoResponse, error)
// CreateUserWithBodyWithResponse request with any body
CreateUserWithBodyWithResponse(ctx context.Context, params *CreateUserParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
CreateUserWithResponse(ctx context.Context, params *CreateUserParams, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
// FindUsersWithResponse request
FindUsersWithResponse(ctx context.Context, params *FindUsersParams, reqEditors ...RequestEditorFn) (*FindUsersResponse, error)
// DeleteUserWithResponse request
DeleteUserWithResponse(ctx context.Context, id int64, reqEditors ...RequestEditorFn) (*DeleteUserResponse, error)
// GetUserWithResponse request
GetUserWithResponse(ctx context.Context, login string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)
// EditUserWithBodyWithResponse request with any body
EditUserWithBodyWithResponse(ctx context.Context, login string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EditUserResponse, error)
EditUserWithResponse(ctx context.Context, login string, body EditUserJSONRequestBody, reqEditors ...RequestEditorFn) (*EditUserResponse, error)
// GetUsersApiKeysWithResponse request
GetUsersApiKeysWithResponse(ctx context.Context, userId int64, reqEditors ...RequestEditorFn) (*GetUsersApiKeysResponse, error)
// CreateApiKeyWithBodyWithResponse request with any body
CreateApiKeyWithBodyWithResponse(ctx context.Context, userId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateApiKeyResponse, error)
CreateApiKeyWithResponse(ctx context.Context, userId int64, body CreateApiKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateApiKeyResponse, error)
// DeleteApiKeyWithResponse request
DeleteApiKeyWithResponse(ctx context.Context, userId int64, keyId int64, reqEditors ...RequestEditorFn) (*DeleteApiKeyResponse, error)
// GetUserProjectsWithResponse request
GetUserProjectsWithResponse(ctx context.Context, userName string, reqEditors ...RequestEditorFn) (*GetUserProjectsResponse, error)
// GetActivitiesWithBodyWithResponse request with any body
GetActivitiesWithBodyWithResponse(ctx context.Context, params *GetActivitiesParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetActivitiesResponse, error)
GetActivitiesWithResponse(ctx context.Context, params *GetActivitiesParams, body GetActivitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*GetActivitiesResponse, error)
// GetProjectSubjectNameWithResponse request
GetProjectSubjectNameWithResponse(ctx context.Context, projectName string, params *GetProjectSubjectNameParams, reqEditors ...RequestEditorFn) (*GetProjectSubjectNameResponse, error)
// GetSetOfIntegrationSystemFields1WithResponse request
GetSetOfIntegrationSystemFields1WithResponse(ctx context.Context, integrationId int64, params *GetSetOfIntegrationSystemFields1Params, reqEditors ...RequestEditorFn) (*GetSetOfIntegrationSystemFields1Response, error)
// GetAllowableIssueTypes1WithResponse request
GetAllowableIssueTypes1WithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*GetAllowableIssueTypes1Response, error)
// GetTicketWithResponse request
GetTicketWithResponse(ctx context.Context, projectName string, ticketId string, params *GetTicketParams, reqEditors ...RequestEditorFn) (*GetTicketResponse, error)
// GetSetOfIntegrationSystemFieldsWithResponse request
GetSetOfIntegrationSystemFieldsWithResponse(ctx context.Context, projectName string, integrationId int64, params *GetSetOfIntegrationSystemFieldsParams, reqEditors ...RequestEditorFn) (*GetSetOfIntegrationSystemFieldsResponse, error)
// GetAllowableIssueTypesWithResponse request
GetAllowableIssueTypesWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*GetAllowableIssueTypesResponse, error)
// CreateIssueWithBodyWithResponse request with any body
CreateIssueWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateIssueResponse, error)
CreateIssueWithResponse(ctx context.Context, projectName string, integrationId int64, body CreateIssueJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateIssueResponse, error)
// RemoveAttachmentsByCsvWithBodyWithResponse request with any body
RemoveAttachmentsByCsvWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RemoveAttachmentsByCsvResponse, error)
// DeletePhotoWithResponse request
DeletePhotoWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeletePhotoResponse, error)
// GetMyPhotoWithResponse request
GetMyPhotoWithResponse(ctx context.Context, params *GetMyPhotoParams, reqEditors ...RequestEditorFn) (*GetMyPhotoResponse, error)
// UploadPhotoWithBodyWithResponse request with any body
UploadPhotoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadPhotoResponse, error)
// GetUserPhotoWithResponse request
GetUserPhotoWithResponse(ctx context.Context, projectName string, params *GetUserPhotoParams, reqEditors ...RequestEditorFn) (*GetUserPhotoResponse, error)
// GetFileWithResponse request
GetFileWithResponse(ctx context.Context, projectName string, dataId int64, reqEditors ...RequestEditorFn) (*GetFileResponse, error)
// GenerateWithBodyWithResponse request with any body
GenerateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GenerateResponse, error)
GenerateWithResponse(ctx context.Context, projectName string, body GenerateJSONRequestBody, reqEditors ...RequestEditorFn) (*GenerateResponse, error)
// DeleteAllIntegrationsWithResponse request
DeleteAllIntegrationsWithResponse(ctx context.Context, pType string, reqEditors ...RequestEditorFn) (*DeleteAllIntegrationsResponse, error)
// GetGlobalIntegrations1WithResponse request
GetGlobalIntegrations1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGlobalIntegrations1Response, error)
// GetGlobalIntegrations2WithResponse request
GetGlobalIntegrations2WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetGlobalIntegrations2Response, error)
// GetGlobalIntegrationsWithResponse request
GetGlobalIntegrationsWithResponse(ctx context.Context, pluginName string, reqEditors ...RequestEditorFn) (*GetGlobalIntegrationsResponse, error)
// GetProjectIntegrationsWithResponse request
GetProjectIntegrationsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectIntegrationsResponse, error)
// GetProjectIntegrations1WithResponse request
GetProjectIntegrations1WithResponse(ctx context.Context, projectName string, pluginName string, reqEditors ...RequestEditorFn) (*GetProjectIntegrations1Response, error)
// DeleteGlobalIntegrationWithResponse request
DeleteGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*DeleteGlobalIntegrationResponse, error)
// GetGlobalIntegrationWithResponse request
GetGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*GetGlobalIntegrationResponse, error)
// UpdateGlobalIntegrationWithBodyWithResponse request with any body
UpdateGlobalIntegrationWithBodyWithResponse(ctx context.Context, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateGlobalIntegrationResponse, error)
UpdateGlobalIntegrationWithResponse(ctx context.Context, integrationId int64, body UpdateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateGlobalIntegrationResponse, error)
// TestIntegrationConnection1WithResponse request
TestIntegrationConnection1WithResponse(ctx context.Context, integrationId int64, reqEditors ...RequestEditorFn) (*TestIntegrationConnection1Response, error)
// CreateGlobalIntegrationWithBodyWithResponse request with any body
CreateGlobalIntegrationWithBodyWithResponse(ctx context.Context, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateGlobalIntegrationResponse, error)
CreateGlobalIntegrationWithResponse(ctx context.Context, pluginName string, body CreateGlobalIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateGlobalIntegrationResponse, error)
// DeleteAllProjectIntegrationsWithResponse request
DeleteAllProjectIntegrationsWithResponse(ctx context.Context, projectName string, pType string, reqEditors ...RequestEditorFn) (*DeleteAllProjectIntegrationsResponse, error)
// DeleteProjectIntegrationWithResponse request
DeleteProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*DeleteProjectIntegrationResponse, error)
// GetProjectIntegrationWithResponse request
GetProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*GetProjectIntegrationResponse, error)
// UpdateProjectIntegrationWithBodyWithResponse request with any body
UpdateProjectIntegrationWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectIntegrationResponse, error)
UpdateProjectIntegrationWithResponse(ctx context.Context, projectName string, integrationId int64, body UpdateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectIntegrationResponse, error)
// TestIntegrationConnectionWithResponse request
TestIntegrationConnectionWithResponse(ctx context.Context, projectName string, integrationId int64, reqEditors ...RequestEditorFn) (*TestIntegrationConnectionResponse, error)
// ExecuteIntegrationCommandWithBodyWithResponse request with any body
ExecuteIntegrationCommandWithBodyWithResponse(ctx context.Context, projectName string, integrationId int64, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteIntegrationCommandResponse, error)
ExecuteIntegrationCommandWithResponse(ctx context.Context, projectName string, integrationId int64, command string, body ExecuteIntegrationCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteIntegrationCommandResponse, error)
// CreateProjectIntegrationWithBodyWithResponse request with any body
CreateProjectIntegrationWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectIntegrationResponse, error)
CreateProjectIntegrationWithResponse(ctx context.Context, projectName string, pluginName string, body CreateProjectIntegrationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectIntegrationResponse, error)
// OnBoardingWithResponse request
OnBoardingWithResponse(ctx context.Context, params *OnBoardingParams, reqEditors ...RequestEditorFn) (*OnBoardingResponse, error)
// GetPluginsWithResponse request
GetPluginsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPluginsResponse, error)
// UploadPluginWithBodyWithResponse request with any body
UploadPluginWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UploadPluginResponse, error)
// GetPlugins1WithResponse request
GetPlugins1WithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetPlugins1Response, error)
// GetPublicFileWithResponse request
GetPublicFileWithResponse(ctx context.Context, pluginName string, name string, reqEditors ...RequestEditorFn) (*GetPublicFileResponse, error)
// ExecutePublicPluginCommandWithBodyWithResponse request with any body
ExecutePublicPluginCommandWithBodyWithResponse(ctx context.Context, pluginName string, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecutePublicPluginCommandResponse, error)
ExecutePublicPluginCommandWithResponse(ctx context.Context, pluginName string, command string, body ExecutePublicPluginCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecutePublicPluginCommandResponse, error)
// DeletePluginWithResponse request
DeletePluginWithResponse(ctx context.Context, pluginId int64, reqEditors ...RequestEditorFn) (*DeletePluginResponse, error)
// UpdatePluginStateWithBodyWithResponse request with any body
UpdatePluginStateWithBodyWithResponse(ctx context.Context, pluginId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePluginStateResponse, error)
UpdatePluginStateWithResponse(ctx context.Context, pluginId int64, body UpdatePluginStateJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePluginStateResponse, error)
// ExecutePluginCommandWithBodyWithResponse request with any body
ExecutePluginCommandWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, command string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecutePluginCommandResponse, error)
ExecutePluginCommandWithResponse(ctx context.Context, projectName string, pluginName string, command string, body ExecutePluginCommandJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecutePluginCommandResponse, error)
// ExecuteImportPluginCommandWithBodyWithResponse request with any body
ExecuteImportPluginCommandWithBodyWithResponse(ctx context.Context, projectName string, pluginName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteImportPluginCommandResponse, error)
// DeleteProjectWithResponse request
DeleteProjectWithResponse(ctx context.Context, params *DeleteProjectParams, reqEditors ...RequestEditorFn) (*DeleteProjectResponse, error)
// CreateProjectWithBodyWithResponse request with any body
CreateProjectWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)
CreateProjectWithResponse(ctx context.Context, body CreateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectResponse, error)
// GetAnalyzerIndexingStatusWithResponse request
GetAnalyzerIndexingStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAnalyzerIndexingStatusResponse, error)
// ExportProjectsWithResponse request
ExportProjectsWithResponse(ctx context.Context, params *ExportProjectsParams, reqEditors ...RequestEditorFn) (*ExportProjectsResponse, error)
// GetAllProjectsInfoWithResponse request
GetAllProjectsInfoWithResponse(ctx context.Context, params *GetAllProjectsInfoParams, reqEditors ...RequestEditorFn) (*GetAllProjectsInfoResponse, error)
// GetProjectInfoWithResponse request
GetProjectInfoWithResponse(ctx context.Context, projectName string, params *GetProjectInfoParams, reqEditors ...RequestEditorFn) (*GetProjectInfoResponse, error)
// GetAllProjectNamesWithResponse request
GetAllProjectNamesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAllProjectNamesResponse, error)
// SearchProjectNamesWithResponse request
SearchProjectNamesWithResponse(ctx context.Context, params *SearchProjectNamesParams, reqEditors ...RequestEditorFn) (*SearchProjectNamesResponse, error)
// DeleteProject1WithResponse request
DeleteProject1WithResponse(ctx context.Context, projectId int64, reqEditors ...RequestEditorFn) (*DeleteProject1Response, error)
// GetProjectWithResponse request
GetProjectWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectResponse, error)
// UpdateProjectWithBodyWithResponse request with any body
UpdateProjectWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectResponse, error)
UpdateProjectWithResponse(ctx context.Context, projectName string, body UpdateProjectJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectResponse, error)
// AssignProjectUsersWithBodyWithResponse request with any body
AssignProjectUsersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AssignProjectUsersResponse, error)
AssignProjectUsersWithResponse(ctx context.Context, projectName string, body AssignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*AssignProjectUsersResponse, error)
// GetUsersForAssignWithResponse request
GetUsersForAssignWithResponse(ctx context.Context, projectName string, params *GetUsersForAssignParams, reqEditors ...RequestEditorFn) (*GetUsersForAssignResponse, error)
// DeleteProjectIndexWithResponse request
DeleteProjectIndexWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*DeleteProjectIndexResponse, error)
// IndexProjectDataWithResponse request
IndexProjectDataWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*IndexProjectDataResponse, error)
// UpdateProjectNotificationConfigWithBodyWithResponse request with any body
UpdateProjectNotificationConfigWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectNotificationConfigResponse, error)
UpdateProjectNotificationConfigWithResponse(ctx context.Context, projectName string, body UpdateProjectNotificationConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectNotificationConfigResponse, error)
// GetUserPreferenceWithResponse request
GetUserPreferenceWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetUserPreferenceResponse, error)
// GetUserPreference1WithResponse request
GetUserPreference1WithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetUserPreference1Response, error)
// RemoveUserPreferenceWithResponse request
RemoveUserPreferenceWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*RemoveUserPreferenceResponse, error)
// AddUserPreferenceWithResponse request
AddUserPreferenceWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*AddUserPreferenceResponse, error)
// UnassignProjectUsersWithBodyWithResponse request with any body
UnassignProjectUsersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnassignProjectUsersResponse, error)
UnassignProjectUsersWithResponse(ctx context.Context, projectName string, body UnassignProjectUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*UnassignProjectUsersResponse, error)
// GetProjectUsers1WithResponse request
GetProjectUsers1WithResponse(ctx context.Context, projectName string, params *GetProjectUsers1Params, reqEditors ...RequestEditorFn) (*GetProjectUsers1Response, error)
// SearchForUserWithResponse request
SearchForUserWithResponse(ctx context.Context, projectName string, params *SearchForUserParams, reqEditors ...RequestEditorFn) (*SearchForUserResponse, error)
// GetProjectUsersWithResponse request
GetProjectUsersWithResponse(ctx context.Context, projectName string, params *GetProjectUsersParams, reqEditors ...RequestEditorFn) (*GetProjectUsersResponse, error)
// GetProjectWidgetWithResponse request
GetProjectWidgetWithResponse(ctx context.Context, projectName string, widgetCode string, params *GetProjectWidgetParams, reqEditors ...RequestEditorFn) (*GetProjectWidgetResponse, error)
// GetServerSettingsWithResponse request
GetServerSettingsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetServerSettingsResponse, error)
// UpdateServerSettingsWithBodyWithResponse request with any body
UpdateServerSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateServerSettingsResponse, error)
UpdateServerSettingsWithResponse(ctx context.Context, body UpdateServerSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateServerSettingsResponse, error)
// SaveAnalyticsSettingsWithBodyWithResponse request with any body
SaveAnalyticsSettingsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettingsResponse, error)
SaveAnalyticsSettingsWithResponse(ctx context.Context, body SaveAnalyticsSettingsJSONRequestBody, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettingsResponse, error)
// SaveAnalyticsSettings1WithBodyWithResponse request with any body
SaveAnalyticsSettings1WithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettings1Response, error)
SaveAnalyticsSettings1WithResponse(ctx context.Context, body SaveAnalyticsSettings1JSONRequestBody, reqEditors ...RequestEditorFn) (*SaveAnalyticsSettings1Response, error)
// GetTestItemActivitiesWithResponse request
GetTestItemActivitiesWithResponse(ctx context.Context, projectName string, itemId int64, params *GetTestItemActivitiesParams, reqEditors ...RequestEditorFn) (*GetTestItemActivitiesResponse, error)
// GetActivityWithResponse request
GetActivityWithResponse(ctx context.Context, projectName string, activityId int64, reqEditors ...RequestEditorFn) (*GetActivityResponse, error)
// GetAllDashboardsWithResponse request
GetAllDashboardsWithResponse(ctx context.Context, projectName string, params *GetAllDashboardsParams, reqEditors ...RequestEditorFn) (*GetAllDashboardsResponse, error)
// CreateDashboardWithBodyWithResponse request with any body
CreateDashboardWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDashboardResponse, error)
CreateDashboardWithResponse(ctx context.Context, projectName string, body CreateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDashboardResponse, error)
// CreatePreconfiguredWithBodyWithResponse request with any body
CreatePreconfiguredWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePreconfiguredResponse, error)
CreatePreconfiguredWithResponse(ctx context.Context, projectName string, body CreatePreconfiguredJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePreconfiguredResponse, error)
// DeleteDashboardWithResponse request
DeleteDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*DeleteDashboardResponse, error)
// GetDashboardWithResponse request
GetDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*GetDashboardResponse, error)
// UpdateDashboardWithBodyWithResponse request with any body
UpdateDashboardWithBodyWithResponse(ctx context.Context, projectName string, dashboardId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDashboardResponse, error)
UpdateDashboardWithResponse(ctx context.Context, projectName string, dashboardId int64, body UpdateDashboardJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDashboardResponse, error)
// AddWidgetWithBodyWithResponse request with any body
AddWidgetWithBodyWithResponse(ctx context.Context, projectName string, dashboardId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AddWidgetResponse, error)
AddWidgetWithResponse(ctx context.Context, projectName string, dashboardId int64, body AddWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*AddWidgetResponse, error)
// GetDashboardConfigWithResponse request
GetDashboardConfigWithResponse(ctx context.Context, projectName string, dashboardId int64, reqEditors ...RequestEditorFn) (*GetDashboardConfigResponse, error)
// RemoveWidgetWithResponse request
RemoveWidgetWithResponse(ctx context.Context, projectName string, dashboardId int64, widgetId int64, reqEditors ...RequestEditorFn) (*RemoveWidgetResponse, error)
// GetAllFiltersWithResponse request
GetAllFiltersWithResponse(ctx context.Context, projectName string, params *GetAllFiltersParams, reqEditors ...RequestEditorFn) (*GetAllFiltersResponse, error)
// CreateFilterWithBodyWithResponse request with any body
CreateFilterWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFilterResponse, error)
CreateFilterWithResponse(ctx context.Context, projectName string, body CreateFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFilterResponse, error)
// UpdateUserFiltersWithBodyWithResponse request with any body
UpdateUserFiltersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserFiltersResponse, error)
UpdateUserFiltersWithResponse(ctx context.Context, projectName string, body UpdateUserFiltersJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserFiltersResponse, error)
// GetUserFiltersWithResponse request
GetUserFiltersWithResponse(ctx context.Context, projectName string, params *GetUserFiltersParams, reqEditors ...RequestEditorFn) (*GetUserFiltersResponse, error)
// GetAllFiltersNamesWithResponse request
GetAllFiltersNamesWithResponse(ctx context.Context, projectName string, params *GetAllFiltersNamesParams, reqEditors ...RequestEditorFn) (*GetAllFiltersNamesResponse, error)
// DeleteFilterWithResponse request
DeleteFilterWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*DeleteFilterResponse, error)
// GetFilterWithResponse request
GetFilterWithResponse(ctx context.Context, projectName string, filterId int64, reqEditors ...RequestEditorFn) (*GetFilterResponse, error)
// UpdateUserFilterWithBodyWithResponse request with any body
UpdateUserFilterWithBodyWithResponse(ctx context.Context, projectName string, filterId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserFilterResponse, error)
UpdateUserFilterWithResponse(ctx context.Context, projectName string, filterId int64, body UpdateUserFilterJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserFilterResponse, error)
// DeleteTestItemsWithResponse request
DeleteTestItemsWithResponse(ctx context.Context, projectName string, params *DeleteTestItemsParams, reqEditors ...RequestEditorFn) (*DeleteTestItemsResponse, error)
// GetTestItemsWithResponse request
GetTestItemsWithResponse(ctx context.Context, projectName string, params *GetTestItemsParams, reqEditors ...RequestEditorFn) (*GetTestItemsResponse, error)
// StartRootItemWithBodyWithResponse request with any body
StartRootItemWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItemResponse, error)
StartRootItemWithResponse(ctx context.Context, projectName string, body StartRootItemJSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItemResponse, error)
// DefineTestItemIssueTypeWithBodyWithResponse request with any body
DefineTestItemIssueTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DefineTestItemIssueTypeResponse, error)
DefineTestItemIssueTypeWithResponse(ctx context.Context, projectName string, body DefineTestItemIssueTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*DefineTestItemIssueTypeResponse, error)
// StartRootItem3WithBodyWithResponse request with any body
StartRootItem3WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItem3Response, error)
StartRootItem3WithResponse(ctx context.Context, projectName string, body StartRootItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItem3Response, error)
// GetUniqueAttributeKeysWithResponse request
GetUniqueAttributeKeysWithResponse(ctx context.Context, projectName string, params *GetUniqueAttributeKeysParams, reqEditors ...RequestEditorFn) (*GetUniqueAttributeKeysResponse, error)
// GetAttributeKeysForProjectWithResponse request
GetAttributeKeysForProjectWithResponse(ctx context.Context, projectName string, params *GetAttributeKeysForProjectParams, reqEditors ...RequestEditorFn) (*GetAttributeKeysForProjectResponse, error)
// GetAttributeValues2WithResponse request
GetAttributeValues2WithResponse(ctx context.Context, projectName string, params *GetAttributeValues2Params, reqEditors ...RequestEditorFn) (*GetAttributeValues2Response, error)
// GetItemsHistoryWithResponse request
GetItemsHistoryWithResponse(ctx context.Context, projectName string, params *GetItemsHistoryParams, reqEditors ...RequestEditorFn) (*GetItemsHistoryResponse, error)
// BulkUpdate1WithBodyWithResponse request with any body
BulkUpdate1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdate1Response, error)
BulkUpdate1WithResponse(ctx context.Context, projectName string, body BulkUpdate1JSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdate1Response, error)
// LinkExternalIssuesWithBodyWithResponse request with any body
LinkExternalIssuesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*LinkExternalIssuesResponse, error)
LinkExternalIssuesWithResponse(ctx context.Context, projectName string, body LinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*LinkExternalIssuesResponse, error)
// UnlinkExternalIssuesWithBodyWithResponse request with any body
UnlinkExternalIssuesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnlinkExternalIssuesResponse, error)
UnlinkExternalIssuesWithResponse(ctx context.Context, projectName string, body UnlinkExternalIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnlinkExternalIssuesResponse, error)
// GetTestItems3WithResponse request
GetTestItems3WithResponse(ctx context.Context, projectName string, params *GetTestItems3Params, reqEditors ...RequestEditorFn) (*GetTestItems3Response, error)
// GetTestItems2WithResponse request
GetTestItems2WithResponse(ctx context.Context, projectName string, params *GetTestItems2Params, reqEditors ...RequestEditorFn) (*GetTestItems2Response, error)
// GetTestItems1WithResponse request
GetTestItems1WithResponse(ctx context.Context, projectName string, params *GetTestItems1Params, reqEditors ...RequestEditorFn) (*GetTestItems1Response, error)
// GetAttributeKeys1WithResponse request
GetAttributeKeys1WithResponse(ctx context.Context, projectName string, params *GetAttributeKeys1Params, reqEditors ...RequestEditorFn) (*GetAttributeKeys1Response, error)
// GetAttributeValues1WithResponse request
GetAttributeValues1WithResponse(ctx context.Context, projectName string, params *GetAttributeValues1Params, reqEditors ...RequestEditorFn) (*GetAttributeValues1Response, error)
// HandleSuggestChooseWithBodyWithResponse request with any body
HandleSuggestChooseWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*HandleSuggestChooseResponse, error)
HandleSuggestChooseWithResponse(ctx context.Context, projectName string, body HandleSuggestChooseJSONRequestBody, reqEditors ...RequestEditorFn) (*HandleSuggestChooseResponse, error)
// GetSuggestedClusterItemsWithResponse request
GetSuggestedClusterItemsWithResponse(ctx context.Context, projectName string, clusterId int64, reqEditors ...RequestEditorFn) (*GetSuggestedClusterItemsResponse, error)
// GetSuggestedItemsWithResponse request
GetSuggestedItemsWithResponse(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*GetSuggestedItemsResponse, error)
// GetTicketIdsWithResponse request
GetTicketIdsWithResponse(ctx context.Context, projectName string, params *GetTicketIdsParams, reqEditors ...RequestEditorFn) (*GetTicketIdsResponse, error)
// GetTicketIdsForProjectWithResponse request
GetTicketIdsForProjectWithResponse(ctx context.Context, projectName string, params *GetTicketIdsForProjectParams, reqEditors ...RequestEditorFn) (*GetTicketIdsForProjectResponse, error)
// GetTestItemByUuidTimestampWithResponse request
GetTestItemByUuidTimestampWithResponse(ctx context.Context, projectName string, itemId string, reqEditors ...RequestEditorFn) (*GetTestItemByUuidTimestampResponse, error)
// GetTestItemsV2WithResponse request
GetTestItemsV2WithResponse(ctx context.Context, projectName string, params *GetTestItemsV2Params, reqEditors ...RequestEditorFn) (*GetTestItemsV2Response, error)
// DeleteTestItemWithResponse request
DeleteTestItemWithResponse(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*DeleteTestItemResponse, error)
// GetTestItemWithResponse request
GetTestItemWithResponse(ctx context.Context, projectName string, itemId int64, reqEditors ...RequestEditorFn) (*GetTestItemResponse, error)
// UpdateTestItemWithBodyWithResponse request with any body
UpdateTestItemWithBodyWithResponse(ctx context.Context, projectName string, itemId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateTestItemResponse, error)
UpdateTestItemWithResponse(ctx context.Context, projectName string, itemId int64, body UpdateTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateTestItemResponse, error)
// StartChildItem2WithBodyWithResponse request with any body
StartChildItem2WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItem2Response, error)
StartChildItem2WithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItem2Response, error)
// StartChildItem3WithBodyWithResponse request with any body
StartChildItem3WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItem3Response, error)
StartChildItem3WithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItem3Response, error)
// FinishTestItem2WithBodyWithResponse request with any body
FinishTestItem2WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItem2Response, error)
FinishTestItem2WithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItem2Response, error)
// FinishTestItem3WithBodyWithResponse request with any body
FinishTestItem3WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItem3Response, error)
FinishTestItem3WithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItem3JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItem3Response, error)
// DeleteLaunchesWithResponse request
DeleteLaunchesWithResponse(ctx context.Context, projectName string, params *DeleteLaunchesParams, reqEditors ...RequestEditorFn) (*DeleteLaunchesResponse, error)
// GetProjectLaunchesWithResponse request
GetProjectLaunchesWithResponse(ctx context.Context, projectName string, params *GetProjectLaunchesParams, reqEditors ...RequestEditorFn) (*GetProjectLaunchesResponse, error)
// StartLaunch1WithBodyWithResponse request with any body
StartLaunch1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartLaunch1Response, error)
StartLaunch1WithResponse(ctx context.Context, projectName string, body StartLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*StartLaunch1Response, error)
// StartLaunchAnalyzerWithBodyWithResponse request with any body
StartLaunchAnalyzerWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartLaunchAnalyzerResponse, error)
StartLaunchAnalyzerWithResponse(ctx context.Context, projectName string, body StartLaunchAnalyzerJSONRequestBody, reqEditors ...RequestEditorFn) (*StartLaunchAnalyzerResponse, error)
// GetAttributeKeysWithResponse request
GetAttributeKeysWithResponse(ctx context.Context, projectName string, params *GetAttributeKeysParams, reqEditors ...RequestEditorFn) (*GetAttributeKeysResponse, error)
// GetAttributeValuesWithResponse request
GetAttributeValuesWithResponse(ctx context.Context, projectName string, params *GetAttributeValuesParams, reqEditors ...RequestEditorFn) (*GetAttributeValuesResponse, error)
// CreateClustersWithBodyWithResponse request with any body
CreateClustersWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateClustersResponse, error)
CreateClustersWithResponse(ctx context.Context, projectName string, body CreateClustersJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateClustersResponse, error)
// GetClustersWithResponse request
GetClustersWithResponse(ctx context.Context, projectName string, launchId string, params *GetClustersParams, reqEditors ...RequestEditorFn) (*GetClustersResponse, error)
// CompareLaunchesWithResponse request
CompareLaunchesWithResponse(ctx context.Context, projectName string, params *CompareLaunchesParams, reqEditors ...RequestEditorFn) (*CompareLaunchesResponse, error)
// BulkUpdateWithBodyWithResponse request with any body
BulkUpdateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateResponse, error)
BulkUpdateWithResponse(ctx context.Context, projectName string, body BulkUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateResponse, error)
// GetLatestLaunchesWithResponse request
GetLatestLaunchesWithResponse(ctx context.Context, projectName string, params *GetLatestLaunchesParams, reqEditors ...RequestEditorFn) (*GetLatestLaunchesResponse, error)
// MergeLaunchesOldUuid1WithBodyWithResponse request with any body
MergeLaunchesOldUuid1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuid1Response, error)
MergeLaunchesOldUuid1WithResponse(ctx context.Context, projectName string, body MergeLaunchesOldUuid1JSONRequestBody, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuid1Response, error)
// GetDebugLaunchesWithResponse request
GetDebugLaunchesWithResponse(ctx context.Context, projectName string, params *GetDebugLaunchesParams, reqEditors ...RequestEditorFn) (*GetDebugLaunchesResponse, error)
// GetAllLaunchNamesWithResponse request
GetAllLaunchNamesWithResponse(ctx context.Context, projectName string, params *GetAllLaunchNamesParams, reqEditors ...RequestEditorFn) (*GetAllLaunchNamesResponse, error)
// GetAllOwnersWithResponse request
GetAllOwnersWithResponse(ctx context.Context, projectName string, params *GetAllOwnersParams, reqEditors ...RequestEditorFn) (*GetAllOwnersResponse, error)
// GetStatusesWithResponse request
GetStatusesWithResponse(ctx context.Context, projectName string, params *GetStatusesParams, reqEditors ...RequestEditorFn) (*GetStatusesResponse, error)
// BulkForceFinishWithBodyWithResponse request with any body
BulkForceFinishWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkForceFinishResponse, error)
BulkForceFinishWithResponse(ctx context.Context, projectName string, body BulkForceFinishJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkForceFinishResponse, error)
// UpdateLaunchesWithBodyWithResponse request with any body
UpdateLaunchesWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLaunchesResponse, error)
UpdateLaunchesWithResponse(ctx context.Context, projectName string, body UpdateLaunchesJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLaunchesResponse, error)
// GetLaunchByUuidOldTimestampWithResponse request
GetLaunchByUuidOldTimestampWithResponse(ctx context.Context, projectName string, launchId string, reqEditors ...RequestEditorFn) (*GetLaunchByUuidOldTimestampResponse, error)
// DeleteLaunchWithResponse request
DeleteLaunchWithResponse(ctx context.Context, projectName string, launchId int64, reqEditors ...RequestEditorFn) (*DeleteLaunchResponse, error)
// GetLaunchWithResponse request
GetLaunchWithResponse(ctx context.Context, projectName string, launchId int64, reqEditors ...RequestEditorFn) (*GetLaunchResponse, error)
// FinishLaunch1WithBodyWithResponse request with any body
FinishLaunch1WithBodyWithResponse(ctx context.Context, projectName string, launchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishLaunch1Response, error)
FinishLaunch1WithResponse(ctx context.Context, projectName string, launchId string, body FinishLaunch1JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishLaunch1Response, error)
// GetLaunchReportWithResponse request
GetLaunchReportWithResponse(ctx context.Context, projectName string, launchId int64, params *GetLaunchReportParams, reqEditors ...RequestEditorFn) (*GetLaunchReportResponse, error)
// ForceFinishLaunchWithBodyWithResponse request with any body
ForceFinishLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ForceFinishLaunchResponse, error)
ForceFinishLaunchWithResponse(ctx context.Context, projectName string, launchId int64, body ForceFinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*ForceFinishLaunchResponse, error)
// UpdateLaunchWithBodyWithResponse request with any body
UpdateLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLaunchResponse, error)
UpdateLaunchWithResponse(ctx context.Context, projectName string, launchId int64, body UpdateLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLaunchResponse, error)
// GetLogsWithResponse request
GetLogsWithResponse(ctx context.Context, projectName string, params *GetLogsParams, reqEditors ...RequestEditorFn) (*GetLogsResponse, error)
// CreateLog1WithBodyWithResponse request with any body
CreateLog1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLog1Response, error)
// CreateLogEntry1WithBodyWithResponse request with any body
CreateLogEntry1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogEntry1Response, error)
CreateLogEntry1WithResponse(ctx context.Context, projectName string, body CreateLogEntry1JSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLogEntry1Response, error)
// GetLogsWithLocationBySearchWithResponse request
GetLogsWithLocationBySearchWithResponse(ctx context.Context, projectName string, parentId int64, params *GetLogsWithLocationBySearchParams, reqEditors ...RequestEditorFn) (*GetLogsWithLocationBySearchResponse, error)
// GetErrorPageWithResponse request
GetErrorPageWithResponse(ctx context.Context, projectName string, parentId int64, params *GetErrorPageParams, reqEditors ...RequestEditorFn) (*GetErrorPageResponse, error)
// GetNestedItemsWithResponse request
GetNestedItemsWithResponse(ctx context.Context, projectName string, parentId int64, params *GetNestedItemsParams, reqEditors ...RequestEditorFn) (*GetNestedItemsResponse, error)
// SearchLogsWithBodyWithResponse request with any body
SearchLogsWithBodyWithResponse(ctx context.Context, projectName string, itemId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SearchLogsResponse, error)
SearchLogsWithResponse(ctx context.Context, projectName string, itemId int64, body SearchLogsJSONRequestBody, reqEditors ...RequestEditorFn) (*SearchLogsResponse, error)
// GetLogsUnderWithBodyWithResponse request with any body
GetLogsUnderWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetLogsUnderResponse, error)
GetLogsUnderWithResponse(ctx context.Context, projectName string, body GetLogsUnderJSONRequestBody, reqEditors ...RequestEditorFn) (*GetLogsUnderResponse, error)
// GetLogByUuidWithResponse request
GetLogByUuidWithResponse(ctx context.Context, projectName string, logId string, reqEditors ...RequestEditorFn) (*GetLogByUuidResponse, error)
// DeleteLogWithResponse request
DeleteLogWithResponse(ctx context.Context, projectName string, logId int64, reqEditors ...RequestEditorFn) (*DeleteLogResponse, error)
// GetLogWithResponse request
GetLogWithResponse(ctx context.Context, projectName string, logId int64, reqEditors ...RequestEditorFn) (*GetLogResponse, error)
// GetPageNumberWithResponse request
GetPageNumberWithResponse(ctx context.Context, projectName string, logId int64, params *GetPageNumberParams, reqEditors ...RequestEditorFn) (*GetPageNumberResponse, error)
// GetProjectSettingsWithResponse request
GetProjectSettingsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetProjectSettingsResponse, error)
// GetNotificationsWithResponse request
GetNotificationsWithResponse(ctx context.Context, projectName string, reqEditors ...RequestEditorFn) (*GetNotificationsResponse, error)
// CreateNotificationWithBodyWithResponse request with any body
CreateNotificationWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateNotificationResponse, error)
CreateNotificationWithResponse(ctx context.Context, projectName string, body CreateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateNotificationResponse, error)
// UpdateNotificationWithBodyWithResponse request with any body
UpdateNotificationWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateNotificationResponse, error)
UpdateNotificationWithResponse(ctx context.Context, projectName string, body UpdateNotificationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateNotificationResponse, error)
// DeleteNotificationWithResponse request
DeleteNotificationWithResponse(ctx context.Context, projectName string, notificationId int64, reqEditors ...RequestEditorFn) (*DeleteNotificationResponse, error)
// CreatePatternTemplateWithBodyWithResponse request with any body
CreatePatternTemplateWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePatternTemplateResponse, error)
CreatePatternTemplateWithResponse(ctx context.Context, projectName string, body CreatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePatternTemplateResponse, error)
// DeletePatternTemplateWithResponse request
DeletePatternTemplateWithResponse(ctx context.Context, projectName string, id int64, reqEditors ...RequestEditorFn) (*DeletePatternTemplateResponse, error)
// UpdatePatternTemplateWithBodyWithResponse request with any body
UpdatePatternTemplateWithBodyWithResponse(ctx context.Context, projectName string, id int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePatternTemplateResponse, error)
UpdatePatternTemplateWithResponse(ctx context.Context, projectName string, id int64, body UpdatePatternTemplateJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePatternTemplateResponse, error)
// CreateProjectIssueSubTypeWithBodyWithResponse request with any body
CreateProjectIssueSubTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateProjectIssueSubTypeResponse, error)
CreateProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, body CreateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateProjectIssueSubTypeResponse, error)
// UpdateProjectIssueSubTypeWithBodyWithResponse request with any body
UpdateProjectIssueSubTypeWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateProjectIssueSubTypeResponse, error)
UpdateProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, body UpdateProjectIssueSubTypeJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateProjectIssueSubTypeResponse, error)
// DeleteProjectIssueSubTypeWithResponse request
DeleteProjectIssueSubTypeWithResponse(ctx context.Context, projectName string, id int64, reqEditors ...RequestEditorFn) (*DeleteProjectIssueSubTypeResponse, error)
// CreateWidgetWithBodyWithResponse request with any body
CreateWidgetWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWidgetResponse, error)
CreateWidgetWithResponse(ctx context.Context, projectName string, body CreateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWidgetResponse, error)
// GetWidget1WithResponse request
GetWidget1WithResponse(ctx context.Context, projectName string, widgetId int64, params *GetWidget1Params, reqEditors ...RequestEditorFn) (*GetWidget1Response, error)
// GetWidgetNamesWithResponse request
GetWidgetNamesWithResponse(ctx context.Context, projectName string, params *GetWidgetNamesParams, reqEditors ...RequestEditorFn) (*GetWidgetNamesResponse, error)
// GetWidgetPreviewWithBodyWithResponse request with any body
GetWidgetPreviewWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GetWidgetPreviewResponse, error)
GetWidgetPreviewWithResponse(ctx context.Context, projectName string, body GetWidgetPreviewJSONRequestBody, reqEditors ...RequestEditorFn) (*GetWidgetPreviewResponse, error)
// GetWidgetWithResponse request
GetWidgetWithResponse(ctx context.Context, projectName string, widgetId int64, reqEditors ...RequestEditorFn) (*GetWidgetResponse, error)
// UpdateWidgetWithBodyWithResponse request with any body
UpdateWidgetWithBodyWithResponse(ctx context.Context, projectName string, widgetId int64, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWidgetResponse, error)
UpdateWidgetWithResponse(ctx context.Context, projectName string, widgetId int64, body UpdateWidgetJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWidgetResponse, error)
// StartRootItem1WithBodyWithResponse request with any body
StartRootItem1WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItem1Response, error)
StartRootItem1WithResponse(ctx context.Context, projectName string, body StartRootItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItem1Response, error)
// StartRootItem2WithBodyWithResponse request with any body
StartRootItem2WithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartRootItem2Response, error)
StartRootItem2WithResponse(ctx context.Context, projectName string, body StartRootItem2JSONRequestBody, reqEditors ...RequestEditorFn) (*StartRootItem2Response, error)
// StartChildItemWithBodyWithResponse request with any body
StartChildItemWithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItemResponse, error)
StartChildItemWithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItemJSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItemResponse, error)
// StartChildItem1WithBodyWithResponse request with any body
StartChildItem1WithBodyWithResponse(ctx context.Context, projectName string, parentItem string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartChildItem1Response, error)
StartChildItem1WithResponse(ctx context.Context, projectName string, parentItem string, body StartChildItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*StartChildItem1Response, error)
// FinishTestItemWithBodyWithResponse request with any body
FinishTestItemWithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItemResponse, error)
FinishTestItemWithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItemJSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItemResponse, error)
// FinishTestItem1WithBodyWithResponse request with any body
FinishTestItem1WithBodyWithResponse(ctx context.Context, projectName string, testItemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishTestItem1Response, error)
FinishTestItem1WithResponse(ctx context.Context, projectName string, testItemId string, body FinishTestItem1JSONRequestBody, reqEditors ...RequestEditorFn) (*FinishTestItem1Response, error)
// StartLaunchWithBodyWithResponse request with any body
StartLaunchWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StartLaunchResponse, error)
StartLaunchWithResponse(ctx context.Context, projectName string, body StartLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*StartLaunchResponse, error)
// MergeLaunchesOldUuidWithBodyWithResponse request with any body
MergeLaunchesOldUuidWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuidResponse, error)
MergeLaunchesOldUuidWithResponse(ctx context.Context, projectName string, body MergeLaunchesOldUuidJSONRequestBody, reqEditors ...RequestEditorFn) (*MergeLaunchesOldUuidResponse, error)
// FinishLaunchWithBodyWithResponse request with any body
FinishLaunchWithBodyWithResponse(ctx context.Context, projectName string, launchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*FinishLaunchResponse, error)
FinishLaunchWithResponse(ctx context.Context, projectName string, launchId string, body FinishLaunchJSONRequestBody, reqEditors ...RequestEditorFn) (*FinishLaunchResponse, error)
// CreateLogWithBodyWithResponse request with any body
CreateLogWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogResponse, error)
// CreateLogEntryWithBodyWithResponse request with any body
CreateLogEntryWithBodyWithResponse(ctx context.Context, projectName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLogEntryResponse, error)
CreateLogEntryWithResponse(ctx context.Context, projectName string, body CreateLogEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLogEntryResponse, error)
}
ClientWithResponsesInterface is the interface specification for the client with responses above.
type CompareLaunchesParams ¶
type CompareLaunchesParams struct {
Ids []int64 `form:"ids" json:"ids"`
}
CompareLaunchesParams defines parameters for CompareLaunches.
type CompareLaunchesResponse ¶
type CompareLaunchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string][]externalRef0.ChartStatisticsContent
JSONDefault *externalRef0.ErrorRS
}
func ParseCompareLaunchesResponse ¶
func ParseCompareLaunchesResponse(rsp *http.Response) (*CompareLaunchesResponse, error)
ParseCompareLaunchesResponse parses an HTTP response from a CompareLaunchesWithResponse call
func (CompareLaunchesResponse) GetBody ¶
func (r CompareLaunchesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CompareLaunchesResponse) GetJSONDefault ¶
func (r CompareLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CompareLaunchesResponse) GetSuccess ¶
func (r CompareLaunchesResponse) GetSuccess() *map[string][]externalRef0.ChartStatisticsContent
GetSuccess returns the decoded success (2xx) response body, if any.
func (CompareLaunchesResponse) Status ¶
func (r CompareLaunchesResponse) Status() string
Status returns HTTPResponse.Status
func (CompareLaunchesResponse) StatusCode ¶
func (r CompareLaunchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateApiKeyJSONRequestBody ¶
type CreateApiKeyJSONRequestBody = externalRef0.ApiKeyRQ
CreateApiKeyJSONRequestBody defines body for CreateApiKey for application/json ContentType.
type CreateApiKeyResponse ¶
type CreateApiKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.ApiKeyRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateApiKeyResponse ¶
func ParseCreateApiKeyResponse(rsp *http.Response) (*CreateApiKeyResponse, error)
ParseCreateApiKeyResponse parses an HTTP response from a CreateApiKeyWithResponse call
func (CreateApiKeyResponse) GetBody ¶
func (r CreateApiKeyResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateApiKeyResponse) GetJSONDefault ¶
func (r CreateApiKeyResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateApiKeyResponse) GetSuccess ¶
func (r CreateApiKeyResponse) GetSuccess() *externalRef0.ApiKeyRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateApiKeyResponse) Status ¶
func (r CreateApiKeyResponse) Status() string
Status returns HTTPResponse.Status
func (CreateApiKeyResponse) StatusCode ¶
func (r CreateApiKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateClustersJSONRequestBody ¶
type CreateClustersJSONRequestBody = externalRef0.CreateClustersRQ
CreateClustersJSONRequestBody defines body for CreateClusters for application/json ContentType.
type CreateClustersResponse ¶
type CreateClustersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateClustersResponse ¶
func ParseCreateClustersResponse(rsp *http.Response) (*CreateClustersResponse, error)
ParseCreateClustersResponse parses an HTTP response from a CreateClustersWithResponse call
func (CreateClustersResponse) GetBody ¶
func (r CreateClustersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateClustersResponse) GetJSONDefault ¶
func (r CreateClustersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateClustersResponse) GetSuccess ¶
func (r CreateClustersResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateClustersResponse) Status ¶
func (r CreateClustersResponse) Status() string
Status returns HTTPResponse.Status
func (CreateClustersResponse) StatusCode ¶
func (r CreateClustersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateDashboardJSONRequestBody ¶
type CreateDashboardJSONRequestBody = externalRef0.CreateDashboardRQ
CreateDashboardJSONRequestBody defines body for CreateDashboard for application/json ContentType.
type CreateDashboardResponse ¶
type CreateDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateDashboardResponse ¶
func ParseCreateDashboardResponse(rsp *http.Response) (*CreateDashboardResponse, error)
ParseCreateDashboardResponse parses an HTTP response from a CreateDashboardWithResponse call
func (CreateDashboardResponse) GetBody ¶
func (r CreateDashboardResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateDashboardResponse) GetJSONDefault ¶
func (r CreateDashboardResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateDashboardResponse) GetSuccess ¶
func (r CreateDashboardResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateDashboardResponse) Status ¶
func (r CreateDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (CreateDashboardResponse) StatusCode ¶
func (r CreateDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateFilterJSONRequestBody ¶
type CreateFilterJSONRequestBody = externalRef0.UpdateUserFilterRQ
CreateFilterJSONRequestBody defines body for CreateFilter for application/json ContentType.
type CreateFilterResponse ¶
type CreateFilterResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateFilterResponse ¶
func ParseCreateFilterResponse(rsp *http.Response) (*CreateFilterResponse, error)
ParseCreateFilterResponse parses an HTTP response from a CreateFilterWithResponse call
func (CreateFilterResponse) GetBody ¶
func (r CreateFilterResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateFilterResponse) GetJSONDefault ¶
func (r CreateFilterResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateFilterResponse) GetSuccess ¶
func (r CreateFilterResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateFilterResponse) Status ¶
func (r CreateFilterResponse) Status() string
Status returns HTTPResponse.Status
func (CreateFilterResponse) StatusCode ¶
func (r CreateFilterResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateGlobalIntegrationJSONRequestBody ¶
type CreateGlobalIntegrationJSONRequestBody = externalRef0.IntegrationRQ
CreateGlobalIntegrationJSONRequestBody defines body for CreateGlobalIntegration for application/json ContentType.
type CreateGlobalIntegrationResponse ¶
type CreateGlobalIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateGlobalIntegrationResponse ¶
func ParseCreateGlobalIntegrationResponse(rsp *http.Response) (*CreateGlobalIntegrationResponse, error)
ParseCreateGlobalIntegrationResponse parses an HTTP response from a CreateGlobalIntegrationWithResponse call
func (CreateGlobalIntegrationResponse) GetBody ¶
func (r CreateGlobalIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateGlobalIntegrationResponse) GetJSONDefault ¶
func (r CreateGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateGlobalIntegrationResponse) GetSuccess ¶
func (r CreateGlobalIntegrationResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateGlobalIntegrationResponse) Status ¶
func (r CreateGlobalIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (CreateGlobalIntegrationResponse) StatusCode ¶
func (r CreateGlobalIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateGroupJSONRequestBody ¶
type CreateGroupJSONRequestBody = externalRef0.CreateGroupRequest
CreateGroupJSONRequestBody defines body for CreateGroup for application/json ContentType.
type CreateGroupResponse ¶
type CreateGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.GroupInfo
JSON402 *externalRef0.Error
JSON409 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateGroupResponse ¶
func ParseCreateGroupResponse(rsp *http.Response) (*CreateGroupResponse, error)
ParseCreateGroupResponse parses an HTTP response from a CreateGroupWithResponse call
func (CreateGroupResponse) GetBody ¶
func (r CreateGroupResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateGroupResponse) GetJSONDefault ¶
func (r CreateGroupResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateGroupResponse) GetSuccess ¶
func (r CreateGroupResponse) GetSuccess() *externalRef0.GroupInfo
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateGroupResponse) Status ¶
func (r CreateGroupResponse) Status() string
Status returns HTTPResponse.Status
func (CreateGroupResponse) StatusCode ¶
func (r CreateGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateIssueJSONRequestBody ¶
type CreateIssueJSONRequestBody = externalRef0.PostTicketRQ
CreateIssueJSONRequestBody defines body for CreateIssue for application/json ContentType.
type CreateIssueResponse ¶
type CreateIssueResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.Ticket
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateIssueResponse ¶
func ParseCreateIssueResponse(rsp *http.Response) (*CreateIssueResponse, error)
ParseCreateIssueResponse parses an HTTP response from a CreateIssueWithResponse call
func (CreateIssueResponse) GetBody ¶
func (r CreateIssueResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateIssueResponse) GetJSONDefault ¶
func (r CreateIssueResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateIssueResponse) GetSuccess ¶
func (r CreateIssueResponse) GetSuccess() *externalRef0.Ticket
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateIssueResponse) Status ¶
func (r CreateIssueResponse) Status() string
Status returns HTTPResponse.Status
func (CreateIssueResponse) StatusCode ¶
func (r CreateIssueResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateLog1MultipartBody ¶
type CreateLog1MultipartBody struct {
JsonRequestPart *string `json:"json_request_part,omitempty"`
}
CreateLog1MultipartBody defines parameters for CreateLog1.
type CreateLog1MultipartRequestBody ¶
type CreateLog1MultipartRequestBody CreateLog1MultipartBody
CreateLog1MultipartRequestBody defines body for CreateLog1 for multipart/form-data ContentType.
type CreateLog1Response ¶
type CreateLog1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.BatchSaveOperatingRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateLog1Response ¶
func ParseCreateLog1Response(rsp *http.Response) (*CreateLog1Response, error)
ParseCreateLog1Response parses an HTTP response from a CreateLog1WithResponse call
func (CreateLog1Response) GetBody ¶
func (r CreateLog1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateLog1Response) GetJSONDefault ¶
func (r CreateLog1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateLog1Response) GetSuccess ¶
func (r CreateLog1Response) GetSuccess() *externalRef0.BatchSaveOperatingRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateLog1Response) Status ¶
func (r CreateLog1Response) Status() string
Status returns HTTPResponse.Status
func (CreateLog1Response) StatusCode ¶
func (r CreateLog1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateLogEntry1JSONRequestBody ¶
type CreateLogEntry1JSONRequestBody = externalRef0.SaveLogRQ
CreateLogEntry1JSONRequestBody defines body for CreateLogEntry1 for application/json ContentType.
type CreateLogEntry1Response ¶
type CreateLogEntry1Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateLogEntry1Response ¶
func ParseCreateLogEntry1Response(rsp *http.Response) (*CreateLogEntry1Response, error)
ParseCreateLogEntry1Response parses an HTTP response from a CreateLogEntry1WithResponse call
func (CreateLogEntry1Response) GetBody ¶
func (r CreateLogEntry1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateLogEntry1Response) GetJSONDefault ¶
func (r CreateLogEntry1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateLogEntry1Response) GetSuccess ¶
func (r CreateLogEntry1Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateLogEntry1Response) Status ¶
func (r CreateLogEntry1Response) Status() string
Status returns HTTPResponse.Status
func (CreateLogEntry1Response) StatusCode ¶
func (r CreateLogEntry1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateLogEntryJSONRequestBody ¶
type CreateLogEntryJSONRequestBody = externalRef0.SaveLogRQ
CreateLogEntryJSONRequestBody defines body for CreateLogEntry for application/json ContentType.
type CreateLogEntryResponse ¶
type CreateLogEntryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateLogEntryResponse ¶
func ParseCreateLogEntryResponse(rsp *http.Response) (*CreateLogEntryResponse, error)
ParseCreateLogEntryResponse parses an HTTP response from a CreateLogEntryWithResponse call
func (CreateLogEntryResponse) GetBody ¶
func (r CreateLogEntryResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateLogEntryResponse) GetJSONDefault ¶
func (r CreateLogEntryResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateLogEntryResponse) GetSuccess ¶
func (r CreateLogEntryResponse) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateLogEntryResponse) Status ¶
func (r CreateLogEntryResponse) Status() string
Status returns HTTPResponse.Status
func (CreateLogEntryResponse) StatusCode ¶
func (r CreateLogEntryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateLogMultipartBody ¶
type CreateLogMultipartBody struct {
JsonRequestPart *string `json:"json_request_part,omitempty"`
}
CreateLogMultipartBody defines parameters for CreateLog.
type CreateLogMultipartRequestBody ¶
type CreateLogMultipartRequestBody CreateLogMultipartBody
CreateLogMultipartRequestBody defines body for CreateLog for multipart/form-data ContentType.
type CreateLogResponse ¶
type CreateLogResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.BatchSaveOperatingRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateLogResponse ¶
func ParseCreateLogResponse(rsp *http.Response) (*CreateLogResponse, error)
ParseCreateLogResponse parses an HTTP response from a CreateLogWithResponse call
func (CreateLogResponse) GetBody ¶
func (r CreateLogResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateLogResponse) GetJSONDefault ¶
func (r CreateLogResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateLogResponse) GetSuccess ¶
func (r CreateLogResponse) GetSuccess() *externalRef0.BatchSaveOperatingRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateLogResponse) Status ¶
func (r CreateLogResponse) Status() string
Status returns HTTPResponse.Status
func (CreateLogResponse) StatusCode ¶
func (r CreateLogResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateLogTypeJSONRequestBody ¶
type CreateLogTypeJSONRequestBody = externalRef0.LogTypeRequest
CreateLogTypeJSONRequestBody defines body for CreateLogType for application/json ContentType.
type CreateLogTypeResponse ¶
type CreateLogTypeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LogTypeResponse
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateLogTypeResponse ¶
func ParseCreateLogTypeResponse(rsp *http.Response) (*CreateLogTypeResponse, error)
ParseCreateLogTypeResponse parses an HTTP response from a CreateLogTypeWithResponse call
func (CreateLogTypeResponse) GetBody ¶
func (r CreateLogTypeResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateLogTypeResponse) GetJSONDefault ¶
func (r CreateLogTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateLogTypeResponse) GetSuccess ¶
func (r CreateLogTypeResponse) GetSuccess() *externalRef0.LogTypeResponse
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateLogTypeResponse) Status ¶
func (r CreateLogTypeResponse) Status() string
Status returns HTTPResponse.Status
func (CreateLogTypeResponse) StatusCode ¶
func (r CreateLogTypeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateNotificationJSONRequestBody ¶
type CreateNotificationJSONRequestBody = externalRef0.SenderCaseDTO
CreateNotificationJSONRequestBody defines body for CreateNotification for application/json ContentType.
type CreateNotificationResponse ¶
type CreateNotificationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateNotificationResponse ¶
func ParseCreateNotificationResponse(rsp *http.Response) (*CreateNotificationResponse, error)
ParseCreateNotificationResponse parses an HTTP response from a CreateNotificationWithResponse call
func (CreateNotificationResponse) GetBody ¶
func (r CreateNotificationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateNotificationResponse) GetJSONDefault ¶
func (r CreateNotificationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateNotificationResponse) GetSuccess ¶
func (r CreateNotificationResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateNotificationResponse) Status ¶
func (r CreateNotificationResponse) Status() string
Status returns HTTPResponse.Status
func (CreateNotificationResponse) StatusCode ¶
func (r CreateNotificationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreatePatternTemplateJSONRequestBody ¶
type CreatePatternTemplateJSONRequestBody = externalRef0.CreatePatternTemplateRQ
CreatePatternTemplateJSONRequestBody defines body for CreatePatternTemplate for application/json ContentType.
type CreatePatternTemplateResponse ¶
type CreatePatternTemplateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreatePatternTemplateResponse ¶
func ParseCreatePatternTemplateResponse(rsp *http.Response) (*CreatePatternTemplateResponse, error)
ParseCreatePatternTemplateResponse parses an HTTP response from a CreatePatternTemplateWithResponse call
func (CreatePatternTemplateResponse) GetBody ¶
func (r CreatePatternTemplateResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreatePatternTemplateResponse) GetJSONDefault ¶
func (r CreatePatternTemplateResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreatePatternTemplateResponse) GetSuccess ¶
func (r CreatePatternTemplateResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreatePatternTemplateResponse) Status ¶
func (r CreatePatternTemplateResponse) Status() string
Status returns HTTPResponse.Status
func (CreatePatternTemplateResponse) StatusCode ¶
func (r CreatePatternTemplateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreatePreconfiguredJSONRequestBody ¶
type CreatePreconfiguredJSONRequestBody = externalRef0.DashboardPreconfiguredRq
CreatePreconfiguredJSONRequestBody defines body for CreatePreconfigured for application/json ContentType.
type CreatePreconfiguredResponse ¶
type CreatePreconfiguredResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreatePreconfiguredResponse ¶
func ParseCreatePreconfiguredResponse(rsp *http.Response) (*CreatePreconfiguredResponse, error)
ParseCreatePreconfiguredResponse parses an HTTP response from a CreatePreconfiguredWithResponse call
func (CreatePreconfiguredResponse) GetBody ¶
func (r CreatePreconfiguredResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreatePreconfiguredResponse) GetJSONDefault ¶
func (r CreatePreconfiguredResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreatePreconfiguredResponse) GetSuccess ¶
func (r CreatePreconfiguredResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreatePreconfiguredResponse) Status ¶
func (r CreatePreconfiguredResponse) Status() string
Status returns HTTPResponse.Status
func (CreatePreconfiguredResponse) StatusCode ¶
func (r CreatePreconfiguredResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateProjectIntegrationJSONRequestBody ¶
type CreateProjectIntegrationJSONRequestBody = externalRef0.IntegrationRQ
CreateProjectIntegrationJSONRequestBody defines body for CreateProjectIntegration for application/json ContentType.
type CreateProjectIntegrationResponse ¶
type CreateProjectIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateProjectIntegrationResponse ¶
func ParseCreateProjectIntegrationResponse(rsp *http.Response) (*CreateProjectIntegrationResponse, error)
ParseCreateProjectIntegrationResponse parses an HTTP response from a CreateProjectIntegrationWithResponse call
func (CreateProjectIntegrationResponse) GetBody ¶
func (r CreateProjectIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateProjectIntegrationResponse) GetJSONDefault ¶
func (r CreateProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateProjectIntegrationResponse) GetSuccess ¶
func (r CreateProjectIntegrationResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateProjectIntegrationResponse) Status ¶
func (r CreateProjectIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (CreateProjectIntegrationResponse) StatusCode ¶
func (r CreateProjectIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateProjectIssueSubTypeJSONRequestBody ¶
type CreateProjectIssueSubTypeJSONRequestBody = externalRef0.CreateIssueSubTypeRQ
CreateProjectIssueSubTypeJSONRequestBody defines body for CreateProjectIssueSubType for application/json ContentType.
type CreateProjectIssueSubTypeResponse ¶
type CreateProjectIssueSubTypeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.IssueSubTypeCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateProjectIssueSubTypeResponse ¶
func ParseCreateProjectIssueSubTypeResponse(rsp *http.Response) (*CreateProjectIssueSubTypeResponse, error)
ParseCreateProjectIssueSubTypeResponse parses an HTTP response from a CreateProjectIssueSubTypeWithResponse call
func (CreateProjectIssueSubTypeResponse) GetBody ¶
func (r CreateProjectIssueSubTypeResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateProjectIssueSubTypeResponse) GetJSONDefault ¶
func (r CreateProjectIssueSubTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateProjectIssueSubTypeResponse) GetSuccess ¶
func (r CreateProjectIssueSubTypeResponse) GetSuccess() *externalRef0.IssueSubTypeCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateProjectIssueSubTypeResponse) Status ¶
func (r CreateProjectIssueSubTypeResponse) Status() string
Status returns HTTPResponse.Status
func (CreateProjectIssueSubTypeResponse) StatusCode ¶
func (r CreateProjectIssueSubTypeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateProjectJSONRequestBody ¶
type CreateProjectJSONRequestBody = externalRef0.CreateProjectRQ
CreateProjectJSONRequestBody defines body for CreateProject for application/json ContentType.
type CreateProjectResponse ¶
type CreateProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateProjectResponse ¶
func ParseCreateProjectResponse(rsp *http.Response) (*CreateProjectResponse, error)
ParseCreateProjectResponse parses an HTTP response from a CreateProjectWithResponse call
func (CreateProjectResponse) GetBody ¶
func (r CreateProjectResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateProjectResponse) GetJSONDefault ¶
func (r CreateProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateProjectResponse) GetSuccess ¶
func (r CreateProjectResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateProjectResponse) Status ¶
func (r CreateProjectResponse) Status() string
Status returns HTTPResponse.Status
func (CreateProjectResponse) StatusCode ¶
func (r CreateProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateUserBidJSONRequestBody ¶
type CreateUserBidJSONRequestBody = externalRef0.CreateUserRQ
CreateUserBidJSONRequestBody defines body for CreateUserBid for application/json ContentType.
type CreateUserBidResponse ¶
type CreateUserBidResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.CreateUserBidRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateUserBidResponse ¶
func ParseCreateUserBidResponse(rsp *http.Response) (*CreateUserBidResponse, error)
ParseCreateUserBidResponse parses an HTTP response from a CreateUserBidWithResponse call
func (CreateUserBidResponse) GetBody ¶
func (r CreateUserBidResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateUserBidResponse) GetJSONDefault ¶
func (r CreateUserBidResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateUserBidResponse) GetSuccess ¶
func (r CreateUserBidResponse) GetSuccess() *externalRef0.CreateUserBidRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateUserBidResponse) Status ¶
func (r CreateUserBidResponse) Status() string
Status returns HTTPResponse.Status
func (CreateUserBidResponse) StatusCode ¶
func (r CreateUserBidResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateUserByAdminJSONRequestBody ¶
type CreateUserByAdminJSONRequestBody = externalRef0.CreateUserRQFull
CreateUserByAdminJSONRequestBody defines body for CreateUserByAdmin for application/json ContentType.
type CreateUserByAdminResponse ¶
type CreateUserByAdminResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.CreateUserRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateUserByAdminResponse ¶
func ParseCreateUserByAdminResponse(rsp *http.Response) (*CreateUserByAdminResponse, error)
ParseCreateUserByAdminResponse parses an HTTP response from a CreateUserByAdminWithResponse call
func (CreateUserByAdminResponse) GetBody ¶
func (r CreateUserByAdminResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateUserByAdminResponse) GetJSONDefault ¶
func (r CreateUserByAdminResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateUserByAdminResponse) GetSuccess ¶
func (r CreateUserByAdminResponse) GetSuccess() *externalRef0.CreateUserRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateUserByAdminResponse) Status ¶
func (r CreateUserByAdminResponse) Status() string
Status returns HTTPResponse.Status
func (CreateUserByAdminResponse) StatusCode ¶
func (r CreateUserByAdminResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateUserJSONRequestBody ¶
type CreateUserJSONRequestBody = externalRef0.CreateUserRQConfirm
CreateUserJSONRequestBody defines body for CreateUser for application/json ContentType.
type CreateUserParams ¶
type CreateUserParams struct {
Uuid string `form:"uuid" json:"uuid"`
}
CreateUserParams defines parameters for CreateUser.
type CreateUserResponse ¶
type CreateUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.CreateUserRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateUserResponse ¶
func ParseCreateUserResponse(rsp *http.Response) (*CreateUserResponse, error)
ParseCreateUserResponse parses an HTTP response from a CreateUserWithResponse call
func (CreateUserResponse) GetBody ¶
func (r CreateUserResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateUserResponse) GetJSONDefault ¶
func (r CreateUserResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateUserResponse) GetSuccess ¶
func (r CreateUserResponse) GetSuccess() *externalRef0.CreateUserRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateUserResponse) Status ¶
func (r CreateUserResponse) Status() string
Status returns HTTPResponse.Status
func (CreateUserResponse) StatusCode ¶
func (r CreateUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CreateWidgetJSONRequestBody ¶
type CreateWidgetJSONRequestBody = externalRef0.WidgetRQ
CreateWidgetJSONRequestBody defines body for CreateWidget for application/json ContentType.
type CreateWidgetResponse ¶
type CreateWidgetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseCreateWidgetResponse ¶
func ParseCreateWidgetResponse(rsp *http.Response) (*CreateWidgetResponse, error)
ParseCreateWidgetResponse parses an HTTP response from a CreateWidgetWithResponse call
func (CreateWidgetResponse) GetBody ¶
func (r CreateWidgetResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (CreateWidgetResponse) GetJSONDefault ¶
func (r CreateWidgetResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (CreateWidgetResponse) GetSuccess ¶
func (r CreateWidgetResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (CreateWidgetResponse) Status ¶
func (r CreateWidgetResponse) Status() string
Status returns HTTPResponse.Status
func (CreateWidgetResponse) StatusCode ¶
func (r CreateWidgetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DefineTestItemIssueTypeJSONRequestBody ¶
type DefineTestItemIssueTypeJSONRequestBody = externalRef0.DefineIssueRQ
DefineTestItemIssueTypeJSONRequestBody defines body for DefineTestItemIssueType for application/json ContentType.
type DefineTestItemIssueTypeResponse ¶
type DefineTestItemIssueTypeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.Issue
JSONDefault *externalRef0.ErrorRS
}
func ParseDefineTestItemIssueTypeResponse ¶
func ParseDefineTestItemIssueTypeResponse(rsp *http.Response) (*DefineTestItemIssueTypeResponse, error)
ParseDefineTestItemIssueTypeResponse parses an HTTP response from a DefineTestItemIssueTypeWithResponse call
func (DefineTestItemIssueTypeResponse) GetBody ¶
func (r DefineTestItemIssueTypeResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DefineTestItemIssueTypeResponse) GetJSONDefault ¶
func (r DefineTestItemIssueTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DefineTestItemIssueTypeResponse) GetSuccess ¶
func (r DefineTestItemIssueTypeResponse) GetSuccess() *[]externalRef0.Issue
GetSuccess returns the decoded success (2xx) response body, if any.
func (DefineTestItemIssueTypeResponse) Status ¶
func (r DefineTestItemIssueTypeResponse) Status() string
Status returns HTTPResponse.Status
func (DefineTestItemIssueTypeResponse) StatusCode ¶
func (r DefineTestItemIssueTypeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteAllIntegrationsResponse ¶
type DeleteAllIntegrationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteAllIntegrationsResponse ¶
func ParseDeleteAllIntegrationsResponse(rsp *http.Response) (*DeleteAllIntegrationsResponse, error)
ParseDeleteAllIntegrationsResponse parses an HTTP response from a DeleteAllIntegrationsWithResponse call
func (DeleteAllIntegrationsResponse) GetBody ¶
func (r DeleteAllIntegrationsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteAllIntegrationsResponse) GetJSONDefault ¶
func (r DeleteAllIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteAllIntegrationsResponse) GetSuccess ¶
func (r DeleteAllIntegrationsResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteAllIntegrationsResponse) Status ¶
func (r DeleteAllIntegrationsResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteAllIntegrationsResponse) StatusCode ¶
func (r DeleteAllIntegrationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteAllProjectIntegrationsResponse ¶
type DeleteAllProjectIntegrationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteAllProjectIntegrationsResponse ¶
func ParseDeleteAllProjectIntegrationsResponse(rsp *http.Response) (*DeleteAllProjectIntegrationsResponse, error)
ParseDeleteAllProjectIntegrationsResponse parses an HTTP response from a DeleteAllProjectIntegrationsWithResponse call
func (DeleteAllProjectIntegrationsResponse) GetBody ¶
func (r DeleteAllProjectIntegrationsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteAllProjectIntegrationsResponse) GetJSONDefault ¶
func (r DeleteAllProjectIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteAllProjectIntegrationsResponse) GetSuccess ¶
func (r DeleteAllProjectIntegrationsResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteAllProjectIntegrationsResponse) Status ¶
func (r DeleteAllProjectIntegrationsResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteAllProjectIntegrationsResponse) StatusCode ¶
func (r DeleteAllProjectIntegrationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteApiKeyResponse ¶
type DeleteApiKeyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteApiKeyResponse ¶
func ParseDeleteApiKeyResponse(rsp *http.Response) (*DeleteApiKeyResponse, error)
ParseDeleteApiKeyResponse parses an HTTP response from a DeleteApiKeyWithResponse call
func (DeleteApiKeyResponse) GetBody ¶
func (r DeleteApiKeyResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteApiKeyResponse) GetJSONDefault ¶
func (r DeleteApiKeyResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteApiKeyResponse) GetSuccess ¶
func (r DeleteApiKeyResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteApiKeyResponse) Status ¶
func (r DeleteApiKeyResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteApiKeyResponse) StatusCode ¶
func (r DeleteApiKeyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteDashboardResponse ¶
type DeleteDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteDashboardResponse ¶
func ParseDeleteDashboardResponse(rsp *http.Response) (*DeleteDashboardResponse, error)
ParseDeleteDashboardResponse parses an HTTP response from a DeleteDashboardWithResponse call
func (DeleteDashboardResponse) GetBody ¶
func (r DeleteDashboardResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteDashboardResponse) GetJSONDefault ¶
func (r DeleteDashboardResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteDashboardResponse) GetSuccess ¶
func (r DeleteDashboardResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteDashboardResponse) Status ¶
func (r DeleteDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteDashboardResponse) StatusCode ¶
func (r DeleteDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteFilterResponse ¶
type DeleteFilterResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteFilterResponse ¶
func ParseDeleteFilterResponse(rsp *http.Response) (*DeleteFilterResponse, error)
ParseDeleteFilterResponse parses an HTTP response from a DeleteFilterWithResponse call
func (DeleteFilterResponse) GetBody ¶
func (r DeleteFilterResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteFilterResponse) GetJSONDefault ¶
func (r DeleteFilterResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteFilterResponse) GetSuccess ¶
func (r DeleteFilterResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteFilterResponse) Status ¶
func (r DeleteFilterResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteFilterResponse) StatusCode ¶
func (r DeleteFilterResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteGlobalIntegrationResponse ¶
type DeleteGlobalIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteGlobalIntegrationResponse ¶
func ParseDeleteGlobalIntegrationResponse(rsp *http.Response) (*DeleteGlobalIntegrationResponse, error)
ParseDeleteGlobalIntegrationResponse parses an HTTP response from a DeleteGlobalIntegrationWithResponse call
func (DeleteGlobalIntegrationResponse) GetBody ¶
func (r DeleteGlobalIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteGlobalIntegrationResponse) GetJSONDefault ¶
func (r DeleteGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteGlobalIntegrationResponse) GetSuccess ¶
func (r DeleteGlobalIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteGlobalIntegrationResponse) Status ¶
func (r DeleteGlobalIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteGlobalIntegrationResponse) StatusCode ¶
func (r DeleteGlobalIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteGroupFromProjectByIdResponse ¶
type DeleteGroupFromProjectByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteGroupFromProjectByIdResponse ¶
func ParseDeleteGroupFromProjectByIdResponse(rsp *http.Response) (*DeleteGroupFromProjectByIdResponse, error)
ParseDeleteGroupFromProjectByIdResponse parses an HTTP response from a DeleteGroupFromProjectByIdWithResponse call
func (DeleteGroupFromProjectByIdResponse) GetBody ¶
func (r DeleteGroupFromProjectByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteGroupFromProjectByIdResponse) GetJSONDefault ¶
func (r DeleteGroupFromProjectByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteGroupFromProjectByIdResponse) Status ¶
func (r DeleteGroupFromProjectByIdResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteGroupFromProjectByIdResponse) StatusCode ¶
func (r DeleteGroupFromProjectByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteGroupResponse ¶
type DeleteGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteGroupResponse ¶
func ParseDeleteGroupResponse(rsp *http.Response) (*DeleteGroupResponse, error)
ParseDeleteGroupResponse parses an HTTP response from a DeleteGroupWithResponse call
func (DeleteGroupResponse) GetBody ¶
func (r DeleteGroupResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteGroupResponse) GetJSONDefault ¶
func (r DeleteGroupResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteGroupResponse) Status ¶
func (r DeleteGroupResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteGroupResponse) StatusCode ¶
func (r DeleteGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteLaunchResponse ¶
type DeleteLaunchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteLaunchResponse ¶
func ParseDeleteLaunchResponse(rsp *http.Response) (*DeleteLaunchResponse, error)
ParseDeleteLaunchResponse parses an HTTP response from a DeleteLaunchWithResponse call
func (DeleteLaunchResponse) GetBody ¶
func (r DeleteLaunchResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteLaunchResponse) GetJSONDefault ¶
func (r DeleteLaunchResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteLaunchResponse) GetSuccess ¶
func (r DeleteLaunchResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteLaunchResponse) Status ¶
func (r DeleteLaunchResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteLaunchResponse) StatusCode ¶
func (r DeleteLaunchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteLaunchesParams ¶
type DeleteLaunchesParams struct {
Ids []int64 `form:"ids" json:"ids"`
}
DeleteLaunchesParams defines parameters for DeleteLaunches.
type DeleteLaunchesResponse ¶
type DeleteLaunchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteBulkRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteLaunchesResponse ¶
func ParseDeleteLaunchesResponse(rsp *http.Response) (*DeleteLaunchesResponse, error)
ParseDeleteLaunchesResponse parses an HTTP response from a DeleteLaunchesWithResponse call
func (DeleteLaunchesResponse) GetBody ¶
func (r DeleteLaunchesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteLaunchesResponse) GetJSONDefault ¶
func (r DeleteLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteLaunchesResponse) GetSuccess ¶
func (r DeleteLaunchesResponse) GetSuccess() *externalRef0.DeleteBulkRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteLaunchesResponse) Status ¶
func (r DeleteLaunchesResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteLaunchesResponse) StatusCode ¶
func (r DeleteLaunchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteLogResponse ¶
type DeleteLogResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteLogResponse ¶
func ParseDeleteLogResponse(rsp *http.Response) (*DeleteLogResponse, error)
ParseDeleteLogResponse parses an HTTP response from a DeleteLogWithResponse call
func (DeleteLogResponse) GetBody ¶
func (r DeleteLogResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteLogResponse) GetJSONDefault ¶
func (r DeleteLogResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteLogResponse) GetSuccess ¶
func (r DeleteLogResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteLogResponse) Status ¶
func (r DeleteLogResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteLogResponse) StatusCode ¶
func (r DeleteLogResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteLogTypeByIdResponse ¶
type DeleteLogTypeByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteLogTypeByIdResponse ¶
func ParseDeleteLogTypeByIdResponse(rsp *http.Response) (*DeleteLogTypeByIdResponse, error)
ParseDeleteLogTypeByIdResponse parses an HTTP response from a DeleteLogTypeByIdWithResponse call
func (DeleteLogTypeByIdResponse) GetBody ¶
func (r DeleteLogTypeByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteLogTypeByIdResponse) GetJSONDefault ¶
func (r DeleteLogTypeByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteLogTypeByIdResponse) Status ¶
func (r DeleteLogTypeByIdResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteLogTypeByIdResponse) StatusCode ¶
func (r DeleteLogTypeByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteNotificationResponse ¶
type DeleteNotificationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteNotificationResponse ¶
func ParseDeleteNotificationResponse(rsp *http.Response) (*DeleteNotificationResponse, error)
ParseDeleteNotificationResponse parses an HTTP response from a DeleteNotificationWithResponse call
func (DeleteNotificationResponse) GetBody ¶
func (r DeleteNotificationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteNotificationResponse) GetJSONDefault ¶
func (r DeleteNotificationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteNotificationResponse) GetSuccess ¶
func (r DeleteNotificationResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteNotificationResponse) Status ¶
func (r DeleteNotificationResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteNotificationResponse) StatusCode ¶
func (r DeleteNotificationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeletePatternTemplateResponse ¶
type DeletePatternTemplateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeletePatternTemplateResponse ¶
func ParseDeletePatternTemplateResponse(rsp *http.Response) (*DeletePatternTemplateResponse, error)
ParseDeletePatternTemplateResponse parses an HTTP response from a DeletePatternTemplateWithResponse call
func (DeletePatternTemplateResponse) GetBody ¶
func (r DeletePatternTemplateResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeletePatternTemplateResponse) GetJSONDefault ¶
func (r DeletePatternTemplateResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeletePatternTemplateResponse) GetSuccess ¶
func (r DeletePatternTemplateResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeletePatternTemplateResponse) Status ¶
func (r DeletePatternTemplateResponse) Status() string
Status returns HTTPResponse.Status
func (DeletePatternTemplateResponse) StatusCode ¶
func (r DeletePatternTemplateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeletePhotoResponse ¶
type DeletePhotoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeletePhotoResponse ¶
func ParseDeletePhotoResponse(rsp *http.Response) (*DeletePhotoResponse, error)
ParseDeletePhotoResponse parses an HTTP response from a DeletePhotoWithResponse call
func (DeletePhotoResponse) GetBody ¶
func (r DeletePhotoResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeletePhotoResponse) GetJSONDefault ¶
func (r DeletePhotoResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeletePhotoResponse) GetSuccess ¶
func (r DeletePhotoResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeletePhotoResponse) Status ¶
func (r DeletePhotoResponse) Status() string
Status returns HTTPResponse.Status
func (DeletePhotoResponse) StatusCode ¶
func (r DeletePhotoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeletePluginResponse ¶
type DeletePluginResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeletePluginResponse ¶
func ParseDeletePluginResponse(rsp *http.Response) (*DeletePluginResponse, error)
ParseDeletePluginResponse parses an HTTP response from a DeletePluginWithResponse call
func (DeletePluginResponse) GetBody ¶
func (r DeletePluginResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeletePluginResponse) GetJSONDefault ¶
func (r DeletePluginResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeletePluginResponse) GetSuccess ¶
func (r DeletePluginResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeletePluginResponse) Status ¶
func (r DeletePluginResponse) Status() string
Status returns HTTPResponse.Status
func (DeletePluginResponse) StatusCode ¶
func (r DeletePluginResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProject1Response ¶
type DeleteProject1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteProject1Response ¶
func ParseDeleteProject1Response(rsp *http.Response) (*DeleteProject1Response, error)
ParseDeleteProject1Response parses an HTTP response from a DeleteProject1WithResponse call
func (DeleteProject1Response) GetBody ¶
func (r DeleteProject1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteProject1Response) GetJSONDefault ¶
func (r DeleteProject1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteProject1Response) GetSuccess ¶
func (r DeleteProject1Response) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteProject1Response) Status ¶
func (r DeleteProject1Response) Status() string
Status returns HTTPResponse.Status
func (DeleteProject1Response) StatusCode ¶
func (r DeleteProject1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProjectFromGroupByIdResponse ¶
type DeleteProjectFromGroupByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteProjectFromGroupByIdResponse ¶
func ParseDeleteProjectFromGroupByIdResponse(rsp *http.Response) (*DeleteProjectFromGroupByIdResponse, error)
ParseDeleteProjectFromGroupByIdResponse parses an HTTP response from a DeleteProjectFromGroupByIdWithResponse call
func (DeleteProjectFromGroupByIdResponse) GetBody ¶
func (r DeleteProjectFromGroupByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteProjectFromGroupByIdResponse) GetJSONDefault ¶
func (r DeleteProjectFromGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteProjectFromGroupByIdResponse) Status ¶
func (r DeleteProjectFromGroupByIdResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProjectFromGroupByIdResponse) StatusCode ¶
func (r DeleteProjectFromGroupByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProjectIndexResponse ¶
type DeleteProjectIndexResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteProjectIndexResponse ¶
func ParseDeleteProjectIndexResponse(rsp *http.Response) (*DeleteProjectIndexResponse, error)
ParseDeleteProjectIndexResponse parses an HTTP response from a DeleteProjectIndexWithResponse call
func (DeleteProjectIndexResponse) GetBody ¶
func (r DeleteProjectIndexResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteProjectIndexResponse) GetJSONDefault ¶
func (r DeleteProjectIndexResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteProjectIndexResponse) GetSuccess ¶
func (r DeleteProjectIndexResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteProjectIndexResponse) Status ¶
func (r DeleteProjectIndexResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProjectIndexResponse) StatusCode ¶
func (r DeleteProjectIndexResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProjectIntegrationResponse ¶
type DeleteProjectIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteProjectIntegrationResponse ¶
func ParseDeleteProjectIntegrationResponse(rsp *http.Response) (*DeleteProjectIntegrationResponse, error)
ParseDeleteProjectIntegrationResponse parses an HTTP response from a DeleteProjectIntegrationWithResponse call
func (DeleteProjectIntegrationResponse) GetBody ¶
func (r DeleteProjectIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteProjectIntegrationResponse) GetJSONDefault ¶
func (r DeleteProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteProjectIntegrationResponse) GetSuccess ¶
func (r DeleteProjectIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteProjectIntegrationResponse) Status ¶
func (r DeleteProjectIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProjectIntegrationResponse) StatusCode ¶
func (r DeleteProjectIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProjectIssueSubTypeResponse ¶
type DeleteProjectIssueSubTypeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteProjectIssueSubTypeResponse ¶
func ParseDeleteProjectIssueSubTypeResponse(rsp *http.Response) (*DeleteProjectIssueSubTypeResponse, error)
ParseDeleteProjectIssueSubTypeResponse parses an HTTP response from a DeleteProjectIssueSubTypeWithResponse call
func (DeleteProjectIssueSubTypeResponse) GetBody ¶
func (r DeleteProjectIssueSubTypeResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteProjectIssueSubTypeResponse) GetJSONDefault ¶
func (r DeleteProjectIssueSubTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteProjectIssueSubTypeResponse) GetSuccess ¶
func (r DeleteProjectIssueSubTypeResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteProjectIssueSubTypeResponse) Status ¶
func (r DeleteProjectIssueSubTypeResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProjectIssueSubTypeResponse) StatusCode ¶
func (r DeleteProjectIssueSubTypeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteProjectParams ¶
type DeleteProjectParams struct {
Ids []int64 `form:"ids" json:"ids"`
}
DeleteProjectParams defines parameters for DeleteProject.
type DeleteProjectResponse ¶
type DeleteProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteBulkRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteProjectResponse ¶
func ParseDeleteProjectResponse(rsp *http.Response) (*DeleteProjectResponse, error)
ParseDeleteProjectResponse parses an HTTP response from a DeleteProjectWithResponse call
func (DeleteProjectResponse) GetBody ¶
func (r DeleteProjectResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteProjectResponse) GetJSONDefault ¶
func (r DeleteProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteProjectResponse) GetSuccess ¶
func (r DeleteProjectResponse) GetSuccess() *externalRef0.DeleteBulkRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteProjectResponse) Status ¶
func (r DeleteProjectResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteProjectResponse) StatusCode ¶
func (r DeleteProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTestItemResponse ¶
type DeleteTestItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteTestItemResponse ¶
func ParseDeleteTestItemResponse(rsp *http.Response) (*DeleteTestItemResponse, error)
ParseDeleteTestItemResponse parses an HTTP response from a DeleteTestItemWithResponse call
func (DeleteTestItemResponse) GetBody ¶
func (r DeleteTestItemResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteTestItemResponse) GetJSONDefault ¶
func (r DeleteTestItemResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteTestItemResponse) GetSuccess ¶
func (r DeleteTestItemResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteTestItemResponse) Status ¶
func (r DeleteTestItemResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTestItemResponse) StatusCode ¶
func (r DeleteTestItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteTestItemsParams ¶
type DeleteTestItemsParams struct {
Ids []int64 `form:"ids" json:"ids"`
}
DeleteTestItemsParams defines parameters for DeleteTestItems.
type DeleteTestItemsResponse ¶
type DeleteTestItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteTestItemsResponse ¶
func ParseDeleteTestItemsResponse(rsp *http.Response) (*DeleteTestItemsResponse, error)
ParseDeleteTestItemsResponse parses an HTTP response from a DeleteTestItemsWithResponse call
func (DeleteTestItemsResponse) GetBody ¶
func (r DeleteTestItemsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteTestItemsResponse) GetJSONDefault ¶
func (r DeleteTestItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteTestItemsResponse) GetSuccess ¶
func (r DeleteTestItemsResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteTestItemsResponse) Status ¶
func (r DeleteTestItemsResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteTestItemsResponse) StatusCode ¶
func (r DeleteTestItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteUserFromGroupByIdResponse ¶
type DeleteUserFromGroupByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteUserFromGroupByIdResponse ¶
func ParseDeleteUserFromGroupByIdResponse(rsp *http.Response) (*DeleteUserFromGroupByIdResponse, error)
ParseDeleteUserFromGroupByIdResponse parses an HTTP response from a DeleteUserFromGroupByIdWithResponse call
func (DeleteUserFromGroupByIdResponse) GetBody ¶
func (r DeleteUserFromGroupByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteUserFromGroupByIdResponse) GetJSONDefault ¶
func (r DeleteUserFromGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteUserFromGroupByIdResponse) Status ¶
func (r DeleteUserFromGroupByIdResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteUserFromGroupByIdResponse) StatusCode ¶
func (r DeleteUserFromGroupByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteUserResponse ¶
type DeleteUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteUserResponse ¶
func ParseDeleteUserResponse(rsp *http.Response) (*DeleteUserResponse, error)
ParseDeleteUserResponse parses an HTTP response from a DeleteUserWithResponse call
func (DeleteUserResponse) GetBody ¶
func (r DeleteUserResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteUserResponse) GetJSONDefault ¶
func (r DeleteUserResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteUserResponse) GetSuccess ¶
func (r DeleteUserResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteUserResponse) Status ¶
func (r DeleteUserResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteUserResponse) StatusCode ¶
func (r DeleteUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DeleteUsersParams ¶
type DeleteUsersParams struct {
Ids []int64 `form:"ids" json:"ids"`
}
DeleteUsersParams defines parameters for DeleteUsers.
type DeleteUsersResponse ¶
type DeleteUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DeleteBulkRS
JSONDefault *externalRef0.ErrorRS
}
func ParseDeleteUsersResponse ¶
func ParseDeleteUsersResponse(rsp *http.Response) (*DeleteUsersResponse, error)
ParseDeleteUsersResponse parses an HTTP response from a DeleteUsersWithResponse call
func (DeleteUsersResponse) GetBody ¶
func (r DeleteUsersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (DeleteUsersResponse) GetJSONDefault ¶
func (r DeleteUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (DeleteUsersResponse) GetSuccess ¶
func (r DeleteUsersResponse) GetSuccess() *externalRef0.DeleteBulkRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (DeleteUsersResponse) Status ¶
func (r DeleteUsersResponse) Status() string
Status returns HTTPResponse.Status
func (DeleteUsersResponse) StatusCode ¶
func (r DeleteUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EditUserJSONRequestBody ¶
type EditUserJSONRequestBody = externalRef0.EditUserRQ
EditUserJSONRequestBody defines body for EditUser for application/json ContentType.
type EditUserResponse ¶
type EditUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseEditUserResponse ¶
func ParseEditUserResponse(rsp *http.Response) (*EditUserResponse, error)
ParseEditUserResponse parses an HTTP response from a EditUserWithResponse call
func (EditUserResponse) GetBody ¶
func (r EditUserResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (EditUserResponse) GetJSONDefault ¶
func (r EditUserResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (EditUserResponse) GetSuccess ¶
func (r EditUserResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (EditUserResponse) Status ¶
func (r EditUserResponse) Status() string
Status returns HTTPResponse.Status
func (EditUserResponse) StatusCode ¶
func (r EditUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ExecuteImportPluginCommandMultipartBody ¶
type ExecuteImportPluginCommandMultipartBody struct {
File openapi_types.File `json:"file"`
LaunchImportRq *externalRef0.LaunchImportRQ `json:"launchImportRq,omitempty"`
}
ExecuteImportPluginCommandMultipartBody defines parameters for ExecuteImportPluginCommand.
type ExecuteImportPluginCommandMultipartRequestBody ¶
type ExecuteImportPluginCommandMultipartRequestBody ExecuteImportPluginCommandMultipartBody
ExecuteImportPluginCommandMultipartRequestBody defines body for ExecuteImportPluginCommand for multipart/form-data ContentType.
type ExecuteImportPluginCommandResponse ¶
type ExecuteImportPluginCommandResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseExecuteImportPluginCommandResponse ¶
func ParseExecuteImportPluginCommandResponse(rsp *http.Response) (*ExecuteImportPluginCommandResponse, error)
ParseExecuteImportPluginCommandResponse parses an HTTP response from a ExecuteImportPluginCommandWithResponse call
func (ExecuteImportPluginCommandResponse) GetBody ¶
func (r ExecuteImportPluginCommandResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ExecuteImportPluginCommandResponse) GetJSONDefault ¶
func (r ExecuteImportPluginCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ExecuteImportPluginCommandResponse) GetSuccess ¶
func (r ExecuteImportPluginCommandResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (ExecuteImportPluginCommandResponse) Status ¶
func (r ExecuteImportPluginCommandResponse) Status() string
Status returns HTTPResponse.Status
func (ExecuteImportPluginCommandResponse) StatusCode ¶
func (r ExecuteImportPluginCommandResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ExecuteIntegrationCommandJSONBody ¶
type ExecuteIntegrationCommandJSONBody map[string]interface{}
ExecuteIntegrationCommandJSONBody defines parameters for ExecuteIntegrationCommand.
type ExecuteIntegrationCommandJSONRequestBody ¶
type ExecuteIntegrationCommandJSONRequestBody ExecuteIntegrationCommandJSONBody
ExecuteIntegrationCommandJSONRequestBody defines body for ExecuteIntegrationCommand for application/json ContentType.
type ExecuteIntegrationCommandResponse ¶
type ExecuteIntegrationCommandResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseExecuteIntegrationCommandResponse ¶
func ParseExecuteIntegrationCommandResponse(rsp *http.Response) (*ExecuteIntegrationCommandResponse, error)
ParseExecuteIntegrationCommandResponse parses an HTTP response from a ExecuteIntegrationCommandWithResponse call
func (ExecuteIntegrationCommandResponse) GetBody ¶
func (r ExecuteIntegrationCommandResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ExecuteIntegrationCommandResponse) GetJSONDefault ¶
func (r ExecuteIntegrationCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ExecuteIntegrationCommandResponse) GetSuccess ¶
func (r ExecuteIntegrationCommandResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (ExecuteIntegrationCommandResponse) Status ¶
func (r ExecuteIntegrationCommandResponse) Status() string
Status returns HTTPResponse.Status
func (ExecuteIntegrationCommandResponse) StatusCode ¶
func (r ExecuteIntegrationCommandResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ExecutePluginCommandJSONBody ¶
type ExecutePluginCommandJSONBody map[string]interface{}
ExecutePluginCommandJSONBody defines parameters for ExecutePluginCommand.
type ExecutePluginCommandJSONRequestBody ¶
type ExecutePluginCommandJSONRequestBody ExecutePluginCommandJSONBody
ExecutePluginCommandJSONRequestBody defines body for ExecutePluginCommand for application/json ContentType.
type ExecutePluginCommandResponse ¶
type ExecutePluginCommandResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseExecutePluginCommandResponse ¶
func ParseExecutePluginCommandResponse(rsp *http.Response) (*ExecutePluginCommandResponse, error)
ParseExecutePluginCommandResponse parses an HTTP response from a ExecutePluginCommandWithResponse call
func (ExecutePluginCommandResponse) GetBody ¶
func (r ExecutePluginCommandResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ExecutePluginCommandResponse) GetJSONDefault ¶
func (r ExecutePluginCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ExecutePluginCommandResponse) GetSuccess ¶
func (r ExecutePluginCommandResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (ExecutePluginCommandResponse) Status ¶
func (r ExecutePluginCommandResponse) Status() string
Status returns HTTPResponse.Status
func (ExecutePluginCommandResponse) StatusCode ¶
func (r ExecutePluginCommandResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ExecutePublicPluginCommandJSONBody ¶
type ExecutePublicPluginCommandJSONBody map[string]interface{}
ExecutePublicPluginCommandJSONBody defines parameters for ExecutePublicPluginCommand.
type ExecutePublicPluginCommandJSONRequestBody ¶
type ExecutePublicPluginCommandJSONRequestBody ExecutePublicPluginCommandJSONBody
ExecutePublicPluginCommandJSONRequestBody defines body for ExecutePublicPluginCommand for application/json ContentType.
type ExecutePublicPluginCommandResponse ¶
type ExecutePublicPluginCommandResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseExecutePublicPluginCommandResponse ¶
func ParseExecutePublicPluginCommandResponse(rsp *http.Response) (*ExecutePublicPluginCommandResponse, error)
ParseExecutePublicPluginCommandResponse parses an HTTP response from a ExecutePublicPluginCommandWithResponse call
func (ExecutePublicPluginCommandResponse) GetBody ¶
func (r ExecutePublicPluginCommandResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ExecutePublicPluginCommandResponse) GetJSONDefault ¶
func (r ExecutePublicPluginCommandResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ExecutePublicPluginCommandResponse) GetSuccess ¶
func (r ExecutePublicPluginCommandResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (ExecutePublicPluginCommandResponse) Status ¶
func (r ExecutePublicPluginCommandResponse) Status() string
Status returns HTTPResponse.Status
func (ExecutePublicPluginCommandResponse) StatusCode ¶
func (r ExecutePublicPluginCommandResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ExportParams ¶
type ExportParams struct {
View *ExportParamsView `form:"view,omitempty" json:"view,omitempty"`
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqLastLogin Filters by 'lastLogin'
FilterEqLastLogin *int32 `form:"filter.eq.lastLogin,omitempty" json:"filter.eq.lastLogin,omitempty"`
// FilterEqRole Filters by 'role'
FilterEqRole *string `form:"filter.eq.role,omitempty" json:"filter.eq.role,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqExpired Filters by 'expired'
FilterEqExpired *bool `form:"filter.eq.expired,omitempty" json:"filter.eq.expired,omitempty"`
// FilterEqSynchronizationDate Filters by 'synchronizationDate'
FilterEqSynchronizationDate *int32 `form:"filter.eq.synchronizationDate,omitempty" json:"filter.eq.synchronizationDate,omitempty"`
// FilterEqExternalId Filters by 'externalId'
FilterEqExternalId *string `form:"filter.eq.externalId,omitempty" json:"filter.eq.externalId,omitempty"`
// FilterEqActive Filters by 'active'
FilterEqActive *bool `form:"filter.eq.active,omitempty" json:"filter.eq.active,omitempty"`
// FilterEqProject Filters by 'project'
FilterEqProject *[]interface{} `form:"filter.eq.project,omitempty" json:"filter.eq.project,omitempty"`
// FilterEqEmail Filters by 'email'
FilterEqEmail *string `form:"filter.eq.email,omitempty" json:"filter.eq.email,omitempty"`
// FilterEqFullName Filters by 'fullName'
FilterEqFullName *string `form:"filter.eq.fullName,omitempty" json:"filter.eq.fullName,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
}
ExportParams defines parameters for Export.
type ExportParamsView ¶
type ExportParamsView string
ExportParamsView defines parameters for Export.
const (
ExportParamsViewCsv ExportParamsView = "csv"
)
Defines values for ExportParamsView.
type ExportProjectsParams ¶
type ExportProjectsParams struct {
View *ExportProjectsParamsView `form:"view,omitempty" json:"view,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqLaunchesQuantity Filters by 'launchesQuantity'
FilterEqLaunchesQuantity *int32 `form:"filter.eq.launchesQuantity,omitempty" json:"filter.eq.launchesQuantity,omitempty"`
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqLastRun Filters by 'lastRun'
FilterEqLastRun *openapi_types.Date `form:"filter.eq.lastRun,omitempty" json:"filter.eq.lastRun,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqOrganization Filters by 'organization'
FilterEqOrganization *string `form:"filter.eq.organization,omitempty" json:"filter.eq.organization,omitempty"`
// FilterEqCreationDate Filters by 'creationDate'
FilterEqCreationDate *openapi_types.Date `form:"filter.eq.creationDate,omitempty" json:"filter.eq.creationDate,omitempty"`
// FilterEqUsersQuantity Filters by 'usersQuantity'
FilterEqUsersQuantity *int32 `form:"filter.eq.usersQuantity,omitempty" json:"filter.eq.usersQuantity,omitempty"`
}
ExportProjectsParams defines parameters for ExportProjects.
type ExportProjectsParamsView ¶
type ExportProjectsParamsView string
ExportProjectsParamsView defines parameters for ExportProjects.
const (
ExportProjectsParamsViewCsv ExportProjectsParamsView = "csv"
)
Defines values for ExportProjectsParamsView.
type ExportProjectsResponse ¶
type ExportProjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSONDefault *externalRef0.ErrorRS
}
func ParseExportProjectsResponse ¶
func ParseExportProjectsResponse(rsp *http.Response) (*ExportProjectsResponse, error)
ParseExportProjectsResponse parses an HTTP response from a ExportProjectsWithResponse call
func (ExportProjectsResponse) GetBody ¶
func (r ExportProjectsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ExportProjectsResponse) GetJSONDefault ¶
func (r ExportProjectsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ExportProjectsResponse) Status ¶
func (r ExportProjectsResponse) Status() string
Status returns HTTPResponse.Status
func (ExportProjectsResponse) StatusCode ¶
func (r ExportProjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ExportResponse ¶
type ExportResponse struct {
Body []byte
HTTPResponse *http.Response
JSONDefault *externalRef0.ErrorRS
}
func ParseExportResponse ¶
func ParseExportResponse(rsp *http.Response) (*ExportResponse, error)
ParseExportResponse parses an HTTP response from a ExportWithResponse call
func (ExportResponse) GetBody ¶
func (r ExportResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ExportResponse) GetJSONDefault ¶
func (r ExportResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ExportResponse) Status ¶
func (r ExportResponse) Status() string
Status returns HTTPResponse.Status
func (ExportResponse) StatusCode ¶
func (r ExportResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FindUsersParams ¶
type FindUsersParams struct {
Term string `form:"term" json:"term"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
FindUsersParams defines parameters for FindUsers.
type FindUsersResponse ¶
type FindUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageUserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseFindUsersResponse ¶
func ParseFindUsersResponse(rsp *http.Response) (*FindUsersResponse, error)
ParseFindUsersResponse parses an HTTP response from a FindUsersWithResponse call
func (FindUsersResponse) GetBody ¶
func (r FindUsersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (FindUsersResponse) GetJSONDefault ¶
func (r FindUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (FindUsersResponse) GetSuccess ¶
func (r FindUsersResponse) GetSuccess() *externalRef0.PageUserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (FindUsersResponse) Status ¶
func (r FindUsersResponse) Status() string
Status returns HTTPResponse.Status
func (FindUsersResponse) StatusCode ¶
func (r FindUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FinishLaunch1JSONRequestBody ¶
type FinishLaunch1JSONRequestBody = externalRef0.FinishExecutionRQ
FinishLaunch1JSONRequestBody defines body for FinishLaunch1 for application/json ContentType.
type FinishLaunch1Response ¶
type FinishLaunch1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.FinishLaunchRS
JSONDefault *externalRef0.ErrorRS
}
func ParseFinishLaunch1Response ¶
func ParseFinishLaunch1Response(rsp *http.Response) (*FinishLaunch1Response, error)
ParseFinishLaunch1Response parses an HTTP response from a FinishLaunch1WithResponse call
func (FinishLaunch1Response) GetBody ¶
func (r FinishLaunch1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (FinishLaunch1Response) GetJSONDefault ¶
func (r FinishLaunch1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (FinishLaunch1Response) GetSuccess ¶
func (r FinishLaunch1Response) GetSuccess() *externalRef0.FinishLaunchRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (FinishLaunch1Response) Status ¶
func (r FinishLaunch1Response) Status() string
Status returns HTTPResponse.Status
func (FinishLaunch1Response) StatusCode ¶
func (r FinishLaunch1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FinishLaunchJSONRequestBody ¶
type FinishLaunchJSONRequestBody = externalRef0.FinishExecutionRQ
FinishLaunchJSONRequestBody defines body for FinishLaunch for application/json ContentType.
type FinishLaunchResponse ¶
type FinishLaunchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.FinishLaunchRS
JSONDefault *externalRef0.ErrorRS
}
func ParseFinishLaunchResponse ¶
func ParseFinishLaunchResponse(rsp *http.Response) (*FinishLaunchResponse, error)
ParseFinishLaunchResponse parses an HTTP response from a FinishLaunchWithResponse call
func (FinishLaunchResponse) GetBody ¶
func (r FinishLaunchResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (FinishLaunchResponse) GetJSONDefault ¶
func (r FinishLaunchResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (FinishLaunchResponse) GetSuccess ¶
func (r FinishLaunchResponse) GetSuccess() *externalRef0.FinishLaunchRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (FinishLaunchResponse) Status ¶
func (r FinishLaunchResponse) Status() string
Status returns HTTPResponse.Status
func (FinishLaunchResponse) StatusCode ¶
func (r FinishLaunchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FinishTestItem1JSONRequestBody ¶
type FinishTestItem1JSONRequestBody = externalRef0.FinishTestItemRQ
FinishTestItem1JSONRequestBody defines body for FinishTestItem1 for application/json ContentType.
type FinishTestItem1Response ¶
type FinishTestItem1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseFinishTestItem1Response ¶
func ParseFinishTestItem1Response(rsp *http.Response) (*FinishTestItem1Response, error)
ParseFinishTestItem1Response parses an HTTP response from a FinishTestItem1WithResponse call
func (FinishTestItem1Response) GetBody ¶
func (r FinishTestItem1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (FinishTestItem1Response) GetJSONDefault ¶
func (r FinishTestItem1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (FinishTestItem1Response) GetSuccess ¶
func (r FinishTestItem1Response) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (FinishTestItem1Response) Status ¶
func (r FinishTestItem1Response) Status() string
Status returns HTTPResponse.Status
func (FinishTestItem1Response) StatusCode ¶
func (r FinishTestItem1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FinishTestItem2JSONRequestBody ¶
type FinishTestItem2JSONRequestBody = externalRef0.FinishTestItemRQ
FinishTestItem2JSONRequestBody defines body for FinishTestItem2 for application/json ContentType.
type FinishTestItem2Response ¶
type FinishTestItem2Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseFinishTestItem2Response ¶
func ParseFinishTestItem2Response(rsp *http.Response) (*FinishTestItem2Response, error)
ParseFinishTestItem2Response parses an HTTP response from a FinishTestItem2WithResponse call
func (FinishTestItem2Response) GetBody ¶
func (r FinishTestItem2Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (FinishTestItem2Response) GetJSONDefault ¶
func (r FinishTestItem2Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (FinishTestItem2Response) GetSuccess ¶
func (r FinishTestItem2Response) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (FinishTestItem2Response) Status ¶
func (r FinishTestItem2Response) Status() string
Status returns HTTPResponse.Status
func (FinishTestItem2Response) StatusCode ¶
func (r FinishTestItem2Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FinishTestItem3JSONRequestBody ¶
type FinishTestItem3JSONRequestBody = externalRef0.FinishTestItemRQ
FinishTestItem3JSONRequestBody defines body for FinishTestItem3 for application/json ContentType.
type FinishTestItem3Response ¶
type FinishTestItem3Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseFinishTestItem3Response ¶
func ParseFinishTestItem3Response(rsp *http.Response) (*FinishTestItem3Response, error)
ParseFinishTestItem3Response parses an HTTP response from a FinishTestItem3WithResponse call
func (FinishTestItem3Response) GetBody ¶
func (r FinishTestItem3Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (FinishTestItem3Response) GetJSONDefault ¶
func (r FinishTestItem3Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (FinishTestItem3Response) GetSuccess ¶
func (r FinishTestItem3Response) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (FinishTestItem3Response) Status ¶
func (r FinishTestItem3Response) Status() string
Status returns HTTPResponse.Status
func (FinishTestItem3Response) StatusCode ¶
func (r FinishTestItem3Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type FinishTestItemJSONRequestBody ¶
type FinishTestItemJSONRequestBody = externalRef0.FinishTestItemRQ
FinishTestItemJSONRequestBody defines body for FinishTestItem for application/json ContentType.
type FinishTestItemResponse ¶
type FinishTestItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseFinishTestItemResponse ¶
func ParseFinishTestItemResponse(rsp *http.Response) (*FinishTestItemResponse, error)
ParseFinishTestItemResponse parses an HTTP response from a FinishTestItemWithResponse call
func (FinishTestItemResponse) GetBody ¶
func (r FinishTestItemResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (FinishTestItemResponse) GetJSONDefault ¶
func (r FinishTestItemResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (FinishTestItemResponse) GetSuccess ¶
func (r FinishTestItemResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (FinishTestItemResponse) Status ¶
func (r FinishTestItemResponse) Status() string
Status returns HTTPResponse.Status
func (FinishTestItemResponse) StatusCode ¶
func (r FinishTestItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ForceFinishLaunchJSONRequestBody ¶
type ForceFinishLaunchJSONRequestBody = externalRef0.FinishExecutionRQ
ForceFinishLaunchJSONRequestBody defines body for ForceFinishLaunch for application/json ContentType.
type ForceFinishLaunchResponse ¶
type ForceFinishLaunchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseForceFinishLaunchResponse ¶
func ParseForceFinishLaunchResponse(rsp *http.Response) (*ForceFinishLaunchResponse, error)
ParseForceFinishLaunchResponse parses an HTTP response from a ForceFinishLaunchWithResponse call
func (ForceFinishLaunchResponse) GetBody ¶
func (r ForceFinishLaunchResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ForceFinishLaunchResponse) GetJSONDefault ¶
func (r ForceFinishLaunchResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ForceFinishLaunchResponse) GetSuccess ¶
func (r ForceFinishLaunchResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (ForceFinishLaunchResponse) Status ¶
func (r ForceFinishLaunchResponse) Status() string
Status returns HTTPResponse.Status
func (ForceFinishLaunchResponse) StatusCode ¶
func (r ForceFinishLaunchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GenerateJSONRequestBody ¶
type GenerateJSONRequestBody = externalRef0.DemoDataRq
GenerateJSONRequestBody defines body for Generate for application/json ContentType.
type GenerateResponse ¶
type GenerateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DemoDataRs
JSONDefault *externalRef0.ErrorRS
}
func ParseGenerateResponse ¶
func ParseGenerateResponse(rsp *http.Response) (*GenerateResponse, error)
ParseGenerateResponse parses an HTTP response from a GenerateWithResponse call
func (GenerateResponse) GetBody ¶
func (r GenerateResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GenerateResponse) GetJSONDefault ¶
func (r GenerateResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GenerateResponse) GetSuccess ¶
func (r GenerateResponse) GetSuccess() *externalRef0.DemoDataRs
GetSuccess returns the decoded success (2xx) response body, if any.
func (GenerateResponse) Status ¶
func (r GenerateResponse) Status() string
Status returns HTTPResponse.Status
func (GenerateResponse) StatusCode ¶
func (r GenerateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetActivitiesJSONRequestBody ¶
type GetActivitiesJSONRequestBody = externalRef0.SearchCriteriaRQ
GetActivitiesJSONRequestBody defines body for GetActivities for application/json ContentType.
type GetActivitiesParams ¶
type GetActivitiesParams struct {
Limit int32 `form:"limit" json:"limit"`
Offset int32 `form:"offset" json:"offset"`
Order GetActivitiesParamsOrder `form:"order" json:"order"`
Sort string `form:"sort" json:"sort"`
}
GetActivitiesParams defines parameters for GetActivities.
type GetActivitiesParamsOrder ¶
type GetActivitiesParamsOrder string
GetActivitiesParamsOrder defines parameters for GetActivities.
const ( ASC GetActivitiesParamsOrder = "ASC" DESC GetActivitiesParamsOrder = "DESC" )
Defines values for GetActivitiesParamsOrder.
type GetActivitiesResponse ¶
type GetActivitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PagedResponseActivityEventResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetActivitiesResponse ¶
func ParseGetActivitiesResponse(rsp *http.Response) (*GetActivitiesResponse, error)
ParseGetActivitiesResponse parses an HTTP response from a GetActivitiesWithResponse call
func (GetActivitiesResponse) GetBody ¶
func (r GetActivitiesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetActivitiesResponse) GetJSONDefault ¶
func (r GetActivitiesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetActivitiesResponse) GetSuccess ¶
func (r GetActivitiesResponse) GetSuccess() *externalRef0.PagedResponseActivityEventResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetActivitiesResponse) Status ¶
func (r GetActivitiesResponse) Status() string
Status returns HTTPResponse.Status
func (GetActivitiesResponse) StatusCode ¶
func (r GetActivitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetActivityResponse ¶
type GetActivityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ActivityResource
JSON404 *externalRef0.ErrorRS
JSONDefault *externalRef0.ErrorRS
}
func ParseGetActivityResponse ¶
func ParseGetActivityResponse(rsp *http.Response) (*GetActivityResponse, error)
ParseGetActivityResponse parses an HTTP response from a GetActivityWithResponse call
func (GetActivityResponse) GetBody ¶
func (r GetActivityResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetActivityResponse) GetJSONDefault ¶
func (r GetActivityResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetActivityResponse) GetSuccess ¶
func (r GetActivityResponse) GetSuccess() *externalRef0.ActivityResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetActivityResponse) Status ¶
func (r GetActivityResponse) Status() string
Status returns HTTPResponse.Status
func (GetActivityResponse) StatusCode ¶
func (r GetActivityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllDashboardsParams ¶
type GetAllDashboardsParams struct {
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqOwner Filters by 'owner'
FilterEqOwner *string `form:"filter.eq.owner,omitempty" json:"filter.eq.owner,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqCreationDate Filters by 'creationDate'
FilterEqCreationDate *openapi_types.Date `form:"filter.eq.creationDate,omitempty" json:"filter.eq.creationDate,omitempty"`
}
GetAllDashboardsParams defines parameters for GetAllDashboards.
type GetAllDashboardsResponse ¶
type GetAllDashboardsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageDashboardResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllDashboardsResponse ¶
func ParseGetAllDashboardsResponse(rsp *http.Response) (*GetAllDashboardsResponse, error)
ParseGetAllDashboardsResponse parses an HTTP response from a GetAllDashboardsWithResponse call
func (GetAllDashboardsResponse) GetBody ¶
func (r GetAllDashboardsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllDashboardsResponse) GetJSONDefault ¶
func (r GetAllDashboardsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllDashboardsResponse) GetSuccess ¶
func (r GetAllDashboardsResponse) GetSuccess() *externalRef0.PageDashboardResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllDashboardsResponse) Status ¶
func (r GetAllDashboardsResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllDashboardsResponse) StatusCode ¶
func (r GetAllDashboardsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllFiltersNamesParams ¶
type GetAllFiltersNamesParams struct {
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqOwner Filters by 'owner'
FilterEqOwner *string `form:"filter.eq.owner,omitempty" json:"filter.eq.owner,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
}
GetAllFiltersNamesParams defines parameters for GetAllFiltersNames.
type GetAllFiltersNamesResponse ¶
type GetAllFiltersNamesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageOwnedEntityResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllFiltersNamesResponse ¶
func ParseGetAllFiltersNamesResponse(rsp *http.Response) (*GetAllFiltersNamesResponse, error)
ParseGetAllFiltersNamesResponse parses an HTTP response from a GetAllFiltersNamesWithResponse call
func (GetAllFiltersNamesResponse) GetBody ¶
func (r GetAllFiltersNamesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllFiltersNamesResponse) GetJSONDefault ¶
func (r GetAllFiltersNamesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllFiltersNamesResponse) GetSuccess ¶
func (r GetAllFiltersNamesResponse) GetSuccess() *externalRef0.PageOwnedEntityResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllFiltersNamesResponse) Status ¶
func (r GetAllFiltersNamesResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllFiltersNamesResponse) StatusCode ¶
func (r GetAllFiltersNamesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllFiltersParams ¶
type GetAllFiltersParams struct {
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqOwner Filters by 'owner'
FilterEqOwner *string `form:"filter.eq.owner,omitempty" json:"filter.eq.owner,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
}
GetAllFiltersParams defines parameters for GetAllFilters.
type GetAllFiltersResponse ¶
type GetAllFiltersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageUserFilterResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllFiltersResponse ¶
func ParseGetAllFiltersResponse(rsp *http.Response) (*GetAllFiltersResponse, error)
ParseGetAllFiltersResponse parses an HTTP response from a GetAllFiltersWithResponse call
func (GetAllFiltersResponse) GetBody ¶
func (r GetAllFiltersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllFiltersResponse) GetJSONDefault ¶
func (r GetAllFiltersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllFiltersResponse) GetSuccess ¶
func (r GetAllFiltersResponse) GetSuccess() *externalRef0.PageUserFilterResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllFiltersResponse) Status ¶
func (r GetAllFiltersResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllFiltersResponse) StatusCode ¶
func (r GetAllFiltersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllLaunchNamesParams ¶
type GetAllLaunchNamesParams struct {
FilterCntName *string `form:"filter.cnt.name,omitempty" json:"filter.cnt.name,omitempty"`
}
GetAllLaunchNamesParams defines parameters for GetAllLaunchNames.
type GetAllLaunchNamesResponse ¶
type GetAllLaunchNamesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllLaunchNamesResponse ¶
func ParseGetAllLaunchNamesResponse(rsp *http.Response) (*GetAllLaunchNamesResponse, error)
ParseGetAllLaunchNamesResponse parses an HTTP response from a GetAllLaunchNamesWithResponse call
func (GetAllLaunchNamesResponse) GetBody ¶
func (r GetAllLaunchNamesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllLaunchNamesResponse) GetJSONDefault ¶
func (r GetAllLaunchNamesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllLaunchNamesResponse) GetSuccess ¶
func (r GetAllLaunchNamesResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllLaunchNamesResponse) Status ¶
func (r GetAllLaunchNamesResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllLaunchNamesResponse) StatusCode ¶
func (r GetAllLaunchNamesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllOwnersParams ¶
type GetAllOwnersParams struct {
FilterCntUser string `form:"filter.cnt.user" json:"filter.cnt.user"`
Mode *string `form:"mode,omitempty" json:"mode,omitempty"`
}
GetAllOwnersParams defines parameters for GetAllOwners.
type GetAllOwnersResponse ¶
type GetAllOwnersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllOwnersResponse ¶
func ParseGetAllOwnersResponse(rsp *http.Response) (*GetAllOwnersResponse, error)
ParseGetAllOwnersResponse parses an HTTP response from a GetAllOwnersWithResponse call
func (GetAllOwnersResponse) GetBody ¶
func (r GetAllOwnersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllOwnersResponse) GetJSONDefault ¶
func (r GetAllOwnersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllOwnersResponse) GetSuccess ¶
func (r GetAllOwnersResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllOwnersResponse) Status ¶
func (r GetAllOwnersResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllOwnersResponse) StatusCode ¶
func (r GetAllOwnersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllProjectNamesResponse ¶
type GetAllProjectNamesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllProjectNamesResponse ¶
func ParseGetAllProjectNamesResponse(rsp *http.Response) (*GetAllProjectNamesResponse, error)
ParseGetAllProjectNamesResponse parses an HTTP response from a GetAllProjectNamesWithResponse call
func (GetAllProjectNamesResponse) GetBody ¶
func (r GetAllProjectNamesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllProjectNamesResponse) GetJSONDefault ¶
func (r GetAllProjectNamesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllProjectNamesResponse) GetSuccess ¶
func (r GetAllProjectNamesResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllProjectNamesResponse) Status ¶
func (r GetAllProjectNamesResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllProjectNamesResponse) StatusCode ¶
func (r GetAllProjectNamesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllProjectsInfoParams ¶
type GetAllProjectsInfoParams struct {
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqLaunchesQuantity Filters by 'launchesQuantity'
FilterEqLaunchesQuantity *int32 `form:"filter.eq.launchesQuantity,omitempty" json:"filter.eq.launchesQuantity,omitempty"`
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqLastRun Filters by 'lastRun'
FilterEqLastRun *openapi_types.Date `form:"filter.eq.lastRun,omitempty" json:"filter.eq.lastRun,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqOrganization Filters by 'organization'
FilterEqOrganization *string `form:"filter.eq.organization,omitempty" json:"filter.eq.organization,omitempty"`
// FilterEqCreationDate Filters by 'creationDate'
FilterEqCreationDate *openapi_types.Date `form:"filter.eq.creationDate,omitempty" json:"filter.eq.creationDate,omitempty"`
// FilterEqUsersQuantity Filters by 'usersQuantity'
FilterEqUsersQuantity *int32 `form:"filter.eq.usersQuantity,omitempty" json:"filter.eq.usersQuantity,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetAllProjectsInfoParams defines parameters for GetAllProjectsInfo.
type GetAllProjectsInfoResponse ¶
type GetAllProjectsInfoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageProjectInfoResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllProjectsInfoResponse ¶
func ParseGetAllProjectsInfoResponse(rsp *http.Response) (*GetAllProjectsInfoResponse, error)
ParseGetAllProjectsInfoResponse parses an HTTP response from a GetAllProjectsInfoWithResponse call
func (GetAllProjectsInfoResponse) GetBody ¶
func (r GetAllProjectsInfoResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllProjectsInfoResponse) GetJSONDefault ¶
func (r GetAllProjectsInfoResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllProjectsInfoResponse) GetSuccess ¶
func (r GetAllProjectsInfoResponse) GetSuccess() *externalRef0.PageProjectInfoResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllProjectsInfoResponse) Status ¶
func (r GetAllProjectsInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllProjectsInfoResponse) StatusCode ¶
func (r GetAllProjectsInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllowableIssueTypes1Response ¶
type GetAllowableIssueTypes1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllowableIssueTypes1Response ¶
func ParseGetAllowableIssueTypes1Response(rsp *http.Response) (*GetAllowableIssueTypes1Response, error)
ParseGetAllowableIssueTypes1Response parses an HTTP response from a GetAllowableIssueTypes1WithResponse call
func (GetAllowableIssueTypes1Response) GetBody ¶
func (r GetAllowableIssueTypes1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllowableIssueTypes1Response) GetJSONDefault ¶
func (r GetAllowableIssueTypes1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllowableIssueTypes1Response) GetSuccess ¶
func (r GetAllowableIssueTypes1Response) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllowableIssueTypes1Response) Status ¶
func (r GetAllowableIssueTypes1Response) Status() string
Status returns HTTPResponse.Status
func (GetAllowableIssueTypes1Response) StatusCode ¶
func (r GetAllowableIssueTypes1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAllowableIssueTypesResponse ¶
type GetAllowableIssueTypesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAllowableIssueTypesResponse ¶
func ParseGetAllowableIssueTypesResponse(rsp *http.Response) (*GetAllowableIssueTypesResponse, error)
ParseGetAllowableIssueTypesResponse parses an HTTP response from a GetAllowableIssueTypesWithResponse call
func (GetAllowableIssueTypesResponse) GetBody ¶
func (r GetAllowableIssueTypesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAllowableIssueTypesResponse) GetJSONDefault ¶
func (r GetAllowableIssueTypesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAllowableIssueTypesResponse) GetSuccess ¶
func (r GetAllowableIssueTypesResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAllowableIssueTypesResponse) Status ¶
func (r GetAllowableIssueTypesResponse) Status() string
Status returns HTTPResponse.Status
func (GetAllowableIssueTypesResponse) StatusCode ¶
func (r GetAllowableIssueTypesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAnalyzerIndexingStatusResponse ¶
type GetAnalyzerIndexingStatusResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]bool
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAnalyzerIndexingStatusResponse ¶
func ParseGetAnalyzerIndexingStatusResponse(rsp *http.Response) (*GetAnalyzerIndexingStatusResponse, error)
ParseGetAnalyzerIndexingStatusResponse parses an HTTP response from a GetAnalyzerIndexingStatusWithResponse call
func (GetAnalyzerIndexingStatusResponse) GetBody ¶
func (r GetAnalyzerIndexingStatusResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAnalyzerIndexingStatusResponse) GetJSONDefault ¶
func (r GetAnalyzerIndexingStatusResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAnalyzerIndexingStatusResponse) GetSuccess ¶
func (r GetAnalyzerIndexingStatusResponse) GetSuccess() *map[string]bool
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAnalyzerIndexingStatusResponse) Status ¶
func (r GetAnalyzerIndexingStatusResponse) Status() string
Status returns HTTPResponse.Status
func (GetAnalyzerIndexingStatusResponse) StatusCode ¶
func (r GetAnalyzerIndexingStatusResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAttributeKeys1Params ¶
type GetAttributeKeys1Params struct {
FilterCntAttributeKey string `form:"filter.cnt.attributeKey" json:"filter.cnt.attributeKey"`
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
}
GetAttributeKeys1Params defines parameters for GetAttributeKeys1.
type GetAttributeKeys1Response ¶
type GetAttributeKeys1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAttributeKeys1Response ¶
func ParseGetAttributeKeys1Response(rsp *http.Response) (*GetAttributeKeys1Response, error)
ParseGetAttributeKeys1Response parses an HTTP response from a GetAttributeKeys1WithResponse call
func (GetAttributeKeys1Response) GetBody ¶
func (r GetAttributeKeys1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAttributeKeys1Response) GetJSONDefault ¶
func (r GetAttributeKeys1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAttributeKeys1Response) GetSuccess ¶
func (r GetAttributeKeys1Response) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAttributeKeys1Response) Status ¶
func (r GetAttributeKeys1Response) Status() string
Status returns HTTPResponse.Status
func (GetAttributeKeys1Response) StatusCode ¶
func (r GetAttributeKeys1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAttributeKeysForProjectParams ¶
type GetAttributeKeysForProjectParams struct {
FilterCntAttributeKey string `form:"filter.cnt.attributeKey" json:"filter.cnt.attributeKey"`
FilterId int64 `form:"filterId" json:"filterId"`
IsLatest *bool `form:"isLatest,omitempty" json:"isLatest,omitempty"`
LaunchesLimit *int32 `form:"launchesLimit,omitempty" json:"launchesLimit,omitempty"`
}
GetAttributeKeysForProjectParams defines parameters for GetAttributeKeysForProject.
type GetAttributeKeysForProjectResponse ¶
type GetAttributeKeysForProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAttributeKeysForProjectResponse ¶
func ParseGetAttributeKeysForProjectResponse(rsp *http.Response) (*GetAttributeKeysForProjectResponse, error)
ParseGetAttributeKeysForProjectResponse parses an HTTP response from a GetAttributeKeysForProjectWithResponse call
func (GetAttributeKeysForProjectResponse) GetBody ¶
func (r GetAttributeKeysForProjectResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAttributeKeysForProjectResponse) GetJSONDefault ¶
func (r GetAttributeKeysForProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAttributeKeysForProjectResponse) GetSuccess ¶
func (r GetAttributeKeysForProjectResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAttributeKeysForProjectResponse) Status ¶
func (r GetAttributeKeysForProjectResponse) Status() string
Status returns HTTPResponse.Status
func (GetAttributeKeysForProjectResponse) StatusCode ¶
func (r GetAttributeKeysForProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAttributeKeysParams ¶
type GetAttributeKeysParams struct {
FilterCntAttributeKey string `form:"filter.cnt.attributeKey" json:"filter.cnt.attributeKey"`
}
GetAttributeKeysParams defines parameters for GetAttributeKeys.
type GetAttributeKeysResponse ¶
type GetAttributeKeysResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAttributeKeysResponse ¶
func ParseGetAttributeKeysResponse(rsp *http.Response) (*GetAttributeKeysResponse, error)
ParseGetAttributeKeysResponse parses an HTTP response from a GetAttributeKeysWithResponse call
func (GetAttributeKeysResponse) GetBody ¶
func (r GetAttributeKeysResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAttributeKeysResponse) GetJSONDefault ¶
func (r GetAttributeKeysResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAttributeKeysResponse) GetSuccess ¶
func (r GetAttributeKeysResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAttributeKeysResponse) Status ¶
func (r GetAttributeKeysResponse) Status() string
Status returns HTTPResponse.Status
func (GetAttributeKeysResponse) StatusCode ¶
func (r GetAttributeKeysResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAttributeValues1Params ¶
type GetAttributeValues1Params struct {
FilterCntAttributeValue string `form:"filter.cnt.attributeValue" json:"filter.cnt.attributeValue"`
FilterEqAttributeKey *string `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
}
GetAttributeValues1Params defines parameters for GetAttributeValues1.
type GetAttributeValues1Response ¶
type GetAttributeValues1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAttributeValues1Response ¶
func ParseGetAttributeValues1Response(rsp *http.Response) (*GetAttributeValues1Response, error)
ParseGetAttributeValues1Response parses an HTTP response from a GetAttributeValues1WithResponse call
func (GetAttributeValues1Response) GetBody ¶
func (r GetAttributeValues1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAttributeValues1Response) GetJSONDefault ¶
func (r GetAttributeValues1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAttributeValues1Response) GetSuccess ¶
func (r GetAttributeValues1Response) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAttributeValues1Response) Status ¶
func (r GetAttributeValues1Response) Status() string
Status returns HTTPResponse.Status
func (GetAttributeValues1Response) StatusCode ¶
func (r GetAttributeValues1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAttributeValues2Params ¶
type GetAttributeValues2Params struct {
FilterCntAttributeValue string `form:"filter.cnt.attributeValue" json:"filter.cnt.attributeValue"`
FilterEqAttributeKey *string `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
Launch *int64 `form:"launch,omitempty" json:"launch,omitempty"`
}
GetAttributeValues2Params defines parameters for GetAttributeValues2.
type GetAttributeValues2Response ¶
type GetAttributeValues2Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAttributeValues2Response ¶
func ParseGetAttributeValues2Response(rsp *http.Response) (*GetAttributeValues2Response, error)
ParseGetAttributeValues2Response parses an HTTP response from a GetAttributeValues2WithResponse call
func (GetAttributeValues2Response) GetBody ¶
func (r GetAttributeValues2Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAttributeValues2Response) GetJSONDefault ¶
func (r GetAttributeValues2Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAttributeValues2Response) GetSuccess ¶
func (r GetAttributeValues2Response) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAttributeValues2Response) Status ¶
func (r GetAttributeValues2Response) Status() string
Status returns HTTPResponse.Status
func (GetAttributeValues2Response) StatusCode ¶
func (r GetAttributeValues2Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAttributeValuesParams ¶
type GetAttributeValuesParams struct {
FilterCntAttributeValue string `form:"filter.cnt.attributeValue" json:"filter.cnt.attributeValue"`
FilterEqAttributeKey *string `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
}
GetAttributeValuesParams defines parameters for GetAttributeValues.
type GetAttributeValuesResponse ¶
type GetAttributeValuesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetAttributeValuesResponse ¶
func ParseGetAttributeValuesResponse(rsp *http.Response) (*GetAttributeValuesResponse, error)
ParseGetAttributeValuesResponse parses an HTTP response from a GetAttributeValuesWithResponse call
func (GetAttributeValuesResponse) GetBody ¶
func (r GetAttributeValuesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetAttributeValuesResponse) GetJSONDefault ¶
func (r GetAttributeValuesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetAttributeValuesResponse) GetSuccess ¶
func (r GetAttributeValuesResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetAttributeValuesResponse) Status ¶
func (r GetAttributeValuesResponse) Status() string
Status returns HTTPResponse.Status
func (GetAttributeValuesResponse) StatusCode ¶
func (r GetAttributeValuesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetClustersParams ¶
type GetClustersParams struct {
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetClustersParams defines parameters for GetClusters.
type GetClustersResponse ¶
type GetClustersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageClusterInfoResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetClustersResponse ¶
func ParseGetClustersResponse(rsp *http.Response) (*GetClustersResponse, error)
ParseGetClustersResponse parses an HTTP response from a GetClustersWithResponse call
func (GetClustersResponse) GetBody ¶
func (r GetClustersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetClustersResponse) GetJSONDefault ¶
func (r GetClustersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetClustersResponse) GetSuccess ¶
func (r GetClustersResponse) GetSuccess() *externalRef0.PageClusterInfoResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetClustersResponse) Status ¶
func (r GetClustersResponse) Status() string
Status returns HTTPResponse.Status
func (GetClustersResponse) StatusCode ¶
func (r GetClustersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardConfigResponse ¶
type GetDashboardConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DashboardConfigResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetDashboardConfigResponse ¶
func ParseGetDashboardConfigResponse(rsp *http.Response) (*GetDashboardConfigResponse, error)
ParseGetDashboardConfigResponse parses an HTTP response from a GetDashboardConfigWithResponse call
func (GetDashboardConfigResponse) GetBody ¶
func (r GetDashboardConfigResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetDashboardConfigResponse) GetJSONDefault ¶
func (r GetDashboardConfigResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetDashboardConfigResponse) GetSuccess ¶
func (r GetDashboardConfigResponse) GetSuccess() *externalRef0.DashboardConfigResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetDashboardConfigResponse) Status ¶
func (r GetDashboardConfigResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardConfigResponse) StatusCode ¶
func (r GetDashboardConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDashboardResponse ¶
type GetDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.DashboardResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetDashboardResponse ¶
func ParseGetDashboardResponse(rsp *http.Response) (*GetDashboardResponse, error)
ParseGetDashboardResponse parses an HTTP response from a GetDashboardWithResponse call
func (GetDashboardResponse) GetBody ¶
func (r GetDashboardResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetDashboardResponse) GetJSONDefault ¶
func (r GetDashboardResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetDashboardResponse) GetSuccess ¶
func (r GetDashboardResponse) GetSuccess() *externalRef0.DashboardResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetDashboardResponse) Status ¶
func (r GetDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (GetDashboardResponse) StatusCode ¶
func (r GetDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetDebugLaunchesParams ¶
type GetDebugLaunchesParams struct {
// FilterEqHasRetries Filters by 'hasRetries'
FilterEqHasRetries *bool `form:"filter.eq.hasRetries,omitempty" json:"filter.eq.hasRetries,omitempty"`
// FilterEqEndTime Filters by 'endTime'
FilterEqEndTime *openapi_types.Date `form:"filter.eq.endTime,omitempty" json:"filter.eq.endTime,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqAttributeValue Filters by 'attributeValue'
FilterEqAttributeValue *string `form:"filter.eq.attributeValue,omitempty" json:"filter.eq.attributeValue,omitempty"`
// FilterEqStatisticsDefectsNoDefectNd001 Filters by 'statistics$defects$no_defect$nd001'
FilterEqStatisticsDefectsNoDefectNd001 *int32 `form:"filter.eq.statistics$defects$no_defect$nd001,omitempty" json:"filter.eq.statistics$defects$no_defect$nd001,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqStatisticsExecutionsTotal Filters by 'statistics$executions$total'
FilterEqStatisticsExecutionsTotal *int32 `form:"filter.eq.statistics$executions$total,omitempty" json:"filter.eq.statistics$executions$total,omitempty"`
// FilterEqStatisticsDefectsProductBugPb001 Filters by 'statistics$defects$product_bug$pb001'
FilterEqStatisticsDefectsProductBugPb001 *int32 `` /* 127-byte string literal not displayed */
// FilterEqStatisticsExecutionsFailed Filters by 'statistics$executions$failed'
FilterEqStatisticsExecutionsFailed *int32 `form:"filter.eq.statistics$executions$failed,omitempty" json:"filter.eq.statistics$executions$failed,omitempty"`
// FilterEqStatisticsDefectsToInvestigateTi001 Filters by 'statistics$defects$to_investigate$ti001'
FilterEqStatisticsDefectsToInvestigateTi001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// FilterEqStatisticsDefectsSystemIssueSi001 Filters by 'statistics$defects$system_issue$si001'
FilterEqStatisticsDefectsSystemIssueSi001 *int32 `` /* 129-byte string literal not displayed */
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqStatisticsExecutionsSkipped Filters by 'statistics$executions$skipped'
FilterEqStatisticsExecutionsSkipped *int32 `form:"filter.eq.statistics$executions$skipped,omitempty" json:"filter.eq.statistics$executions$skipped,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqAttributeKey Filters by 'attributeKey'
FilterEqAttributeKey *string `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
// FilterEqStatisticsDefectsAutomationBugAb001 Filters by 'statistics$defects$automation_bug$ab001'
FilterEqStatisticsDefectsAutomationBugAb001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqNumber Filters by 'number'
FilterEqNumber *int32 `form:"filter.eq.number,omitempty" json:"filter.eq.number,omitempty"`
// FilterEqUserId Filters by 'userId'
FilterEqUserId *int32 `form:"filter.eq.userId,omitempty" json:"filter.eq.userId,omitempty"`
// FilterEqMode Filters by 'mode'
FilterEqMode *string `form:"filter.eq.mode,omitempty" json:"filter.eq.mode,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
// FilterEqStatisticsExecutionsPassed Filters by 'statistics$executions$passed'
FilterEqStatisticsExecutionsPassed *int32 `form:"filter.eq.statistics$executions$passed,omitempty" json:"filter.eq.statistics$executions$passed,omitempty"`
// FilterEqStartTime Filters by 'startTime'
FilterEqStartTime *openapi_types.Date `form:"filter.eq.startTime,omitempty" json:"filter.eq.startTime,omitempty"`
// FilterHasCompositeAttribute Filters by 'compositeAttribute'
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetDebugLaunchesParams defines parameters for GetDebugLaunches.
type GetDebugLaunchesResponse ¶
type GetDebugLaunchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageLaunchResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetDebugLaunchesResponse ¶
func ParseGetDebugLaunchesResponse(rsp *http.Response) (*GetDebugLaunchesResponse, error)
ParseGetDebugLaunchesResponse parses an HTTP response from a GetDebugLaunchesWithResponse call
func (GetDebugLaunchesResponse) GetBody ¶
func (r GetDebugLaunchesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetDebugLaunchesResponse) GetJSONDefault ¶
func (r GetDebugLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetDebugLaunchesResponse) GetSuccess ¶
func (r GetDebugLaunchesResponse) GetSuccess() *externalRef0.PageLaunchResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetDebugLaunchesResponse) Status ¶
func (r GetDebugLaunchesResponse) Status() string
Status returns HTTPResponse.Status
func (GetDebugLaunchesResponse) StatusCode ¶
func (r GetDebugLaunchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetErrorPageParams ¶
type GetErrorPageParams struct {
Params map[string]string `form:"params" json:"params"`
// FilterEqLogId Filters by 'logId'
FilterEqLogId *int32 `form:"filter.eq.logId,omitempty" json:"filter.eq.logId,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqLogTime Filters by 'logTime'
FilterEqLogTime *openapi_types.Date `form:"filter.eq.logTime,omitempty" json:"filter.eq.logTime,omitempty"`
// FilterEqItem Filters by 'item'
FilterEqItem *int32 `form:"filter.eq.item,omitempty" json:"filter.eq.item,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLaunch Filters by 'launch'
FilterEqLaunch *int32 `form:"filter.eq.launch,omitempty" json:"filter.eq.launch,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqLevel Filters by 'level'
FilterEqLevel *string `form:"filter.eq.level,omitempty" json:"filter.eq.level,omitempty"`
// FilterEqBinaryContent Filters by 'binaryContent'
FilterEqBinaryContent *string `form:"filter.eq.binaryContent,omitempty" json:"filter.eq.binaryContent,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqMessage Filters by 'message'
FilterEqMessage *string `form:"filter.eq.message,omitempty" json:"filter.eq.message,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqRetryParentLaunchId Filters by 'retryParentLaunchId'
FilterEqRetryParentLaunchId *int32 `form:"filter.eq.retryParentLaunchId,omitempty" json:"filter.eq.retryParentLaunchId,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *string `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetErrorPageParams defines parameters for GetErrorPage.
type GetErrorPageResponse ¶
type GetErrorPageResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.PagedLogResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetErrorPageResponse ¶
func ParseGetErrorPageResponse(rsp *http.Response) (*GetErrorPageResponse, error)
ParseGetErrorPageResponse parses an HTTP response from a GetErrorPageWithResponse call
func (GetErrorPageResponse) GetBody ¶
func (r GetErrorPageResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetErrorPageResponse) GetJSONDefault ¶
func (r GetErrorPageResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetErrorPageResponse) GetSuccess ¶
func (r GetErrorPageResponse) GetSuccess() *[]externalRef0.PagedLogResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetErrorPageResponse) Status ¶
func (r GetErrorPageResponse) Status() string
Status returns HTTPResponse.Status
func (GetErrorPageResponse) StatusCode ¶
func (r GetErrorPageResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetFileResponse ¶
type GetFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSONDefault *externalRef0.ErrorRS
}
func ParseGetFileResponse ¶
func ParseGetFileResponse(rsp *http.Response) (*GetFileResponse, error)
ParseGetFileResponse parses an HTTP response from a GetFileWithResponse call
func (GetFileResponse) GetBody ¶
func (r GetFileResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetFileResponse) GetJSONDefault ¶
func (r GetFileResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetFileResponse) Status ¶
func (r GetFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetFileResponse) StatusCode ¶
func (r GetFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetFilterResponse ¶
type GetFilterResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.UserFilterResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetFilterResponse ¶
func ParseGetFilterResponse(rsp *http.Response) (*GetFilterResponse, error)
ParseGetFilterResponse parses an HTTP response from a GetFilterWithResponse call
func (GetFilterResponse) GetBody ¶
func (r GetFilterResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetFilterResponse) GetJSONDefault ¶
func (r GetFilterResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetFilterResponse) GetSuccess ¶
func (r GetFilterResponse) GetSuccess() *externalRef0.UserFilterResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetFilterResponse) Status ¶
func (r GetFilterResponse) Status() string
Status returns HTTPResponse.Status
func (GetFilterResponse) StatusCode ¶
func (r GetFilterResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGlobalIntegrationResponse ¶
type GetGlobalIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.IntegrationResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGlobalIntegrationResponse ¶
func ParseGetGlobalIntegrationResponse(rsp *http.Response) (*GetGlobalIntegrationResponse, error)
ParseGetGlobalIntegrationResponse parses an HTTP response from a GetGlobalIntegrationWithResponse call
func (GetGlobalIntegrationResponse) GetBody ¶
func (r GetGlobalIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGlobalIntegrationResponse) GetJSONDefault ¶
func (r GetGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGlobalIntegrationResponse) GetSuccess ¶
func (r GetGlobalIntegrationResponse) GetSuccess() *externalRef0.IntegrationResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGlobalIntegrationResponse) Status ¶
func (r GetGlobalIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (GetGlobalIntegrationResponse) StatusCode ¶
func (r GetGlobalIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGlobalIntegrations1Response ¶
type GetGlobalIntegrations1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.IntegrationResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGlobalIntegrations1Response ¶
func ParseGetGlobalIntegrations1Response(rsp *http.Response) (*GetGlobalIntegrations1Response, error)
ParseGetGlobalIntegrations1Response parses an HTTP response from a GetGlobalIntegrations1WithResponse call
func (GetGlobalIntegrations1Response) GetBody ¶
func (r GetGlobalIntegrations1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGlobalIntegrations1Response) GetJSONDefault ¶
func (r GetGlobalIntegrations1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGlobalIntegrations1Response) GetSuccess ¶
func (r GetGlobalIntegrations1Response) GetSuccess() *[]externalRef0.IntegrationResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGlobalIntegrations1Response) Status ¶
func (r GetGlobalIntegrations1Response) Status() string
Status returns HTTPResponse.Status
func (GetGlobalIntegrations1Response) StatusCode ¶
func (r GetGlobalIntegrations1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGlobalIntegrations2Response ¶
type GetGlobalIntegrations2Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.IntegrationResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGlobalIntegrations2Response ¶
func ParseGetGlobalIntegrations2Response(rsp *http.Response) (*GetGlobalIntegrations2Response, error)
ParseGetGlobalIntegrations2Response parses an HTTP response from a GetGlobalIntegrations2WithResponse call
func (GetGlobalIntegrations2Response) GetBody ¶
func (r GetGlobalIntegrations2Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGlobalIntegrations2Response) GetJSONDefault ¶
func (r GetGlobalIntegrations2Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGlobalIntegrations2Response) GetSuccess ¶
func (r GetGlobalIntegrations2Response) GetSuccess() *[]externalRef0.IntegrationResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGlobalIntegrations2Response) Status ¶
func (r GetGlobalIntegrations2Response) Status() string
Status returns HTTPResponse.Status
func (GetGlobalIntegrations2Response) StatusCode ¶
func (r GetGlobalIntegrations2Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGlobalIntegrationsResponse ¶
type GetGlobalIntegrationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.IntegrationResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGlobalIntegrationsResponse ¶
func ParseGetGlobalIntegrationsResponse(rsp *http.Response) (*GetGlobalIntegrationsResponse, error)
ParseGetGlobalIntegrationsResponse parses an HTTP response from a GetGlobalIntegrationsWithResponse call
func (GetGlobalIntegrationsResponse) GetBody ¶
func (r GetGlobalIntegrationsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGlobalIntegrationsResponse) GetJSONDefault ¶
func (r GetGlobalIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGlobalIntegrationsResponse) GetSuccess ¶
func (r GetGlobalIntegrationsResponse) GetSuccess() *[]externalRef0.IntegrationResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGlobalIntegrationsResponse) Status ¶
func (r GetGlobalIntegrationsResponse) Status() string
Status returns HTTPResponse.Status
func (GetGlobalIntegrationsResponse) StatusCode ¶
func (r GetGlobalIntegrationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGroupByIdResponse ¶
type GetGroupByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.GroupInfo
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGroupByIdResponse ¶
func ParseGetGroupByIdResponse(rsp *http.Response) (*GetGroupByIdResponse, error)
ParseGetGroupByIdResponse parses an HTTP response from a GetGroupByIdWithResponse call
func (GetGroupByIdResponse) GetBody ¶
func (r GetGroupByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGroupByIdResponse) GetJSONDefault ¶
func (r GetGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGroupByIdResponse) GetSuccess ¶
func (r GetGroupByIdResponse) GetSuccess() *externalRef0.GroupInfo
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGroupByIdResponse) Status ¶
func (r GetGroupByIdResponse) Status() string
Status returns HTTPResponse.Status
func (GetGroupByIdResponse) StatusCode ¶
func (r GetGroupByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGroupProjectByIdResponse ¶
type GetGroupProjectByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.GroupProjectInfo
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGroupProjectByIdResponse ¶
func ParseGetGroupProjectByIdResponse(rsp *http.Response) (*GetGroupProjectByIdResponse, error)
ParseGetGroupProjectByIdResponse parses an HTTP response from a GetGroupProjectByIdWithResponse call
func (GetGroupProjectByIdResponse) GetBody ¶
func (r GetGroupProjectByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGroupProjectByIdResponse) GetJSONDefault ¶
func (r GetGroupProjectByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGroupProjectByIdResponse) GetSuccess ¶
func (r GetGroupProjectByIdResponse) GetSuccess() *externalRef0.GroupProjectInfo
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGroupProjectByIdResponse) Status ¶
func (r GetGroupProjectByIdResponse) Status() string
Status returns HTTPResponse.Status
func (GetGroupProjectByIdResponse) StatusCode ¶
func (r GetGroupProjectByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGroupProjectsParams ¶
type GetGroupProjectsParams struct {
// Limit The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
Limit *int32 `form:"limit,omitempty" json:"limit,omitempty"`
// Offset The offset used for this page of results.
Offset *int32 `form:"offset,omitempty" json:"offset,omitempty"`
}
GetGroupProjectsParams defines parameters for GetGroupProjects.
type GetGroupProjectsResponse ¶
type GetGroupProjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.GroupProjectsPage
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGroupProjectsResponse ¶
func ParseGetGroupProjectsResponse(rsp *http.Response) (*GetGroupProjectsResponse, error)
ParseGetGroupProjectsResponse parses an HTTP response from a GetGroupProjectsWithResponse call
func (GetGroupProjectsResponse) GetBody ¶
func (r GetGroupProjectsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGroupProjectsResponse) GetJSONDefault ¶
func (r GetGroupProjectsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGroupProjectsResponse) GetSuccess ¶
func (r GetGroupProjectsResponse) GetSuccess() *externalRef0.GroupProjectsPage
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGroupProjectsResponse) Status ¶
func (r GetGroupProjectsResponse) Status() string
Status returns HTTPResponse.Status
func (GetGroupProjectsResponse) StatusCode ¶
func (r GetGroupProjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGroupUserByIdResponse ¶
type GetGroupUserByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.GroupUserInfo
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGroupUserByIdResponse ¶
func ParseGetGroupUserByIdResponse(rsp *http.Response) (*GetGroupUserByIdResponse, error)
ParseGetGroupUserByIdResponse parses an HTTP response from a GetGroupUserByIdWithResponse call
func (GetGroupUserByIdResponse) GetBody ¶
func (r GetGroupUserByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGroupUserByIdResponse) GetJSONDefault ¶
func (r GetGroupUserByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGroupUserByIdResponse) GetSuccess ¶
func (r GetGroupUserByIdResponse) GetSuccess() *externalRef0.GroupUserInfo
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGroupUserByIdResponse) Status ¶
func (r GetGroupUserByIdResponse) Status() string
Status returns HTTPResponse.Status
func (GetGroupUserByIdResponse) StatusCode ¶
func (r GetGroupUserByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGroupUsersParams ¶
type GetGroupUsersParams struct {
// Limit The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
Limit *int32 `form:"limit,omitempty" json:"limit,omitempty"`
// Offset The offset used for this page of results.
Offset *int32 `form:"offset,omitempty" json:"offset,omitempty"`
}
GetGroupUsersParams defines parameters for GetGroupUsers.
type GetGroupUsersResponse ¶
type GetGroupUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.GroupUsersPage
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGroupUsersResponse ¶
func ParseGetGroupUsersResponse(rsp *http.Response) (*GetGroupUsersResponse, error)
ParseGetGroupUsersResponse parses an HTTP response from a GetGroupUsersWithResponse call
func (GetGroupUsersResponse) GetBody ¶
func (r GetGroupUsersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGroupUsersResponse) GetJSONDefault ¶
func (r GetGroupUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGroupUsersResponse) GetSuccess ¶
func (r GetGroupUsersResponse) GetSuccess() *externalRef0.GroupUsersPage
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGroupUsersResponse) Status ¶
func (r GetGroupUsersResponse) Status() string
Status returns HTTPResponse.Status
func (GetGroupUsersResponse) StatusCode ¶
func (r GetGroupUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGroupsOfProjectParams ¶
type GetGroupsOfProjectParams struct {
// Limit The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
Limit *int32 `form:"limit,omitempty" json:"limit,omitempty"`
// Offset The offset used for this page of results.
Offset *int32 `form:"offset,omitempty" json:"offset,omitempty"`
}
GetGroupsOfProjectParams defines parameters for GetGroupsOfProject.
type GetGroupsOfProjectResponse ¶
type GetGroupsOfProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ProjectGroupsPage
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGroupsOfProjectResponse ¶
func ParseGetGroupsOfProjectResponse(rsp *http.Response) (*GetGroupsOfProjectResponse, error)
ParseGetGroupsOfProjectResponse parses an HTTP response from a GetGroupsOfProjectWithResponse call
func (GetGroupsOfProjectResponse) GetBody ¶
func (r GetGroupsOfProjectResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGroupsOfProjectResponse) GetJSONDefault ¶
func (r GetGroupsOfProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGroupsOfProjectResponse) GetSuccess ¶
func (r GetGroupsOfProjectResponse) GetSuccess() *externalRef0.ProjectGroupsPage
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGroupsOfProjectResponse) Status ¶
func (r GetGroupsOfProjectResponse) Status() string
Status returns HTTPResponse.Status
func (GetGroupsOfProjectResponse) StatusCode ¶
func (r GetGroupsOfProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetGroupsParams ¶
type GetGroupsParams struct {
// Limit The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.
Limit *int32 `form:"limit,omitempty" json:"limit,omitempty"`
// Offset The offset used for this page of results.
Offset *int32 `form:"offset,omitempty" json:"offset,omitempty"`
// Order Indicate sorting direction.
Order *string `form:"order,omitempty" json:"order,omitempty"`
// Sort Indicate sort by field.
Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}
GetGroupsParams defines parameters for GetGroups.
type GetGroupsResponse ¶
type GetGroupsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.GroupPage
JSON402 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetGroupsResponse ¶
func ParseGetGroupsResponse(rsp *http.Response) (*GetGroupsResponse, error)
ParseGetGroupsResponse parses an HTTP response from a GetGroupsWithResponse call
func (GetGroupsResponse) GetBody ¶
func (r GetGroupsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetGroupsResponse) GetJSONDefault ¶
func (r GetGroupsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetGroupsResponse) GetSuccess ¶
func (r GetGroupsResponse) GetSuccess() *externalRef0.GroupPage
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetGroupsResponse) Status ¶
func (r GetGroupsResponse) Status() string
Status returns HTTPResponse.Status
func (GetGroupsResponse) StatusCode ¶
func (r GetGroupsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetItemsHistoryParams ¶
type GetItemsHistoryParams struct {
FilterId *int64 `form:"filterId,omitempty" json:"filterId,omitempty"`
HistoryDepth *int32 `form:"historyDepth,omitempty" json:"historyDepth,omitempty"`
IsLatest *bool `form:"isLatest,omitempty" json:"isLatest,omitempty"`
LaunchesLimit *int32 `form:"launchesLimit,omitempty" json:"launchesLimit,omitempty"`
Type *string `form:"type,omitempty" json:"type,omitempty"`
// FilterEqLocator Filters by 'locator'
FilterEqLocator *string `form:"filter.eq.locator,omitempty" json:"filter.eq.locator,omitempty"`
// FilterEqHasRetries Filters by 'hasRetries'
FilterEqHasRetries *bool `form:"filter.eq.hasRetries,omitempty" json:"filter.eq.hasRetries,omitempty"`
// FilterEqEndTime Filters by 'endTime'
FilterEqEndTime *openapi_types.Date `form:"filter.eq.endTime,omitempty" json:"filter.eq.endTime,omitempty"`
// FilterEqStatisticsDefectsNoDefectNd001 Filters by 'statistics$defects$no_defect$nd001'
FilterEqStatisticsDefectsNoDefectNd001 *int32 `form:"filter.eq.statistics$defects$no_defect$nd001,omitempty" json:"filter.eq.statistics$defects$no_defect$nd001,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqTicketId Filters by 'ticketId'
FilterEqTicketId *string `form:"filter.eq.ticketId,omitempty" json:"filter.eq.ticketId,omitempty"`
// FilterEqParentId Filters by 'parentId'
FilterEqParentId *int32 `form:"filter.eq.parentId,omitempty" json:"filter.eq.parentId,omitempty"`
// FilterEqHasStats Filters by 'hasStats'
FilterEqHasStats *bool `form:"filter.eq.hasStats,omitempty" json:"filter.eq.hasStats,omitempty"`
// FilterEqTestCaseHash Filters by 'testCaseHash'
FilterEqTestCaseHash *int32 `form:"filter.eq.testCaseHash,omitempty" json:"filter.eq.testCaseHash,omitempty"`
// FilterEqStatisticsDefectsToInvestigateTi001 Filters by 'statistics$defects$to_investigate$ti001'
FilterEqStatisticsDefectsToInvestigateTi001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// FilterEqStatisticsDefectsSystemIssueSi001 Filters by 'statistics$defects$system_issue$si001'
FilterEqStatisticsDefectsSystemIssueSi001 *int32 `` /* 129-byte string literal not displayed */
// FilterEqIssueType Filters by 'issueType'
FilterEqIssueType *string `form:"filter.eq.issueType,omitempty" json:"filter.eq.issueType,omitempty"`
// FilterEqStatisticsExecutionsSkipped Filters by 'statistics$executions$skipped'
FilterEqStatisticsExecutionsSkipped *int32 `form:"filter.eq.statistics$executions$skipped,omitempty" json:"filter.eq.statistics$executions$skipped,omitempty"`
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqStatisticsDefectsAutomationBugAb001 Filters by 'statistics$defects$automation_bug$ab001'
FilterEqStatisticsDefectsAutomationBugAb001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqAttributeValue Filters by 'attributeValue'
FilterEqAttributeValue *[]interface{} `form:"filter.eq.attributeValue,omitempty" json:"filter.eq.attributeValue,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *int32 `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// FilterHasCompositeSystemAttribute Filters by 'compositeSystemAttribute'
FilterHasCompositeSystemAttribute *string `form:"filter.has.compositeSystemAttribute,omitempty" json:"filter.has.compositeSystemAttribute,omitempty"`
// FilterEqIssueGroupId Filters by 'issueGroupId'
FilterEqIssueGroupId *string `form:"filter.eq.issueGroupId,omitempty" json:"filter.eq.issueGroupId,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
// FilterEqUniqueId Filters by 'uniqueId'
FilterEqUniqueId *string `form:"filter.eq.uniqueId,omitempty" json:"filter.eq.uniqueId,omitempty"`
// FilterEqStatisticsExecutionsPassed Filters by 'statistics$executions$passed'
FilterEqStatisticsExecutionsPassed *int32 `form:"filter.eq.statistics$executions$passed,omitempty" json:"filter.eq.statistics$executions$passed,omitempty"`
// FilterEqIgnoreAnalyzer Filters by 'ignoreAnalyzer'
FilterEqIgnoreAnalyzer *bool `form:"filter.eq.ignoreAnalyzer,omitempty" json:"filter.eq.ignoreAnalyzer,omitempty"`
// FilterEqIssueComment Filters by 'issueComment'
FilterEqIssueComment *string `form:"filter.eq.issueComment,omitempty" json:"filter.eq.issueComment,omitempty"`
// FilterEqStartTime Filters by 'startTime'
FilterEqStartTime *openapi_types.Date `form:"filter.eq.startTime,omitempty" json:"filter.eq.startTime,omitempty"`
// FilterHasCompositeAttribute Filters by 'compositeAttribute'
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
// FilterEqValue Filters by 'value'
FilterEqValue *string `form:"filter.eq.value,omitempty" json:"filter.eq.value,omitempty"`
// FilterEqIssueTypeId Filters by 'issueTypeId'
FilterEqIssueTypeId *int32 `form:"filter.eq.issueTypeId,omitempty" json:"filter.eq.issueTypeId,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqPatternName Filters by 'patternName'
FilterEqPatternName *[]interface{} `form:"filter.eq.patternName,omitempty" json:"filter.eq.patternName,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqAttributeKey Filters by 'attributeKey'
FilterEqAttributeKey *[]interface{} `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
// FilterEqHasChildren Filters by 'hasChildren'
FilterEqHasChildren *bool `form:"filter.eq.hasChildren,omitempty" json:"filter.eq.hasChildren,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqStatisticsExecutionsTotal Filters by 'statistics$executions$total'
FilterEqStatisticsExecutionsTotal *int32 `form:"filter.eq.statistics$executions$total,omitempty" json:"filter.eq.statistics$executions$total,omitempty"`
// FilterEqStatisticsDefectsProductBugPb001 Filters by 'statistics$defects$product_bug$pb001'
FilterEqStatisticsDefectsProductBugPb001 *int32 `` /* 127-byte string literal not displayed */
// FilterEqStatisticsExecutionsFailed Filters by 'statistics$executions$failed'
FilterEqStatisticsExecutionsFailed *int32 `form:"filter.eq.statistics$executions$failed,omitempty" json:"filter.eq.statistics$executions$failed,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *string `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqTestCaseId Filters by 'testCaseId'
FilterEqTestCaseId *string `form:"filter.eq.testCaseId,omitempty" json:"filter.eq.testCaseId,omitempty"`
// FilterEqKey Filters by 'key'
FilterEqKey *string `form:"filter.eq.key,omitempty" json:"filter.eq.key,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLevelAttribute Filters by 'levelAttribute'
FilterEqLevelAttribute *[]interface{} `form:"filter.eq.levelAttribute,omitempty" json:"filter.eq.levelAttribute,omitempty"`
// FilterEqMode Filters by 'mode'
FilterEqMode *string `form:"filter.eq.mode,omitempty" json:"filter.eq.mode,omitempty"`
// FilterEqClusterId Filters by 'clusterId'
FilterEqClusterId *int32 `form:"filter.eq.clusterId,omitempty" json:"filter.eq.clusterId,omitempty"`
// FilterEqIssueId Filters by 'issueId'
FilterEqIssueId *int32 `form:"filter.eq.issueId,omitempty" json:"filter.eq.issueId,omitempty"`
// FilterEqDuration Filters by 'duration'
FilterEqDuration *int32 `form:"filter.eq.duration,omitempty" json:"filter.eq.duration,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetItemsHistoryParams defines parameters for GetItemsHistory.
type GetItemsHistoryResponse ¶
type GetItemsHistoryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageTestItemHistoryElement
JSONDefault *externalRef0.ErrorRS
}
func ParseGetItemsHistoryResponse ¶
func ParseGetItemsHistoryResponse(rsp *http.Response) (*GetItemsHistoryResponse, error)
ParseGetItemsHistoryResponse parses an HTTP response from a GetItemsHistoryWithResponse call
func (GetItemsHistoryResponse) GetBody ¶
func (r GetItemsHistoryResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetItemsHistoryResponse) GetJSONDefault ¶
func (r GetItemsHistoryResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetItemsHistoryResponse) GetSuccess ¶
func (r GetItemsHistoryResponse) GetSuccess() *externalRef0.PageTestItemHistoryElement
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetItemsHistoryResponse) Status ¶
func (r GetItemsHistoryResponse) Status() string
Status returns HTTPResponse.Status
func (GetItemsHistoryResponse) StatusCode ¶
func (r GetItemsHistoryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLatestLaunchesParams ¶
type GetLatestLaunchesParams struct {
// FilterEqHasRetries Filters by 'hasRetries'
FilterEqHasRetries *bool `form:"filter.eq.hasRetries,omitempty" json:"filter.eq.hasRetries,omitempty"`
// FilterEqEndTime Filters by 'endTime'
FilterEqEndTime *openapi_types.Date `form:"filter.eq.endTime,omitempty" json:"filter.eq.endTime,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqAttributeValue Filters by 'attributeValue'
FilterEqAttributeValue *string `form:"filter.eq.attributeValue,omitempty" json:"filter.eq.attributeValue,omitempty"`
// FilterEqStatisticsDefectsNoDefectNd001 Filters by 'statistics$defects$no_defect$nd001'
FilterEqStatisticsDefectsNoDefectNd001 *int32 `form:"filter.eq.statistics$defects$no_defect$nd001,omitempty" json:"filter.eq.statistics$defects$no_defect$nd001,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqStatisticsExecutionsTotal Filters by 'statistics$executions$total'
FilterEqStatisticsExecutionsTotal *int32 `form:"filter.eq.statistics$executions$total,omitempty" json:"filter.eq.statistics$executions$total,omitempty"`
// FilterEqStatisticsDefectsProductBugPb001 Filters by 'statistics$defects$product_bug$pb001'
FilterEqStatisticsDefectsProductBugPb001 *int32 `` /* 127-byte string literal not displayed */
// FilterEqStatisticsExecutionsFailed Filters by 'statistics$executions$failed'
FilterEqStatisticsExecutionsFailed *int32 `form:"filter.eq.statistics$executions$failed,omitempty" json:"filter.eq.statistics$executions$failed,omitempty"`
// FilterEqStatisticsDefectsToInvestigateTi001 Filters by 'statistics$defects$to_investigate$ti001'
FilterEqStatisticsDefectsToInvestigateTi001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// FilterEqStatisticsDefectsSystemIssueSi001 Filters by 'statistics$defects$system_issue$si001'
FilterEqStatisticsDefectsSystemIssueSi001 *int32 `` /* 129-byte string literal not displayed */
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqStatisticsExecutionsSkipped Filters by 'statistics$executions$skipped'
FilterEqStatisticsExecutionsSkipped *int32 `form:"filter.eq.statistics$executions$skipped,omitempty" json:"filter.eq.statistics$executions$skipped,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqAttributeKey Filters by 'attributeKey'
FilterEqAttributeKey *string `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
// FilterEqStatisticsDefectsAutomationBugAb001 Filters by 'statistics$defects$automation_bug$ab001'
FilterEqStatisticsDefectsAutomationBugAb001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqNumber Filters by 'number'
FilterEqNumber *int32 `form:"filter.eq.number,omitempty" json:"filter.eq.number,omitempty"`
// FilterEqUserId Filters by 'userId'
FilterEqUserId *int32 `form:"filter.eq.userId,omitempty" json:"filter.eq.userId,omitempty"`
// FilterEqMode Filters by 'mode'
FilterEqMode *string `form:"filter.eq.mode,omitempty" json:"filter.eq.mode,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
// FilterEqStatisticsExecutionsPassed Filters by 'statistics$executions$passed'
FilterEqStatisticsExecutionsPassed *int32 `form:"filter.eq.statistics$executions$passed,omitempty" json:"filter.eq.statistics$executions$passed,omitempty"`
// FilterEqStartTime Filters by 'startTime'
FilterEqStartTime *openapi_types.Date `form:"filter.eq.startTime,omitempty" json:"filter.eq.startTime,omitempty"`
// FilterHasCompositeAttribute Filters by 'compositeAttribute'
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetLatestLaunchesParams defines parameters for GetLatestLaunches.
type GetLatestLaunchesResponse ¶
type GetLatestLaunchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageLaunchResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLatestLaunchesResponse ¶
func ParseGetLatestLaunchesResponse(rsp *http.Response) (*GetLatestLaunchesResponse, error)
ParseGetLatestLaunchesResponse parses an HTTP response from a GetLatestLaunchesWithResponse call
func (GetLatestLaunchesResponse) GetBody ¶
func (r GetLatestLaunchesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLatestLaunchesResponse) GetJSONDefault ¶
func (r GetLatestLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLatestLaunchesResponse) GetSuccess ¶
func (r GetLatestLaunchesResponse) GetSuccess() *externalRef0.PageLaunchResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLatestLaunchesResponse) Status ¶
func (r GetLatestLaunchesResponse) Status() string
Status returns HTTPResponse.Status
func (GetLatestLaunchesResponse) StatusCode ¶
func (r GetLatestLaunchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLaunchByUuidOldTimestampResponse ¶
type GetLaunchByUuidOldTimestampResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LaunchResourceOld
ApplicationXReportportalLaunchV2JSON200 *externalRef0.LaunchResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLaunchByUuidOldTimestampResponse ¶
func ParseGetLaunchByUuidOldTimestampResponse(rsp *http.Response) (*GetLaunchByUuidOldTimestampResponse, error)
ParseGetLaunchByUuidOldTimestampResponse parses an HTTP response from a GetLaunchByUuidOldTimestampWithResponse call
func (GetLaunchByUuidOldTimestampResponse) GetBody ¶
func (r GetLaunchByUuidOldTimestampResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLaunchByUuidOldTimestampResponse) GetJSONDefault ¶
func (r GetLaunchByUuidOldTimestampResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLaunchByUuidOldTimestampResponse) Status ¶
func (r GetLaunchByUuidOldTimestampResponse) Status() string
Status returns HTTPResponse.Status
func (GetLaunchByUuidOldTimestampResponse) StatusCode ¶
func (r GetLaunchByUuidOldTimestampResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLaunchReportParams ¶
type GetLaunchReportParams struct {
IncludeAttachments *bool `form:"includeAttachments,omitempty" json:"includeAttachments,omitempty"`
View *GetLaunchReportParamsView `form:"view,omitempty" json:"view,omitempty"`
}
GetLaunchReportParams defines parameters for GetLaunchReport.
type GetLaunchReportParamsView ¶
type GetLaunchReportParamsView string
GetLaunchReportParamsView defines parameters for GetLaunchReport.
const ( Html GetLaunchReportParamsView = "html" Pdf GetLaunchReportParamsView = "pdf" Xls GetLaunchReportParamsView = "xls" )
Defines values for GetLaunchReportParamsView.
type GetLaunchReportResponse ¶
type GetLaunchReportResponse struct {
Body []byte
HTTPResponse *http.Response
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLaunchReportResponse ¶
func ParseGetLaunchReportResponse(rsp *http.Response) (*GetLaunchReportResponse, error)
ParseGetLaunchReportResponse parses an HTTP response from a GetLaunchReportWithResponse call
func (GetLaunchReportResponse) GetBody ¶
func (r GetLaunchReportResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLaunchReportResponse) GetJSONDefault ¶
func (r GetLaunchReportResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLaunchReportResponse) Status ¶
func (r GetLaunchReportResponse) Status() string
Status returns HTTPResponse.Status
func (GetLaunchReportResponse) StatusCode ¶
func (r GetLaunchReportResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLaunchResponse ¶
type GetLaunchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LaunchResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLaunchResponse ¶
func ParseGetLaunchResponse(rsp *http.Response) (*GetLaunchResponse, error)
ParseGetLaunchResponse parses an HTTP response from a GetLaunchWithResponse call
func (GetLaunchResponse) GetBody ¶
func (r GetLaunchResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLaunchResponse) GetJSONDefault ¶
func (r GetLaunchResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLaunchResponse) GetSuccess ¶
func (r GetLaunchResponse) GetSuccess() *externalRef0.LaunchResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLaunchResponse) Status ¶
func (r GetLaunchResponse) Status() string
Status returns HTTPResponse.Status
func (GetLaunchResponse) StatusCode ¶
func (r GetLaunchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLogByUuidResponse ¶
type GetLogByUuidResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LogResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLogByUuidResponse ¶
func ParseGetLogByUuidResponse(rsp *http.Response) (*GetLogByUuidResponse, error)
ParseGetLogByUuidResponse parses an HTTP response from a GetLogByUuidWithResponse call
func (GetLogByUuidResponse) GetBody ¶
func (r GetLogByUuidResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLogByUuidResponse) GetJSONDefault ¶
func (r GetLogByUuidResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLogByUuidResponse) GetSuccess ¶
func (r GetLogByUuidResponse) GetSuccess() *externalRef0.LogResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLogByUuidResponse) Status ¶
func (r GetLogByUuidResponse) Status() string
Status returns HTTPResponse.Status
func (GetLogByUuidResponse) StatusCode ¶
func (r GetLogByUuidResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLogResponse ¶
type GetLogResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LogResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLogResponse ¶
func ParseGetLogResponse(rsp *http.Response) (*GetLogResponse, error)
ParseGetLogResponse parses an HTTP response from a GetLogWithResponse call
func (GetLogResponse) GetBody ¶
func (r GetLogResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLogResponse) GetJSONDefault ¶
func (r GetLogResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLogResponse) GetSuccess ¶
func (r GetLogResponse) GetSuccess() *externalRef0.LogResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLogResponse) Status ¶
func (r GetLogResponse) Status() string
Status returns HTTPResponse.Status
func (GetLogResponse) StatusCode ¶
func (r GetLogResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLogTypesResponse ¶
type GetLogTypesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.GetLogTypes200Response
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLogTypesResponse ¶
func ParseGetLogTypesResponse(rsp *http.Response) (*GetLogTypesResponse, error)
ParseGetLogTypesResponse parses an HTTP response from a GetLogTypesWithResponse call
func (GetLogTypesResponse) GetBody ¶
func (r GetLogTypesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLogTypesResponse) GetJSONDefault ¶
func (r GetLogTypesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLogTypesResponse) GetSuccess ¶
func (r GetLogTypesResponse) GetSuccess() *externalRef0.GetLogTypes200Response
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLogTypesResponse) Status ¶
func (r GetLogTypesResponse) Status() string
Status returns HTTPResponse.Status
func (GetLogTypesResponse) StatusCode ¶
func (r GetLogTypesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLogsParams ¶
type GetLogsParams struct {
FilterUnderPath *string `form:"filter.under.path,omitempty" json:"filter.under.path,omitempty"`
// FilterEqLogId Filters by 'logId'
FilterEqLogId *int32 `form:"filter.eq.logId,omitempty" json:"filter.eq.logId,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqLogTime Filters by 'logTime'
FilterEqLogTime *openapi_types.Date `form:"filter.eq.logTime,omitempty" json:"filter.eq.logTime,omitempty"`
// FilterEqItem Filters by 'item'
FilterEqItem *int32 `form:"filter.eq.item,omitempty" json:"filter.eq.item,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLaunch Filters by 'launch'
FilterEqLaunch *int32 `form:"filter.eq.launch,omitempty" json:"filter.eq.launch,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqLevel Filters by 'level'
FilterEqLevel *string `form:"filter.eq.level,omitempty" json:"filter.eq.level,omitempty"`
// FilterEqBinaryContent Filters by 'binaryContent'
FilterEqBinaryContent *string `form:"filter.eq.binaryContent,omitempty" json:"filter.eq.binaryContent,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqMessage Filters by 'message'
FilterEqMessage *string `form:"filter.eq.message,omitempty" json:"filter.eq.message,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqRetryParentLaunchId Filters by 'retryParentLaunchId'
FilterEqRetryParentLaunchId *int32 `form:"filter.eq.retryParentLaunchId,omitempty" json:"filter.eq.retryParentLaunchId,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *string `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetLogsParams defines parameters for GetLogs.
type GetLogsResponse ¶
type GetLogsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageLogResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLogsResponse ¶
func ParseGetLogsResponse(rsp *http.Response) (*GetLogsResponse, error)
ParseGetLogsResponse parses an HTTP response from a GetLogsWithResponse call
func (GetLogsResponse) GetBody ¶
func (r GetLogsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLogsResponse) GetJSONDefault ¶
func (r GetLogsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLogsResponse) GetSuccess ¶
func (r GetLogsResponse) GetSuccess() *externalRef0.PageLogResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLogsResponse) Status ¶
func (r GetLogsResponse) Status() string
Status returns HTTPResponse.Status
func (GetLogsResponse) StatusCode ¶
func (r GetLogsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLogsUnderJSONRequestBody ¶
type GetLogsUnderJSONRequestBody = externalRef0.GetLogsUnderRq
GetLogsUnderJSONRequestBody defines body for GetLogsUnder for application/json ContentType.
type GetLogsUnderResponse ¶
type GetLogsUnderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string][]externalRef0.LogResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLogsUnderResponse ¶
func ParseGetLogsUnderResponse(rsp *http.Response) (*GetLogsUnderResponse, error)
ParseGetLogsUnderResponse parses an HTTP response from a GetLogsUnderWithResponse call
func (GetLogsUnderResponse) GetBody ¶
func (r GetLogsUnderResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLogsUnderResponse) GetJSONDefault ¶
func (r GetLogsUnderResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLogsUnderResponse) GetSuccess ¶
func (r GetLogsUnderResponse) GetSuccess() *map[string][]externalRef0.LogResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLogsUnderResponse) Status ¶
func (r GetLogsUnderResponse) Status() string
Status returns HTTPResponse.Status
func (GetLogsUnderResponse) StatusCode ¶
func (r GetLogsUnderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLogsWithLocationBySearchParams ¶
type GetLogsWithLocationBySearchParams struct {
Params map[string]string `form:"params" json:"params"`
// FilterEqLogId Filters by 'logId'
FilterEqLogId *int32 `form:"filter.eq.logId,omitempty" json:"filter.eq.logId,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqLogTime Filters by 'logTime'
FilterEqLogTime *openapi_types.Date `form:"filter.eq.logTime,omitempty" json:"filter.eq.logTime,omitempty"`
// FilterEqItem Filters by 'item'
FilterEqItem *int32 `form:"filter.eq.item,omitempty" json:"filter.eq.item,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLaunch Filters by 'launch'
FilterEqLaunch *int32 `form:"filter.eq.launch,omitempty" json:"filter.eq.launch,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqLevel Filters by 'level'
FilterEqLevel *string `form:"filter.eq.level,omitempty" json:"filter.eq.level,omitempty"`
// FilterEqBinaryContent Filters by 'binaryContent'
FilterEqBinaryContent *string `form:"filter.eq.binaryContent,omitempty" json:"filter.eq.binaryContent,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqMessage Filters by 'message'
FilterEqMessage *string `form:"filter.eq.message,omitempty" json:"filter.eq.message,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqRetryParentLaunchId Filters by 'retryParentLaunchId'
FilterEqRetryParentLaunchId *int32 `form:"filter.eq.retryParentLaunchId,omitempty" json:"filter.eq.retryParentLaunchId,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *string `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetLogsWithLocationBySearchParams defines parameters for GetLogsWithLocationBySearch.
type GetLogsWithLocationBySearchResponse ¶
type GetLogsWithLocationBySearchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PagePagedLogResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetLogsWithLocationBySearchResponse ¶
func ParseGetLogsWithLocationBySearchResponse(rsp *http.Response) (*GetLogsWithLocationBySearchResponse, error)
ParseGetLogsWithLocationBySearchResponse parses an HTTP response from a GetLogsWithLocationBySearchWithResponse call
func (GetLogsWithLocationBySearchResponse) GetBody ¶
func (r GetLogsWithLocationBySearchResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetLogsWithLocationBySearchResponse) GetJSONDefault ¶
func (r GetLogsWithLocationBySearchResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetLogsWithLocationBySearchResponse) GetSuccess ¶
func (r GetLogsWithLocationBySearchResponse) GetSuccess() *externalRef0.PagePagedLogResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetLogsWithLocationBySearchResponse) Status ¶
func (r GetLogsWithLocationBySearchResponse) Status() string
Status returns HTTPResponse.Status
func (GetLogsWithLocationBySearchResponse) StatusCode ¶
func (r GetLogsWithLocationBySearchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetMyPhotoParams ¶
type GetMyPhotoParams struct {
LoadThumbnail *bool `form:"loadThumbnail,omitempty" json:"loadThumbnail,omitempty"`
}
GetMyPhotoParams defines parameters for GetMyPhoto.
type GetMyPhotoResponse ¶
type GetMyPhotoResponse struct {
Body []byte
HTTPResponse *http.Response
JSONDefault *externalRef0.ErrorRS
}
func ParseGetMyPhotoResponse ¶
func ParseGetMyPhotoResponse(rsp *http.Response) (*GetMyPhotoResponse, error)
ParseGetMyPhotoResponse parses an HTTP response from a GetMyPhotoWithResponse call
func (GetMyPhotoResponse) GetBody ¶
func (r GetMyPhotoResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetMyPhotoResponse) GetJSONDefault ¶
func (r GetMyPhotoResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetMyPhotoResponse) Status ¶
func (r GetMyPhotoResponse) Status() string
Status returns HTTPResponse.Status
func (GetMyPhotoResponse) StatusCode ¶
func (r GetMyPhotoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetMyself1Response ¶
type GetMyself1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.UserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetMyself1Response ¶
func ParseGetMyself1Response(rsp *http.Response) (*GetMyself1Response, error)
ParseGetMyself1Response parses an HTTP response from a GetMyself1WithResponse call
func (GetMyself1Response) GetBody ¶
func (r GetMyself1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetMyself1Response) GetJSONDefault ¶
func (r GetMyself1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetMyself1Response) GetSuccess ¶
func (r GetMyself1Response) GetSuccess() *externalRef0.UserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetMyself1Response) Status ¶
func (r GetMyself1Response) Status() string
Status returns HTTPResponse.Status
func (GetMyself1Response) StatusCode ¶
func (r GetMyself1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetMyselfResponse ¶
type GetMyselfResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.UserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetMyselfResponse ¶
func ParseGetMyselfResponse(rsp *http.Response) (*GetMyselfResponse, error)
ParseGetMyselfResponse parses an HTTP response from a GetMyselfWithResponse call
func (GetMyselfResponse) GetBody ¶
func (r GetMyselfResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetMyselfResponse) GetJSONDefault ¶
func (r GetMyselfResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetMyselfResponse) GetSuccess ¶
func (r GetMyselfResponse) GetSuccess() *externalRef0.UserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetMyselfResponse) Status ¶
func (r GetMyselfResponse) Status() string
Status returns HTTPResponse.Status
func (GetMyselfResponse) StatusCode ¶
func (r GetMyselfResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNestedItemsParams ¶
type GetNestedItemsParams struct {
Params map[string]string `form:"params" json:"params"`
// FilterEqLogId Filters by 'logId'
FilterEqLogId *int32 `form:"filter.eq.logId,omitempty" json:"filter.eq.logId,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqLogTime Filters by 'logTime'
FilterEqLogTime *openapi_types.Date `form:"filter.eq.logTime,omitempty" json:"filter.eq.logTime,omitempty"`
// FilterEqItem Filters by 'item'
FilterEqItem *int32 `form:"filter.eq.item,omitempty" json:"filter.eq.item,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLaunch Filters by 'launch'
FilterEqLaunch *int32 `form:"filter.eq.launch,omitempty" json:"filter.eq.launch,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqLevel Filters by 'level'
FilterEqLevel *string `form:"filter.eq.level,omitempty" json:"filter.eq.level,omitempty"`
// FilterEqBinaryContent Filters by 'binaryContent'
FilterEqBinaryContent *string `form:"filter.eq.binaryContent,omitempty" json:"filter.eq.binaryContent,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqMessage Filters by 'message'
FilterEqMessage *string `form:"filter.eq.message,omitempty" json:"filter.eq.message,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqRetryParentLaunchId Filters by 'retryParentLaunchId'
FilterEqRetryParentLaunchId *int32 `form:"filter.eq.retryParentLaunchId,omitempty" json:"filter.eq.retryParentLaunchId,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *string `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetNestedItemsParams defines parameters for GetNestedItems.
type GetNestedItemsResponse ¶
type GetNestedItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageObject
JSONDefault *externalRef0.ErrorRS
}
func ParseGetNestedItemsResponse ¶
func ParseGetNestedItemsResponse(rsp *http.Response) (*GetNestedItemsResponse, error)
ParseGetNestedItemsResponse parses an HTTP response from a GetNestedItemsWithResponse call
func (GetNestedItemsResponse) GetBody ¶
func (r GetNestedItemsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetNestedItemsResponse) GetJSONDefault ¶
func (r GetNestedItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetNestedItemsResponse) GetSuccess ¶
func (r GetNestedItemsResponse) GetSuccess() *externalRef0.PageObject
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetNestedItemsResponse) Status ¶
func (r GetNestedItemsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNestedItemsResponse) StatusCode ¶
func (r GetNestedItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetNotificationsResponse ¶
type GetNotificationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.SenderCaseDTO
JSONDefault *externalRef0.ErrorRS
}
func ParseGetNotificationsResponse ¶
func ParseGetNotificationsResponse(rsp *http.Response) (*GetNotificationsResponse, error)
ParseGetNotificationsResponse parses an HTTP response from a GetNotificationsWithResponse call
func (GetNotificationsResponse) GetBody ¶
func (r GetNotificationsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetNotificationsResponse) GetJSONDefault ¶
func (r GetNotificationsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetNotificationsResponse) GetSuccess ¶
func (r GetNotificationsResponse) GetSuccess() *[]externalRef0.SenderCaseDTO
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetNotificationsResponse) Status ¶
func (r GetNotificationsResponse) Status() string
Status returns HTTPResponse.Status
func (GetNotificationsResponse) StatusCode ¶
func (r GetNotificationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPageNumberParams ¶
type GetPageNumberParams struct {
// FilterEqLogId Filters by 'logId'
FilterEqLogId *int32 `form:"filter.eq.logId,omitempty" json:"filter.eq.logId,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqLogTime Filters by 'logTime'
FilterEqLogTime *openapi_types.Date `form:"filter.eq.logTime,omitempty" json:"filter.eq.logTime,omitempty"`
// FilterEqItem Filters by 'item'
FilterEqItem *int32 `form:"filter.eq.item,omitempty" json:"filter.eq.item,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLaunch Filters by 'launch'
FilterEqLaunch *int32 `form:"filter.eq.launch,omitempty" json:"filter.eq.launch,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqLevel Filters by 'level'
FilterEqLevel *string `form:"filter.eq.level,omitempty" json:"filter.eq.level,omitempty"`
// FilterEqBinaryContent Filters by 'binaryContent'
FilterEqBinaryContent *string `form:"filter.eq.binaryContent,omitempty" json:"filter.eq.binaryContent,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqMessage Filters by 'message'
FilterEqMessage *string `form:"filter.eq.message,omitempty" json:"filter.eq.message,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqRetryParentLaunchId Filters by 'retryParentLaunchId'
FilterEqRetryParentLaunchId *int32 `form:"filter.eq.retryParentLaunchId,omitempty" json:"filter.eq.retryParentLaunchId,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *string `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetPageNumberParams defines parameters for GetPageNumber.
type GetPageNumberResponse ¶
type GetPageNumberResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseGetPageNumberResponse ¶
func ParseGetPageNumberResponse(rsp *http.Response) (*GetPageNumberResponse, error)
ParseGetPageNumberResponse parses an HTTP response from a GetPageNumberWithResponse call
func (GetPageNumberResponse) GetBody ¶
func (r GetPageNumberResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetPageNumberResponse) GetJSONDefault ¶
func (r GetPageNumberResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetPageNumberResponse) GetSuccess ¶
func (r GetPageNumberResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetPageNumberResponse) Status ¶
func (r GetPageNumberResponse) Status() string
Status returns HTTPResponse.Status
func (GetPageNumberResponse) StatusCode ¶
func (r GetPageNumberResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPlugins1Response ¶
type GetPlugins1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.IntegrationTypeResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetPlugins1Response ¶
func ParseGetPlugins1Response(rsp *http.Response) (*GetPlugins1Response, error)
ParseGetPlugins1Response parses an HTTP response from a GetPlugins1WithResponse call
func (GetPlugins1Response) GetBody ¶
func (r GetPlugins1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetPlugins1Response) GetJSONDefault ¶
func (r GetPlugins1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetPlugins1Response) GetSuccess ¶
func (r GetPlugins1Response) GetSuccess() *[]externalRef0.IntegrationTypeResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetPlugins1Response) Status ¶
func (r GetPlugins1Response) Status() string
Status returns HTTPResponse.Status
func (GetPlugins1Response) StatusCode ¶
func (r GetPlugins1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPluginsResponse ¶
type GetPluginsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.IntegrationTypeResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetPluginsResponse ¶
func ParseGetPluginsResponse(rsp *http.Response) (*GetPluginsResponse, error)
ParseGetPluginsResponse parses an HTTP response from a GetPluginsWithResponse call
func (GetPluginsResponse) GetBody ¶
func (r GetPluginsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetPluginsResponse) GetJSONDefault ¶
func (r GetPluginsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetPluginsResponse) GetSuccess ¶
func (r GetPluginsResponse) GetSuccess() *[]externalRef0.IntegrationTypeResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetPluginsResponse) Status ¶
func (r GetPluginsResponse) Status() string
Status returns HTTPResponse.Status
func (GetPluginsResponse) StatusCode ¶
func (r GetPluginsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectGroupByIdResponse ¶
type GetProjectGroupByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ProjectGroupInfo
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectGroupByIdResponse ¶
func ParseGetProjectGroupByIdResponse(rsp *http.Response) (*GetProjectGroupByIdResponse, error)
ParseGetProjectGroupByIdResponse parses an HTTP response from a GetProjectGroupByIdWithResponse call
func (GetProjectGroupByIdResponse) GetBody ¶
func (r GetProjectGroupByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectGroupByIdResponse) GetJSONDefault ¶
func (r GetProjectGroupByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectGroupByIdResponse) GetSuccess ¶
func (r GetProjectGroupByIdResponse) GetSuccess() *externalRef0.ProjectGroupInfo
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectGroupByIdResponse) Status ¶
func (r GetProjectGroupByIdResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectGroupByIdResponse) StatusCode ¶
func (r GetProjectGroupByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectInfoParams ¶
type GetProjectInfoParams struct {
Interval *string `form:"interval,omitempty" json:"interval,omitempty"`
}
GetProjectInfoParams defines parameters for GetProjectInfo.
type GetProjectInfoResponse ¶
type GetProjectInfoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ProjectInfoResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectInfoResponse ¶
func ParseGetProjectInfoResponse(rsp *http.Response) (*GetProjectInfoResponse, error)
ParseGetProjectInfoResponse parses an HTTP response from a GetProjectInfoWithResponse call
func (GetProjectInfoResponse) GetBody ¶
func (r GetProjectInfoResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectInfoResponse) GetJSONDefault ¶
func (r GetProjectInfoResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectInfoResponse) GetSuccess ¶
func (r GetProjectInfoResponse) GetSuccess() *externalRef0.ProjectInfoResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectInfoResponse) Status ¶
func (r GetProjectInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectInfoResponse) StatusCode ¶
func (r GetProjectInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectIntegrationResponse ¶
type GetProjectIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.IntegrationResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectIntegrationResponse ¶
func ParseGetProjectIntegrationResponse(rsp *http.Response) (*GetProjectIntegrationResponse, error)
ParseGetProjectIntegrationResponse parses an HTTP response from a GetProjectIntegrationWithResponse call
func (GetProjectIntegrationResponse) GetBody ¶
func (r GetProjectIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectIntegrationResponse) GetJSONDefault ¶
func (r GetProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectIntegrationResponse) GetSuccess ¶
func (r GetProjectIntegrationResponse) GetSuccess() *externalRef0.IntegrationResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectIntegrationResponse) Status ¶
func (r GetProjectIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectIntegrationResponse) StatusCode ¶
func (r GetProjectIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectIntegrations1Response ¶
type GetProjectIntegrations1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.IntegrationResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectIntegrations1Response ¶
func ParseGetProjectIntegrations1Response(rsp *http.Response) (*GetProjectIntegrations1Response, error)
ParseGetProjectIntegrations1Response parses an HTTP response from a GetProjectIntegrations1WithResponse call
func (GetProjectIntegrations1Response) GetBody ¶
func (r GetProjectIntegrations1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectIntegrations1Response) GetJSONDefault ¶
func (r GetProjectIntegrations1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectIntegrations1Response) GetSuccess ¶
func (r GetProjectIntegrations1Response) GetSuccess() *[]externalRef0.IntegrationResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectIntegrations1Response) Status ¶
func (r GetProjectIntegrations1Response) Status() string
Status returns HTTPResponse.Status
func (GetProjectIntegrations1Response) StatusCode ¶
func (r GetProjectIntegrations1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectIntegrationsResponse ¶
type GetProjectIntegrationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.IntegrationResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectIntegrationsResponse ¶
func ParseGetProjectIntegrationsResponse(rsp *http.Response) (*GetProjectIntegrationsResponse, error)
ParseGetProjectIntegrationsResponse parses an HTTP response from a GetProjectIntegrationsWithResponse call
func (GetProjectIntegrationsResponse) GetBody ¶
func (r GetProjectIntegrationsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectIntegrationsResponse) GetJSONDefault ¶
func (r GetProjectIntegrationsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectIntegrationsResponse) GetSuccess ¶
func (r GetProjectIntegrationsResponse) GetSuccess() *[]externalRef0.IntegrationResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectIntegrationsResponse) Status ¶
func (r GetProjectIntegrationsResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectIntegrationsResponse) StatusCode ¶
func (r GetProjectIntegrationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectLaunchesParams ¶
type GetProjectLaunchesParams struct {
// FilterEqHasRetries Filters by 'hasRetries'
FilterEqHasRetries *bool `form:"filter.eq.hasRetries,omitempty" json:"filter.eq.hasRetries,omitempty"`
// FilterEqEndTime Filters by 'endTime'
FilterEqEndTime *openapi_types.Date `form:"filter.eq.endTime,omitempty" json:"filter.eq.endTime,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqAttributeValue Filters by 'attributeValue'
FilterEqAttributeValue *string `form:"filter.eq.attributeValue,omitempty" json:"filter.eq.attributeValue,omitempty"`
// FilterEqStatisticsDefectsNoDefectNd001 Filters by 'statistics$defects$no_defect$nd001'
FilterEqStatisticsDefectsNoDefectNd001 *int32 `form:"filter.eq.statistics$defects$no_defect$nd001,omitempty" json:"filter.eq.statistics$defects$no_defect$nd001,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqStatisticsExecutionsTotal Filters by 'statistics$executions$total'
FilterEqStatisticsExecutionsTotal *int32 `form:"filter.eq.statistics$executions$total,omitempty" json:"filter.eq.statistics$executions$total,omitempty"`
// FilterEqStatisticsDefectsProductBugPb001 Filters by 'statistics$defects$product_bug$pb001'
FilterEqStatisticsDefectsProductBugPb001 *int32 `` /* 127-byte string literal not displayed */
// FilterEqStatisticsExecutionsFailed Filters by 'statistics$executions$failed'
FilterEqStatisticsExecutionsFailed *int32 `form:"filter.eq.statistics$executions$failed,omitempty" json:"filter.eq.statistics$executions$failed,omitempty"`
// FilterEqStatisticsDefectsToInvestigateTi001 Filters by 'statistics$defects$to_investigate$ti001'
FilterEqStatisticsDefectsToInvestigateTi001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// FilterEqStatisticsDefectsSystemIssueSi001 Filters by 'statistics$defects$system_issue$si001'
FilterEqStatisticsDefectsSystemIssueSi001 *int32 `` /* 129-byte string literal not displayed */
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqStatisticsExecutionsSkipped Filters by 'statistics$executions$skipped'
FilterEqStatisticsExecutionsSkipped *int32 `form:"filter.eq.statistics$executions$skipped,omitempty" json:"filter.eq.statistics$executions$skipped,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *openapi_types.Date `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqAttributeKey Filters by 'attributeKey'
FilterEqAttributeKey *string `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
// FilterEqStatisticsDefectsAutomationBugAb001 Filters by 'statistics$defects$automation_bug$ab001'
FilterEqStatisticsDefectsAutomationBugAb001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqNumber Filters by 'number'
FilterEqNumber *int32 `form:"filter.eq.number,omitempty" json:"filter.eq.number,omitempty"`
// FilterEqUserId Filters by 'userId'
FilterEqUserId *int32 `form:"filter.eq.userId,omitempty" json:"filter.eq.userId,omitempty"`
// FilterEqMode Filters by 'mode'
FilterEqMode *string `form:"filter.eq.mode,omitempty" json:"filter.eq.mode,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
// FilterEqStatisticsExecutionsPassed Filters by 'statistics$executions$passed'
FilterEqStatisticsExecutionsPassed *int32 `form:"filter.eq.statistics$executions$passed,omitempty" json:"filter.eq.statistics$executions$passed,omitempty"`
// FilterEqStartTime Filters by 'startTime'
FilterEqStartTime *openapi_types.Date `form:"filter.eq.startTime,omitempty" json:"filter.eq.startTime,omitempty"`
// FilterHasCompositeAttribute Filters by 'compositeAttribute'
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetProjectLaunchesParams defines parameters for GetProjectLaunches.
type GetProjectLaunchesResponse ¶
type GetProjectLaunchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageLaunchResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectLaunchesResponse ¶
func ParseGetProjectLaunchesResponse(rsp *http.Response) (*GetProjectLaunchesResponse, error)
ParseGetProjectLaunchesResponse parses an HTTP response from a GetProjectLaunchesWithResponse call
func (GetProjectLaunchesResponse) GetBody ¶
func (r GetProjectLaunchesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectLaunchesResponse) GetJSONDefault ¶
func (r GetProjectLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectLaunchesResponse) GetSuccess ¶
func (r GetProjectLaunchesResponse) GetSuccess() *externalRef0.PageLaunchResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectLaunchesResponse) Status ¶
func (r GetProjectLaunchesResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectLaunchesResponse) StatusCode ¶
func (r GetProjectLaunchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectResponse ¶
type GetProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ProjectResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectResponse ¶
func ParseGetProjectResponse(rsp *http.Response) (*GetProjectResponse, error)
ParseGetProjectResponse parses an HTTP response from a GetProjectWithResponse call
func (GetProjectResponse) GetBody ¶
func (r GetProjectResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectResponse) GetJSONDefault ¶
func (r GetProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectResponse) GetSuccess ¶
func (r GetProjectResponse) GetSuccess() *externalRef0.ProjectResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectResponse) Status ¶
func (r GetProjectResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectResponse) StatusCode ¶
func (r GetProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectSettingsResponse ¶
type GetProjectSettingsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ProjectSettingsResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectSettingsResponse ¶
func ParseGetProjectSettingsResponse(rsp *http.Response) (*GetProjectSettingsResponse, error)
ParseGetProjectSettingsResponse parses an HTTP response from a GetProjectSettingsWithResponse call
func (GetProjectSettingsResponse) GetBody ¶
func (r GetProjectSettingsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectSettingsResponse) GetJSONDefault ¶
func (r GetProjectSettingsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectSettingsResponse) GetSuccess ¶
func (r GetProjectSettingsResponse) GetSuccess() *externalRef0.ProjectSettingsResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectSettingsResponse) Status ¶
func (r GetProjectSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectSettingsResponse) StatusCode ¶
func (r GetProjectSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectSubjectNameParams ¶
type GetProjectSubjectNameParams struct {
FilterCntSubjectName string `form:"filter.cnt.subjectName" json:"filter.cnt.subjectName"`
}
GetProjectSubjectNameParams defines parameters for GetProjectSubjectName.
type GetProjectSubjectNameResponse ¶
type GetProjectSubjectNameResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectSubjectNameResponse ¶
func ParseGetProjectSubjectNameResponse(rsp *http.Response) (*GetProjectSubjectNameResponse, error)
ParseGetProjectSubjectNameResponse parses an HTTP response from a GetProjectSubjectNameWithResponse call
func (GetProjectSubjectNameResponse) GetBody ¶
func (r GetProjectSubjectNameResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectSubjectNameResponse) GetJSONDefault ¶
func (r GetProjectSubjectNameResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectSubjectNameResponse) GetSuccess ¶
func (r GetProjectSubjectNameResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectSubjectNameResponse) Status ¶
func (r GetProjectSubjectNameResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectSubjectNameResponse) StatusCode ¶
func (r GetProjectSubjectNameResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectUsers1Params ¶
type GetProjectUsers1Params struct {
FilterCntUsers string `form:"filter.cnt.users" json:"filter.cnt.users"`
}
GetProjectUsers1Params defines parameters for GetProjectUsers1.
type GetProjectUsers1Response ¶
type GetProjectUsers1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectUsers1Response ¶
func ParseGetProjectUsers1Response(rsp *http.Response) (*GetProjectUsers1Response, error)
ParseGetProjectUsers1Response parses an HTTP response from a GetProjectUsers1WithResponse call
func (GetProjectUsers1Response) GetBody ¶
func (r GetProjectUsers1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectUsers1Response) GetJSONDefault ¶
func (r GetProjectUsers1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectUsers1Response) GetSuccess ¶
func (r GetProjectUsers1Response) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectUsers1Response) Status ¶
func (r GetProjectUsers1Response) Status() string
Status returns HTTPResponse.Status
func (GetProjectUsers1Response) StatusCode ¶
func (r GetProjectUsers1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectUsersParams ¶
type GetProjectUsersParams struct {
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqLastLogin Filters by 'lastLogin'
FilterEqLastLogin *int32 `form:"filter.eq.lastLogin,omitempty" json:"filter.eq.lastLogin,omitempty"`
// FilterEqRole Filters by 'role'
FilterEqRole *string `form:"filter.eq.role,omitempty" json:"filter.eq.role,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqExpired Filters by 'expired'
FilterEqExpired *bool `form:"filter.eq.expired,omitempty" json:"filter.eq.expired,omitempty"`
// FilterEqSynchronizationDate Filters by 'synchronizationDate'
FilterEqSynchronizationDate *int32 `form:"filter.eq.synchronizationDate,omitempty" json:"filter.eq.synchronizationDate,omitempty"`
// FilterEqExternalId Filters by 'externalId'
FilterEqExternalId *string `form:"filter.eq.externalId,omitempty" json:"filter.eq.externalId,omitempty"`
// FilterEqActive Filters by 'active'
FilterEqActive *bool `form:"filter.eq.active,omitempty" json:"filter.eq.active,omitempty"`
// FilterEqProject Filters by 'project'
FilterEqProject *[]interface{} `form:"filter.eq.project,omitempty" json:"filter.eq.project,omitempty"`
// FilterEqEmail Filters by 'email'
FilterEqEmail *string `form:"filter.eq.email,omitempty" json:"filter.eq.email,omitempty"`
// FilterEqFullName Filters by 'fullName'
FilterEqFullName *string `form:"filter.eq.fullName,omitempty" json:"filter.eq.fullName,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetProjectUsersParams defines parameters for GetProjectUsers.
type GetProjectUsersResponse ¶
type GetProjectUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageUserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectUsersResponse ¶
func ParseGetProjectUsersResponse(rsp *http.Response) (*GetProjectUsersResponse, error)
ParseGetProjectUsersResponse parses an HTTP response from a GetProjectUsersWithResponse call
func (GetProjectUsersResponse) GetBody ¶
func (r GetProjectUsersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectUsersResponse) GetJSONDefault ¶
func (r GetProjectUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectUsersResponse) GetSuccess ¶
func (r GetProjectUsersResponse) GetSuccess() *externalRef0.PageUserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectUsersResponse) Status ¶
func (r GetProjectUsersResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectUsersResponse) StatusCode ¶
func (r GetProjectUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetProjectWidgetParams ¶
type GetProjectWidgetParams struct {
Interval *string `form:"interval,omitempty" json:"interval,omitempty"`
}
GetProjectWidgetParams defines parameters for GetProjectWidget.
type GetProjectWidgetResponse ¶
type GetProjectWidgetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseGetProjectWidgetResponse ¶
func ParseGetProjectWidgetResponse(rsp *http.Response) (*GetProjectWidgetResponse, error)
ParseGetProjectWidgetResponse parses an HTTP response from a GetProjectWidgetWithResponse call
func (GetProjectWidgetResponse) GetBody ¶
func (r GetProjectWidgetResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetProjectWidgetResponse) GetJSONDefault ¶
func (r GetProjectWidgetResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetProjectWidgetResponse) GetSuccess ¶
func (r GetProjectWidgetResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetProjectWidgetResponse) Status ¶
func (r GetProjectWidgetResponse) Status() string
Status returns HTTPResponse.Status
func (GetProjectWidgetResponse) StatusCode ¶
func (r GetProjectWidgetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetPublicFileResponse ¶
type GetPublicFileResponse struct {
Body []byte
HTTPResponse *http.Response
JSONDefault *externalRef0.ErrorRS
}
func ParseGetPublicFileResponse ¶
func ParseGetPublicFileResponse(rsp *http.Response) (*GetPublicFileResponse, error)
ParseGetPublicFileResponse parses an HTTP response from a GetPublicFileWithResponse call
func (GetPublicFileResponse) GetBody ¶
func (r GetPublicFileResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetPublicFileResponse) GetJSONDefault ¶
func (r GetPublicFileResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetPublicFileResponse) Status ¶
func (r GetPublicFileResponse) Status() string
Status returns HTTPResponse.Status
func (GetPublicFileResponse) StatusCode ¶
func (r GetPublicFileResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetServerSettingsResponse ¶
type GetServerSettingsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetServerSettingsResponse ¶
func ParseGetServerSettingsResponse(rsp *http.Response) (*GetServerSettingsResponse, error)
ParseGetServerSettingsResponse parses an HTTP response from a GetServerSettingsWithResponse call
func (GetServerSettingsResponse) GetBody ¶
func (r GetServerSettingsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetServerSettingsResponse) GetJSONDefault ¶
func (r GetServerSettingsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetServerSettingsResponse) GetSuccess ¶
func (r GetServerSettingsResponse) GetSuccess() *map[string]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetServerSettingsResponse) Status ¶
func (r GetServerSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (GetServerSettingsResponse) StatusCode ¶
func (r GetServerSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSetOfIntegrationSystemFields1Params ¶
type GetSetOfIntegrationSystemFields1Params struct {
IssueType string `form:"issueType" json:"issueType"`
}
GetSetOfIntegrationSystemFields1Params defines parameters for GetSetOfIntegrationSystemFields1.
type GetSetOfIntegrationSystemFields1Response ¶
type GetSetOfIntegrationSystemFields1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.PostFormField
JSONDefault *externalRef0.ErrorRS
}
func ParseGetSetOfIntegrationSystemFields1Response ¶
func ParseGetSetOfIntegrationSystemFields1Response(rsp *http.Response) (*GetSetOfIntegrationSystemFields1Response, error)
ParseGetSetOfIntegrationSystemFields1Response parses an HTTP response from a GetSetOfIntegrationSystemFields1WithResponse call
func (GetSetOfIntegrationSystemFields1Response) GetBody ¶
func (r GetSetOfIntegrationSystemFields1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetSetOfIntegrationSystemFields1Response) GetJSONDefault ¶
func (r GetSetOfIntegrationSystemFields1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetSetOfIntegrationSystemFields1Response) GetSuccess ¶
func (r GetSetOfIntegrationSystemFields1Response) GetSuccess() *[]externalRef0.PostFormField
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetSetOfIntegrationSystemFields1Response) Status ¶
func (r GetSetOfIntegrationSystemFields1Response) Status() string
Status returns HTTPResponse.Status
func (GetSetOfIntegrationSystemFields1Response) StatusCode ¶
func (r GetSetOfIntegrationSystemFields1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSetOfIntegrationSystemFieldsParams ¶
type GetSetOfIntegrationSystemFieldsParams struct {
IssueType string `form:"issueType" json:"issueType"`
}
GetSetOfIntegrationSystemFieldsParams defines parameters for GetSetOfIntegrationSystemFields.
type GetSetOfIntegrationSystemFieldsResponse ¶
type GetSetOfIntegrationSystemFieldsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.PostFormField
JSONDefault *externalRef0.ErrorRS
}
func ParseGetSetOfIntegrationSystemFieldsResponse ¶
func ParseGetSetOfIntegrationSystemFieldsResponse(rsp *http.Response) (*GetSetOfIntegrationSystemFieldsResponse, error)
ParseGetSetOfIntegrationSystemFieldsResponse parses an HTTP response from a GetSetOfIntegrationSystemFieldsWithResponse call
func (GetSetOfIntegrationSystemFieldsResponse) GetBody ¶
func (r GetSetOfIntegrationSystemFieldsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetSetOfIntegrationSystemFieldsResponse) GetJSONDefault ¶
func (r GetSetOfIntegrationSystemFieldsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetSetOfIntegrationSystemFieldsResponse) GetSuccess ¶
func (r GetSetOfIntegrationSystemFieldsResponse) GetSuccess() *[]externalRef0.PostFormField
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetSetOfIntegrationSystemFieldsResponse) Status ¶
func (r GetSetOfIntegrationSystemFieldsResponse) Status() string
Status returns HTTPResponse.Status
func (GetSetOfIntegrationSystemFieldsResponse) StatusCode ¶
func (r GetSetOfIntegrationSystemFieldsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetStatusesParams ¶
type GetStatusesParams struct {
Ids []int64 `form:"ids" json:"ids"`
}
GetStatusesParams defines parameters for GetStatuses.
type GetStatusesResponse ¶
type GetStatusesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetStatusesResponse ¶
func ParseGetStatusesResponse(rsp *http.Response) (*GetStatusesResponse, error)
ParseGetStatusesResponse parses an HTTP response from a GetStatusesWithResponse call
func (GetStatusesResponse) GetBody ¶
func (r GetStatusesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetStatusesResponse) GetJSONDefault ¶
func (r GetStatusesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetStatusesResponse) GetSuccess ¶
func (r GetStatusesResponse) GetSuccess() *map[string]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetStatusesResponse) Status ¶
func (r GetStatusesResponse) Status() string
Status returns HTTPResponse.Status
func (GetStatusesResponse) StatusCode ¶
func (r GetStatusesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSuggestedClusterItemsResponse ¶
type GetSuggestedClusterItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.SuggestedItem
JSONDefault *externalRef0.ErrorRS
}
func ParseGetSuggestedClusterItemsResponse ¶
func ParseGetSuggestedClusterItemsResponse(rsp *http.Response) (*GetSuggestedClusterItemsResponse, error)
ParseGetSuggestedClusterItemsResponse parses an HTTP response from a GetSuggestedClusterItemsWithResponse call
func (GetSuggestedClusterItemsResponse) GetBody ¶
func (r GetSuggestedClusterItemsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetSuggestedClusterItemsResponse) GetJSONDefault ¶
func (r GetSuggestedClusterItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetSuggestedClusterItemsResponse) GetSuccess ¶
func (r GetSuggestedClusterItemsResponse) GetSuccess() *[]externalRef0.SuggestedItem
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetSuggestedClusterItemsResponse) Status ¶
func (r GetSuggestedClusterItemsResponse) Status() string
Status returns HTTPResponse.Status
func (GetSuggestedClusterItemsResponse) StatusCode ¶
func (r GetSuggestedClusterItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetSuggestedItemsResponse ¶
type GetSuggestedItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.SuggestedItem
JSONDefault *externalRef0.ErrorRS
}
func ParseGetSuggestedItemsResponse ¶
func ParseGetSuggestedItemsResponse(rsp *http.Response) (*GetSuggestedItemsResponse, error)
ParseGetSuggestedItemsResponse parses an HTTP response from a GetSuggestedItemsWithResponse call
func (GetSuggestedItemsResponse) GetBody ¶
func (r GetSuggestedItemsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetSuggestedItemsResponse) GetJSONDefault ¶
func (r GetSuggestedItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetSuggestedItemsResponse) GetSuccess ¶
func (r GetSuggestedItemsResponse) GetSuccess() *[]externalRef0.SuggestedItem
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetSuggestedItemsResponse) Status ¶
func (r GetSuggestedItemsResponse) Status() string
Status returns HTTPResponse.Status
func (GetSuggestedItemsResponse) StatusCode ¶
func (r GetSuggestedItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItemActivitiesParams ¶
type GetTestItemActivitiesParams struct {
// FilterEqObjectName Filters by 'objectName'
FilterEqObjectName *string `form:"filter.eq.objectName,omitempty" json:"filter.eq.objectName,omitempty"`
// FilterEqSubjectName Filters by 'subjectName'
FilterEqSubjectName *string `form:"filter.eq.subjectName,omitempty" json:"filter.eq.subjectName,omitempty"`
// FilterEqProjectName Filters by 'projectName'
FilterEqProjectName *string `form:"filter.eq.projectName,omitempty" json:"filter.eq.projectName,omitempty"`
// FilterEqObjectId Filters by 'objectId'
FilterEqObjectId *int32 `form:"filter.eq.objectId,omitempty" json:"filter.eq.objectId,omitempty"`
// FilterEqSubjectId Filters by 'subjectId'
FilterEqSubjectId *int32 `form:"filter.eq.subjectId,omitempty" json:"filter.eq.subjectId,omitempty"`
// FilterEqObjectType Filters by 'objectType'
FilterEqObjectType *string `form:"filter.eq.objectType,omitempty" json:"filter.eq.objectType,omitempty"`
// FilterEqSubjectType Filters by 'subjectType'
FilterEqSubjectType *string `form:"filter.eq.subjectType,omitempty" json:"filter.eq.subjectType,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqPriority Filters by 'priority'
FilterEqPriority *string `form:"filter.eq.priority,omitempty" json:"filter.eq.priority,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqEventName Filters by 'eventName'
FilterEqEventName *string `form:"filter.eq.eventName,omitempty" json:"filter.eq.eventName,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqAction Filters by 'action'
FilterEqAction *string `form:"filter.eq.action,omitempty" json:"filter.eq.action,omitempty"`
// FilterEqCreatedAt Filters by 'createdAt'
FilterEqCreatedAt *openapi_types.Date `form:"filter.eq.createdAt,omitempty" json:"filter.eq.createdAt,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetTestItemActivitiesParams defines parameters for GetTestItemActivities.
type GetTestItemActivitiesResponse ¶
type GetTestItemActivitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageActivityEventResource
JSON404 *externalRef0.ErrorRS
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItemActivitiesResponse ¶
func ParseGetTestItemActivitiesResponse(rsp *http.Response) (*GetTestItemActivitiesResponse, error)
ParseGetTestItemActivitiesResponse parses an HTTP response from a GetTestItemActivitiesWithResponse call
func (GetTestItemActivitiesResponse) GetBody ¶
func (r GetTestItemActivitiesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItemActivitiesResponse) GetJSONDefault ¶
func (r GetTestItemActivitiesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItemActivitiesResponse) GetSuccess ¶
func (r GetTestItemActivitiesResponse) GetSuccess() *externalRef0.PageActivityEventResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTestItemActivitiesResponse) Status ¶
func (r GetTestItemActivitiesResponse) Status() string
Status returns HTTPResponse.Status
func (GetTestItemActivitiesResponse) StatusCode ¶
func (r GetTestItemActivitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItemByUuidTimestampResponse ¶
type GetTestItemByUuidTimestampResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.TestItemResourceOld
ApplicationXReportportalTestV2JSON200 *externalRef0.TestItemResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItemByUuidTimestampResponse ¶
func ParseGetTestItemByUuidTimestampResponse(rsp *http.Response) (*GetTestItemByUuidTimestampResponse, error)
ParseGetTestItemByUuidTimestampResponse parses an HTTP response from a GetTestItemByUuidTimestampWithResponse call
func (GetTestItemByUuidTimestampResponse) GetBody ¶
func (r GetTestItemByUuidTimestampResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItemByUuidTimestampResponse) GetJSONDefault ¶
func (r GetTestItemByUuidTimestampResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItemByUuidTimestampResponse) Status ¶
func (r GetTestItemByUuidTimestampResponse) Status() string
Status returns HTTPResponse.Status
func (GetTestItemByUuidTimestampResponse) StatusCode ¶
func (r GetTestItemByUuidTimestampResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItemResponse ¶
type GetTestItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.TestItemResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItemResponse ¶
func ParseGetTestItemResponse(rsp *http.Response) (*GetTestItemResponse, error)
ParseGetTestItemResponse parses an HTTP response from a GetTestItemWithResponse call
func (GetTestItemResponse) GetBody ¶
func (r GetTestItemResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItemResponse) GetJSONDefault ¶
func (r GetTestItemResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItemResponse) GetSuccess ¶
func (r GetTestItemResponse) GetSuccess() *externalRef0.TestItemResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTestItemResponse) Status ¶
func (r GetTestItemResponse) Status() string
Status returns HTTPResponse.Status
func (GetTestItemResponse) StatusCode ¶
func (r GetTestItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItems1Params ¶
type GetTestItems1Params struct {
Params map[string]string `form:"params" json:"params"`
// FilterEqLocator Filters by 'locator'
FilterEqLocator *string `form:"filter.eq.locator,omitempty" json:"filter.eq.locator,omitempty"`
// FilterEqHasRetries Filters by 'hasRetries'
FilterEqHasRetries *bool `form:"filter.eq.hasRetries,omitempty" json:"filter.eq.hasRetries,omitempty"`
// FilterEqEndTime Filters by 'endTime'
FilterEqEndTime *openapi_types.Date `form:"filter.eq.endTime,omitempty" json:"filter.eq.endTime,omitempty"`
// FilterEqStatisticsDefectsNoDefectNd001 Filters by 'statistics$defects$no_defect$nd001'
FilterEqStatisticsDefectsNoDefectNd001 *int32 `form:"filter.eq.statistics$defects$no_defect$nd001,omitempty" json:"filter.eq.statistics$defects$no_defect$nd001,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqTicketId Filters by 'ticketId'
FilterEqTicketId *string `form:"filter.eq.ticketId,omitempty" json:"filter.eq.ticketId,omitempty"`
// FilterEqParentId Filters by 'parentId'
FilterEqParentId *int32 `form:"filter.eq.parentId,omitempty" json:"filter.eq.parentId,omitempty"`
// FilterEqHasStats Filters by 'hasStats'
FilterEqHasStats *bool `form:"filter.eq.hasStats,omitempty" json:"filter.eq.hasStats,omitempty"`
// FilterEqTestCaseHash Filters by 'testCaseHash'
FilterEqTestCaseHash *int32 `form:"filter.eq.testCaseHash,omitempty" json:"filter.eq.testCaseHash,omitempty"`
// FilterEqStatisticsDefectsToInvestigateTi001 Filters by 'statistics$defects$to_investigate$ti001'
FilterEqStatisticsDefectsToInvestigateTi001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// FilterEqStatisticsDefectsSystemIssueSi001 Filters by 'statistics$defects$system_issue$si001'
FilterEqStatisticsDefectsSystemIssueSi001 *int32 `` /* 129-byte string literal not displayed */
// FilterEqIssueType Filters by 'issueType'
FilterEqIssueType *string `form:"filter.eq.issueType,omitempty" json:"filter.eq.issueType,omitempty"`
// FilterEqStatisticsExecutionsSkipped Filters by 'statistics$executions$skipped'
FilterEqStatisticsExecutionsSkipped *int32 `form:"filter.eq.statistics$executions$skipped,omitempty" json:"filter.eq.statistics$executions$skipped,omitempty"`
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqStatisticsDefectsAutomationBugAb001 Filters by 'statistics$defects$automation_bug$ab001'
FilterEqStatisticsDefectsAutomationBugAb001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqAttributeValue Filters by 'attributeValue'
FilterEqAttributeValue *[]interface{} `form:"filter.eq.attributeValue,omitempty" json:"filter.eq.attributeValue,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *int32 `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// FilterHasCompositeSystemAttribute Filters by 'compositeSystemAttribute'
FilterHasCompositeSystemAttribute *string `form:"filter.has.compositeSystemAttribute,omitempty" json:"filter.has.compositeSystemAttribute,omitempty"`
// FilterEqIssueGroupId Filters by 'issueGroupId'
FilterEqIssueGroupId *string `form:"filter.eq.issueGroupId,omitempty" json:"filter.eq.issueGroupId,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
// FilterEqUniqueId Filters by 'uniqueId'
FilterEqUniqueId *string `form:"filter.eq.uniqueId,omitempty" json:"filter.eq.uniqueId,omitempty"`
// FilterEqStatisticsExecutionsPassed Filters by 'statistics$executions$passed'
FilterEqStatisticsExecutionsPassed *int32 `form:"filter.eq.statistics$executions$passed,omitempty" json:"filter.eq.statistics$executions$passed,omitempty"`
// FilterEqIgnoreAnalyzer Filters by 'ignoreAnalyzer'
FilterEqIgnoreAnalyzer *bool `form:"filter.eq.ignoreAnalyzer,omitempty" json:"filter.eq.ignoreAnalyzer,omitempty"`
// FilterEqIssueComment Filters by 'issueComment'
FilterEqIssueComment *string `form:"filter.eq.issueComment,omitempty" json:"filter.eq.issueComment,omitempty"`
// FilterEqStartTime Filters by 'startTime'
FilterEqStartTime *openapi_types.Date `form:"filter.eq.startTime,omitempty" json:"filter.eq.startTime,omitempty"`
// FilterHasCompositeAttribute Filters by 'compositeAttribute'
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
// FilterEqValue Filters by 'value'
FilterEqValue *string `form:"filter.eq.value,omitempty" json:"filter.eq.value,omitempty"`
// FilterEqIssueTypeId Filters by 'issueTypeId'
FilterEqIssueTypeId *int32 `form:"filter.eq.issueTypeId,omitempty" json:"filter.eq.issueTypeId,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqPatternName Filters by 'patternName'
FilterEqPatternName *[]interface{} `form:"filter.eq.patternName,omitempty" json:"filter.eq.patternName,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqAttributeKey Filters by 'attributeKey'
FilterEqAttributeKey *[]interface{} `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
// FilterEqHasChildren Filters by 'hasChildren'
FilterEqHasChildren *bool `form:"filter.eq.hasChildren,omitempty" json:"filter.eq.hasChildren,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqStatisticsExecutionsTotal Filters by 'statistics$executions$total'
FilterEqStatisticsExecutionsTotal *int32 `form:"filter.eq.statistics$executions$total,omitempty" json:"filter.eq.statistics$executions$total,omitempty"`
// FilterEqStatisticsDefectsProductBugPb001 Filters by 'statistics$defects$product_bug$pb001'
FilterEqStatisticsDefectsProductBugPb001 *int32 `` /* 127-byte string literal not displayed */
// FilterEqStatisticsExecutionsFailed Filters by 'statistics$executions$failed'
FilterEqStatisticsExecutionsFailed *int32 `form:"filter.eq.statistics$executions$failed,omitempty" json:"filter.eq.statistics$executions$failed,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *string `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqTestCaseId Filters by 'testCaseId'
FilterEqTestCaseId *string `form:"filter.eq.testCaseId,omitempty" json:"filter.eq.testCaseId,omitempty"`
// FilterEqKey Filters by 'key'
FilterEqKey *string `form:"filter.eq.key,omitempty" json:"filter.eq.key,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLevelAttribute Filters by 'levelAttribute'
FilterEqLevelAttribute *[]interface{} `form:"filter.eq.levelAttribute,omitempty" json:"filter.eq.levelAttribute,omitempty"`
// FilterEqMode Filters by 'mode'
FilterEqMode *string `form:"filter.eq.mode,omitempty" json:"filter.eq.mode,omitempty"`
// FilterEqClusterId Filters by 'clusterId'
FilterEqClusterId *int32 `form:"filter.eq.clusterId,omitempty" json:"filter.eq.clusterId,omitempty"`
// FilterEqIssueId Filters by 'issueId'
FilterEqIssueId *int32 `form:"filter.eq.issueId,omitempty" json:"filter.eq.issueId,omitempty"`
// FilterEqDuration Filters by 'duration'
FilterEqDuration *int32 `form:"filter.eq.duration,omitempty" json:"filter.eq.duration,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
}
GetTestItems1Params defines parameters for GetTestItems1.
type GetTestItems1Response ¶
type GetTestItems1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.StatisticsResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItems1Response ¶
func ParseGetTestItems1Response(rsp *http.Response) (*GetTestItems1Response, error)
ParseGetTestItems1Response parses an HTTP response from a GetTestItems1WithResponse call
func (GetTestItems1Response) GetBody ¶
func (r GetTestItems1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItems1Response) GetJSONDefault ¶
func (r GetTestItems1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItems1Response) GetSuccess ¶
func (r GetTestItems1Response) GetSuccess() *externalRef0.StatisticsResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTestItems1Response) Status ¶
func (r GetTestItems1Response) Status() string
Status returns HTTPResponse.Status
func (GetTestItems1Response) StatusCode ¶
func (r GetTestItems1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItems2Params ¶
type GetTestItems2Params struct {
FilterCntName *string `form:"filter.cnt.name,omitempty" json:"filter.cnt.name,omitempty"`
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
FilterInStatus *string `form:"filter.in.status,omitempty" json:"filter.in.status,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetTestItems2Params defines parameters for GetTestItems2.
type GetTestItems2Response ¶
type GetTestItems2Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageTestItemResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItems2Response ¶
func ParseGetTestItems2Response(rsp *http.Response) (*GetTestItems2Response, error)
ParseGetTestItems2Response parses an HTTP response from a GetTestItems2WithResponse call
func (GetTestItems2Response) GetBody ¶
func (r GetTestItems2Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItems2Response) GetJSONDefault ¶
func (r GetTestItems2Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItems2Response) GetSuccess ¶
func (r GetTestItems2Response) GetSuccess() *externalRef0.PageTestItemResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTestItems2Response) Status ¶
func (r GetTestItems2Response) Status() string
Status returns HTTPResponse.Status
func (GetTestItems2Response) StatusCode ¶
func (r GetTestItems2Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItems3Params ¶
type GetTestItems3Params struct {
Ids []int64 `form:"ids" json:"ids"`
}
GetTestItems3Params defines parameters for GetTestItems3.
type GetTestItems3Response ¶
type GetTestItems3Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.TestItemResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItems3Response ¶
func ParseGetTestItems3Response(rsp *http.Response) (*GetTestItems3Response, error)
ParseGetTestItems3Response parses an HTTP response from a GetTestItems3WithResponse call
func (GetTestItems3Response) GetBody ¶
func (r GetTestItems3Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItems3Response) GetJSONDefault ¶
func (r GetTestItems3Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItems3Response) GetSuccess ¶
func (r GetTestItems3Response) GetSuccess() *[]externalRef0.TestItemResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTestItems3Response) Status ¶
func (r GetTestItems3Response) Status() string
Status returns HTTPResponse.Status
func (GetTestItems3Response) StatusCode ¶
func (r GetTestItems3Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItemsParams ¶
type GetTestItemsParams struct {
FilterId *int64 `form:"filterId,omitempty" json:"filterId,omitempty"`
IsLatest *bool `form:"isLatest,omitempty" json:"isLatest,omitempty"`
LaunchesLimit *int32 `form:"launchesLimit,omitempty" json:"launchesLimit,omitempty"`
// FilterEqLocator Filters by 'locator'
FilterEqLocator *string `form:"filter.eq.locator,omitempty" json:"filter.eq.locator,omitempty"`
// FilterEqHasRetries Filters by 'hasRetries'
FilterEqHasRetries *bool `form:"filter.eq.hasRetries,omitempty" json:"filter.eq.hasRetries,omitempty"`
// FilterEqEndTime Filters by 'endTime'
FilterEqEndTime *openapi_types.Date `form:"filter.eq.endTime,omitempty" json:"filter.eq.endTime,omitempty"`
// FilterEqStatisticsDefectsNoDefectNd001 Filters by 'statistics$defects$no_defect$nd001'
FilterEqStatisticsDefectsNoDefectNd001 *int32 `form:"filter.eq.statistics$defects$no_defect$nd001,omitempty" json:"filter.eq.statistics$defects$no_defect$nd001,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqTicketId Filters by 'ticketId'
FilterEqTicketId *string `form:"filter.eq.ticketId,omitempty" json:"filter.eq.ticketId,omitempty"`
// FilterEqParentId Filters by 'parentId'
FilterEqParentId *int32 `form:"filter.eq.parentId,omitempty" json:"filter.eq.parentId,omitempty"`
// FilterEqHasStats Filters by 'hasStats'
FilterEqHasStats *bool `form:"filter.eq.hasStats,omitempty" json:"filter.eq.hasStats,omitempty"`
// FilterEqTestCaseHash Filters by 'testCaseHash'
FilterEqTestCaseHash *int32 `form:"filter.eq.testCaseHash,omitempty" json:"filter.eq.testCaseHash,omitempty"`
// FilterEqStatisticsDefectsToInvestigateTi001 Filters by 'statistics$defects$to_investigate$ti001'
FilterEqStatisticsDefectsToInvestigateTi001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// FilterEqStatisticsDefectsSystemIssueSi001 Filters by 'statistics$defects$system_issue$si001'
FilterEqStatisticsDefectsSystemIssueSi001 *int32 `` /* 129-byte string literal not displayed */
// FilterEqIssueType Filters by 'issueType'
FilterEqIssueType *string `form:"filter.eq.issueType,omitempty" json:"filter.eq.issueType,omitempty"`
// FilterEqStatisticsExecutionsSkipped Filters by 'statistics$executions$skipped'
FilterEqStatisticsExecutionsSkipped *int32 `form:"filter.eq.statistics$executions$skipped,omitempty" json:"filter.eq.statistics$executions$skipped,omitempty"`
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqStatisticsDefectsAutomationBugAb001 Filters by 'statistics$defects$automation_bug$ab001'
FilterEqStatisticsDefectsAutomationBugAb001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqAttributeValue Filters by 'attributeValue'
FilterEqAttributeValue *[]interface{} `form:"filter.eq.attributeValue,omitempty" json:"filter.eq.attributeValue,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *int32 `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// FilterHasCompositeSystemAttribute Filters by 'compositeSystemAttribute'
FilterHasCompositeSystemAttribute *string `form:"filter.has.compositeSystemAttribute,omitempty" json:"filter.has.compositeSystemAttribute,omitempty"`
// FilterEqIssueGroupId Filters by 'issueGroupId'
FilterEqIssueGroupId *string `form:"filter.eq.issueGroupId,omitempty" json:"filter.eq.issueGroupId,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
// FilterEqUniqueId Filters by 'uniqueId'
FilterEqUniqueId *string `form:"filter.eq.uniqueId,omitempty" json:"filter.eq.uniqueId,omitempty"`
// FilterEqStatisticsExecutionsPassed Filters by 'statistics$executions$passed'
FilterEqStatisticsExecutionsPassed *int32 `form:"filter.eq.statistics$executions$passed,omitempty" json:"filter.eq.statistics$executions$passed,omitempty"`
// FilterEqIgnoreAnalyzer Filters by 'ignoreAnalyzer'
FilterEqIgnoreAnalyzer *bool `form:"filter.eq.ignoreAnalyzer,omitempty" json:"filter.eq.ignoreAnalyzer,omitempty"`
// FilterEqIssueComment Filters by 'issueComment'
FilterEqIssueComment *string `form:"filter.eq.issueComment,omitempty" json:"filter.eq.issueComment,omitempty"`
// FilterEqStartTime Filters by 'startTime'
FilterEqStartTime *openapi_types.Date `form:"filter.eq.startTime,omitempty" json:"filter.eq.startTime,omitempty"`
// FilterHasCompositeAttribute Filters by 'compositeAttribute'
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
// FilterEqValue Filters by 'value'
FilterEqValue *string `form:"filter.eq.value,omitempty" json:"filter.eq.value,omitempty"`
// FilterEqIssueTypeId Filters by 'issueTypeId'
FilterEqIssueTypeId *int32 `form:"filter.eq.issueTypeId,omitempty" json:"filter.eq.issueTypeId,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqPatternName Filters by 'patternName'
FilterEqPatternName *[]interface{} `form:"filter.eq.patternName,omitempty" json:"filter.eq.patternName,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqAttributeKey Filters by 'attributeKey'
FilterEqAttributeKey *[]interface{} `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
// FilterEqHasChildren Filters by 'hasChildren'
FilterEqHasChildren *bool `form:"filter.eq.hasChildren,omitempty" json:"filter.eq.hasChildren,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqStatisticsExecutionsTotal Filters by 'statistics$executions$total'
FilterEqStatisticsExecutionsTotal *int32 `form:"filter.eq.statistics$executions$total,omitempty" json:"filter.eq.statistics$executions$total,omitempty"`
// FilterEqStatisticsDefectsProductBugPb001 Filters by 'statistics$defects$product_bug$pb001'
FilterEqStatisticsDefectsProductBugPb001 *int32 `` /* 127-byte string literal not displayed */
// FilterEqStatisticsExecutionsFailed Filters by 'statistics$executions$failed'
FilterEqStatisticsExecutionsFailed *int32 `form:"filter.eq.statistics$executions$failed,omitempty" json:"filter.eq.statistics$executions$failed,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *string `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqTestCaseId Filters by 'testCaseId'
FilterEqTestCaseId *string `form:"filter.eq.testCaseId,omitempty" json:"filter.eq.testCaseId,omitempty"`
// FilterEqKey Filters by 'key'
FilterEqKey *string `form:"filter.eq.key,omitempty" json:"filter.eq.key,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLevelAttribute Filters by 'levelAttribute'
FilterEqLevelAttribute *[]interface{} `form:"filter.eq.levelAttribute,omitempty" json:"filter.eq.levelAttribute,omitempty"`
// FilterEqMode Filters by 'mode'
FilterEqMode *string `form:"filter.eq.mode,omitempty" json:"filter.eq.mode,omitempty"`
// FilterEqClusterId Filters by 'clusterId'
FilterEqClusterId *int32 `form:"filter.eq.clusterId,omitempty" json:"filter.eq.clusterId,omitempty"`
// FilterEqIssueId Filters by 'issueId'
FilterEqIssueId *int32 `form:"filter.eq.issueId,omitempty" json:"filter.eq.issueId,omitempty"`
// FilterEqDuration Filters by 'duration'
FilterEqDuration *int32 `form:"filter.eq.duration,omitempty" json:"filter.eq.duration,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetTestItemsParams defines parameters for GetTestItems.
type GetTestItemsResponse ¶
type GetTestItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageTestItemResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItemsResponse ¶
func ParseGetTestItemsResponse(rsp *http.Response) (*GetTestItemsResponse, error)
ParseGetTestItemsResponse parses an HTTP response from a GetTestItemsWithResponse call
func (GetTestItemsResponse) GetBody ¶
func (r GetTestItemsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItemsResponse) GetJSONDefault ¶
func (r GetTestItemsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItemsResponse) GetSuccess ¶
func (r GetTestItemsResponse) GetSuccess() *externalRef0.PageTestItemResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTestItemsResponse) Status ¶
func (r GetTestItemsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTestItemsResponse) StatusCode ¶
func (r GetTestItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTestItemsV2Params ¶
type GetTestItemsV2Params struct {
Params map[string]string `form:"params" json:"params"`
// FilterEqLocator Filters by 'locator'
FilterEqLocator *string `form:"filter.eq.locator,omitempty" json:"filter.eq.locator,omitempty"`
// FilterEqHasRetries Filters by 'hasRetries'
FilterEqHasRetries *bool `form:"filter.eq.hasRetries,omitempty" json:"filter.eq.hasRetries,omitempty"`
// FilterEqEndTime Filters by 'endTime'
FilterEqEndTime *openapi_types.Date `form:"filter.eq.endTime,omitempty" json:"filter.eq.endTime,omitempty"`
// FilterEqStatisticsDefectsNoDefectNd001 Filters by 'statistics$defects$no_defect$nd001'
FilterEqStatisticsDefectsNoDefectNd001 *int32 `form:"filter.eq.statistics$defects$no_defect$nd001,omitempty" json:"filter.eq.statistics$defects$no_defect$nd001,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqTicketId Filters by 'ticketId'
FilterEqTicketId *string `form:"filter.eq.ticketId,omitempty" json:"filter.eq.ticketId,omitempty"`
// FilterEqParentId Filters by 'parentId'
FilterEqParentId *int32 `form:"filter.eq.parentId,omitempty" json:"filter.eq.parentId,omitempty"`
// FilterEqHasStats Filters by 'hasStats'
FilterEqHasStats *bool `form:"filter.eq.hasStats,omitempty" json:"filter.eq.hasStats,omitempty"`
// FilterEqTestCaseHash Filters by 'testCaseHash'
FilterEqTestCaseHash *int32 `form:"filter.eq.testCaseHash,omitempty" json:"filter.eq.testCaseHash,omitempty"`
// FilterEqStatisticsDefectsToInvestigateTi001 Filters by 'statistics$defects$to_investigate$ti001'
FilterEqStatisticsDefectsToInvestigateTi001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// FilterEqStatisticsDefectsSystemIssueSi001 Filters by 'statistics$defects$system_issue$si001'
FilterEqStatisticsDefectsSystemIssueSi001 *int32 `` /* 129-byte string literal not displayed */
// FilterEqIssueType Filters by 'issueType'
FilterEqIssueType *string `form:"filter.eq.issueType,omitempty" json:"filter.eq.issueType,omitempty"`
// FilterEqStatisticsExecutionsSkipped Filters by 'statistics$executions$skipped'
FilterEqStatisticsExecutionsSkipped *int32 `form:"filter.eq.statistics$executions$skipped,omitempty" json:"filter.eq.statistics$executions$skipped,omitempty"`
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqStatisticsDefectsAutomationBugAb001 Filters by 'statistics$defects$automation_bug$ab001'
FilterEqStatisticsDefectsAutomationBugAb001 *int32 `` /* 133-byte string literal not displayed */
// FilterEqAttributeValue Filters by 'attributeValue'
FilterEqAttributeValue *[]interface{} `form:"filter.eq.attributeValue,omitempty" json:"filter.eq.attributeValue,omitempty"`
// FilterEqPath Filters by 'path'
FilterEqPath *int32 `form:"filter.eq.path,omitempty" json:"filter.eq.path,omitempty"`
// FilterHasCompositeSystemAttribute Filters by 'compositeSystemAttribute'
FilterHasCompositeSystemAttribute *string `form:"filter.has.compositeSystemAttribute,omitempty" json:"filter.has.compositeSystemAttribute,omitempty"`
// FilterEqIssueGroupId Filters by 'issueGroupId'
FilterEqIssueGroupId *string `form:"filter.eq.issueGroupId,omitempty" json:"filter.eq.issueGroupId,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
// FilterEqUniqueId Filters by 'uniqueId'
FilterEqUniqueId *string `form:"filter.eq.uniqueId,omitempty" json:"filter.eq.uniqueId,omitempty"`
// FilterEqStatisticsExecutionsPassed Filters by 'statistics$executions$passed'
FilterEqStatisticsExecutionsPassed *int32 `form:"filter.eq.statistics$executions$passed,omitempty" json:"filter.eq.statistics$executions$passed,omitempty"`
// FilterEqIgnoreAnalyzer Filters by 'ignoreAnalyzer'
FilterEqIgnoreAnalyzer *bool `form:"filter.eq.ignoreAnalyzer,omitempty" json:"filter.eq.ignoreAnalyzer,omitempty"`
// FilterEqIssueComment Filters by 'issueComment'
FilterEqIssueComment *string `form:"filter.eq.issueComment,omitempty" json:"filter.eq.issueComment,omitempty"`
// FilterEqStartTime Filters by 'startTime'
FilterEqStartTime *openapi_types.Date `form:"filter.eq.startTime,omitempty" json:"filter.eq.startTime,omitempty"`
// FilterHasCompositeAttribute Filters by 'compositeAttribute'
FilterHasCompositeAttribute *string `form:"filter.has.compositeAttribute,omitempty" json:"filter.has.compositeAttribute,omitempty"`
// FilterEqValue Filters by 'value'
FilterEqValue *string `form:"filter.eq.value,omitempty" json:"filter.eq.value,omitempty"`
// FilterEqIssueTypeId Filters by 'issueTypeId'
FilterEqIssueTypeId *int32 `form:"filter.eq.issueTypeId,omitempty" json:"filter.eq.issueTypeId,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqPatternName Filters by 'patternName'
FilterEqPatternName *[]interface{} `form:"filter.eq.patternName,omitempty" json:"filter.eq.patternName,omitempty"`
// FilterEqLaunchId Filters by 'launchId'
FilterEqLaunchId *int32 `form:"filter.eq.launchId,omitempty" json:"filter.eq.launchId,omitempty"`
// FilterEqAttributeKey Filters by 'attributeKey'
FilterEqAttributeKey *[]interface{} `form:"filter.eq.attributeKey,omitempty" json:"filter.eq.attributeKey,omitempty"`
// FilterEqHasChildren Filters by 'hasChildren'
FilterEqHasChildren *bool `form:"filter.eq.hasChildren,omitempty" json:"filter.eq.hasChildren,omitempty"`
// FilterEqRetryParentId Filters by 'retryParentId'
FilterEqRetryParentId *int32 `form:"filter.eq.retryParentId,omitempty" json:"filter.eq.retryParentId,omitempty"`
// FilterEqStatisticsExecutionsTotal Filters by 'statistics$executions$total'
FilterEqStatisticsExecutionsTotal *int32 `form:"filter.eq.statistics$executions$total,omitempty" json:"filter.eq.statistics$executions$total,omitempty"`
// FilterEqStatisticsDefectsProductBugPb001 Filters by 'statistics$defects$product_bug$pb001'
FilterEqStatisticsDefectsProductBugPb001 *int32 `` /* 127-byte string literal not displayed */
// FilterEqStatisticsExecutionsFailed Filters by 'statistics$executions$failed'
FilterEqStatisticsExecutionsFailed *int32 `form:"filter.eq.statistics$executions$failed,omitempty" json:"filter.eq.statistics$executions$failed,omitempty"`
// FilterEqLastModified Filters by 'lastModified'
FilterEqLastModified *string `form:"filter.eq.lastModified,omitempty" json:"filter.eq.lastModified,omitempty"`
// FilterEqStatus Filters by 'status'
FilterEqStatus *string `form:"filter.eq.status,omitempty" json:"filter.eq.status,omitempty"`
// FilterEqTestCaseId Filters by 'testCaseId'
FilterEqTestCaseId *string `form:"filter.eq.testCaseId,omitempty" json:"filter.eq.testCaseId,omitempty"`
// FilterEqKey Filters by 'key'
FilterEqKey *string `form:"filter.eq.key,omitempty" json:"filter.eq.key,omitempty"`
// FilterEqAutoAnalyzed Filters by 'autoAnalyzed'
FilterEqAutoAnalyzed *bool `form:"filter.eq.autoAnalyzed,omitempty" json:"filter.eq.autoAnalyzed,omitempty"`
// FilterEqLevelAttribute Filters by 'levelAttribute'
FilterEqLevelAttribute *[]interface{} `form:"filter.eq.levelAttribute,omitempty" json:"filter.eq.levelAttribute,omitempty"`
// FilterEqMode Filters by 'mode'
FilterEqMode *string `form:"filter.eq.mode,omitempty" json:"filter.eq.mode,omitempty"`
// FilterEqClusterId Filters by 'clusterId'
FilterEqClusterId *int32 `form:"filter.eq.clusterId,omitempty" json:"filter.eq.clusterId,omitempty"`
// FilterEqIssueId Filters by 'issueId'
FilterEqIssueId *int32 `form:"filter.eq.issueId,omitempty" json:"filter.eq.issueId,omitempty"`
// FilterEqDuration Filters by 'duration'
FilterEqDuration *int32 `form:"filter.eq.duration,omitempty" json:"filter.eq.duration,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetTestItemsV2Params defines parameters for GetTestItemsV2.
type GetTestItemsV2Response ¶
type GetTestItemsV2Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageTestItemResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTestItemsV2Response ¶
func ParseGetTestItemsV2Response(rsp *http.Response) (*GetTestItemsV2Response, error)
ParseGetTestItemsV2Response parses an HTTP response from a GetTestItemsV2WithResponse call
func (GetTestItemsV2Response) GetBody ¶
func (r GetTestItemsV2Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTestItemsV2Response) GetJSONDefault ¶
func (r GetTestItemsV2Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTestItemsV2Response) GetSuccess ¶
func (r GetTestItemsV2Response) GetSuccess() *externalRef0.PageTestItemResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTestItemsV2Response) Status ¶
func (r GetTestItemsV2Response) Status() string
Status returns HTTPResponse.Status
func (GetTestItemsV2Response) StatusCode ¶
func (r GetTestItemsV2Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTicketIdsForProjectParams ¶
type GetTicketIdsForProjectParams struct {
Term string `form:"term" json:"term"`
}
GetTicketIdsForProjectParams defines parameters for GetTicketIdsForProject.
type GetTicketIdsForProjectResponse ¶
type GetTicketIdsForProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTicketIdsForProjectResponse ¶
func ParseGetTicketIdsForProjectResponse(rsp *http.Response) (*GetTicketIdsForProjectResponse, error)
ParseGetTicketIdsForProjectResponse parses an HTTP response from a GetTicketIdsForProjectWithResponse call
func (GetTicketIdsForProjectResponse) GetBody ¶
func (r GetTicketIdsForProjectResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTicketIdsForProjectResponse) GetJSONDefault ¶
func (r GetTicketIdsForProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTicketIdsForProjectResponse) GetSuccess ¶
func (r GetTicketIdsForProjectResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTicketIdsForProjectResponse) Status ¶
func (r GetTicketIdsForProjectResponse) Status() string
Status returns HTTPResponse.Status
func (GetTicketIdsForProjectResponse) StatusCode ¶
func (r GetTicketIdsForProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTicketIdsParams ¶
type GetTicketIdsParams struct {
Launch int64 `form:"launch" json:"launch"`
Term string `form:"term" json:"term"`
}
GetTicketIdsParams defines parameters for GetTicketIds.
type GetTicketIdsResponse ¶
type GetTicketIdsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTicketIdsResponse ¶
func ParseGetTicketIdsResponse(rsp *http.Response) (*GetTicketIdsResponse, error)
ParseGetTicketIdsResponse parses an HTTP response from a GetTicketIdsWithResponse call
func (GetTicketIdsResponse) GetBody ¶
func (r GetTicketIdsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTicketIdsResponse) GetJSONDefault ¶
func (r GetTicketIdsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTicketIdsResponse) GetSuccess ¶
func (r GetTicketIdsResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTicketIdsResponse) Status ¶
func (r GetTicketIdsResponse) Status() string
Status returns HTTPResponse.Status
func (GetTicketIdsResponse) StatusCode ¶
func (r GetTicketIdsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetTicketParams ¶
type GetTicketParams struct {
BtsProject string `form:"btsProject" json:"btsProject"`
BtsUrl string `form:"btsUrl" json:"btsUrl"`
}
GetTicketParams defines parameters for GetTicket.
type GetTicketResponse ¶
type GetTicketResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.Ticket
JSONDefault *externalRef0.ErrorRS
}
func ParseGetTicketResponse ¶
func ParseGetTicketResponse(rsp *http.Response) (*GetTicketResponse, error)
ParseGetTicketResponse parses an HTTP response from a GetTicketWithResponse call
func (GetTicketResponse) GetBody ¶
func (r GetTicketResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetTicketResponse) GetJSONDefault ¶
func (r GetTicketResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetTicketResponse) GetSuccess ¶
func (r GetTicketResponse) GetSuccess() *externalRef0.Ticket
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetTicketResponse) Status ¶
func (r GetTicketResponse) Status() string
Status returns HTTPResponse.Status
func (GetTicketResponse) StatusCode ¶
func (r GetTicketResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUniqueAttributeKeysParams ¶
type GetUniqueAttributeKeysParams struct {
FilterCntAttributeKey string `form:"filter.cnt.attributeKey" json:"filter.cnt.attributeKey"`
Launch *int64 `form:"launch,omitempty" json:"launch,omitempty"`
}
GetUniqueAttributeKeysParams defines parameters for GetUniqueAttributeKeys.
type GetUniqueAttributeKeysResponse ¶
type GetUniqueAttributeKeysResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUniqueAttributeKeysResponse ¶
func ParseGetUniqueAttributeKeysResponse(rsp *http.Response) (*GetUniqueAttributeKeysResponse, error)
ParseGetUniqueAttributeKeysResponse parses an HTTP response from a GetUniqueAttributeKeysWithResponse call
func (GetUniqueAttributeKeysResponse) GetBody ¶
func (r GetUniqueAttributeKeysResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUniqueAttributeKeysResponse) GetJSONDefault ¶
func (r GetUniqueAttributeKeysResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUniqueAttributeKeysResponse) GetSuccess ¶
func (r GetUniqueAttributeKeysResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUniqueAttributeKeysResponse) Status ¶
func (r GetUniqueAttributeKeysResponse) Status() string
Status returns HTTPResponse.Status
func (GetUniqueAttributeKeysResponse) StatusCode ¶
func (r GetUniqueAttributeKeysResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserBidInfoParams ¶
type GetUserBidInfoParams struct {
Uuid string `form:"uuid" json:"uuid"`
}
GetUserBidInfoParams defines parameters for GetUserBidInfo.
type GetUserBidInfoResponse ¶
type GetUserBidInfoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.UserBidRS
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUserBidInfoResponse ¶
func ParseGetUserBidInfoResponse(rsp *http.Response) (*GetUserBidInfoResponse, error)
ParseGetUserBidInfoResponse parses an HTTP response from a GetUserBidInfoWithResponse call
func (GetUserBidInfoResponse) GetBody ¶
func (r GetUserBidInfoResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUserBidInfoResponse) GetJSONDefault ¶
func (r GetUserBidInfoResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUserBidInfoResponse) GetSuccess ¶
func (r GetUserBidInfoResponse) GetSuccess() *externalRef0.UserBidRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUserBidInfoResponse) Status ¶
func (r GetUserBidInfoResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserBidInfoResponse) StatusCode ¶
func (r GetUserBidInfoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserFiltersParams ¶
type GetUserFiltersParams struct {
Ids []int64 `form:"ids" json:"ids"`
}
GetUserFiltersParams defines parameters for GetUserFilters.
type GetUserFiltersResponse ¶
type GetUserFiltersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.UserFilterResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUserFiltersResponse ¶
func ParseGetUserFiltersResponse(rsp *http.Response) (*GetUserFiltersResponse, error)
ParseGetUserFiltersResponse parses an HTTP response from a GetUserFiltersWithResponse call
func (GetUserFiltersResponse) GetBody ¶
func (r GetUserFiltersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUserFiltersResponse) GetJSONDefault ¶
func (r GetUserFiltersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUserFiltersResponse) GetSuccess ¶
func (r GetUserFiltersResponse) GetSuccess() *[]externalRef0.UserFilterResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUserFiltersResponse) Status ¶
func (r GetUserFiltersResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserFiltersResponse) StatusCode ¶
func (r GetUserFiltersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserPhotoParams ¶
type GetUserPhotoParams struct {
LoadThumbnail *bool `form:"loadThumbnail,omitempty" json:"loadThumbnail,omitempty"`
Login string `form:"login" json:"login"`
}
GetUserPhotoParams defines parameters for GetUserPhoto.
type GetUserPhotoResponse ¶
type GetUserPhotoResponse struct {
Body []byte
HTTPResponse *http.Response
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUserPhotoResponse ¶
func ParseGetUserPhotoResponse(rsp *http.Response) (*GetUserPhotoResponse, error)
ParseGetUserPhotoResponse parses an HTTP response from a GetUserPhotoWithResponse call
func (GetUserPhotoResponse) GetBody ¶
func (r GetUserPhotoResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUserPhotoResponse) GetJSONDefault ¶
func (r GetUserPhotoResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUserPhotoResponse) Status ¶
func (r GetUserPhotoResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserPhotoResponse) StatusCode ¶
func (r GetUserPhotoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserPreference1Response ¶
type GetUserPreference1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PreferenceResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUserPreference1Response ¶
func ParseGetUserPreference1Response(rsp *http.Response) (*GetUserPreference1Response, error)
ParseGetUserPreference1Response parses an HTTP response from a GetUserPreference1WithResponse call
func (GetUserPreference1Response) GetBody ¶
func (r GetUserPreference1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUserPreference1Response) GetJSONDefault ¶
func (r GetUserPreference1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUserPreference1Response) GetSuccess ¶
func (r GetUserPreference1Response) GetSuccess() *externalRef0.PreferenceResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUserPreference1Response) Status ¶
func (r GetUserPreference1Response) Status() string
Status returns HTTPResponse.Status
func (GetUserPreference1Response) StatusCode ¶
func (r GetUserPreference1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserPreferenceResponse ¶
type GetUserPreferenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PreferenceResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUserPreferenceResponse ¶
func ParseGetUserPreferenceResponse(rsp *http.Response) (*GetUserPreferenceResponse, error)
ParseGetUserPreferenceResponse parses an HTTP response from a GetUserPreferenceWithResponse call
func (GetUserPreferenceResponse) GetBody ¶
func (r GetUserPreferenceResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUserPreferenceResponse) GetJSONDefault ¶
func (r GetUserPreferenceResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUserPreferenceResponse) GetSuccess ¶
func (r GetUserPreferenceResponse) GetSuccess() *externalRef0.PreferenceResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUserPreferenceResponse) Status ¶
func (r GetUserPreferenceResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserPreferenceResponse) StatusCode ¶
func (r GetUserPreferenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserProjectsResponse ¶
type GetUserProjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]externalRef0.AssignedProject
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUserProjectsResponse ¶
func ParseGetUserProjectsResponse(rsp *http.Response) (*GetUserProjectsResponse, error)
ParseGetUserProjectsResponse parses an HTTP response from a GetUserProjectsWithResponse call
func (GetUserProjectsResponse) GetBody ¶
func (r GetUserProjectsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUserProjectsResponse) GetJSONDefault ¶
func (r GetUserProjectsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUserProjectsResponse) GetSuccess ¶
func (r GetUserProjectsResponse) GetSuccess() *map[string]externalRef0.AssignedProject
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUserProjectsResponse) Status ¶
func (r GetUserProjectsResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserProjectsResponse) StatusCode ¶
func (r GetUserProjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUserResponse ¶
type GetUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.UserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUserResponse ¶
func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error)
ParseGetUserResponse parses an HTTP response from a GetUserWithResponse call
func (GetUserResponse) GetBody ¶
func (r GetUserResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUserResponse) GetJSONDefault ¶
func (r GetUserResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUserResponse) GetSuccess ¶
func (r GetUserResponse) GetSuccess() *externalRef0.UserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUserResponse) Status ¶
func (r GetUserResponse) Status() string
Status returns HTTPResponse.Status
func (GetUserResponse) StatusCode ¶
func (r GetUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUsersApiKeysResponse ¶
type GetUsersApiKeysResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.ApiKeysRS
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUsersApiKeysResponse ¶
func ParseGetUsersApiKeysResponse(rsp *http.Response) (*GetUsersApiKeysResponse, error)
ParseGetUsersApiKeysResponse parses an HTTP response from a GetUsersApiKeysWithResponse call
func (GetUsersApiKeysResponse) GetBody ¶
func (r GetUsersApiKeysResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUsersApiKeysResponse) GetJSONDefault ¶
func (r GetUsersApiKeysResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUsersApiKeysResponse) GetSuccess ¶
func (r GetUsersApiKeysResponse) GetSuccess() *externalRef0.ApiKeysRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUsersApiKeysResponse) Status ¶
func (r GetUsersApiKeysResponse) Status() string
Status returns HTTPResponse.Status
func (GetUsersApiKeysResponse) StatusCode ¶
func (r GetUsersApiKeysResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUsersForAssignParams ¶
type GetUsersForAssignParams struct {
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqLastLogin Filters by 'lastLogin'
FilterEqLastLogin *int32 `form:"filter.eq.lastLogin,omitempty" json:"filter.eq.lastLogin,omitempty"`
// FilterEqRole Filters by 'role'
FilterEqRole *string `form:"filter.eq.role,omitempty" json:"filter.eq.role,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqExpired Filters by 'expired'
FilterEqExpired *bool `form:"filter.eq.expired,omitempty" json:"filter.eq.expired,omitempty"`
// FilterEqSynchronizationDate Filters by 'synchronizationDate'
FilterEqSynchronizationDate *int32 `form:"filter.eq.synchronizationDate,omitempty" json:"filter.eq.synchronizationDate,omitempty"`
// FilterEqExternalId Filters by 'externalId'
FilterEqExternalId *string `form:"filter.eq.externalId,omitempty" json:"filter.eq.externalId,omitempty"`
// FilterEqActive Filters by 'active'
FilterEqActive *bool `form:"filter.eq.active,omitempty" json:"filter.eq.active,omitempty"`
// FilterEqProject Filters by 'project'
FilterEqProject *[]interface{} `form:"filter.eq.project,omitempty" json:"filter.eq.project,omitempty"`
// FilterEqEmail Filters by 'email'
FilterEqEmail *string `form:"filter.eq.email,omitempty" json:"filter.eq.email,omitempty"`
// FilterEqFullName Filters by 'fullName'
FilterEqFullName *string `form:"filter.eq.fullName,omitempty" json:"filter.eq.fullName,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetUsersForAssignParams defines parameters for GetUsersForAssign.
type GetUsersForAssignResponse ¶
type GetUsersForAssignResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageUserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUsersForAssignResponse ¶
func ParseGetUsersForAssignResponse(rsp *http.Response) (*GetUsersForAssignResponse, error)
ParseGetUsersForAssignResponse parses an HTTP response from a GetUsersForAssignWithResponse call
func (GetUsersForAssignResponse) GetBody ¶
func (r GetUsersForAssignResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUsersForAssignResponse) GetJSONDefault ¶
func (r GetUsersForAssignResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUsersForAssignResponse) GetSuccess ¶
func (r GetUsersForAssignResponse) GetSuccess() *externalRef0.PageUserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUsersForAssignResponse) Status ¶
func (r GetUsersForAssignResponse) Status() string
Status returns HTTPResponse.Status
func (GetUsersForAssignResponse) StatusCode ¶
func (r GetUsersForAssignResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetUsersParams ¶
type GetUsersParams struct {
// FilterEqType Filters by 'type'
FilterEqType *string `form:"filter.eq.type,omitempty" json:"filter.eq.type,omitempty"`
// FilterEqLastLogin Filters by 'lastLogin'
FilterEqLastLogin *int32 `form:"filter.eq.lastLogin,omitempty" json:"filter.eq.lastLogin,omitempty"`
// FilterEqRole Filters by 'role'
FilterEqRole *string `form:"filter.eq.role,omitempty" json:"filter.eq.role,omitempty"`
// FilterEqUser Filters by 'user'
FilterEqUser *string `form:"filter.eq.user,omitempty" json:"filter.eq.user,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqExpired Filters by 'expired'
FilterEqExpired *bool `form:"filter.eq.expired,omitempty" json:"filter.eq.expired,omitempty"`
// FilterEqSynchronizationDate Filters by 'synchronizationDate'
FilterEqSynchronizationDate *int32 `form:"filter.eq.synchronizationDate,omitempty" json:"filter.eq.synchronizationDate,omitempty"`
// FilterEqExternalId Filters by 'externalId'
FilterEqExternalId *string `form:"filter.eq.externalId,omitempty" json:"filter.eq.externalId,omitempty"`
// FilterEqActive Filters by 'active'
FilterEqActive *bool `form:"filter.eq.active,omitempty" json:"filter.eq.active,omitempty"`
// FilterEqProject Filters by 'project'
FilterEqProject *[]interface{} `form:"filter.eq.project,omitempty" json:"filter.eq.project,omitempty"`
// FilterEqEmail Filters by 'email'
FilterEqEmail *string `form:"filter.eq.email,omitempty" json:"filter.eq.email,omitempty"`
// FilterEqFullName Filters by 'fullName'
FilterEqFullName *string `form:"filter.eq.fullName,omitempty" json:"filter.eq.fullName,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqUuid Filters by 'uuid'
FilterEqUuid *string `form:"filter.eq.uuid,omitempty" json:"filter.eq.uuid,omitempty"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
GetUsersParams defines parameters for GetUsers.
type GetUsersResponse ¶
type GetUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageUserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetUsersResponse ¶
func ParseGetUsersResponse(rsp *http.Response) (*GetUsersResponse, error)
ParseGetUsersResponse parses an HTTP response from a GetUsersWithResponse call
func (GetUsersResponse) GetBody ¶
func (r GetUsersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetUsersResponse) GetJSONDefault ¶
func (r GetUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetUsersResponse) GetSuccess ¶
func (r GetUsersResponse) GetSuccess() *externalRef0.PageUserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetUsersResponse) Status ¶
func (r GetUsersResponse) Status() string
Status returns HTTPResponse.Status
func (GetUsersResponse) StatusCode ¶
func (r GetUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetWidget1Params ¶
type GetWidget1Params struct {
Attributes *[]string `form:"attributes,omitempty" json:"attributes,omitempty"`
Params externalRef0.MultiValueMapStringString `form:"params" json:"params"`
}
GetWidget1Params defines parameters for GetWidget1.
type GetWidget1Response ¶
type GetWidget1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.WidgetResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetWidget1Response ¶
func ParseGetWidget1Response(rsp *http.Response) (*GetWidget1Response, error)
ParseGetWidget1Response parses an HTTP response from a GetWidget1WithResponse call
func (GetWidget1Response) GetBody ¶
func (r GetWidget1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetWidget1Response) GetJSONDefault ¶
func (r GetWidget1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetWidget1Response) GetSuccess ¶
func (r GetWidget1Response) GetSuccess() *externalRef0.WidgetResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetWidget1Response) Status ¶
func (r GetWidget1Response) Status() string
Status returns HTTPResponse.Status
func (GetWidget1Response) StatusCode ¶
func (r GetWidget1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetWidgetNamesParams ¶
type GetWidgetNamesParams struct {
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
// FilterEqId Filters by 'id'
FilterEqId *int32 `form:"filter.eq.id,omitempty" json:"filter.eq.id,omitempty"`
// FilterEqProjectId Filters by 'projectId'
FilterEqProjectId *int32 `form:"filter.eq.projectId,omitempty" json:"filter.eq.projectId,omitempty"`
// FilterEqOwner Filters by 'owner'
FilterEqOwner *string `form:"filter.eq.owner,omitempty" json:"filter.eq.owner,omitempty"`
// FilterEqName Filters by 'name'
FilterEqName *string `form:"filter.eq.name,omitempty" json:"filter.eq.name,omitempty"`
// FilterEqDescription Filters by 'description'
FilterEqDescription *string `form:"filter.eq.description,omitempty" json:"filter.eq.description,omitempty"`
}
GetWidgetNamesParams defines parameters for GetWidgetNames.
type GetWidgetNamesResponse ¶
type GetWidgetNamesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.WidgetNamesIterable
JSONDefault *externalRef0.ErrorRS
}
func ParseGetWidgetNamesResponse ¶
func ParseGetWidgetNamesResponse(rsp *http.Response) (*GetWidgetNamesResponse, error)
ParseGetWidgetNamesResponse parses an HTTP response from a GetWidgetNamesWithResponse call
func (GetWidgetNamesResponse) GetBody ¶
func (r GetWidgetNamesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetWidgetNamesResponse) GetJSONDefault ¶
func (r GetWidgetNamesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetWidgetNamesResponse) GetSuccess ¶
func (r GetWidgetNamesResponse) GetSuccess() *externalRef0.WidgetNamesIterable
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetWidgetNamesResponse) Status ¶
func (r GetWidgetNamesResponse) Status() string
Status returns HTTPResponse.Status
func (GetWidgetNamesResponse) StatusCode ¶
func (r GetWidgetNamesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetWidgetPreviewJSONRequestBody ¶
type GetWidgetPreviewJSONRequestBody = externalRef0.WidgetPreviewRQ
GetWidgetPreviewJSONRequestBody defines body for GetWidgetPreview for application/json ContentType.
type GetWidgetPreviewResponse ¶
type GetWidgetPreviewResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseGetWidgetPreviewResponse ¶
func ParseGetWidgetPreviewResponse(rsp *http.Response) (*GetWidgetPreviewResponse, error)
ParseGetWidgetPreviewResponse parses an HTTP response from a GetWidgetPreviewWithResponse call
func (GetWidgetPreviewResponse) GetBody ¶
func (r GetWidgetPreviewResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetWidgetPreviewResponse) GetJSONDefault ¶
func (r GetWidgetPreviewResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetWidgetPreviewResponse) GetSuccess ¶
func (r GetWidgetPreviewResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetWidgetPreviewResponse) Status ¶
func (r GetWidgetPreviewResponse) Status() string
Status returns HTTPResponse.Status
func (GetWidgetPreviewResponse) StatusCode ¶
func (r GetWidgetPreviewResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetWidgetResponse ¶
type GetWidgetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.WidgetResource
JSONDefault *externalRef0.ErrorRS
}
func ParseGetWidgetResponse ¶
func ParseGetWidgetResponse(rsp *http.Response) (*GetWidgetResponse, error)
ParseGetWidgetResponse parses an HTTP response from a GetWidgetWithResponse call
func (GetWidgetResponse) GetBody ¶
func (r GetWidgetResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (GetWidgetResponse) GetJSONDefault ¶
func (r GetWidgetResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (GetWidgetResponse) GetSuccess ¶
func (r GetWidgetResponse) GetSuccess() *externalRef0.WidgetResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (GetWidgetResponse) Status ¶
func (r GetWidgetResponse) Status() string
Status returns HTTPResponse.Status
func (GetWidgetResponse) StatusCode ¶
func (r GetWidgetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type HandleSuggestChooseJSONBody ¶
type HandleSuggestChooseJSONBody = []externalRef0.SuggestInfo
HandleSuggestChooseJSONBody defines parameters for HandleSuggestChoose.
type HandleSuggestChooseJSONRequestBody ¶
type HandleSuggestChooseJSONRequestBody = HandleSuggestChooseJSONBody
HandleSuggestChooseJSONRequestBody defines body for HandleSuggestChoose for application/json ContentType.
type HandleSuggestChooseResponse ¶
type HandleSuggestChooseResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseHandleSuggestChooseResponse ¶
func ParseHandleSuggestChooseResponse(rsp *http.Response) (*HandleSuggestChooseResponse, error)
ParseHandleSuggestChooseResponse parses an HTTP response from a HandleSuggestChooseWithResponse call
func (HandleSuggestChooseResponse) GetBody ¶
func (r HandleSuggestChooseResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (HandleSuggestChooseResponse) GetJSONDefault ¶
func (r HandleSuggestChooseResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (HandleSuggestChooseResponse) GetSuccess ¶
func (r HandleSuggestChooseResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (HandleSuggestChooseResponse) Status ¶
func (r HandleSuggestChooseResponse) Status() string
Status returns HTTPResponse.Status
func (HandleSuggestChooseResponse) StatusCode ¶
func (r HandleSuggestChooseResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type IndexProjectDataResponse ¶
type IndexProjectDataResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseIndexProjectDataResponse ¶
func ParseIndexProjectDataResponse(rsp *http.Response) (*IndexProjectDataResponse, error)
ParseIndexProjectDataResponse parses an HTTP response from a IndexProjectDataWithResponse call
func (IndexProjectDataResponse) GetBody ¶
func (r IndexProjectDataResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (IndexProjectDataResponse) GetJSONDefault ¶
func (r IndexProjectDataResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (IndexProjectDataResponse) GetSuccess ¶
func (r IndexProjectDataResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (IndexProjectDataResponse) Status ¶
func (r IndexProjectDataResponse) Status() string
Status returns HTTPResponse.Status
func (IndexProjectDataResponse) StatusCode ¶
func (r IndexProjectDataResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type IsRestorePasswordBidExistResponse ¶
type IsRestorePasswordBidExistResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.YesNoRS
JSONDefault *externalRef0.ErrorRS
}
func ParseIsRestorePasswordBidExistResponse ¶
func ParseIsRestorePasswordBidExistResponse(rsp *http.Response) (*IsRestorePasswordBidExistResponse, error)
ParseIsRestorePasswordBidExistResponse parses an HTTP response from a IsRestorePasswordBidExistWithResponse call
func (IsRestorePasswordBidExistResponse) GetBody ¶
func (r IsRestorePasswordBidExistResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (IsRestorePasswordBidExistResponse) GetJSONDefault ¶
func (r IsRestorePasswordBidExistResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (IsRestorePasswordBidExistResponse) GetSuccess ¶
func (r IsRestorePasswordBidExistResponse) GetSuccess() *externalRef0.YesNoRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (IsRestorePasswordBidExistResponse) Status ¶
func (r IsRestorePasswordBidExistResponse) Status() string
Status returns HTTPResponse.Status
func (IsRestorePasswordBidExistResponse) StatusCode ¶
func (r IsRestorePasswordBidExistResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type LinkExternalIssuesJSONRequestBody ¶
type LinkExternalIssuesJSONRequestBody = externalRef0.LinkExternalIssueRQ
LinkExternalIssuesJSONRequestBody defines body for LinkExternalIssues for application/json ContentType.
type LinkExternalIssuesResponse ¶
type LinkExternalIssuesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseLinkExternalIssuesResponse ¶
func ParseLinkExternalIssuesResponse(rsp *http.Response) (*LinkExternalIssuesResponse, error)
ParseLinkExternalIssuesResponse parses an HTTP response from a LinkExternalIssuesWithResponse call
func (LinkExternalIssuesResponse) GetBody ¶
func (r LinkExternalIssuesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (LinkExternalIssuesResponse) GetJSONDefault ¶
func (r LinkExternalIssuesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (LinkExternalIssuesResponse) GetSuccess ¶
func (r LinkExternalIssuesResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (LinkExternalIssuesResponse) Status ¶
func (r LinkExternalIssuesResponse) Status() string
Status returns HTTPResponse.Status
func (LinkExternalIssuesResponse) StatusCode ¶
func (r LinkExternalIssuesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MergeLaunchesOldUuid1JSONRequestBody ¶
type MergeLaunchesOldUuid1JSONRequestBody = externalRef0.MergeLaunchesRQ
MergeLaunchesOldUuid1JSONRequestBody defines body for MergeLaunchesOldUuid1 for application/json ContentType.
type MergeLaunchesOldUuid1Response ¶
type MergeLaunchesOldUuid1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LaunchResourceOld
ApplicationXReportportalLaunchV2JSON200 *externalRef0.LaunchResource
JSONDefault *externalRef0.ErrorRS
}
func ParseMergeLaunchesOldUuid1Response ¶
func ParseMergeLaunchesOldUuid1Response(rsp *http.Response) (*MergeLaunchesOldUuid1Response, error)
ParseMergeLaunchesOldUuid1Response parses an HTTP response from a MergeLaunchesOldUuid1WithResponse call
func (MergeLaunchesOldUuid1Response) GetBody ¶
func (r MergeLaunchesOldUuid1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (MergeLaunchesOldUuid1Response) GetJSONDefault ¶
func (r MergeLaunchesOldUuid1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (MergeLaunchesOldUuid1Response) Status ¶
func (r MergeLaunchesOldUuid1Response) Status() string
Status returns HTTPResponse.Status
func (MergeLaunchesOldUuid1Response) StatusCode ¶
func (r MergeLaunchesOldUuid1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MergeLaunchesOldUuidJSONRequestBody ¶
type MergeLaunchesOldUuidJSONRequestBody = externalRef0.MergeLaunchesRQ
MergeLaunchesOldUuidJSONRequestBody defines body for MergeLaunchesOldUuid for application/json ContentType.
type MergeLaunchesOldUuidResponse ¶
type MergeLaunchesOldUuidResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.LaunchResourceOld
ApplicationXReportportalLaunchV2JSON200 *externalRef0.LaunchResource
JSONDefault *externalRef0.ErrorRS
}
func ParseMergeLaunchesOldUuidResponse ¶
func ParseMergeLaunchesOldUuidResponse(rsp *http.Response) (*MergeLaunchesOldUuidResponse, error)
ParseMergeLaunchesOldUuidResponse parses an HTTP response from a MergeLaunchesOldUuidWithResponse call
func (MergeLaunchesOldUuidResponse) GetBody ¶
func (r MergeLaunchesOldUuidResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (MergeLaunchesOldUuidResponse) GetJSONDefault ¶
func (r MergeLaunchesOldUuidResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (MergeLaunchesOldUuidResponse) Status ¶
func (r MergeLaunchesOldUuidResponse) Status() string
Status returns HTTPResponse.Status
func (MergeLaunchesOldUuidResponse) StatusCode ¶
func (r MergeLaunchesOldUuidResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type OnBoardingParams ¶
type OnBoardingParams struct {
Page *string `form:"page,omitempty" json:"page,omitempty"`
}
OnBoardingParams defines parameters for OnBoarding.
type OnBoardingResponse ¶
type OnBoardingResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
JSONDefault *externalRef0.ErrorRS
}
func ParseOnBoardingResponse ¶
func ParseOnBoardingResponse(rsp *http.Response) (*OnBoardingResponse, error)
ParseOnBoardingResponse parses an HTTP response from a OnBoardingWithResponse call
func (OnBoardingResponse) GetBody ¶
func (r OnBoardingResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (OnBoardingResponse) GetJSONDefault ¶
func (r OnBoardingResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (OnBoardingResponse) GetSuccess ¶
func (r OnBoardingResponse) GetSuccess() *map[string]interface{}
GetSuccess returns the decoded success (2xx) response body, if any.
func (OnBoardingResponse) Status ¶
func (r OnBoardingResponse) Status() string
Status returns HTTPResponse.Status
func (OnBoardingResponse) StatusCode ¶
func (r OnBoardingResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RemoveAttachmentsByCsvMultipartBody ¶
type RemoveAttachmentsByCsvMultipartBody struct {
File openapi_types.File `json:"file"`
}
RemoveAttachmentsByCsvMultipartBody defines parameters for RemoveAttachmentsByCsv.
type RemoveAttachmentsByCsvMultipartRequestBody ¶
type RemoveAttachmentsByCsvMultipartRequestBody RemoveAttachmentsByCsvMultipartBody
RemoveAttachmentsByCsvMultipartRequestBody defines body for RemoveAttachmentsByCsv for multipart/form-data ContentType.
type RemoveAttachmentsByCsvResponse ¶
type RemoveAttachmentsByCsvResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseRemoveAttachmentsByCsvResponse ¶
func ParseRemoveAttachmentsByCsvResponse(rsp *http.Response) (*RemoveAttachmentsByCsvResponse, error)
ParseRemoveAttachmentsByCsvResponse parses an HTTP response from a RemoveAttachmentsByCsvWithResponse call
func (RemoveAttachmentsByCsvResponse) GetBody ¶
func (r RemoveAttachmentsByCsvResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (RemoveAttachmentsByCsvResponse) GetJSONDefault ¶
func (r RemoveAttachmentsByCsvResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (RemoveAttachmentsByCsvResponse) GetSuccess ¶
func (r RemoveAttachmentsByCsvResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (RemoveAttachmentsByCsvResponse) Status ¶
func (r RemoveAttachmentsByCsvResponse) Status() string
Status returns HTTPResponse.Status
func (RemoveAttachmentsByCsvResponse) StatusCode ¶
func (r RemoveAttachmentsByCsvResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RemoveUserPreferenceResponse ¶
type RemoveUserPreferenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseRemoveUserPreferenceResponse ¶
func ParseRemoveUserPreferenceResponse(rsp *http.Response) (*RemoveUserPreferenceResponse, error)
ParseRemoveUserPreferenceResponse parses an HTTP response from a RemoveUserPreferenceWithResponse call
func (RemoveUserPreferenceResponse) GetBody ¶
func (r RemoveUserPreferenceResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (RemoveUserPreferenceResponse) GetJSONDefault ¶
func (r RemoveUserPreferenceResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (RemoveUserPreferenceResponse) GetSuccess ¶
func (r RemoveUserPreferenceResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (RemoveUserPreferenceResponse) Status ¶
func (r RemoveUserPreferenceResponse) Status() string
Status returns HTTPResponse.Status
func (RemoveUserPreferenceResponse) StatusCode ¶
func (r RemoveUserPreferenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RemoveWidgetResponse ¶
type RemoveWidgetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseRemoveWidgetResponse ¶
func ParseRemoveWidgetResponse(rsp *http.Response) (*RemoveWidgetResponse, error)
ParseRemoveWidgetResponse parses an HTTP response from a RemoveWidgetWithResponse call
func (RemoveWidgetResponse) GetBody ¶
func (r RemoveWidgetResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (RemoveWidgetResponse) GetJSONDefault ¶
func (r RemoveWidgetResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (RemoveWidgetResponse) GetSuccess ¶
func (r RemoveWidgetResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (RemoveWidgetResponse) Status ¶
func (r RemoveWidgetResponse) Status() string
Status returns HTTPResponse.Status
func (RemoveWidgetResponse) StatusCode ¶
func (r RemoveWidgetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type ResetPasswordJSONRequestBody ¶
type ResetPasswordJSONRequestBody = externalRef0.ResetPasswordRQ
ResetPasswordJSONRequestBody defines body for ResetPassword for application/json ContentType.
type ResetPasswordResponse ¶
type ResetPasswordResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseResetPasswordResponse ¶
func ParseResetPasswordResponse(rsp *http.Response) (*ResetPasswordResponse, error)
ParseResetPasswordResponse parses an HTTP response from a ResetPasswordWithResponse call
func (ResetPasswordResponse) GetBody ¶
func (r ResetPasswordResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (ResetPasswordResponse) GetJSONDefault ¶
func (r ResetPasswordResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (ResetPasswordResponse) GetSuccess ¶
func (r ResetPasswordResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (ResetPasswordResponse) Status ¶
func (r ResetPasswordResponse) Status() string
Status returns HTTPResponse.Status
func (ResetPasswordResponse) StatusCode ¶
func (r ResetPasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RestorePasswordJSONRequestBody ¶
type RestorePasswordJSONRequestBody = externalRef0.RestorePasswordRQ
RestorePasswordJSONRequestBody defines body for RestorePassword for application/json ContentType.
type RestorePasswordResponse ¶
type RestorePasswordResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseRestorePasswordResponse ¶
func ParseRestorePasswordResponse(rsp *http.Response) (*RestorePasswordResponse, error)
ParseRestorePasswordResponse parses an HTTP response from a RestorePasswordWithResponse call
func (RestorePasswordResponse) GetBody ¶
func (r RestorePasswordResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (RestorePasswordResponse) GetJSONDefault ¶
func (r RestorePasswordResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (RestorePasswordResponse) GetSuccess ¶
func (r RestorePasswordResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (RestorePasswordResponse) Status ¶
func (r RestorePasswordResponse) Status() string
Status returns HTTPResponse.Status
func (RestorePasswordResponse) StatusCode ¶
func (r RestorePasswordResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SaveAnalyticsSettings1JSONRequestBody ¶
type SaveAnalyticsSettings1JSONRequestBody = externalRef0.AnalyticsResource
SaveAnalyticsSettings1JSONRequestBody defines body for SaveAnalyticsSettings1 for application/json ContentType.
type SaveAnalyticsSettings1Response ¶
type SaveAnalyticsSettings1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseSaveAnalyticsSettings1Response ¶
func ParseSaveAnalyticsSettings1Response(rsp *http.Response) (*SaveAnalyticsSettings1Response, error)
ParseSaveAnalyticsSettings1Response parses an HTTP response from a SaveAnalyticsSettings1WithResponse call
func (SaveAnalyticsSettings1Response) GetBody ¶
func (r SaveAnalyticsSettings1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (SaveAnalyticsSettings1Response) GetJSONDefault ¶
func (r SaveAnalyticsSettings1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (SaveAnalyticsSettings1Response) GetSuccess ¶
func (r SaveAnalyticsSettings1Response) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (SaveAnalyticsSettings1Response) Status ¶
func (r SaveAnalyticsSettings1Response) Status() string
Status returns HTTPResponse.Status
func (SaveAnalyticsSettings1Response) StatusCode ¶
func (r SaveAnalyticsSettings1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SaveAnalyticsSettingsJSONRequestBody ¶
type SaveAnalyticsSettingsJSONRequestBody = externalRef0.AnalyticsResource
SaveAnalyticsSettingsJSONRequestBody defines body for SaveAnalyticsSettings for application/json ContentType.
type SaveAnalyticsSettingsResponse ¶
type SaveAnalyticsSettingsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseSaveAnalyticsSettingsResponse ¶
func ParseSaveAnalyticsSettingsResponse(rsp *http.Response) (*SaveAnalyticsSettingsResponse, error)
ParseSaveAnalyticsSettingsResponse parses an HTTP response from a SaveAnalyticsSettingsWithResponse call
func (SaveAnalyticsSettingsResponse) GetBody ¶
func (r SaveAnalyticsSettingsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (SaveAnalyticsSettingsResponse) GetJSONDefault ¶
func (r SaveAnalyticsSettingsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (SaveAnalyticsSettingsResponse) GetSuccess ¶
func (r SaveAnalyticsSettingsResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (SaveAnalyticsSettingsResponse) Status ¶
func (r SaveAnalyticsSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (SaveAnalyticsSettingsResponse) StatusCode ¶
func (r SaveAnalyticsSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SearchForUserParams ¶
type SearchForUserParams struct {
Term string `form:"term" json:"term"`
// PagePage Results page you want to retrieve (0..N)
PagePage *int32 `form:"page.page,omitempty" json:"page.page,omitempty"`
// PageSize Number of records per page
PageSize *int32 `form:"page.size,omitempty" json:"page.size,omitempty"`
// PageSort Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
PageSort *string `form:"page.sort,omitempty" json:"page.sort,omitempty"`
}
SearchForUserParams defines parameters for SearchForUser.
type SearchForUserResponse ¶
type SearchForUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.PageSearchUserResource
JSONDefault *externalRef0.ErrorRS
}
func ParseSearchForUserResponse ¶
func ParseSearchForUserResponse(rsp *http.Response) (*SearchForUserResponse, error)
ParseSearchForUserResponse parses an HTTP response from a SearchForUserWithResponse call
func (SearchForUserResponse) GetBody ¶
func (r SearchForUserResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (SearchForUserResponse) GetJSONDefault ¶
func (r SearchForUserResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (SearchForUserResponse) GetSuccess ¶
func (r SearchForUserResponse) GetSuccess() *externalRef0.PageSearchUserResource
GetSuccess returns the decoded success (2xx) response body, if any.
func (SearchForUserResponse) Status ¶
func (r SearchForUserResponse) Status() string
Status returns HTTPResponse.Status
func (SearchForUserResponse) StatusCode ¶
func (r SearchForUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SearchLogsJSONRequestBody ¶
type SearchLogsJSONRequestBody = externalRef0.SearchLogRq
SearchLogsJSONRequestBody defines body for SearchLogs for application/json ContentType.
type SearchLogsResponse ¶
type SearchLogsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.SearchLogRs
JSONDefault *externalRef0.ErrorRS
}
func ParseSearchLogsResponse ¶
func ParseSearchLogsResponse(rsp *http.Response) (*SearchLogsResponse, error)
ParseSearchLogsResponse parses an HTTP response from a SearchLogsWithResponse call
func (SearchLogsResponse) GetBody ¶
func (r SearchLogsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (SearchLogsResponse) GetJSONDefault ¶
func (r SearchLogsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (SearchLogsResponse) GetSuccess ¶
func (r SearchLogsResponse) GetSuccess() *[]externalRef0.SearchLogRs
GetSuccess returns the decoded success (2xx) response body, if any.
func (SearchLogsResponse) Status ¶
func (r SearchLogsResponse) Status() string
Status returns HTTPResponse.Status
func (SearchLogsResponse) StatusCode ¶
func (r SearchLogsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SearchProjectNamesParams ¶
type SearchProjectNamesParams struct {
Term string `form:"term" json:"term"`
}
SearchProjectNamesParams defines parameters for SearchProjectNames.
type SearchProjectNamesResponse ¶
type SearchProjectNamesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
JSONDefault *externalRef0.ErrorRS
}
func ParseSearchProjectNamesResponse ¶
func ParseSearchProjectNamesResponse(rsp *http.Response) (*SearchProjectNamesResponse, error)
ParseSearchProjectNamesResponse parses an HTTP response from a SearchProjectNamesWithResponse call
func (SearchProjectNamesResponse) GetBody ¶
func (r SearchProjectNamesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (SearchProjectNamesResponse) GetJSONDefault ¶
func (r SearchProjectNamesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (SearchProjectNamesResponse) GetSuccess ¶
func (r SearchProjectNamesResponse) GetSuccess() *[]string
GetSuccess returns the decoded success (2xx) response body, if any.
func (SearchProjectNamesResponse) Status ¶
func (r SearchProjectNamesResponse) Status() string
Status returns HTTPResponse.Status
func (SearchProjectNamesResponse) StatusCode ¶
func (r SearchProjectNamesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartChildItem1JSONRequestBody ¶
type StartChildItem1JSONRequestBody = externalRef0.StartTestItemRQ
StartChildItem1JSONRequestBody defines body for StartChildItem1 for application/json ContentType.
type StartChildItem1Response ¶
type StartChildItem1Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartChildItem1Response ¶
func ParseStartChildItem1Response(rsp *http.Response) (*StartChildItem1Response, error)
ParseStartChildItem1Response parses an HTTP response from a StartChildItem1WithResponse call
func (StartChildItem1Response) GetBody ¶
func (r StartChildItem1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartChildItem1Response) GetJSONDefault ¶
func (r StartChildItem1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartChildItem1Response) GetSuccess ¶
func (r StartChildItem1Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartChildItem1Response) Status ¶
func (r StartChildItem1Response) Status() string
Status returns HTTPResponse.Status
func (StartChildItem1Response) StatusCode ¶
func (r StartChildItem1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartChildItem2JSONRequestBody ¶
type StartChildItem2JSONRequestBody = externalRef0.StartTestItemRQ
StartChildItem2JSONRequestBody defines body for StartChildItem2 for application/json ContentType.
type StartChildItem2Response ¶
type StartChildItem2Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartChildItem2Response ¶
func ParseStartChildItem2Response(rsp *http.Response) (*StartChildItem2Response, error)
ParseStartChildItem2Response parses an HTTP response from a StartChildItem2WithResponse call
func (StartChildItem2Response) GetBody ¶
func (r StartChildItem2Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartChildItem2Response) GetJSONDefault ¶
func (r StartChildItem2Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartChildItem2Response) GetSuccess ¶
func (r StartChildItem2Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartChildItem2Response) Status ¶
func (r StartChildItem2Response) Status() string
Status returns HTTPResponse.Status
func (StartChildItem2Response) StatusCode ¶
func (r StartChildItem2Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartChildItem3JSONRequestBody ¶
type StartChildItem3JSONRequestBody = externalRef0.StartTestItemRQ
StartChildItem3JSONRequestBody defines body for StartChildItem3 for application/json ContentType.
type StartChildItem3Response ¶
type StartChildItem3Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartChildItem3Response ¶
func ParseStartChildItem3Response(rsp *http.Response) (*StartChildItem3Response, error)
ParseStartChildItem3Response parses an HTTP response from a StartChildItem3WithResponse call
func (StartChildItem3Response) GetBody ¶
func (r StartChildItem3Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartChildItem3Response) GetJSONDefault ¶
func (r StartChildItem3Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartChildItem3Response) GetSuccess ¶
func (r StartChildItem3Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartChildItem3Response) Status ¶
func (r StartChildItem3Response) Status() string
Status returns HTTPResponse.Status
func (StartChildItem3Response) StatusCode ¶
func (r StartChildItem3Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartChildItemJSONRequestBody ¶
type StartChildItemJSONRequestBody = externalRef0.StartTestItemRQ
StartChildItemJSONRequestBody defines body for StartChildItem for application/json ContentType.
type StartChildItemResponse ¶
type StartChildItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartChildItemResponse ¶
func ParseStartChildItemResponse(rsp *http.Response) (*StartChildItemResponse, error)
ParseStartChildItemResponse parses an HTTP response from a StartChildItemWithResponse call
func (StartChildItemResponse) GetBody ¶
func (r StartChildItemResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartChildItemResponse) GetJSONDefault ¶
func (r StartChildItemResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartChildItemResponse) GetSuccess ¶
func (r StartChildItemResponse) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartChildItemResponse) Status ¶
func (r StartChildItemResponse) Status() string
Status returns HTTPResponse.Status
func (StartChildItemResponse) StatusCode ¶
func (r StartChildItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartLaunch1JSONRequestBody ¶
type StartLaunch1JSONRequestBody = externalRef0.StartLaunchRQ
StartLaunch1JSONRequestBody defines body for StartLaunch1 for application/json ContentType.
type StartLaunch1Response ¶
type StartLaunch1Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.StartLaunchRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartLaunch1Response ¶
func ParseStartLaunch1Response(rsp *http.Response) (*StartLaunch1Response, error)
ParseStartLaunch1Response parses an HTTP response from a StartLaunch1WithResponse call
func (StartLaunch1Response) GetBody ¶
func (r StartLaunch1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartLaunch1Response) GetJSONDefault ¶
func (r StartLaunch1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartLaunch1Response) GetSuccess ¶
func (r StartLaunch1Response) GetSuccess() *externalRef0.StartLaunchRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartLaunch1Response) Status ¶
func (r StartLaunch1Response) Status() string
Status returns HTTPResponse.Status
func (StartLaunch1Response) StatusCode ¶
func (r StartLaunch1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartLaunchAnalyzerJSONRequestBody ¶
type StartLaunchAnalyzerJSONRequestBody = externalRef0.AnalyzeLaunchRQ
StartLaunchAnalyzerJSONRequestBody defines body for StartLaunchAnalyzer for application/json ContentType.
type StartLaunchAnalyzerResponse ¶
type StartLaunchAnalyzerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartLaunchAnalyzerResponse ¶
func ParseStartLaunchAnalyzerResponse(rsp *http.Response) (*StartLaunchAnalyzerResponse, error)
ParseStartLaunchAnalyzerResponse parses an HTTP response from a StartLaunchAnalyzerWithResponse call
func (StartLaunchAnalyzerResponse) GetBody ¶
func (r StartLaunchAnalyzerResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartLaunchAnalyzerResponse) GetJSONDefault ¶
func (r StartLaunchAnalyzerResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartLaunchAnalyzerResponse) GetSuccess ¶
func (r StartLaunchAnalyzerResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartLaunchAnalyzerResponse) Status ¶
func (r StartLaunchAnalyzerResponse) Status() string
Status returns HTTPResponse.Status
func (StartLaunchAnalyzerResponse) StatusCode ¶
func (r StartLaunchAnalyzerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartLaunchJSONRequestBody ¶
type StartLaunchJSONRequestBody = externalRef0.StartLaunchRQ
StartLaunchJSONRequestBody defines body for StartLaunch for application/json ContentType.
type StartLaunchResponse ¶
type StartLaunchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.StartLaunchRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartLaunchResponse ¶
func ParseStartLaunchResponse(rsp *http.Response) (*StartLaunchResponse, error)
ParseStartLaunchResponse parses an HTTP response from a StartLaunchWithResponse call
func (StartLaunchResponse) GetBody ¶
func (r StartLaunchResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartLaunchResponse) GetJSONDefault ¶
func (r StartLaunchResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartLaunchResponse) GetSuccess ¶
func (r StartLaunchResponse) GetSuccess() *externalRef0.StartLaunchRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartLaunchResponse) Status ¶
func (r StartLaunchResponse) Status() string
Status returns HTTPResponse.Status
func (StartLaunchResponse) StatusCode ¶
func (r StartLaunchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartRootItem1JSONRequestBody ¶
type StartRootItem1JSONRequestBody = externalRef0.StartTestItemRQ
StartRootItem1JSONRequestBody defines body for StartRootItem1 for application/json ContentType.
type StartRootItem1Response ¶
type StartRootItem1Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartRootItem1Response ¶
func ParseStartRootItem1Response(rsp *http.Response) (*StartRootItem1Response, error)
ParseStartRootItem1Response parses an HTTP response from a StartRootItem1WithResponse call
func (StartRootItem1Response) GetBody ¶
func (r StartRootItem1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartRootItem1Response) GetJSONDefault ¶
func (r StartRootItem1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartRootItem1Response) GetSuccess ¶
func (r StartRootItem1Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartRootItem1Response) Status ¶
func (r StartRootItem1Response) Status() string
Status returns HTTPResponse.Status
func (StartRootItem1Response) StatusCode ¶
func (r StartRootItem1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartRootItem2JSONRequestBody ¶
type StartRootItem2JSONRequestBody = externalRef0.StartTestItemRQ
StartRootItem2JSONRequestBody defines body for StartRootItem2 for application/json ContentType.
type StartRootItem2Response ¶
type StartRootItem2Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartRootItem2Response ¶
func ParseStartRootItem2Response(rsp *http.Response) (*StartRootItem2Response, error)
ParseStartRootItem2Response parses an HTTP response from a StartRootItem2WithResponse call
func (StartRootItem2Response) GetBody ¶
func (r StartRootItem2Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartRootItem2Response) GetJSONDefault ¶
func (r StartRootItem2Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartRootItem2Response) GetSuccess ¶
func (r StartRootItem2Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartRootItem2Response) Status ¶
func (r StartRootItem2Response) Status() string
Status returns HTTPResponse.Status
func (StartRootItem2Response) StatusCode ¶
func (r StartRootItem2Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartRootItem3JSONRequestBody ¶
type StartRootItem3JSONRequestBody = externalRef0.StartTestItemRQ
StartRootItem3JSONRequestBody defines body for StartRootItem3 for application/json ContentType.
type StartRootItem3Response ¶
type StartRootItem3Response struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartRootItem3Response ¶
func ParseStartRootItem3Response(rsp *http.Response) (*StartRootItem3Response, error)
ParseStartRootItem3Response parses an HTTP response from a StartRootItem3WithResponse call
func (StartRootItem3Response) GetBody ¶
func (r StartRootItem3Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartRootItem3Response) GetJSONDefault ¶
func (r StartRootItem3Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartRootItem3Response) GetSuccess ¶
func (r StartRootItem3Response) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartRootItem3Response) Status ¶
func (r StartRootItem3Response) Status() string
Status returns HTTPResponse.Status
func (StartRootItem3Response) StatusCode ¶
func (r StartRootItem3Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StartRootItemJSONRequestBody ¶
type StartRootItemJSONRequestBody = externalRef0.StartTestItemRQ
StartRootItemJSONRequestBody defines body for StartRootItem for application/json ContentType.
type StartRootItemResponse ¶
type StartRootItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedAsyncRS
JSONDefault *externalRef0.ErrorRS
}
func ParseStartRootItemResponse ¶
func ParseStartRootItemResponse(rsp *http.Response) (*StartRootItemResponse, error)
ParseStartRootItemResponse parses an HTTP response from a StartRootItemWithResponse call
func (StartRootItemResponse) GetBody ¶
func (r StartRootItemResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (StartRootItemResponse) GetJSONDefault ¶
func (r StartRootItemResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (StartRootItemResponse) GetSuccess ¶
func (r StartRootItemResponse) GetSuccess() *externalRef0.EntryCreatedAsyncRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (StartRootItemResponse) Status ¶
func (r StartRootItemResponse) Status() string
Status returns HTTPResponse.Status
func (StartRootItemResponse) StatusCode ¶
func (r StartRootItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TestIntegrationConnection1Response ¶
type TestIntegrationConnection1Response struct {
Body []byte
HTTPResponse *http.Response
JSON200 *bool
JSONDefault *externalRef0.ErrorRS
}
func ParseTestIntegrationConnection1Response ¶
func ParseTestIntegrationConnection1Response(rsp *http.Response) (*TestIntegrationConnection1Response, error)
ParseTestIntegrationConnection1Response parses an HTTP response from a TestIntegrationConnection1WithResponse call
func (TestIntegrationConnection1Response) GetBody ¶
func (r TestIntegrationConnection1Response) GetBody() []byte
GetBody returns the raw response body bytes.
func (TestIntegrationConnection1Response) GetJSONDefault ¶
func (r TestIntegrationConnection1Response) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (TestIntegrationConnection1Response) GetSuccess ¶
func (r TestIntegrationConnection1Response) GetSuccess() *bool
GetSuccess returns the decoded success (2xx) response body, if any.
func (TestIntegrationConnection1Response) Status ¶
func (r TestIntegrationConnection1Response) Status() string
Status returns HTTPResponse.Status
func (TestIntegrationConnection1Response) StatusCode ¶
func (r TestIntegrationConnection1Response) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TestIntegrationConnectionResponse ¶
type TestIntegrationConnectionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *bool
JSONDefault *externalRef0.ErrorRS
}
func ParseTestIntegrationConnectionResponse ¶
func ParseTestIntegrationConnectionResponse(rsp *http.Response) (*TestIntegrationConnectionResponse, error)
ParseTestIntegrationConnectionResponse parses an HTTP response from a TestIntegrationConnectionWithResponse call
func (TestIntegrationConnectionResponse) GetBody ¶
func (r TestIntegrationConnectionResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (TestIntegrationConnectionResponse) GetJSONDefault ¶
func (r TestIntegrationConnectionResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (TestIntegrationConnectionResponse) GetSuccess ¶
func (r TestIntegrationConnectionResponse) GetSuccess() *bool
GetSuccess returns the decoded success (2xx) response body, if any.
func (TestIntegrationConnectionResponse) Status ¶
func (r TestIntegrationConnectionResponse) Status() string
Status returns HTTPResponse.Status
func (TestIntegrationConnectionResponse) StatusCode ¶
func (r TestIntegrationConnectionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UnassignProjectUsersJSONRequestBody ¶
type UnassignProjectUsersJSONRequestBody = externalRef0.UnassignUsersRQ
UnassignProjectUsersJSONRequestBody defines body for UnassignProjectUsers for application/json ContentType.
type UnassignProjectUsersResponse ¶
type UnassignProjectUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUnassignProjectUsersResponse ¶
func ParseUnassignProjectUsersResponse(rsp *http.Response) (*UnassignProjectUsersResponse, error)
ParseUnassignProjectUsersResponse parses an HTTP response from a UnassignProjectUsersWithResponse call
func (UnassignProjectUsersResponse) GetBody ¶
func (r UnassignProjectUsersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UnassignProjectUsersResponse) GetJSONDefault ¶
func (r UnassignProjectUsersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UnassignProjectUsersResponse) GetSuccess ¶
func (r UnassignProjectUsersResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UnassignProjectUsersResponse) Status ¶
func (r UnassignProjectUsersResponse) Status() string
Status returns HTTPResponse.Status
func (UnassignProjectUsersResponse) StatusCode ¶
func (r UnassignProjectUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UnlinkExternalIssuesJSONRequestBody ¶
type UnlinkExternalIssuesJSONRequestBody = externalRef0.UnlinkExternalIssueRQ
UnlinkExternalIssuesJSONRequestBody defines body for UnlinkExternalIssues for application/json ContentType.
type UnlinkExternalIssuesResponse ¶
type UnlinkExternalIssuesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUnlinkExternalIssuesResponse ¶
func ParseUnlinkExternalIssuesResponse(rsp *http.Response) (*UnlinkExternalIssuesResponse, error)
ParseUnlinkExternalIssuesResponse parses an HTTP response from a UnlinkExternalIssuesWithResponse call
func (UnlinkExternalIssuesResponse) GetBody ¶
func (r UnlinkExternalIssuesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UnlinkExternalIssuesResponse) GetJSONDefault ¶
func (r UnlinkExternalIssuesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UnlinkExternalIssuesResponse) GetSuccess ¶
func (r UnlinkExternalIssuesResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UnlinkExternalIssuesResponse) Status ¶
func (r UnlinkExternalIssuesResponse) Status() string
Status returns HTTPResponse.Status
func (UnlinkExternalIssuesResponse) StatusCode ¶
func (r UnlinkExternalIssuesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateDashboardJSONRequestBody ¶
type UpdateDashboardJSONRequestBody = externalRef0.UpdateDashboardRQ
UpdateDashboardJSONRequestBody defines body for UpdateDashboard for application/json ContentType.
type UpdateDashboardResponse ¶
type UpdateDashboardResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateDashboardResponse ¶
func ParseUpdateDashboardResponse(rsp *http.Response) (*UpdateDashboardResponse, error)
ParseUpdateDashboardResponse parses an HTTP response from a UpdateDashboardWithResponse call
func (UpdateDashboardResponse) GetBody ¶
func (r UpdateDashboardResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateDashboardResponse) GetJSONDefault ¶
func (r UpdateDashboardResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateDashboardResponse) GetSuccess ¶
func (r UpdateDashboardResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateDashboardResponse) Status ¶
func (r UpdateDashboardResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateDashboardResponse) StatusCode ¶
func (r UpdateDashboardResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateGlobalIntegrationJSONRequestBody ¶
type UpdateGlobalIntegrationJSONRequestBody = externalRef0.IntegrationRQ
UpdateGlobalIntegrationJSONRequestBody defines body for UpdateGlobalIntegration for application/json ContentType.
type UpdateGlobalIntegrationResponse ¶
type UpdateGlobalIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateGlobalIntegrationResponse ¶
func ParseUpdateGlobalIntegrationResponse(rsp *http.Response) (*UpdateGlobalIntegrationResponse, error)
ParseUpdateGlobalIntegrationResponse parses an HTTP response from a UpdateGlobalIntegrationWithResponse call
func (UpdateGlobalIntegrationResponse) GetBody ¶
func (r UpdateGlobalIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateGlobalIntegrationResponse) GetJSONDefault ¶
func (r UpdateGlobalIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateGlobalIntegrationResponse) GetSuccess ¶
func (r UpdateGlobalIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateGlobalIntegrationResponse) Status ¶
func (r UpdateGlobalIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateGlobalIntegrationResponse) StatusCode ¶
func (r UpdateGlobalIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateGroupJSONRequestBody ¶
type UpdateGroupJSONRequestBody = externalRef0.UpdateGroupRequest
UpdateGroupJSONRequestBody defines body for UpdateGroup for application/json ContentType.
type UpdateGroupResponse ¶
type UpdateGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SuccessfulUpdate
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSON409 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateGroupResponse ¶
func ParseUpdateGroupResponse(rsp *http.Response) (*UpdateGroupResponse, error)
ParseUpdateGroupResponse parses an HTTP response from a UpdateGroupWithResponse call
func (UpdateGroupResponse) GetBody ¶
func (r UpdateGroupResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateGroupResponse) GetJSONDefault ¶
func (r UpdateGroupResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateGroupResponse) GetSuccess ¶
func (r UpdateGroupResponse) GetSuccess() *externalRef0.SuccessfulUpdate
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateGroupResponse) Status ¶
func (r UpdateGroupResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateGroupResponse) StatusCode ¶
func (r UpdateGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateLaunchJSONRequestBody ¶
type UpdateLaunchJSONRequestBody = externalRef0.UpdateLaunchRQ
UpdateLaunchJSONRequestBody defines body for UpdateLaunch for application/json ContentType.
type UpdateLaunchResponse ¶
type UpdateLaunchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateLaunchResponse ¶
func ParseUpdateLaunchResponse(rsp *http.Response) (*UpdateLaunchResponse, error)
ParseUpdateLaunchResponse parses an HTTP response from a UpdateLaunchWithResponse call
func (UpdateLaunchResponse) GetBody ¶
func (r UpdateLaunchResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateLaunchResponse) GetJSONDefault ¶
func (r UpdateLaunchResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateLaunchResponse) GetSuccess ¶
func (r UpdateLaunchResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateLaunchResponse) Status ¶
func (r UpdateLaunchResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateLaunchResponse) StatusCode ¶
func (r UpdateLaunchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateLaunchesJSONRequestBody ¶
type UpdateLaunchesJSONRequestBody = externalRef0.BulkRQLongUpdateLaunchRQ
UpdateLaunchesJSONRequestBody defines body for UpdateLaunches for application/json ContentType.
type UpdateLaunchesResponse ¶
type UpdateLaunchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateLaunchesResponse ¶
func ParseUpdateLaunchesResponse(rsp *http.Response) (*UpdateLaunchesResponse, error)
ParseUpdateLaunchesResponse parses an HTTP response from a UpdateLaunchesWithResponse call
func (UpdateLaunchesResponse) GetBody ¶
func (r UpdateLaunchesResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateLaunchesResponse) GetJSONDefault ¶
func (r UpdateLaunchesResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateLaunchesResponse) GetSuccess ¶
func (r UpdateLaunchesResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateLaunchesResponse) Status ¶
func (r UpdateLaunchesResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateLaunchesResponse) StatusCode ¶
func (r UpdateLaunchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateLogTypeByIdJSONRequestBody ¶
type UpdateLogTypeByIdJSONRequestBody = externalRef0.LogTypeRequest
UpdateLogTypeByIdJSONRequestBody defines body for UpdateLogTypeById for application/json ContentType.
type UpdateLogTypeByIdResponse ¶
type UpdateLogTypeByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.SuccessfulUpdate
JSON402 *externalRef0.Error
JSON404 *externalRef0.Error
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateLogTypeByIdResponse ¶
func ParseUpdateLogTypeByIdResponse(rsp *http.Response) (*UpdateLogTypeByIdResponse, error)
ParseUpdateLogTypeByIdResponse parses an HTTP response from a UpdateLogTypeByIdWithResponse call
func (UpdateLogTypeByIdResponse) GetBody ¶
func (r UpdateLogTypeByIdResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateLogTypeByIdResponse) GetJSONDefault ¶
func (r UpdateLogTypeByIdResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateLogTypeByIdResponse) GetSuccess ¶
func (r UpdateLogTypeByIdResponse) GetSuccess() *externalRef0.SuccessfulUpdate
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateLogTypeByIdResponse) Status ¶
func (r UpdateLogTypeByIdResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateLogTypeByIdResponse) StatusCode ¶
func (r UpdateLogTypeByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateNotificationJSONRequestBody ¶
type UpdateNotificationJSONRequestBody = externalRef0.SenderCaseDTO
UpdateNotificationJSONRequestBody defines body for UpdateNotification for application/json ContentType.
type UpdateNotificationResponse ¶
type UpdateNotificationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateNotificationResponse ¶
func ParseUpdateNotificationResponse(rsp *http.Response) (*UpdateNotificationResponse, error)
ParseUpdateNotificationResponse parses an HTTP response from a UpdateNotificationWithResponse call
func (UpdateNotificationResponse) GetBody ¶
func (r UpdateNotificationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateNotificationResponse) GetJSONDefault ¶
func (r UpdateNotificationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateNotificationResponse) GetSuccess ¶
func (r UpdateNotificationResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateNotificationResponse) Status ¶
func (r UpdateNotificationResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateNotificationResponse) StatusCode ¶
func (r UpdateNotificationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdatePatternTemplateJSONRequestBody ¶
type UpdatePatternTemplateJSONRequestBody = externalRef0.UpdatePatternTemplateRQ
UpdatePatternTemplateJSONRequestBody defines body for UpdatePatternTemplate for application/json ContentType.
type UpdatePatternTemplateResponse ¶
type UpdatePatternTemplateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdatePatternTemplateResponse ¶
func ParseUpdatePatternTemplateResponse(rsp *http.Response) (*UpdatePatternTemplateResponse, error)
ParseUpdatePatternTemplateResponse parses an HTTP response from a UpdatePatternTemplateWithResponse call
func (UpdatePatternTemplateResponse) GetBody ¶
func (r UpdatePatternTemplateResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdatePatternTemplateResponse) GetJSONDefault ¶
func (r UpdatePatternTemplateResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdatePatternTemplateResponse) GetSuccess ¶
func (r UpdatePatternTemplateResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdatePatternTemplateResponse) Status ¶
func (r UpdatePatternTemplateResponse) Status() string
Status returns HTTPResponse.Status
func (UpdatePatternTemplateResponse) StatusCode ¶
func (r UpdatePatternTemplateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdatePluginStateJSONRequestBody ¶
type UpdatePluginStateJSONRequestBody = externalRef0.UpdatePluginStateRQ
UpdatePluginStateJSONRequestBody defines body for UpdatePluginState for application/json ContentType.
type UpdatePluginStateResponse ¶
type UpdatePluginStateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdatePluginStateResponse ¶
func ParseUpdatePluginStateResponse(rsp *http.Response) (*UpdatePluginStateResponse, error)
ParseUpdatePluginStateResponse parses an HTTP response from a UpdatePluginStateWithResponse call
func (UpdatePluginStateResponse) GetBody ¶
func (r UpdatePluginStateResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdatePluginStateResponse) GetJSONDefault ¶
func (r UpdatePluginStateResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdatePluginStateResponse) GetSuccess ¶
func (r UpdatePluginStateResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdatePluginStateResponse) Status ¶
func (r UpdatePluginStateResponse) Status() string
Status returns HTTPResponse.Status
func (UpdatePluginStateResponse) StatusCode ¶
func (r UpdatePluginStateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateProjectIntegrationJSONRequestBody ¶
type UpdateProjectIntegrationJSONRequestBody = externalRef0.IntegrationRQ
UpdateProjectIntegrationJSONRequestBody defines body for UpdateProjectIntegration for application/json ContentType.
type UpdateProjectIntegrationResponse ¶
type UpdateProjectIntegrationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateProjectIntegrationResponse ¶
func ParseUpdateProjectIntegrationResponse(rsp *http.Response) (*UpdateProjectIntegrationResponse, error)
ParseUpdateProjectIntegrationResponse parses an HTTP response from a UpdateProjectIntegrationWithResponse call
func (UpdateProjectIntegrationResponse) GetBody ¶
func (r UpdateProjectIntegrationResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateProjectIntegrationResponse) GetJSONDefault ¶
func (r UpdateProjectIntegrationResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateProjectIntegrationResponse) GetSuccess ¶
func (r UpdateProjectIntegrationResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateProjectIntegrationResponse) Status ¶
func (r UpdateProjectIntegrationResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateProjectIntegrationResponse) StatusCode ¶
func (r UpdateProjectIntegrationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateProjectIssueSubTypeJSONRequestBody ¶
type UpdateProjectIssueSubTypeJSONRequestBody = externalRef0.UpdateIssueSubTypeRQ
UpdateProjectIssueSubTypeJSONRequestBody defines body for UpdateProjectIssueSubType for application/json ContentType.
type UpdateProjectIssueSubTypeResponse ¶
type UpdateProjectIssueSubTypeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateProjectIssueSubTypeResponse ¶
func ParseUpdateProjectIssueSubTypeResponse(rsp *http.Response) (*UpdateProjectIssueSubTypeResponse, error)
ParseUpdateProjectIssueSubTypeResponse parses an HTTP response from a UpdateProjectIssueSubTypeWithResponse call
func (UpdateProjectIssueSubTypeResponse) GetBody ¶
func (r UpdateProjectIssueSubTypeResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateProjectIssueSubTypeResponse) GetJSONDefault ¶
func (r UpdateProjectIssueSubTypeResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateProjectIssueSubTypeResponse) GetSuccess ¶
func (r UpdateProjectIssueSubTypeResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateProjectIssueSubTypeResponse) Status ¶
func (r UpdateProjectIssueSubTypeResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateProjectIssueSubTypeResponse) StatusCode ¶
func (r UpdateProjectIssueSubTypeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateProjectJSONRequestBody ¶
type UpdateProjectJSONRequestBody = externalRef0.UpdateProjectRQ
UpdateProjectJSONRequestBody defines body for UpdateProject for application/json ContentType.
type UpdateProjectNotificationConfigJSONRequestBody ¶
type UpdateProjectNotificationConfigJSONRequestBody = externalRef0.ProjectNotificationConfigDTO
UpdateProjectNotificationConfigJSONRequestBody defines body for UpdateProjectNotificationConfig for application/json ContentType.
type UpdateProjectNotificationConfigResponse ¶
type UpdateProjectNotificationConfigResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateProjectNotificationConfigResponse ¶
func ParseUpdateProjectNotificationConfigResponse(rsp *http.Response) (*UpdateProjectNotificationConfigResponse, error)
ParseUpdateProjectNotificationConfigResponse parses an HTTP response from a UpdateProjectNotificationConfigWithResponse call
func (UpdateProjectNotificationConfigResponse) GetBody ¶
func (r UpdateProjectNotificationConfigResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateProjectNotificationConfigResponse) GetJSONDefault ¶
func (r UpdateProjectNotificationConfigResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateProjectNotificationConfigResponse) GetSuccess ¶
func (r UpdateProjectNotificationConfigResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateProjectNotificationConfigResponse) Status ¶
func (r UpdateProjectNotificationConfigResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateProjectNotificationConfigResponse) StatusCode ¶
func (r UpdateProjectNotificationConfigResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateProjectResponse ¶
type UpdateProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateProjectResponse ¶
func ParseUpdateProjectResponse(rsp *http.Response) (*UpdateProjectResponse, error)
ParseUpdateProjectResponse parses an HTTP response from a UpdateProjectWithResponse call
func (UpdateProjectResponse) GetBody ¶
func (r UpdateProjectResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateProjectResponse) GetJSONDefault ¶
func (r UpdateProjectResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateProjectResponse) GetSuccess ¶
func (r UpdateProjectResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateProjectResponse) Status ¶
func (r UpdateProjectResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateProjectResponse) StatusCode ¶
func (r UpdateProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateServerSettingsJSONRequestBody ¶
type UpdateServerSettingsJSONRequestBody = externalRef0.UpdateSettingsRq
UpdateServerSettingsJSONRequestBody defines body for UpdateServerSettings for application/json ContentType.
type UpdateServerSettingsResponse ¶
type UpdateServerSettingsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateServerSettingsResponse ¶
func ParseUpdateServerSettingsResponse(rsp *http.Response) (*UpdateServerSettingsResponse, error)
ParseUpdateServerSettingsResponse parses an HTTP response from a UpdateServerSettingsWithResponse call
func (UpdateServerSettingsResponse) GetBody ¶
func (r UpdateServerSettingsResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateServerSettingsResponse) GetJSONDefault ¶
func (r UpdateServerSettingsResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateServerSettingsResponse) GetSuccess ¶
func (r UpdateServerSettingsResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateServerSettingsResponse) Status ¶
func (r UpdateServerSettingsResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateServerSettingsResponse) StatusCode ¶
func (r UpdateServerSettingsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateTestItemJSONRequestBody ¶
type UpdateTestItemJSONRequestBody = externalRef0.UpdateTestItemRQ
UpdateTestItemJSONRequestBody defines body for UpdateTestItem for application/json ContentType.
type UpdateTestItemResponse ¶
type UpdateTestItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateTestItemResponse ¶
func ParseUpdateTestItemResponse(rsp *http.Response) (*UpdateTestItemResponse, error)
ParseUpdateTestItemResponse parses an HTTP response from a UpdateTestItemWithResponse call
func (UpdateTestItemResponse) GetBody ¶
func (r UpdateTestItemResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateTestItemResponse) GetJSONDefault ¶
func (r UpdateTestItemResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateTestItemResponse) GetSuccess ¶
func (r UpdateTestItemResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateTestItemResponse) Status ¶
func (r UpdateTestItemResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateTestItemResponse) StatusCode ¶
func (r UpdateTestItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateUserFilterJSONRequestBody ¶
type UpdateUserFilterJSONRequestBody = externalRef0.UpdateUserFilterRQ
UpdateUserFilterJSONRequestBody defines body for UpdateUserFilter for application/json ContentType.
type UpdateUserFilterResponse ¶
type UpdateUserFilterResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateUserFilterResponse ¶
func ParseUpdateUserFilterResponse(rsp *http.Response) (*UpdateUserFilterResponse, error)
ParseUpdateUserFilterResponse parses an HTTP response from a UpdateUserFilterWithResponse call
func (UpdateUserFilterResponse) GetBody ¶
func (r UpdateUserFilterResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateUserFilterResponse) GetJSONDefault ¶
func (r UpdateUserFilterResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateUserFilterResponse) GetSuccess ¶
func (r UpdateUserFilterResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateUserFilterResponse) Status ¶
func (r UpdateUserFilterResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateUserFilterResponse) StatusCode ¶
func (r UpdateUserFilterResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateUserFiltersJSONRequestBody ¶
type UpdateUserFiltersJSONRequestBody = externalRef0.CollectionsRQBulkUpdateFilterRQ
UpdateUserFiltersJSONRequestBody defines body for UpdateUserFilters for application/json ContentType.
type UpdateUserFiltersResponse ¶
type UpdateUserFiltersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateUserFiltersResponse ¶
func ParseUpdateUserFiltersResponse(rsp *http.Response) (*UpdateUserFiltersResponse, error)
ParseUpdateUserFiltersResponse parses an HTTP response from a UpdateUserFiltersWithResponse call
func (UpdateUserFiltersResponse) GetBody ¶
func (r UpdateUserFiltersResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateUserFiltersResponse) GetJSONDefault ¶
func (r UpdateUserFiltersResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateUserFiltersResponse) GetSuccess ¶
func (r UpdateUserFiltersResponse) GetSuccess() *[]externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateUserFiltersResponse) Status ¶
func (r UpdateUserFiltersResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateUserFiltersResponse) StatusCode ¶
func (r UpdateUserFiltersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UpdateWidgetJSONRequestBody ¶
type UpdateWidgetJSONRequestBody = externalRef0.WidgetRQ
UpdateWidgetJSONRequestBody defines body for UpdateWidget for application/json ContentType.
type UpdateWidgetResponse ¶
type UpdateWidgetResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUpdateWidgetResponse ¶
func ParseUpdateWidgetResponse(rsp *http.Response) (*UpdateWidgetResponse, error)
ParseUpdateWidgetResponse parses an HTTP response from a UpdateWidgetWithResponse call
func (UpdateWidgetResponse) GetBody ¶
func (r UpdateWidgetResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UpdateWidgetResponse) GetJSONDefault ¶
func (r UpdateWidgetResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UpdateWidgetResponse) GetSuccess ¶
func (r UpdateWidgetResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UpdateWidgetResponse) Status ¶
func (r UpdateWidgetResponse) Status() string
Status returns HTTPResponse.Status
func (UpdateWidgetResponse) StatusCode ¶
func (r UpdateWidgetResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UploadPhotoMultipartBody ¶
type UploadPhotoMultipartBody struct {
File openapi_types.File `json:"file"`
}
UploadPhotoMultipartBody defines parameters for UploadPhoto.
type UploadPhotoMultipartRequestBody ¶
type UploadPhotoMultipartRequestBody UploadPhotoMultipartBody
UploadPhotoMultipartRequestBody defines body for UploadPhoto for multipart/form-data ContentType.
type UploadPhotoResponse ¶
type UploadPhotoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *externalRef0.OperationCompletionRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUploadPhotoResponse ¶
func ParseUploadPhotoResponse(rsp *http.Response) (*UploadPhotoResponse, error)
ParseUploadPhotoResponse parses an HTTP response from a UploadPhotoWithResponse call
func (UploadPhotoResponse) GetBody ¶
func (r UploadPhotoResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UploadPhotoResponse) GetJSONDefault ¶
func (r UploadPhotoResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UploadPhotoResponse) GetSuccess ¶
func (r UploadPhotoResponse) GetSuccess() *externalRef0.OperationCompletionRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UploadPhotoResponse) Status ¶
func (r UploadPhotoResponse) Status() string
Status returns HTTPResponse.Status
func (UploadPhotoResponse) StatusCode ¶
func (r UploadPhotoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UploadPluginMultipartBody ¶
type UploadPluginMultipartBody struct {
File openapi_types.File `json:"file"`
}
UploadPluginMultipartBody defines parameters for UploadPlugin.
type UploadPluginMultipartRequestBody ¶
type UploadPluginMultipartRequestBody UploadPluginMultipartBody
UploadPluginMultipartRequestBody defines body for UploadPlugin for multipart/form-data ContentType.
type UploadPluginResponse ¶
type UploadPluginResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *externalRef0.EntryCreatedRS
JSONDefault *externalRef0.ErrorRS
}
func ParseUploadPluginResponse ¶
func ParseUploadPluginResponse(rsp *http.Response) (*UploadPluginResponse, error)
ParseUploadPluginResponse parses an HTTP response from a UploadPluginWithResponse call
func (UploadPluginResponse) GetBody ¶
func (r UploadPluginResponse) GetBody() []byte
GetBody returns the raw response body bytes.
func (UploadPluginResponse) GetJSONDefault ¶
func (r UploadPluginResponse) GetJSONDefault() *externalRef0.ErrorRS
GetJSONDefault returns the decoded default (error) response body, if any.
func (UploadPluginResponse) GetSuccess ¶
func (r UploadPluginResponse) GetSuccess() *externalRef0.EntryCreatedRS
GetSuccess returns the decoded success (2xx) response body, if any.
func (UploadPluginResponse) Status ¶
func (r UploadPluginResponse) Status() string
Status returns HTTPResponse.Status
func (UploadPluginResponse) StatusCode ¶
func (r UploadPluginResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode