bitbucket

package module
v0.0.0-...-b2d6ee4 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2025 License: MIT Imports: 11 Imported by: 0

README

go-bitbucket

generation

~ go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
...
~ oapi-codegen --version                                                    
github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
v2.4.1

Documentation

Overview

Package bitbucket provides primitives to interact with the openapi HTTP API.

Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.4.1 DO NOT EDIT.

Index

Constants

View Source
const (
	Api_keyScopes = "api_key.Scopes"
	BasicScopes   = "basic.Scopes"
	Oauth2Scopes  = "oauth2.Scopes"
)

Variables

This section is empty.

Functions

func NewBulkCreateOrUpdateAnnotationsRequest

func NewBulkCreateOrUpdateAnnotationsRequest(server string, workspace string, repoSlug string, commit string, reportId string, body BulkCreateOrUpdateAnnotationsJSONRequestBody) (*http.Request, error)

NewBulkCreateOrUpdateAnnotationsRequest calls the generic BulkCreateOrUpdateAnnotations builder with application/json body

func NewBulkCreateOrUpdateAnnotationsRequestWithBody

func NewBulkCreateOrUpdateAnnotationsRequestWithBody(server string, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader) (*http.Request, error)

NewBulkCreateOrUpdateAnnotationsRequestWithBody generates requests for BulkCreateOrUpdateAnnotations with any type of body

func NewCreateDeploymentVariableRequest

func NewCreateDeploymentVariableRequest(server string, workspace string, repoSlug string, environmentUuid string, body CreateDeploymentVariableJSONRequestBody) (*http.Request, error)

NewCreateDeploymentVariableRequest calls the generic CreateDeploymentVariable builder with application/json body

func NewCreateDeploymentVariableRequestWithBody

func NewCreateDeploymentVariableRequestWithBody(server string, workspace string, repoSlug string, environmentUuid string, contentType string, body io.Reader) (*http.Request, error)

NewCreateDeploymentVariableRequestWithBody generates requests for CreateDeploymentVariable with any type of body

func NewCreateEnvironmentRequest

func NewCreateEnvironmentRequest(server string, workspace string, repoSlug string, body CreateEnvironmentJSONRequestBody) (*http.Request, error)

NewCreateEnvironmentRequest calls the generic CreateEnvironment builder with application/json body

func NewCreateEnvironmentRequestWithBody

func NewCreateEnvironmentRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewCreateEnvironmentRequestWithBody generates requests for CreateEnvironment with any type of body

func NewCreateOrUpdateAnnotationRequest

func NewCreateOrUpdateAnnotationRequest(server string, workspace string, repoSlug string, commit string, reportId string, annotationId string, body CreateOrUpdateAnnotationJSONRequestBody) (*http.Request, error)

NewCreateOrUpdateAnnotationRequest calls the generic CreateOrUpdateAnnotation builder with application/json body

func NewCreateOrUpdateAnnotationRequestWithBody

func NewCreateOrUpdateAnnotationRequestWithBody(server string, workspace string, repoSlug string, commit string, reportId string, annotationId string, contentType string, body io.Reader) (*http.Request, error)

NewCreateOrUpdateAnnotationRequestWithBody generates requests for CreateOrUpdateAnnotation with any type of body

func NewCreateOrUpdateReportRequest

func NewCreateOrUpdateReportRequest(server string, workspace string, repoSlug string, commit string, reportId string, body CreateOrUpdateReportJSONRequestBody) (*http.Request, error)

NewCreateOrUpdateReportRequest calls the generic CreateOrUpdateReport builder with application/json body

func NewCreateOrUpdateReportRequestWithBody

func NewCreateOrUpdateReportRequestWithBody(server string, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader) (*http.Request, error)

NewCreateOrUpdateReportRequestWithBody generates requests for CreateOrUpdateReport with any type of body

func NewCreatePipelineForRepositoryRequest

func NewCreatePipelineForRepositoryRequest(server string, workspace string, repoSlug string, body CreatePipelineForRepositoryJSONRequestBody) (*http.Request, error)

NewCreatePipelineForRepositoryRequest calls the generic CreatePipelineForRepository builder with application/json body

func NewCreatePipelineForRepositoryRequestWithBody

func NewCreatePipelineForRepositoryRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewCreatePipelineForRepositoryRequestWithBody generates requests for CreatePipelineForRepository with any type of body

func NewCreatePipelineVariableForTeamRequest

func NewCreatePipelineVariableForTeamRequest(server string, username string, body CreatePipelineVariableForTeamJSONRequestBody) (*http.Request, error)

NewCreatePipelineVariableForTeamRequest calls the generic CreatePipelineVariableForTeam builder with application/json body

func NewCreatePipelineVariableForTeamRequestWithBody

func NewCreatePipelineVariableForTeamRequestWithBody(server string, username string, contentType string, body io.Reader) (*http.Request, error)

NewCreatePipelineVariableForTeamRequestWithBody generates requests for CreatePipelineVariableForTeam with any type of body

func NewCreatePipelineVariableForUserRequest

func NewCreatePipelineVariableForUserRequest(server string, selectedUser string, body CreatePipelineVariableForUserJSONRequestBody) (*http.Request, error)

NewCreatePipelineVariableForUserRequest calls the generic CreatePipelineVariableForUser builder with application/json body

func NewCreatePipelineVariableForUserRequestWithBody

func NewCreatePipelineVariableForUserRequestWithBody(server string, selectedUser string, contentType string, body io.Reader) (*http.Request, error)

NewCreatePipelineVariableForUserRequestWithBody generates requests for CreatePipelineVariableForUser with any type of body

func NewCreatePipelineVariableForWorkspaceRequest

func NewCreatePipelineVariableForWorkspaceRequest(server string, workspace string, body CreatePipelineVariableForWorkspaceJSONRequestBody) (*http.Request, error)

NewCreatePipelineVariableForWorkspaceRequest calls the generic CreatePipelineVariableForWorkspace builder with application/json body

func NewCreatePipelineVariableForWorkspaceRequestWithBody

func NewCreatePipelineVariableForWorkspaceRequestWithBody(server string, workspace string, contentType string, body io.Reader) (*http.Request, error)

NewCreatePipelineVariableForWorkspaceRequestWithBody generates requests for CreatePipelineVariableForWorkspace with any type of body

func NewCreateRepositoryPipelineKnownHostRequest

func NewCreateRepositoryPipelineKnownHostRequest(server string, workspace string, repoSlug string, body CreateRepositoryPipelineKnownHostJSONRequestBody) (*http.Request, error)

NewCreateRepositoryPipelineKnownHostRequest calls the generic CreateRepositoryPipelineKnownHost builder with application/json body

func NewCreateRepositoryPipelineKnownHostRequestWithBody

func NewCreateRepositoryPipelineKnownHostRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewCreateRepositoryPipelineKnownHostRequestWithBody generates requests for CreateRepositoryPipelineKnownHost with any type of body

func NewCreateRepositoryPipelineScheduleRequest

func NewCreateRepositoryPipelineScheduleRequest(server string, workspace string, repoSlug string, body CreateRepositoryPipelineScheduleJSONRequestBody) (*http.Request, error)

NewCreateRepositoryPipelineScheduleRequest calls the generic CreateRepositoryPipelineSchedule builder with application/json body

func NewCreateRepositoryPipelineScheduleRequestWithBody

func NewCreateRepositoryPipelineScheduleRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewCreateRepositoryPipelineScheduleRequestWithBody generates requests for CreateRepositoryPipelineSchedule with any type of body

func NewCreateRepositoryPipelineVariableRequest

func NewCreateRepositoryPipelineVariableRequest(server string, workspace string, repoSlug string, body CreateRepositoryPipelineVariableJSONRequestBody) (*http.Request, error)

NewCreateRepositoryPipelineVariableRequest calls the generic CreateRepositoryPipelineVariable builder with application/json body

func NewCreateRepositoryPipelineVariableRequestWithBody

func NewCreateRepositoryPipelineVariableRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewCreateRepositoryPipelineVariableRequestWithBody generates requests for CreateRepositoryPipelineVariable with any type of body

func NewDeleteAddonLinkersLinkerKeyValuesRequest

func NewDeleteAddonLinkersLinkerKeyValuesRequest(server string, linkerKey string) (*http.Request, error)

NewDeleteAddonLinkersLinkerKeyValuesRequest generates requests for DeleteAddonLinkersLinkerKeyValues

func NewDeleteAddonLinkersLinkerKeyValuesValueIdRequest

func NewDeleteAddonLinkersLinkerKeyValuesValueIdRequest(server string, linkerKey string, valueId int) (*http.Request, error)

NewDeleteAddonLinkersLinkerKeyValuesValueIdRequest generates requests for DeleteAddonLinkersLinkerKeyValuesValueId

func NewDeleteAddonRequest

func NewDeleteAddonRequest(server string) (*http.Request, error)

NewDeleteAddonRequest generates requests for DeleteAddon

func NewDeleteAnnotationRequest

func NewDeleteAnnotationRequest(server string, workspace string, repoSlug string, commit string, reportId string, annotationId string) (*http.Request, error)

NewDeleteAnnotationRequest generates requests for DeleteAnnotation

func NewDeleteCommitHostedPropertyValueRequest

func NewDeleteCommitHostedPropertyValueRequest(server string, workspace string, repoSlug string, commit string, appKey string, propertyName string) (*http.Request, error)

NewDeleteCommitHostedPropertyValueRequest generates requests for DeleteCommitHostedPropertyValue

func NewDeleteDeploymentVariableRequest

func NewDeleteDeploymentVariableRequest(server string, workspace string, repoSlug string, environmentUuid string, variableUuid string) (*http.Request, error)

NewDeleteDeploymentVariableRequest generates requests for DeleteDeploymentVariable

func NewDeleteEnvironmentForRepositoryRequest

func NewDeleteEnvironmentForRepositoryRequest(server string, workspace string, repoSlug string, environmentUuid string) (*http.Request, error)

NewDeleteEnvironmentForRepositoryRequest generates requests for DeleteEnvironmentForRepository

func NewDeletePipelineVariableForTeamRequest

func NewDeletePipelineVariableForTeamRequest(server string, username string, variableUuid string) (*http.Request, error)

NewDeletePipelineVariableForTeamRequest generates requests for DeletePipelineVariableForTeam

func NewDeletePipelineVariableForUserRequest

func NewDeletePipelineVariableForUserRequest(server string, selectedUser string, variableUuid string) (*http.Request, error)

NewDeletePipelineVariableForUserRequest generates requests for DeletePipelineVariableForUser

func NewDeletePipelineVariableForWorkspaceRequest

func NewDeletePipelineVariableForWorkspaceRequest(server string, workspace string, variableUuid string) (*http.Request, error)

NewDeletePipelineVariableForWorkspaceRequest generates requests for DeletePipelineVariableForWorkspace

func NewDeletePullRequestHostedPropertyValueRequest

func NewDeletePullRequestHostedPropertyValueRequest(server string, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string) (*http.Request, error)

NewDeletePullRequestHostedPropertyValueRequest generates requests for DeletePullRequestHostedPropertyValue

func NewDeleteReportRequest

func NewDeleteReportRequest(server string, workspace string, repoSlug string, commit string, reportId string) (*http.Request, error)

NewDeleteReportRequest generates requests for DeleteReport

func NewDeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest(server string, workspace string, repoSlug string, id string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsId

func NewDeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveRequest

func NewDeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveRequest(server string, workspace string, repoSlug string, commit string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugCommitCommitApprove

func NewDeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest(server string, workspace string, repoSlug string, commit string, commentId int) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId

func NewDeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest

func NewDeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest(server string, workspace string, repoSlug string, targetUsername string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername

func NewDeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest(server string, workspace string, repoSlug string, keyId string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyId

func NewDeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameRequest

func NewDeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameRequest(server string, workspace string, repoSlug string, filename string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugDownloadsFilename

func NewDeleteRepositoriesWorkspaceRepoSlugHooksUidRequest

func NewDeleteRepositoriesWorkspaceRepoSlugHooksUidRequest(server string, workspace string, repoSlug string, uid string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugHooksUidRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugHooksUid

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathRequest

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathRequest(server string, workspace string, repoSlug string, issueId string, path string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest(server string, workspace string, repoSlug string, issueId string, commentId int) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugIssuesIssueId

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVote

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest

func NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch

func NewDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest

func NewDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest(server string, workspace string, repoSlug string, groupSlug string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug

func NewDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest(server string, workspace string, repoSlug string, selectedUserId string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveRequest

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest(server string, workspace string, repoSlug string, pullRequestId int, commentId int) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveRequest

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveRequest(server string, workspace string, repoSlug string, pullRequestId int, commentId int) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesRequest

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest

func NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest(server string, workspace string, repoSlug string, pullRequestId int, taskId int) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId

func NewDeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameRequest

func NewDeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameRequest(server string, workspace string, repoSlug string, name string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugRefsBranchesName

func NewDeleteRepositoriesWorkspaceRepoSlugRefsTagsNameRequest

func NewDeleteRepositoriesWorkspaceRepoSlugRefsTagsNameRequest(server string, workspace string, repoSlug string, name string) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugRefsTagsNameRequest generates requests for DeleteRepositoriesWorkspaceRepoSlugRefsTagsName

func NewDeleteRepositoriesWorkspaceRepoSlugRequest

func NewDeleteRepositoriesWorkspaceRepoSlugRequest(server string, workspace string, repoSlug string, params *DeleteRepositoriesWorkspaceRepoSlugParams) (*http.Request, error)

NewDeleteRepositoriesWorkspaceRepoSlugRequest generates requests for DeleteRepositoriesWorkspaceRepoSlug

func NewDeleteRepositoryHostedPropertyValueRequest

func NewDeleteRepositoryHostedPropertyValueRequest(server string, workspace string, repoSlug string, appKey string, propertyName string) (*http.Request, error)

NewDeleteRepositoryHostedPropertyValueRequest generates requests for DeleteRepositoryHostedPropertyValue

func NewDeleteRepositoryPipelineCacheRequest

func NewDeleteRepositoryPipelineCacheRequest(server string, workspace string, repoSlug string, cacheUuid string) (*http.Request, error)

NewDeleteRepositoryPipelineCacheRequest generates requests for DeleteRepositoryPipelineCache

func NewDeleteRepositoryPipelineCachesRequest

func NewDeleteRepositoryPipelineCachesRequest(server string, workspace string, repoSlug string, params *DeleteRepositoryPipelineCachesParams) (*http.Request, error)

NewDeleteRepositoryPipelineCachesRequest generates requests for DeleteRepositoryPipelineCaches

func NewDeleteRepositoryPipelineKeyPairRequest

func NewDeleteRepositoryPipelineKeyPairRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewDeleteRepositoryPipelineKeyPairRequest generates requests for DeleteRepositoryPipelineKeyPair

func NewDeleteRepositoryPipelineKnownHostRequest

func NewDeleteRepositoryPipelineKnownHostRequest(server string, workspace string, repoSlug string, knownHostUuid string) (*http.Request, error)

NewDeleteRepositoryPipelineKnownHostRequest generates requests for DeleteRepositoryPipelineKnownHost

func NewDeleteRepositoryPipelineScheduleRequest

func NewDeleteRepositoryPipelineScheduleRequest(server string, workspace string, repoSlug string, scheduleUuid string) (*http.Request, error)

NewDeleteRepositoryPipelineScheduleRequest generates requests for DeleteRepositoryPipelineSchedule

func NewDeleteRepositoryPipelineVariableRequest

func NewDeleteRepositoryPipelineVariableRequest(server string, workspace string, repoSlug string, variableUuid string) (*http.Request, error)

NewDeleteRepositoryPipelineVariableRequest generates requests for DeleteRepositoryPipelineVariable

func NewDeleteSnippetsWorkspaceEncodedIdCommentsCommentIdRequest

func NewDeleteSnippetsWorkspaceEncodedIdCommentsCommentIdRequest(server string, workspace string, encodedId string, commentId int) (*http.Request, error)

NewDeleteSnippetsWorkspaceEncodedIdCommentsCommentIdRequest generates requests for DeleteSnippetsWorkspaceEncodedIdCommentsCommentId

func NewDeleteSnippetsWorkspaceEncodedIdNodeIdRequest

func NewDeleteSnippetsWorkspaceEncodedIdNodeIdRequest(server string, workspace string, encodedId string, nodeId string) (*http.Request, error)

NewDeleteSnippetsWorkspaceEncodedIdNodeIdRequest generates requests for DeleteSnippetsWorkspaceEncodedIdNodeId

func NewDeleteSnippetsWorkspaceEncodedIdRequest

func NewDeleteSnippetsWorkspaceEncodedIdRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewDeleteSnippetsWorkspaceEncodedIdRequest generates requests for DeleteSnippetsWorkspaceEncodedId

func NewDeleteSnippetsWorkspaceEncodedIdWatchRequest

func NewDeleteSnippetsWorkspaceEncodedIdWatchRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewDeleteSnippetsWorkspaceEncodedIdWatchRequest generates requests for DeleteSnippetsWorkspaceEncodedIdWatch

func NewDeleteUserHostedPropertyValueRequest

func NewDeleteUserHostedPropertyValueRequest(server string, selectedUser string, appKey string, propertyName string) (*http.Request, error)

NewDeleteUserHostedPropertyValueRequest generates requests for DeleteUserHostedPropertyValue

func NewDeleteUsersSelectedUserGpgKeysFingerprintRequest

func NewDeleteUsersSelectedUserGpgKeysFingerprintRequest(server string, selectedUser string, fingerprint string) (*http.Request, error)

NewDeleteUsersSelectedUserGpgKeysFingerprintRequest generates requests for DeleteUsersSelectedUserGpgKeysFingerprint

func NewDeleteUsersSelectedUserSshKeysKeyIdRequest

func NewDeleteUsersSelectedUserSshKeysKeyIdRequest(server string, selectedUser string, keyId string) (*http.Request, error)

NewDeleteUsersSelectedUserSshKeysKeyIdRequest generates requests for DeleteUsersSelectedUserSshKeysKeyId

func NewDeleteWorkspacesWorkspaceHooksUidRequest

func NewDeleteWorkspacesWorkspaceHooksUidRequest(server string, workspace string, uid string) (*http.Request, error)

NewDeleteWorkspacesWorkspaceHooksUidRequest generates requests for DeleteWorkspacesWorkspaceHooksUid

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest(server string, workspace string, projectKey string, selectedUser string) (*http.Request, error)

NewDeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest generates requests for DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdRequest

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdRequest(server string, workspace string, projectKey string, keyId string) (*http.Request, error)

NewDeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdRequest generates requests for DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest(server string, workspace string, projectKey string, groupSlug string) (*http.Request, error)

NewDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest generates requests for DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest(server string, workspace string, projectKey string, selectedUserId string) (*http.Request, error)

NewDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest generates requests for DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyRequest

func NewDeleteWorkspacesWorkspaceProjectsProjectKeyRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewDeleteWorkspacesWorkspaceProjectsProjectKeyRequest generates requests for DeleteWorkspacesWorkspaceProjectsProjectKey

func NewGetAddonLinkersLinkerKeyRequest

func NewGetAddonLinkersLinkerKeyRequest(server string, linkerKey string) (*http.Request, error)

NewGetAddonLinkersLinkerKeyRequest generates requests for GetAddonLinkersLinkerKey

func NewGetAddonLinkersLinkerKeyValuesRequest

func NewGetAddonLinkersLinkerKeyValuesRequest(server string, linkerKey string) (*http.Request, error)

NewGetAddonLinkersLinkerKeyValuesRequest generates requests for GetAddonLinkersLinkerKeyValues

func NewGetAddonLinkersLinkerKeyValuesValueIdRequest

func NewGetAddonLinkersLinkerKeyValuesValueIdRequest(server string, linkerKey string, valueId int) (*http.Request, error)

NewGetAddonLinkersLinkerKeyValuesValueIdRequest generates requests for GetAddonLinkersLinkerKeyValuesValueId

func NewGetAddonLinkersRequest

func NewGetAddonLinkersRequest(server string) (*http.Request, error)

NewGetAddonLinkersRequest generates requests for GetAddonLinkers

func NewGetAnnotationRequest

func NewGetAnnotationRequest(server string, workspace string, repoSlug string, commit string, reportId string, annotationId string) (*http.Request, error)

NewGetAnnotationRequest generates requests for GetAnnotation

func NewGetAnnotationsForReportRequest

func NewGetAnnotationsForReportRequest(server string, workspace string, repoSlug string, commit string, reportId string) (*http.Request, error)

NewGetAnnotationsForReportRequest generates requests for GetAnnotationsForReport

func NewGetCommitHostedPropertyValueRequest

func NewGetCommitHostedPropertyValueRequest(server string, workspace string, repoSlug string, commit string, appKey string, propertyName string) (*http.Request, error)

NewGetCommitHostedPropertyValueRequest generates requests for GetCommitHostedPropertyValue

func NewGetDeploymentForRepositoryRequest

func NewGetDeploymentForRepositoryRequest(server string, workspace string, repoSlug string, deploymentUuid string) (*http.Request, error)

NewGetDeploymentForRepositoryRequest generates requests for GetDeploymentForRepository

func NewGetDeploymentVariablesRequest

func NewGetDeploymentVariablesRequest(server string, workspace string, repoSlug string, environmentUuid string) (*http.Request, error)

NewGetDeploymentVariablesRequest generates requests for GetDeploymentVariables

func NewGetDeploymentsForRepositoryRequest

func NewGetDeploymentsForRepositoryRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetDeploymentsForRepositoryRequest generates requests for GetDeploymentsForRepository

func NewGetEnvironmentForRepositoryRequest

func NewGetEnvironmentForRepositoryRequest(server string, workspace string, repoSlug string, environmentUuid string) (*http.Request, error)

NewGetEnvironmentForRepositoryRequest generates requests for GetEnvironmentForRepository

func NewGetEnvironmentsForRepositoryRequest

func NewGetEnvironmentsForRepositoryRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetEnvironmentsForRepositoryRequest generates requests for GetEnvironmentsForRepository

func NewGetHookEventsRequest

func NewGetHookEventsRequest(server string) (*http.Request, error)

NewGetHookEventsRequest generates requests for GetHookEvents

func NewGetHookEventsSubjectTypeRequest

func NewGetHookEventsSubjectTypeRequest(server string, subjectType string) (*http.Request, error)

NewGetHookEventsSubjectTypeRequest generates requests for GetHookEventsSubjectType

func NewGetOIDCConfigurationRequest

func NewGetOIDCConfigurationRequest(server string, workspace string) (*http.Request, error)

NewGetOIDCConfigurationRequest generates requests for GetOIDCConfiguration

func NewGetOIDCKeysRequest

func NewGetOIDCKeysRequest(server string, workspace string) (*http.Request, error)

NewGetOIDCKeysRequest generates requests for GetOIDCKeys

func NewGetPipelineContainerLogRequest

func NewGetPipelineContainerLogRequest(server string, workspace string, repoSlug string, pipelineUuid string, stepUuid string, logUuid string) (*http.Request, error)

NewGetPipelineContainerLogRequest generates requests for GetPipelineContainerLog

func NewGetPipelineForRepositoryRequest

func NewGetPipelineForRepositoryRequest(server string, workspace string, repoSlug string, pipelineUuid string) (*http.Request, error)

NewGetPipelineForRepositoryRequest generates requests for GetPipelineForRepository

func NewGetPipelineStepForRepositoryRequest

func NewGetPipelineStepForRepositoryRequest(server string, workspace string, repoSlug string, pipelineUuid string, stepUuid string) (*http.Request, error)

NewGetPipelineStepForRepositoryRequest generates requests for GetPipelineStepForRepository

func NewGetPipelineStepLogForRepositoryRequest

func NewGetPipelineStepLogForRepositoryRequest(server string, workspace string, repoSlug string, pipelineUuid string, stepUuid string) (*http.Request, error)

NewGetPipelineStepLogForRepositoryRequest generates requests for GetPipelineStepLogForRepository

func NewGetPipelineStepsForRepositoryRequest

func NewGetPipelineStepsForRepositoryRequest(server string, workspace string, repoSlug string, pipelineUuid string) (*http.Request, error)

NewGetPipelineStepsForRepositoryRequest generates requests for GetPipelineStepsForRepository

func NewGetPipelineTestReportTestCaseReasonsRequest

func NewGetPipelineTestReportTestCaseReasonsRequest(server string, workspace string, repoSlug string, pipelineUuid string, stepUuid string, testCaseUuid string) (*http.Request, error)

NewGetPipelineTestReportTestCaseReasonsRequest generates requests for GetPipelineTestReportTestCaseReasons

func NewGetPipelineTestReportTestCasesRequest

func NewGetPipelineTestReportTestCasesRequest(server string, workspace string, repoSlug string, pipelineUuid string, stepUuid string) (*http.Request, error)

NewGetPipelineTestReportTestCasesRequest generates requests for GetPipelineTestReportTestCases

func NewGetPipelineTestReportsRequest

func NewGetPipelineTestReportsRequest(server string, workspace string, repoSlug string, pipelineUuid string, stepUuid string) (*http.Request, error)

NewGetPipelineTestReportsRequest generates requests for GetPipelineTestReports

func NewGetPipelineVariableForTeamRequest

func NewGetPipelineVariableForTeamRequest(server string, username string, variableUuid string) (*http.Request, error)

NewGetPipelineVariableForTeamRequest generates requests for GetPipelineVariableForTeam

func NewGetPipelineVariableForUserRequest

func NewGetPipelineVariableForUserRequest(server string, selectedUser string, variableUuid string) (*http.Request, error)

NewGetPipelineVariableForUserRequest generates requests for GetPipelineVariableForUser

func NewGetPipelineVariableForWorkspaceRequest

func NewGetPipelineVariableForWorkspaceRequest(server string, workspace string, variableUuid string) (*http.Request, error)

NewGetPipelineVariableForWorkspaceRequest generates requests for GetPipelineVariableForWorkspace

func NewGetPipelineVariablesForTeamRequest

func NewGetPipelineVariablesForTeamRequest(server string, username string) (*http.Request, error)

NewGetPipelineVariablesForTeamRequest generates requests for GetPipelineVariablesForTeam

func NewGetPipelineVariablesForUserRequest

func NewGetPipelineVariablesForUserRequest(server string, selectedUser string) (*http.Request, error)

NewGetPipelineVariablesForUserRequest generates requests for GetPipelineVariablesForUser

func NewGetPipelineVariablesForWorkspaceRequest

func NewGetPipelineVariablesForWorkspaceRequest(server string, workspace string) (*http.Request, error)

NewGetPipelineVariablesForWorkspaceRequest generates requests for GetPipelineVariablesForWorkspace

func NewGetPipelinesForRepositoryRequest

func NewGetPipelinesForRepositoryRequest(server string, workspace string, repoSlug string, params *GetPipelinesForRepositoryParams) (*http.Request, error)

NewGetPipelinesForRepositoryRequest generates requests for GetPipelinesForRepository

func NewGetPullRequestHostedPropertyValueRequest

func NewGetPullRequestHostedPropertyValueRequest(server string, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string) (*http.Request, error)

NewGetPullRequestHostedPropertyValueRequest generates requests for GetPullRequestHostedPropertyValue

func NewGetPullrequestsForCommitRequest

func NewGetPullrequestsForCommitRequest(server string, workspace string, repoSlug string, commit string, params *GetPullrequestsForCommitParams) (*http.Request, error)

NewGetPullrequestsForCommitRequest generates requests for GetPullrequestsForCommit

func NewGetReportRequest

func NewGetReportRequest(server string, workspace string, repoSlug string, commit string, reportId string) (*http.Request, error)

NewGetReportRequest generates requests for GetReport

func NewGetReportsForCommitRequest

func NewGetReportsForCommitRequest(server string, workspace string, repoSlug string, commit string) (*http.Request, error)

NewGetReportsForCommitRequest generates requests for GetReportsForCommit

func NewGetRepositoriesRequest

func NewGetRepositoriesRequest(server string, params *GetRepositoriesParams) (*http.Request, error)

NewGetRepositoriesRequest generates requests for GetRepositories

func NewGetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest

func NewGetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest(server string, workspace string, repoSlug string, id string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugBranchRestrictionsId

func NewGetRepositoriesWorkspaceRepoSlugBranchRestrictionsRequest

func NewGetRepositoriesWorkspaceRepoSlugBranchRestrictionsRequest(server string, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugBranchRestrictionsRequest generates requests for GetRepositoriesWorkspaceRepoSlugBranchRestrictions

func NewGetRepositoriesWorkspaceRepoSlugBranchingModelRequest

func NewGetRepositoriesWorkspaceRepoSlugBranchingModelRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugBranchingModelRequest generates requests for GetRepositoriesWorkspaceRepoSlugBranchingModel

func NewGetRepositoriesWorkspaceRepoSlugBranchingModelSettingsRequest

func NewGetRepositoriesWorkspaceRepoSlugBranchingModelSettingsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugBranchingModelSettingsRequest generates requests for GetRepositoriesWorkspaceRepoSlugBranchingModelSettings

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest(server string, workspace string, repoSlug string, commit string, commentId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequest

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequest(server string, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequest generates requests for GetRepositoriesWorkspaceRepoSlugCommitCommitComments

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitRequest

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitRequest(server string, workspace string, repoSlug string, commit string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugCommitCommitRequest generates requests for GetRepositoriesWorkspaceRepoSlugCommitCommit

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequest

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequest(server string, workspace string, repoSlug string, commit string, key string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequest generates requests for GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesRequest

func NewGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesRequest(server string, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesRequest generates requests for GetRepositoriesWorkspaceRepoSlugCommitCommitStatuses

func NewGetRepositoriesWorkspaceRepoSlugCommitsRequest

func NewGetRepositoriesWorkspaceRepoSlugCommitsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugCommitsRequest generates requests for GetRepositoriesWorkspaceRepoSlugCommits

func NewGetRepositoriesWorkspaceRepoSlugCommitsRevisionRequest

func NewGetRepositoriesWorkspaceRepoSlugCommitsRevisionRequest(server string, workspace string, repoSlug string, revision string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugCommitsRevisionRequest generates requests for GetRepositoriesWorkspaceRepoSlugCommitsRevision

func NewGetRepositoriesWorkspaceRepoSlugComponentsComponentIdRequest

func NewGetRepositoriesWorkspaceRepoSlugComponentsComponentIdRequest(server string, workspace string, repoSlug string, componentId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugComponentsComponentIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugComponentsComponentId

func NewGetRepositoriesWorkspaceRepoSlugComponentsRequest

func NewGetRepositoriesWorkspaceRepoSlugComponentsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugComponentsRequest generates requests for GetRepositoriesWorkspaceRepoSlugComponents

func NewGetRepositoriesWorkspaceRepoSlugDefaultReviewersRequest

func NewGetRepositoriesWorkspaceRepoSlugDefaultReviewersRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDefaultReviewersRequest generates requests for GetRepositoriesWorkspaceRepoSlugDefaultReviewers

func NewGetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest

func NewGetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest(server string, workspace string, repoSlug string, targetUsername string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest generates requests for GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername

func NewGetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest

func NewGetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest(server string, workspace string, repoSlug string, keyId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugDeployKeysKeyId

func NewGetRepositoriesWorkspaceRepoSlugDeployKeysRequest

func NewGetRepositoriesWorkspaceRepoSlugDeployKeysRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDeployKeysRequest generates requests for GetRepositoriesWorkspaceRepoSlugDeployKeys

func NewGetRepositoriesWorkspaceRepoSlugDiffSpecRequest

func NewGetRepositoriesWorkspaceRepoSlugDiffSpecRequest(server string, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffSpecParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDiffSpecRequest generates requests for GetRepositoriesWorkspaceRepoSlugDiffSpec

func NewGetRepositoriesWorkspaceRepoSlugDiffstatSpecRequest

func NewGetRepositoriesWorkspaceRepoSlugDiffstatSpecRequest(server string, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDiffstatSpecRequest generates requests for GetRepositoriesWorkspaceRepoSlugDiffstatSpec

func NewGetRepositoriesWorkspaceRepoSlugDownloadsFilenameRequest

func NewGetRepositoriesWorkspaceRepoSlugDownloadsFilenameRequest(server string, workspace string, repoSlug string, filename string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDownloadsFilenameRequest generates requests for GetRepositoriesWorkspaceRepoSlugDownloadsFilename

func NewGetRepositoriesWorkspaceRepoSlugDownloadsRequest

func NewGetRepositoriesWorkspaceRepoSlugDownloadsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugDownloadsRequest generates requests for GetRepositoriesWorkspaceRepoSlugDownloads

func NewGetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelRequest

func NewGetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelRequest generates requests for GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModel

func NewGetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersRequest

func NewGetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersRequest generates requests for GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewers

func NewGetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathRequest

func NewGetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathRequest(server string, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathRequest generates requests for GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPath

func NewGetRepositoriesWorkspaceRepoSlugForksRequest

func NewGetRepositoriesWorkspaceRepoSlugForksRequest(server string, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugForksParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugForksRequest generates requests for GetRepositoriesWorkspaceRepoSlugForks

func NewGetRepositoriesWorkspaceRepoSlugHooksRequest

func NewGetRepositoriesWorkspaceRepoSlugHooksRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugHooksRequest generates requests for GetRepositoriesWorkspaceRepoSlugHooks

func NewGetRepositoriesWorkspaceRepoSlugHooksUidRequest

func NewGetRepositoriesWorkspaceRepoSlugHooksUidRequest(server string, workspace string, repoSlug string, uid string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugHooksUidRequest generates requests for GetRepositoriesWorkspaceRepoSlugHooksUid

func NewGetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipRequest(server string, workspace string, repoSlug string, repoName string, taskId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZip

func NewGetRepositoriesWorkspaceRepoSlugIssuesImportRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesImportRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesImportRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesImport

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathRequest(server string, workspace string, repoSlug string, issueId string, path string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdRequest(server string, workspace string, repoSlug string, issueId string, changeId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeId

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequest(server string, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest(server string, workspace string, repoSlug string, issueId string, commentId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequest(server string, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdComments

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueId

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVote

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch

func NewGetRepositoriesWorkspaceRepoSlugIssuesRequest

func NewGetRepositoriesWorkspaceRepoSlugIssuesRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugIssuesRequest generates requests for GetRepositoriesWorkspaceRepoSlugIssues

func NewGetRepositoriesWorkspaceRepoSlugMergeBaseRevspecRequest

func NewGetRepositoriesWorkspaceRepoSlugMergeBaseRevspecRequest(server string, workspace string, repoSlug string, revspec string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugMergeBaseRevspecRequest generates requests for GetRepositoriesWorkspaceRepoSlugMergeBaseRevspec

func NewGetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdRequest

func NewGetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdRequest(server string, workspace string, repoSlug string, milestoneId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneId

func NewGetRepositoriesWorkspaceRepoSlugMilestonesRequest

func NewGetRepositoriesWorkspaceRepoSlugMilestonesRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugMilestonesRequest generates requests for GetRepositoriesWorkspaceRepoSlugMilestones

func NewGetRepositoriesWorkspaceRepoSlugOverrideSettingsRequest

func NewGetRepositoriesWorkspaceRepoSlugOverrideSettingsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugOverrideSettingsRequest generates requests for GetRepositoriesWorkspaceRepoSlugOverrideSettings

func NewGetRepositoriesWorkspaceRepoSlugPatchSpecRequest

func NewGetRepositoriesWorkspaceRepoSlugPatchSpecRequest(server string, workspace string, repoSlug string, spec string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPatchSpecRequest generates requests for GetRepositoriesWorkspaceRepoSlugPatchSpec

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest(server string, workspace string, repoSlug string, groupSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest generates requests for GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsRequest

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsRequest generates requests for GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroups

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersRequest

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersRequest generates requests for GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsers

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest

func NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest(server string, workspace string, repoSlug string, selectedUserId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsActivityRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsActivityRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsActivityRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsActivity

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivity

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest(server string, workspace string, repoSlug string, pullRequestId int, commentId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommits

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiff

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstat

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdRequest(server string, workspace string, repoSlug string, pullRequestId int, taskId string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskId

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatch

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesRequest(server string, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatuses

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequest(server string, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest(server string, workspace string, repoSlug string, pullRequestId int, taskId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsRequest

func NewGetRepositoriesWorkspaceRepoSlugPullrequestsRequest(server string, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugPullrequestsParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugPullrequestsRequest generates requests for GetRepositoriesWorkspaceRepoSlugPullrequests

func NewGetRepositoriesWorkspaceRepoSlugRefsBranchesNameRequest

func NewGetRepositoriesWorkspaceRepoSlugRefsBranchesNameRequest(server string, workspace string, repoSlug string, name string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugRefsBranchesNameRequest generates requests for GetRepositoriesWorkspaceRepoSlugRefsBranchesName

func NewGetRepositoriesWorkspaceRepoSlugRefsBranchesRequest

func NewGetRepositoriesWorkspaceRepoSlugRefsBranchesRequest(server string, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsBranchesParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugRefsBranchesRequest generates requests for GetRepositoriesWorkspaceRepoSlugRefsBranches

func NewGetRepositoriesWorkspaceRepoSlugRefsRequest

func NewGetRepositoriesWorkspaceRepoSlugRefsRequest(server string, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugRefsRequest generates requests for GetRepositoriesWorkspaceRepoSlugRefs

func NewGetRepositoriesWorkspaceRepoSlugRefsTagsNameRequest

func NewGetRepositoriesWorkspaceRepoSlugRefsTagsNameRequest(server string, workspace string, repoSlug string, name string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugRefsTagsNameRequest generates requests for GetRepositoriesWorkspaceRepoSlugRefsTagsName

func NewGetRepositoriesWorkspaceRepoSlugRefsTagsRequest

func NewGetRepositoriesWorkspaceRepoSlugRefsTagsRequest(server string, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsTagsParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugRefsTagsRequest generates requests for GetRepositoriesWorkspaceRepoSlugRefsTags

func NewGetRepositoriesWorkspaceRepoSlugRequest

func NewGetRepositoriesWorkspaceRepoSlugRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugRequest generates requests for GetRepositoriesWorkspaceRepoSlug

func NewGetRepositoriesWorkspaceRepoSlugSrcCommitPathRequest

func NewGetRepositoriesWorkspaceRepoSlugSrcCommitPathRequest(server string, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugSrcCommitPathRequest generates requests for GetRepositoriesWorkspaceRepoSlugSrcCommitPath

func NewGetRepositoriesWorkspaceRepoSlugSrcRequest

func NewGetRepositoriesWorkspaceRepoSlugSrcRequest(server string, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugSrcParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugSrcRequest generates requests for GetRepositoriesWorkspaceRepoSlugSrc

func NewGetRepositoriesWorkspaceRepoSlugVersionsRequest

func NewGetRepositoriesWorkspaceRepoSlugVersionsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugVersionsRequest generates requests for GetRepositoriesWorkspaceRepoSlugVersions

func NewGetRepositoriesWorkspaceRepoSlugVersionsVersionIdRequest

func NewGetRepositoriesWorkspaceRepoSlugVersionsVersionIdRequest(server string, workspace string, repoSlug string, versionId int) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugVersionsVersionIdRequest generates requests for GetRepositoriesWorkspaceRepoSlugVersionsVersionId

func NewGetRepositoriesWorkspaceRepoSlugWatchersRequest

func NewGetRepositoriesWorkspaceRepoSlugWatchersRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoriesWorkspaceRepoSlugWatchersRequest generates requests for GetRepositoriesWorkspaceRepoSlugWatchers

func NewGetRepositoriesWorkspaceRequest

func NewGetRepositoriesWorkspaceRequest(server string, workspace string, params *GetRepositoriesWorkspaceParams) (*http.Request, error)

NewGetRepositoriesWorkspaceRequest generates requests for GetRepositoriesWorkspace

func NewGetRepositoryHostedPropertyValueRequest

func NewGetRepositoryHostedPropertyValueRequest(server string, workspace string, repoSlug string, appKey string, propertyName string) (*http.Request, error)

NewGetRepositoryHostedPropertyValueRequest generates requests for GetRepositoryHostedPropertyValue

func NewGetRepositoryPipelineCacheContentURIRequest

func NewGetRepositoryPipelineCacheContentURIRequest(server string, workspace string, repoSlug string, cacheUuid string) (*http.Request, error)

NewGetRepositoryPipelineCacheContentURIRequest generates requests for GetRepositoryPipelineCacheContentURI

func NewGetRepositoryPipelineCachesRequest

func NewGetRepositoryPipelineCachesRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoryPipelineCachesRequest generates requests for GetRepositoryPipelineCaches

func NewGetRepositoryPipelineConfigRequest

func NewGetRepositoryPipelineConfigRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoryPipelineConfigRequest generates requests for GetRepositoryPipelineConfig

func NewGetRepositoryPipelineKnownHostRequest

func NewGetRepositoryPipelineKnownHostRequest(server string, workspace string, repoSlug string, knownHostUuid string) (*http.Request, error)

NewGetRepositoryPipelineKnownHostRequest generates requests for GetRepositoryPipelineKnownHost

func NewGetRepositoryPipelineKnownHostsRequest

func NewGetRepositoryPipelineKnownHostsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoryPipelineKnownHostsRequest generates requests for GetRepositoryPipelineKnownHosts

func NewGetRepositoryPipelineScheduleExecutionsRequest

func NewGetRepositoryPipelineScheduleExecutionsRequest(server string, workspace string, repoSlug string, scheduleUuid string) (*http.Request, error)

NewGetRepositoryPipelineScheduleExecutionsRequest generates requests for GetRepositoryPipelineScheduleExecutions

func NewGetRepositoryPipelineScheduleRequest

func NewGetRepositoryPipelineScheduleRequest(server string, workspace string, repoSlug string, scheduleUuid string) (*http.Request, error)

NewGetRepositoryPipelineScheduleRequest generates requests for GetRepositoryPipelineSchedule

func NewGetRepositoryPipelineSchedulesRequest

func NewGetRepositoryPipelineSchedulesRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoryPipelineSchedulesRequest generates requests for GetRepositoryPipelineSchedules

func NewGetRepositoryPipelineSshKeyPairRequest

func NewGetRepositoryPipelineSshKeyPairRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoryPipelineSshKeyPairRequest generates requests for GetRepositoryPipelineSshKeyPair

func NewGetRepositoryPipelineVariableRequest

func NewGetRepositoryPipelineVariableRequest(server string, workspace string, repoSlug string, variableUuid string) (*http.Request, error)

NewGetRepositoryPipelineVariableRequest generates requests for GetRepositoryPipelineVariable

func NewGetRepositoryPipelineVariablesRequest

func NewGetRepositoryPipelineVariablesRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewGetRepositoryPipelineVariablesRequest generates requests for GetRepositoryPipelineVariables

func NewGetSnippetsRequest

func NewGetSnippetsRequest(server string, params *GetSnippetsParams) (*http.Request, error)

NewGetSnippetsRequest generates requests for GetSnippets

func NewGetSnippetsWorkspaceEncodedIdCommentsCommentIdRequest

func NewGetSnippetsWorkspaceEncodedIdCommentsCommentIdRequest(server string, workspace string, encodedId string, commentId int) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdCommentsCommentIdRequest generates requests for GetSnippetsWorkspaceEncodedIdCommentsCommentId

func NewGetSnippetsWorkspaceEncodedIdCommentsRequest

func NewGetSnippetsWorkspaceEncodedIdCommentsRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdCommentsRequest generates requests for GetSnippetsWorkspaceEncodedIdComments

func NewGetSnippetsWorkspaceEncodedIdCommitsRequest

func NewGetSnippetsWorkspaceEncodedIdCommitsRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdCommitsRequest generates requests for GetSnippetsWorkspaceEncodedIdCommits

func NewGetSnippetsWorkspaceEncodedIdCommitsRevisionRequest

func NewGetSnippetsWorkspaceEncodedIdCommitsRevisionRequest(server string, workspace string, encodedId string, revision string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdCommitsRevisionRequest generates requests for GetSnippetsWorkspaceEncodedIdCommitsRevision

func NewGetSnippetsWorkspaceEncodedIdFilesPathRequest

func NewGetSnippetsWorkspaceEncodedIdFilesPathRequest(server string, workspace string, encodedId string, path string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdFilesPathRequest generates requests for GetSnippetsWorkspaceEncodedIdFilesPath

func NewGetSnippetsWorkspaceEncodedIdNodeIdFilesPathRequest

func NewGetSnippetsWorkspaceEncodedIdNodeIdFilesPathRequest(server string, workspace string, encodedId string, nodeId string, path string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdNodeIdFilesPathRequest generates requests for GetSnippetsWorkspaceEncodedIdNodeIdFilesPath

func NewGetSnippetsWorkspaceEncodedIdNodeIdRequest

func NewGetSnippetsWorkspaceEncodedIdNodeIdRequest(server string, workspace string, encodedId string, nodeId string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdNodeIdRequest generates requests for GetSnippetsWorkspaceEncodedIdNodeId

func NewGetSnippetsWorkspaceEncodedIdRequest

func NewGetSnippetsWorkspaceEncodedIdRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdRequest generates requests for GetSnippetsWorkspaceEncodedId

func NewGetSnippetsWorkspaceEncodedIdRevisionDiffRequest

func NewGetSnippetsWorkspaceEncodedIdRevisionDiffRequest(server string, workspace string, encodedId string, revision string, params *GetSnippetsWorkspaceEncodedIdRevisionDiffParams) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdRevisionDiffRequest generates requests for GetSnippetsWorkspaceEncodedIdRevisionDiff

func NewGetSnippetsWorkspaceEncodedIdRevisionPatchRequest

func NewGetSnippetsWorkspaceEncodedIdRevisionPatchRequest(server string, workspace string, encodedId string, revision string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdRevisionPatchRequest generates requests for GetSnippetsWorkspaceEncodedIdRevisionPatch

func NewGetSnippetsWorkspaceEncodedIdWatchRequest

func NewGetSnippetsWorkspaceEncodedIdWatchRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdWatchRequest generates requests for GetSnippetsWorkspaceEncodedIdWatch

func NewGetSnippetsWorkspaceEncodedIdWatchersRequest

func NewGetSnippetsWorkspaceEncodedIdWatchersRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewGetSnippetsWorkspaceEncodedIdWatchersRequest generates requests for GetSnippetsWorkspaceEncodedIdWatchers

func NewGetSnippetsWorkspaceRequest

func NewGetSnippetsWorkspaceRequest(server string, workspace string, params *GetSnippetsWorkspaceParams) (*http.Request, error)

NewGetSnippetsWorkspaceRequest generates requests for GetSnippetsWorkspace

func NewGetUserEmailsEmailRequest

func NewGetUserEmailsEmailRequest(server string, email string) (*http.Request, error)

NewGetUserEmailsEmailRequest generates requests for GetUserEmailsEmail

func NewGetUserEmailsRequest

func NewGetUserEmailsRequest(server string) (*http.Request, error)

NewGetUserEmailsRequest generates requests for GetUserEmails

func NewGetUserPermissionsRepositoriesRequest

func NewGetUserPermissionsRepositoriesRequest(server string, params *GetUserPermissionsRepositoriesParams) (*http.Request, error)

NewGetUserPermissionsRepositoriesRequest generates requests for GetUserPermissionsRepositories

func NewGetUserPermissionsWorkspacesRequest

func NewGetUserPermissionsWorkspacesRequest(server string, params *GetUserPermissionsWorkspacesParams) (*http.Request, error)

NewGetUserPermissionsWorkspacesRequest generates requests for GetUserPermissionsWorkspaces

func NewGetUserRequest

func NewGetUserRequest(server string) (*http.Request, error)

NewGetUserRequest generates requests for GetUser

func NewGetUsersSelectedUserGpgKeysFingerprintRequest

func NewGetUsersSelectedUserGpgKeysFingerprintRequest(server string, selectedUser string, fingerprint string) (*http.Request, error)

NewGetUsersSelectedUserGpgKeysFingerprintRequest generates requests for GetUsersSelectedUserGpgKeysFingerprint

func NewGetUsersSelectedUserGpgKeysRequest

func NewGetUsersSelectedUserGpgKeysRequest(server string, selectedUser string) (*http.Request, error)

NewGetUsersSelectedUserGpgKeysRequest generates requests for GetUsersSelectedUserGpgKeys

func NewGetUsersSelectedUserRequest

func NewGetUsersSelectedUserRequest(server string, selectedUser string) (*http.Request, error)

NewGetUsersSelectedUserRequest generates requests for GetUsersSelectedUser

func NewGetUsersSelectedUserSshKeysKeyIdRequest

func NewGetUsersSelectedUserSshKeysKeyIdRequest(server string, selectedUser string, keyId string) (*http.Request, error)

NewGetUsersSelectedUserSshKeysKeyIdRequest generates requests for GetUsersSelectedUserSshKeysKeyId

func NewGetUsersSelectedUserSshKeysRequest

func NewGetUsersSelectedUserSshKeysRequest(server string, selectedUser string) (*http.Request, error)

NewGetUsersSelectedUserSshKeysRequest generates requests for GetUsersSelectedUserSshKeys

func NewGetWorkspacesRequest

func NewGetWorkspacesRequest(server string, params *GetWorkspacesParams) (*http.Request, error)

NewGetWorkspacesRequest generates requests for GetWorkspaces

func NewGetWorkspacesWorkspaceHooksRequest

func NewGetWorkspacesWorkspaceHooksRequest(server string, workspace string) (*http.Request, error)

NewGetWorkspacesWorkspaceHooksRequest generates requests for GetWorkspacesWorkspaceHooks

func NewGetWorkspacesWorkspaceHooksUidRequest

func NewGetWorkspacesWorkspaceHooksUidRequest(server string, workspace string, uid string) (*http.Request, error)

NewGetWorkspacesWorkspaceHooksUidRequest generates requests for GetWorkspacesWorkspaceHooksUid

func NewGetWorkspacesWorkspaceMembersMemberRequest

func NewGetWorkspacesWorkspaceMembersMemberRequest(server string, workspace string, member string) (*http.Request, error)

NewGetWorkspacesWorkspaceMembersMemberRequest generates requests for GetWorkspacesWorkspaceMembersMember

func NewGetWorkspacesWorkspaceMembersRequest

func NewGetWorkspacesWorkspaceMembersRequest(server string, workspace string) (*http.Request, error)

NewGetWorkspacesWorkspaceMembersRequest generates requests for GetWorkspacesWorkspaceMembers

func NewGetWorkspacesWorkspacePermissionsRepositoriesRepoSlugRequest

func NewGetWorkspacesWorkspacePermissionsRepositoriesRepoSlugRequest(server string, workspace string, repoSlug string, params *GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams) (*http.Request, error)

NewGetWorkspacesWorkspacePermissionsRepositoriesRepoSlugRequest generates requests for GetWorkspacesWorkspacePermissionsRepositoriesRepoSlug

func NewGetWorkspacesWorkspacePermissionsRepositoriesRequest

func NewGetWorkspacesWorkspacePermissionsRepositoriesRequest(server string, workspace string, params *GetWorkspacesWorkspacePermissionsRepositoriesParams) (*http.Request, error)

NewGetWorkspacesWorkspacePermissionsRepositoriesRequest generates requests for GetWorkspacesWorkspacePermissionsRepositories

func NewGetWorkspacesWorkspacePermissionsRequest

func NewGetWorkspacesWorkspacePermissionsRequest(server string, workspace string, params *GetWorkspacesWorkspacePermissionsParams) (*http.Request, error)

NewGetWorkspacesWorkspacePermissionsRequest generates requests for GetWorkspacesWorkspacePermissions

func NewGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyBranchingModel

func NewGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings

func NewGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewers

func NewGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest(server string, workspace string, projectKey string, selectedUser string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser

func NewGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdRequest(server string, workspace string, projectKey string, keyId string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId

func NewGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyDeployKeys

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest(server string, workspace string, projectKey string, groupSlug string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroups

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsers

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest(server string, workspace string, projectKey string, selectedUserId string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId

func NewGetWorkspacesWorkspaceProjectsProjectKeyRequest

func NewGetWorkspacesWorkspaceProjectsProjectKeyRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsProjectKeyRequest generates requests for GetWorkspacesWorkspaceProjectsProjectKey

func NewGetWorkspacesWorkspaceProjectsRequest

func NewGetWorkspacesWorkspaceProjectsRequest(server string, workspace string) (*http.Request, error)

NewGetWorkspacesWorkspaceProjectsRequest generates requests for GetWorkspacesWorkspaceProjects

func NewGetWorkspacesWorkspacePullrequestsSelectedUserRequest

func NewGetWorkspacesWorkspacePullrequestsSelectedUserRequest(server string, workspace string, selectedUser string, params *GetWorkspacesWorkspacePullrequestsSelectedUserParams) (*http.Request, error)

NewGetWorkspacesWorkspacePullrequestsSelectedUserRequest generates requests for GetWorkspacesWorkspacePullrequestsSelectedUser

func NewGetWorkspacesWorkspaceRequest

func NewGetWorkspacesWorkspaceRequest(server string, workspace string) (*http.Request, error)

NewGetWorkspacesWorkspaceRequest generates requests for GetWorkspacesWorkspace

func NewPostAddonLinkersLinkerKeyValuesRequest

func NewPostAddonLinkersLinkerKeyValuesRequest(server string, linkerKey string) (*http.Request, error)

NewPostAddonLinkersLinkerKeyValuesRequest generates requests for PostAddonLinkersLinkerKeyValues

func NewPostRepositoriesWorkspaceRepoSlugBranchRestrictionsRequest

func NewPostRepositoriesWorkspaceRepoSlugBranchRestrictionsRequest(server string, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugBranchRestrictionsJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugBranchRestrictionsRequest calls the generic PostRepositoriesWorkspaceRepoSlugBranchRestrictions builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugBranchRestrictionsRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugBranchRestrictionsRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugBranchRestrictionsRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugBranchRestrictions with any type of body

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitApproveRequest

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitApproveRequest(server string, workspace string, repoSlug string, commit string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugCommitCommitApproveRequest generates requests for PostRepositoriesWorkspaceRepoSlugCommitCommitApprove

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequest

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequest(server string, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequest calls the generic PostRepositoriesWorkspaceRepoSlugCommitCommitComments builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequestWithBody(server string, workspace string, repoSlug string, commit string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugCommitCommitCommentsRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugCommitCommitComments with any type of body

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildRequest

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildRequest(server string, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildRequest calls the generic PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuild builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildRequestWithBody(server string, workspace string, repoSlug string, commit string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuild with any type of body

func NewPostRepositoriesWorkspaceRepoSlugCommitsRequest

func NewPostRepositoriesWorkspaceRepoSlugCommitsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugCommitsRequest generates requests for PostRepositoriesWorkspaceRepoSlugCommits

func NewPostRepositoriesWorkspaceRepoSlugCommitsRevisionRequest

func NewPostRepositoriesWorkspaceRepoSlugCommitsRevisionRequest(server string, workspace string, repoSlug string, revision string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugCommitsRevisionRequest generates requests for PostRepositoriesWorkspaceRepoSlugCommitsRevision

func NewPostRepositoriesWorkspaceRepoSlugDeployKeysRequest

func NewPostRepositoriesWorkspaceRepoSlugDeployKeysRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugDeployKeysRequest generates requests for PostRepositoriesWorkspaceRepoSlugDeployKeys

func NewPostRepositoriesWorkspaceRepoSlugDownloadsRequest

func NewPostRepositoriesWorkspaceRepoSlugDownloadsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugDownloadsRequest generates requests for PostRepositoriesWorkspaceRepoSlugDownloads

func NewPostRepositoriesWorkspaceRepoSlugForksRequest

func NewPostRepositoriesWorkspaceRepoSlugForksRequest(server string, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugForksRequest calls the generic PostRepositoriesWorkspaceRepoSlugForks builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugForksRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugForksRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugForksRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugForks with any type of body

func NewPostRepositoriesWorkspaceRepoSlugHooksRequest

func NewPostRepositoriesWorkspaceRepoSlugHooksRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugHooksRequest generates requests for PostRepositoriesWorkspaceRepoSlugHooks

func NewPostRepositoriesWorkspaceRepoSlugIssuesExportRequest

func NewPostRepositoriesWorkspaceRepoSlugIssuesExportRequest(server string, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesExportRequest calls the generic PostRepositoriesWorkspaceRepoSlugIssuesExport builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugIssuesExportRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugIssuesExportRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesExportRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugIssuesExport with any type of body

func NewPostRepositoriesWorkspaceRepoSlugIssuesImportRequest

func NewPostRepositoriesWorkspaceRepoSlugIssuesImportRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesImportRequest generates requests for PostRepositoriesWorkspaceRepoSlugIssuesImport

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsRequest

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsRequest generates requests for PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequest

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequest(server string, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequest calls the generic PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequestWithBody(server string, workspace string, repoSlug string, issueId string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges with any type of body

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequest

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequest(server string, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequest calls the generic PostRepositoriesWorkspaceRepoSlugIssuesIssueIdComments builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequestWithBody(server string, workspace string, repoSlug string, issueId string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugIssuesIssueIdComments with any type of body

func NewPostRepositoriesWorkspaceRepoSlugIssuesRequest

func NewPostRepositoriesWorkspaceRepoSlugIssuesRequest(server string, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesRequest calls the generic PostRepositoriesWorkspaceRepoSlugIssues builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugIssuesRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugIssuesRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugIssuesRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugIssues with any type of body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveRequest generates requests for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveRequest(server string, workspace string, repoSlug string, pullRequestId int, commentId int) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveRequest generates requests for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequest(server string, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequest calls the generic PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequestWithBody(server string, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments with any type of body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineRequest generates requests for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDecline

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeRequest(server string, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeRequest calls the generic PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMerge builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeRequestWithBody(server string, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMerge with any type of body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesRequest(server string, workspace string, repoSlug string, pullRequestId int) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesRequest generates requests for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequest(server string, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequest calls the generic PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequestWithBody(server string, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks with any type of body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsRequest

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsRequest(server string, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsRequest calls the generic PostRepositoriesWorkspaceRepoSlugPullrequests builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugPullrequestsRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugPullrequestsRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugPullrequests with any type of body

func NewPostRepositoriesWorkspaceRepoSlugRefsBranchesRequest

func NewPostRepositoriesWorkspaceRepoSlugRefsBranchesRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugRefsBranchesRequest generates requests for PostRepositoriesWorkspaceRepoSlugRefsBranches

func NewPostRepositoriesWorkspaceRepoSlugRefsTagsRequest

func NewPostRepositoriesWorkspaceRepoSlugRefsTagsRequest(server string, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugRefsTagsRequest calls the generic PostRepositoriesWorkspaceRepoSlugRefsTags builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugRefsTagsRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugRefsTagsRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugRefsTagsRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlugRefsTags with any type of body

func NewPostRepositoriesWorkspaceRepoSlugRequest

func NewPostRepositoriesWorkspaceRepoSlugRequest(server string, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugJSONRequestBody) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugRequest calls the generic PostRepositoriesWorkspaceRepoSlug builder with application/json body

func NewPostRepositoriesWorkspaceRepoSlugRequestWithBody

func NewPostRepositoriesWorkspaceRepoSlugRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugRequestWithBody generates requests for PostRepositoriesWorkspaceRepoSlug with any type of body

func NewPostRepositoriesWorkspaceRepoSlugSrcRequest

func NewPostRepositoriesWorkspaceRepoSlugSrcRequest(server string, workspace string, repoSlug string, params *PostRepositoriesWorkspaceRepoSlugSrcParams) (*http.Request, error)

NewPostRepositoriesWorkspaceRepoSlugSrcRequest generates requests for PostRepositoriesWorkspaceRepoSlugSrc

func NewPostSnippetsRequest

func NewPostSnippetsRequest(server string, body PostSnippetsJSONRequestBody) (*http.Request, error)

NewPostSnippetsRequest calls the generic PostSnippets builder with application/json body

func NewPostSnippetsRequestWithBody

func NewPostSnippetsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostSnippetsRequestWithBody generates requests for PostSnippets with any type of body

func NewPostSnippetsWorkspaceEncodedIdCommentsRequest

func NewPostSnippetsWorkspaceEncodedIdCommentsRequest(server string, workspace string, encodedId string, body PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody) (*http.Request, error)

NewPostSnippetsWorkspaceEncodedIdCommentsRequest calls the generic PostSnippetsWorkspaceEncodedIdComments builder with application/json body

func NewPostSnippetsWorkspaceEncodedIdCommentsRequestWithBody

func NewPostSnippetsWorkspaceEncodedIdCommentsRequestWithBody(server string, workspace string, encodedId string, contentType string, body io.Reader) (*http.Request, error)

NewPostSnippetsWorkspaceEncodedIdCommentsRequestWithBody generates requests for PostSnippetsWorkspaceEncodedIdComments with any type of body

func NewPostSnippetsWorkspaceRequest

func NewPostSnippetsWorkspaceRequest(server string, workspace string, body PostSnippetsWorkspaceJSONRequestBody) (*http.Request, error)

NewPostSnippetsWorkspaceRequest calls the generic PostSnippetsWorkspace builder with application/json body

func NewPostSnippetsWorkspaceRequestWithBody

func NewPostSnippetsWorkspaceRequestWithBody(server string, workspace string, contentType string, body io.Reader) (*http.Request, error)

NewPostSnippetsWorkspaceRequestWithBody generates requests for PostSnippetsWorkspace with any type of body

func NewPostUsersSelectedUserGpgKeysRequest

func NewPostUsersSelectedUserGpgKeysRequest(server string, selectedUser string, body PostUsersSelectedUserGpgKeysJSONRequestBody) (*http.Request, error)

NewPostUsersSelectedUserGpgKeysRequest calls the generic PostUsersSelectedUserGpgKeys builder with application/json body

func NewPostUsersSelectedUserGpgKeysRequestWithBody

func NewPostUsersSelectedUserGpgKeysRequestWithBody(server string, selectedUser string, contentType string, body io.Reader) (*http.Request, error)

NewPostUsersSelectedUserGpgKeysRequestWithBody generates requests for PostUsersSelectedUserGpgKeys with any type of body

func NewPostUsersSelectedUserSshKeysRequest

func NewPostUsersSelectedUserSshKeysRequest(server string, selectedUser string, params *PostUsersSelectedUserSshKeysParams, body PostUsersSelectedUserSshKeysJSONRequestBody) (*http.Request, error)

NewPostUsersSelectedUserSshKeysRequest calls the generic PostUsersSelectedUserSshKeys builder with application/json body

func NewPostUsersSelectedUserSshKeysRequestWithBody

func NewPostUsersSelectedUserSshKeysRequestWithBody(server string, selectedUser string, params *PostUsersSelectedUserSshKeysParams, contentType string, body io.Reader) (*http.Request, error)

NewPostUsersSelectedUserSshKeysRequestWithBody generates requests for PostUsersSelectedUserSshKeys with any type of body

func NewPostWorkspacesWorkspaceHooksRequest

func NewPostWorkspacesWorkspaceHooksRequest(server string, workspace string) (*http.Request, error)

NewPostWorkspacesWorkspaceHooksRequest generates requests for PostWorkspacesWorkspaceHooks

func NewPostWorkspacesWorkspaceProjectsProjectKeyDeployKeysRequest

func NewPostWorkspacesWorkspaceProjectsProjectKeyDeployKeysRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewPostWorkspacesWorkspaceProjectsProjectKeyDeployKeysRequest generates requests for PostWorkspacesWorkspaceProjectsProjectKeyDeployKeys

func NewPostWorkspacesWorkspaceProjectsRequest

func NewPostWorkspacesWorkspaceProjectsRequest(server string, workspace string, body PostWorkspacesWorkspaceProjectsJSONRequestBody) (*http.Request, error)

NewPostWorkspacesWorkspaceProjectsRequest calls the generic PostWorkspacesWorkspaceProjects builder with application/json body

func NewPostWorkspacesWorkspaceProjectsRequestWithBody

func NewPostWorkspacesWorkspaceProjectsRequestWithBody(server string, workspace string, contentType string, body io.Reader) (*http.Request, error)

NewPostWorkspacesWorkspaceProjectsRequestWithBody generates requests for PostWorkspacesWorkspaceProjects with any type of body

func NewPutAddonLinkersLinkerKeyValuesRequest

func NewPutAddonLinkersLinkerKeyValuesRequest(server string, linkerKey string) (*http.Request, error)

NewPutAddonLinkersLinkerKeyValuesRequest generates requests for PutAddonLinkersLinkerKeyValues

func NewPutAddonRequest

func NewPutAddonRequest(server string) (*http.Request, error)

NewPutAddonRequest generates requests for PutAddon

func NewPutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest

func NewPutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest(server string, workspace string, repoSlug string, id string, body PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequest calls the generic PutRepositoriesWorkspaceRepoSlugBranchRestrictionsId builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequestWithBody(server string, workspace string, repoSlug string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugBranchRestrictionsId with any type of body

func NewPutRepositoriesWorkspaceRepoSlugBranchingModelSettingsRequest

func NewPutRepositoriesWorkspaceRepoSlugBranchingModelSettingsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugBranchingModelSettingsRequest generates requests for PutRepositoriesWorkspaceRepoSlugBranchingModelSettings

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest(server string, workspace string, repoSlug string, commit string, commentId int, body PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequest calls the generic PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequestWithBody(server string, workspace string, repoSlug string, commit string, commentId int, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId with any type of body

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequest

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequest(server string, workspace string, repoSlug string, commit string, key string, body PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequest calls the generic PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequestWithBody(server string, workspace string, repoSlug string, commit string, key string, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey with any type of body

func NewPutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest

func NewPutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest(server string, workspace string, repoSlug string, targetUsername string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameRequest generates requests for PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername

func NewPutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest

func NewPutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest(server string, workspace string, repoSlug string, keyId string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdRequest generates requests for PutRepositoriesWorkspaceRepoSlugDeployKeysKeyId

func NewPutRepositoriesWorkspaceRepoSlugHooksUidRequest

func NewPutRepositoriesWorkspaceRepoSlugHooksUidRequest(server string, workspace string, repoSlug string, uid string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugHooksUidRequest generates requests for PutRepositoriesWorkspaceRepoSlugHooksUid

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest(server string, workspace string, repoSlug string, issueId string, commentId int, body PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequest calls the generic PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequestWithBody(server string, workspace string, repoSlug string, issueId string, commentId int, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId with any type of body

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdRequest generates requests for PutRepositoriesWorkspaceRepoSlugIssuesIssueId

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteRequest generates requests for PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVote

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest

func NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest(server string, workspace string, repoSlug string, issueId string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchRequest generates requests for PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch

func NewPutRepositoriesWorkspaceRepoSlugOverrideSettingsRequest

func NewPutRepositoriesWorkspaceRepoSlugOverrideSettingsRequest(server string, workspace string, repoSlug string) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugOverrideSettingsRequest generates requests for PutRepositoriesWorkspaceRepoSlugOverrideSettings

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest(server string, workspace string, repoSlug string, groupSlug string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequest calls the generic PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequestWithBody(server string, workspace string, repoSlug string, groupSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug with any type of body

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest(server string, workspace string, repoSlug string, selectedUserId string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequest calls the generic PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequestWithBody(server string, workspace string, repoSlug string, selectedUserId string, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId with any type of body

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest(server string, workspace string, repoSlug string, pullRequestId int, commentId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequest calls the generic PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequestWithBody(server string, workspace string, repoSlug string, pullRequestId int, commentId int, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId with any type of body

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequest

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequest(server string, workspace string, repoSlug string, pullRequestId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequest calls the generic PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestWithBody(server string, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId with any type of body

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest(server string, workspace string, repoSlug string, pullRequestId int, taskId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequest calls the generic PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequestWithBody(server string, workspace string, repoSlug string, pullRequestId int, taskId int, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId with any type of body

func NewPutRepositoriesWorkspaceRepoSlugRequest

func NewPutRepositoriesWorkspaceRepoSlugRequest(server string, workspace string, repoSlug string, body PutRepositoriesWorkspaceRepoSlugJSONRequestBody) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugRequest calls the generic PutRepositoriesWorkspaceRepoSlug builder with application/json body

func NewPutRepositoriesWorkspaceRepoSlugRequestWithBody

func NewPutRepositoriesWorkspaceRepoSlugRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPutRepositoriesWorkspaceRepoSlugRequestWithBody generates requests for PutRepositoriesWorkspaceRepoSlug with any type of body

func NewPutSnippetsWorkspaceEncodedIdCommentsCommentIdRequest

func NewPutSnippetsWorkspaceEncodedIdCommentsCommentIdRequest(server string, workspace string, encodedId string, commentId int, body PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody) (*http.Request, error)

NewPutSnippetsWorkspaceEncodedIdCommentsCommentIdRequest calls the generic PutSnippetsWorkspaceEncodedIdCommentsCommentId builder with application/json body

func NewPutSnippetsWorkspaceEncodedIdCommentsCommentIdRequestWithBody

func NewPutSnippetsWorkspaceEncodedIdCommentsCommentIdRequestWithBody(server string, workspace string, encodedId string, commentId int, contentType string, body io.Reader) (*http.Request, error)

NewPutSnippetsWorkspaceEncodedIdCommentsCommentIdRequestWithBody generates requests for PutSnippetsWorkspaceEncodedIdCommentsCommentId with any type of body

func NewPutSnippetsWorkspaceEncodedIdNodeIdRequest

func NewPutSnippetsWorkspaceEncodedIdNodeIdRequest(server string, workspace string, encodedId string, nodeId string) (*http.Request, error)

NewPutSnippetsWorkspaceEncodedIdNodeIdRequest generates requests for PutSnippetsWorkspaceEncodedIdNodeId

func NewPutSnippetsWorkspaceEncodedIdRequest

func NewPutSnippetsWorkspaceEncodedIdRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewPutSnippetsWorkspaceEncodedIdRequest generates requests for PutSnippetsWorkspaceEncodedId

func NewPutSnippetsWorkspaceEncodedIdWatchRequest

func NewPutSnippetsWorkspaceEncodedIdWatchRequest(server string, workspace string, encodedId string) (*http.Request, error)

NewPutSnippetsWorkspaceEncodedIdWatchRequest generates requests for PutSnippetsWorkspaceEncodedIdWatch

func NewPutUsersSelectedUserSshKeysKeyIdRequest

func NewPutUsersSelectedUserSshKeysKeyIdRequest(server string, selectedUser string, keyId string, body PutUsersSelectedUserSshKeysKeyIdJSONRequestBody) (*http.Request, error)

NewPutUsersSelectedUserSshKeysKeyIdRequest calls the generic PutUsersSelectedUserSshKeysKeyId builder with application/json body

func NewPutUsersSelectedUserSshKeysKeyIdRequestWithBody

func NewPutUsersSelectedUserSshKeysKeyIdRequestWithBody(server string, selectedUser string, keyId string, contentType string, body io.Reader) (*http.Request, error)

NewPutUsersSelectedUserSshKeysKeyIdRequestWithBody generates requests for PutUsersSelectedUserSshKeysKeyId with any type of body

func NewPutWorkspacesWorkspaceHooksUidRequest

func NewPutWorkspacesWorkspaceHooksUidRequest(server string, workspace string, uid string) (*http.Request, error)

NewPutWorkspacesWorkspaceHooksUidRequest generates requests for PutWorkspacesWorkspaceHooksUid

func NewPutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsRequest

func NewPutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsRequest(server string, workspace string, projectKey string) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsRequest generates requests for PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings

func NewPutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest

func NewPutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest(server string, workspace string, projectKey string, selectedUser string) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserRequest generates requests for PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest(server string, workspace string, projectKey string, groupSlug string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugJSONRequestBody) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequest calls the generic PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug builder with application/json body

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequestWithBody

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequestWithBody(server string, workspace string, projectKey string, groupSlug string, contentType string, body io.Reader) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugRequestWithBody generates requests for PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug with any type of body

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest(server string, workspace string, projectKey string, selectedUserId string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdJSONRequestBody) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequest calls the generic PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId builder with application/json body

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequestWithBody

func NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequestWithBody(server string, workspace string, projectKey string, selectedUserId string, contentType string, body io.Reader) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdRequestWithBody generates requests for PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId with any type of body

func NewPutWorkspacesWorkspaceProjectsProjectKeyRequest

func NewPutWorkspacesWorkspaceProjectsProjectKeyRequest(server string, workspace string, projectKey string, body PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyRequest calls the generic PutWorkspacesWorkspaceProjectsProjectKey builder with application/json body

func NewPutWorkspacesWorkspaceProjectsProjectKeyRequestWithBody

func NewPutWorkspacesWorkspaceProjectsProjectKeyRequestWithBody(server string, workspace string, projectKey string, contentType string, body io.Reader) (*http.Request, error)

NewPutWorkspacesWorkspaceProjectsProjectKeyRequestWithBody generates requests for PutWorkspacesWorkspaceProjectsProjectKey with any type of body

func NewRetrieveUserHostedPropertyValueRequest

func NewRetrieveUserHostedPropertyValueRequest(server string, selectedUser string, appKey string, propertyName string) (*http.Request, error)

NewRetrieveUserHostedPropertyValueRequest generates requests for RetrieveUserHostedPropertyValue

func NewSearchAccountRequest

func NewSearchAccountRequest(server string, selectedUser string, params *SearchAccountParams) (*http.Request, error)

NewSearchAccountRequest generates requests for SearchAccount

func NewSearchTeamRequest

func NewSearchTeamRequest(server string, username string, params *SearchTeamParams) (*http.Request, error)

NewSearchTeamRequest generates requests for SearchTeam

func NewSearchWorkspaceRequest

func NewSearchWorkspaceRequest(server string, workspace string, params *SearchWorkspaceParams) (*http.Request, error)

NewSearchWorkspaceRequest generates requests for SearchWorkspace

func NewStopPipelineRequest

func NewStopPipelineRequest(server string, workspace string, repoSlug string, pipelineUuid string) (*http.Request, error)

NewStopPipelineRequest generates requests for StopPipeline

func NewUpdateCommitHostedPropertyValueRequest

func NewUpdateCommitHostedPropertyValueRequest(server string, workspace string, repoSlug string, commit string, appKey string, propertyName string, body UpdateCommitHostedPropertyValueJSONRequestBody) (*http.Request, error)

NewUpdateCommitHostedPropertyValueRequest calls the generic UpdateCommitHostedPropertyValue builder with application/json body

func NewUpdateCommitHostedPropertyValueRequestWithBody

func NewUpdateCommitHostedPropertyValueRequestWithBody(server string, workspace string, repoSlug string, commit string, appKey string, propertyName string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateCommitHostedPropertyValueRequestWithBody generates requests for UpdateCommitHostedPropertyValue with any type of body

func NewUpdateDeploymentVariableRequest

func NewUpdateDeploymentVariableRequest(server string, workspace string, repoSlug string, environmentUuid string, variableUuid string, body UpdateDeploymentVariableJSONRequestBody) (*http.Request, error)

NewUpdateDeploymentVariableRequest calls the generic UpdateDeploymentVariable builder with application/json body

func NewUpdateDeploymentVariableRequestWithBody

func NewUpdateDeploymentVariableRequestWithBody(server string, workspace string, repoSlug string, environmentUuid string, variableUuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateDeploymentVariableRequestWithBody generates requests for UpdateDeploymentVariable with any type of body

func NewUpdateEnvironmentForRepositoryRequest

func NewUpdateEnvironmentForRepositoryRequest(server string, workspace string, repoSlug string, environmentUuid string) (*http.Request, error)

NewUpdateEnvironmentForRepositoryRequest generates requests for UpdateEnvironmentForRepository

func NewUpdatePipelineVariableForTeamRequest

func NewUpdatePipelineVariableForTeamRequest(server string, username string, variableUuid string, body UpdatePipelineVariableForTeamJSONRequestBody) (*http.Request, error)

NewUpdatePipelineVariableForTeamRequest calls the generic UpdatePipelineVariableForTeam builder with application/json body

func NewUpdatePipelineVariableForTeamRequestWithBody

func NewUpdatePipelineVariableForTeamRequestWithBody(server string, username string, variableUuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePipelineVariableForTeamRequestWithBody generates requests for UpdatePipelineVariableForTeam with any type of body

func NewUpdatePipelineVariableForUserRequest

func NewUpdatePipelineVariableForUserRequest(server string, selectedUser string, variableUuid string, body UpdatePipelineVariableForUserJSONRequestBody) (*http.Request, error)

NewUpdatePipelineVariableForUserRequest calls the generic UpdatePipelineVariableForUser builder with application/json body

func NewUpdatePipelineVariableForUserRequestWithBody

func NewUpdatePipelineVariableForUserRequestWithBody(server string, selectedUser string, variableUuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePipelineVariableForUserRequestWithBody generates requests for UpdatePipelineVariableForUser with any type of body

func NewUpdatePipelineVariableForWorkspaceRequest

func NewUpdatePipelineVariableForWorkspaceRequest(server string, workspace string, variableUuid string, body UpdatePipelineVariableForWorkspaceJSONRequestBody) (*http.Request, error)

NewUpdatePipelineVariableForWorkspaceRequest calls the generic UpdatePipelineVariableForWorkspace builder with application/json body

func NewUpdatePipelineVariableForWorkspaceRequestWithBody

func NewUpdatePipelineVariableForWorkspaceRequestWithBody(server string, workspace string, variableUuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePipelineVariableForWorkspaceRequestWithBody generates requests for UpdatePipelineVariableForWorkspace with any type of body

func NewUpdatePullRequestHostedPropertyValueRequest

func NewUpdatePullRequestHostedPropertyValueRequest(server string, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, body UpdatePullRequestHostedPropertyValueJSONRequestBody) (*http.Request, error)

NewUpdatePullRequestHostedPropertyValueRequest calls the generic UpdatePullRequestHostedPropertyValue builder with application/json body

func NewUpdatePullRequestHostedPropertyValueRequestWithBody

func NewUpdatePullRequestHostedPropertyValueRequestWithBody(server string, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, contentType string, body io.Reader) (*http.Request, error)

NewUpdatePullRequestHostedPropertyValueRequestWithBody generates requests for UpdatePullRequestHostedPropertyValue with any type of body

func NewUpdateRepositoryBuildNumberRequest

func NewUpdateRepositoryBuildNumberRequest(server string, workspace string, repoSlug string, body UpdateRepositoryBuildNumberJSONRequestBody) (*http.Request, error)

NewUpdateRepositoryBuildNumberRequest calls the generic UpdateRepositoryBuildNumber builder with application/json body

func NewUpdateRepositoryBuildNumberRequestWithBody

func NewUpdateRepositoryBuildNumberRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRepositoryBuildNumberRequestWithBody generates requests for UpdateRepositoryBuildNumber with any type of body

func NewUpdateRepositoryHostedPropertyValueRequest

func NewUpdateRepositoryHostedPropertyValueRequest(server string, workspace string, repoSlug string, appKey string, propertyName string, body UpdateRepositoryHostedPropertyValueJSONRequestBody) (*http.Request, error)

NewUpdateRepositoryHostedPropertyValueRequest calls the generic UpdateRepositoryHostedPropertyValue builder with application/json body

func NewUpdateRepositoryHostedPropertyValueRequestWithBody

func NewUpdateRepositoryHostedPropertyValueRequestWithBody(server string, workspace string, repoSlug string, appKey string, propertyName string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRepositoryHostedPropertyValueRequestWithBody generates requests for UpdateRepositoryHostedPropertyValue with any type of body

func NewUpdateRepositoryPipelineConfigRequest

func NewUpdateRepositoryPipelineConfigRequest(server string, workspace string, repoSlug string, body UpdateRepositoryPipelineConfigJSONRequestBody) (*http.Request, error)

NewUpdateRepositoryPipelineConfigRequest calls the generic UpdateRepositoryPipelineConfig builder with application/json body

func NewUpdateRepositoryPipelineConfigRequestWithBody

func NewUpdateRepositoryPipelineConfigRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRepositoryPipelineConfigRequestWithBody generates requests for UpdateRepositoryPipelineConfig with any type of body

func NewUpdateRepositoryPipelineKeyPairRequest

func NewUpdateRepositoryPipelineKeyPairRequest(server string, workspace string, repoSlug string, body UpdateRepositoryPipelineKeyPairJSONRequestBody) (*http.Request, error)

NewUpdateRepositoryPipelineKeyPairRequest calls the generic UpdateRepositoryPipelineKeyPair builder with application/json body

func NewUpdateRepositoryPipelineKeyPairRequestWithBody

func NewUpdateRepositoryPipelineKeyPairRequestWithBody(server string, workspace string, repoSlug string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRepositoryPipelineKeyPairRequestWithBody generates requests for UpdateRepositoryPipelineKeyPair with any type of body

func NewUpdateRepositoryPipelineKnownHostRequest

func NewUpdateRepositoryPipelineKnownHostRequest(server string, workspace string, repoSlug string, knownHostUuid string, body UpdateRepositoryPipelineKnownHostJSONRequestBody) (*http.Request, error)

NewUpdateRepositoryPipelineKnownHostRequest calls the generic UpdateRepositoryPipelineKnownHost builder with application/json body

func NewUpdateRepositoryPipelineKnownHostRequestWithBody

func NewUpdateRepositoryPipelineKnownHostRequestWithBody(server string, workspace string, repoSlug string, knownHostUuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRepositoryPipelineKnownHostRequestWithBody generates requests for UpdateRepositoryPipelineKnownHost with any type of body

func NewUpdateRepositoryPipelineScheduleRequest

func NewUpdateRepositoryPipelineScheduleRequest(server string, workspace string, repoSlug string, scheduleUuid string, body UpdateRepositoryPipelineScheduleJSONRequestBody) (*http.Request, error)

NewUpdateRepositoryPipelineScheduleRequest calls the generic UpdateRepositoryPipelineSchedule builder with application/json body

func NewUpdateRepositoryPipelineScheduleRequestWithBody

func NewUpdateRepositoryPipelineScheduleRequestWithBody(server string, workspace string, repoSlug string, scheduleUuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRepositoryPipelineScheduleRequestWithBody generates requests for UpdateRepositoryPipelineSchedule with any type of body

func NewUpdateRepositoryPipelineVariableRequest

func NewUpdateRepositoryPipelineVariableRequest(server string, workspace string, repoSlug string, variableUuid string, body UpdateRepositoryPipelineVariableJSONRequestBody) (*http.Request, error)

NewUpdateRepositoryPipelineVariableRequest calls the generic UpdateRepositoryPipelineVariable builder with application/json body

func NewUpdateRepositoryPipelineVariableRequestWithBody

func NewUpdateRepositoryPipelineVariableRequestWithBody(server string, workspace string, repoSlug string, variableUuid string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateRepositoryPipelineVariableRequestWithBody generates requests for UpdateRepositoryPipelineVariable with any type of body

func NewUpdateUserHostedPropertyValueRequest

func NewUpdateUserHostedPropertyValueRequest(server string, selectedUser string, appKey string, propertyName string, body UpdateUserHostedPropertyValueJSONRequestBody) (*http.Request, error)

NewUpdateUserHostedPropertyValueRequest calls the generic UpdateUserHostedPropertyValue builder with application/json body

func NewUpdateUserHostedPropertyValueRequestWithBody

func NewUpdateUserHostedPropertyValueRequestWithBody(server string, selectedUser string, appKey string, propertyName string, contentType string, body io.Reader) (*http.Request, error)

NewUpdateUserHostedPropertyValueRequestWithBody generates requests for UpdateUserHostedPropertyValue with any type of body

Types

type Account

type Account struct {
	CreatedOn   *time.Time `json:"created_on,omitempty"`
	DisplayName *string    `json:"display_name,omitempty"`

	// Links Links related to an Account.
	Links                *AccountLinks          `json:"links,omitempty"`
	Type                 string                 `json:"type"`
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Account defines model for account.

func (Account) Get

func (a Account) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Account. Returns the specified element and whether it was found

func (Account) MarshalJSON

func (a Account) MarshalJSON() ([]byte, error)

Override default JSON handling for Account to handle AdditionalProperties

func (*Account) Set

func (a *Account) Set(fieldName string, value interface{})

Setter for additional properties for Account

func (*Account) UnmarshalJSON

func (a *Account) UnmarshalJSON(b []byte) error

Override default JSON handling for Account to handle AdditionalProperties

type AccountLinks struct {
	// Avatar A link to a resource related to this object.
	Avatar               *Link                  `json:"avatar,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

AccountLinks Links related to an Account.

func (AccountLinks) Get

func (a AccountLinks) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for AccountLinks. Returns the specified element and whether it was found

func (AccountLinks) MarshalJSON

func (a AccountLinks) MarshalJSON() ([]byte, error)

Override default JSON handling for AccountLinks to handle AdditionalProperties

func (*AccountLinks) Set

func (a *AccountLinks) Set(fieldName string, value interface{})

Setter for additional properties for AccountLinks

func (*AccountLinks) UnmarshalJSON

func (a *AccountLinks) UnmarshalJSON(b []byte) error

Override default JSON handling for AccountLinks to handle AdditionalProperties

type ApplicationProperty

type ApplicationProperty struct {
	Attributes           *[]ApplicationPropertyAttributes `json:"_attributes,omitempty"`
	AdditionalProperties map[string]interface{}           `json:"-"`
}

ApplicationProperty An application property. It is a caller defined JSON object that Bitbucket will store and return. The `_attributes` field at its top level can be used to control who is allowed to read and update the property. The keys of the JSON object must match an allowed pattern. For details, see [Application properties](/cloud/bitbucket/application-properties/).

func (ApplicationProperty) Get

func (a ApplicationProperty) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ApplicationProperty. Returns the specified element and whether it was found

func (ApplicationProperty) MarshalJSON

func (a ApplicationProperty) MarshalJSON() ([]byte, error)

Override default JSON handling for ApplicationProperty to handle AdditionalProperties

func (*ApplicationProperty) Set

func (a *ApplicationProperty) Set(fieldName string, value interface{})

Setter for additional properties for ApplicationProperty

func (*ApplicationProperty) UnmarshalJSON

func (a *ApplicationProperty) UnmarshalJSON(b []byte) error

Override default JSON handling for ApplicationProperty to handle AdditionalProperties

type ApplicationPropertyAttributes

type ApplicationPropertyAttributes string

ApplicationPropertyAttributes defines model for ApplicationProperty.Attributes.

const (
	Public   ApplicationPropertyAttributes = "public"
	ReadOnly ApplicationPropertyAttributes = "read_only"
)

Defines values for ApplicationPropertyAttributes.

type Author

type Author struct {
	// Raw The raw author value from the repository. This may be the only value available if the author does not match a user in Bitbucket.
	Raw                  *string                `json:"raw,omitempty"`
	Type                 string                 `json:"type"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Author defines model for author.

func (Author) Get

func (a Author) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Author. Returns the specified element and whether it was found

func (Author) MarshalJSON

func (a Author) MarshalJSON() ([]byte, error)

Override default JSON handling for Author to handle AdditionalProperties

func (*Author) Set

func (a *Author) Set(fieldName string, value interface{})

Setter for additional properties for Author

func (*Author) UnmarshalJSON

func (a *Author) UnmarshalJSON(b []byte) error

Override default JSON handling for Author to handle AdditionalProperties

type BaseCommit

type BaseCommit struct {
	Author    *Author       `json:"author,omitempty"`
	Committer *Committer    `json:"committer,omitempty"`
	Date      *time.Time    `json:"date,omitempty"`
	Hash      *string       `json:"hash,omitempty"`
	Message   *string       `json:"message,omitempty"`
	Parents   *[]BaseCommit `json:"parents,omitempty"`
	Summary   *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *BaseCommitSummaryMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"summary,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

BaseCommit defines model for base_commit.

func (BaseCommit) Get

func (a BaseCommit) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for BaseCommit. Returns the specified element and whether it was found

func (BaseCommit) MarshalJSON

func (a BaseCommit) MarshalJSON() ([]byte, error)

Override default JSON handling for BaseCommit to handle AdditionalProperties

func (*BaseCommit) Set

func (a *BaseCommit) Set(fieldName string, value interface{})

Setter for additional properties for BaseCommit

func (*BaseCommit) UnmarshalJSON

func (a *BaseCommit) UnmarshalJSON(b []byte) error

Override default JSON handling for BaseCommit to handle AdditionalProperties

type BaseCommitSummaryMarkup

type BaseCommitSummaryMarkup string

BaseCommitSummaryMarkup The type of markup language the raw content is to be interpreted in.

const (
	BaseCommitSummaryMarkupCreole    BaseCommitSummaryMarkup = "creole"
	BaseCommitSummaryMarkupMarkdown  BaseCommitSummaryMarkup = "markdown"
	BaseCommitSummaryMarkupPlaintext BaseCommitSummaryMarkup = "plaintext"
)

Defines values for BaseCommitSummaryMarkup.

type BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchema

type BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchema struct {
	Permission BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission `json:"permission"`
}

BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchema defines model for bitbucket.apps.permissions.serializers.ProjectPermissionUpdateSchema.

type BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission

type BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission string

BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission defines model for BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchema.Permission.

const (
	BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermissionAdmin      BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission = "admin"
	BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermissionCreateRepo BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission = "create-repo"
	BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermissionRead       BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission = "read"
	BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermissionWrite      BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission = "write"
)

Defines values for BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchemaPermission.

type BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchema

type BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchema struct {
	Permission BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission `json:"permission"`
}

BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchema defines model for bitbucket.apps.permissions.serializers.RepoPermissionUpdateSchema.

type BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission

type BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission string

BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission defines model for BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchema.Permission.

const (
	BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermissionAdmin BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission = "admin"
	BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermissionRead  BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission = "read"
	BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermissionWrite BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission = "write"
)

Defines values for BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchemaPermission.

type Branch

type Branch struct {
	// DefaultMergeStrategy The default merge strategy for pull requests targeting this branch.
	DefaultMergeStrategy *string `json:"default_merge_strategy,omitempty"`
	Links                *struct {
		// Commits A link to a resource related to this object.
		Commits *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"commits,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// MergeStrategies Available merge strategies for pull requests targeting this branch.
	MergeStrategies *[]BranchMergeStrategies `json:"merge_strategies,omitempty"`

	// Name The name of the ref.
	Name                 *string                `json:"name,omitempty"`
	Target               *Commit                `json:"target,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Branch defines model for branch.

func (Branch) Get

func (a Branch) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Branch. Returns the specified element and whether it was found

func (Branch) MarshalJSON

func (a Branch) MarshalJSON() ([]byte, error)

Override default JSON handling for Branch to handle AdditionalProperties

func (*Branch) Set

func (a *Branch) Set(fieldName string, value interface{})

Setter for additional properties for Branch

func (*Branch) UnmarshalJSON

func (a *Branch) UnmarshalJSON(b []byte) error

Override default JSON handling for Branch to handle AdditionalProperties

type BranchMergeStrategies

type BranchMergeStrategies string

BranchMergeStrategies defines model for Branch.MergeStrategies.

const (
	BranchMergeStrategiesFastForward       BranchMergeStrategies = "fast_forward"
	BranchMergeStrategiesMergeCommit       BranchMergeStrategies = "merge_commit"
	BranchMergeStrategiesRebaseFastForward BranchMergeStrategies = "rebase_fast_forward"
	BranchMergeStrategiesRebaseMerge       BranchMergeStrategies = "rebase_merge"
	BranchMergeStrategiesSquash            BranchMergeStrategies = "squash"
	BranchMergeStrategiesSquashFastForward BranchMergeStrategies = "squash_fast_forward"
)

Defines values for BranchMergeStrategies.

type BranchingModel

type BranchingModel struct {
	// BranchTypes The active branch types.
	BranchTypes *[]struct {
		// Kind The kind of branch.
		Kind BranchingModelBranchTypesKind `json:"kind"`

		// Prefix The prefix for this branch type. A branch with this prefix will be classified as per `kind`. The prefix must be a valid prefix for a branch and must always exist. It cannot be blank, empty or `null`.
		Prefix string `json:"prefix"`
	} `json:"branch_types,omitempty"`
	Development *struct {
		Branch *Branch `json:"branch,omitempty"`

		// Name Name of the target branch. Will be listed here even when the target branch does not exist. Will be `null` if targeting the main branch and the repository is empty.
		Name string `json:"name"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`).
		UseMainbranch bool `json:"use_mainbranch"`
	} `json:"development,omitempty"`
	Production *struct {
		Branch *Branch `json:"branch,omitempty"`

		// Name Name of the target branch. Will be listed here even when the target branch does not exist. Will be `null` if targeting the main branch and the repository is empty.
		Name string `json:"name"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`).
		UseMainbranch bool `json:"use_mainbranch"`
	} `json:"production,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

BranchingModel defines model for branching_model.

func (BranchingModel) Get

func (a BranchingModel) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for BranchingModel. Returns the specified element and whether it was found

func (BranchingModel) MarshalJSON

func (a BranchingModel) MarshalJSON() ([]byte, error)

Override default JSON handling for BranchingModel to handle AdditionalProperties

func (*BranchingModel) Set

func (a *BranchingModel) Set(fieldName string, value interface{})

Setter for additional properties for BranchingModel

func (*BranchingModel) UnmarshalJSON

func (a *BranchingModel) UnmarshalJSON(b []byte) error

Override default JSON handling for BranchingModel to handle AdditionalProperties

type BranchingModelBranchTypesKind

type BranchingModelBranchTypesKind string

BranchingModelBranchTypesKind The kind of branch.

const (
	BranchingModelBranchTypesKindBugfix  BranchingModelBranchTypesKind = "bugfix"
	BranchingModelBranchTypesKindFeature BranchingModelBranchTypesKind = "feature"
	BranchingModelBranchTypesKindHotfix  BranchingModelBranchTypesKind = "hotfix"
	BranchingModelBranchTypesKindRelease BranchingModelBranchTypesKind = "release"
)

Defines values for BranchingModelBranchTypesKind.

type BranchingModelSettings

type BranchingModelSettings struct {
	BranchTypes *[]struct {
		// Enabled Whether the branch type is enabled or not. A disabled branch type may contain an invalid `prefix`.
		Enabled *bool `json:"enabled,omitempty"`

		// Kind The kind of the branch type.
		Kind BranchingModelSettingsBranchTypesKind `json:"kind"`

		// Prefix The prefix for this branch type. A branch with this prefix will be classified as per `kind`. The `prefix` of an enabled branch type must be a valid branch prefix.Additionally, it cannot be blank, empty or `null`. The `prefix` for a disabled branch type can be empty or invalid.
		Prefix *string `json:"prefix,omitempty"`
	} `json:"branch_types,omitempty"`
	Development *struct {
		// IsValid Indicates if the configured branch is valid, that is, if the configured branch actually exists currently. Is always `true` when `use_mainbranch` is `true` (even if the main branch does not exist). This field is read-only. This field is ignored when updating/creating settings.
		IsValid *bool `json:"is_valid,omitempty"`

		// Name The configured branch. It must be `null` when `use_mainbranch` is `true`. Otherwise it must be a non-empty value. It is possible for the configured branch to not exist (e.g. it was deleted after the settings are set). In this case `is_valid` will be `false`. The branch must exist when updating/setting the `name` or an error will occur.
		Name *string `json:"name,omitempty"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`). When `true` the `name` must be `null` or not provided. When `false` the `name` must contain a non-empty branch name.
		UseMainbranch *bool `json:"use_mainbranch,omitempty"`
	} `json:"development,omitempty"`
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Production *struct {
		// Enabled Indicates if branch is enabled or not.
		Enabled *bool `json:"enabled,omitempty"`

		// IsValid Indicates if the configured branch is valid, that is, if the configured branch actually exists currently. Is always `true` when `use_mainbranch` is `true` (even if the main branch does not exist). This field is read-only. This field is ignored when updating/creating settings.
		IsValid *bool `json:"is_valid,omitempty"`

		// Name The configured branch. It must be `null` when `use_mainbranch` is `true`. Otherwise it must be a non-empty value. It is possible for the configured branch to not exist (e.g. it was deleted after the settings are set). In this case `is_valid` will be `false`. The branch must exist when updating/setting the `name` or an error will occur.
		Name *string `json:"name,omitempty"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`). When `true` the `name` must be `null` or not provided. When `false` the `name` must contain a non-empty branch name.
		UseMainbranch *bool `json:"use_mainbranch,omitempty"`
	} `json:"production,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

BranchingModelSettings defines model for branching_model_settings.

func (BranchingModelSettings) Get

func (a BranchingModelSettings) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for BranchingModelSettings. Returns the specified element and whether it was found

func (BranchingModelSettings) MarshalJSON

func (a BranchingModelSettings) MarshalJSON() ([]byte, error)

Override default JSON handling for BranchingModelSettings to handle AdditionalProperties

func (*BranchingModelSettings) Set

func (a *BranchingModelSettings) Set(fieldName string, value interface{})

Setter for additional properties for BranchingModelSettings

func (*BranchingModelSettings) UnmarshalJSON

func (a *BranchingModelSettings) UnmarshalJSON(b []byte) error

Override default JSON handling for BranchingModelSettings to handle AdditionalProperties

type BranchingModelSettingsBranchTypesKind

type BranchingModelSettingsBranchTypesKind string

BranchingModelSettingsBranchTypesKind The kind of the branch type.

const (
	BranchingModelSettingsBranchTypesKindBugfix  BranchingModelSettingsBranchTypesKind = "bugfix"
	BranchingModelSettingsBranchTypesKindFeature BranchingModelSettingsBranchTypesKind = "feature"
	BranchingModelSettingsBranchTypesKindHotfix  BranchingModelSettingsBranchTypesKind = "hotfix"
	BranchingModelSettingsBranchTypesKindRelease BranchingModelSettingsBranchTypesKind = "release"
)

Defines values for BranchingModelSettingsBranchTypesKind.

type Branchrestriction

type Branchrestriction struct {
	// BranchMatchKind Indicates how the restriction is matched against a branch. The default is `glob`.
	BranchMatchKind BranchrestrictionBranchMatchKind `json:"branch_match_kind"`

	// BranchType Apply the restriction to branches of this type. Active when `branch_match_kind` is `branching_model`. The branch type will be calculated using the branching model configured for the repository.
	BranchType *BranchrestrictionBranchType `json:"branch_type,omitempty"`
	Groups     *[]Group                     `json:"groups,omitempty"`

	// Id The branch restriction status' id.
	Id *int `json:"id,omitempty"`

	// Kind The type of restriction that is being applied.
	Kind  BranchrestrictionKind `json:"kind"`
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// Pattern Apply the restriction to branches that match this pattern. Active when `branch_match_kind` is `glob`. Will be empty when `branch_match_kind` is `branching_model`.
	Pattern string     `json:"pattern"`
	Type    string     `json:"type"`
	Users   *[]Account `json:"users,omitempty"`

	// Value Value with kind-specific semantics:
	//
	// * `require_approvals_to_merge` uses it to require a minimum number of approvals on a PR.
	//
	// * `require_default_reviewer_approvals_to_merge` uses it to require a minimum number of approvals from default reviewers on a PR.
	//
	// * `require_passing_builds_to_merge` uses it to require a minimum number of passing builds.
	//
	// * `require_commits_behind` uses it to require the current branch is up to a maximum number of commits behind it destination.
	Value                *int                   `json:"value,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Branchrestriction defines model for branchrestriction.

func (Branchrestriction) Get

func (a Branchrestriction) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Branchrestriction. Returns the specified element and whether it was found

func (Branchrestriction) MarshalJSON

func (a Branchrestriction) MarshalJSON() ([]byte, error)

Override default JSON handling for Branchrestriction to handle AdditionalProperties

func (*Branchrestriction) Set

func (a *Branchrestriction) Set(fieldName string, value interface{})

Setter for additional properties for Branchrestriction

func (*Branchrestriction) UnmarshalJSON

func (a *Branchrestriction) UnmarshalJSON(b []byte) error

Override default JSON handling for Branchrestriction to handle AdditionalProperties

type BranchrestrictionBranchMatchKind

type BranchrestrictionBranchMatchKind string

BranchrestrictionBranchMatchKind Indicates how the restriction is matched against a branch. The default is `glob`.

const (
	BranchrestrictionBranchMatchKindBranchingModel BranchrestrictionBranchMatchKind = "branching_model"
	BranchrestrictionBranchMatchKindGlob           BranchrestrictionBranchMatchKind = "glob"
)

Defines values for BranchrestrictionBranchMatchKind.

type BranchrestrictionBranchType

type BranchrestrictionBranchType string

BranchrestrictionBranchType Apply the restriction to branches of this type. Active when `branch_match_kind` is `branching_model`. The branch type will be calculated using the branching model configured for the repository.

const (
	BranchrestrictionBranchTypeBugfix      BranchrestrictionBranchType = "bugfix"
	BranchrestrictionBranchTypeDevelopment BranchrestrictionBranchType = "development"
	BranchrestrictionBranchTypeFeature     BranchrestrictionBranchType = "feature"
	BranchrestrictionBranchTypeHotfix      BranchrestrictionBranchType = "hotfix"
	BranchrestrictionBranchTypeProduction  BranchrestrictionBranchType = "production"
	BranchrestrictionBranchTypeRelease     BranchrestrictionBranchType = "release"
)

Defines values for BranchrestrictionBranchType.

type BranchrestrictionKind

type BranchrestrictionKind string

BranchrestrictionKind The type of restriction that is being applied.

const (
	AllowAutoMergeWhenBuildsPass             BranchrestrictionKind = "allow_auto_merge_when_builds_pass"
	Delete                                   BranchrestrictionKind = "delete"
	EnforceMergeChecks                       BranchrestrictionKind = "enforce_merge_checks"
	Force                                    BranchrestrictionKind = "force"
	Push                                     BranchrestrictionKind = "push"
	RequireAllCommentsResolved               BranchrestrictionKind = "require_all_comments_resolved"
	RequireAllDependenciesMerged             BranchrestrictionKind = "require_all_dependencies_merged"
	RequireApprovalsToMerge                  BranchrestrictionKind = "require_approvals_to_merge"
	RequireCommitsBehind                     BranchrestrictionKind = "require_commits_behind"
	RequireDefaultReviewerApprovalsToMerge   BranchrestrictionKind = "require_default_reviewer_approvals_to_merge"
	RequireNoChangesRequested                BranchrestrictionKind = "require_no_changes_requested"
	RequirePassingBuildsToMerge              BranchrestrictionKind = "require_passing_builds_to_merge"
	RequireReviewGroupApprovalsToMerge       BranchrestrictionKind = "require_review_group_approvals_to_merge"
	RequireTasksToBeCompleted                BranchrestrictionKind = "require_tasks_to_be_completed"
	ResetPullrequestApprovalsOnChange        BranchrestrictionKind = "reset_pullrequest_approvals_on_change"
	ResetPullrequestChangesRequestedOnChange BranchrestrictionKind = "reset_pullrequest_changes_requested_on_change"
	RestrictMerges                           BranchrestrictionKind = "restrict_merges"
	SmartResetPullrequestApprovals           BranchrestrictionKind = "smart_reset_pullrequest_approvals"
)

Defines values for BranchrestrictionKind.

type BulkCreateOrUpdateAnnotationsJSONBody

type BulkCreateOrUpdateAnnotationsJSONBody = []ReportAnnotation

BulkCreateOrUpdateAnnotationsJSONBody defines parameters for BulkCreateOrUpdateAnnotations.

type BulkCreateOrUpdateAnnotationsJSONRequestBody

type BulkCreateOrUpdateAnnotationsJSONRequestBody = BulkCreateOrUpdateAnnotationsJSONBody

BulkCreateOrUpdateAnnotationsJSONRequestBody defines body for BulkCreateOrUpdateAnnotations for application/json ContentType.

type BulkCreateOrUpdateAnnotationsResponse

type BulkCreateOrUpdateAnnotationsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *[]ReportAnnotation
}

func ParseBulkCreateOrUpdateAnnotationsResponse

func ParseBulkCreateOrUpdateAnnotationsResponse(rsp *http.Response) (*BulkCreateOrUpdateAnnotationsResponse, error)

ParseBulkCreateOrUpdateAnnotationsResponse parses an HTTP response from a BulkCreateOrUpdateAnnotationsWithResponse call

func (BulkCreateOrUpdateAnnotationsResponse) Status

Status returns HTTPResponse.Status

func (BulkCreateOrUpdateAnnotationsResponse) StatusCode

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) BulkCreateOrUpdateAnnotations

func (c *Client) BulkCreateOrUpdateAnnotations(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body BulkCreateOrUpdateAnnotationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) BulkCreateOrUpdateAnnotationsWithBody

func (c *Client) BulkCreateOrUpdateAnnotationsWithBody(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateDeploymentVariable

func (c *Client) CreateDeploymentVariable(ctx context.Context, workspace string, repoSlug string, environmentUuid string, body CreateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateDeploymentVariableWithBody

func (c *Client) CreateDeploymentVariableWithBody(ctx context.Context, workspace string, repoSlug string, environmentUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateEnvironment

func (c *Client) CreateEnvironment(ctx context.Context, workspace string, repoSlug string, body CreateEnvironmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateEnvironmentWithBody

func (c *Client) CreateEnvironmentWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateOrUpdateAnnotation

func (c *Client) CreateOrUpdateAnnotation(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, body CreateOrUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateOrUpdateAnnotationWithBody

func (c *Client) CreateOrUpdateAnnotationWithBody(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateOrUpdateReport

func (c *Client) CreateOrUpdateReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body CreateOrUpdateReportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateOrUpdateReportWithBody

func (c *Client) CreateOrUpdateReportWithBody(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineForRepository

func (c *Client) CreatePipelineForRepository(ctx context.Context, workspace string, repoSlug string, body CreatePipelineForRepositoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineForRepositoryWithBody

func (c *Client) CreatePipelineForRepositoryWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineVariableForTeam

func (c *Client) CreatePipelineVariableForTeam(ctx context.Context, username string, body CreatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineVariableForTeamWithBody

func (c *Client) CreatePipelineVariableForTeamWithBody(ctx context.Context, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineVariableForUser

func (c *Client) CreatePipelineVariableForUser(ctx context.Context, selectedUser string, body CreatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineVariableForUserWithBody

func (c *Client) CreatePipelineVariableForUserWithBody(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineVariableForWorkspace

func (c *Client) CreatePipelineVariableForWorkspace(ctx context.Context, workspace string, body CreatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreatePipelineVariableForWorkspaceWithBody

func (c *Client) CreatePipelineVariableForWorkspaceWithBody(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRepositoryPipelineKnownHost

func (c *Client) CreateRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRepositoryPipelineKnownHostWithBody

func (c *Client) CreateRepositoryPipelineKnownHostWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRepositoryPipelineSchedule

func (c *Client) CreateRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRepositoryPipelineScheduleWithBody

func (c *Client) CreateRepositoryPipelineScheduleWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRepositoryPipelineVariable

func (c *Client) CreateRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) CreateRepositoryPipelineVariableWithBody

func (c *Client) CreateRepositoryPipelineVariableWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAddon

func (c *Client) DeleteAddon(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAddonLinkersLinkerKeyValues

func (c *Client) DeleteAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAddonLinkersLinkerKeyValuesValueId

func (c *Client) DeleteAddonLinkersLinkerKeyValuesValueId(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteAnnotation

func (c *Client) DeleteAnnotation(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteCommitHostedPropertyValue

func (c *Client) DeleteCommitHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteDeploymentVariable

func (c *Client) DeleteDeploymentVariable(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteEnvironmentForRepository

func (c *Client) DeleteEnvironmentForRepository(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePipelineVariableForTeam

func (c *Client) DeletePipelineVariableForTeam(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePipelineVariableForUser

func (c *Client) DeletePipelineVariableForUser(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePipelineVariableForWorkspace

func (c *Client) DeletePipelineVariableForWorkspace(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeletePullRequestHostedPropertyValue

func (c *Client) DeletePullRequestHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteReport

func (c *Client) DeleteReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlug

func (c *Client) DeleteRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoriesWorkspaceRepoSlugParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsId(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugCommitCommitApprove

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugCommitCommitApprove(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyId(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugDownloadsFilename

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugDownloadsFilename(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugHooksUid

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugHooksUid(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueId(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVote

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVote(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugRefsBranchesName

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugRefsBranchesName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoriesWorkspaceRepoSlugRefsTagsName

func (c *Client) DeleteRepositoriesWorkspaceRepoSlugRefsTagsName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoryHostedPropertyValue

func (c *Client) DeleteRepositoryHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoryPipelineCache

func (c *Client) DeleteRepositoryPipelineCache(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoryPipelineCaches

func (c *Client) DeleteRepositoryPipelineCaches(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoryPipelineCachesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoryPipelineKeyPair

func (c *Client) DeleteRepositoryPipelineKeyPair(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoryPipelineKnownHost

func (c *Client) DeleteRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoryPipelineSchedule

func (c *Client) DeleteRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRepositoryPipelineVariable

func (c *Client) DeleteRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSnippetsWorkspaceEncodedId

func (c *Client) DeleteSnippetsWorkspaceEncodedId(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSnippetsWorkspaceEncodedIdCommentsCommentId

func (c *Client) DeleteSnippetsWorkspaceEncodedIdCommentsCommentId(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSnippetsWorkspaceEncodedIdNodeId

func (c *Client) DeleteSnippetsWorkspaceEncodedIdNodeId(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteSnippetsWorkspaceEncodedIdWatch

func (c *Client) DeleteSnippetsWorkspaceEncodedIdWatch(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUserHostedPropertyValue

func (c *Client) DeleteUserHostedPropertyValue(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUsersSelectedUserGpgKeysFingerprint

func (c *Client) DeleteUsersSelectedUserGpgKeysFingerprint(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteUsersSelectedUserSshKeysKeyId

func (c *Client) DeleteUsersSelectedUserSshKeysKeyId(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspacesWorkspaceHooksUid

func (c *Client) DeleteWorkspacesWorkspaceHooksUid(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspacesWorkspaceProjectsProjectKey

func (c *Client) DeleteWorkspacesWorkspaceProjectsProjectKey(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser

func (c *Client) DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId

func (c *Client) DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug

func (c *Client) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId

func (c *Client) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAddonLinkers

func (c *Client) GetAddonLinkers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAddonLinkersLinkerKey

func (c *Client) GetAddonLinkersLinkerKey(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAddonLinkersLinkerKeyValues

func (c *Client) GetAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAddonLinkersLinkerKeyValuesValueId

func (c *Client) GetAddonLinkersLinkerKeyValuesValueId(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAnnotation

func (c *Client) GetAnnotation(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetAnnotationsForReport

func (c *Client) GetAnnotationsForReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetCommitHostedPropertyValue

func (c *Client) GetCommitHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDeploymentForRepository

func (c *Client) GetDeploymentForRepository(ctx context.Context, workspace string, repoSlug string, deploymentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDeploymentVariables

func (c *Client) GetDeploymentVariables(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetDeploymentsForRepository

func (c *Client) GetDeploymentsForRepository(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEnvironmentForRepository

func (c *Client) GetEnvironmentForRepository(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetEnvironmentsForRepository

func (c *Client) GetEnvironmentsForRepository(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetHookEvents

func (c *Client) GetHookEvents(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetHookEventsSubjectType

func (c *Client) GetHookEventsSubjectType(ctx context.Context, subjectType string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOIDCConfiguration

func (c *Client) GetOIDCConfiguration(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetOIDCKeys

func (c *Client) GetOIDCKeys(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineContainerLog

func (c *Client) GetPipelineContainerLog(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, logUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineForRepository

func (c *Client) GetPipelineForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineStepForRepository

func (c *Client) GetPipelineStepForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineStepLogForRepository

func (c *Client) GetPipelineStepLogForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineStepsForRepository

func (c *Client) GetPipelineStepsForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineTestReportTestCaseReasons

func (c *Client) GetPipelineTestReportTestCaseReasons(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, testCaseUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineTestReportTestCases

func (c *Client) GetPipelineTestReportTestCases(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineTestReports

func (c *Client) GetPipelineTestReports(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineVariableForTeam

func (c *Client) GetPipelineVariableForTeam(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineVariableForUser

func (c *Client) GetPipelineVariableForUser(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineVariableForWorkspace

func (c *Client) GetPipelineVariableForWorkspace(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineVariablesForTeam

func (c *Client) GetPipelineVariablesForTeam(ctx context.Context, username string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineVariablesForUser

func (c *Client) GetPipelineVariablesForUser(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelineVariablesForWorkspace

func (c *Client) GetPipelineVariablesForWorkspace(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPipelinesForRepository

func (c *Client) GetPipelinesForRepository(ctx context.Context, workspace string, repoSlug string, params *GetPipelinesForRepositoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPullRequestHostedPropertyValue

func (c *Client) GetPullRequestHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetPullrequestsForCommit

func (c *Client) GetPullrequestsForCommit(ctx context.Context, workspace string, repoSlug string, commit string, params *GetPullrequestsForCommitParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetReport

func (c *Client) GetReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetReportsForCommit

func (c *Client) GetReportsForCommit(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositories

func (c *Client) GetRepositories(ctx context.Context, params *GetRepositoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspace

func (c *Client) GetRepositoriesWorkspace(ctx context.Context, workspace string, params *GetRepositoriesWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlug

func (c *Client) GetRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugBranchRestrictions

func (c *Client) GetRepositoriesWorkspaceRepoSlugBranchRestrictions(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugBranchRestrictionsId

func (c *Client) GetRepositoriesWorkspaceRepoSlugBranchRestrictionsId(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugBranchingModel

func (c *Client) GetRepositoriesWorkspaceRepoSlugBranchingModel(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugBranchingModelSettings

func (c *Client) GetRepositoriesWorkspaceRepoSlugBranchingModelSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugCommitCommit

func (c *Client) GetRepositoriesWorkspaceRepoSlugCommitCommit(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugCommitCommitComments

func (c *Client) GetRepositoriesWorkspaceRepoSlugCommitCommitComments(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId

func (c *Client) GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugCommitCommitStatuses

func (c *Client) GetRepositoriesWorkspaceRepoSlugCommitCommitStatuses(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey

func (c *Client) GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey(ctx context.Context, workspace string, repoSlug string, commit string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugCommits

func (c *Client) GetRepositoriesWorkspaceRepoSlugCommits(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugCommitsRevision

func (c *Client) GetRepositoriesWorkspaceRepoSlugCommitsRevision(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugComponents

func (c *Client) GetRepositoriesWorkspaceRepoSlugComponents(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugComponentsComponentId

func (c *Client) GetRepositoriesWorkspaceRepoSlugComponentsComponentId(ctx context.Context, workspace string, repoSlug string, componentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDefaultReviewers

func (c *Client) GetRepositoriesWorkspaceRepoSlugDefaultReviewers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername

func (c *Client) GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDeployKeys

func (c *Client) GetRepositoriesWorkspaceRepoSlugDeployKeys(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDeployKeysKeyId

func (c *Client) GetRepositoriesWorkspaceRepoSlugDeployKeysKeyId(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDiffSpec

func (c *Client) GetRepositoriesWorkspaceRepoSlugDiffSpec(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffSpecParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDiffstatSpec

func (c *Client) GetRepositoriesWorkspaceRepoSlugDiffstatSpec(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDownloads

func (c *Client) GetRepositoriesWorkspaceRepoSlugDownloads(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugDownloadsFilename

func (c *Client) GetRepositoriesWorkspaceRepoSlugDownloadsFilename(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModel

func (c *Client) GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModel(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewers

func (c *Client) GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPath

func (c *Client) GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPath(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugForks

func (c *Client) GetRepositoriesWorkspaceRepoSlugForks(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugForksParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugHooks

func (c *Client) GetRepositoriesWorkspaceRepoSlugHooks(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugHooksUid

func (c *Client) GetRepositoriesWorkspaceRepoSlugHooksUid(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssues

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssues(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZip

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZip(ctx context.Context, workspace string, repoSlug string, repoName string, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesImport

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesImport(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueId

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueId(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeId

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeId(ctx context.Context, workspace string, repoSlug string, issueId string, changeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdComments

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdComments(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVote

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVote(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch

func (c *Client) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugMergeBaseRevspec

func (c *Client) GetRepositoriesWorkspaceRepoSlugMergeBaseRevspec(ctx context.Context, workspace string, repoSlug string, revspec string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugMilestones

func (c *Client) GetRepositoriesWorkspaceRepoSlugMilestones(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneId

func (c *Client) GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneId(ctx context.Context, workspace string, repoSlug string, milestoneId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugOverrideSettings

func (c *Client) GetRepositoriesWorkspaceRepoSlugOverrideSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPatchSpec

func (c *Client) GetRepositoriesWorkspaceRepoSlugPatchSpec(ctx context.Context, workspace string, repoSlug string, spec string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroups

func (c *Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroups(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug

func (c *Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsers

func (c *Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId

func (c *Client) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequests

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequests(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugPullrequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsActivity

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsActivity(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivity

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivity(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommits

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommits(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiff

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiff(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstat

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstat(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskId

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatch

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatch(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatuses

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatuses(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId

func (c *Client) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugRefs

func (c *Client) GetRepositoriesWorkspaceRepoSlugRefs(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugRefsBranches

func (c *Client) GetRepositoriesWorkspaceRepoSlugRefsBranches(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsBranchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugRefsBranchesName

func (c *Client) GetRepositoriesWorkspaceRepoSlugRefsBranchesName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugRefsTags

func (c *Client) GetRepositoriesWorkspaceRepoSlugRefsTags(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsTagsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugRefsTagsName

func (c *Client) GetRepositoriesWorkspaceRepoSlugRefsTagsName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugSrc

func (c *Client) GetRepositoriesWorkspaceRepoSlugSrc(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugSrcCommitPath

func (c *Client) GetRepositoriesWorkspaceRepoSlugSrcCommitPath(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugVersions

func (c *Client) GetRepositoriesWorkspaceRepoSlugVersions(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugVersionsVersionId

func (c *Client) GetRepositoriesWorkspaceRepoSlugVersionsVersionId(ctx context.Context, workspace string, repoSlug string, versionId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoriesWorkspaceRepoSlugWatchers

func (c *Client) GetRepositoriesWorkspaceRepoSlugWatchers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryHostedPropertyValue

func (c *Client) GetRepositoryHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineCacheContentURI

func (c *Client) GetRepositoryPipelineCacheContentURI(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineCaches

func (c *Client) GetRepositoryPipelineCaches(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineConfig

func (c *Client) GetRepositoryPipelineConfig(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineKnownHost

func (c *Client) GetRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineKnownHosts

func (c *Client) GetRepositoryPipelineKnownHosts(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineSchedule

func (c *Client) GetRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineScheduleExecutions

func (c *Client) GetRepositoryPipelineScheduleExecutions(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineSchedules

func (c *Client) GetRepositoryPipelineSchedules(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineSshKeyPair

func (c *Client) GetRepositoryPipelineSshKeyPair(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineVariable

func (c *Client) GetRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRepositoryPipelineVariables

func (c *Client) GetRepositoryPipelineVariables(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippets

func (c *Client) GetSnippets(ctx context.Context, params *GetSnippetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspace

func (c *Client) GetSnippetsWorkspace(ctx context.Context, workspace string, params *GetSnippetsWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedId

func (c *Client) GetSnippetsWorkspaceEncodedId(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdComments

func (c *Client) GetSnippetsWorkspaceEncodedIdComments(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdCommentsCommentId

func (c *Client) GetSnippetsWorkspaceEncodedIdCommentsCommentId(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdCommits

func (c *Client) GetSnippetsWorkspaceEncodedIdCommits(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdCommitsRevision

func (c *Client) GetSnippetsWorkspaceEncodedIdCommitsRevision(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdFilesPath

func (c *Client) GetSnippetsWorkspaceEncodedIdFilesPath(ctx context.Context, workspace string, encodedId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdNodeId

func (c *Client) GetSnippetsWorkspaceEncodedIdNodeId(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdNodeIdFilesPath

func (c *Client) GetSnippetsWorkspaceEncodedIdNodeIdFilesPath(ctx context.Context, workspace string, encodedId string, nodeId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdRevisionDiff

func (c *Client) GetSnippetsWorkspaceEncodedIdRevisionDiff(ctx context.Context, workspace string, encodedId string, revision string, params *GetSnippetsWorkspaceEncodedIdRevisionDiffParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdRevisionPatch

func (c *Client) GetSnippetsWorkspaceEncodedIdRevisionPatch(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdWatch

func (c *Client) GetSnippetsWorkspaceEncodedIdWatch(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetSnippetsWorkspaceEncodedIdWatchers

func (c *Client) GetSnippetsWorkspaceEncodedIdWatchers(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUser

func (c *Client) GetUser(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUserEmails

func (c *Client) GetUserEmails(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUserEmailsEmail

func (c *Client) GetUserEmailsEmail(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUserPermissionsRepositories

func (c *Client) GetUserPermissionsRepositories(ctx context.Context, params *GetUserPermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUserPermissionsWorkspaces

func (c *Client) GetUserPermissionsWorkspaces(ctx context.Context, params *GetUserPermissionsWorkspacesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsersSelectedUser

func (c *Client) GetUsersSelectedUser(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsersSelectedUserGpgKeys

func (c *Client) GetUsersSelectedUserGpgKeys(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsersSelectedUserGpgKeysFingerprint

func (c *Client) GetUsersSelectedUserGpgKeysFingerprint(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsersSelectedUserSshKeys

func (c *Client) GetUsersSelectedUserSshKeys(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetUsersSelectedUserSshKeysKeyId

func (c *Client) GetUsersSelectedUserSshKeysKeyId(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspaces

func (c *Client) GetWorkspaces(ctx context.Context, params *GetWorkspacesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspace

func (c *Client) GetWorkspacesWorkspace(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceHooks

func (c *Client) GetWorkspacesWorkspaceHooks(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceHooksUid

func (c *Client) GetWorkspacesWorkspaceHooksUid(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceMembers

func (c *Client) GetWorkspacesWorkspaceMembers(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceMembersMember

func (c *Client) GetWorkspacesWorkspaceMembersMember(ctx context.Context, workspace string, member string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspacePermissions

func (c *Client) GetWorkspacesWorkspacePermissions(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspacePermissionsRepositories

func (c *Client) GetWorkspacesWorkspacePermissionsRepositories(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspacePermissionsRepositoriesRepoSlug

func (c *Client) GetWorkspacesWorkspacePermissionsRepositoriesRepoSlug(ctx context.Context, workspace string, repoSlug string, params *GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjects

func (c *Client) GetWorkspacesWorkspaceProjects(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKey

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKey(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModel

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModel(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewers

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewers(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeys

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeys(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroups

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroups(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsers

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsers(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId

func (c *Client) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetWorkspacesWorkspacePullrequestsSelectedUser

func (c *Client) GetWorkspacesWorkspacePullrequestsSelectedUser(ctx context.Context, workspace string, selectedUser string, params *GetWorkspacesWorkspacePullrequestsSelectedUserParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostAddonLinkersLinkerKeyValues

func (c *Client) PostAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlug

func (c *Client) PostRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugBranchRestrictions

func (c *Client) PostRepositoriesWorkspaceRepoSlugBranchRestrictions(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugBranchRestrictionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugCommitCommitApprove

func (c *Client) PostRepositoriesWorkspaceRepoSlugCommitCommitApprove(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugCommitCommitComments

func (c *Client) PostRepositoriesWorkspaceRepoSlugCommitCommitComments(ctx context.Context, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBody(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuild

func (c *Client) PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuild(ctx context.Context, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBody(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugCommits

func (c *Client) PostRepositoriesWorkspaceRepoSlugCommits(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugCommitsRevision

func (c *Client) PostRepositoriesWorkspaceRepoSlugCommitsRevision(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugDeployKeys

func (c *Client) PostRepositoriesWorkspaceRepoSlugDeployKeys(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugDownloads

func (c *Client) PostRepositoriesWorkspaceRepoSlugDownloads(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugForks

func (c *Client) PostRepositoriesWorkspaceRepoSlugForks(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugForksWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugForksWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugHooks

func (c *Client) PostRepositoriesWorkspaceRepoSlugHooks(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssues

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssues(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesExport

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesExport(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesExportWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesExportWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesImport

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesImport(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges(ctx context.Context, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBody(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdComments

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdComments(ctx context.Context, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBody(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugIssuesWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugIssuesWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequests

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequests(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDecline

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDecline(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugPullrequestsWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugPullrequestsWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugRefsBranches

func (c *Client) PostRepositoriesWorkspaceRepoSlugRefsBranches(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugRefsTags

func (c *Client) PostRepositoriesWorkspaceRepoSlugRefsTags(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugRefsTagsWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugRefsTagsWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugSrc

func (c *Client) PostRepositoriesWorkspaceRepoSlugSrc(ctx context.Context, workspace string, repoSlug string, params *PostRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRepositoriesWorkspaceRepoSlugWithBody

func (c *Client) PostRepositoriesWorkspaceRepoSlugWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSnippets

func (c *Client) PostSnippets(ctx context.Context, body PostSnippetsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSnippetsWithBody

func (c *Client) PostSnippetsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSnippetsWorkspace

func (c *Client) PostSnippetsWorkspace(ctx context.Context, workspace string, body PostSnippetsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSnippetsWorkspaceEncodedIdComments

func (c *Client) PostSnippetsWorkspaceEncodedIdComments(ctx context.Context, workspace string, encodedId string, body PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSnippetsWorkspaceEncodedIdCommentsWithBody

func (c *Client) PostSnippetsWorkspaceEncodedIdCommentsWithBody(ctx context.Context, workspace string, encodedId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostSnippetsWorkspaceWithBody

func (c *Client) PostSnippetsWorkspaceWithBody(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostUsersSelectedUserGpgKeys

func (c *Client) PostUsersSelectedUserGpgKeys(ctx context.Context, selectedUser string, body PostUsersSelectedUserGpgKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostUsersSelectedUserGpgKeysWithBody

func (c *Client) PostUsersSelectedUserGpgKeysWithBody(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostUsersSelectedUserSshKeys

func (c *Client) PostUsersSelectedUserSshKeys(ctx context.Context, selectedUser string, params *PostUsersSelectedUserSshKeysParams, body PostUsersSelectedUserSshKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostUsersSelectedUserSshKeysWithBody

func (c *Client) PostUsersSelectedUserSshKeysWithBody(ctx context.Context, selectedUser string, params *PostUsersSelectedUserSshKeysParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostWorkspacesWorkspaceHooks

func (c *Client) PostWorkspacesWorkspaceHooks(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostWorkspacesWorkspaceProjects

func (c *Client) PostWorkspacesWorkspaceProjects(ctx context.Context, workspace string, body PostWorkspacesWorkspaceProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostWorkspacesWorkspaceProjectsProjectKeyDeployKeys

func (c *Client) PostWorkspacesWorkspaceProjectsProjectKeyDeployKeys(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostWorkspacesWorkspaceProjectsWithBody

func (c *Client) PostWorkspacesWorkspaceProjectsWithBody(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutAddon

func (c *Client) PutAddon(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutAddonLinkersLinkerKeyValues

func (c *Client) PutAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlug

func (c *Client) PutRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, body PutRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugBranchRestrictionsId

func (c *Client) PutRepositoriesWorkspaceRepoSlugBranchRestrictionsId(ctx context.Context, workspace string, repoSlug string, id string, body PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBody(ctx context.Context, workspace string, repoSlug string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugBranchingModelSettings

func (c *Client) PutRepositoriesWorkspaceRepoSlugBranchingModelSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId

func (c *Client) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, body PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBody(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey

func (c *Client) PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey(ctx context.Context, workspace string, repoSlug string, commit string, key string, body PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBody(ctx context.Context, workspace string, repoSlug string, commit string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername

func (c *Client) PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugDeployKeysKeyId

func (c *Client) PutRepositoriesWorkspaceRepoSlugDeployKeysKeyId(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugHooksUid

func (c *Client) PutRepositoriesWorkspaceRepoSlugHooksUid(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueId

func (c *Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueId(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId

func (c *Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, body PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBody(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVote

func (c *Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVote(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch

func (c *Client) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugOverrideSettings

func (c *Client) PutRepositoriesWorkspaceRepoSlugOverrideSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug

func (c *Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, repoSlug string, groupSlug string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBody(ctx context.Context, workspace string, repoSlug string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId

func (c *Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, repoSlug string, selectedUserId string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBody(ctx context.Context, workspace string, repoSlug string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId

func (c *Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId

func (c *Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId

func (c *Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRepositoriesWorkspaceRepoSlugWithBody

func (c *Client) PutRepositoriesWorkspaceRepoSlugWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSnippetsWorkspaceEncodedId

func (c *Client) PutSnippetsWorkspaceEncodedId(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSnippetsWorkspaceEncodedIdCommentsCommentId

func (c *Client) PutSnippetsWorkspaceEncodedIdCommentsCommentId(ctx context.Context, workspace string, encodedId string, commentId int, body PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBody

func (c *Client) PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBody(ctx context.Context, workspace string, encodedId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSnippetsWorkspaceEncodedIdNodeId

func (c *Client) PutSnippetsWorkspaceEncodedIdNodeId(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutSnippetsWorkspaceEncodedIdWatch

func (c *Client) PutSnippetsWorkspaceEncodedIdWatch(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutUsersSelectedUserSshKeysKeyId

func (c *Client) PutUsersSelectedUserSshKeysKeyId(ctx context.Context, selectedUser string, keyId string, body PutUsersSelectedUserSshKeysKeyIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutUsersSelectedUserSshKeysKeyIdWithBody

func (c *Client) PutUsersSelectedUserSshKeysKeyIdWithBody(ctx context.Context, selectedUser string, keyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceHooksUid

func (c *Client) PutWorkspacesWorkspaceHooksUid(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKey

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKey(ctx context.Context, workspace string, projectKey string, body PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, projectKey string, groupSlug string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBody

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBody(ctx context.Context, workspace string, projectKey string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, projectKey string, selectedUserId string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBody

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBody(ctx context.Context, workspace string, projectKey string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutWorkspacesWorkspaceProjectsProjectKeyWithBody

func (c *Client) PutWorkspacesWorkspaceProjectsProjectKeyWithBody(ctx context.Context, workspace string, projectKey string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) RetrieveUserHostedPropertyValue

func (c *Client) RetrieveUserHostedPropertyValue(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SearchAccount

func (c *Client) SearchAccount(ctx context.Context, selectedUser string, params *SearchAccountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SearchTeam

func (c *Client) SearchTeam(ctx context.Context, username string, params *SearchTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) SearchWorkspace

func (c *Client) SearchWorkspace(ctx context.Context, workspace string, params *SearchWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) StopPipeline

func (c *Client) StopPipeline(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateCommitHostedPropertyValue

func (c *Client) UpdateCommitHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, body UpdateCommitHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateCommitHostedPropertyValueWithBody

func (c *Client) UpdateCommitHostedPropertyValueWithBody(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateDeploymentVariable

func (c *Client) UpdateDeploymentVariable(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, body UpdateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateDeploymentVariableWithBody

func (c *Client) UpdateDeploymentVariableWithBody(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateEnvironmentForRepository

func (c *Client) UpdateEnvironmentForRepository(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePipelineVariableForTeam

func (c *Client) UpdatePipelineVariableForTeam(ctx context.Context, username string, variableUuid string, body UpdatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePipelineVariableForTeamWithBody

func (c *Client) UpdatePipelineVariableForTeamWithBody(ctx context.Context, username string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePipelineVariableForUser

func (c *Client) UpdatePipelineVariableForUser(ctx context.Context, selectedUser string, variableUuid string, body UpdatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePipelineVariableForUserWithBody

func (c *Client) UpdatePipelineVariableForUserWithBody(ctx context.Context, selectedUser string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePipelineVariableForWorkspace

func (c *Client) UpdatePipelineVariableForWorkspace(ctx context.Context, workspace string, variableUuid string, body UpdatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePipelineVariableForWorkspaceWithBody

func (c *Client) UpdatePipelineVariableForWorkspaceWithBody(ctx context.Context, workspace string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePullRequestHostedPropertyValue

func (c *Client) UpdatePullRequestHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, body UpdatePullRequestHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdatePullRequestHostedPropertyValueWithBody

func (c *Client) UpdatePullRequestHostedPropertyValueWithBody(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryBuildNumber

func (c *Client) UpdateRepositoryBuildNumber(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryBuildNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryBuildNumberWithBody

func (c *Client) UpdateRepositoryBuildNumberWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryHostedPropertyValue

func (c *Client) UpdateRepositoryHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, body UpdateRepositoryHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryHostedPropertyValueWithBody

func (c *Client) UpdateRepositoryHostedPropertyValueWithBody(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineConfig

func (c *Client) UpdateRepositoryPipelineConfig(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineConfigWithBody

func (c *Client) UpdateRepositoryPipelineConfigWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineKeyPair

func (c *Client) UpdateRepositoryPipelineKeyPair(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineKeyPairJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineKeyPairWithBody

func (c *Client) UpdateRepositoryPipelineKeyPairWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineKnownHost

func (c *Client) UpdateRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, body UpdateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineKnownHostWithBody

func (c *Client) UpdateRepositoryPipelineKnownHostWithBody(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineSchedule

func (c *Client) UpdateRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, body UpdateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineScheduleWithBody

func (c *Client) UpdateRepositoryPipelineScheduleWithBody(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineVariable

func (c *Client) UpdateRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, variableUuid string, body UpdateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateRepositoryPipelineVariableWithBody

func (c *Client) UpdateRepositoryPipelineVariableWithBody(ctx context.Context, workspace string, repoSlug string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUserHostedPropertyValue

func (c *Client) UpdateUserHostedPropertyValue(ctx context.Context, selectedUser string, appKey string, propertyName string, body UpdateUserHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) UpdateUserHostedPropertyValueWithBody

func (c *Client) UpdateUserHostedPropertyValueWithBody(ctx context.Context, selectedUser string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientInterface

type ClientInterface interface {
	// DeleteAddon request
	DeleteAddon(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutAddon request
	PutAddon(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAddonLinkers request
	GetAddonLinkers(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAddonLinkersLinkerKey request
	GetAddonLinkersLinkerKey(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAddonLinkersLinkerKeyValues request
	DeleteAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAddonLinkersLinkerKeyValues request
	GetAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostAddonLinkersLinkerKeyValues request
	PostAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutAddonLinkersLinkerKeyValues request
	PutAddonLinkersLinkerKeyValues(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAddonLinkersLinkerKeyValuesValueId request
	DeleteAddonLinkersLinkerKeyValuesValueId(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAddonLinkersLinkerKeyValuesValueId request
	GetAddonLinkersLinkerKeyValuesValueId(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetHookEvents request
	GetHookEvents(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetHookEventsSubjectType request
	GetHookEventsSubjectType(ctx context.Context, subjectType string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositories request
	GetRepositories(ctx context.Context, params *GetRepositoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspace request
	GetRepositoriesWorkspace(ctx context.Context, workspace string, params *GetRepositoriesWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlug request
	DeleteRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoriesWorkspaceRepoSlugParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlug request
	GetRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlug(ctx context.Context, workspace string, repoSlug string, body PutRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugBranchRestrictions request
	GetRepositoriesWorkspaceRepoSlugBranchRestrictions(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugBranchRestrictions(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugBranchRestrictionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsId request
	DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsId(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugBranchRestrictionsId request
	GetRepositoriesWorkspaceRepoSlugBranchRestrictionsId(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBody(ctx context.Context, workspace string, repoSlug string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugBranchRestrictionsId(ctx context.Context, workspace string, repoSlug string, id string, body PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugBranchingModel request
	GetRepositoriesWorkspaceRepoSlugBranchingModel(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugBranchingModelSettings request
	GetRepositoriesWorkspaceRepoSlugBranchingModelSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugBranchingModelSettings request
	PutRepositoriesWorkspaceRepoSlugBranchingModelSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommit request
	GetRepositoriesWorkspaceRepoSlugCommitCommit(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugCommitCommitApprove request
	DeleteRepositoriesWorkspaceRepoSlugCommitCommitApprove(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugCommitCommitApprove request
	PostRepositoriesWorkspaceRepoSlugCommitCommitApprove(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitComments request
	GetRepositoriesWorkspaceRepoSlugCommitCommitComments(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBody(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugCommitCommitComments(ctx context.Context, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId request
	DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId request
	GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBody(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, body PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteCommitHostedPropertyValue request
	DeleteCommitHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetCommitHostedPropertyValue request
	GetCommitHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateCommitHostedPropertyValueWithBody request with any body
	UpdateCommitHostedPropertyValueWithBody(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateCommitHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, body UpdateCommitHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPullrequestsForCommit request
	GetPullrequestsForCommit(ctx context.Context, workspace string, repoSlug string, commit string, params *GetPullrequestsForCommitParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetReportsForCommit request
	GetReportsForCommit(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteReport request
	DeleteReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetReport request
	GetReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateOrUpdateReportWithBody request with any body
	CreateOrUpdateReportWithBody(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateOrUpdateReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body CreateOrUpdateReportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAnnotationsForReport request
	GetAnnotationsForReport(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// BulkCreateOrUpdateAnnotationsWithBody request with any body
	BulkCreateOrUpdateAnnotationsWithBody(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	BulkCreateOrUpdateAnnotations(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body BulkCreateOrUpdateAnnotationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteAnnotation request
	DeleteAnnotation(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetAnnotation request
	GetAnnotation(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateOrUpdateAnnotationWithBody request with any body
	CreateOrUpdateAnnotationWithBody(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateOrUpdateAnnotation(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, body CreateOrUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitStatuses request
	GetRepositoriesWorkspaceRepoSlugCommitCommitStatuses(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBody(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuild(ctx context.Context, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey request
	GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey(ctx context.Context, workspace string, repoSlug string, commit string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBody(ctx context.Context, workspace string, repoSlug string, commit string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey(ctx context.Context, workspace string, repoSlug string, commit string, key string, body PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugCommits request
	GetRepositoriesWorkspaceRepoSlugCommits(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugCommits request
	PostRepositoriesWorkspaceRepoSlugCommits(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugCommitsRevision request
	GetRepositoriesWorkspaceRepoSlugCommitsRevision(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugCommitsRevision request
	PostRepositoriesWorkspaceRepoSlugCommitsRevision(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugComponents request
	GetRepositoriesWorkspaceRepoSlugComponents(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugComponentsComponentId request
	GetRepositoriesWorkspaceRepoSlugComponentsComponentId(ctx context.Context, workspace string, repoSlug string, componentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDefaultReviewers request
	GetRepositoriesWorkspaceRepoSlugDefaultReviewers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername request
	DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername request
	GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername request
	PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsername(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDeployKeys request
	GetRepositoriesWorkspaceRepoSlugDeployKeys(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugDeployKeys request
	PostRepositoriesWorkspaceRepoSlugDeployKeys(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyId request
	DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyId(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDeployKeysKeyId request
	GetRepositoriesWorkspaceRepoSlugDeployKeysKeyId(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugDeployKeysKeyId request
	PutRepositoriesWorkspaceRepoSlugDeployKeysKeyId(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDeploymentsForRepository request
	GetDeploymentsForRepository(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDeploymentForRepository request
	GetDeploymentForRepository(ctx context.Context, workspace string, repoSlug string, deploymentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetDeploymentVariables request
	GetDeploymentVariables(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateDeploymentVariableWithBody request with any body
	CreateDeploymentVariableWithBody(ctx context.Context, workspace string, repoSlug string, environmentUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateDeploymentVariable(ctx context.Context, workspace string, repoSlug string, environmentUuid string, body CreateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteDeploymentVariable request
	DeleteDeploymentVariable(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateDeploymentVariableWithBody request with any body
	UpdateDeploymentVariableWithBody(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateDeploymentVariable(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, body UpdateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDiffSpec request
	GetRepositoriesWorkspaceRepoSlugDiffSpec(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffSpecParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDiffstatSpec request
	GetRepositoriesWorkspaceRepoSlugDiffstatSpec(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDownloads request
	GetRepositoriesWorkspaceRepoSlugDownloads(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugDownloads request
	PostRepositoriesWorkspaceRepoSlugDownloads(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugDownloadsFilename request
	DeleteRepositoriesWorkspaceRepoSlugDownloadsFilename(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugDownloadsFilename request
	GetRepositoriesWorkspaceRepoSlugDownloadsFilename(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModel request
	GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModel(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewers request
	GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEnvironmentsForRepository request
	GetEnvironmentsForRepository(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateEnvironmentWithBody request with any body
	CreateEnvironmentWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateEnvironment(ctx context.Context, workspace string, repoSlug string, body CreateEnvironmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteEnvironmentForRepository request
	DeleteEnvironmentForRepository(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetEnvironmentForRepository request
	GetEnvironmentForRepository(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateEnvironmentForRepository request
	UpdateEnvironmentForRepository(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPath request
	GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPath(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugForks request
	GetRepositoriesWorkspaceRepoSlugForks(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugForksParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugForksWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugForksWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugForks(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugHooks request
	GetRepositoriesWorkspaceRepoSlugHooks(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugHooks request
	PostRepositoriesWorkspaceRepoSlugHooks(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugHooksUid request
	DeleteRepositoriesWorkspaceRepoSlugHooksUid(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugHooksUid request
	GetRepositoriesWorkspaceRepoSlugHooksUid(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugHooksUid request
	PutRepositoriesWorkspaceRepoSlugHooksUid(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssues request
	GetRepositoriesWorkspaceRepoSlugIssues(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugIssues(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesExportWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesExportWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugIssuesExport(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZip request
	GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZip(ctx context.Context, workspace string, repoSlug string, repoName string, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesImport request
	GetRepositoriesWorkspaceRepoSlugIssuesImport(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesImport request
	PostRepositoriesWorkspaceRepoSlugIssuesImport(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueId request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueId(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueId request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueId(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueId request
	PutRepositoriesWorkspaceRepoSlugIssuesIssueId(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments request
	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachments(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPath(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBody(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges(ctx context.Context, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeId request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeId(ctx context.Context, workspace string, repoSlug string, issueId string, changeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdComments request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdComments(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBody(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdComments(ctx context.Context, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBody(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, body PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVote request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVote(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVote request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVote(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVote request
	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVote(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch request
	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatch(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugMergeBaseRevspec request
	GetRepositoriesWorkspaceRepoSlugMergeBaseRevspec(ctx context.Context, workspace string, repoSlug string, revspec string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugMilestones request
	GetRepositoriesWorkspaceRepoSlugMilestones(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneId request
	GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneId(ctx context.Context, workspace string, repoSlug string, milestoneId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugOverrideSettings request
	GetRepositoriesWorkspaceRepoSlugOverrideSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugOverrideSettings request
	PutRepositoriesWorkspaceRepoSlugOverrideSettings(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPatchSpec request
	GetRepositoriesWorkspaceRepoSlugPatchSpec(ctx context.Context, workspace string, repoSlug string, spec string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroups request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroups(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug request
	DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBody(ctx context.Context, workspace string, repoSlug string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, repoSlug string, groupSlug string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsers request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId request
	DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBody(ctx context.Context, workspace string, repoSlug string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, repoSlug string, selectedUserId string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelinesForRepository request
	GetPipelinesForRepository(ctx context.Context, workspace string, repoSlug string, params *GetPipelinesForRepositoryParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePipelineForRepositoryWithBody request with any body
	CreatePipelineForRepositoryWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreatePipelineForRepository(ctx context.Context, workspace string, repoSlug string, body CreatePipelineForRepositoryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoryPipelineCaches request
	DeleteRepositoryPipelineCaches(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoryPipelineCachesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineCaches request
	GetRepositoryPipelineCaches(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoryPipelineCache request
	DeleteRepositoryPipelineCache(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineCacheContentURI request
	GetRepositoryPipelineCacheContentURI(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineForRepository request
	GetPipelineForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineStepsForRepository request
	GetPipelineStepsForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineStepForRepository request
	GetPipelineStepForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineStepLogForRepository request
	GetPipelineStepLogForRepository(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineContainerLog request
	GetPipelineContainerLog(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, logUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineTestReports request
	GetPipelineTestReports(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineTestReportTestCases request
	GetPipelineTestReportTestCases(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineTestReportTestCaseReasons request
	GetPipelineTestReportTestCaseReasons(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, testCaseUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// StopPipeline request
	StopPipeline(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineConfig request
	GetRepositoryPipelineConfig(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRepositoryPipelineConfigWithBody request with any body
	UpdateRepositoryPipelineConfigWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRepositoryPipelineConfig(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRepositoryBuildNumberWithBody request with any body
	UpdateRepositoryBuildNumberWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRepositoryBuildNumber(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryBuildNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineSchedules request
	GetRepositoryPipelineSchedules(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateRepositoryPipelineScheduleWithBody request with any body
	CreateRepositoryPipelineScheduleWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoryPipelineSchedule request
	DeleteRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineSchedule request
	GetRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRepositoryPipelineScheduleWithBody request with any body
	UpdateRepositoryPipelineScheduleWithBody(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRepositoryPipelineSchedule(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, body UpdateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineScheduleExecutions request
	GetRepositoryPipelineScheduleExecutions(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoryPipelineKeyPair request
	DeleteRepositoryPipelineKeyPair(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineSshKeyPair request
	GetRepositoryPipelineSshKeyPair(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRepositoryPipelineKeyPairWithBody request with any body
	UpdateRepositoryPipelineKeyPairWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRepositoryPipelineKeyPair(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineKeyPairJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineKnownHosts request
	GetRepositoryPipelineKnownHosts(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateRepositoryPipelineKnownHostWithBody request with any body
	CreateRepositoryPipelineKnownHostWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoryPipelineKnownHost request
	DeleteRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineKnownHost request
	GetRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRepositoryPipelineKnownHostWithBody request with any body
	UpdateRepositoryPipelineKnownHostWithBody(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRepositoryPipelineKnownHost(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, body UpdateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineVariables request
	GetRepositoryPipelineVariables(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreateRepositoryPipelineVariableWithBody request with any body
	CreateRepositoryPipelineVariableWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreateRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoryPipelineVariable request
	DeleteRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryPipelineVariable request
	GetRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRepositoryPipelineVariableWithBody request with any body
	UpdateRepositoryPipelineVariableWithBody(ctx context.Context, workspace string, repoSlug string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRepositoryPipelineVariable(ctx context.Context, workspace string, repoSlug string, variableUuid string, body UpdateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoryHostedPropertyValue request
	DeleteRepositoryHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoryHostedPropertyValue request
	GetRepositoryHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateRepositoryHostedPropertyValueWithBody request with any body
	UpdateRepositoryHostedPropertyValueWithBody(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateRepositoryHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, body UpdateRepositoryHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequests request
	GetRepositoriesWorkspaceRepoSlugPullrequests(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugPullrequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugPullrequests(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsActivity request
	GetRepositoriesWorkspaceRepoSlugPullrequestsActivity(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivity request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivity(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApprove(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolve(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommits request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommits(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDecline request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDecline(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiff request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiff(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstat request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstat(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMerge(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskId request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatch request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatch(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChanges(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatuses request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatuses(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBody request with any body
	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBody(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePullRequestHostedPropertyValue request
	DeletePullRequestHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPullRequestHostedPropertyValue request
	GetPullRequestHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePullRequestHostedPropertyValueWithBody request with any body
	UpdatePullRequestHostedPropertyValueWithBody(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdatePullRequestHostedPropertyValue(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, body UpdatePullRequestHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugRefs request
	GetRepositoriesWorkspaceRepoSlugRefs(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugRefsBranches request
	GetRepositoriesWorkspaceRepoSlugRefsBranches(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsBranchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugRefsBranches request
	PostRepositoriesWorkspaceRepoSlugRefsBranches(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugRefsBranchesName request
	DeleteRepositoriesWorkspaceRepoSlugRefsBranchesName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugRefsBranchesName request
	GetRepositoriesWorkspaceRepoSlugRefsBranchesName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugRefsTags request
	GetRepositoriesWorkspaceRepoSlugRefsTags(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsTagsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugRefsTagsWithBody request with any body
	PostRepositoriesWorkspaceRepoSlugRefsTagsWithBody(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRepositoriesWorkspaceRepoSlugRefsTags(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRepositoriesWorkspaceRepoSlugRefsTagsName request
	DeleteRepositoriesWorkspaceRepoSlugRefsTagsName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugRefsTagsName request
	GetRepositoriesWorkspaceRepoSlugRefsTagsName(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugSrc request
	GetRepositoriesWorkspaceRepoSlugSrc(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRepositoriesWorkspaceRepoSlugSrc request
	PostRepositoriesWorkspaceRepoSlugSrc(ctx context.Context, workspace string, repoSlug string, params *PostRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugSrcCommitPath request
	GetRepositoriesWorkspaceRepoSlugSrcCommitPath(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugVersions request
	GetRepositoriesWorkspaceRepoSlugVersions(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugVersionsVersionId request
	GetRepositoriesWorkspaceRepoSlugVersionsVersionId(ctx context.Context, workspace string, repoSlug string, versionId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRepositoriesWorkspaceRepoSlugWatchers request
	GetRepositoriesWorkspaceRepoSlugWatchers(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippets request
	GetSnippets(ctx context.Context, params *GetSnippetsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSnippetsWithBody request with any body
	PostSnippetsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSnippets(ctx context.Context, body PostSnippetsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspace request
	GetSnippetsWorkspace(ctx context.Context, workspace string, params *GetSnippetsWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSnippetsWorkspaceWithBody request with any body
	PostSnippetsWorkspaceWithBody(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSnippetsWorkspace(ctx context.Context, workspace string, body PostSnippetsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSnippetsWorkspaceEncodedId request
	DeleteSnippetsWorkspaceEncodedId(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedId request
	GetSnippetsWorkspaceEncodedId(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutSnippetsWorkspaceEncodedId request
	PutSnippetsWorkspaceEncodedId(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdComments request
	GetSnippetsWorkspaceEncodedIdComments(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostSnippetsWorkspaceEncodedIdCommentsWithBody request with any body
	PostSnippetsWorkspaceEncodedIdCommentsWithBody(ctx context.Context, workspace string, encodedId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostSnippetsWorkspaceEncodedIdComments(ctx context.Context, workspace string, encodedId string, body PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSnippetsWorkspaceEncodedIdCommentsCommentId request
	DeleteSnippetsWorkspaceEncodedIdCommentsCommentId(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdCommentsCommentId request
	GetSnippetsWorkspaceEncodedIdCommentsCommentId(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBody request with any body
	PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBody(ctx context.Context, workspace string, encodedId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutSnippetsWorkspaceEncodedIdCommentsCommentId(ctx context.Context, workspace string, encodedId string, commentId int, body PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdCommits request
	GetSnippetsWorkspaceEncodedIdCommits(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdCommitsRevision request
	GetSnippetsWorkspaceEncodedIdCommitsRevision(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdFilesPath request
	GetSnippetsWorkspaceEncodedIdFilesPath(ctx context.Context, workspace string, encodedId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSnippetsWorkspaceEncodedIdWatch request
	DeleteSnippetsWorkspaceEncodedIdWatch(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdWatch request
	GetSnippetsWorkspaceEncodedIdWatch(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutSnippetsWorkspaceEncodedIdWatch request
	PutSnippetsWorkspaceEncodedIdWatch(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdWatchers request
	GetSnippetsWorkspaceEncodedIdWatchers(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteSnippetsWorkspaceEncodedIdNodeId request
	DeleteSnippetsWorkspaceEncodedIdNodeId(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdNodeId request
	GetSnippetsWorkspaceEncodedIdNodeId(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutSnippetsWorkspaceEncodedIdNodeId request
	PutSnippetsWorkspaceEncodedIdNodeId(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdNodeIdFilesPath request
	GetSnippetsWorkspaceEncodedIdNodeIdFilesPath(ctx context.Context, workspace string, encodedId string, nodeId string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdRevisionDiff request
	GetSnippetsWorkspaceEncodedIdRevisionDiff(ctx context.Context, workspace string, encodedId string, revision string, params *GetSnippetsWorkspaceEncodedIdRevisionDiffParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetSnippetsWorkspaceEncodedIdRevisionPatch request
	GetSnippetsWorkspaceEncodedIdRevisionPatch(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineVariablesForTeam request
	GetPipelineVariablesForTeam(ctx context.Context, username string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePipelineVariableForTeamWithBody request with any body
	CreatePipelineVariableForTeamWithBody(ctx context.Context, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreatePipelineVariableForTeam(ctx context.Context, username string, body CreatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePipelineVariableForTeam request
	DeletePipelineVariableForTeam(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineVariableForTeam request
	GetPipelineVariableForTeam(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePipelineVariableForTeamWithBody request with any body
	UpdatePipelineVariableForTeamWithBody(ctx context.Context, username string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdatePipelineVariableForTeam(ctx context.Context, username string, variableUuid string, body UpdatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SearchTeam request
	SearchTeam(ctx context.Context, username string, params *SearchTeamParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUser request
	GetUser(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUserEmails request
	GetUserEmails(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUserEmailsEmail request
	GetUserEmailsEmail(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUserPermissionsRepositories request
	GetUserPermissionsRepositories(ctx context.Context, params *GetUserPermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUserPermissionsWorkspaces request
	GetUserPermissionsWorkspaces(ctx context.Context, params *GetUserPermissionsWorkspacesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsersSelectedUser request
	GetUsersSelectedUser(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsersSelectedUserGpgKeys request
	GetUsersSelectedUserGpgKeys(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostUsersSelectedUserGpgKeysWithBody request with any body
	PostUsersSelectedUserGpgKeysWithBody(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostUsersSelectedUserGpgKeys(ctx context.Context, selectedUser string, body PostUsersSelectedUserGpgKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteUsersSelectedUserGpgKeysFingerprint request
	DeleteUsersSelectedUserGpgKeysFingerprint(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsersSelectedUserGpgKeysFingerprint request
	GetUsersSelectedUserGpgKeysFingerprint(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineVariablesForUser request
	GetPipelineVariablesForUser(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePipelineVariableForUserWithBody request with any body
	CreatePipelineVariableForUserWithBody(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreatePipelineVariableForUser(ctx context.Context, selectedUser string, body CreatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePipelineVariableForUser request
	DeletePipelineVariableForUser(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineVariableForUser request
	GetPipelineVariableForUser(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePipelineVariableForUserWithBody request with any body
	UpdatePipelineVariableForUserWithBody(ctx context.Context, selectedUser string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdatePipelineVariableForUser(ctx context.Context, selectedUser string, variableUuid string, body UpdatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteUserHostedPropertyValue request
	DeleteUserHostedPropertyValue(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// RetrieveUserHostedPropertyValue request
	RetrieveUserHostedPropertyValue(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdateUserHostedPropertyValueWithBody request with any body
	UpdateUserHostedPropertyValueWithBody(ctx context.Context, selectedUser string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdateUserHostedPropertyValue(ctx context.Context, selectedUser string, appKey string, propertyName string, body UpdateUserHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SearchAccount request
	SearchAccount(ctx context.Context, selectedUser string, params *SearchAccountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsersSelectedUserSshKeys request
	GetUsersSelectedUserSshKeys(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostUsersSelectedUserSshKeysWithBody request with any body
	PostUsersSelectedUserSshKeysWithBody(ctx context.Context, selectedUser string, params *PostUsersSelectedUserSshKeysParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostUsersSelectedUserSshKeys(ctx context.Context, selectedUser string, params *PostUsersSelectedUserSshKeysParams, body PostUsersSelectedUserSshKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteUsersSelectedUserSshKeysKeyId request
	DeleteUsersSelectedUserSshKeysKeyId(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetUsersSelectedUserSshKeysKeyId request
	GetUsersSelectedUserSshKeysKeyId(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutUsersSelectedUserSshKeysKeyIdWithBody request with any body
	PutUsersSelectedUserSshKeysKeyIdWithBody(ctx context.Context, selectedUser string, keyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutUsersSelectedUserSshKeysKeyId(ctx context.Context, selectedUser string, keyId string, body PutUsersSelectedUserSshKeysKeyIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspaces request
	GetWorkspaces(ctx context.Context, params *GetWorkspacesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspace request
	GetWorkspacesWorkspace(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceHooks request
	GetWorkspacesWorkspaceHooks(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostWorkspacesWorkspaceHooks request
	PostWorkspacesWorkspaceHooks(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspacesWorkspaceHooksUid request
	DeleteWorkspacesWorkspaceHooksUid(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceHooksUid request
	GetWorkspacesWorkspaceHooksUid(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutWorkspacesWorkspaceHooksUid request
	PutWorkspacesWorkspaceHooksUid(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceMembers request
	GetWorkspacesWorkspaceMembers(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceMembersMember request
	GetWorkspacesWorkspaceMembersMember(ctx context.Context, workspace string, member string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspacePermissions request
	GetWorkspacesWorkspacePermissions(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspacePermissionsRepositories request
	GetWorkspacesWorkspacePermissionsRepositories(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspacePermissionsRepositoriesRepoSlug request
	GetWorkspacesWorkspacePermissionsRepositoriesRepoSlug(ctx context.Context, workspace string, repoSlug string, params *GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOIDCConfiguration request
	GetOIDCConfiguration(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetOIDCKeys request
	GetOIDCKeys(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineVariablesForWorkspace request
	GetPipelineVariablesForWorkspace(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// CreatePipelineVariableForWorkspaceWithBody request with any body
	CreatePipelineVariableForWorkspaceWithBody(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	CreatePipelineVariableForWorkspace(ctx context.Context, workspace string, body CreatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeletePipelineVariableForWorkspace request
	DeletePipelineVariableForWorkspace(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetPipelineVariableForWorkspace request
	GetPipelineVariableForWorkspace(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// UpdatePipelineVariableForWorkspaceWithBody request with any body
	UpdatePipelineVariableForWorkspaceWithBody(ctx context.Context, workspace string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	UpdatePipelineVariableForWorkspace(ctx context.Context, workspace string, variableUuid string, body UpdatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjects request
	GetWorkspacesWorkspaceProjects(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostWorkspacesWorkspaceProjectsWithBody request with any body
	PostWorkspacesWorkspaceProjectsWithBody(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostWorkspacesWorkspaceProjects(ctx context.Context, workspace string, body PostWorkspacesWorkspaceProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKey request
	DeleteWorkspacesWorkspaceProjectsProjectKey(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKey request
	GetWorkspacesWorkspaceProjectsProjectKey(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyWithBody request with any body
	PutWorkspacesWorkspaceProjectsProjectKeyWithBody(ctx context.Context, workspace string, projectKey string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutWorkspacesWorkspaceProjectsProjectKey(ctx context.Context, workspace string, projectKey string, body PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyBranchingModel request
	GetWorkspacesWorkspaceProjectsProjectKeyBranchingModel(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings request
	GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings request
	PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettings(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewers request
	GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewers(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser request
	DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser request
	GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser request
	PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUser(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDeployKeys request
	GetWorkspacesWorkspaceProjectsProjectKeyDeployKeys(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostWorkspacesWorkspaceProjectsProjectKeyDeployKeys request
	PostWorkspacesWorkspaceProjectsProjectKeyDeployKeys(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId request
	DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId request
	GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyId(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroups request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroups(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug request
	DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBody request with any body
	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBody(ctx context.Context, workspace string, projectKey string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug(ctx context.Context, workspace string, projectKey string, groupSlug string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsers request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsers(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId request
	DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBody request with any body
	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBody(ctx context.Context, workspace string, projectKey string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId(ctx context.Context, workspace string, projectKey string, selectedUserId string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetWorkspacesWorkspacePullrequestsSelectedUser request
	GetWorkspacesWorkspacePullrequestsSelectedUser(ctx context.Context, workspace string, selectedUser string, params *GetWorkspacesWorkspacePullrequestsSelectedUserParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// SearchWorkspace request
	SearchWorkspace(ctx context.Context, workspace string, params *SearchWorkspaceParams, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

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) BulkCreateOrUpdateAnnotationsWithBodyWithResponse

func (c *ClientWithResponses) BulkCreateOrUpdateAnnotationsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateOrUpdateAnnotationsResponse, error)

BulkCreateOrUpdateAnnotationsWithBodyWithResponse request with arbitrary body returning *BulkCreateOrUpdateAnnotationsResponse

func (*ClientWithResponses) BulkCreateOrUpdateAnnotationsWithResponse

func (c *ClientWithResponses) BulkCreateOrUpdateAnnotationsWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body BulkCreateOrUpdateAnnotationsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateOrUpdateAnnotationsResponse, error)

func (*ClientWithResponses) CreateDeploymentVariableWithBodyWithResponse

func (c *ClientWithResponses) CreateDeploymentVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDeploymentVariableResponse, error)

CreateDeploymentVariableWithBodyWithResponse request with arbitrary body returning *CreateDeploymentVariableResponse

func (*ClientWithResponses) CreateDeploymentVariableWithResponse

func (c *ClientWithResponses) CreateDeploymentVariableWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, body CreateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDeploymentVariableResponse, error)

func (*ClientWithResponses) CreateEnvironmentWithBodyWithResponse

func (c *ClientWithResponses) CreateEnvironmentWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEnvironmentResponse, error)

CreateEnvironmentWithBodyWithResponse request with arbitrary body returning *CreateEnvironmentResponse

func (*ClientWithResponses) CreateEnvironmentWithResponse

func (c *ClientWithResponses) CreateEnvironmentWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateEnvironmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEnvironmentResponse, error)

func (*ClientWithResponses) CreateOrUpdateAnnotationWithBodyWithResponse

func (c *ClientWithResponses) CreateOrUpdateAnnotationWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOrUpdateAnnotationResponse, error)

CreateOrUpdateAnnotationWithBodyWithResponse request with arbitrary body returning *CreateOrUpdateAnnotationResponse

func (*ClientWithResponses) CreateOrUpdateAnnotationWithResponse

func (c *ClientWithResponses) CreateOrUpdateAnnotationWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, body CreateOrUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOrUpdateAnnotationResponse, error)

func (*ClientWithResponses) CreateOrUpdateReportWithBodyWithResponse

func (c *ClientWithResponses) CreateOrUpdateReportWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOrUpdateReportResponse, error)

CreateOrUpdateReportWithBodyWithResponse request with arbitrary body returning *CreateOrUpdateReportResponse

func (*ClientWithResponses) CreateOrUpdateReportWithResponse

func (c *ClientWithResponses) CreateOrUpdateReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body CreateOrUpdateReportJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOrUpdateReportResponse, error)

func (*ClientWithResponses) CreatePipelineForRepositoryWithBodyWithResponse

func (c *ClientWithResponses) CreatePipelineForRepositoryWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineForRepositoryResponse, error)

CreatePipelineForRepositoryWithBodyWithResponse request with arbitrary body returning *CreatePipelineForRepositoryResponse

func (*ClientWithResponses) CreatePipelineForRepositoryWithResponse

func (c *ClientWithResponses) CreatePipelineForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, body CreatePipelineForRepositoryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineForRepositoryResponse, error)

func (*ClientWithResponses) CreatePipelineVariableForTeamWithBodyWithResponse

func (c *ClientWithResponses) CreatePipelineVariableForTeamWithBodyWithResponse(ctx context.Context, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForTeamResponse, error)

CreatePipelineVariableForTeamWithBodyWithResponse request with arbitrary body returning *CreatePipelineVariableForTeamResponse

func (*ClientWithResponses) CreatePipelineVariableForTeamWithResponse

func (c *ClientWithResponses) CreatePipelineVariableForTeamWithResponse(ctx context.Context, username string, body CreatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForTeamResponse, error)

func (*ClientWithResponses) CreatePipelineVariableForUserWithBodyWithResponse

func (c *ClientWithResponses) CreatePipelineVariableForUserWithBodyWithResponse(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForUserResponse, error)

CreatePipelineVariableForUserWithBodyWithResponse request with arbitrary body returning *CreatePipelineVariableForUserResponse

func (*ClientWithResponses) CreatePipelineVariableForUserWithResponse

func (c *ClientWithResponses) CreatePipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, body CreatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForUserResponse, error)

func (*ClientWithResponses) CreatePipelineVariableForWorkspaceWithBodyWithResponse

func (c *ClientWithResponses) CreatePipelineVariableForWorkspaceWithBodyWithResponse(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForWorkspaceResponse, error)

CreatePipelineVariableForWorkspaceWithBodyWithResponse request with arbitrary body returning *CreatePipelineVariableForWorkspaceResponse

func (*ClientWithResponses) CreatePipelineVariableForWorkspaceWithResponse

func (c *ClientWithResponses) CreatePipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, body CreatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForWorkspaceResponse, error)

func (*ClientWithResponses) CreateRepositoryPipelineKnownHostWithBodyWithResponse

func (c *ClientWithResponses) CreateRepositoryPipelineKnownHostWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineKnownHostResponse, error)

CreateRepositoryPipelineKnownHostWithBodyWithResponse request with arbitrary body returning *CreateRepositoryPipelineKnownHostResponse

func (*ClientWithResponses) CreateRepositoryPipelineKnownHostWithResponse

func (c *ClientWithResponses) CreateRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineKnownHostResponse, error)

func (*ClientWithResponses) CreateRepositoryPipelineScheduleWithBodyWithResponse

func (c *ClientWithResponses) CreateRepositoryPipelineScheduleWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineScheduleResponse, error)

CreateRepositoryPipelineScheduleWithBodyWithResponse request with arbitrary body returning *CreateRepositoryPipelineScheduleResponse

func (*ClientWithResponses) CreateRepositoryPipelineScheduleWithResponse

func (c *ClientWithResponses) CreateRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineScheduleResponse, error)

func (*ClientWithResponses) CreateRepositoryPipelineVariableWithBodyWithResponse

func (c *ClientWithResponses) CreateRepositoryPipelineVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineVariableResponse, error)

CreateRepositoryPipelineVariableWithBodyWithResponse request with arbitrary body returning *CreateRepositoryPipelineVariableResponse

func (*ClientWithResponses) CreateRepositoryPipelineVariableWithResponse

func (c *ClientWithResponses) CreateRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineVariableResponse, error)

func (*ClientWithResponses) DeleteAddonLinkersLinkerKeyValuesValueIdWithResponse

func (c *ClientWithResponses) DeleteAddonLinkersLinkerKeyValuesValueIdWithResponse(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*DeleteAddonLinkersLinkerKeyValuesValueIdResponse, error)

DeleteAddonLinkersLinkerKeyValuesValueIdWithResponse request returning *DeleteAddonLinkersLinkerKeyValuesValueIdResponse

func (*ClientWithResponses) DeleteAddonLinkersLinkerKeyValuesWithResponse

func (c *ClientWithResponses) DeleteAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*DeleteAddonLinkersLinkerKeyValuesResponse, error)

DeleteAddonLinkersLinkerKeyValuesWithResponse request returning *DeleteAddonLinkersLinkerKeyValuesResponse

func (*ClientWithResponses) DeleteAddonWithResponse

func (c *ClientWithResponses) DeleteAddonWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeleteAddonResponse, error)

DeleteAddonWithResponse request returning *DeleteAddonResponse

func (*ClientWithResponses) DeleteAnnotationWithResponse

func (c *ClientWithResponses) DeleteAnnotationWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*DeleteAnnotationResponse, error)

DeleteAnnotationWithResponse request returning *DeleteAnnotationResponse

func (*ClientWithResponses) DeleteCommitHostedPropertyValueWithResponse

func (c *ClientWithResponses) DeleteCommitHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeleteCommitHostedPropertyValueResponse, error)

DeleteCommitHostedPropertyValueWithResponse request returning *DeleteCommitHostedPropertyValueResponse

func (*ClientWithResponses) DeleteDeploymentVariableWithResponse

func (c *ClientWithResponses) DeleteDeploymentVariableWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, reqEditors ...RequestEditorFn) (*DeleteDeploymentVariableResponse, error)

DeleteDeploymentVariableWithResponse request returning *DeleteDeploymentVariableResponse

func (*ClientWithResponses) DeleteEnvironmentForRepositoryWithResponse

func (c *ClientWithResponses) DeleteEnvironmentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*DeleteEnvironmentForRepositoryResponse, error)

DeleteEnvironmentForRepositoryWithResponse request returning *DeleteEnvironmentForRepositoryResponse

func (*ClientWithResponses) DeletePipelineVariableForTeamWithResponse

func (c *ClientWithResponses) DeletePipelineVariableForTeamWithResponse(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*DeletePipelineVariableForTeamResponse, error)

DeletePipelineVariableForTeamWithResponse request returning *DeletePipelineVariableForTeamResponse

func (*ClientWithResponses) DeletePipelineVariableForUserWithResponse

func (c *ClientWithResponses) DeletePipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*DeletePipelineVariableForUserResponse, error)

DeletePipelineVariableForUserWithResponse request returning *DeletePipelineVariableForUserResponse

func (*ClientWithResponses) DeletePipelineVariableForWorkspaceWithResponse

func (c *ClientWithResponses) DeletePipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*DeletePipelineVariableForWorkspaceResponse, error)

DeletePipelineVariableForWorkspaceWithResponse request returning *DeletePipelineVariableForWorkspaceResponse

func (*ClientWithResponses) DeletePullRequestHostedPropertyValueWithResponse

func (c *ClientWithResponses) DeletePullRequestHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeletePullRequestHostedPropertyValueResponse, error)

DeletePullRequestHostedPropertyValueWithResponse request returning *DeletePullRequestHostedPropertyValueResponse

func (*ClientWithResponses) DeleteReportWithResponse

func (c *ClientWithResponses) DeleteReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*DeleteReportResponse, error)

DeleteReportWithResponse request returning *DeleteReportResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse, error)

DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse, error)

DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugHooksUidWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugHooksUidWithResponse(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

DeleteRepositoriesWorkspaceRepoSlugHooksUidWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse, error)

DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse, error)

DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse, error)

DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse, error)

DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse, error)

DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse, error)

DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse

func (*ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugWithResponse

func (c *ClientWithResponses) DeleteRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoriesWorkspaceRepoSlugParams, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugResponse, error)

DeleteRepositoriesWorkspaceRepoSlugWithResponse request returning *DeleteRepositoriesWorkspaceRepoSlugResponse

func (*ClientWithResponses) DeleteRepositoryHostedPropertyValueWithResponse

func (c *ClientWithResponses) DeleteRepositoryHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeleteRepositoryHostedPropertyValueResponse, error)

DeleteRepositoryHostedPropertyValueWithResponse request returning *DeleteRepositoryHostedPropertyValueResponse

func (*ClientWithResponses) DeleteRepositoryPipelineCacheWithResponse

func (c *ClientWithResponses) DeleteRepositoryPipelineCacheWithResponse(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineCacheResponse, error)

DeleteRepositoryPipelineCacheWithResponse request returning *DeleteRepositoryPipelineCacheResponse

func (*ClientWithResponses) DeleteRepositoryPipelineCachesWithResponse

func (c *ClientWithResponses) DeleteRepositoryPipelineCachesWithResponse(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoryPipelineCachesParams, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineCachesResponse, error)

DeleteRepositoryPipelineCachesWithResponse request returning *DeleteRepositoryPipelineCachesResponse

func (*ClientWithResponses) DeleteRepositoryPipelineKeyPairWithResponse

func (c *ClientWithResponses) DeleteRepositoryPipelineKeyPairWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineKeyPairResponse, error)

DeleteRepositoryPipelineKeyPairWithResponse request returning *DeleteRepositoryPipelineKeyPairResponse

func (*ClientWithResponses) DeleteRepositoryPipelineKnownHostWithResponse

func (c *ClientWithResponses) DeleteRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineKnownHostResponse, error)

DeleteRepositoryPipelineKnownHostWithResponse request returning *DeleteRepositoryPipelineKnownHostResponse

func (*ClientWithResponses) DeleteRepositoryPipelineScheduleWithResponse

func (c *ClientWithResponses) DeleteRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineScheduleResponse, error)

DeleteRepositoryPipelineScheduleWithResponse request returning *DeleteRepositoryPipelineScheduleResponse

func (*ClientWithResponses) DeleteRepositoryPipelineVariableWithResponse

func (c *ClientWithResponses) DeleteRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineVariableResponse, error)

DeleteRepositoryPipelineVariableWithResponse request returning *DeleteRepositoryPipelineVariableResponse

func (*ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse request returning *DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

func (*ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdNodeIdWithResponse

func (c *ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdNodeIdWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdNodeIdResponse, error)

DeleteSnippetsWorkspaceEncodedIdNodeIdWithResponse request returning *DeleteSnippetsWorkspaceEncodedIdNodeIdResponse

func (*ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdWatchWithResponse

func (c *ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdWatchWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdWatchResponse, error)

DeleteSnippetsWorkspaceEncodedIdWatchWithResponse request returning *DeleteSnippetsWorkspaceEncodedIdWatchResponse

func (*ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdWithResponse

func (c *ClientWithResponses) DeleteSnippetsWorkspaceEncodedIdWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdResponse, error)

DeleteSnippetsWorkspaceEncodedIdWithResponse request returning *DeleteSnippetsWorkspaceEncodedIdResponse

func (*ClientWithResponses) DeleteUserHostedPropertyValueWithResponse

func (c *ClientWithResponses) DeleteUserHostedPropertyValueWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeleteUserHostedPropertyValueResponse, error)

DeleteUserHostedPropertyValueWithResponse request returning *DeleteUserHostedPropertyValueResponse

func (*ClientWithResponses) DeleteUsersSelectedUserGpgKeysFingerprintWithResponse

func (c *ClientWithResponses) DeleteUsersSelectedUserGpgKeysFingerprintWithResponse(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*DeleteUsersSelectedUserGpgKeysFingerprintResponse, error)

DeleteUsersSelectedUserGpgKeysFingerprintWithResponse request returning *DeleteUsersSelectedUserGpgKeysFingerprintResponse

func (*ClientWithResponses) DeleteUsersSelectedUserSshKeysKeyIdWithResponse

func (c *ClientWithResponses) DeleteUsersSelectedUserSshKeysKeyIdWithResponse(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*DeleteUsersSelectedUserSshKeysKeyIdResponse, error)

DeleteUsersSelectedUserSshKeysKeyIdWithResponse request returning *DeleteUsersSelectedUserSshKeysKeyIdResponse

func (*ClientWithResponses) DeleteWorkspacesWorkspaceHooksUidWithResponse

func (c *ClientWithResponses) DeleteWorkspacesWorkspaceHooksUidWithResponse(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceHooksUidResponse, error)

DeleteWorkspacesWorkspaceHooksUidWithResponse request returning *DeleteWorkspacesWorkspaceHooksUidResponse

func (*ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse

func (c *ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse request returning *DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

func (*ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse

func (c *ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse, error)

DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse request returning *DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse

func (*ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse

func (c *ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse request returning *DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

func (*ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse

func (c *ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse request returning *DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

func (*ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyWithResponse

func (c *ClientWithResponses) DeleteWorkspacesWorkspaceProjectsProjectKeyWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyResponse, error)

DeleteWorkspacesWorkspaceProjectsProjectKeyWithResponse request returning *DeleteWorkspacesWorkspaceProjectsProjectKeyResponse

func (*ClientWithResponses) GetAddonLinkersLinkerKeyValuesValueIdWithResponse

func (c *ClientWithResponses) GetAddonLinkersLinkerKeyValuesValueIdWithResponse(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*GetAddonLinkersLinkerKeyValuesValueIdResponse, error)

GetAddonLinkersLinkerKeyValuesValueIdWithResponse request returning *GetAddonLinkersLinkerKeyValuesValueIdResponse

func (*ClientWithResponses) GetAddonLinkersLinkerKeyValuesWithResponse

func (c *ClientWithResponses) GetAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*GetAddonLinkersLinkerKeyValuesResponse, error)

GetAddonLinkersLinkerKeyValuesWithResponse request returning *GetAddonLinkersLinkerKeyValuesResponse

func (*ClientWithResponses) GetAddonLinkersLinkerKeyWithResponse

func (c *ClientWithResponses) GetAddonLinkersLinkerKeyWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*GetAddonLinkersLinkerKeyResponse, error)

GetAddonLinkersLinkerKeyWithResponse request returning *GetAddonLinkersLinkerKeyResponse

func (*ClientWithResponses) GetAddonLinkersWithResponse

func (c *ClientWithResponses) GetAddonLinkersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAddonLinkersResponse, error)

GetAddonLinkersWithResponse request returning *GetAddonLinkersResponse

func (*ClientWithResponses) GetAnnotationWithResponse

func (c *ClientWithResponses) GetAnnotationWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*GetAnnotationResponse, error)

GetAnnotationWithResponse request returning *GetAnnotationResponse

func (*ClientWithResponses) GetAnnotationsForReportWithResponse

func (c *ClientWithResponses) GetAnnotationsForReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*GetAnnotationsForReportResponse, error)

GetAnnotationsForReportWithResponse request returning *GetAnnotationsForReportResponse

func (*ClientWithResponses) GetCommitHostedPropertyValueWithResponse

func (c *ClientWithResponses) GetCommitHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*GetCommitHostedPropertyValueResponse, error)

GetCommitHostedPropertyValueWithResponse request returning *GetCommitHostedPropertyValueResponse

func (*ClientWithResponses) GetDeploymentForRepositoryWithResponse

func (c *ClientWithResponses) GetDeploymentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, deploymentUuid string, reqEditors ...RequestEditorFn) (*GetDeploymentForRepositoryResponse, error)

GetDeploymentForRepositoryWithResponse request returning *GetDeploymentForRepositoryResponse

func (*ClientWithResponses) GetDeploymentVariablesWithResponse

func (c *ClientWithResponses) GetDeploymentVariablesWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*GetDeploymentVariablesResponse, error)

GetDeploymentVariablesWithResponse request returning *GetDeploymentVariablesResponse

func (*ClientWithResponses) GetDeploymentsForRepositoryWithResponse

func (c *ClientWithResponses) GetDeploymentsForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetDeploymentsForRepositoryResponse, error)

GetDeploymentsForRepositoryWithResponse request returning *GetDeploymentsForRepositoryResponse

func (*ClientWithResponses) GetEnvironmentForRepositoryWithResponse

func (c *ClientWithResponses) GetEnvironmentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*GetEnvironmentForRepositoryResponse, error)

GetEnvironmentForRepositoryWithResponse request returning *GetEnvironmentForRepositoryResponse

func (*ClientWithResponses) GetEnvironmentsForRepositoryWithResponse

func (c *ClientWithResponses) GetEnvironmentsForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetEnvironmentsForRepositoryResponse, error)

GetEnvironmentsForRepositoryWithResponse request returning *GetEnvironmentsForRepositoryResponse

func (*ClientWithResponses) GetHookEventsSubjectTypeWithResponse

func (c *ClientWithResponses) GetHookEventsSubjectTypeWithResponse(ctx context.Context, subjectType string, reqEditors ...RequestEditorFn) (*GetHookEventsSubjectTypeResponse, error)

GetHookEventsSubjectTypeWithResponse request returning *GetHookEventsSubjectTypeResponse

func (*ClientWithResponses) GetHookEventsWithResponse

func (c *ClientWithResponses) GetHookEventsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetHookEventsResponse, error)

GetHookEventsWithResponse request returning *GetHookEventsResponse

func (*ClientWithResponses) GetOIDCConfigurationWithResponse

func (c *ClientWithResponses) GetOIDCConfigurationWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetOIDCConfigurationResponse, error)

GetOIDCConfigurationWithResponse request returning *GetOIDCConfigurationResponse

func (*ClientWithResponses) GetOIDCKeysWithResponse

func (c *ClientWithResponses) GetOIDCKeysWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetOIDCKeysResponse, error)

GetOIDCKeysWithResponse request returning *GetOIDCKeysResponse

func (*ClientWithResponses) GetPipelineContainerLogWithResponse

func (c *ClientWithResponses) GetPipelineContainerLogWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, logUuid string, reqEditors ...RequestEditorFn) (*GetPipelineContainerLogResponse, error)

GetPipelineContainerLogWithResponse request returning *GetPipelineContainerLogResponse

func (*ClientWithResponses) GetPipelineForRepositoryWithResponse

func (c *ClientWithResponses) GetPipelineForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*GetPipelineForRepositoryResponse, error)

GetPipelineForRepositoryWithResponse request returning *GetPipelineForRepositoryResponse

func (*ClientWithResponses) GetPipelineStepForRepositoryWithResponse

func (c *ClientWithResponses) GetPipelineStepForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineStepForRepositoryResponse, error)

GetPipelineStepForRepositoryWithResponse request returning *GetPipelineStepForRepositoryResponse

func (*ClientWithResponses) GetPipelineStepLogForRepositoryWithResponse

func (c *ClientWithResponses) GetPipelineStepLogForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineStepLogForRepositoryResponse, error)

GetPipelineStepLogForRepositoryWithResponse request returning *GetPipelineStepLogForRepositoryResponse

func (*ClientWithResponses) GetPipelineStepsForRepositoryWithResponse

func (c *ClientWithResponses) GetPipelineStepsForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*GetPipelineStepsForRepositoryResponse, error)

GetPipelineStepsForRepositoryWithResponse request returning *GetPipelineStepsForRepositoryResponse

func (*ClientWithResponses) GetPipelineTestReportTestCaseReasonsWithResponse

func (c *ClientWithResponses) GetPipelineTestReportTestCaseReasonsWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, testCaseUuid string, reqEditors ...RequestEditorFn) (*GetPipelineTestReportTestCaseReasonsResponse, error)

GetPipelineTestReportTestCaseReasonsWithResponse request returning *GetPipelineTestReportTestCaseReasonsResponse

func (*ClientWithResponses) GetPipelineTestReportTestCasesWithResponse

func (c *ClientWithResponses) GetPipelineTestReportTestCasesWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineTestReportTestCasesResponse, error)

GetPipelineTestReportTestCasesWithResponse request returning *GetPipelineTestReportTestCasesResponse

func (*ClientWithResponses) GetPipelineTestReportsWithResponse

func (c *ClientWithResponses) GetPipelineTestReportsWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineTestReportsResponse, error)

GetPipelineTestReportsWithResponse request returning *GetPipelineTestReportsResponse

func (*ClientWithResponses) GetPipelineVariableForTeamWithResponse

func (c *ClientWithResponses) GetPipelineVariableForTeamWithResponse(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*GetPipelineVariableForTeamResponse, error)

GetPipelineVariableForTeamWithResponse request returning *GetPipelineVariableForTeamResponse

func (*ClientWithResponses) GetPipelineVariableForUserWithResponse

func (c *ClientWithResponses) GetPipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*GetPipelineVariableForUserResponse, error)

GetPipelineVariableForUserWithResponse request returning *GetPipelineVariableForUserResponse

func (*ClientWithResponses) GetPipelineVariableForWorkspaceWithResponse

func (c *ClientWithResponses) GetPipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*GetPipelineVariableForWorkspaceResponse, error)

GetPipelineVariableForWorkspaceWithResponse request returning *GetPipelineVariableForWorkspaceResponse

func (*ClientWithResponses) GetPipelineVariablesForTeamWithResponse

func (c *ClientWithResponses) GetPipelineVariablesForTeamWithResponse(ctx context.Context, username string, reqEditors ...RequestEditorFn) (*GetPipelineVariablesForTeamResponse, error)

GetPipelineVariablesForTeamWithResponse request returning *GetPipelineVariablesForTeamResponse

func (*ClientWithResponses) GetPipelineVariablesForUserWithResponse

func (c *ClientWithResponses) GetPipelineVariablesForUserWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetPipelineVariablesForUserResponse, error)

GetPipelineVariablesForUserWithResponse request returning *GetPipelineVariablesForUserResponse

func (*ClientWithResponses) GetPipelineVariablesForWorkspaceWithResponse

func (c *ClientWithResponses) GetPipelineVariablesForWorkspaceWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetPipelineVariablesForWorkspaceResponse, error)

GetPipelineVariablesForWorkspaceWithResponse request returning *GetPipelineVariablesForWorkspaceResponse

func (*ClientWithResponses) GetPipelinesForRepositoryWithResponse

func (c *ClientWithResponses) GetPipelinesForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetPipelinesForRepositoryParams, reqEditors ...RequestEditorFn) (*GetPipelinesForRepositoryResponse, error)

GetPipelinesForRepositoryWithResponse request returning *GetPipelinesForRepositoryResponse

func (*ClientWithResponses) GetPullRequestHostedPropertyValueWithResponse

func (c *ClientWithResponses) GetPullRequestHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*GetPullRequestHostedPropertyValueResponse, error)

GetPullRequestHostedPropertyValueWithResponse request returning *GetPullRequestHostedPropertyValueResponse

func (*ClientWithResponses) GetPullrequestsForCommitWithResponse

func (c *ClientWithResponses) GetPullrequestsForCommitWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, params *GetPullrequestsForCommitParams, reqEditors ...RequestEditorFn) (*GetPullrequestsForCommitResponse, error)

GetPullrequestsForCommitWithResponse request returning *GetPullrequestsForCommitResponse

func (*ClientWithResponses) GetReportWithResponse

func (c *ClientWithResponses) GetReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*GetReportResponse, error)

GetReportWithResponse request returning *GetReportResponse

func (*ClientWithResponses) GetReportsForCommitWithResponse

func (c *ClientWithResponses) GetReportsForCommitWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*GetReportsForCommitResponse, error)

GetReportsForCommitWithResponse request returning *GetReportsForCommitResponse

func (*ClientWithResponses) GetRepositoriesWithResponse

func (c *ClientWithResponses) GetRepositoriesWithResponse(ctx context.Context, params *GetRepositoriesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesResponse, error)

GetRepositoriesWithResponse request returning *GetRepositoriesResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse, error)

GetRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse, error)

GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchingModelWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugBranchingModelWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchingModelResponse, error)

GetRepositoriesWorkspaceRepoSlugBranchingModelWithResponse request returning *GetRepositoriesWorkspaceRepoSlugBranchingModelResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse, error)

GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, key string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse, error)

GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse request returning *GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse, error)

GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesWithResponse request returning *GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitCommitWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitResponse, error)

GetRepositoriesWorkspaceRepoSlugCommitCommitWithResponse request returning *GetRepositoriesWorkspaceRepoSlugCommitCommitResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse, error)

GetRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse request returning *GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugCommitsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitsResponse, error)

GetRepositoriesWorkspaceRepoSlugCommitsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugCommitsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugComponentsComponentIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugComponentsComponentIdWithResponse(ctx context.Context, workspace string, repoSlug string, componentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse, error)

GetRepositoriesWorkspaceRepoSlugComponentsComponentIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugComponentsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugComponentsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugComponentsResponse, error)

GetRepositoriesWorkspaceRepoSlugComponentsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugComponentsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDefaultReviewersWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDefaultReviewersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse, error)

GetRepositoriesWorkspaceRepoSlugDefaultReviewersWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDeployKeysWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDeployKeysWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDeployKeysResponse, error)

GetRepositoriesWorkspaceRepoSlugDeployKeysWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDeployKeysResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDiffSpecWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDiffSpecWithResponse(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffSpecParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDiffSpecResponse, error)

GetRepositoriesWorkspaceRepoSlugDiffSpecWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDiffSpecResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDiffstatSpecWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDiffstatSpecWithResponse(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse, error)

GetRepositoriesWorkspaceRepoSlugDiffstatSpecWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse, error)

GetRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDownloadsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugDownloadsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDownloadsResponse, error)

GetRepositoriesWorkspaceRepoSlugDownloadsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugDownloadsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse, error)

GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelWithResponse request returning *GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse, error)

GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersWithResponse request returning *GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse, error)

GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathWithResponse request returning *GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugForksWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugForksWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugForksParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugForksResponse, error)

GetRepositoriesWorkspaceRepoSlugForksWithResponse request returning *GetRepositoriesWorkspaceRepoSlugForksResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugHooksUidWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugHooksUidWithResponse(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

GetRepositoriesWorkspaceRepoSlugHooksUidWithResponse request returning *GetRepositoriesWorkspaceRepoSlugHooksUidResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugHooksWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugHooksWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugHooksResponse, error)

GetRepositoriesWorkspaceRepoSlugHooksWithResponse request returning *GetRepositoriesWorkspaceRepoSlugHooksResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipWithResponse(ctx context.Context, workspace string, repoSlug string, repoName string, taskId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesImportWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesImportWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesImportResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesImportWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesImportResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, changeId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugIssuesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesResponse, error)

GetRepositoriesWorkspaceRepoSlugIssuesWithResponse request returning *GetRepositoriesWorkspaceRepoSlugIssuesResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecWithResponse(ctx context.Context, workspace string, repoSlug string, revspec string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse, error)

GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecWithResponse request returning *GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdWithResponse(ctx context.Context, workspace string, repoSlug string, milestoneId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse, error)

GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugMilestonesWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugMilestonesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugMilestonesResponse, error)

GetRepositoriesWorkspaceRepoSlugMilestonesWithResponse request returning *GetRepositoriesWorkspaceRepoSlugMilestonesResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse, error)

GetRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPatchSpecWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPatchSpecWithResponse(ctx context.Context, workspace string, repoSlug string, spec string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPatchSpecResponse, error)

GetRepositoriesWorkspaceRepoSlugPatchSpecWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPatchSpecResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse, error)

GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse, error)

GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsActivityWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsActivityWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsActivityWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugPullrequestsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugPullrequestsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

GetRepositoriesWorkspaceRepoSlugPullrequestsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugPullrequestsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse, error)

GetRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse request returning *GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsBranchesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse, error)

GetRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse request returning *GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse, error)

GetRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse request returning *GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsTagsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsTagsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsTagsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

GetRepositoriesWorkspaceRepoSlugRefsTagsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugRefsTagsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugRefsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsResponse, error)

GetRepositoriesWorkspaceRepoSlugRefsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugRefsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugSrcCommitPathWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugSrcCommitPathWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse, error)

GetRepositoriesWorkspaceRepoSlugSrcCommitPathWithResponse request returning *GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugSrcWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugSrcWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugSrcResponse, error)

GetRepositoriesWorkspaceRepoSlugSrcWithResponse request returning *GetRepositoriesWorkspaceRepoSlugSrcResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugVersionsVersionIdWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugVersionsVersionIdWithResponse(ctx context.Context, workspace string, repoSlug string, versionId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse, error)

GetRepositoriesWorkspaceRepoSlugVersionsVersionIdWithResponse request returning *GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugVersionsWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugVersionsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugVersionsResponse, error)

GetRepositoriesWorkspaceRepoSlugVersionsWithResponse request returning *GetRepositoriesWorkspaceRepoSlugVersionsResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugWatchersWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugWatchersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugWatchersResponse, error)

GetRepositoriesWorkspaceRepoSlugWatchersWithResponse request returning *GetRepositoriesWorkspaceRepoSlugWatchersResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceRepoSlugWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugResponse, error)

GetRepositoriesWorkspaceRepoSlugWithResponse request returning *GetRepositoriesWorkspaceRepoSlugResponse

func (*ClientWithResponses) GetRepositoriesWorkspaceWithResponse

func (c *ClientWithResponses) GetRepositoriesWorkspaceWithResponse(ctx context.Context, workspace string, params *GetRepositoriesWorkspaceParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceResponse, error)

GetRepositoriesWorkspaceWithResponse request returning *GetRepositoriesWorkspaceResponse

func (*ClientWithResponses) GetRepositoryHostedPropertyValueWithResponse

func (c *ClientWithResponses) GetRepositoryHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*GetRepositoryHostedPropertyValueResponse, error)

GetRepositoryHostedPropertyValueWithResponse request returning *GetRepositoryHostedPropertyValueResponse

func (*ClientWithResponses) GetRepositoryPipelineCacheContentURIWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineCacheContentURIWithResponse(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineCacheContentURIResponse, error)

GetRepositoryPipelineCacheContentURIWithResponse request returning *GetRepositoryPipelineCacheContentURIResponse

func (*ClientWithResponses) GetRepositoryPipelineCachesWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineCachesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineCachesResponse, error)

GetRepositoryPipelineCachesWithResponse request returning *GetRepositoryPipelineCachesResponse

func (*ClientWithResponses) GetRepositoryPipelineConfigWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineConfigWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineConfigResponse, error)

GetRepositoryPipelineConfigWithResponse request returning *GetRepositoryPipelineConfigResponse

func (*ClientWithResponses) GetRepositoryPipelineKnownHostWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineKnownHostResponse, error)

GetRepositoryPipelineKnownHostWithResponse request returning *GetRepositoryPipelineKnownHostResponse

func (*ClientWithResponses) GetRepositoryPipelineKnownHostsWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineKnownHostsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineKnownHostsResponse, error)

GetRepositoryPipelineKnownHostsWithResponse request returning *GetRepositoryPipelineKnownHostsResponse

func (*ClientWithResponses) GetRepositoryPipelineScheduleExecutionsWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineScheduleExecutionsWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineScheduleExecutionsResponse, error)

GetRepositoryPipelineScheduleExecutionsWithResponse request returning *GetRepositoryPipelineScheduleExecutionsResponse

func (*ClientWithResponses) GetRepositoryPipelineScheduleWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineScheduleResponse, error)

GetRepositoryPipelineScheduleWithResponse request returning *GetRepositoryPipelineScheduleResponse

func (*ClientWithResponses) GetRepositoryPipelineSchedulesWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineSchedulesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineSchedulesResponse, error)

GetRepositoryPipelineSchedulesWithResponse request returning *GetRepositoryPipelineSchedulesResponse

func (*ClientWithResponses) GetRepositoryPipelineSshKeyPairWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineSshKeyPairWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineSshKeyPairResponse, error)

GetRepositoryPipelineSshKeyPairWithResponse request returning *GetRepositoryPipelineSshKeyPairResponse

func (*ClientWithResponses) GetRepositoryPipelineVariableWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineVariableResponse, error)

GetRepositoryPipelineVariableWithResponse request returning *GetRepositoryPipelineVariableResponse

func (*ClientWithResponses) GetRepositoryPipelineVariablesWithResponse

func (c *ClientWithResponses) GetRepositoryPipelineVariablesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineVariablesResponse, error)

GetRepositoryPipelineVariablesWithResponse request returning *GetRepositoryPipelineVariablesResponse

func (*ClientWithResponses) GetSnippetsWithResponse

func (c *ClientWithResponses) GetSnippetsWithResponse(ctx context.Context, params *GetSnippetsParams, reqEditors ...RequestEditorFn) (*GetSnippetsResponse, error)

GetSnippetsWithResponse request returning *GetSnippetsResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

GetSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse request returning *GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommentsWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommentsWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommentsResponse, error)

GetSnippetsWorkspaceEncodedIdCommentsWithResponse request returning *GetSnippetsWorkspaceEncodedIdCommentsResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommitsRevisionWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommitsRevisionWithResponse(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse, error)

GetSnippetsWorkspaceEncodedIdCommitsRevisionWithResponse request returning *GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommitsWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdCommitsWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommitsResponse, error)

GetSnippetsWorkspaceEncodedIdCommitsWithResponse request returning *GetSnippetsWorkspaceEncodedIdCommitsResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdFilesPathWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdFilesPathWithResponse(ctx context.Context, workspace string, encodedId string, path string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdFilesPathResponse, error)

GetSnippetsWorkspaceEncodedIdFilesPathWithResponse request returning *GetSnippetsWorkspaceEncodedIdFilesPathResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdNodeIdFilesPathWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdNodeIdFilesPathWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, path string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse, error)

GetSnippetsWorkspaceEncodedIdNodeIdFilesPathWithResponse request returning *GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdNodeIdWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdNodeIdWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdNodeIdResponse, error)

GetSnippetsWorkspaceEncodedIdNodeIdWithResponse request returning *GetSnippetsWorkspaceEncodedIdNodeIdResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdRevisionDiffWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdRevisionDiffWithResponse(ctx context.Context, workspace string, encodedId string, revision string, params *GetSnippetsWorkspaceEncodedIdRevisionDiffParams, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdRevisionDiffResponse, error)

GetSnippetsWorkspaceEncodedIdRevisionDiffWithResponse request returning *GetSnippetsWorkspaceEncodedIdRevisionDiffResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdRevisionPatchWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdRevisionPatchWithResponse(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdRevisionPatchResponse, error)

GetSnippetsWorkspaceEncodedIdRevisionPatchWithResponse request returning *GetSnippetsWorkspaceEncodedIdRevisionPatchResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdWatchWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdWatchWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdWatchResponse, error)

GetSnippetsWorkspaceEncodedIdWatchWithResponse request returning *GetSnippetsWorkspaceEncodedIdWatchResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdWatchersWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdWatchersWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdWatchersResponse, error)

GetSnippetsWorkspaceEncodedIdWatchersWithResponse request returning *GetSnippetsWorkspaceEncodedIdWatchersResponse

func (*ClientWithResponses) GetSnippetsWorkspaceEncodedIdWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceEncodedIdWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdResponse, error)

GetSnippetsWorkspaceEncodedIdWithResponse request returning *GetSnippetsWorkspaceEncodedIdResponse

func (*ClientWithResponses) GetSnippetsWorkspaceWithResponse

func (c *ClientWithResponses) GetSnippetsWorkspaceWithResponse(ctx context.Context, workspace string, params *GetSnippetsWorkspaceParams, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceResponse, error)

GetSnippetsWorkspaceWithResponse request returning *GetSnippetsWorkspaceResponse

func (*ClientWithResponses) GetUserEmailsEmailWithResponse

func (c *ClientWithResponses) GetUserEmailsEmailWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GetUserEmailsEmailResponse, error)

GetUserEmailsEmailWithResponse request returning *GetUserEmailsEmailResponse

func (*ClientWithResponses) GetUserEmailsWithResponse

func (c *ClientWithResponses) GetUserEmailsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserEmailsResponse, error)

GetUserEmailsWithResponse request returning *GetUserEmailsResponse

func (*ClientWithResponses) GetUserPermissionsRepositoriesWithResponse

func (c *ClientWithResponses) GetUserPermissionsRepositoriesWithResponse(ctx context.Context, params *GetUserPermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*GetUserPermissionsRepositoriesResponse, error)

GetUserPermissionsRepositoriesWithResponse request returning *GetUserPermissionsRepositoriesResponse

func (*ClientWithResponses) GetUserPermissionsWorkspacesWithResponse

func (c *ClientWithResponses) GetUserPermissionsWorkspacesWithResponse(ctx context.Context, params *GetUserPermissionsWorkspacesParams, reqEditors ...RequestEditorFn) (*GetUserPermissionsWorkspacesResponse, error)

GetUserPermissionsWorkspacesWithResponse request returning *GetUserPermissionsWorkspacesResponse

func (*ClientWithResponses) GetUserWithResponse

func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserResponse, error)

GetUserWithResponse request returning *GetUserResponse

func (*ClientWithResponses) GetUsersSelectedUserGpgKeysFingerprintWithResponse

func (c *ClientWithResponses) GetUsersSelectedUserGpgKeysFingerprintWithResponse(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserGpgKeysFingerprintResponse, error)

GetUsersSelectedUserGpgKeysFingerprintWithResponse request returning *GetUsersSelectedUserGpgKeysFingerprintResponse

func (*ClientWithResponses) GetUsersSelectedUserGpgKeysWithResponse

func (c *ClientWithResponses) GetUsersSelectedUserGpgKeysWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserGpgKeysResponse, error)

GetUsersSelectedUserGpgKeysWithResponse request returning *GetUsersSelectedUserGpgKeysResponse

func (*ClientWithResponses) GetUsersSelectedUserSshKeysKeyIdWithResponse

func (c *ClientWithResponses) GetUsersSelectedUserSshKeysKeyIdWithResponse(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserSshKeysKeyIdResponse, error)

GetUsersSelectedUserSshKeysKeyIdWithResponse request returning *GetUsersSelectedUserSshKeysKeyIdResponse

func (*ClientWithResponses) GetUsersSelectedUserSshKeysWithResponse

func (c *ClientWithResponses) GetUsersSelectedUserSshKeysWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserSshKeysResponse, error)

GetUsersSelectedUserSshKeysWithResponse request returning *GetUsersSelectedUserSshKeysResponse

func (*ClientWithResponses) GetUsersSelectedUserWithResponse

func (c *ClientWithResponses) GetUsersSelectedUserWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserResponse, error)

GetUsersSelectedUserWithResponse request returning *GetUsersSelectedUserResponse

func (*ClientWithResponses) GetWorkspacesWithResponse

func (c *ClientWithResponses) GetWorkspacesWithResponse(ctx context.Context, params *GetWorkspacesParams, reqEditors ...RequestEditorFn) (*GetWorkspacesResponse, error)

GetWorkspacesWithResponse request returning *GetWorkspacesResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceHooksUidWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceHooksUidWithResponse(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceHooksUidResponse, error)

GetWorkspacesWorkspaceHooksUidWithResponse request returning *GetWorkspacesWorkspaceHooksUidResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceHooksWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceHooksWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceHooksResponse, error)

GetWorkspacesWorkspaceHooksWithResponse request returning *GetWorkspacesWorkspaceHooksResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceMembersMemberWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceMembersMemberWithResponse(ctx context.Context, workspace string, member string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceMembersMemberResponse, error)

GetWorkspacesWorkspaceMembersMemberWithResponse request returning *GetWorkspacesWorkspaceMembersMemberResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceMembersWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceMembersWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceMembersResponse, error)

GetWorkspacesWorkspaceMembersWithResponse request returning *GetWorkspacesWorkspaceMembersResponse

func (*ClientWithResponses) GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse, error)

GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugWithResponse request returning *GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse

func (*ClientWithResponses) GetWorkspacesWorkspacePermissionsRepositoriesWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspacePermissionsRepositoriesWithResponse(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePermissionsRepositoriesResponse, error)

GetWorkspacesWorkspacePermissionsRepositoriesWithResponse request returning *GetWorkspacesWorkspacePermissionsRepositoriesResponse

func (*ClientWithResponses) GetWorkspacesWorkspacePermissionsWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspacePermissionsWithResponse(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePermissionsResponse, error)

GetWorkspacesWorkspacePermissionsWithResponse request returning *GetWorkspacesWorkspacePermissionsResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsProjectKeyWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyResponse, error)

GetWorkspacesWorkspaceProjectsProjectKeyWithResponse request returning *GetWorkspacesWorkspaceProjectsProjectKeyResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceProjectsWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceProjectsWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsResponse, error)

GetWorkspacesWorkspaceProjectsWithResponse request returning *GetWorkspacesWorkspaceProjectsResponse

func (*ClientWithResponses) GetWorkspacesWorkspacePullrequestsSelectedUserWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspacePullrequestsSelectedUserWithResponse(ctx context.Context, workspace string, selectedUser string, params *GetWorkspacesWorkspacePullrequestsSelectedUserParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePullrequestsSelectedUserResponse, error)

GetWorkspacesWorkspacePullrequestsSelectedUserWithResponse request returning *GetWorkspacesWorkspacePullrequestsSelectedUserResponse

func (*ClientWithResponses) GetWorkspacesWorkspaceWithResponse

func (c *ClientWithResponses) GetWorkspacesWorkspaceWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceResponse, error)

GetWorkspacesWorkspaceWithResponse request returning *GetWorkspacesWorkspaceResponse

func (*ClientWithResponses) PostAddonLinkersLinkerKeyValuesWithResponse

func (c *ClientWithResponses) PostAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*PostAddonLinkersLinkerKeyValuesResponse, error)

PostAddonLinkersLinkerKeyValuesWithResponse request returning *PostAddonLinkersLinkerKeyValuesResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse, error)

PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse, error)

PostRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse request returning *PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse, error)

PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse, error)

PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse, error)

PostRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse request returning *PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitsWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugCommitsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitsResponse, error)

PostRepositoriesWorkspaceRepoSlugCommitsWithResponse request returning *PostRepositoriesWorkspaceRepoSlugCommitsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugDeployKeysWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugDeployKeysWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugDeployKeysResponse, error)

PostRepositoriesWorkspaceRepoSlugDeployKeysWithResponse request returning *PostRepositoriesWorkspaceRepoSlugDeployKeysResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugDownloadsWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugDownloadsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugDownloadsResponse, error)

PostRepositoriesWorkspaceRepoSlugDownloadsWithResponse request returning *PostRepositoriesWorkspaceRepoSlugDownloadsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugForksWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugForksWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugForksResponse, error)

PostRepositoriesWorkspaceRepoSlugForksWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugForksResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugForksWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugForksWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugForksResponse, error)

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugHooksWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugHooksWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugHooksResponse, error)

PostRepositoriesWorkspaceRepoSlugHooksWithResponse request returning *PostRepositoriesWorkspaceRepoSlugHooksResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesExportWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesExportWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesExportResponse, error)

PostRepositoriesWorkspaceRepoSlugIssuesExportWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugIssuesExportResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesExportWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesExportWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesExportResponse, error)

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesImportWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesImportWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesImportResponse, error)

PostRepositoriesWorkspaceRepoSlugIssuesImportWithResponse request returning *PostRepositoriesWorkspaceRepoSlugIssuesImportResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse, error)

PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse request returning *PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse, error)

PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse, error)

PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesResponse, error)

PostRepositoriesWorkspaceRepoSlugIssuesWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugIssuesResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugIssuesWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesResponse, error)

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse request returning *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse request returning *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineWithResponse request returning *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse request returning *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

PostRepositoriesWorkspaceRepoSlugPullrequestsWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugPullrequestsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugPullrequestsWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse, error)

PostRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse request returning *PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugRefsTagsWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugRefsTagsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

PostRepositoriesWorkspaceRepoSlugRefsTagsWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugRefsTagsResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugRefsTagsWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugRefsTagsWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugSrcWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugSrcWithResponse(ctx context.Context, workspace string, repoSlug string, params *PostRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugSrcResponse, error)

PostRepositoriesWorkspaceRepoSlugSrcWithResponse request returning *PostRepositoriesWorkspaceRepoSlugSrcResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugWithBodyWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugResponse, error)

PostRepositoriesWorkspaceRepoSlugWithBodyWithResponse request with arbitrary body returning *PostRepositoriesWorkspaceRepoSlugResponse

func (*ClientWithResponses) PostRepositoriesWorkspaceRepoSlugWithResponse

func (c *ClientWithResponses) PostRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugResponse, error)

func (*ClientWithResponses) PostSnippetsWithBodyWithResponse

func (c *ClientWithResponses) PostSnippetsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSnippetsResponse, error)

PostSnippetsWithBodyWithResponse request with arbitrary body returning *PostSnippetsResponse

func (*ClientWithResponses) PostSnippetsWithResponse

func (c *ClientWithResponses) PostSnippetsWithResponse(ctx context.Context, body PostSnippetsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSnippetsResponse, error)

func (*ClientWithResponses) PostSnippetsWorkspaceEncodedIdCommentsWithBodyWithResponse

func (c *ClientWithResponses) PostSnippetsWorkspaceEncodedIdCommentsWithBodyWithResponse(ctx context.Context, workspace string, encodedId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceEncodedIdCommentsResponse, error)

PostSnippetsWorkspaceEncodedIdCommentsWithBodyWithResponse request with arbitrary body returning *PostSnippetsWorkspaceEncodedIdCommentsResponse

func (*ClientWithResponses) PostSnippetsWorkspaceEncodedIdCommentsWithResponse

func (c *ClientWithResponses) PostSnippetsWorkspaceEncodedIdCommentsWithResponse(ctx context.Context, workspace string, encodedId string, body PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceEncodedIdCommentsResponse, error)

func (*ClientWithResponses) PostSnippetsWorkspaceWithBodyWithResponse

func (c *ClientWithResponses) PostSnippetsWorkspaceWithBodyWithResponse(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceResponse, error)

PostSnippetsWorkspaceWithBodyWithResponse request with arbitrary body returning *PostSnippetsWorkspaceResponse

func (*ClientWithResponses) PostSnippetsWorkspaceWithResponse

func (c *ClientWithResponses) PostSnippetsWorkspaceWithResponse(ctx context.Context, workspace string, body PostSnippetsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceResponse, error)

func (*ClientWithResponses) PostUsersSelectedUserGpgKeysWithBodyWithResponse

func (c *ClientWithResponses) PostUsersSelectedUserGpgKeysWithBodyWithResponse(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostUsersSelectedUserGpgKeysResponse, error)

PostUsersSelectedUserGpgKeysWithBodyWithResponse request with arbitrary body returning *PostUsersSelectedUserGpgKeysResponse

func (*ClientWithResponses) PostUsersSelectedUserGpgKeysWithResponse

func (c *ClientWithResponses) PostUsersSelectedUserGpgKeysWithResponse(ctx context.Context, selectedUser string, body PostUsersSelectedUserGpgKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostUsersSelectedUserGpgKeysResponse, error)

func (*ClientWithResponses) PostUsersSelectedUserSshKeysWithBodyWithResponse

func (c *ClientWithResponses) PostUsersSelectedUserSshKeysWithBodyWithResponse(ctx context.Context, selectedUser string, params *PostUsersSelectedUserSshKeysParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostUsersSelectedUserSshKeysResponse, error)

PostUsersSelectedUserSshKeysWithBodyWithResponse request with arbitrary body returning *PostUsersSelectedUserSshKeysResponse

func (*ClientWithResponses) PostUsersSelectedUserSshKeysWithResponse

func (*ClientWithResponses) PostWorkspacesWorkspaceHooksWithResponse

func (c *ClientWithResponses) PostWorkspacesWorkspaceHooksWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceHooksResponse, error)

PostWorkspacesWorkspaceHooksWithResponse request returning *PostWorkspacesWorkspaceHooksResponse

func (*ClientWithResponses) PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse

func (c *ClientWithResponses) PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse, error)

PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse request returning *PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse

func (*ClientWithResponses) PostWorkspacesWorkspaceProjectsWithBodyWithResponse

func (c *ClientWithResponses) PostWorkspacesWorkspaceProjectsWithBodyWithResponse(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceProjectsResponse, error)

PostWorkspacesWorkspaceProjectsWithBodyWithResponse request with arbitrary body returning *PostWorkspacesWorkspaceProjectsResponse

func (*ClientWithResponses) PostWorkspacesWorkspaceProjectsWithResponse

func (c *ClientWithResponses) PostWorkspacesWorkspaceProjectsWithResponse(ctx context.Context, workspace string, body PostWorkspacesWorkspaceProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceProjectsResponse, error)

func (*ClientWithResponses) PutAddonLinkersLinkerKeyValuesWithResponse

func (c *ClientWithResponses) PutAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*PutAddonLinkersLinkerKeyValuesResponse, error)

PutAddonLinkersLinkerKeyValuesWithResponse request returning *PutAddonLinkersLinkerKeyValuesResponse

func (*ClientWithResponses) PutAddonWithResponse

func (c *ClientWithResponses) PutAddonWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PutAddonResponse, error)

PutAddonWithResponse request returning *PutAddonResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse, error)

PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse request returning *PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, body PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse, error)

PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse request returning *PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse request returning *PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugHooksUidWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugHooksUidWithResponse(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

PutRepositoriesWorkspaceRepoSlugHooksUidWithResponse request returning *PutRepositoriesWorkspaceRepoSlugHooksUidResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, body PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse request returning *PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse request returning *PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse request returning *PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse, error)

PutRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse request returning *PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugWithBodyWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugResponse, error)

PutRepositoriesWorkspaceRepoSlugWithBodyWithResponse request with arbitrary body returning *PutRepositoriesWorkspaceRepoSlugResponse

func (*ClientWithResponses) PutRepositoriesWorkspaceRepoSlugWithResponse

func (c *ClientWithResponses) PutRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, body PutRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugResponse, error)

func (*ClientWithResponses) PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBodyWithResponse

func (c *ClientWithResponses) PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBodyWithResponse request with arbitrary body returning *PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

func (*ClientWithResponses) PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse

func (c *ClientWithResponses) PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, body PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

func (*ClientWithResponses) PutSnippetsWorkspaceEncodedIdNodeIdWithResponse

func (c *ClientWithResponses) PutSnippetsWorkspaceEncodedIdNodeIdWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdNodeIdResponse, error)

PutSnippetsWorkspaceEncodedIdNodeIdWithResponse request returning *PutSnippetsWorkspaceEncodedIdNodeIdResponse

func (*ClientWithResponses) PutSnippetsWorkspaceEncodedIdWatchWithResponse

func (c *ClientWithResponses) PutSnippetsWorkspaceEncodedIdWatchWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdWatchResponse, error)

PutSnippetsWorkspaceEncodedIdWatchWithResponse request returning *PutSnippetsWorkspaceEncodedIdWatchResponse

func (*ClientWithResponses) PutSnippetsWorkspaceEncodedIdWithResponse

func (c *ClientWithResponses) PutSnippetsWorkspaceEncodedIdWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdResponse, error)

PutSnippetsWorkspaceEncodedIdWithResponse request returning *PutSnippetsWorkspaceEncodedIdResponse

func (*ClientWithResponses) PutUsersSelectedUserSshKeysKeyIdWithBodyWithResponse

func (c *ClientWithResponses) PutUsersSelectedUserSshKeysKeyIdWithBodyWithResponse(ctx context.Context, selectedUser string, keyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutUsersSelectedUserSshKeysKeyIdResponse, error)

PutUsersSelectedUserSshKeysKeyIdWithBodyWithResponse request with arbitrary body returning *PutUsersSelectedUserSshKeysKeyIdResponse

func (*ClientWithResponses) PutUsersSelectedUserSshKeysKeyIdWithResponse

func (c *ClientWithResponses) PutUsersSelectedUserSshKeysKeyIdWithResponse(ctx context.Context, selectedUser string, keyId string, body PutUsersSelectedUserSshKeysKeyIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutUsersSelectedUserSshKeysKeyIdResponse, error)

func (*ClientWithResponses) PutWorkspacesWorkspaceHooksUidWithResponse

func (c *ClientWithResponses) PutWorkspacesWorkspaceHooksUidWithResponse(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceHooksUidResponse, error)

PutWorkspacesWorkspaceHooksUidWithResponse request returning *PutWorkspacesWorkspaceHooksUidResponse

func (*ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse

func (c *ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse, error)

PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse request returning *PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse

func (*ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse

func (c *ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse request returning *PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

func (*ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBodyWithResponse

func (c *ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBodyWithResponse(ctx context.Context, workspace string, projectKey string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBodyWithResponse request with arbitrary body returning *PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

func (*ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBodyWithResponse

func (c *ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBodyWithResponse(ctx context.Context, workspace string, projectKey string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBodyWithResponse request with arbitrary body returning *PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

func (*ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyWithBodyWithResponse

func (c *ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyWithBodyWithResponse(ctx context.Context, workspace string, projectKey string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyResponse, error)

PutWorkspacesWorkspaceProjectsProjectKeyWithBodyWithResponse request with arbitrary body returning *PutWorkspacesWorkspaceProjectsProjectKeyResponse

func (*ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyWithResponse

func (c *ClientWithResponses) PutWorkspacesWorkspaceProjectsProjectKeyWithResponse(ctx context.Context, workspace string, projectKey string, body PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyResponse, error)

func (*ClientWithResponses) RetrieveUserHostedPropertyValueWithResponse

func (c *ClientWithResponses) RetrieveUserHostedPropertyValueWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*RetrieveUserHostedPropertyValueResponse, error)

RetrieveUserHostedPropertyValueWithResponse request returning *RetrieveUserHostedPropertyValueResponse

func (*ClientWithResponses) SearchAccountWithResponse

func (c *ClientWithResponses) SearchAccountWithResponse(ctx context.Context, selectedUser string, params *SearchAccountParams, reqEditors ...RequestEditorFn) (*SearchAccountResponse, error)

SearchAccountWithResponse request returning *SearchAccountResponse

func (*ClientWithResponses) SearchTeamWithResponse

func (c *ClientWithResponses) SearchTeamWithResponse(ctx context.Context, username string, params *SearchTeamParams, reqEditors ...RequestEditorFn) (*SearchTeamResponse, error)

SearchTeamWithResponse request returning *SearchTeamResponse

func (*ClientWithResponses) SearchWorkspaceWithResponse

func (c *ClientWithResponses) SearchWorkspaceWithResponse(ctx context.Context, workspace string, params *SearchWorkspaceParams, reqEditors ...RequestEditorFn) (*SearchWorkspaceResponse, error)

SearchWorkspaceWithResponse request returning *SearchWorkspaceResponse

func (*ClientWithResponses) StopPipelineWithResponse

func (c *ClientWithResponses) StopPipelineWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*StopPipelineResponse, error)

StopPipelineWithResponse request returning *StopPipelineResponse

func (*ClientWithResponses) UpdateCommitHostedPropertyValueWithBodyWithResponse

func (c *ClientWithResponses) UpdateCommitHostedPropertyValueWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCommitHostedPropertyValueResponse, error)

UpdateCommitHostedPropertyValueWithBodyWithResponse request with arbitrary body returning *UpdateCommitHostedPropertyValueResponse

func (*ClientWithResponses) UpdateCommitHostedPropertyValueWithResponse

func (c *ClientWithResponses) UpdateCommitHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, body UpdateCommitHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCommitHostedPropertyValueResponse, error)

func (*ClientWithResponses) UpdateDeploymentVariableWithBodyWithResponse

func (c *ClientWithResponses) UpdateDeploymentVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDeploymentVariableResponse, error)

UpdateDeploymentVariableWithBodyWithResponse request with arbitrary body returning *UpdateDeploymentVariableResponse

func (*ClientWithResponses) UpdateDeploymentVariableWithResponse

func (c *ClientWithResponses) UpdateDeploymentVariableWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, body UpdateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDeploymentVariableResponse, error)

func (*ClientWithResponses) UpdateEnvironmentForRepositoryWithResponse

func (c *ClientWithResponses) UpdateEnvironmentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*UpdateEnvironmentForRepositoryResponse, error)

UpdateEnvironmentForRepositoryWithResponse request returning *UpdateEnvironmentForRepositoryResponse

func (*ClientWithResponses) UpdatePipelineVariableForTeamWithBodyWithResponse

func (c *ClientWithResponses) UpdatePipelineVariableForTeamWithBodyWithResponse(ctx context.Context, username string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForTeamResponse, error)

UpdatePipelineVariableForTeamWithBodyWithResponse request with arbitrary body returning *UpdatePipelineVariableForTeamResponse

func (*ClientWithResponses) UpdatePipelineVariableForTeamWithResponse

func (c *ClientWithResponses) UpdatePipelineVariableForTeamWithResponse(ctx context.Context, username string, variableUuid string, body UpdatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForTeamResponse, error)

func (*ClientWithResponses) UpdatePipelineVariableForUserWithBodyWithResponse

func (c *ClientWithResponses) UpdatePipelineVariableForUserWithBodyWithResponse(ctx context.Context, selectedUser string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForUserResponse, error)

UpdatePipelineVariableForUserWithBodyWithResponse request with arbitrary body returning *UpdatePipelineVariableForUserResponse

func (*ClientWithResponses) UpdatePipelineVariableForUserWithResponse

func (c *ClientWithResponses) UpdatePipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, variableUuid string, body UpdatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForUserResponse, error)

func (*ClientWithResponses) UpdatePipelineVariableForWorkspaceWithBodyWithResponse

func (c *ClientWithResponses) UpdatePipelineVariableForWorkspaceWithBodyWithResponse(ctx context.Context, workspace string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForWorkspaceResponse, error)

UpdatePipelineVariableForWorkspaceWithBodyWithResponse request with arbitrary body returning *UpdatePipelineVariableForWorkspaceResponse

func (*ClientWithResponses) UpdatePipelineVariableForWorkspaceWithResponse

func (c *ClientWithResponses) UpdatePipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, variableUuid string, body UpdatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForWorkspaceResponse, error)

func (*ClientWithResponses) UpdatePullRequestHostedPropertyValueWithBodyWithResponse

func (c *ClientWithResponses) UpdatePullRequestHostedPropertyValueWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePullRequestHostedPropertyValueResponse, error)

UpdatePullRequestHostedPropertyValueWithBodyWithResponse request with arbitrary body returning *UpdatePullRequestHostedPropertyValueResponse

func (*ClientWithResponses) UpdatePullRequestHostedPropertyValueWithResponse

func (c *ClientWithResponses) UpdatePullRequestHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, body UpdatePullRequestHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePullRequestHostedPropertyValueResponse, error)

func (*ClientWithResponses) UpdateRepositoryBuildNumberWithBodyWithResponse

func (c *ClientWithResponses) UpdateRepositoryBuildNumberWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryBuildNumberResponse, error)

UpdateRepositoryBuildNumberWithBodyWithResponse request with arbitrary body returning *UpdateRepositoryBuildNumberResponse

func (*ClientWithResponses) UpdateRepositoryBuildNumberWithResponse

func (c *ClientWithResponses) UpdateRepositoryBuildNumberWithResponse(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryBuildNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryBuildNumberResponse, error)

func (*ClientWithResponses) UpdateRepositoryHostedPropertyValueWithBodyWithResponse

func (c *ClientWithResponses) UpdateRepositoryHostedPropertyValueWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryHostedPropertyValueResponse, error)

UpdateRepositoryHostedPropertyValueWithBodyWithResponse request with arbitrary body returning *UpdateRepositoryHostedPropertyValueResponse

func (*ClientWithResponses) UpdateRepositoryHostedPropertyValueWithResponse

func (c *ClientWithResponses) UpdateRepositoryHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, body UpdateRepositoryHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryHostedPropertyValueResponse, error)

func (*ClientWithResponses) UpdateRepositoryPipelineConfigWithBodyWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineConfigWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineConfigResponse, error)

UpdateRepositoryPipelineConfigWithBodyWithResponse request with arbitrary body returning *UpdateRepositoryPipelineConfigResponse

func (*ClientWithResponses) UpdateRepositoryPipelineConfigWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineConfigWithResponse(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineConfigResponse, error)

func (*ClientWithResponses) UpdateRepositoryPipelineKeyPairWithBodyWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineKeyPairWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKeyPairResponse, error)

UpdateRepositoryPipelineKeyPairWithBodyWithResponse request with arbitrary body returning *UpdateRepositoryPipelineKeyPairResponse

func (*ClientWithResponses) UpdateRepositoryPipelineKeyPairWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineKeyPairWithResponse(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineKeyPairJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKeyPairResponse, error)

func (*ClientWithResponses) UpdateRepositoryPipelineKnownHostWithBodyWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineKnownHostWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKnownHostResponse, error)

UpdateRepositoryPipelineKnownHostWithBodyWithResponse request with arbitrary body returning *UpdateRepositoryPipelineKnownHostResponse

func (*ClientWithResponses) UpdateRepositoryPipelineKnownHostWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, body UpdateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKnownHostResponse, error)

func (*ClientWithResponses) UpdateRepositoryPipelineScheduleWithBodyWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineScheduleWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineScheduleResponse, error)

UpdateRepositoryPipelineScheduleWithBodyWithResponse request with arbitrary body returning *UpdateRepositoryPipelineScheduleResponse

func (*ClientWithResponses) UpdateRepositoryPipelineScheduleWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, body UpdateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineScheduleResponse, error)

func (*ClientWithResponses) UpdateRepositoryPipelineVariableWithBodyWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineVariableResponse, error)

UpdateRepositoryPipelineVariableWithBodyWithResponse request with arbitrary body returning *UpdateRepositoryPipelineVariableResponse

func (*ClientWithResponses) UpdateRepositoryPipelineVariableWithResponse

func (c *ClientWithResponses) UpdateRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, body UpdateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineVariableResponse, error)

func (*ClientWithResponses) UpdateUserHostedPropertyValueWithBodyWithResponse

func (c *ClientWithResponses) UpdateUserHostedPropertyValueWithBodyWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserHostedPropertyValueResponse, error)

UpdateUserHostedPropertyValueWithBodyWithResponse request with arbitrary body returning *UpdateUserHostedPropertyValueResponse

func (*ClientWithResponses) UpdateUserHostedPropertyValueWithResponse

func (c *ClientWithResponses) UpdateUserHostedPropertyValueWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, body UpdateUserHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserHostedPropertyValueResponse, error)

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// DeleteAddonWithResponse request
	DeleteAddonWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DeleteAddonResponse, error)

	// PutAddonWithResponse request
	PutAddonWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*PutAddonResponse, error)

	// GetAddonLinkersWithResponse request
	GetAddonLinkersWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAddonLinkersResponse, error)

	// GetAddonLinkersLinkerKeyWithResponse request
	GetAddonLinkersLinkerKeyWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*GetAddonLinkersLinkerKeyResponse, error)

	// DeleteAddonLinkersLinkerKeyValuesWithResponse request
	DeleteAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*DeleteAddonLinkersLinkerKeyValuesResponse, error)

	// GetAddonLinkersLinkerKeyValuesWithResponse request
	GetAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*GetAddonLinkersLinkerKeyValuesResponse, error)

	// PostAddonLinkersLinkerKeyValuesWithResponse request
	PostAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*PostAddonLinkersLinkerKeyValuesResponse, error)

	// PutAddonLinkersLinkerKeyValuesWithResponse request
	PutAddonLinkersLinkerKeyValuesWithResponse(ctx context.Context, linkerKey string, reqEditors ...RequestEditorFn) (*PutAddonLinkersLinkerKeyValuesResponse, error)

	// DeleteAddonLinkersLinkerKeyValuesValueIdWithResponse request
	DeleteAddonLinkersLinkerKeyValuesValueIdWithResponse(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*DeleteAddonLinkersLinkerKeyValuesValueIdResponse, error)

	// GetAddonLinkersLinkerKeyValuesValueIdWithResponse request
	GetAddonLinkersLinkerKeyValuesValueIdWithResponse(ctx context.Context, linkerKey string, valueId int, reqEditors ...RequestEditorFn) (*GetAddonLinkersLinkerKeyValuesValueIdResponse, error)

	// GetHookEventsWithResponse request
	GetHookEventsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetHookEventsResponse, error)

	// GetHookEventsSubjectTypeWithResponse request
	GetHookEventsSubjectTypeWithResponse(ctx context.Context, subjectType string, reqEditors ...RequestEditorFn) (*GetHookEventsSubjectTypeResponse, error)

	// GetRepositoriesWithResponse request
	GetRepositoriesWithResponse(ctx context.Context, params *GetRepositoriesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesResponse, error)

	// GetRepositoriesWorkspaceWithResponse request
	GetRepositoriesWorkspaceWithResponse(ctx context.Context, workspace string, params *GetRepositoriesWorkspaceParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoriesWorkspaceRepoSlugParams, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugResponse, error)

	// GetRepositoriesWorkspaceRepoSlugWithResponse request
	GetRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugResponse, error)

	// PostRepositoriesWorkspaceRepoSlugWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugResponse, error)

	PostRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugResponse, error)

	// PutRepositoriesWorkspaceRepoSlugWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugResponse, error)

	PutRepositoriesWorkspaceRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, body PutRepositoriesWorkspaceRepoSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugResponse, error)

	// GetRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse request
	GetRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse, error)

	PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugBranchRestrictionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse(ctx context.Context, workspace string, repoSlug string, id string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

	PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse(ctx context.Context, workspace string, repoSlug string, id string, body PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugBranchingModelWithResponse request
	GetRepositoriesWorkspaceRepoSlugBranchingModelWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchingModelResponse, error)

	// GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse request
	GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse, error)

	// PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse request
	PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitWithResponse request
	GetRepositoriesWorkspaceRepoSlugCommitCommitWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse, error)

	// PostRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse request
	PostRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse request
	GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse, error)

	PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

	PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, commentId int, body PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

	// DeleteCommitHostedPropertyValueWithResponse request
	DeleteCommitHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeleteCommitHostedPropertyValueResponse, error)

	// GetCommitHostedPropertyValueWithResponse request
	GetCommitHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*GetCommitHostedPropertyValueResponse, error)

	// UpdateCommitHostedPropertyValueWithBodyWithResponse request with any body
	UpdateCommitHostedPropertyValueWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCommitHostedPropertyValueResponse, error)

	UpdateCommitHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, appKey string, propertyName string, body UpdateCommitHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCommitHostedPropertyValueResponse, error)

	// GetPullrequestsForCommitWithResponse request
	GetPullrequestsForCommitWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, params *GetPullrequestsForCommitParams, reqEditors ...RequestEditorFn) (*GetPullrequestsForCommitResponse, error)

	// GetReportsForCommitWithResponse request
	GetReportsForCommitWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reqEditors ...RequestEditorFn) (*GetReportsForCommitResponse, error)

	// DeleteReportWithResponse request
	DeleteReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*DeleteReportResponse, error)

	// GetReportWithResponse request
	GetReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*GetReportResponse, error)

	// CreateOrUpdateReportWithBodyWithResponse request with any body
	CreateOrUpdateReportWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOrUpdateReportResponse, error)

	CreateOrUpdateReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body CreateOrUpdateReportJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOrUpdateReportResponse, error)

	// GetAnnotationsForReportWithResponse request
	GetAnnotationsForReportWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, reqEditors ...RequestEditorFn) (*GetAnnotationsForReportResponse, error)

	// BulkCreateOrUpdateAnnotationsWithBodyWithResponse request with any body
	BulkCreateOrUpdateAnnotationsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateOrUpdateAnnotationsResponse, error)

	BulkCreateOrUpdateAnnotationsWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, body BulkCreateOrUpdateAnnotationsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateOrUpdateAnnotationsResponse, error)

	// DeleteAnnotationWithResponse request
	DeleteAnnotationWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*DeleteAnnotationResponse, error)

	// GetAnnotationWithResponse request
	GetAnnotationWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, reqEditors ...RequestEditorFn) (*GetAnnotationResponse, error)

	// CreateOrUpdateAnnotationWithBodyWithResponse request with any body
	CreateOrUpdateAnnotationWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOrUpdateAnnotationResponse, error)

	CreateOrUpdateAnnotationWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, reportId string, annotationId string, body CreateOrUpdateAnnotationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOrUpdateAnnotationResponse, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesWithResponse request
	GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, params *GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse, error)

	// PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse, error)

	PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, body PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse, error)

	// GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse request
	GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, key string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse, error)

	// PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse, error)

	PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, key string, body PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse, error)

	// GetRepositoriesWorkspaceRepoSlugCommitsWithResponse request
	GetRepositoriesWorkspaceRepoSlugCommitsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugCommitsWithResponse request
	PostRepositoriesWorkspaceRepoSlugCommitsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitsResponse, error)

	// GetRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse request
	GetRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse, error)

	// PostRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse request
	PostRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse(ctx context.Context, workspace string, repoSlug string, revision string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse, error)

	// GetRepositoriesWorkspaceRepoSlugComponentsWithResponse request
	GetRepositoriesWorkspaceRepoSlugComponentsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugComponentsResponse, error)

	// GetRepositoriesWorkspaceRepoSlugComponentsComponentIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugComponentsComponentIdWithResponse(ctx context.Context, workspace string, repoSlug string, componentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDefaultReviewersWithResponse request
	GetRepositoriesWorkspaceRepoSlugDefaultReviewersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse request
	GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

	// PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse request
	PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse(ctx context.Context, workspace string, repoSlug string, targetUsername string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDeployKeysWithResponse request
	GetRepositoriesWorkspaceRepoSlugDeployKeysWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDeployKeysResponse, error)

	// PostRepositoriesWorkspaceRepoSlugDeployKeysWithResponse request
	PostRepositoriesWorkspaceRepoSlugDeployKeysWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugDeployKeysResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse request
	PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, repoSlug string, keyId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

	// GetDeploymentsForRepositoryWithResponse request
	GetDeploymentsForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetDeploymentsForRepositoryResponse, error)

	// GetDeploymentForRepositoryWithResponse request
	GetDeploymentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, deploymentUuid string, reqEditors ...RequestEditorFn) (*GetDeploymentForRepositoryResponse, error)

	// GetDeploymentVariablesWithResponse request
	GetDeploymentVariablesWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*GetDeploymentVariablesResponse, error)

	// CreateDeploymentVariableWithBodyWithResponse request with any body
	CreateDeploymentVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDeploymentVariableResponse, error)

	CreateDeploymentVariableWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, body CreateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDeploymentVariableResponse, error)

	// DeleteDeploymentVariableWithResponse request
	DeleteDeploymentVariableWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, reqEditors ...RequestEditorFn) (*DeleteDeploymentVariableResponse, error)

	// UpdateDeploymentVariableWithBodyWithResponse request with any body
	UpdateDeploymentVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDeploymentVariableResponse, error)

	UpdateDeploymentVariableWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, variableUuid string, body UpdateDeploymentVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDeploymentVariableResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDiffSpecWithResponse request
	GetRepositoriesWorkspaceRepoSlugDiffSpecWithResponse(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffSpecParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDiffSpecResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDiffstatSpecWithResponse request
	GetRepositoriesWorkspaceRepoSlugDiffstatSpecWithResponse(ctx context.Context, workspace string, repoSlug string, spec string, params *GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDownloadsWithResponse request
	GetRepositoriesWorkspaceRepoSlugDownloadsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDownloadsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugDownloadsWithResponse request
	PostRepositoriesWorkspaceRepoSlugDownloadsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugDownloadsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse request
	GetRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse(ctx context.Context, workspace string, repoSlug string, filename string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelWithResponse request
	GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse, error)

	// GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersWithResponse request
	GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse, error)

	// GetEnvironmentsForRepositoryWithResponse request
	GetEnvironmentsForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetEnvironmentsForRepositoryResponse, error)

	// CreateEnvironmentWithBodyWithResponse request with any body
	CreateEnvironmentWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEnvironmentResponse, error)

	CreateEnvironmentWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateEnvironmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEnvironmentResponse, error)

	// DeleteEnvironmentForRepositoryWithResponse request
	DeleteEnvironmentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*DeleteEnvironmentForRepositoryResponse, error)

	// GetEnvironmentForRepositoryWithResponse request
	GetEnvironmentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*GetEnvironmentForRepositoryResponse, error)

	// UpdateEnvironmentForRepositoryWithResponse request
	UpdateEnvironmentForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, environmentUuid string, reqEditors ...RequestEditorFn) (*UpdateEnvironmentForRepositoryResponse, error)

	// GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathWithResponse request
	GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse, error)

	// GetRepositoriesWorkspaceRepoSlugForksWithResponse request
	GetRepositoriesWorkspaceRepoSlugForksWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugForksParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugForksResponse, error)

	// PostRepositoriesWorkspaceRepoSlugForksWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugForksWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugForksResponse, error)

	PostRepositoriesWorkspaceRepoSlugForksWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugForksResponse, error)

	// GetRepositoriesWorkspaceRepoSlugHooksWithResponse request
	GetRepositoriesWorkspaceRepoSlugHooksWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugHooksResponse, error)

	// PostRepositoriesWorkspaceRepoSlugHooksWithResponse request
	PostRepositoriesWorkspaceRepoSlugHooksWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugHooksResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugHooksUidWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugHooksUidWithResponse(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

	// GetRepositoriesWorkspaceRepoSlugHooksUidWithResponse request
	GetRepositoriesWorkspaceRepoSlugHooksUidWithResponse(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

	// PutRepositoriesWorkspaceRepoSlugHooksUidWithResponse request
	PutRepositoriesWorkspaceRepoSlugHooksUidWithResponse(ctx context.Context, workspace string, repoSlug string, uid string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesResponse, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesResponse, error)

	PostRepositoriesWorkspaceRepoSlugIssuesWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesResponse, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesExportWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesExportWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesExportResponse, error)

	PostRepositoriesWorkspaceRepoSlugIssuesExportWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesExportResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipWithResponse(ctx context.Context, workspace string, repoSlug string, repoName string, taskId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesImportWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesImportWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesImportResponse, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesImportWithResponse request
	PostRepositoriesWorkspaceRepoSlugIssuesImportWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesImportResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse request
	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse request
	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, path string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse, error)

	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, changeId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, params *GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse, error)

	PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, body PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, commentId int, body PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse request
	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

	// GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse request
	GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

	// PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse request
	PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse(ctx context.Context, workspace string, repoSlug string, issueId string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

	// GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecWithResponse request
	GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecWithResponse(ctx context.Context, workspace string, repoSlug string, revspec string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse, error)

	// GetRepositoriesWorkspaceRepoSlugMilestonesWithResponse request
	GetRepositoriesWorkspaceRepoSlugMilestonesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugMilestonesResponse, error)

	// GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdWithResponse(ctx context.Context, workspace string, repoSlug string, milestoneId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse request
	GetRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse, error)

	// PutRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse request
	PutRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPatchSpecWithResponse request
	GetRepositoriesWorkspaceRepoSlugPatchSpecWithResponse(ctx context.Context, workspace string, repoSlug string, spec string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPatchSpecResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsWithResponse request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, repoSlug string, groupSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

	// PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

	PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, repoSlug string, groupSlug string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersWithResponse request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, repoSlug string, selectedUserId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

	PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, repoSlug string, selectedUserId string, body PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

	// GetPipelinesForRepositoryWithResponse request
	GetPipelinesForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetPipelinesForRepositoryParams, reqEditors ...RequestEditorFn) (*GetPipelinesForRepositoryResponse, error)

	// CreatePipelineForRepositoryWithBodyWithResponse request with any body
	CreatePipelineForRepositoryWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineForRepositoryResponse, error)

	CreatePipelineForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, body CreatePipelineForRepositoryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineForRepositoryResponse, error)

	// DeleteRepositoryPipelineCachesWithResponse request
	DeleteRepositoryPipelineCachesWithResponse(ctx context.Context, workspace string, repoSlug string, params *DeleteRepositoryPipelineCachesParams, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineCachesResponse, error)

	// GetRepositoryPipelineCachesWithResponse request
	GetRepositoryPipelineCachesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineCachesResponse, error)

	// DeleteRepositoryPipelineCacheWithResponse request
	DeleteRepositoryPipelineCacheWithResponse(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineCacheResponse, error)

	// GetRepositoryPipelineCacheContentURIWithResponse request
	GetRepositoryPipelineCacheContentURIWithResponse(ctx context.Context, workspace string, repoSlug string, cacheUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineCacheContentURIResponse, error)

	// GetPipelineForRepositoryWithResponse request
	GetPipelineForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*GetPipelineForRepositoryResponse, error)

	// GetPipelineStepsForRepositoryWithResponse request
	GetPipelineStepsForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*GetPipelineStepsForRepositoryResponse, error)

	// GetPipelineStepForRepositoryWithResponse request
	GetPipelineStepForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineStepForRepositoryResponse, error)

	// GetPipelineStepLogForRepositoryWithResponse request
	GetPipelineStepLogForRepositoryWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineStepLogForRepositoryResponse, error)

	// GetPipelineContainerLogWithResponse request
	GetPipelineContainerLogWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, logUuid string, reqEditors ...RequestEditorFn) (*GetPipelineContainerLogResponse, error)

	// GetPipelineTestReportsWithResponse request
	GetPipelineTestReportsWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineTestReportsResponse, error)

	// GetPipelineTestReportTestCasesWithResponse request
	GetPipelineTestReportTestCasesWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, reqEditors ...RequestEditorFn) (*GetPipelineTestReportTestCasesResponse, error)

	// GetPipelineTestReportTestCaseReasonsWithResponse request
	GetPipelineTestReportTestCaseReasonsWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, stepUuid string, testCaseUuid string, reqEditors ...RequestEditorFn) (*GetPipelineTestReportTestCaseReasonsResponse, error)

	// StopPipelineWithResponse request
	StopPipelineWithResponse(ctx context.Context, workspace string, repoSlug string, pipelineUuid string, reqEditors ...RequestEditorFn) (*StopPipelineResponse, error)

	// GetRepositoryPipelineConfigWithResponse request
	GetRepositoryPipelineConfigWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineConfigResponse, error)

	// UpdateRepositoryPipelineConfigWithBodyWithResponse request with any body
	UpdateRepositoryPipelineConfigWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineConfigResponse, error)

	UpdateRepositoryPipelineConfigWithResponse(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineConfigResponse, error)

	// UpdateRepositoryBuildNumberWithBodyWithResponse request with any body
	UpdateRepositoryBuildNumberWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryBuildNumberResponse, error)

	UpdateRepositoryBuildNumberWithResponse(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryBuildNumberJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryBuildNumberResponse, error)

	// GetRepositoryPipelineSchedulesWithResponse request
	GetRepositoryPipelineSchedulesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineSchedulesResponse, error)

	// CreateRepositoryPipelineScheduleWithBodyWithResponse request with any body
	CreateRepositoryPipelineScheduleWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineScheduleResponse, error)

	CreateRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineScheduleResponse, error)

	// DeleteRepositoryPipelineScheduleWithResponse request
	DeleteRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineScheduleResponse, error)

	// GetRepositoryPipelineScheduleWithResponse request
	GetRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineScheduleResponse, error)

	// UpdateRepositoryPipelineScheduleWithBodyWithResponse request with any body
	UpdateRepositoryPipelineScheduleWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineScheduleResponse, error)

	UpdateRepositoryPipelineScheduleWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, body UpdateRepositoryPipelineScheduleJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineScheduleResponse, error)

	// GetRepositoryPipelineScheduleExecutionsWithResponse request
	GetRepositoryPipelineScheduleExecutionsWithResponse(ctx context.Context, workspace string, repoSlug string, scheduleUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineScheduleExecutionsResponse, error)

	// DeleteRepositoryPipelineKeyPairWithResponse request
	DeleteRepositoryPipelineKeyPairWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineKeyPairResponse, error)

	// GetRepositoryPipelineSshKeyPairWithResponse request
	GetRepositoryPipelineSshKeyPairWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineSshKeyPairResponse, error)

	// UpdateRepositoryPipelineKeyPairWithBodyWithResponse request with any body
	UpdateRepositoryPipelineKeyPairWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKeyPairResponse, error)

	UpdateRepositoryPipelineKeyPairWithResponse(ctx context.Context, workspace string, repoSlug string, body UpdateRepositoryPipelineKeyPairJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKeyPairResponse, error)

	// GetRepositoryPipelineKnownHostsWithResponse request
	GetRepositoryPipelineKnownHostsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineKnownHostsResponse, error)

	// CreateRepositoryPipelineKnownHostWithBodyWithResponse request with any body
	CreateRepositoryPipelineKnownHostWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineKnownHostResponse, error)

	CreateRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineKnownHostResponse, error)

	// DeleteRepositoryPipelineKnownHostWithResponse request
	DeleteRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineKnownHostResponse, error)

	// GetRepositoryPipelineKnownHostWithResponse request
	GetRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineKnownHostResponse, error)

	// UpdateRepositoryPipelineKnownHostWithBodyWithResponse request with any body
	UpdateRepositoryPipelineKnownHostWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKnownHostResponse, error)

	UpdateRepositoryPipelineKnownHostWithResponse(ctx context.Context, workspace string, repoSlug string, knownHostUuid string, body UpdateRepositoryPipelineKnownHostJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineKnownHostResponse, error)

	// GetRepositoryPipelineVariablesWithResponse request
	GetRepositoryPipelineVariablesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineVariablesResponse, error)

	// CreateRepositoryPipelineVariableWithBodyWithResponse request with any body
	CreateRepositoryPipelineVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineVariableResponse, error)

	CreateRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, body CreateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRepositoryPipelineVariableResponse, error)

	// DeleteRepositoryPipelineVariableWithResponse request
	DeleteRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*DeleteRepositoryPipelineVariableResponse, error)

	// GetRepositoryPipelineVariableWithResponse request
	GetRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, reqEditors ...RequestEditorFn) (*GetRepositoryPipelineVariableResponse, error)

	// UpdateRepositoryPipelineVariableWithBodyWithResponse request with any body
	UpdateRepositoryPipelineVariableWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineVariableResponse, error)

	UpdateRepositoryPipelineVariableWithResponse(ctx context.Context, workspace string, repoSlug string, variableUuid string, body UpdateRepositoryPipelineVariableJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryPipelineVariableResponse, error)

	// DeleteRepositoryHostedPropertyValueWithResponse request
	DeleteRepositoryHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeleteRepositoryHostedPropertyValueResponse, error)

	// GetRepositoryHostedPropertyValueWithResponse request
	GetRepositoryHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*GetRepositoryHostedPropertyValueResponse, error)

	// UpdateRepositoryHostedPropertyValueWithBodyWithResponse request with any body
	UpdateRepositoryHostedPropertyValueWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRepositoryHostedPropertyValueResponse, error)

	UpdateRepositoryHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, appKey string, propertyName string, body UpdateRepositoryHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRepositoryHostedPropertyValueResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugPullrequestsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

	PostRepositoriesWorkspaceRepoSlugPullrequestsWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsActivityWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsActivityWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse, error)

	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, commentId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineWithResponse request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse, error)

	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse request
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, params *GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse, error)

	// PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse, error)

	PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, body PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

	// PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBodyWithResponse request with any body
	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

	PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse(ctx context.Context, workspace string, repoSlug string, pullRequestId int, taskId int, body PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

	// DeletePullRequestHostedPropertyValueWithResponse request
	DeletePullRequestHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeletePullRequestHostedPropertyValueResponse, error)

	// GetPullRequestHostedPropertyValueWithResponse request
	GetPullRequestHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*GetPullRequestHostedPropertyValueResponse, error)

	// UpdatePullRequestHostedPropertyValueWithBodyWithResponse request with any body
	UpdatePullRequestHostedPropertyValueWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePullRequestHostedPropertyValueResponse, error)

	UpdatePullRequestHostedPropertyValueWithResponse(ctx context.Context, workspace string, repoSlug string, pullrequestId string, appKey string, propertyName string, body UpdatePullRequestHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePullRequestHostedPropertyValueResponse, error)

	// GetRepositoriesWorkspaceRepoSlugRefsWithResponse request
	GetRepositoriesWorkspaceRepoSlugRefsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsResponse, error)

	// GetRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse request
	GetRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsBranchesParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse, error)

	// PostRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse request
	PostRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse request
	GetRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugRefsTagsWithResponse request
	GetRepositoriesWorkspaceRepoSlugRefsTagsWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugRefsTagsParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

	// PostRepositoriesWorkspaceRepoSlugRefsTagsWithBodyWithResponse request with any body
	PostRepositoriesWorkspaceRepoSlugRefsTagsWithBodyWithResponse(ctx context.Context, workspace string, repoSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

	PostRepositoriesWorkspaceRepoSlugRefsTagsWithResponse(ctx context.Context, workspace string, repoSlug string, body PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

	// DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse request
	DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse request
	GetRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse(ctx context.Context, workspace string, repoSlug string, name string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse, error)

	// GetRepositoriesWorkspaceRepoSlugSrcWithResponse request
	GetRepositoriesWorkspaceRepoSlugSrcWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugSrcResponse, error)

	// PostRepositoriesWorkspaceRepoSlugSrcWithResponse request
	PostRepositoriesWorkspaceRepoSlugSrcWithResponse(ctx context.Context, workspace string, repoSlug string, params *PostRepositoriesWorkspaceRepoSlugSrcParams, reqEditors ...RequestEditorFn) (*PostRepositoriesWorkspaceRepoSlugSrcResponse, error)

	// GetRepositoriesWorkspaceRepoSlugSrcCommitPathWithResponse request
	GetRepositoriesWorkspaceRepoSlugSrcCommitPathWithResponse(ctx context.Context, workspace string, repoSlug string, commit string, path string, params *GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse, error)

	// GetRepositoriesWorkspaceRepoSlugVersionsWithResponse request
	GetRepositoriesWorkspaceRepoSlugVersionsWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugVersionsResponse, error)

	// GetRepositoriesWorkspaceRepoSlugVersionsVersionIdWithResponse request
	GetRepositoriesWorkspaceRepoSlugVersionsVersionIdWithResponse(ctx context.Context, workspace string, repoSlug string, versionId int, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse, error)

	// GetRepositoriesWorkspaceRepoSlugWatchersWithResponse request
	GetRepositoriesWorkspaceRepoSlugWatchersWithResponse(ctx context.Context, workspace string, repoSlug string, reqEditors ...RequestEditorFn) (*GetRepositoriesWorkspaceRepoSlugWatchersResponse, error)

	// GetSnippetsWithResponse request
	GetSnippetsWithResponse(ctx context.Context, params *GetSnippetsParams, reqEditors ...RequestEditorFn) (*GetSnippetsResponse, error)

	// PostSnippetsWithBodyWithResponse request with any body
	PostSnippetsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSnippetsResponse, error)

	PostSnippetsWithResponse(ctx context.Context, body PostSnippetsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSnippetsResponse, error)

	// GetSnippetsWorkspaceWithResponse request
	GetSnippetsWorkspaceWithResponse(ctx context.Context, workspace string, params *GetSnippetsWorkspaceParams, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceResponse, error)

	// PostSnippetsWorkspaceWithBodyWithResponse request with any body
	PostSnippetsWorkspaceWithBodyWithResponse(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceResponse, error)

	PostSnippetsWorkspaceWithResponse(ctx context.Context, workspace string, body PostSnippetsWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceResponse, error)

	// DeleteSnippetsWorkspaceEncodedIdWithResponse request
	DeleteSnippetsWorkspaceEncodedIdWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdResponse, error)

	// GetSnippetsWorkspaceEncodedIdWithResponse request
	GetSnippetsWorkspaceEncodedIdWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdResponse, error)

	// PutSnippetsWorkspaceEncodedIdWithResponse request
	PutSnippetsWorkspaceEncodedIdWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdResponse, error)

	// GetSnippetsWorkspaceEncodedIdCommentsWithResponse request
	GetSnippetsWorkspaceEncodedIdCommentsWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommentsResponse, error)

	// PostSnippetsWorkspaceEncodedIdCommentsWithBodyWithResponse request with any body
	PostSnippetsWorkspaceEncodedIdCommentsWithBodyWithResponse(ctx context.Context, workspace string, encodedId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceEncodedIdCommentsResponse, error)

	PostSnippetsWorkspaceEncodedIdCommentsWithResponse(ctx context.Context, workspace string, encodedId string, body PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostSnippetsWorkspaceEncodedIdCommentsResponse, error)

	// DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse request
	DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

	// GetSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse request
	GetSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

	// PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBodyWithResponse request with any body
	PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithBodyWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

	PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse(ctx context.Context, workspace string, encodedId string, commentId int, body PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

	// GetSnippetsWorkspaceEncodedIdCommitsWithResponse request
	GetSnippetsWorkspaceEncodedIdCommitsWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommitsResponse, error)

	// GetSnippetsWorkspaceEncodedIdCommitsRevisionWithResponse request
	GetSnippetsWorkspaceEncodedIdCommitsRevisionWithResponse(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse, error)

	// GetSnippetsWorkspaceEncodedIdFilesPathWithResponse request
	GetSnippetsWorkspaceEncodedIdFilesPathWithResponse(ctx context.Context, workspace string, encodedId string, path string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdFilesPathResponse, error)

	// DeleteSnippetsWorkspaceEncodedIdWatchWithResponse request
	DeleteSnippetsWorkspaceEncodedIdWatchWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdWatchResponse, error)

	// GetSnippetsWorkspaceEncodedIdWatchWithResponse request
	GetSnippetsWorkspaceEncodedIdWatchWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdWatchResponse, error)

	// PutSnippetsWorkspaceEncodedIdWatchWithResponse request
	PutSnippetsWorkspaceEncodedIdWatchWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdWatchResponse, error)

	// GetSnippetsWorkspaceEncodedIdWatchersWithResponse request
	GetSnippetsWorkspaceEncodedIdWatchersWithResponse(ctx context.Context, workspace string, encodedId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdWatchersResponse, error)

	// DeleteSnippetsWorkspaceEncodedIdNodeIdWithResponse request
	DeleteSnippetsWorkspaceEncodedIdNodeIdWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*DeleteSnippetsWorkspaceEncodedIdNodeIdResponse, error)

	// GetSnippetsWorkspaceEncodedIdNodeIdWithResponse request
	GetSnippetsWorkspaceEncodedIdNodeIdWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdNodeIdResponse, error)

	// PutSnippetsWorkspaceEncodedIdNodeIdWithResponse request
	PutSnippetsWorkspaceEncodedIdNodeIdWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, reqEditors ...RequestEditorFn) (*PutSnippetsWorkspaceEncodedIdNodeIdResponse, error)

	// GetSnippetsWorkspaceEncodedIdNodeIdFilesPathWithResponse request
	GetSnippetsWorkspaceEncodedIdNodeIdFilesPathWithResponse(ctx context.Context, workspace string, encodedId string, nodeId string, path string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse, error)

	// GetSnippetsWorkspaceEncodedIdRevisionDiffWithResponse request
	GetSnippetsWorkspaceEncodedIdRevisionDiffWithResponse(ctx context.Context, workspace string, encodedId string, revision string, params *GetSnippetsWorkspaceEncodedIdRevisionDiffParams, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdRevisionDiffResponse, error)

	// GetSnippetsWorkspaceEncodedIdRevisionPatchWithResponse request
	GetSnippetsWorkspaceEncodedIdRevisionPatchWithResponse(ctx context.Context, workspace string, encodedId string, revision string, reqEditors ...RequestEditorFn) (*GetSnippetsWorkspaceEncodedIdRevisionPatchResponse, error)

	// GetPipelineVariablesForTeamWithResponse request
	GetPipelineVariablesForTeamWithResponse(ctx context.Context, username string, reqEditors ...RequestEditorFn) (*GetPipelineVariablesForTeamResponse, error)

	// CreatePipelineVariableForTeamWithBodyWithResponse request with any body
	CreatePipelineVariableForTeamWithBodyWithResponse(ctx context.Context, username string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForTeamResponse, error)

	CreatePipelineVariableForTeamWithResponse(ctx context.Context, username string, body CreatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForTeamResponse, error)

	// DeletePipelineVariableForTeamWithResponse request
	DeletePipelineVariableForTeamWithResponse(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*DeletePipelineVariableForTeamResponse, error)

	// GetPipelineVariableForTeamWithResponse request
	GetPipelineVariableForTeamWithResponse(ctx context.Context, username string, variableUuid string, reqEditors ...RequestEditorFn) (*GetPipelineVariableForTeamResponse, error)

	// UpdatePipelineVariableForTeamWithBodyWithResponse request with any body
	UpdatePipelineVariableForTeamWithBodyWithResponse(ctx context.Context, username string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForTeamResponse, error)

	UpdatePipelineVariableForTeamWithResponse(ctx context.Context, username string, variableUuid string, body UpdatePipelineVariableForTeamJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForTeamResponse, error)

	// SearchTeamWithResponse request
	SearchTeamWithResponse(ctx context.Context, username string, params *SearchTeamParams, reqEditors ...RequestEditorFn) (*SearchTeamResponse, error)

	// GetUserWithResponse request
	GetUserWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserResponse, error)

	// GetUserEmailsWithResponse request
	GetUserEmailsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetUserEmailsResponse, error)

	// GetUserEmailsEmailWithResponse request
	GetUserEmailsEmailWithResponse(ctx context.Context, email string, reqEditors ...RequestEditorFn) (*GetUserEmailsEmailResponse, error)

	// GetUserPermissionsRepositoriesWithResponse request
	GetUserPermissionsRepositoriesWithResponse(ctx context.Context, params *GetUserPermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*GetUserPermissionsRepositoriesResponse, error)

	// GetUserPermissionsWorkspacesWithResponse request
	GetUserPermissionsWorkspacesWithResponse(ctx context.Context, params *GetUserPermissionsWorkspacesParams, reqEditors ...RequestEditorFn) (*GetUserPermissionsWorkspacesResponse, error)

	// GetUsersSelectedUserWithResponse request
	GetUsersSelectedUserWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserResponse, error)

	// GetUsersSelectedUserGpgKeysWithResponse request
	GetUsersSelectedUserGpgKeysWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserGpgKeysResponse, error)

	// PostUsersSelectedUserGpgKeysWithBodyWithResponse request with any body
	PostUsersSelectedUserGpgKeysWithBodyWithResponse(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostUsersSelectedUserGpgKeysResponse, error)

	PostUsersSelectedUserGpgKeysWithResponse(ctx context.Context, selectedUser string, body PostUsersSelectedUserGpgKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostUsersSelectedUserGpgKeysResponse, error)

	// DeleteUsersSelectedUserGpgKeysFingerprintWithResponse request
	DeleteUsersSelectedUserGpgKeysFingerprintWithResponse(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*DeleteUsersSelectedUserGpgKeysFingerprintResponse, error)

	// GetUsersSelectedUserGpgKeysFingerprintWithResponse request
	GetUsersSelectedUserGpgKeysFingerprintWithResponse(ctx context.Context, selectedUser string, fingerprint string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserGpgKeysFingerprintResponse, error)

	// GetPipelineVariablesForUserWithResponse request
	GetPipelineVariablesForUserWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetPipelineVariablesForUserResponse, error)

	// CreatePipelineVariableForUserWithBodyWithResponse request with any body
	CreatePipelineVariableForUserWithBodyWithResponse(ctx context.Context, selectedUser string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForUserResponse, error)

	CreatePipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, body CreatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForUserResponse, error)

	// DeletePipelineVariableForUserWithResponse request
	DeletePipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*DeletePipelineVariableForUserResponse, error)

	// GetPipelineVariableForUserWithResponse request
	GetPipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, variableUuid string, reqEditors ...RequestEditorFn) (*GetPipelineVariableForUserResponse, error)

	// UpdatePipelineVariableForUserWithBodyWithResponse request with any body
	UpdatePipelineVariableForUserWithBodyWithResponse(ctx context.Context, selectedUser string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForUserResponse, error)

	UpdatePipelineVariableForUserWithResponse(ctx context.Context, selectedUser string, variableUuid string, body UpdatePipelineVariableForUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForUserResponse, error)

	// DeleteUserHostedPropertyValueWithResponse request
	DeleteUserHostedPropertyValueWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*DeleteUserHostedPropertyValueResponse, error)

	// RetrieveUserHostedPropertyValueWithResponse request
	RetrieveUserHostedPropertyValueWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, reqEditors ...RequestEditorFn) (*RetrieveUserHostedPropertyValueResponse, error)

	// UpdateUserHostedPropertyValueWithBodyWithResponse request with any body
	UpdateUserHostedPropertyValueWithBodyWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserHostedPropertyValueResponse, error)

	UpdateUserHostedPropertyValueWithResponse(ctx context.Context, selectedUser string, appKey string, propertyName string, body UpdateUserHostedPropertyValueJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserHostedPropertyValueResponse, error)

	// SearchAccountWithResponse request
	SearchAccountWithResponse(ctx context.Context, selectedUser string, params *SearchAccountParams, reqEditors ...RequestEditorFn) (*SearchAccountResponse, error)

	// GetUsersSelectedUserSshKeysWithResponse request
	GetUsersSelectedUserSshKeysWithResponse(ctx context.Context, selectedUser string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserSshKeysResponse, error)

	// PostUsersSelectedUserSshKeysWithBodyWithResponse request with any body
	PostUsersSelectedUserSshKeysWithBodyWithResponse(ctx context.Context, selectedUser string, params *PostUsersSelectedUserSshKeysParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostUsersSelectedUserSshKeysResponse, error)

	PostUsersSelectedUserSshKeysWithResponse(ctx context.Context, selectedUser string, params *PostUsersSelectedUserSshKeysParams, body PostUsersSelectedUserSshKeysJSONRequestBody, reqEditors ...RequestEditorFn) (*PostUsersSelectedUserSshKeysResponse, error)

	// DeleteUsersSelectedUserSshKeysKeyIdWithResponse request
	DeleteUsersSelectedUserSshKeysKeyIdWithResponse(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*DeleteUsersSelectedUserSshKeysKeyIdResponse, error)

	// GetUsersSelectedUserSshKeysKeyIdWithResponse request
	GetUsersSelectedUserSshKeysKeyIdWithResponse(ctx context.Context, selectedUser string, keyId string, reqEditors ...RequestEditorFn) (*GetUsersSelectedUserSshKeysKeyIdResponse, error)

	// PutUsersSelectedUserSshKeysKeyIdWithBodyWithResponse request with any body
	PutUsersSelectedUserSshKeysKeyIdWithBodyWithResponse(ctx context.Context, selectedUser string, keyId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutUsersSelectedUserSshKeysKeyIdResponse, error)

	PutUsersSelectedUserSshKeysKeyIdWithResponse(ctx context.Context, selectedUser string, keyId string, body PutUsersSelectedUserSshKeysKeyIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutUsersSelectedUserSshKeysKeyIdResponse, error)

	// GetWorkspacesWithResponse request
	GetWorkspacesWithResponse(ctx context.Context, params *GetWorkspacesParams, reqEditors ...RequestEditorFn) (*GetWorkspacesResponse, error)

	// GetWorkspacesWorkspaceWithResponse request
	GetWorkspacesWorkspaceWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceResponse, error)

	// GetWorkspacesWorkspaceHooksWithResponse request
	GetWorkspacesWorkspaceHooksWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceHooksResponse, error)

	// PostWorkspacesWorkspaceHooksWithResponse request
	PostWorkspacesWorkspaceHooksWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceHooksResponse, error)

	// DeleteWorkspacesWorkspaceHooksUidWithResponse request
	DeleteWorkspacesWorkspaceHooksUidWithResponse(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceHooksUidResponse, error)

	// GetWorkspacesWorkspaceHooksUidWithResponse request
	GetWorkspacesWorkspaceHooksUidWithResponse(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceHooksUidResponse, error)

	// PutWorkspacesWorkspaceHooksUidWithResponse request
	PutWorkspacesWorkspaceHooksUidWithResponse(ctx context.Context, workspace string, uid string, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceHooksUidResponse, error)

	// GetWorkspacesWorkspaceMembersWithResponse request
	GetWorkspacesWorkspaceMembersWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceMembersResponse, error)

	// GetWorkspacesWorkspaceMembersMemberWithResponse request
	GetWorkspacesWorkspaceMembersMemberWithResponse(ctx context.Context, workspace string, member string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceMembersMemberResponse, error)

	// GetWorkspacesWorkspacePermissionsWithResponse request
	GetWorkspacesWorkspacePermissionsWithResponse(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePermissionsResponse, error)

	// GetWorkspacesWorkspacePermissionsRepositoriesWithResponse request
	GetWorkspacesWorkspacePermissionsRepositoriesWithResponse(ctx context.Context, workspace string, params *GetWorkspacesWorkspacePermissionsRepositoriesParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePermissionsRepositoriesResponse, error)

	// GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugWithResponse request
	GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugWithResponse(ctx context.Context, workspace string, repoSlug string, params *GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse, error)

	// GetOIDCConfigurationWithResponse request
	GetOIDCConfigurationWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetOIDCConfigurationResponse, error)

	// GetOIDCKeysWithResponse request
	GetOIDCKeysWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetOIDCKeysResponse, error)

	// GetPipelineVariablesForWorkspaceWithResponse request
	GetPipelineVariablesForWorkspaceWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetPipelineVariablesForWorkspaceResponse, error)

	// CreatePipelineVariableForWorkspaceWithBodyWithResponse request with any body
	CreatePipelineVariableForWorkspaceWithBodyWithResponse(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForWorkspaceResponse, error)

	CreatePipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, body CreatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePipelineVariableForWorkspaceResponse, error)

	// DeletePipelineVariableForWorkspaceWithResponse request
	DeletePipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*DeletePipelineVariableForWorkspaceResponse, error)

	// GetPipelineVariableForWorkspaceWithResponse request
	GetPipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, variableUuid string, reqEditors ...RequestEditorFn) (*GetPipelineVariableForWorkspaceResponse, error)

	// UpdatePipelineVariableForWorkspaceWithBodyWithResponse request with any body
	UpdatePipelineVariableForWorkspaceWithBodyWithResponse(ctx context.Context, workspace string, variableUuid string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForWorkspaceResponse, error)

	UpdatePipelineVariableForWorkspaceWithResponse(ctx context.Context, workspace string, variableUuid string, body UpdatePipelineVariableForWorkspaceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePipelineVariableForWorkspaceResponse, error)

	// GetWorkspacesWorkspaceProjectsWithResponse request
	GetWorkspacesWorkspaceProjectsWithResponse(ctx context.Context, workspace string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsResponse, error)

	// PostWorkspacesWorkspaceProjectsWithBodyWithResponse request with any body
	PostWorkspacesWorkspaceProjectsWithBodyWithResponse(ctx context.Context, workspace string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceProjectsResponse, error)

	PostWorkspacesWorkspaceProjectsWithResponse(ctx context.Context, workspace string, body PostWorkspacesWorkspaceProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceProjectsResponse, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyWithResponse request
	DeleteWorkspacesWorkspaceProjectsProjectKeyWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyResponse, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyWithBodyWithResponse request with any body
	PutWorkspacesWorkspaceProjectsProjectKeyWithBodyWithResponse(ctx context.Context, workspace string, projectKey string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyResponse, error)

	PutWorkspacesWorkspaceProjectsProjectKeyWithResponse(ctx context.Context, workspace string, projectKey string, body PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse request
	PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse request
	DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse request
	PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse(ctx context.Context, workspace string, projectKey string, selectedUser string, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse, error)

	// PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse request
	PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse request
	DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse(ctx context.Context, workspace string, projectKey string, keyId string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse request
	DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, projectKey string, groupSlug string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBodyWithResponse request with any body
	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithBodyWithResponse(ctx context.Context, workspace string, projectKey string, groupSlug string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse(ctx context.Context, workspace string, projectKey string, groupSlug string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugJSONRequestBody, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersWithResponse(ctx context.Context, workspace string, projectKey string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse, error)

	// DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse request
	DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

	// GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse request
	GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, projectKey string, selectedUserId string, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

	// PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBodyWithResponse request with any body
	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithBodyWithResponse(ctx context.Context, workspace string, projectKey string, selectedUserId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

	PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse(ctx context.Context, workspace string, projectKey string, selectedUserId string, body PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

	// GetWorkspacesWorkspacePullrequestsSelectedUserWithResponse request
	GetWorkspacesWorkspacePullrequestsSelectedUserWithResponse(ctx context.Context, workspace string, selectedUser string, params *GetWorkspacesWorkspacePullrequestsSelectedUserParams, reqEditors ...RequestEditorFn) (*GetWorkspacesWorkspacePullrequestsSelectedUserResponse, error)

	// SearchWorkspaceWithResponse request
	SearchWorkspaceWithResponse(ctx context.Context, workspace string, params *SearchWorkspaceParams, reqEditors ...RequestEditorFn) (*SearchWorkspaceResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type Comment

type Comment struct {
	Content *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *CommentContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	Deleted   *bool      `json:"deleted,omitempty"`
	Id        *int       `json:"id,omitempty"`
	Inline    *struct {
		// From The comment's anchor line in the old version of the file.
		From *int `json:"from,omitempty"`

		// Path The path of the file this comment is anchored to.
		Path string `json:"path"`

		// To The comment's anchor line in the new version of the file. If the 'from' line is also provided, this value will be removed.
		To *int `json:"to,omitempty"`
	} `json:"inline,omitempty"`
	Links *struct {
		// Code A link to a resource related to this object.
		Code *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"code,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Parent               *Comment               `json:"parent,omitempty"`
	Type                 string                 `json:"type"`
	UpdatedOn            *time.Time             `json:"updated_on,omitempty"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Comment defines model for comment.

func (Comment) Get

func (a Comment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Comment. Returns the specified element and whether it was found

func (Comment) MarshalJSON

func (a Comment) MarshalJSON() ([]byte, error)

Override default JSON handling for Comment to handle AdditionalProperties

func (*Comment) Set

func (a *Comment) Set(fieldName string, value interface{})

Setter for additional properties for Comment

func (*Comment) UnmarshalJSON

func (a *Comment) UnmarshalJSON(b []byte) error

Override default JSON handling for Comment to handle AdditionalProperties

type CommentContentMarkup

type CommentContentMarkup string

CommentContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	CommentContentMarkupCreole    CommentContentMarkup = "creole"
	CommentContentMarkupMarkdown  CommentContentMarkup = "markdown"
	CommentContentMarkupPlaintext CommentContentMarkup = "plaintext"
)

Defines values for CommentContentMarkup.

type CommentResolution

type CommentResolution struct {
	// CreatedOn The ISO8601 timestamp the resolution was created.
	CreatedOn            *time.Time             `json:"created_on,omitempty"`
	Type                 string                 `json:"type"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

CommentResolution The resolution object for a Comment.

func (CommentResolution) Get

func (a CommentResolution) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for CommentResolution. Returns the specified element and whether it was found

func (CommentResolution) MarshalJSON

func (a CommentResolution) MarshalJSON() ([]byte, error)

Override default JSON handling for CommentResolution to handle AdditionalProperties

func (*CommentResolution) Set

func (a *CommentResolution) Set(fieldName string, value interface{})

Setter for additional properties for CommentResolution

func (*CommentResolution) UnmarshalJSON

func (a *CommentResolution) UnmarshalJSON(b []byte) error

Override default JSON handling for CommentResolution to handle AdditionalProperties

type Commit

type Commit struct {
	Author       *Author        `json:"author,omitempty"`
	Committer    *Committer     `json:"committer,omitempty"`
	Date         *time.Time     `json:"date,omitempty"`
	Hash         *string        `json:"hash,omitempty"`
	Message      *string        `json:"message,omitempty"`
	Parents      *[]BaseCommit  `json:"parents,omitempty"`
	Participants *[]Participant `json:"participants,omitempty"`
	Repository   *Repository    `json:"repository,omitempty"`
	Summary      *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *CommitSummaryMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"summary,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Commit defines model for commit.

func (Commit) Get

func (a Commit) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Commit. Returns the specified element and whether it was found

func (Commit) MarshalJSON

func (a Commit) MarshalJSON() ([]byte, error)

Override default JSON handling for Commit to handle AdditionalProperties

func (*Commit) Set

func (a *Commit) Set(fieldName string, value interface{})

Setter for additional properties for Commit

func (*Commit) UnmarshalJSON

func (a *Commit) UnmarshalJSON(b []byte) error

Override default JSON handling for Commit to handle AdditionalProperties

type CommitComment

type CommitComment struct {
	Commit  *Commit `json:"commit,omitempty"`
	Content *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *CommitCommentContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	Deleted   *bool      `json:"deleted,omitempty"`
	Id        *int       `json:"id,omitempty"`
	Inline    *struct {
		// From The comment's anchor line in the old version of the file.
		From *int `json:"from,omitempty"`

		// Path The path of the file this comment is anchored to.
		Path string `json:"path"`

		// To The comment's anchor line in the new version of the file. If the 'from' line is also provided, this value will be removed.
		To *int `json:"to,omitempty"`
	} `json:"inline,omitempty"`
	Links *struct {
		// Code A link to a resource related to this object.
		Code *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"code,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Parent               *Comment               `json:"parent,omitempty"`
	Type                 string                 `json:"type"`
	UpdatedOn            *time.Time             `json:"updated_on,omitempty"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

CommitComment defines model for commit_comment.

func (CommitComment) Get

func (a CommitComment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for CommitComment. Returns the specified element and whether it was found

func (CommitComment) MarshalJSON

func (a CommitComment) MarshalJSON() ([]byte, error)

Override default JSON handling for CommitComment to handle AdditionalProperties

func (*CommitComment) Set

func (a *CommitComment) Set(fieldName string, value interface{})

Setter for additional properties for CommitComment

func (*CommitComment) UnmarshalJSON

func (a *CommitComment) UnmarshalJSON(b []byte) error

Override default JSON handling for CommitComment to handle AdditionalProperties

type CommitCommentContentMarkup

type CommitCommentContentMarkup string

CommitCommentContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	CommitCommentContentMarkupCreole    CommitCommentContentMarkup = "creole"
	CommitCommentContentMarkupMarkdown  CommitCommentContentMarkup = "markdown"
	CommitCommentContentMarkupPlaintext CommitCommentContentMarkup = "plaintext"
)

Defines values for CommitCommentContentMarkup.

type CommitFile

type CommitFile struct {
	Attributes *CommitFileAttributes `json:"attributes,omitempty"`
	Commit     *Commit               `json:"commit,omitempty"`

	// EscapedPath The escaped version of the path as it appears in a diff. If the path does not require escaping this will be the same as path.
	EscapedPath *string `json:"escaped_path,omitempty"`

	// Path The path in the repository
	Path                 *string                `json:"path,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

CommitFile A file object, representing a file at a commit in a repository

func (CommitFile) Get

func (a CommitFile) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for CommitFile. Returns the specified element and whether it was found

func (CommitFile) MarshalJSON

func (a CommitFile) MarshalJSON() ([]byte, error)

Override default JSON handling for CommitFile to handle AdditionalProperties

func (*CommitFile) Set

func (a *CommitFile) Set(fieldName string, value interface{})

Setter for additional properties for CommitFile

func (*CommitFile) UnmarshalJSON

func (a *CommitFile) UnmarshalJSON(b []byte) error

Override default JSON handling for CommitFile to handle AdditionalProperties

type CommitFileAttributes

type CommitFileAttributes string

CommitFileAttributes defines model for CommitFile.Attributes.

const (
	CommitFileAttributesBinary        CommitFileAttributes = "binary"
	CommitFileAttributesExecutable    CommitFileAttributes = "executable"
	CommitFileAttributesLfs           CommitFileAttributes = "lfs"
	CommitFileAttributesLink          CommitFileAttributes = "link"
	CommitFileAttributesSubrepository CommitFileAttributes = "subrepository"
)

Defines values for CommitFileAttributes.

type CommitSummaryMarkup

type CommitSummaryMarkup string

CommitSummaryMarkup The type of markup language the raw content is to be interpreted in.

const (
	CommitSummaryMarkupCreole    CommitSummaryMarkup = "creole"
	CommitSummaryMarkupMarkdown  CommitSummaryMarkup = "markdown"
	CommitSummaryMarkupPlaintext CommitSummaryMarkup = "plaintext"
)

Defines values for CommitSummaryMarkup.

type Commitstatus

type Commitstatus struct {
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// Description A description of the build (e.g. "Unit tests in Bamboo")
	Description *string `json:"description,omitempty"`

	// Key An identifier for the status that's unique to
	//         its type (current "build" is the only supported type) and the vendor,
	//         e.g. BB-DEPLOY
	Key   *string `json:"key,omitempty"`
	Links *struct {
		// Commit A link to a resource related to this object.
		Commit *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"commit,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// Name An identifier for the build itself, e.g. BB-DEPLOY-1
	Name *string `json:"name,omitempty"`

	// Refname
	// The name of the ref that pointed to this commit at the time the status
	// object was created. Note that this the ref may since have moved off of
	// the commit. This optional field can be useful for build systems whose
	// build triggers and configuration are branch-dependent (e.g. a Pipeline
	// build).
	// It is legitimate for this field to not be set, or even apply (e.g. a
	// static linting job).
	Refname *string `json:"refname,omitempty"`

	// State Provides some indication of the status of this commit
	State     *CommitstatusState `json:"state,omitempty"`
	Type      string             `json:"type"`
	UpdatedOn *time.Time         `json:"updated_on,omitempty"`

	// Url A URL linking back to the vendor or build system, for providing more information about whatever process produced this status. Accepts context variables `repository` and `commit` that Bitbucket will evaluate at runtime whenever at runtime. For example, one could use https://foo.com/builds/{repository.full_name} which Bitbucket will turn into https://foo.com/builds/foo/bar at render time.
	Url *string `json:"url,omitempty"`

	// Uuid The commit status' id.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Commitstatus defines model for commitstatus.

func (Commitstatus) Get

func (a Commitstatus) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Commitstatus. Returns the specified element and whether it was found

func (Commitstatus) MarshalJSON

func (a Commitstatus) MarshalJSON() ([]byte, error)

Override default JSON handling for Commitstatus to handle AdditionalProperties

func (*Commitstatus) Set

func (a *Commitstatus) Set(fieldName string, value interface{})

Setter for additional properties for Commitstatus

func (*Commitstatus) UnmarshalJSON

func (a *Commitstatus) UnmarshalJSON(b []byte) error

Override default JSON handling for Commitstatus to handle AdditionalProperties

type CommitstatusState

type CommitstatusState string

CommitstatusState Provides some indication of the status of this commit

const (
	CommitstatusStateFAILED     CommitstatusState = "FAILED"
	CommitstatusStateINPROGRESS CommitstatusState = "INPROGRESS"
	CommitstatusStateSTOPPED    CommitstatusState = "STOPPED"
	CommitstatusStateSUCCESSFUL CommitstatusState = "SUCCESSFUL"
)

Defines values for CommitstatusState.

type Committer

type Committer struct {
	// Raw The raw committer value from the repository. This may be the only value available if the committer does not match a user in Bitbucket.
	Raw                  *string                `json:"raw,omitempty"`
	Type                 string                 `json:"type"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Committer defines model for committer.

func (Committer) Get

func (a Committer) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Committer. Returns the specified element and whether it was found

func (Committer) MarshalJSON

func (a Committer) MarshalJSON() ([]byte, error)

Override default JSON handling for Committer to handle AdditionalProperties

func (*Committer) Set

func (a *Committer) Set(fieldName string, value interface{})

Setter for additional properties for Committer

func (*Committer) UnmarshalJSON

func (a *Committer) UnmarshalJSON(b []byte) error

Override default JSON handling for Committer to handle AdditionalProperties

type Component

type Component struct {
	Id    *int `json:"id,omitempty"`
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name                 *string                `json:"name,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Component defines model for component.

func (Component) Get

func (a Component) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Component. Returns the specified element and whether it was found

func (Component) MarshalJSON

func (a Component) MarshalJSON() ([]byte, error)

Override default JSON handling for Component to handle AdditionalProperties

func (*Component) Set

func (a *Component) Set(fieldName string, value interface{})

Setter for additional properties for Component

func (*Component) UnmarshalJSON

func (a *Component) UnmarshalJSON(b []byte) error

Override default JSON handling for Component to handle AdditionalProperties

type CreateDeploymentVariableJSONRequestBody

type CreateDeploymentVariableJSONRequestBody = DeploymentVariable

CreateDeploymentVariableJSONRequestBody defines body for CreateDeploymentVariable for application/json ContentType.

type CreateDeploymentVariableResponse

type CreateDeploymentVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeploymentVariable
	JSON404      *Error
	JSON409      *Error
}

func ParseCreateDeploymentVariableResponse

func ParseCreateDeploymentVariableResponse(rsp *http.Response) (*CreateDeploymentVariableResponse, error)

ParseCreateDeploymentVariableResponse parses an HTTP response from a CreateDeploymentVariableWithResponse call

func (CreateDeploymentVariableResponse) Status

Status returns HTTPResponse.Status

func (CreateDeploymentVariableResponse) StatusCode

func (r CreateDeploymentVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateEnvironmentJSONRequestBody

type CreateEnvironmentJSONRequestBody = DeploymentEnvironment

CreateEnvironmentJSONRequestBody defines body for CreateEnvironment for application/json ContentType.

type CreateEnvironmentResponse

type CreateEnvironmentResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *DeploymentEnvironment
	JSON404      *Error
	JSON409      *Error
}

func ParseCreateEnvironmentResponse

func ParseCreateEnvironmentResponse(rsp *http.Response) (*CreateEnvironmentResponse, error)

ParseCreateEnvironmentResponse parses an HTTP response from a CreateEnvironmentWithResponse call

func (CreateEnvironmentResponse) Status

func (r CreateEnvironmentResponse) Status() string

Status returns HTTPResponse.Status

func (CreateEnvironmentResponse) StatusCode

func (r CreateEnvironmentResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateOrUpdateAnnotationJSONRequestBody

type CreateOrUpdateAnnotationJSONRequestBody = ReportAnnotation

CreateOrUpdateAnnotationJSONRequestBody defines body for CreateOrUpdateAnnotation for application/json ContentType.

type CreateOrUpdateAnnotationResponse

type CreateOrUpdateAnnotationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ReportAnnotation
	JSON400      *Error
}

func ParseCreateOrUpdateAnnotationResponse

func ParseCreateOrUpdateAnnotationResponse(rsp *http.Response) (*CreateOrUpdateAnnotationResponse, error)

ParseCreateOrUpdateAnnotationResponse parses an HTTP response from a CreateOrUpdateAnnotationWithResponse call

func (CreateOrUpdateAnnotationResponse) Status

Status returns HTTPResponse.Status

func (CreateOrUpdateAnnotationResponse) StatusCode

func (r CreateOrUpdateAnnotationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreateOrUpdateReportJSONRequestBody

type CreateOrUpdateReportJSONRequestBody = Report

CreateOrUpdateReportJSONRequestBody defines body for CreateOrUpdateReport for application/json ContentType.

type CreateOrUpdateReportResponse

type CreateOrUpdateReportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Report
	JSON400      *Error
}

func ParseCreateOrUpdateReportResponse

func ParseCreateOrUpdateReportResponse(rsp *http.Response) (*CreateOrUpdateReportResponse, error)

ParseCreateOrUpdateReportResponse parses an HTTP response from a CreateOrUpdateReportWithResponse call

func (CreateOrUpdateReportResponse) Status

Status returns HTTPResponse.Status

func (CreateOrUpdateReportResponse) StatusCode

func (r CreateOrUpdateReportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type CreatePipelineForRepositoryJSONRequestBody

type CreatePipelineForRepositoryJSONRequestBody = Pipeline

CreatePipelineForRepositoryJSONRequestBody defines body for CreatePipelineForRepository for application/json ContentType.

type CreatePipelineForRepositoryResponse

type CreatePipelineForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Pipeline
	JSON400      *Error
	JSON404      *Error
}

func ParseCreatePipelineForRepositoryResponse

func ParseCreatePipelineForRepositoryResponse(rsp *http.Response) (*CreatePipelineForRepositoryResponse, error)

ParseCreatePipelineForRepositoryResponse parses an HTTP response from a CreatePipelineForRepositoryWithResponse call

func (CreatePipelineForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (CreatePipelineForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreatePipelineVariableForTeamJSONRequestBody

type CreatePipelineVariableForTeamJSONRequestBody = PipelineVariable

CreatePipelineVariableForTeamJSONRequestBody defines body for CreatePipelineVariableForTeam for application/json ContentType.

type CreatePipelineVariableForTeamResponse

type CreatePipelineVariableForTeamResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PipelineVariable
	JSON404      *Error
	JSON409      *Error
}

func ParseCreatePipelineVariableForTeamResponse

func ParseCreatePipelineVariableForTeamResponse(rsp *http.Response) (*CreatePipelineVariableForTeamResponse, error)

ParseCreatePipelineVariableForTeamResponse parses an HTTP response from a CreatePipelineVariableForTeamWithResponse call

func (CreatePipelineVariableForTeamResponse) Status

Status returns HTTPResponse.Status

func (CreatePipelineVariableForTeamResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreatePipelineVariableForUserJSONRequestBody

type CreatePipelineVariableForUserJSONRequestBody = PipelineVariable

CreatePipelineVariableForUserJSONRequestBody defines body for CreatePipelineVariableForUser for application/json ContentType.

type CreatePipelineVariableForUserResponse

type CreatePipelineVariableForUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PipelineVariable
	JSON404      *Error
	JSON409      *Error
}

func ParseCreatePipelineVariableForUserResponse

func ParseCreatePipelineVariableForUserResponse(rsp *http.Response) (*CreatePipelineVariableForUserResponse, error)

ParseCreatePipelineVariableForUserResponse parses an HTTP response from a CreatePipelineVariableForUserWithResponse call

func (CreatePipelineVariableForUserResponse) Status

Status returns HTTPResponse.Status

func (CreatePipelineVariableForUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreatePipelineVariableForWorkspaceJSONRequestBody

type CreatePipelineVariableForWorkspaceJSONRequestBody = PipelineVariable

CreatePipelineVariableForWorkspaceJSONRequestBody defines body for CreatePipelineVariableForWorkspace for application/json ContentType.

type CreatePipelineVariableForWorkspaceResponse

type CreatePipelineVariableForWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PipelineVariable
	JSON404      *Error
	JSON409      *Error
}

func ParseCreatePipelineVariableForWorkspaceResponse

func ParseCreatePipelineVariableForWorkspaceResponse(rsp *http.Response) (*CreatePipelineVariableForWorkspaceResponse, error)

ParseCreatePipelineVariableForWorkspaceResponse parses an HTTP response from a CreatePipelineVariableForWorkspaceWithResponse call

func (CreatePipelineVariableForWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (CreatePipelineVariableForWorkspaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateRepositoryPipelineKnownHostJSONRequestBody

type CreateRepositoryPipelineKnownHostJSONRequestBody = PipelineKnownHost

CreateRepositoryPipelineKnownHostJSONRequestBody defines body for CreateRepositoryPipelineKnownHost for application/json ContentType.

type CreateRepositoryPipelineKnownHostResponse

type CreateRepositoryPipelineKnownHostResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PipelineKnownHost
	JSON404      *Error
	JSON409      *Error
}

func ParseCreateRepositoryPipelineKnownHostResponse

func ParseCreateRepositoryPipelineKnownHostResponse(rsp *http.Response) (*CreateRepositoryPipelineKnownHostResponse, error)

ParseCreateRepositoryPipelineKnownHostResponse parses an HTTP response from a CreateRepositoryPipelineKnownHostWithResponse call

func (CreateRepositoryPipelineKnownHostResponse) Status

Status returns HTTPResponse.Status

func (CreateRepositoryPipelineKnownHostResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateRepositoryPipelineScheduleJSONRequestBody

type CreateRepositoryPipelineScheduleJSONRequestBody = PipelineSchedulePostRequestBody

CreateRepositoryPipelineScheduleJSONRequestBody defines body for CreateRepositoryPipelineSchedule for application/json ContentType.

type CreateRepositoryPipelineScheduleResponse

type CreateRepositoryPipelineScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PipelineSchedule
	JSON400      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParseCreateRepositoryPipelineScheduleResponse

func ParseCreateRepositoryPipelineScheduleResponse(rsp *http.Response) (*CreateRepositoryPipelineScheduleResponse, error)

ParseCreateRepositoryPipelineScheduleResponse parses an HTTP response from a CreateRepositoryPipelineScheduleWithResponse call

func (CreateRepositoryPipelineScheduleResponse) Status

Status returns HTTPResponse.Status

func (CreateRepositoryPipelineScheduleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type CreateRepositoryPipelineVariableJSONRequestBody

type CreateRepositoryPipelineVariableJSONRequestBody = PipelineVariable

CreateRepositoryPipelineVariableJSONRequestBody defines body for CreateRepositoryPipelineVariable for application/json ContentType.

type CreateRepositoryPipelineVariableResponse

type CreateRepositoryPipelineVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PipelineVariable
	JSON404      *Error
	JSON409      *Error
}

func ParseCreateRepositoryPipelineVariableResponse

func ParseCreateRepositoryPipelineVariableResponse(rsp *http.Response) (*CreateRepositoryPipelineVariableResponse, error)

ParseCreateRepositoryPipelineVariableResponse parses an HTTP response from a CreateRepositoryPipelineVariableWithResponse call

func (CreateRepositoryPipelineVariableResponse) Status

Status returns HTTPResponse.Status

func (CreateRepositoryPipelineVariableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DefaultReviewerAndType

type DefaultReviewerAndType struct {
	ReviewerType         *string                `json:"reviewer_type,omitempty"`
	Type                 string                 `json:"type"`
	User                 *User                  `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

DefaultReviewerAndType Object containing a user that is a default reviewer and the type of reviewer

func (DefaultReviewerAndType) Get

func (a DefaultReviewerAndType) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for DefaultReviewerAndType. Returns the specified element and whether it was found

func (DefaultReviewerAndType) MarshalJSON

func (a DefaultReviewerAndType) MarshalJSON() ([]byte, error)

Override default JSON handling for DefaultReviewerAndType to handle AdditionalProperties

func (*DefaultReviewerAndType) Set

func (a *DefaultReviewerAndType) Set(fieldName string, value interface{})

Setter for additional properties for DefaultReviewerAndType

func (*DefaultReviewerAndType) UnmarshalJSON

func (a *DefaultReviewerAndType) UnmarshalJSON(b []byte) error

Override default JSON handling for DefaultReviewerAndType to handle AdditionalProperties

type DeleteAddonLinkersLinkerKeyValuesResponse

type DeleteAddonLinkersLinkerKeyValuesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
}

func ParseDeleteAddonLinkersLinkerKeyValuesResponse

func ParseDeleteAddonLinkersLinkerKeyValuesResponse(rsp *http.Response) (*DeleteAddonLinkersLinkerKeyValuesResponse, error)

ParseDeleteAddonLinkersLinkerKeyValuesResponse parses an HTTP response from a DeleteAddonLinkersLinkerKeyValuesWithResponse call

func (DeleteAddonLinkersLinkerKeyValuesResponse) Status

Status returns HTTPResponse.Status

func (DeleteAddonLinkersLinkerKeyValuesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteAddonLinkersLinkerKeyValuesValueIdResponse

type DeleteAddonLinkersLinkerKeyValuesValueIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
}

func ParseDeleteAddonLinkersLinkerKeyValuesValueIdResponse

func ParseDeleteAddonLinkersLinkerKeyValuesValueIdResponse(rsp *http.Response) (*DeleteAddonLinkersLinkerKeyValuesValueIdResponse, error)

ParseDeleteAddonLinkersLinkerKeyValuesValueIdResponse parses an HTTP response from a DeleteAddonLinkersLinkerKeyValuesValueIdWithResponse call

func (DeleteAddonLinkersLinkerKeyValuesValueIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteAddonLinkersLinkerKeyValuesValueIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteAddonResponse

type DeleteAddonResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
}

func ParseDeleteAddonResponse

func ParseDeleteAddonResponse(rsp *http.Response) (*DeleteAddonResponse, error)

ParseDeleteAddonResponse parses an HTTP response from a DeleteAddonWithResponse call

func (DeleteAddonResponse) Status

func (r DeleteAddonResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAddonResponse) StatusCode

func (r DeleteAddonResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteAnnotationResponse

type DeleteAnnotationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteAnnotationResponse

func ParseDeleteAnnotationResponse(rsp *http.Response) (*DeleteAnnotationResponse, error)

ParseDeleteAnnotationResponse parses an HTTP response from a DeleteAnnotationWithResponse call

func (DeleteAnnotationResponse) Status

func (r DeleteAnnotationResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteAnnotationResponse) StatusCode

func (r DeleteAnnotationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteCommitHostedPropertyValueResponse

type DeleteCommitHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteCommitHostedPropertyValueResponse

func ParseDeleteCommitHostedPropertyValueResponse(rsp *http.Response) (*DeleteCommitHostedPropertyValueResponse, error)

ParseDeleteCommitHostedPropertyValueResponse parses an HTTP response from a DeleteCommitHostedPropertyValueWithResponse call

func (DeleteCommitHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (DeleteCommitHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteDeploymentVariableResponse

type DeleteDeploymentVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteDeploymentVariableResponse

func ParseDeleteDeploymentVariableResponse(rsp *http.Response) (*DeleteDeploymentVariableResponse, error)

ParseDeleteDeploymentVariableResponse parses an HTTP response from a DeleteDeploymentVariableWithResponse call

func (DeleteDeploymentVariableResponse) Status

Status returns HTTPResponse.Status

func (DeleteDeploymentVariableResponse) StatusCode

func (r DeleteDeploymentVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteEnvironmentForRepositoryResponse

type DeleteEnvironmentForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteEnvironmentForRepositoryResponse

func ParseDeleteEnvironmentForRepositoryResponse(rsp *http.Response) (*DeleteEnvironmentForRepositoryResponse, error)

ParseDeleteEnvironmentForRepositoryResponse parses an HTTP response from a DeleteEnvironmentForRepositoryWithResponse call

func (DeleteEnvironmentForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (DeleteEnvironmentForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePipelineVariableForTeamResponse

type DeletePipelineVariableForTeamResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeletePipelineVariableForTeamResponse

func ParseDeletePipelineVariableForTeamResponse(rsp *http.Response) (*DeletePipelineVariableForTeamResponse, error)

ParseDeletePipelineVariableForTeamResponse parses an HTTP response from a DeletePipelineVariableForTeamWithResponse call

func (DeletePipelineVariableForTeamResponse) Status

Status returns HTTPResponse.Status

func (DeletePipelineVariableForTeamResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePipelineVariableForUserResponse

type DeletePipelineVariableForUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeletePipelineVariableForUserResponse

func ParseDeletePipelineVariableForUserResponse(rsp *http.Response) (*DeletePipelineVariableForUserResponse, error)

ParseDeletePipelineVariableForUserResponse parses an HTTP response from a DeletePipelineVariableForUserWithResponse call

func (DeletePipelineVariableForUserResponse) Status

Status returns HTTPResponse.Status

func (DeletePipelineVariableForUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePipelineVariableForWorkspaceResponse

type DeletePipelineVariableForWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeletePipelineVariableForWorkspaceResponse

func ParseDeletePipelineVariableForWorkspaceResponse(rsp *http.Response) (*DeletePipelineVariableForWorkspaceResponse, error)

ParseDeletePipelineVariableForWorkspaceResponse parses an HTTP response from a DeletePipelineVariableForWorkspaceWithResponse call

func (DeletePipelineVariableForWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (DeletePipelineVariableForWorkspaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeletePullRequestHostedPropertyValueResponse

type DeletePullRequestHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeletePullRequestHostedPropertyValueResponse

func ParseDeletePullRequestHostedPropertyValueResponse(rsp *http.Response) (*DeletePullRequestHostedPropertyValueResponse, error)

ParseDeletePullRequestHostedPropertyValueResponse parses an HTTP response from a DeletePullRequestHostedPropertyValueWithResponse call

func (DeletePullRequestHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (DeletePullRequestHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteReportResponse

type DeleteReportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteReportResponse

func ParseDeleteReportResponse(rsp *http.Response) (*DeleteReportResponse, error)

ParseDeleteReportResponse parses an HTTP response from a DeleteReportWithResponse call

func (DeleteReportResponse) Status

func (r DeleteReportResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteReportResponse) StatusCode

func (r DeleteReportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

type DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse

type DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

type DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

type DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

type DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse

type DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse

type DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugHooksUidResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugHooksUidResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugHooksUidResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugHooksUidWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugHooksUidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

type DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugParams

type DeleteRepositoriesWorkspaceRepoSlugParams struct {
	// RedirectTo If a repository has been moved to a new location, use this parameter to
	// show users a friendly message in the Bitbucket UI that the repository
	// has moved to a new location. However, a GET to this endpoint will still
	// return a 404.
	RedirectTo *string `form:"redirect_to,omitempty" json:"redirect_to,omitempty"`
}

DeleteRepositoriesWorkspaceRepoSlugParams defines parameters for DeleteRepositoriesWorkspaceRepoSlug.

type DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

type DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

type DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

type DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse

type DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse

type DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugRefsTagsNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoriesWorkspaceRepoSlugResponse

type DeleteRepositoriesWorkspaceRepoSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteRepositoriesWorkspaceRepoSlugResponse

func ParseDeleteRepositoriesWorkspaceRepoSlugResponse(rsp *http.Response) (*DeleteRepositoriesWorkspaceRepoSlugResponse, error)

ParseDeleteRepositoriesWorkspaceRepoSlugResponse parses an HTTP response from a DeleteRepositoriesWorkspaceRepoSlugWithResponse call

func (DeleteRepositoriesWorkspaceRepoSlugResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoriesWorkspaceRepoSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoryHostedPropertyValueResponse

type DeleteRepositoryHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRepositoryHostedPropertyValueResponse

func ParseDeleteRepositoryHostedPropertyValueResponse(rsp *http.Response) (*DeleteRepositoryHostedPropertyValueResponse, error)

ParseDeleteRepositoryHostedPropertyValueResponse parses an HTTP response from a DeleteRepositoryHostedPropertyValueWithResponse call

func (DeleteRepositoryHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoryHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoryPipelineCacheResponse

type DeleteRepositoryPipelineCacheResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoryPipelineCacheResponse

func ParseDeleteRepositoryPipelineCacheResponse(rsp *http.Response) (*DeleteRepositoryPipelineCacheResponse, error)

ParseDeleteRepositoryPipelineCacheResponse parses an HTTP response from a DeleteRepositoryPipelineCacheWithResponse call

func (DeleteRepositoryPipelineCacheResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoryPipelineCacheResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoryPipelineCachesParams

type DeleteRepositoryPipelineCachesParams struct {
	// Name The cache name.
	Name string `form:"name" json:"name"`
}

DeleteRepositoryPipelineCachesParams defines parameters for DeleteRepositoryPipelineCaches.

type DeleteRepositoryPipelineCachesResponse

type DeleteRepositoryPipelineCachesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoryPipelineCachesResponse

func ParseDeleteRepositoryPipelineCachesResponse(rsp *http.Response) (*DeleteRepositoryPipelineCachesResponse, error)

ParseDeleteRepositoryPipelineCachesResponse parses an HTTP response from a DeleteRepositoryPipelineCachesWithResponse call

func (DeleteRepositoryPipelineCachesResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoryPipelineCachesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoryPipelineKeyPairResponse

type DeleteRepositoryPipelineKeyPairResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoryPipelineKeyPairResponse

func ParseDeleteRepositoryPipelineKeyPairResponse(rsp *http.Response) (*DeleteRepositoryPipelineKeyPairResponse, error)

ParseDeleteRepositoryPipelineKeyPairResponse parses an HTTP response from a DeleteRepositoryPipelineKeyPairWithResponse call

func (DeleteRepositoryPipelineKeyPairResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoryPipelineKeyPairResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoryPipelineKnownHostResponse

type DeleteRepositoryPipelineKnownHostResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoryPipelineKnownHostResponse

func ParseDeleteRepositoryPipelineKnownHostResponse(rsp *http.Response) (*DeleteRepositoryPipelineKnownHostResponse, error)

ParseDeleteRepositoryPipelineKnownHostResponse parses an HTTP response from a DeleteRepositoryPipelineKnownHostWithResponse call

func (DeleteRepositoryPipelineKnownHostResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoryPipelineKnownHostResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoryPipelineScheduleResponse

type DeleteRepositoryPipelineScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoryPipelineScheduleResponse

func ParseDeleteRepositoryPipelineScheduleResponse(rsp *http.Response) (*DeleteRepositoryPipelineScheduleResponse, error)

ParseDeleteRepositoryPipelineScheduleResponse parses an HTTP response from a DeleteRepositoryPipelineScheduleWithResponse call

func (DeleteRepositoryPipelineScheduleResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoryPipelineScheduleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRepositoryPipelineVariableResponse

type DeleteRepositoryPipelineVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseDeleteRepositoryPipelineVariableResponse

func ParseDeleteRepositoryPipelineVariableResponse(rsp *http.Response) (*DeleteRepositoryPipelineVariableResponse, error)

ParseDeleteRepositoryPipelineVariableResponse parses an HTTP response from a DeleteRepositoryPipelineVariableWithResponse call

func (DeleteRepositoryPipelineVariableResponse) Status

Status returns HTTPResponse.Status

func (DeleteRepositoryPipelineVariableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

type DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

func ParseDeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse(rsp *http.Response) (*DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

ParseDeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse parses an HTTP response from a DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse call

func (DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteSnippetsWorkspaceEncodedIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteSnippetsWorkspaceEncodedIdNodeIdResponse

type DeleteSnippetsWorkspaceEncodedIdNodeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
	JSON405      *Error
}

func ParseDeleteSnippetsWorkspaceEncodedIdNodeIdResponse

func ParseDeleteSnippetsWorkspaceEncodedIdNodeIdResponse(rsp *http.Response) (*DeleteSnippetsWorkspaceEncodedIdNodeIdResponse, error)

ParseDeleteSnippetsWorkspaceEncodedIdNodeIdResponse parses an HTTP response from a DeleteSnippetsWorkspaceEncodedIdNodeIdWithResponse call

func (DeleteSnippetsWorkspaceEncodedIdNodeIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteSnippetsWorkspaceEncodedIdNodeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteSnippetsWorkspaceEncodedIdResponse

type DeleteSnippetsWorkspaceEncodedIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteSnippetsWorkspaceEncodedIdResponse

func ParseDeleteSnippetsWorkspaceEncodedIdResponse(rsp *http.Response) (*DeleteSnippetsWorkspaceEncodedIdResponse, error)

ParseDeleteSnippetsWorkspaceEncodedIdResponse parses an HTTP response from a DeleteSnippetsWorkspaceEncodedIdWithResponse call

func (DeleteSnippetsWorkspaceEncodedIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteSnippetsWorkspaceEncodedIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteSnippetsWorkspaceEncodedIdWatchResponse

type DeleteSnippetsWorkspaceEncodedIdWatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
}

func ParseDeleteSnippetsWorkspaceEncodedIdWatchResponse

func ParseDeleteSnippetsWorkspaceEncodedIdWatchResponse(rsp *http.Response) (*DeleteSnippetsWorkspaceEncodedIdWatchResponse, error)

ParseDeleteSnippetsWorkspaceEncodedIdWatchResponse parses an HTTP response from a DeleteSnippetsWorkspaceEncodedIdWatchWithResponse call

func (DeleteSnippetsWorkspaceEncodedIdWatchResponse) Status

Status returns HTTPResponse.Status

func (DeleteSnippetsWorkspaceEncodedIdWatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteUserHostedPropertyValueResponse

type DeleteUserHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteUserHostedPropertyValueResponse

func ParseDeleteUserHostedPropertyValueResponse(rsp *http.Response) (*DeleteUserHostedPropertyValueResponse, error)

ParseDeleteUserHostedPropertyValueResponse parses an HTTP response from a DeleteUserHostedPropertyValueWithResponse call

func (DeleteUserHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (DeleteUserHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteUsersSelectedUserGpgKeysFingerprintResponse

type DeleteUsersSelectedUserGpgKeysFingerprintResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON404      *Error
}

func ParseDeleteUsersSelectedUserGpgKeysFingerprintResponse

func ParseDeleteUsersSelectedUserGpgKeysFingerprintResponse(rsp *http.Response) (*DeleteUsersSelectedUserGpgKeysFingerprintResponse, error)

ParseDeleteUsersSelectedUserGpgKeysFingerprintResponse parses an HTTP response from a DeleteUsersSelectedUserGpgKeysFingerprintWithResponse call

func (DeleteUsersSelectedUserGpgKeysFingerprintResponse) Status

Status returns HTTPResponse.Status

func (DeleteUsersSelectedUserGpgKeysFingerprintResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteUsersSelectedUserSshKeysKeyIdResponse

type DeleteUsersSelectedUserSshKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON404      *Error
}

func ParseDeleteUsersSelectedUserSshKeysKeyIdResponse

func ParseDeleteUsersSelectedUserSshKeysKeyIdResponse(rsp *http.Response) (*DeleteUsersSelectedUserSshKeysKeyIdResponse, error)

ParseDeleteUsersSelectedUserSshKeysKeyIdResponse parses an HTTP response from a DeleteUsersSelectedUserSshKeysKeyIdWithResponse call

func (DeleteUsersSelectedUserSshKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteUsersSelectedUserSshKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspacesWorkspaceHooksUidResponse

type DeleteWorkspacesWorkspaceHooksUidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteWorkspacesWorkspaceHooksUidResponse

func ParseDeleteWorkspacesWorkspaceHooksUidResponse(rsp *http.Response) (*DeleteWorkspacesWorkspaceHooksUidResponse, error)

ParseDeleteWorkspacesWorkspaceHooksUidResponse parses an HTTP response from a DeleteWorkspacesWorkspaceHooksUidWithResponse call

func (DeleteWorkspacesWorkspaceHooksUidResponse) Status

Status returns HTTPResponse.Status

func (DeleteWorkspacesWorkspaceHooksUidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

type DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse(rsp *http.Response) (*DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

ParseDeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse parses an HTTP response from a DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse call

func (DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse) Status

Status returns HTTPResponse.Status

func (DeleteWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse

type DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse(rsp *http.Response) (*DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse, error)

ParseDeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse parses an HTTP response from a DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse call

func (DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

type DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse(rsp *http.Response) (*DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

ParseDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse parses an HTTP response from a DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse call

func (DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse) Status

Status returns HTTPResponse.Status

func (DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

type DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse(rsp *http.Response) (*DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

ParseDeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse parses an HTTP response from a DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse call

func (DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteWorkspacesWorkspaceProjectsProjectKeyResponse

type DeleteWorkspacesWorkspaceProjectsProjectKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyResponse

func ParseDeleteWorkspacesWorkspaceProjectsProjectKeyResponse(rsp *http.Response) (*DeleteWorkspacesWorkspaceProjectsProjectKeyResponse, error)

ParseDeleteWorkspacesWorkspaceProjectsProjectKeyResponse parses an HTTP response from a DeleteWorkspacesWorkspaceProjectsProjectKeyWithResponse call

func (DeleteWorkspacesWorkspaceProjectsProjectKeyResponse) Status

Status returns HTTPResponse.Status

func (DeleteWorkspacesWorkspaceProjectsProjectKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeployKey

type DeployKey struct {
	AddedOn *time.Time `json:"added_on,omitempty"`

	// Comment The comment parsed from the deploy key (if present)
	Comment *string `json:"comment,omitempty"`

	// Key The deploy key value.
	Key *string `json:"key,omitempty"`

	// Label The user-defined label for the deploy key
	Label    *string    `json:"label,omitempty"`
	LastUsed *time.Time `json:"last_used,omitempty"`
	Links    *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Owner                *Account               `json:"owner,omitempty"`
	Repository           *Repository            `json:"repository,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

DeployKey defines model for deploy_key.

func (DeployKey) Get

func (a DeployKey) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for DeployKey. Returns the specified element and whether it was found

func (DeployKey) MarshalJSON

func (a DeployKey) MarshalJSON() ([]byte, error)

Override default JSON handling for DeployKey to handle AdditionalProperties

func (*DeployKey) Set

func (a *DeployKey) Set(fieldName string, value interface{})

Setter for additional properties for DeployKey

func (*DeployKey) UnmarshalJSON

func (a *DeployKey) UnmarshalJSON(b []byte) error

Override default JSON handling for DeployKey to handle AdditionalProperties

type Deployment

type Deployment struct {
	Environment *DeploymentEnvironment `json:"environment,omitempty"`
	Release     *DeploymentRelease     `json:"release,omitempty"`
	State       *DeploymentState       `json:"state,omitempty"`
	Type        string                 `json:"type"`

	// Uuid The UUID identifying the deployment.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Deployment defines model for deployment.

func (Deployment) Get

func (a Deployment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Deployment. Returns the specified element and whether it was found

func (Deployment) MarshalJSON

func (a Deployment) MarshalJSON() ([]byte, error)

Override default JSON handling for Deployment to handle AdditionalProperties

func (*Deployment) Set

func (a *Deployment) Set(fieldName string, value interface{})

Setter for additional properties for Deployment

func (*Deployment) UnmarshalJSON

func (a *Deployment) UnmarshalJSON(b []byte) error

Override default JSON handling for Deployment to handle AdditionalProperties

type DeploymentEnvironment

type DeploymentEnvironment struct {
	// Name The name of the environment.
	Name *string `json:"name,omitempty"`
	Type string  `json:"type"`

	// Uuid The UUID identifying the environment.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

DeploymentEnvironment defines model for deployment_environment.

func (DeploymentEnvironment) Get

func (a DeploymentEnvironment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for DeploymentEnvironment. Returns the specified element and whether it was found

func (DeploymentEnvironment) MarshalJSON

func (a DeploymentEnvironment) MarshalJSON() ([]byte, error)

Override default JSON handling for DeploymentEnvironment to handle AdditionalProperties

func (*DeploymentEnvironment) Set

func (a *DeploymentEnvironment) Set(fieldName string, value interface{})

Setter for additional properties for DeploymentEnvironment

func (*DeploymentEnvironment) UnmarshalJSON

func (a *DeploymentEnvironment) UnmarshalJSON(b []byte) error

Override default JSON handling for DeploymentEnvironment to handle AdditionalProperties

type DeploymentRelease

type DeploymentRelease struct {
	Commit *Commit `json:"commit,omitempty"`

	// CreatedOn The timestamp when the release was created.
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// Name The name of the release.
	Name *string `json:"name,omitempty"`
	Type string  `json:"type"`

	// Url Link to the pipeline that produced the release.
	Url *string `json:"url,omitempty"`

	// Uuid The UUID identifying the release.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

DeploymentRelease defines model for deployment_release.

func (DeploymentRelease) Get

func (a DeploymentRelease) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for DeploymentRelease. Returns the specified element and whether it was found

func (DeploymentRelease) MarshalJSON

func (a DeploymentRelease) MarshalJSON() ([]byte, error)

Override default JSON handling for DeploymentRelease to handle AdditionalProperties

func (*DeploymentRelease) Set

func (a *DeploymentRelease) Set(fieldName string, value interface{})

Setter for additional properties for DeploymentRelease

func (*DeploymentRelease) UnmarshalJSON

func (a *DeploymentRelease) UnmarshalJSON(b []byte) error

Override default JSON handling for DeploymentRelease to handle AdditionalProperties

type DeploymentState

type DeploymentState struct {
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

DeploymentState defines model for deployment_state.

func (DeploymentState) Get

func (a DeploymentState) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for DeploymentState. Returns the specified element and whether it was found

func (DeploymentState) MarshalJSON

func (a DeploymentState) MarshalJSON() ([]byte, error)

Override default JSON handling for DeploymentState to handle AdditionalProperties

func (*DeploymentState) Set

func (a *DeploymentState) Set(fieldName string, value interface{})

Setter for additional properties for DeploymentState

func (*DeploymentState) UnmarshalJSON

func (a *DeploymentState) UnmarshalJSON(b []byte) error

Override default JSON handling for DeploymentState to handle AdditionalProperties

type DeploymentVariable

type DeploymentVariable struct {
	// Key The unique name of the variable.
	Key *string `json:"key,omitempty"`

	// Secured If true, this variable will be treated as secured. The value will never be exposed in the logs or the REST API.
	Secured *bool  `json:"secured,omitempty"`
	Type    string `json:"type"`

	// Uuid The UUID identifying the variable.
	Uuid *string `json:"uuid,omitempty"`

	// Value The value of the variable. If the variable is secured, this will be empty.
	Value                *string                `json:"value,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

DeploymentVariable defines model for deployment_variable.

func (DeploymentVariable) Get

func (a DeploymentVariable) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for DeploymentVariable. Returns the specified element and whether it was found

func (DeploymentVariable) MarshalJSON

func (a DeploymentVariable) MarshalJSON() ([]byte, error)

Override default JSON handling for DeploymentVariable to handle AdditionalProperties

func (*DeploymentVariable) Set

func (a *DeploymentVariable) Set(fieldName string, value interface{})

Setter for additional properties for DeploymentVariable

func (*DeploymentVariable) UnmarshalJSON

func (a *DeploymentVariable) UnmarshalJSON(b []byte) error

Override default JSON handling for DeploymentVariable to handle AdditionalProperties

type Diffstat

type Diffstat struct {
	LinesAdded   *int `json:"lines_added,omitempty"`
	LinesRemoved *int `json:"lines_removed,omitempty"`

	// New A file object, representing a file at a commit in a repository
	New *CommitFile `json:"new,omitempty"`

	// Old A file object, representing a file at a commit in a repository
	Old                  *CommitFile            `json:"old,omitempty"`
	Status               *DiffstatStatus        `json:"status,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Diffstat A diffstat object that includes a summary of changes made to a file between two commits.

func (Diffstat) Get

func (a Diffstat) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Diffstat. Returns the specified element and whether it was found

func (Diffstat) MarshalJSON

func (a Diffstat) MarshalJSON() ([]byte, error)

Override default JSON handling for Diffstat to handle AdditionalProperties

func (*Diffstat) Set

func (a *Diffstat) Set(fieldName string, value interface{})

Setter for additional properties for Diffstat

func (*Diffstat) UnmarshalJSON

func (a *Diffstat) UnmarshalJSON(b []byte) error

Override default JSON handling for Diffstat to handle AdditionalProperties

type DiffstatStatus

type DiffstatStatus string

DiffstatStatus defines model for Diffstat.Status.

const (
	Added    DiffstatStatus = "added"
	Modified DiffstatStatus = "modified"
	Removed  DiffstatStatus = "removed"
	Renamed  DiffstatStatus = "renamed"
)

Defines values for DiffstatStatus.

type EffectiveRepoBranchingModel

type EffectiveRepoBranchingModel struct {
	// BranchTypes The active branch types.
	BranchTypes *[]struct {
		// Kind The kind of branch.
		Kind EffectiveRepoBranchingModelBranchTypesKind `json:"kind"`

		// Prefix The prefix for this branch type. A branch with this prefix will be classified as per `kind`. The prefix must be a valid prefix for a branch and must always exist. It cannot be blank, empty or `null`.
		Prefix string `json:"prefix"`
	} `json:"branch_types,omitempty"`
	Development *struct {
		Branch *Branch `json:"branch,omitempty"`

		// Name Name of the target branch. Will be listed here even when the target branch does not exist. Will be `null` if targeting the main branch and the repository is empty.
		Name string `json:"name"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`).
		UseMainbranch bool `json:"use_mainbranch"`
	} `json:"development,omitempty"`
	Production *struct {
		Branch *Branch `json:"branch,omitempty"`

		// Name Name of the target branch. Will be listed here even when the target branch does not exist. Will be `null` if targeting the main branch and the repository is empty.
		Name string `json:"name"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`).
		UseMainbranch bool `json:"use_mainbranch"`
	} `json:"production,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

EffectiveRepoBranchingModel defines model for effective_repo_branching_model.

func (EffectiveRepoBranchingModel) Get

func (a EffectiveRepoBranchingModel) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for EffectiveRepoBranchingModel. Returns the specified element and whether it was found

func (EffectiveRepoBranchingModel) MarshalJSON

func (a EffectiveRepoBranchingModel) MarshalJSON() ([]byte, error)

Override default JSON handling for EffectiveRepoBranchingModel to handle AdditionalProperties

func (*EffectiveRepoBranchingModel) Set

func (a *EffectiveRepoBranchingModel) Set(fieldName string, value interface{})

Setter for additional properties for EffectiveRepoBranchingModel

func (*EffectiveRepoBranchingModel) UnmarshalJSON

func (a *EffectiveRepoBranchingModel) UnmarshalJSON(b []byte) error

Override default JSON handling for EffectiveRepoBranchingModel to handle AdditionalProperties

type EffectiveRepoBranchingModelBranchTypesKind

type EffectiveRepoBranchingModelBranchTypesKind string

EffectiveRepoBranchingModelBranchTypesKind The kind of branch.

const (
	EffectiveRepoBranchingModelBranchTypesKindBugfix  EffectiveRepoBranchingModelBranchTypesKind = "bugfix"
	EffectiveRepoBranchingModelBranchTypesKindFeature EffectiveRepoBranchingModelBranchTypesKind = "feature"
	EffectiveRepoBranchingModelBranchTypesKindHotfix  EffectiveRepoBranchingModelBranchTypesKind = "hotfix"
	EffectiveRepoBranchingModelBranchTypesKindRelease EffectiveRepoBranchingModelBranchTypesKind = "release"
)

Defines values for EffectiveRepoBranchingModelBranchTypesKind.

type Error

type Error struct {
	Error *struct {
		// Data Optional structured data that is endpoint-specific.
		Data    *map[string]interface{} `json:"data,omitempty"`
		Detail  *string                 `json:"detail,omitempty"`
		Message string                  `json:"message"`
	} `json:"error,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Error Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.

func (Error) Get

func (a Error) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Error. Returns the specified element and whether it was found

func (Error) MarshalJSON

func (a Error) MarshalJSON() ([]byte, error)

Override default JSON handling for Error to handle AdditionalProperties

func (*Error) Set

func (a *Error) Set(fieldName string, value interface{})

Setter for additional properties for Error

func (*Error) UnmarshalJSON

func (a *Error) UnmarshalJSON(b []byte) error

Override default JSON handling for Error to handle AdditionalProperties

type ExportOptions

type ExportOptions struct {
	IncludeAttachments   *bool                  `json:"include_attachments,omitempty"`
	ProjectKey           *string                `json:"project_key,omitempty"`
	ProjectName          *string                `json:"project_name,omitempty"`
	SendEmail            *bool                  `json:"send_email,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

ExportOptions Options for issue export.

func (ExportOptions) Get

func (a ExportOptions) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ExportOptions. Returns the specified element and whether it was found

func (ExportOptions) MarshalJSON

func (a ExportOptions) MarshalJSON() ([]byte, error)

Override default JSON handling for ExportOptions to handle AdditionalProperties

func (*ExportOptions) Set

func (a *ExportOptions) Set(fieldName string, value interface{})

Setter for additional properties for ExportOptions

func (*ExportOptions) UnmarshalJSON

func (a *ExportOptions) UnmarshalJSON(b []byte) error

Override default JSON handling for ExportOptions to handle AdditionalProperties

type GPGAccountKey

type GPGAccountKey struct {
	AddedOn *time.Time `json:"added_on,omitempty"`

	// Comment The comment parsed from the GPG key (if present)
	Comment   *string    `json:"comment,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	ExpiresOn *time.Time `json:"expires_on,omitempty"`

	// Fingerprint The GPG key fingerprint.
	Fingerprint *string `json:"fingerprint,omitempty"`

	// Key The GPG key value in X format.
	Key *string `json:"key,omitempty"`

	// KeyId The unique identifier for the GPG key
	KeyId    *string    `json:"key_id,omitempty"`
	LastUsed *time.Time `json:"last_used,omitempty"`
	Links    *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// Name The user-defined label for the GPG key
	Name  *string  `json:"name,omitempty"`
	Owner *Account `json:"owner,omitempty"`

	// ParentFingerprint The fingerprint of the parent key. This value is null unless the current key is a subkey.
	ParentFingerprint    *string                `json:"parent_fingerprint,omitempty"`
	Subkeys              *[]GPGAccountKey       `json:"subkeys,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

GPGAccountKey defines model for GPG_account_key.

func (GPGAccountKey) Get

func (a GPGAccountKey) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for GPGAccountKey. Returns the specified element and whether it was found

func (GPGAccountKey) MarshalJSON

func (a GPGAccountKey) MarshalJSON() ([]byte, error)

Override default JSON handling for GPGAccountKey to handle AdditionalProperties

func (*GPGAccountKey) Set

func (a *GPGAccountKey) Set(fieldName string, value interface{})

Setter for additional properties for GPGAccountKey

func (*GPGAccountKey) UnmarshalJSON

func (a *GPGAccountKey) UnmarshalJSON(b []byte) error

Override default JSON handling for GPGAccountKey to handle AdditionalProperties

type GetAddonLinkersLinkerKeyResponse

type GetAddonLinkersLinkerKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
}

func ParseGetAddonLinkersLinkerKeyResponse

func ParseGetAddonLinkersLinkerKeyResponse(rsp *http.Response) (*GetAddonLinkersLinkerKeyResponse, error)

ParseGetAddonLinkersLinkerKeyResponse parses an HTTP response from a GetAddonLinkersLinkerKeyWithResponse call

func (GetAddonLinkersLinkerKeyResponse) Status

Status returns HTTPResponse.Status

func (GetAddonLinkersLinkerKeyResponse) StatusCode

func (r GetAddonLinkersLinkerKeyResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAddonLinkersLinkerKeyValuesResponse

type GetAddonLinkersLinkerKeyValuesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
}

func ParseGetAddonLinkersLinkerKeyValuesResponse

func ParseGetAddonLinkersLinkerKeyValuesResponse(rsp *http.Response) (*GetAddonLinkersLinkerKeyValuesResponse, error)

ParseGetAddonLinkersLinkerKeyValuesResponse parses an HTTP response from a GetAddonLinkersLinkerKeyValuesWithResponse call

func (GetAddonLinkersLinkerKeyValuesResponse) Status

Status returns HTTPResponse.Status

func (GetAddonLinkersLinkerKeyValuesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetAddonLinkersLinkerKeyValuesValueIdResponse

type GetAddonLinkersLinkerKeyValuesValueIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
}

func ParseGetAddonLinkersLinkerKeyValuesValueIdResponse

func ParseGetAddonLinkersLinkerKeyValuesValueIdResponse(rsp *http.Response) (*GetAddonLinkersLinkerKeyValuesValueIdResponse, error)

ParseGetAddonLinkersLinkerKeyValuesValueIdResponse parses an HTTP response from a GetAddonLinkersLinkerKeyValuesValueIdWithResponse call

func (GetAddonLinkersLinkerKeyValuesValueIdResponse) Status

Status returns HTTPResponse.Status

func (GetAddonLinkersLinkerKeyValuesValueIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetAddonLinkersResponse

type GetAddonLinkersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
}

func ParseGetAddonLinkersResponse

func ParseGetAddonLinkersResponse(rsp *http.Response) (*GetAddonLinkersResponse, error)

ParseGetAddonLinkersResponse parses an HTTP response from a GetAddonLinkersWithResponse call

func (GetAddonLinkersResponse) Status

func (r GetAddonLinkersResponse) Status() string

Status returns HTTPResponse.Status

func (GetAddonLinkersResponse) StatusCode

func (r GetAddonLinkersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAnnotationResponse

type GetAnnotationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ReportAnnotation
	JSON404      *Error
}

func ParseGetAnnotationResponse

func ParseGetAnnotationResponse(rsp *http.Response) (*GetAnnotationResponse, error)

ParseGetAnnotationResponse parses an HTTP response from a GetAnnotationWithResponse call

func (GetAnnotationResponse) Status

func (r GetAnnotationResponse) Status() string

Status returns HTTPResponse.Status

func (GetAnnotationResponse) StatusCode

func (r GetAnnotationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetAnnotationsForReportResponse

type GetAnnotationsForReportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedAnnotations
}

func ParseGetAnnotationsForReportResponse

func ParseGetAnnotationsForReportResponse(rsp *http.Response) (*GetAnnotationsForReportResponse, error)

ParseGetAnnotationsForReportResponse parses an HTTP response from a GetAnnotationsForReportWithResponse call

func (GetAnnotationsForReportResponse) Status

Status returns HTTPResponse.Status

func (GetAnnotationsForReportResponse) StatusCode

func (r GetAnnotationsForReportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetCommitHostedPropertyValueResponse

type GetCommitHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApplicationProperty
}

func ParseGetCommitHostedPropertyValueResponse

func ParseGetCommitHostedPropertyValueResponse(rsp *http.Response) (*GetCommitHostedPropertyValueResponse, error)

ParseGetCommitHostedPropertyValueResponse parses an HTTP response from a GetCommitHostedPropertyValueWithResponse call

func (GetCommitHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (GetCommitHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetDeploymentForRepositoryResponse

type GetDeploymentForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Deployment
	JSON404      *Error
}

func ParseGetDeploymentForRepositoryResponse

func ParseGetDeploymentForRepositoryResponse(rsp *http.Response) (*GetDeploymentForRepositoryResponse, error)

ParseGetDeploymentForRepositoryResponse parses an HTTP response from a GetDeploymentForRepositoryWithResponse call

func (GetDeploymentForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetDeploymentForRepositoryResponse) StatusCode

func (r GetDeploymentForRepositoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDeploymentVariablesResponse

type GetDeploymentVariablesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedDeploymentVariable
}

func ParseGetDeploymentVariablesResponse

func ParseGetDeploymentVariablesResponse(rsp *http.Response) (*GetDeploymentVariablesResponse, error)

ParseGetDeploymentVariablesResponse parses an HTTP response from a GetDeploymentVariablesWithResponse call

func (GetDeploymentVariablesResponse) Status

Status returns HTTPResponse.Status

func (GetDeploymentVariablesResponse) StatusCode

func (r GetDeploymentVariablesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetDeploymentsForRepositoryResponse

type GetDeploymentsForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedDeployments
}

func ParseGetDeploymentsForRepositoryResponse

func ParseGetDeploymentsForRepositoryResponse(rsp *http.Response) (*GetDeploymentsForRepositoryResponse, error)

ParseGetDeploymentsForRepositoryResponse parses an HTTP response from a GetDeploymentsForRepositoryWithResponse call

func (GetDeploymentsForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetDeploymentsForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetEnvironmentForRepositoryResponse

type GetEnvironmentForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeploymentEnvironment
	JSON404      *Error
}

func ParseGetEnvironmentForRepositoryResponse

func ParseGetEnvironmentForRepositoryResponse(rsp *http.Response) (*GetEnvironmentForRepositoryResponse, error)

ParseGetEnvironmentForRepositoryResponse parses an HTTP response from a GetEnvironmentForRepositoryWithResponse call

func (GetEnvironmentForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetEnvironmentForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetEnvironmentsForRepositoryResponse

type GetEnvironmentsForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedEnvironments
}

func ParseGetEnvironmentsForRepositoryResponse

func ParseGetEnvironmentsForRepositoryResponse(rsp *http.Response) (*GetEnvironmentsForRepositoryResponse, error)

ParseGetEnvironmentsForRepositoryResponse parses an HTTP response from a GetEnvironmentsForRepositoryWithResponse call

func (GetEnvironmentsForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetEnvironmentsForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetHookEventsResponse

type GetHookEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SubjectTypes
}

func ParseGetHookEventsResponse

func ParseGetHookEventsResponse(rsp *http.Response) (*GetHookEventsResponse, error)

ParseGetHookEventsResponse parses an HTTP response from a GetHookEventsWithResponse call

func (GetHookEventsResponse) Status

func (r GetHookEventsResponse) Status() string

Status returns HTTPResponse.Status

func (GetHookEventsResponse) StatusCode

func (r GetHookEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetHookEventsSubjectTypeResponse

type GetHookEventsSubjectTypeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedHookEvents
	JSON404      *Error
}

func ParseGetHookEventsSubjectTypeResponse

func ParseGetHookEventsSubjectTypeResponse(rsp *http.Response) (*GetHookEventsSubjectTypeResponse, error)

ParseGetHookEventsSubjectTypeResponse parses an HTTP response from a GetHookEventsSubjectTypeWithResponse call

func (GetHookEventsSubjectTypeResponse) Status

Status returns HTTPResponse.Status

func (GetHookEventsSubjectTypeResponse) StatusCode

func (r GetHookEventsSubjectTypeResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOIDCConfigurationResponse

type GetOIDCConfigurationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetOIDCConfigurationResponse

func ParseGetOIDCConfigurationResponse(rsp *http.Response) (*GetOIDCConfigurationResponse, error)

ParseGetOIDCConfigurationResponse parses an HTTP response from a GetOIDCConfigurationWithResponse call

func (GetOIDCConfigurationResponse) Status

Status returns HTTPResponse.Status

func (GetOIDCConfigurationResponse) StatusCode

func (r GetOIDCConfigurationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetOIDCKeysResponse

type GetOIDCKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetOIDCKeysResponse

func ParseGetOIDCKeysResponse(rsp *http.Response) (*GetOIDCKeysResponse, error)

ParseGetOIDCKeysResponse parses an HTTP response from a GetOIDCKeysWithResponse call

func (GetOIDCKeysResponse) Status

func (r GetOIDCKeysResponse) Status() string

Status returns HTTPResponse.Status

func (GetOIDCKeysResponse) StatusCode

func (r GetOIDCKeysResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPipelineContainerLogResponse

type GetPipelineContainerLogResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPipelineContainerLogResponse

func ParseGetPipelineContainerLogResponse(rsp *http.Response) (*GetPipelineContainerLogResponse, error)

ParseGetPipelineContainerLogResponse parses an HTTP response from a GetPipelineContainerLogWithResponse call

func (GetPipelineContainerLogResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineContainerLogResponse) StatusCode

func (r GetPipelineContainerLogResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPipelineForRepositoryResponse

type GetPipelineForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Pipeline
	JSON404      *Error
}

func ParseGetPipelineForRepositoryResponse

func ParseGetPipelineForRepositoryResponse(rsp *http.Response) (*GetPipelineForRepositoryResponse, error)

ParseGetPipelineForRepositoryResponse parses an HTTP response from a GetPipelineForRepositoryWithResponse call

func (GetPipelineForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineForRepositoryResponse) StatusCode

func (r GetPipelineForRepositoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPipelineStepForRepositoryResponse

type GetPipelineStepForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineStep
	JSON404      *Error
}

func ParseGetPipelineStepForRepositoryResponse

func ParseGetPipelineStepForRepositoryResponse(rsp *http.Response) (*GetPipelineStepForRepositoryResponse, error)

ParseGetPipelineStepForRepositoryResponse parses an HTTP response from a GetPipelineStepForRepositoryWithResponse call

func (GetPipelineStepForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineStepForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineStepLogForRepositoryResponse

type GetPipelineStepLogForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetPipelineStepLogForRepositoryResponse

func ParseGetPipelineStepLogForRepositoryResponse(rsp *http.Response) (*GetPipelineStepLogForRepositoryResponse, error)

ParseGetPipelineStepLogForRepositoryResponse parses an HTTP response from a GetPipelineStepLogForRepositoryWithResponse call

func (GetPipelineStepLogForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineStepLogForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineStepsForRepositoryResponse

type GetPipelineStepsForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineSteps
}

func ParseGetPipelineStepsForRepositoryResponse

func ParseGetPipelineStepsForRepositoryResponse(rsp *http.Response) (*GetPipelineStepsForRepositoryResponse, error)

ParseGetPipelineStepsForRepositoryResponse parses an HTTP response from a GetPipelineStepsForRepositoryWithResponse call

func (GetPipelineStepsForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineStepsForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineTestReportTestCaseReasonsResponse

type GetPipelineTestReportTestCaseReasonsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetPipelineTestReportTestCaseReasonsResponse

func ParseGetPipelineTestReportTestCaseReasonsResponse(rsp *http.Response) (*GetPipelineTestReportTestCaseReasonsResponse, error)

ParseGetPipelineTestReportTestCaseReasonsResponse parses an HTTP response from a GetPipelineTestReportTestCaseReasonsWithResponse call

func (GetPipelineTestReportTestCaseReasonsResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineTestReportTestCaseReasonsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineTestReportTestCasesResponse

type GetPipelineTestReportTestCasesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetPipelineTestReportTestCasesResponse

func ParseGetPipelineTestReportTestCasesResponse(rsp *http.Response) (*GetPipelineTestReportTestCasesResponse, error)

ParseGetPipelineTestReportTestCasesResponse parses an HTTP response from a GetPipelineTestReportTestCasesWithResponse call

func (GetPipelineTestReportTestCasesResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineTestReportTestCasesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineTestReportsResponse

type GetPipelineTestReportsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetPipelineTestReportsResponse

func ParseGetPipelineTestReportsResponse(rsp *http.Response) (*GetPipelineTestReportsResponse, error)

ParseGetPipelineTestReportsResponse parses an HTTP response from a GetPipelineTestReportsWithResponse call

func (GetPipelineTestReportsResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineTestReportsResponse) StatusCode

func (r GetPipelineTestReportsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPipelineVariableForTeamResponse

type GetPipelineVariableForTeamResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseGetPipelineVariableForTeamResponse

func ParseGetPipelineVariableForTeamResponse(rsp *http.Response) (*GetPipelineVariableForTeamResponse, error)

ParseGetPipelineVariableForTeamResponse parses an HTTP response from a GetPipelineVariableForTeamWithResponse call

func (GetPipelineVariableForTeamResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineVariableForTeamResponse) StatusCode

func (r GetPipelineVariableForTeamResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPipelineVariableForUserResponse

type GetPipelineVariableForUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseGetPipelineVariableForUserResponse

func ParseGetPipelineVariableForUserResponse(rsp *http.Response) (*GetPipelineVariableForUserResponse, error)

ParseGetPipelineVariableForUserResponse parses an HTTP response from a GetPipelineVariableForUserWithResponse call

func (GetPipelineVariableForUserResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineVariableForUserResponse) StatusCode

func (r GetPipelineVariableForUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPipelineVariableForWorkspaceResponse

type GetPipelineVariableForWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseGetPipelineVariableForWorkspaceResponse

func ParseGetPipelineVariableForWorkspaceResponse(rsp *http.Response) (*GetPipelineVariableForWorkspaceResponse, error)

ParseGetPipelineVariableForWorkspaceResponse parses an HTTP response from a GetPipelineVariableForWorkspaceWithResponse call

func (GetPipelineVariableForWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineVariableForWorkspaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineVariablesForTeamResponse

type GetPipelineVariablesForTeamResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineVariables
}

func ParseGetPipelineVariablesForTeamResponse

func ParseGetPipelineVariablesForTeamResponse(rsp *http.Response) (*GetPipelineVariablesForTeamResponse, error)

ParseGetPipelineVariablesForTeamResponse parses an HTTP response from a GetPipelineVariablesForTeamWithResponse call

func (GetPipelineVariablesForTeamResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineVariablesForTeamResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineVariablesForUserResponse

type GetPipelineVariablesForUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineVariables
}

func ParseGetPipelineVariablesForUserResponse

func ParseGetPipelineVariablesForUserResponse(rsp *http.Response) (*GetPipelineVariablesForUserResponse, error)

ParseGetPipelineVariablesForUserResponse parses an HTTP response from a GetPipelineVariablesForUserWithResponse call

func (GetPipelineVariablesForUserResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineVariablesForUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelineVariablesForWorkspaceResponse

type GetPipelineVariablesForWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineVariables
}

func ParseGetPipelineVariablesForWorkspaceResponse

func ParseGetPipelineVariablesForWorkspaceResponse(rsp *http.Response) (*GetPipelineVariablesForWorkspaceResponse, error)

ParseGetPipelineVariablesForWorkspaceResponse parses an HTTP response from a GetPipelineVariablesForWorkspaceWithResponse call

func (GetPipelineVariablesForWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (GetPipelineVariablesForWorkspaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPipelinesForRepositoryParams

type GetPipelinesForRepositoryParams struct {
	// CreatorUuid The UUID of the creator of the pipeline to filter by.
	CreatorUuid *openapi_types.UUID `form:"creator.uuid,omitempty" json:"creator.uuid,omitempty"`

	// TargetRefType The type of the reference to filter by.
	TargetRefType *GetPipelinesForRepositoryParamsTargetRefType `form:"target.ref_type,omitempty" json:"target.ref_type,omitempty"`

	// TargetRefName The reference name to filter by.
	TargetRefName *string `form:"target.ref_name,omitempty" json:"target.ref_name,omitempty"`

	// TargetBranch The name of the branch to filter by.
	TargetBranch *string `form:"target.branch,omitempty" json:"target.branch,omitempty"`

	// TargetCommitHash The revision to filter by.
	TargetCommitHash *string `form:"target.commit.hash,omitempty" json:"target.commit.hash,omitempty"`

	// TargetSelectorPattern The pipeline pattern to filter by.
	TargetSelectorPattern *string `form:"target.selector.pattern,omitempty" json:"target.selector.pattern,omitempty"`

	// TargetSelectorType The type of pipeline to filter by.
	TargetSelectorType *GetPipelinesForRepositoryParamsTargetSelectorType `form:"target.selector.type,omitempty" json:"target.selector.type,omitempty"`

	// CreatedOn The creation date to filter by.
	CreatedOn *time.Time `form:"created_on,omitempty" json:"created_on,omitempty"`

	// TriggerType The trigger type to filter by.
	TriggerType *GetPipelinesForRepositoryParamsTriggerType `form:"trigger_type,omitempty" json:"trigger_type,omitempty"`

	// Status The pipeline status to filter by.
	Status *GetPipelinesForRepositoryParamsStatus `form:"status,omitempty" json:"status,omitempty"`

	// Sort The attribute name to sort on.
	Sort *GetPipelinesForRepositoryParamsSort `form:"sort,omitempty" json:"sort,omitempty"`

	// Page The page number of elements to retrieve.
	Page *int32 `form:"page,omitempty" json:"page,omitempty"`

	// Pagelen The maximum number of results to return.
	Pagelen *int32 `form:"pagelen,omitempty" json:"pagelen,omitempty"`
}

GetPipelinesForRepositoryParams defines parameters for GetPipelinesForRepository.

type GetPipelinesForRepositoryParamsSort

type GetPipelinesForRepositoryParamsSort string

GetPipelinesForRepositoryParamsSort defines parameters for GetPipelinesForRepository.

const (
	CreatedOn       GetPipelinesForRepositoryParamsSort = "created_on"
	CreatorUuid     GetPipelinesForRepositoryParamsSort = "creator.uuid"
	RunCreationDate GetPipelinesForRepositoryParamsSort = "run_creation_date"
)

Defines values for GetPipelinesForRepositoryParamsSort.

type GetPipelinesForRepositoryParamsStatus

type GetPipelinesForRepositoryParamsStatus string

GetPipelinesForRepositoryParamsStatus defines parameters for GetPipelinesForRepository.

const (
	GetPipelinesForRepositoryParamsStatusBUILDING GetPipelinesForRepositoryParamsStatus = "BUILDING"
	GetPipelinesForRepositoryParamsStatusERROR    GetPipelinesForRepositoryParamsStatus = "ERROR"
	GetPipelinesForRepositoryParamsStatusFAILED   GetPipelinesForRepositoryParamsStatus = "FAILED"
	GetPipelinesForRepositoryParamsStatusHALTED   GetPipelinesForRepositoryParamsStatus = "HALTED"
	GetPipelinesForRepositoryParamsStatusPARSING  GetPipelinesForRepositoryParamsStatus = "PARSING"
	GetPipelinesForRepositoryParamsStatusPASSED   GetPipelinesForRepositoryParamsStatus = "PASSED"
	GetPipelinesForRepositoryParamsStatusPAUSED   GetPipelinesForRepositoryParamsStatus = "PAUSED"
	GetPipelinesForRepositoryParamsStatusPENDING  GetPipelinesForRepositoryParamsStatus = "PENDING"
	GetPipelinesForRepositoryParamsStatusSTOPPED  GetPipelinesForRepositoryParamsStatus = "STOPPED"
	GetPipelinesForRepositoryParamsStatusUNKNOWN  GetPipelinesForRepositoryParamsStatus = "UNKNOWN"
)

Defines values for GetPipelinesForRepositoryParamsStatus.

type GetPipelinesForRepositoryParamsTargetRefType

type GetPipelinesForRepositoryParamsTargetRefType string

GetPipelinesForRepositoryParamsTargetRefType defines parameters for GetPipelinesForRepository.

const (
	GetPipelinesForRepositoryParamsTargetRefTypeANNOTATEDTAG GetPipelinesForRepositoryParamsTargetRefType = "ANNOTATED_TAG"
	GetPipelinesForRepositoryParamsTargetRefTypeBRANCH       GetPipelinesForRepositoryParamsTargetRefType = "BRANCH"
	GetPipelinesForRepositoryParamsTargetRefTypeTAG          GetPipelinesForRepositoryParamsTargetRefType = "TAG"
)

Defines values for GetPipelinesForRepositoryParamsTargetRefType.

type GetPipelinesForRepositoryParamsTargetSelectorType

type GetPipelinesForRepositoryParamsTargetSelectorType string

GetPipelinesForRepositoryParamsTargetSelectorType defines parameters for GetPipelinesForRepository.

const (
	GetPipelinesForRepositoryParamsTargetSelectorTypeBRANCH       GetPipelinesForRepositoryParamsTargetSelectorType = "BRANCH"
	GetPipelinesForRepositoryParamsTargetSelectorTypeCUSTOM       GetPipelinesForRepositoryParamsTargetSelectorType = "CUSTOM"
	GetPipelinesForRepositoryParamsTargetSelectorTypeDEFAULT      GetPipelinesForRepositoryParamsTargetSelectorType = "DEFAULT"
	GetPipelinesForRepositoryParamsTargetSelectorTypePULLREQUESTS GetPipelinesForRepositoryParamsTargetSelectorType = "PULLREQUESTS"
	GetPipelinesForRepositoryParamsTargetSelectorTypeTAG          GetPipelinesForRepositoryParamsTargetSelectorType = "TAG"
)

Defines values for GetPipelinesForRepositoryParamsTargetSelectorType.

type GetPipelinesForRepositoryParamsTriggerType

type GetPipelinesForRepositoryParamsTriggerType string

GetPipelinesForRepositoryParamsTriggerType defines parameters for GetPipelinesForRepository.

Defines values for GetPipelinesForRepositoryParamsTriggerType.

type GetPipelinesForRepositoryResponse

type GetPipelinesForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelines
}

func ParseGetPipelinesForRepositoryResponse

func ParseGetPipelinesForRepositoryResponse(rsp *http.Response) (*GetPipelinesForRepositoryResponse, error)

ParseGetPipelinesForRepositoryResponse parses an HTTP response from a GetPipelinesForRepositoryWithResponse call

func (GetPipelinesForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (GetPipelinesForRepositoryResponse) StatusCode

func (r GetPipelinesForRepositoryResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetPullRequestHostedPropertyValueResponse

type GetPullRequestHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApplicationProperty
}

func ParseGetPullRequestHostedPropertyValueResponse

func ParseGetPullRequestHostedPropertyValueResponse(rsp *http.Response) (*GetPullRequestHostedPropertyValueResponse, error)

ParseGetPullRequestHostedPropertyValueResponse parses an HTTP response from a GetPullRequestHostedPropertyValueWithResponse call

func (GetPullRequestHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (GetPullRequestHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetPullrequestsForCommitParams

type GetPullrequestsForCommitParams struct {
	// Page Which page to retrieve
	Page *int32 `form:"page,omitempty" json:"page,omitempty"`

	// Pagelen How many pull requests to retrieve per page
	Pagelen *int32 `form:"pagelen,omitempty" json:"pagelen,omitempty"`
}

GetPullrequestsForCommitParams defines parameters for GetPullrequestsForCommit.

type GetPullrequestsForCommitResponse

type GetPullrequestsForCommitResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPullrequests
	JSON202      *PaginatedPullrequests
	JSON404      *Error
}

func ParseGetPullrequestsForCommitResponse

func ParseGetPullrequestsForCommitResponse(rsp *http.Response) (*GetPullrequestsForCommitResponse, error)

ParseGetPullrequestsForCommitResponse parses an HTTP response from a GetPullrequestsForCommitWithResponse call

func (GetPullrequestsForCommitResponse) Status

Status returns HTTPResponse.Status

func (GetPullrequestsForCommitResponse) StatusCode

func (r GetPullrequestsForCommitResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetReportResponse

type GetReportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Report
	JSON404      *Error
}

func ParseGetReportResponse

func ParseGetReportResponse(rsp *http.Response) (*GetReportResponse, error)

ParseGetReportResponse parses an HTTP response from a GetReportWithResponse call

func (GetReportResponse) Status

func (r GetReportResponse) Status() string

Status returns HTTPResponse.Status

func (GetReportResponse) StatusCode

func (r GetReportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetReportsForCommitResponse

type GetReportsForCommitResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedReports
}

func ParseGetReportsForCommitResponse

func ParseGetReportsForCommitResponse(rsp *http.Response) (*GetReportsForCommitResponse, error)

ParseGetReportsForCommitResponse parses an HTTP response from a GetReportsForCommitWithResponse call

func (GetReportsForCommitResponse) Status

Status returns HTTPResponse.Status

func (GetReportsForCommitResponse) StatusCode

func (r GetReportsForCommitResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesParams

type GetRepositoriesParams struct {
	// After Filter the results to include only repositories created on or
	// after this [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601)
	//  timestamp. Example: `YYYY-MM-DDTHH:mm:ss.sssZ`
	After *string `form:"after,omitempty" json:"after,omitempty"`

	// Role Filters the result based on the authenticated user's role on each repository.
	//
	// * **member**: returns repositories to which the user has explicit read access
	// * **contributor**: returns repositories to which the user has explicit write access
	// * **admin**: returns repositories to which the user has explicit administrator access
	// * **owner**: returns all repositories owned by the current user
	Role *GetRepositoriesParamsRole `form:"role,omitempty" json:"role,omitempty"`

	// Q Query string to narrow down the response as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	// `role` parameter must also be specified.
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort Field by which the results should be sorted as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesParams defines parameters for GetRepositories.

type GetRepositoriesParamsRole

type GetRepositoriesParamsRole string

GetRepositoriesParamsRole defines parameters for GetRepositories.

const (
	GetRepositoriesParamsRoleAdmin       GetRepositoriesParamsRole = "admin"
	GetRepositoriesParamsRoleContributor GetRepositoriesParamsRole = "contributor"
	GetRepositoriesParamsRoleMember      GetRepositoriesParamsRole = "member"
	GetRepositoriesParamsRoleOwner       GetRepositoriesParamsRole = "owner"
)

Defines values for GetRepositoriesParamsRole.

type GetRepositoriesResponse

type GetRepositoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositories
}

func ParseGetRepositoriesResponse

func ParseGetRepositoriesResponse(rsp *http.Response) (*GetRepositoriesResponse, error)

ParseGetRepositoriesResponse parses an HTTP response from a GetRepositoriesWithResponse call

func (GetRepositoriesResponse) Status

func (r GetRepositoriesResponse) Status() string

Status returns HTTPResponse.Status

func (GetRepositoriesResponse) StatusCode

func (r GetRepositoriesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceParams

type GetRepositoriesWorkspaceParams struct {
	// Role
	// Filters the result based on the authenticated user's role on each repository.
	//
	// * **member**: returns repositories to which the user has explicit read access
	// * **contributor**: returns repositories to which the user has explicit write access
	// * **admin**: returns repositories to which the user has explicit administrator access
	// * **owner**: returns all repositories owned by the current user
	Role *GetRepositoriesWorkspaceParamsRole `form:"role,omitempty" json:"role,omitempty"`

	// Q
	// Query string to narrow down the response as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Field by which the results should be sorted as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	//
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceParams defines parameters for GetRepositoriesWorkspace.

type GetRepositoriesWorkspaceParamsRole

type GetRepositoriesWorkspaceParamsRole string

GetRepositoriesWorkspaceParamsRole defines parameters for GetRepositoriesWorkspace.

const (
	GetRepositoriesWorkspaceParamsRoleAdmin       GetRepositoriesWorkspaceParamsRole = "admin"
	GetRepositoriesWorkspaceParamsRoleContributor GetRepositoriesWorkspaceParamsRole = "contributor"
	GetRepositoriesWorkspaceParamsRoleMember      GetRepositoriesWorkspaceParamsRole = "member"
	GetRepositoriesWorkspaceParamsRoleOwner       GetRepositoriesWorkspaceParamsRole = "owner"
)

Defines values for GetRepositoriesWorkspaceParamsRole.

type GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

type GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Branchrestriction
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams

type GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams struct {
	// Kind Branch restrictions of this type
	Kind *string `form:"kind,omitempty" json:"kind,omitempty"`

	// Pattern Branch restrictions applied to branches of this pattern
	Pattern *string `form:"pattern,omitempty" json:"pattern,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugBranchRestrictionsParams defines parameters for GetRepositoriesWorkspaceRepoSlugBranchRestrictions.

type GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse

type GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedBranchrestrictions
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse

func ParseGetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugBranchingModelResponse

type GetRepositoriesWorkspaceRepoSlugBranchingModelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BranchingModel
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugBranchingModelResponse

func ParseGetRepositoriesWorkspaceRepoSlugBranchingModelResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugBranchingModelResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugBranchingModelResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugBranchingModelWithResponse call

func (GetRepositoriesWorkspaceRepoSlugBranchingModelResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugBranchingModelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse

type GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BranchingModelSettings
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse

func ParseGetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

type GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CommitComment
}

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams

type GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams struct {
	// Q Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort Field by which the results should be sorted as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsParams defines parameters for GetRepositoriesWorkspaceRepoSlugCommitCommitComments.

type GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse

type GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedCommitComments
}

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugCommitCommitResponse

type GetRepositoriesWorkspaceRepoSlugCommitCommitResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Commit
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitResponse

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugCommitCommitResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugCommitCommitResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugCommitCommitWithResponse call

func (GetRepositoriesWorkspaceRepoSlugCommitCommitResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugCommitCommitResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse

type GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Commitstatus
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse call

func (GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams

type GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams struct {
	// Refname If specified, only return commit status objects that were either
	// created without a refname, or were created with the specified refname
	Refname *string `form:"refname,omitempty" json:"refname,omitempty"`

	// Q Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort Field by which the results should be sorted as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	// Defaults to `created_on`.
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesParams defines parameters for GetRepositoriesWorkspaceRepoSlugCommitCommitStatuses.

type GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse

type GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedCommitstatuses
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse

func ParseGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesWithResponse call

func (GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugCommitCommitStatusesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugCommitsResponse

type GetRepositoriesWorkspaceRepoSlugCommitsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedChangeset
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugCommitsResponse

func ParseGetRepositoriesWorkspaceRepoSlugCommitsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugCommitsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugCommitsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugCommitsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugCommitsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugCommitsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse

type GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedChangeset
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse

func ParseGetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse call

func (GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugCommitsRevisionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse

type GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Component
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugComponentsComponentIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugComponentsComponentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugComponentsResponse

type GetRepositoriesWorkspaceRepoSlugComponentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedComponents
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugComponentsResponse

func ParseGetRepositoriesWorkspaceRepoSlugComponentsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugComponentsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugComponentsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugComponentsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugComponentsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugComponentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse

type GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedAccounts
	JSON403      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse

func ParseGetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDefaultReviewersWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDefaultReviewersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

type GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Account
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

func ParseGetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

type GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeployKey
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDeployKeysResponse

type GetRepositoriesWorkspaceRepoSlugDeployKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedDeployKeys
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDeployKeysResponse

func ParseGetRepositoriesWorkspaceRepoSlugDeployKeysResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDeployKeysResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDeployKeysResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDeployKeysWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDeployKeysResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDeployKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDiffSpecParams

type GetRepositoriesWorkspaceRepoSlugDiffSpecParams struct {
	// Context Generate diffs with <n> lines of context instead of the usual three.
	Context *int `form:"context,omitempty" json:"context,omitempty"`

	// Path Limit the diff to a particular file (this parameter
	// can be repeated for multiple paths).
	Path *string `form:"path,omitempty" json:"path,omitempty"`

	// IgnoreWhitespace Generate diffs that ignore whitespace.
	IgnoreWhitespace *bool `form:"ignore_whitespace,omitempty" json:"ignore_whitespace,omitempty"`

	// Binary Generate diffs that include binary files, true if omitted.
	Binary *bool `form:"binary,omitempty" json:"binary,omitempty"`

	// Renames Whether to perform rename detection, true if omitted.
	Renames *bool `form:"renames,omitempty" json:"renames,omitempty"`

	// Merge This parameter is deprecated. The 'topic' parameter should be used
	// instead. The 'merge' and 'topic' parameters cannot be both used at
	// the same time.
	//
	// If true, the source commit is merged into the
	// destination commit, and then a diff from the
	// destination to the merge result is returned. If false,
	// a simple 'two dot' diff between the source and
	// destination is returned. True if omitted.
	Merge *bool `form:"merge,omitempty" json:"merge,omitempty"`

	// Topic If true, returns 2-way 'three-dot' diff.
	// This is a diff between the source commit and the merge base
	// of the source commit and the destination commit.
	// If false, a simple 'two dot' diff between the source and
	// destination is returned.
	Topic *bool `form:"topic,omitempty" json:"topic,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugDiffSpecParams defines parameters for GetRepositoriesWorkspaceRepoSlugDiffSpec.

type GetRepositoriesWorkspaceRepoSlugDiffSpecResponse

type GetRepositoriesWorkspaceRepoSlugDiffSpecResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON555      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDiffSpecResponse

func ParseGetRepositoriesWorkspaceRepoSlugDiffSpecResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDiffSpecResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDiffSpecResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDiffSpecWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDiffSpecResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDiffSpecResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams

type GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams struct {
	// IgnoreWhitespace Generate diffs that ignore whitespace
	IgnoreWhitespace *bool `form:"ignore_whitespace,omitempty" json:"ignore_whitespace,omitempty"`

	// Merge This parameter is deprecated. The 'topic' parameter should be used
	// instead. The 'merge' and 'topic' parameters cannot be both used at
	// the same time.
	//
	// If true, the source commit is merged into the
	// destination commit, and then a diffstat from the
	// destination to the merge result is returned. If false,
	// a simple 'two dot' diffstat between the source and
	// destination is returned. True if omitted.
	Merge *bool `form:"merge,omitempty" json:"merge,omitempty"`

	// Path Limit the diffstat to a particular file (this parameter
	// can be repeated for multiple paths).
	Path *string `form:"path,omitempty" json:"path,omitempty"`

	// Renames Whether to perform rename detection, true if omitted.
	Renames *bool `form:"renames,omitempty" json:"renames,omitempty"`

	// Topic If true, returns 2-way 'three-dot' diff.
	// This is a diff between the source commit and the merge base
	// of the source commit and the destination commit.
	// If false, a simple 'two dot' diff between the source and
	// destination is returned.
	Topic *bool `form:"topic,omitempty" json:"topic,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugDiffstatSpecParams defines parameters for GetRepositoriesWorkspaceRepoSlugDiffstatSpec.

type GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse

type GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedDiffstats
	JSON555      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse

func ParseGetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDiffstatSpecWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDiffstatSpecResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse

type GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse

func ParseGetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDownloadsFilenameWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDownloadsFilenameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugDownloadsResponse

type GetRepositoriesWorkspaceRepoSlugDownloadsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugDownloadsResponse

func ParseGetRepositoriesWorkspaceRepoSlugDownloadsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugDownloadsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugDownloadsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugDownloadsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugDownloadsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugDownloadsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse

type GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *EffectiveRepoBranchingModel
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse

func ParseGetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelWithResponse call

func (GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugEffectiveBranchingModelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse

type GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedDefaultReviewerAndType
	JSON403      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse

func ParseGetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersWithResponse call

func (GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugEffectiveDefaultReviewersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams

type GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams struct {
	// Renames
	// When `true`, Bitbucket will follow the history of the file across
	// renames (this is the default behavior). This can be turned off by
	// specifying `false`.
	Renames *string `form:"renames,omitempty" json:"renames,omitempty"`

	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Name of a response property sort the result by as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#sorting-query-results).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathParams defines parameters for GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPath.

type GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse

type GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedFiles
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse

func ParseGetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathWithResponse call

func (GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugFilehistoryCommitPathResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugForksParams

type GetRepositoriesWorkspaceRepoSlugForksParams struct {
	// Role Filters the result based on the authenticated user's role on each repository.
	//
	// * **member**: returns repositories to which the user has explicit read access
	// * **contributor**: returns repositories to which the user has explicit write access
	// * **admin**: returns repositories to which the user has explicit administrator access
	// * **owner**: returns all repositories owned by the current user
	Role *GetRepositoriesWorkspaceRepoSlugForksParamsRole `form:"role,omitempty" json:"role,omitempty"`

	// Q Query string to narrow down the response as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort Field by which the results should be sorted as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugForksParams defines parameters for GetRepositoriesWorkspaceRepoSlugForks.

type GetRepositoriesWorkspaceRepoSlugForksParamsRole

type GetRepositoriesWorkspaceRepoSlugForksParamsRole string

GetRepositoriesWorkspaceRepoSlugForksParamsRole defines parameters for GetRepositoriesWorkspaceRepoSlugForks.

const (
	GetRepositoriesWorkspaceRepoSlugForksParamsRoleAdmin       GetRepositoriesWorkspaceRepoSlugForksParamsRole = "admin"
	GetRepositoriesWorkspaceRepoSlugForksParamsRoleContributor GetRepositoriesWorkspaceRepoSlugForksParamsRole = "contributor"
	GetRepositoriesWorkspaceRepoSlugForksParamsRoleMember      GetRepositoriesWorkspaceRepoSlugForksParamsRole = "member"
	GetRepositoriesWorkspaceRepoSlugForksParamsRoleOwner       GetRepositoriesWorkspaceRepoSlugForksParamsRole = "owner"
)

Defines values for GetRepositoriesWorkspaceRepoSlugForksParamsRole.

type GetRepositoriesWorkspaceRepoSlugForksResponse

type GetRepositoriesWorkspaceRepoSlugForksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositories
}

func ParseGetRepositoriesWorkspaceRepoSlugForksResponse

func ParseGetRepositoriesWorkspaceRepoSlugForksResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugForksResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugForksResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugForksWithResponse call

func (GetRepositoriesWorkspaceRepoSlugForksResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugForksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugHooksResponse

type GetRepositoriesWorkspaceRepoSlugHooksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedWebhookSubscriptions
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugHooksResponse

func ParseGetRepositoriesWorkspaceRepoSlugHooksResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugHooksResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugHooksResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugHooksWithResponse call

func (GetRepositoriesWorkspaceRepoSlugHooksResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugHooksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugHooksUidResponse

type GetRepositoriesWorkspaceRepoSlugHooksUidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WebhookSubscription
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugHooksUidResponse

func ParseGetRepositoriesWorkspaceRepoSlugHooksUidResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugHooksUidResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugHooksUidWithResponse call

func (GetRepositoriesWorkspaceRepoSlugHooksUidResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugHooksUidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse

type GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *IssueJobStatus
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesExportRepoNameIssuesTaskIdZipResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesImportResponse

type GetRepositoriesWorkspaceRepoSlugIssuesImportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *IssueJobStatus
	JSON202      *IssueJobStatus
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesImportResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesImportResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesImportResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesImportResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesImportWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesImportResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesImportResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsPathResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedIssueAttachments
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *IssueChange
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesChangeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams struct {
	// Q
	// Query string to narrow down the response. See
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering) for details.
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Name of a response property to sort results. See
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#sorting-query-results)
	// for details.
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesParams defines parameters for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges.

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedLogEntries
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *IssueComment
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsParams defines parameters for GetRepositoriesWorkspaceRepoSlugIssuesIssueIdComments.

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedIssueComments
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Issue
	JSON403      *Error
	JSON404      *Error
	JSON410      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

type GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugIssuesResponse

type GetRepositoriesWorkspaceRepoSlugIssuesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedIssues
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugIssuesResponse

func ParseGetRepositoriesWorkspaceRepoSlugIssuesResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugIssuesResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugIssuesResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugIssuesWithResponse call

func (GetRepositoriesWorkspaceRepoSlugIssuesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugIssuesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse

type GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Commit
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse

func ParseGetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecWithResponse call

func (GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugMergeBaseRevspecResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse

type GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Milestone
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugMilestonesMilestoneIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugMilestonesResponse

type GetRepositoriesWorkspaceRepoSlugMilestonesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedMilestones
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugMilestonesResponse

func ParseGetRepositoriesWorkspaceRepoSlugMilestonesResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugMilestonesResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugMilestonesResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugMilestonesWithResponse call

func (GetRepositoriesWorkspaceRepoSlugMilestonesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugMilestonesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse

type GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RepositoryInheritanceState
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse

func ParseGetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugOverrideSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPatchSpecResponse

type GetRepositoriesWorkspaceRepoSlugPatchSpecResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON555      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPatchSpecResponse

func ParseGetRepositoriesWorkspaceRepoSlugPatchSpecResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPatchSpecResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPatchSpecResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPatchSpecWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPatchSpecResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPatchSpecResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RepositoryGroupPermission
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositoryGroupPermissions
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositoryUserPermissions
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

type GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RepositoryUserPermission
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsActivityWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsActivityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsParams

type GetRepositoriesWorkspaceRepoSlugPullrequestsParams struct {
	// State Only return pull requests that are in this state. This parameter can be repeated.
	State *GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState `form:"state,omitempty" json:"state,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugPullrequestsParams defines parameters for GetRepositoriesWorkspaceRepoSlugPullrequests.

type GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState

type GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState string

GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState defines parameters for GetRepositoriesWorkspaceRepoSlugPullrequests.

const (
	GetRepositoriesWorkspaceRepoSlugPullrequestsParamsStateDECLINED   GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState = "DECLINED"
	GetRepositoriesWorkspaceRepoSlugPullrequestsParamsStateMERGED     GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState = "MERGED"
	GetRepositoriesWorkspaceRepoSlugPullrequestsParamsStateOPEN       GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState = "OPEN"
	GetRepositoriesWorkspaceRepoSlugPullrequestsParamsStateSUPERSEDED GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState = "SUPERSEDED"
)

Defines values for GetRepositoriesWorkspaceRepoSlugPullrequestsParamsState.

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdActivityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PullrequestComment
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPullrequestComments
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommitsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDiffstatResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeTaskStatusTaskIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdPatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Pullrequest
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams struct {
	// Q Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort Field by which the results should be sorted as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	// Defaults to `created_on`.
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesParams defines parameters for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatuses.

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedCommitstatuses
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdStatusesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams struct {
	// Q
	// Query string to narrow down the response. See
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering) for details.
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Field by which the results should be sorted as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	// Defaults to `created_on`.
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`

	// Pagelen
	// Current number of objects on the existing page.
	// The default value is 10 with 100 being the maximum allowed value.
	// Individual APIs may enforce different values.
	Pagelen *int `form:"pagelen,omitempty" json:"pagelen,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksParams defines parameters for GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks.

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedTasks
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PullrequestCommentTask
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugPullrequestsResponse

type GetRepositoriesWorkspaceRepoSlugPullrequestsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPullrequests
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsResponse

func ParseGetRepositoriesWorkspaceRepoSlugPullrequestsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugPullrequestsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugPullrequestsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugPullrequestsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugPullrequestsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse

type GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Branch
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse

func ParseGetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugRefsBranchesNameWithResponse call

func (GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugRefsBranchesNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugRefsBranchesParams

type GetRepositoriesWorkspaceRepoSlugRefsBranchesParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Field by which the results should be sorted as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering). The `name`
	// field is handled specially for branches in that, if specified as the sort field, it
	// uses a natural sort order instead of the default lexicographical sort order. For example,
	// it will return ['branch1', 'branch2', 'branch10'] instead of ['branch1', 'branch10', 'branch2'].
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugRefsBranchesParams defines parameters for GetRepositoriesWorkspaceRepoSlugRefsBranches.

type GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse

type GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedBranches
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugRefsBranchesResponse

func ParseGetRepositoriesWorkspaceRepoSlugRefsBranchesResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugRefsBranchesResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse call

func (GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugRefsBranchesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugRefsParams

type GetRepositoriesWorkspaceRepoSlugRefsParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Field by which the results should be sorted as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering). The `name`
	// field is handled specially for refs in that, if specified as the sort field, it
	// uses a natural sort order instead of the default lexicographical sort order. For example,
	// it will return ['1.1', '1.2', '1.10'] instead of ['1.1', '1.10', '1.2'].
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugRefsParams defines parameters for GetRepositoriesWorkspaceRepoSlugRefs.

type GetRepositoriesWorkspaceRepoSlugRefsResponse

type GetRepositoriesWorkspaceRepoSlugRefsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRefs
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugRefsResponse

func ParseGetRepositoriesWorkspaceRepoSlugRefsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugRefsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugRefsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugRefsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugRefsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugRefsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse

type GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Tag
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse

func ParseGetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugRefsTagsNameWithResponse call

func (GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugRefsTagsNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugRefsTagsParams

type GetRepositoriesWorkspaceRepoSlugRefsTagsParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Field by which the results should be sorted as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering). The `name`
	// field is handled specially for tags in that, if specified as the sort field, it
	// uses a natural sort order instead of the default lexicographical sort order. For example,
	// it will return ['1.1', '1.2', '1.10'] instead of ['1.1', '1.10', '1.2'].
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugRefsTagsParams defines parameters for GetRepositoriesWorkspaceRepoSlugRefsTags.

type GetRepositoriesWorkspaceRepoSlugRefsTagsResponse

type GetRepositoriesWorkspaceRepoSlugRefsTagsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedTags
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugRefsTagsResponse

func ParseGetRepositoriesWorkspaceRepoSlugRefsTagsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugRefsTagsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugRefsTagsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugRefsTagsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugRefsTagsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugResponse

type GetRepositoriesWorkspaceRepoSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Repository
	JSON403      *Error
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugResponse

func ParseGetRepositoriesWorkspaceRepoSlugResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugWithResponse call

func (GetRepositoriesWorkspaceRepoSlugResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams

type GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams struct {
	// Format If 'meta' is provided, returns the (json) meta data for the contents of the file.  If 'rendered' is provided, returns the contents of a non-binary file in HTML-formatted rendered markup. The 'rendered' option only supports these filetypes: `.md`, `.markdown`, `.mkd`, `.mkdn`, `.mdown`, `.text`, `.rst`, and `.textile`. Since Git does not generally track what text encoding scheme is used, this endpoint attempts to detect the most appropriate character encoding. While usually correct, determining the character encoding can be ambiguous which in exceptional cases can lead to misinterpretation of the characters. As such, the raw element in the response object should not be treated as equivalent to the file's actual contents.
	Format *GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormat `form:"format,omitempty" json:"format,omitempty"`

	// Q Optional filter expression as per [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort Optional sorting parameter as per [filtering and sorting](/cloud/bitbucket/rest/intro/#sorting-query-results).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`

	// MaxDepth If provided, returns the contents of the repository and its subdirectories recursively until the specified max_depth of nested directories. When omitted, this defaults to 1.
	MaxDepth *int `form:"max_depth,omitempty" json:"max_depth,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugSrcCommitPathParams defines parameters for GetRepositoriesWorkspaceRepoSlugSrcCommitPath.

type GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormat

type GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormat string

GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormat defines parameters for GetRepositoriesWorkspaceRepoSlugSrcCommitPath.

const (
	GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormatMeta     GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormat = "meta"
	GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormatRendered GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormat = "rendered"
)

Defines values for GetRepositoriesWorkspaceRepoSlugSrcCommitPathParamsFormat.

type GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse

type GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedTreeentries
	JSON404      *Error
	JSON555      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse

func ParseGetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugSrcCommitPathWithResponse call

func (GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugSrcCommitPathResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugSrcParams

type GetRepositoriesWorkspaceRepoSlugSrcParams struct {
	// Format Instead of returning the file's contents, return the (json) meta data for it.
	Format *GetRepositoriesWorkspaceRepoSlugSrcParamsFormat `form:"format,omitempty" json:"format,omitempty"`
}

GetRepositoriesWorkspaceRepoSlugSrcParams defines parameters for GetRepositoriesWorkspaceRepoSlugSrc.

type GetRepositoriesWorkspaceRepoSlugSrcParamsFormat

type GetRepositoriesWorkspaceRepoSlugSrcParamsFormat string

GetRepositoriesWorkspaceRepoSlugSrcParamsFormat defines parameters for GetRepositoriesWorkspaceRepoSlugSrc.

const (
	GetRepositoriesWorkspaceRepoSlugSrcParamsFormatMeta GetRepositoriesWorkspaceRepoSlugSrcParamsFormat = "meta"
)

Defines values for GetRepositoriesWorkspaceRepoSlugSrcParamsFormat.

type GetRepositoriesWorkspaceRepoSlugSrcResponse

type GetRepositoriesWorkspaceRepoSlugSrcResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedTreeentries
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugSrcResponse

func ParseGetRepositoriesWorkspaceRepoSlugSrcResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugSrcResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugSrcResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugSrcWithResponse call

func (GetRepositoriesWorkspaceRepoSlugSrcResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugSrcResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugVersionsResponse

type GetRepositoriesWorkspaceRepoSlugVersionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedVersions
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugVersionsResponse

func ParseGetRepositoriesWorkspaceRepoSlugVersionsResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugVersionsResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugVersionsResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugVersionsWithResponse call

func (GetRepositoriesWorkspaceRepoSlugVersionsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugVersionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse

type GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Version
	JSON404      *Error
}

func ParseGetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse

func ParseGetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugVersionsVersionIdWithResponse call

func (GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugVersionsVersionIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceRepoSlugWatchersResponse

type GetRepositoriesWorkspaceRepoSlugWatchersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedAccounts
}

func ParseGetRepositoriesWorkspaceRepoSlugWatchersResponse

func ParseGetRepositoriesWorkspaceRepoSlugWatchersResponse(rsp *http.Response) (*GetRepositoriesWorkspaceRepoSlugWatchersResponse, error)

ParseGetRepositoriesWorkspaceRepoSlugWatchersResponse parses an HTTP response from a GetRepositoriesWorkspaceRepoSlugWatchersWithResponse call

func (GetRepositoriesWorkspaceRepoSlugWatchersResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceRepoSlugWatchersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoriesWorkspaceResponse

type GetRepositoriesWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositories
	JSON404      *Error
	JSON410      *Error
}

func ParseGetRepositoriesWorkspaceResponse

func ParseGetRepositoriesWorkspaceResponse(rsp *http.Response) (*GetRepositoriesWorkspaceResponse, error)

ParseGetRepositoriesWorkspaceResponse parses an HTTP response from a GetRepositoriesWorkspaceWithResponse call

func (GetRepositoriesWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoriesWorkspaceResponse) StatusCode

func (r GetRepositoriesWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryHostedPropertyValueResponse

type GetRepositoryHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApplicationProperty
}

func ParseGetRepositoryHostedPropertyValueResponse

func ParseGetRepositoryHostedPropertyValueResponse(rsp *http.Response) (*GetRepositoryHostedPropertyValueResponse, error)

ParseGetRepositoryHostedPropertyValueResponse parses an HTTP response from a GetRepositoryHostedPropertyValueWithResponse call

func (GetRepositoryHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineCacheContentURIResponse

type GetRepositoryPipelineCacheContentURIResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineCacheContentUri
	JSON404      *Error
}

func ParseGetRepositoryPipelineCacheContentURIResponse

func ParseGetRepositoryPipelineCacheContentURIResponse(rsp *http.Response) (*GetRepositoryPipelineCacheContentURIResponse, error)

ParseGetRepositoryPipelineCacheContentURIResponse parses an HTTP response from a GetRepositoryPipelineCacheContentURIWithResponse call

func (GetRepositoryPipelineCacheContentURIResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineCacheContentURIResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineCachesResponse

type GetRepositoryPipelineCachesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineCaches
	JSON404      *Error
}

func ParseGetRepositoryPipelineCachesResponse

func ParseGetRepositoryPipelineCachesResponse(rsp *http.Response) (*GetRepositoryPipelineCachesResponse, error)

ParseGetRepositoryPipelineCachesResponse parses an HTTP response from a GetRepositoryPipelineCachesWithResponse call

func (GetRepositoryPipelineCachesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineCachesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineConfigResponse

type GetRepositoryPipelineConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelinesConfig
}

func ParseGetRepositoryPipelineConfigResponse

func ParseGetRepositoryPipelineConfigResponse(rsp *http.Response) (*GetRepositoryPipelineConfigResponse, error)

ParseGetRepositoryPipelineConfigResponse parses an HTTP response from a GetRepositoryPipelineConfigWithResponse call

func (GetRepositoryPipelineConfigResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineConfigResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineKnownHostResponse

type GetRepositoryPipelineKnownHostResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineKnownHost
	JSON404      *Error
}

func ParseGetRepositoryPipelineKnownHostResponse

func ParseGetRepositoryPipelineKnownHostResponse(rsp *http.Response) (*GetRepositoryPipelineKnownHostResponse, error)

ParseGetRepositoryPipelineKnownHostResponse parses an HTTP response from a GetRepositoryPipelineKnownHostWithResponse call

func (GetRepositoryPipelineKnownHostResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineKnownHostResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineKnownHostsResponse

type GetRepositoryPipelineKnownHostsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineKnownHosts
}

func ParseGetRepositoryPipelineKnownHostsResponse

func ParseGetRepositoryPipelineKnownHostsResponse(rsp *http.Response) (*GetRepositoryPipelineKnownHostsResponse, error)

ParseGetRepositoryPipelineKnownHostsResponse parses an HTTP response from a GetRepositoryPipelineKnownHostsWithResponse call

func (GetRepositoryPipelineKnownHostsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineKnownHostsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineScheduleExecutionsResponse

type GetRepositoryPipelineScheduleExecutionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineScheduleExecutions
	JSON404      *Error
}

func ParseGetRepositoryPipelineScheduleExecutionsResponse

func ParseGetRepositoryPipelineScheduleExecutionsResponse(rsp *http.Response) (*GetRepositoryPipelineScheduleExecutionsResponse, error)

ParseGetRepositoryPipelineScheduleExecutionsResponse parses an HTTP response from a GetRepositoryPipelineScheduleExecutionsWithResponse call

func (GetRepositoryPipelineScheduleExecutionsResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineScheduleExecutionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineScheduleResponse

type GetRepositoryPipelineScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineSchedule
	JSON404      *Error
}

func ParseGetRepositoryPipelineScheduleResponse

func ParseGetRepositoryPipelineScheduleResponse(rsp *http.Response) (*GetRepositoryPipelineScheduleResponse, error)

ParseGetRepositoryPipelineScheduleResponse parses an HTTP response from a GetRepositoryPipelineScheduleWithResponse call

func (GetRepositoryPipelineScheduleResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineScheduleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineSchedulesResponse

type GetRepositoryPipelineSchedulesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineSchedules
	JSON404      *Error
}

func ParseGetRepositoryPipelineSchedulesResponse

func ParseGetRepositoryPipelineSchedulesResponse(rsp *http.Response) (*GetRepositoryPipelineSchedulesResponse, error)

ParseGetRepositoryPipelineSchedulesResponse parses an HTTP response from a GetRepositoryPipelineSchedulesWithResponse call

func (GetRepositoryPipelineSchedulesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineSchedulesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineSshKeyPairResponse

type GetRepositoryPipelineSshKeyPairResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineSshKeyPair
	JSON404      *Error
}

func ParseGetRepositoryPipelineSshKeyPairResponse

func ParseGetRepositoryPipelineSshKeyPairResponse(rsp *http.Response) (*GetRepositoryPipelineSshKeyPairResponse, error)

ParseGetRepositoryPipelineSshKeyPairResponse parses an HTTP response from a GetRepositoryPipelineSshKeyPairWithResponse call

func (GetRepositoryPipelineSshKeyPairResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineSshKeyPairResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineVariableResponse

type GetRepositoryPipelineVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseGetRepositoryPipelineVariableResponse

func ParseGetRepositoryPipelineVariableResponse(rsp *http.Response) (*GetRepositoryPipelineVariableResponse, error)

ParseGetRepositoryPipelineVariableResponse parses an HTTP response from a GetRepositoryPipelineVariableWithResponse call

func (GetRepositoryPipelineVariableResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineVariableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRepositoryPipelineVariablesResponse

type GetRepositoryPipelineVariablesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPipelineVariables
}

func ParseGetRepositoryPipelineVariablesResponse

func ParseGetRepositoryPipelineVariablesResponse(rsp *http.Response) (*GetRepositoryPipelineVariablesResponse, error)

ParseGetRepositoryPipelineVariablesResponse parses an HTTP response from a GetRepositoryPipelineVariablesWithResponse call

func (GetRepositoryPipelineVariablesResponse) Status

Status returns HTTPResponse.Status

func (GetRepositoryPipelineVariablesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsParams

type GetSnippetsParams struct {
	// Role Filter down the result based on the authenticated user's role (`owner`, `contributor`, or `member`).
	Role *GetSnippetsParamsRole `form:"role,omitempty" json:"role,omitempty"`
}

GetSnippetsParams defines parameters for GetSnippets.

type GetSnippetsParamsRole

type GetSnippetsParamsRole string

GetSnippetsParamsRole defines parameters for GetSnippets.

const (
	GetSnippetsParamsRoleContributor GetSnippetsParamsRole = "contributor"
	GetSnippetsParamsRoleMember      GetSnippetsParamsRole = "member"
	GetSnippetsParamsRoleOwner       GetSnippetsParamsRole = "owner"
)

Defines values for GetSnippetsParamsRole.

type GetSnippetsResponse

type GetSnippetsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedSnippets
	JSON404      *Error
}

func ParseGetSnippetsResponse

func ParseGetSnippetsResponse(rsp *http.Response) (*GetSnippetsResponse, error)

ParseGetSnippetsResponse parses an HTTP response from a GetSnippetsWithResponse call

func (GetSnippetsResponse) Status

func (r GetSnippetsResponse) Status() string

Status returns HTTPResponse.Status

func (GetSnippetsResponse) StatusCode

func (r GetSnippetsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

type GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SnippetComment
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

func ParseGetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

ParseGetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse call

func (GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdCommentsResponse

type GetSnippetsWorkspaceEncodedIdCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedSnippetComments
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdCommentsResponse

func ParseGetSnippetsWorkspaceEncodedIdCommentsResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdCommentsResponse, error)

ParseGetSnippetsWorkspaceEncodedIdCommentsResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdCommentsWithResponse call

func (GetSnippetsWorkspaceEncodedIdCommentsResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdCommitsResponse

type GetSnippetsWorkspaceEncodedIdCommitsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedSnippetCommit
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdCommitsResponse

func ParseGetSnippetsWorkspaceEncodedIdCommitsResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdCommitsResponse, error)

ParseGetSnippetsWorkspaceEncodedIdCommitsResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdCommitsWithResponse call

func (GetSnippetsWorkspaceEncodedIdCommitsResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdCommitsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse

type GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SnippetCommit
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdCommitsRevisionResponse

func ParseGetSnippetsWorkspaceEncodedIdCommitsRevisionResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse, error)

ParseGetSnippetsWorkspaceEncodedIdCommitsRevisionResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdCommitsRevisionWithResponse call

func (GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdCommitsRevisionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdFilesPathResponse

type GetSnippetsWorkspaceEncodedIdFilesPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdFilesPathResponse

func ParseGetSnippetsWorkspaceEncodedIdFilesPathResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdFilesPathResponse, error)

ParseGetSnippetsWorkspaceEncodedIdFilesPathResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdFilesPathWithResponse call

func (GetSnippetsWorkspaceEncodedIdFilesPathResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdFilesPathResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse

type GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse

func ParseGetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse, error)

ParseGetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdNodeIdFilesPathWithResponse call

func (GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdNodeIdFilesPathResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdNodeIdResponse

type GetSnippetsWorkspaceEncodedIdNodeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Snippet
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdNodeIdResponse

func ParseGetSnippetsWorkspaceEncodedIdNodeIdResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdNodeIdResponse, error)

ParseGetSnippetsWorkspaceEncodedIdNodeIdResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdNodeIdWithResponse call

func (GetSnippetsWorkspaceEncodedIdNodeIdResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdNodeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdResponse

type GetSnippetsWorkspaceEncodedIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Snippet
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
	JSON410      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdResponse

func ParseGetSnippetsWorkspaceEncodedIdResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdResponse, error)

ParseGetSnippetsWorkspaceEncodedIdResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdWithResponse call

func (GetSnippetsWorkspaceEncodedIdResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdRevisionDiffParams

type GetSnippetsWorkspaceEncodedIdRevisionDiffParams struct {
	// Path When used, only one the diff of the specified file will be returned.
	Path *string `form:"path,omitempty" json:"path,omitempty"`
}

GetSnippetsWorkspaceEncodedIdRevisionDiffParams defines parameters for GetSnippetsWorkspaceEncodedIdRevisionDiff.

type GetSnippetsWorkspaceEncodedIdRevisionDiffResponse

type GetSnippetsWorkspaceEncodedIdRevisionDiffResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdRevisionDiffResponse

func ParseGetSnippetsWorkspaceEncodedIdRevisionDiffResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdRevisionDiffResponse, error)

ParseGetSnippetsWorkspaceEncodedIdRevisionDiffResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdRevisionDiffWithResponse call

func (GetSnippetsWorkspaceEncodedIdRevisionDiffResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdRevisionDiffResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdRevisionPatchResponse

type GetSnippetsWorkspaceEncodedIdRevisionPatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdRevisionPatchResponse

func ParseGetSnippetsWorkspaceEncodedIdRevisionPatchResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdRevisionPatchResponse, error)

ParseGetSnippetsWorkspaceEncodedIdRevisionPatchResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdRevisionPatchWithResponse call

func (GetSnippetsWorkspaceEncodedIdRevisionPatchResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdRevisionPatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdWatchResponse

type GetSnippetsWorkspaceEncodedIdWatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdWatchResponse

func ParseGetSnippetsWorkspaceEncodedIdWatchResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdWatchResponse, error)

ParseGetSnippetsWorkspaceEncodedIdWatchResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdWatchWithResponse call

func (GetSnippetsWorkspaceEncodedIdWatchResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdWatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceEncodedIdWatchersResponse

type GetSnippetsWorkspaceEncodedIdWatchersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedAccounts
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceEncodedIdWatchersResponse

func ParseGetSnippetsWorkspaceEncodedIdWatchersResponse(rsp *http.Response) (*GetSnippetsWorkspaceEncodedIdWatchersResponse, error)

ParseGetSnippetsWorkspaceEncodedIdWatchersResponse parses an HTTP response from a GetSnippetsWorkspaceEncodedIdWatchersWithResponse call

func (GetSnippetsWorkspaceEncodedIdWatchersResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceEncodedIdWatchersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetSnippetsWorkspaceParams

type GetSnippetsWorkspaceParams struct {
	// Role Filter down the result based on the authenticated user's role (`owner`, `contributor`, or `member`).
	Role *GetSnippetsWorkspaceParamsRole `form:"role,omitempty" json:"role,omitempty"`
}

GetSnippetsWorkspaceParams defines parameters for GetSnippetsWorkspace.

type GetSnippetsWorkspaceParamsRole

type GetSnippetsWorkspaceParamsRole string

GetSnippetsWorkspaceParamsRole defines parameters for GetSnippetsWorkspace.

const (
	GetSnippetsWorkspaceParamsRoleContributor GetSnippetsWorkspaceParamsRole = "contributor"
	GetSnippetsWorkspaceParamsRoleMember      GetSnippetsWorkspaceParamsRole = "member"
	GetSnippetsWorkspaceParamsRoleOwner       GetSnippetsWorkspaceParamsRole = "owner"
)

Defines values for GetSnippetsWorkspaceParamsRole.

type GetSnippetsWorkspaceResponse

type GetSnippetsWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedSnippets
	JSON404      *Error
}

func ParseGetSnippetsWorkspaceResponse

func ParseGetSnippetsWorkspaceResponse(rsp *http.Response) (*GetSnippetsWorkspaceResponse, error)

ParseGetSnippetsWorkspaceResponse parses an HTTP response from a GetSnippetsWorkspaceWithResponse call

func (GetSnippetsWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (GetSnippetsWorkspaceResponse) StatusCode

func (r GetSnippetsWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUserEmailsEmailResponse

type GetUserEmailsEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseGetUserEmailsEmailResponse

func ParseGetUserEmailsEmailResponse(rsp *http.Response) (*GetUserEmailsEmailResponse, error)

ParseGetUserEmailsEmailResponse parses an HTTP response from a GetUserEmailsEmailWithResponse call

func (GetUserEmailsEmailResponse) Status

Status returns HTTPResponse.Status

func (GetUserEmailsEmailResponse) StatusCode

func (r GetUserEmailsEmailResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUserEmailsResponse

type GetUserEmailsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSONDefault  *Error
}

func ParseGetUserEmailsResponse

func ParseGetUserEmailsResponse(rsp *http.Response) (*GetUserEmailsResponse, error)

ParseGetUserEmailsResponse parses an HTTP response from a GetUserEmailsWithResponse call

func (GetUserEmailsResponse) Status

func (r GetUserEmailsResponse) Status() string

Status returns HTTPResponse.Status

func (GetUserEmailsResponse) StatusCode

func (r GetUserEmailsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUserPermissionsRepositoriesParams

type GetUserPermissionsRepositoriesParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Name of a response property sort the result by as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetUserPermissionsRepositoriesParams defines parameters for GetUserPermissionsRepositories.

type GetUserPermissionsRepositoriesResponse

type GetUserPermissionsRepositoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositoryPermissions
}

func ParseGetUserPermissionsRepositoriesResponse

func ParseGetUserPermissionsRepositoriesResponse(rsp *http.Response) (*GetUserPermissionsRepositoriesResponse, error)

ParseGetUserPermissionsRepositoriesResponse parses an HTTP response from a GetUserPermissionsRepositoriesWithResponse call

func (GetUserPermissionsRepositoriesResponse) Status

Status returns HTTPResponse.Status

func (GetUserPermissionsRepositoriesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetUserPermissionsWorkspacesParams

type GetUserPermissionsWorkspacesParams struct {
	// Q
	// Query string to narrow down the response. See
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering) for details.
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Name of a response property to sort results. See
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#sorting-query-results)
	// for details.
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetUserPermissionsWorkspacesParams defines parameters for GetUserPermissionsWorkspaces.

type GetUserPermissionsWorkspacesResponse

type GetUserPermissionsWorkspacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedWorkspaceMemberships
	JSON401      *Error
}

func ParseGetUserPermissionsWorkspacesResponse

func ParseGetUserPermissionsWorkspacesResponse(rsp *http.Response) (*GetUserPermissionsWorkspacesResponse, error)

ParseGetUserPermissionsWorkspacesResponse parses an HTTP response from a GetUserPermissionsWorkspacesWithResponse call

func (GetUserPermissionsWorkspacesResponse) Status

Status returns HTTPResponse.Status

func (GetUserPermissionsWorkspacesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetUserResponse

type GetUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Account
	JSON401      *Error
}

func ParseGetUserResponse

func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error)

ParseGetUserResponse parses an HTTP response from a GetUserWithResponse call

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 GetUsersSelectedUserGpgKeysFingerprintResponse

type GetUsersSelectedUserGpgKeysFingerprintResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *GPGAccountKey
	JSON404      *Error
}

func ParseGetUsersSelectedUserGpgKeysFingerprintResponse

func ParseGetUsersSelectedUserGpgKeysFingerprintResponse(rsp *http.Response) (*GetUsersSelectedUserGpgKeysFingerprintResponse, error)

ParseGetUsersSelectedUserGpgKeysFingerprintResponse parses an HTTP response from a GetUsersSelectedUserGpgKeysFingerprintWithResponse call

func (GetUsersSelectedUserGpgKeysFingerprintResponse) Status

Status returns HTTPResponse.Status

func (GetUsersSelectedUserGpgKeysFingerprintResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetUsersSelectedUserGpgKeysResponse

type GetUsersSelectedUserGpgKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedGpgUserKeys
	JSON404      *Error
}

func ParseGetUsersSelectedUserGpgKeysResponse

func ParseGetUsersSelectedUserGpgKeysResponse(rsp *http.Response) (*GetUsersSelectedUserGpgKeysResponse, error)

ParseGetUsersSelectedUserGpgKeysResponse parses an HTTP response from a GetUsersSelectedUserGpgKeysWithResponse call

func (GetUsersSelectedUserGpgKeysResponse) Status

Status returns HTTPResponse.Status

func (GetUsersSelectedUserGpgKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetUsersSelectedUserResponse

type GetUsersSelectedUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Account
	JSON404      *Error
}

func ParseGetUsersSelectedUserResponse

func ParseGetUsersSelectedUserResponse(rsp *http.Response) (*GetUsersSelectedUserResponse, error)

ParseGetUsersSelectedUserResponse parses an HTTP response from a GetUsersSelectedUserWithResponse call

func (GetUsersSelectedUserResponse) Status

Status returns HTTPResponse.Status

func (GetUsersSelectedUserResponse) StatusCode

func (r GetUsersSelectedUserResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetUsersSelectedUserSshKeysKeyIdResponse

type GetUsersSelectedUserSshKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SshAccountKey
	JSON404      *Error
}

func ParseGetUsersSelectedUserSshKeysKeyIdResponse

func ParseGetUsersSelectedUserSshKeysKeyIdResponse(rsp *http.Response) (*GetUsersSelectedUserSshKeysKeyIdResponse, error)

ParseGetUsersSelectedUserSshKeysKeyIdResponse parses an HTTP response from a GetUsersSelectedUserSshKeysKeyIdWithResponse call

func (GetUsersSelectedUserSshKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (GetUsersSelectedUserSshKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetUsersSelectedUserSshKeysResponse

type GetUsersSelectedUserSshKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedSshUserKeys
	JSON404      *Error
}

func ParseGetUsersSelectedUserSshKeysResponse

func ParseGetUsersSelectedUserSshKeysResponse(rsp *http.Response) (*GetUsersSelectedUserSshKeysResponse, error)

ParseGetUsersSelectedUserSshKeysResponse parses an HTTP response from a GetUsersSelectedUserSshKeysWithResponse call

func (GetUsersSelectedUserSshKeysResponse) Status

Status returns HTTPResponse.Status

func (GetUsersSelectedUserSshKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesParams

type GetWorkspacesParams struct {
	// Role
	//             Filters the workspaces based on the authenticated user's role on each workspace.
	//
	//             * **member**: returns a list of all the workspaces which the caller is a member of
	//                 at least one workspace group or repository
	//             * **collaborator**: returns a list of workspaces which the caller has write access
	//                 to at least one repository in the workspace
	//             * **owner**: returns a list of workspaces which the caller has administrator access
	//
	Role *GetWorkspacesParamsRole `form:"role,omitempty" json:"role,omitempty"`

	// Q
	// Query string to narrow down the response. See
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering) for details.
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Name of a response property to sort results. See
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#sorting-query-results)
	// for details.
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetWorkspacesParams defines parameters for GetWorkspaces.

type GetWorkspacesParamsRole

type GetWorkspacesParamsRole string

GetWorkspacesParamsRole defines parameters for GetWorkspaces.

const (
	Collaborator GetWorkspacesParamsRole = "collaborator"
	Member       GetWorkspacesParamsRole = "member"
	Owner        GetWorkspacesParamsRole = "owner"
)

Defines values for GetWorkspacesParamsRole.

type GetWorkspacesResponse

type GetWorkspacesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedWorkspaces
	JSON401      *Error
}

func ParseGetWorkspacesResponse

func ParseGetWorkspacesResponse(rsp *http.Response) (*GetWorkspacesResponse, error)

ParseGetWorkspacesResponse parses an HTTP response from a GetWorkspacesWithResponse call

func (GetWorkspacesResponse) Status

func (r GetWorkspacesResponse) Status() string

Status returns HTTPResponse.Status

func (GetWorkspacesResponse) StatusCode

func (r GetWorkspacesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceHooksResponse

type GetWorkspacesWorkspaceHooksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedWebhookSubscriptions
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceHooksResponse

func ParseGetWorkspacesWorkspaceHooksResponse(rsp *http.Response) (*GetWorkspacesWorkspaceHooksResponse, error)

ParseGetWorkspacesWorkspaceHooksResponse parses an HTTP response from a GetWorkspacesWorkspaceHooksWithResponse call

func (GetWorkspacesWorkspaceHooksResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceHooksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceHooksUidResponse

type GetWorkspacesWorkspaceHooksUidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WebhookSubscription
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceHooksUidResponse

func ParseGetWorkspacesWorkspaceHooksUidResponse(rsp *http.Response) (*GetWorkspacesWorkspaceHooksUidResponse, error)

ParseGetWorkspacesWorkspaceHooksUidResponse parses an HTTP response from a GetWorkspacesWorkspaceHooksUidWithResponse call

func (GetWorkspacesWorkspaceHooksUidResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceHooksUidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceMembersMemberResponse

type GetWorkspacesWorkspaceMembersMemberResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WorkspaceMembership
	JSON401      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceMembersMemberResponse

func ParseGetWorkspacesWorkspaceMembersMemberResponse(rsp *http.Response) (*GetWorkspacesWorkspaceMembersMemberResponse, error)

ParseGetWorkspacesWorkspaceMembersMemberResponse parses an HTTP response from a GetWorkspacesWorkspaceMembersMemberWithResponse call

func (GetWorkspacesWorkspaceMembersMemberResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceMembersMemberResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceMembersResponse

type GetWorkspacesWorkspaceMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedWorkspaceMemberships
	JSON400      *Error
	JSON401      *Error
}

func ParseGetWorkspacesWorkspaceMembersResponse

func ParseGetWorkspacesWorkspaceMembersResponse(rsp *http.Response) (*GetWorkspacesWorkspaceMembersResponse, error)

ParseGetWorkspacesWorkspaceMembersResponse parses an HTTP response from a GetWorkspacesWorkspaceMembersWithResponse call

func (GetWorkspacesWorkspaceMembersResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceMembersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspacePermissionsParams

type GetWorkspacesWorkspacePermissionsParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`
}

GetWorkspacesWorkspacePermissionsParams defines parameters for GetWorkspacesWorkspacePermissions.

type GetWorkspacesWorkspacePermissionsRepositoriesParams

type GetWorkspacesWorkspacePermissionsRepositoriesParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Name of a response property sort the result by as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#sorting-query-results).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetWorkspacesWorkspacePermissionsRepositoriesParams defines parameters for GetWorkspacesWorkspacePermissionsRepositories.

type GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams

type GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams struct {
	// Q
	// Query string to narrow down the response as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering).
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Sort
	// Name of a response property sort the result by as per
	// [filtering and sorting](/cloud/bitbucket/rest/intro/#sorting-query-results).
	Sort *string `form:"sort,omitempty" json:"sort,omitempty"`
}

GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugParams defines parameters for GetWorkspacesWorkspacePermissionsRepositoriesRepoSlug.

type GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse

type GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositoryPermissions
	JSON403      *Error
}

func ParseGetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse

func ParseGetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse(rsp *http.Response) (*GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse, error)

ParseGetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse parses an HTTP response from a GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugWithResponse call

func (GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspacePermissionsRepositoriesRepoSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspacePermissionsRepositoriesResponse

type GetWorkspacesWorkspacePermissionsRepositoriesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedRepositoryPermissions
	JSON403      *Error
}

func ParseGetWorkspacesWorkspacePermissionsRepositoriesResponse

func ParseGetWorkspacesWorkspacePermissionsRepositoriesResponse(rsp *http.Response) (*GetWorkspacesWorkspacePermissionsRepositoriesResponse, error)

ParseGetWorkspacesWorkspacePermissionsRepositoriesResponse parses an HTTP response from a GetWorkspacesWorkspacePermissionsRepositoriesWithResponse call

func (GetWorkspacesWorkspacePermissionsRepositoriesResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspacePermissionsRepositoriesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspacePermissionsResponse

type GetWorkspacesWorkspacePermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedWorkspaceMemberships
	JSON401      *Error
}

func ParseGetWorkspacesWorkspacePermissionsResponse

func ParseGetWorkspacesWorkspacePermissionsResponse(rsp *http.Response) (*GetWorkspacesWorkspacePermissionsResponse, error)

ParseGetWorkspacesWorkspacePermissionsResponse parses an HTTP response from a GetWorkspacesWorkspacePermissionsWithResponse call

func (GetWorkspacesWorkspacePermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspacePermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse

type GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectBranchingModel
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse

type GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BranchingModelSettings
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse

type GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedDefaultReviewerAndType
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

type GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *User
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse

type GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectDeployKey
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse

type GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedProjectDeployKeys
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectGroupPermission
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedProjectGroupPermissions
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedProjectUserPermissions
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

type GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectUserPermission
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsProjectKeyResponse

type GetWorkspacesWorkspaceProjectsProjectKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Project
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsProjectKeyResponse

func ParseGetWorkspacesWorkspaceProjectsProjectKeyResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsProjectKeyResponse, error)

ParseGetWorkspacesWorkspaceProjectsProjectKeyResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsProjectKeyWithResponse call

func (GetWorkspacesWorkspaceProjectsProjectKeyResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsProjectKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceProjectsResponse

type GetWorkspacesWorkspaceProjectsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedProjects
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceProjectsResponse

func ParseGetWorkspacesWorkspaceProjectsResponse(rsp *http.Response) (*GetWorkspacesWorkspaceProjectsResponse, error)

ParseGetWorkspacesWorkspaceProjectsResponse parses an HTTP response from a GetWorkspacesWorkspaceProjectsWithResponse call

func (GetWorkspacesWorkspaceProjectsResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceProjectsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspacePullrequestsSelectedUserParams

type GetWorkspacesWorkspacePullrequestsSelectedUserParams struct {
	// State Only return pull requests that are in this state. This parameter can be repeated.
	State *GetWorkspacesWorkspacePullrequestsSelectedUserParamsState `form:"state,omitempty" json:"state,omitempty"`
}

GetWorkspacesWorkspacePullrequestsSelectedUserParams defines parameters for GetWorkspacesWorkspacePullrequestsSelectedUser.

type GetWorkspacesWorkspacePullrequestsSelectedUserParamsState

type GetWorkspacesWorkspacePullrequestsSelectedUserParamsState string

GetWorkspacesWorkspacePullrequestsSelectedUserParamsState defines parameters for GetWorkspacesWorkspacePullrequestsSelectedUser.

Defines values for GetWorkspacesWorkspacePullrequestsSelectedUserParamsState.

type GetWorkspacesWorkspacePullrequestsSelectedUserResponse

type GetWorkspacesWorkspacePullrequestsSelectedUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedPullrequests
	JSON404      *Error
}

func ParseGetWorkspacesWorkspacePullrequestsSelectedUserResponse

func ParseGetWorkspacesWorkspacePullrequestsSelectedUserResponse(rsp *http.Response) (*GetWorkspacesWorkspacePullrequestsSelectedUserResponse, error)

ParseGetWorkspacesWorkspacePullrequestsSelectedUserResponse parses an HTTP response from a GetWorkspacesWorkspacePullrequestsSelectedUserWithResponse call

func (GetWorkspacesWorkspacePullrequestsSelectedUserResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspacePullrequestsSelectedUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetWorkspacesWorkspaceResponse

type GetWorkspacesWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Workspace
	JSON404      *Error
}

func ParseGetWorkspacesWorkspaceResponse

func ParseGetWorkspacesWorkspaceResponse(rsp *http.Response) (*GetWorkspacesWorkspaceResponse, error)

ParseGetWorkspacesWorkspaceResponse parses an HTTP response from a GetWorkspacesWorkspaceWithResponse call

func (GetWorkspacesWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (GetWorkspacesWorkspaceResponse) StatusCode

func (r GetWorkspacesWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Group

type Group struct {
	// FullSlug The concatenation of the workspace's slug and the group's slug,
	// separated with a colon (e.g. `acme:developers`)
	FullSlug *string `json:"full_slug,omitempty"`
	Links    *struct {
		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name  *string  `json:"name,omitempty"`
	Owner *Account `json:"owner,omitempty"`

	// Slug The "sluggified" version of the group's name. This contains only ASCII
	// characters and can therefore be slightly different than the name
	Slug                 *string                `json:"slug,omitempty"`
	Type                 string                 `json:"type"`
	Workspace            *Workspace             `json:"workspace,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Group defines model for group.

func (Group) Get

func (a Group) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Group. Returns the specified element and whether it was found

func (Group) MarshalJSON

func (a Group) MarshalJSON() ([]byte, error)

Override default JSON handling for Group to handle AdditionalProperties

func (*Group) Set

func (a *Group) Set(fieldName string, value interface{})

Setter for additional properties for Group

func (*Group) UnmarshalJSON

func (a *Group) UnmarshalJSON(b []byte) error

Override default JSON handling for Group to handle AdditionalProperties

type HookEvent

type HookEvent struct {
	// Category The category this event belongs to.
	Category *string `json:"category,omitempty"`

	// Description More detailed description of the webhook event type.
	Description *string `json:"description,omitempty"`

	// Event The event identifier.
	Event *HookEventEvent `json:"event,omitempty"`

	// Label Summary of the webhook event type.
	Label *string `json:"label,omitempty"`
}

HookEvent An event, associated with a resource or subject type.

type HookEventEvent

type HookEventEvent string

HookEventEvent The event identifier.

const (
	HookEventEventIssueCommentCreated              HookEventEvent = "issue:comment_created"
	HookEventEventIssueCreated                     HookEventEvent = "issue:created"
	HookEventEventIssueUpdated                     HookEventEvent = "issue:updated"
	HookEventEventProjectUpdated                   HookEventEvent = "project:updated"
	HookEventEventPullrequestApproved              HookEventEvent = "pullrequest:approved"
	HookEventEventPullrequestChangesRequestCreated HookEventEvent = "pullrequest:changes_request_created"
	HookEventEventPullrequestChangesRequestRemoved HookEventEvent = "pullrequest:changes_request_removed"
	HookEventEventPullrequestCommentCreated        HookEventEvent = "pullrequest:comment_created"
	HookEventEventPullrequestCommentDeleted        HookEventEvent = "pullrequest:comment_deleted"
	HookEventEventPullrequestCommentReopened       HookEventEvent = "pullrequest:comment_reopened"
	HookEventEventPullrequestCommentResolved       HookEventEvent = "pullrequest:comment_resolved"
	HookEventEventPullrequestCommentUpdated        HookEventEvent = "pullrequest:comment_updated"
	HookEventEventPullrequestCreated               HookEventEvent = "pullrequest:created"
	HookEventEventPullrequestFulfilled             HookEventEvent = "pullrequest:fulfilled"
	HookEventEventPullrequestPush                  HookEventEvent = "pullrequest:push"
	HookEventEventPullrequestRejected              HookEventEvent = "pullrequest:rejected"
	HookEventEventPullrequestUnapproved            HookEventEvent = "pullrequest:unapproved"
	HookEventEventPullrequestUpdated               HookEventEvent = "pullrequest:updated"
	HookEventEventRepoCommitCommentCreated         HookEventEvent = "repo:commit_comment_created"
	HookEventEventRepoCommitStatusCreated          HookEventEvent = "repo:commit_status_created"
	HookEventEventRepoCommitStatusUpdated          HookEventEvent = "repo:commit_status_updated"
	HookEventEventRepoCreated                      HookEventEvent = "repo:created"
	HookEventEventRepoDeleted                      HookEventEvent = "repo:deleted"
	HookEventEventRepoFork                         HookEventEvent = "repo:fork"
	HookEventEventRepoImported                     HookEventEvent = "repo:imported"
	HookEventEventRepoPush                         HookEventEvent = "repo:push"
	HookEventEventRepoTransfer                     HookEventEvent = "repo:transfer"
	HookEventEventRepoUpdated                      HookEventEvent = "repo:updated"
)

Defines values for HookEventEvent.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type Issue

type Issue struct {
	Assignee  *Account   `json:"assignee,omitempty"`
	Component *Component `json:"component,omitempty"`
	Content   *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *IssueContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	EditedOn  *time.Time `json:"edited_on,omitempty"`
	Id        *int       `json:"id,omitempty"`
	Kind      *IssueKind `json:"kind,omitempty"`
	Links     *struct {
		// Attachments A link to a resource related to this object.
		Attachments *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"attachments,omitempty"`

		// Comments A link to a resource related to this object.
		Comments *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"comments,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`

		// Vote A link to a resource related to this object.
		Vote *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"vote,omitempty"`

		// Watch A link to a resource related to this object.
		Watch *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"watch,omitempty"`
	} `json:"links,omitempty"`
	Milestone            *Milestone             `json:"milestone,omitempty"`
	Priority             *IssuePriority         `json:"priority,omitempty"`
	Reporter             *Account               `json:"reporter,omitempty"`
	Repository           *Repository            `json:"repository,omitempty"`
	State                *IssueState            `json:"state,omitempty"`
	Title                *string                `json:"title,omitempty"`
	Type                 string                 `json:"type"`
	UpdatedOn            *time.Time             `json:"updated_on,omitempty"`
	Version              *Version               `json:"version,omitempty"`
	Votes                *int                   `json:"votes,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Issue defines model for issue.

func (Issue) Get

func (a Issue) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Issue. Returns the specified element and whether it was found

func (Issue) MarshalJSON

func (a Issue) MarshalJSON() ([]byte, error)

Override default JSON handling for Issue to handle AdditionalProperties

func (*Issue) Set

func (a *Issue) Set(fieldName string, value interface{})

Setter for additional properties for Issue

func (*Issue) UnmarshalJSON

func (a *Issue) UnmarshalJSON(b []byte) error

Override default JSON handling for Issue to handle AdditionalProperties

type IssueAttachment

type IssueAttachment struct {
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name                 *string                `json:"name,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

IssueAttachment defines model for issue_attachment.

func (IssueAttachment) Get

func (a IssueAttachment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for IssueAttachment. Returns the specified element and whether it was found

func (IssueAttachment) MarshalJSON

func (a IssueAttachment) MarshalJSON() ([]byte, error)

Override default JSON handling for IssueAttachment to handle AdditionalProperties

func (*IssueAttachment) Set

func (a *IssueAttachment) Set(fieldName string, value interface{})

Setter for additional properties for IssueAttachment

func (*IssueAttachment) UnmarshalJSON

func (a *IssueAttachment) UnmarshalJSON(b []byte) error

Override default JSON handling for IssueAttachment to handle AdditionalProperties

type IssueChange

type IssueChange struct {
	Changes *struct {
		Assignee *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"assignee,omitempty"`
		Component *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"component,omitempty"`
		Content *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"content,omitempty"`
		Kind *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"kind,omitempty"`
		Milestone *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"milestone,omitempty"`
		Priority *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"priority,omitempty"`
		State *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"state,omitempty"`
		Title *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"title,omitempty"`
		Version *struct {
			New *string `json:"new,omitempty"`
			Old *string `json:"old,omitempty"`
		} `json:"version,omitempty"`
	} `json:"changes,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	Issue     *Issue     `json:"issue,omitempty"`
	Links     *struct {
		// Issue A link to a resource related to this object.
		Issue *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"issue,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Message *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *IssueChangeMessageMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"message,omitempty"`
	Name                 *string                `json:"name,omitempty"`
	Type                 string                 `json:"type"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

IssueChange An issue change.

func (IssueChange) Get

func (a IssueChange) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for IssueChange. Returns the specified element and whether it was found

func (IssueChange) MarshalJSON

func (a IssueChange) MarshalJSON() ([]byte, error)

Override default JSON handling for IssueChange to handle AdditionalProperties

func (*IssueChange) Set

func (a *IssueChange) Set(fieldName string, value interface{})

Setter for additional properties for IssueChange

func (*IssueChange) UnmarshalJSON

func (a *IssueChange) UnmarshalJSON(b []byte) error

Override default JSON handling for IssueChange to handle AdditionalProperties

type IssueChangeMessageMarkup

type IssueChangeMessageMarkup string

IssueChangeMessageMarkup The type of markup language the raw content is to be interpreted in.

const (
	IssueChangeMessageMarkupCreole    IssueChangeMessageMarkup = "creole"
	IssueChangeMessageMarkupMarkdown  IssueChangeMessageMarkup = "markdown"
	IssueChangeMessageMarkupPlaintext IssueChangeMessageMarkup = "plaintext"
)

Defines values for IssueChangeMessageMarkup.

type IssueComment

type IssueComment struct {
	Content *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *IssueCommentContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	Deleted   *bool      `json:"deleted,omitempty"`
	Id        *int       `json:"id,omitempty"`
	Inline    *struct {
		// From The comment's anchor line in the old version of the file.
		From *int `json:"from,omitempty"`

		// Path The path of the file this comment is anchored to.
		Path string `json:"path"`

		// To The comment's anchor line in the new version of the file. If the 'from' line is also provided, this value will be removed.
		To *int `json:"to,omitempty"`
	} `json:"inline,omitempty"`
	Issue *Issue `json:"issue,omitempty"`
	Links *struct {
		// Code A link to a resource related to this object.
		Code *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"code,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Parent               *Comment               `json:"parent,omitempty"`
	Type                 string                 `json:"type"`
	UpdatedOn            *time.Time             `json:"updated_on,omitempty"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

IssueComment defines model for issue_comment.

func (IssueComment) Get

func (a IssueComment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for IssueComment. Returns the specified element and whether it was found

func (IssueComment) MarshalJSON

func (a IssueComment) MarshalJSON() ([]byte, error)

Override default JSON handling for IssueComment to handle AdditionalProperties

func (*IssueComment) Set

func (a *IssueComment) Set(fieldName string, value interface{})

Setter for additional properties for IssueComment

func (*IssueComment) UnmarshalJSON

func (a *IssueComment) UnmarshalJSON(b []byte) error

Override default JSON handling for IssueComment to handle AdditionalProperties

type IssueCommentContentMarkup

type IssueCommentContentMarkup string

IssueCommentContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	IssueCommentContentMarkupCreole    IssueCommentContentMarkup = "creole"
	IssueCommentContentMarkupMarkdown  IssueCommentContentMarkup = "markdown"
	IssueCommentContentMarkupPlaintext IssueCommentContentMarkup = "plaintext"
)

Defines values for IssueCommentContentMarkup.

type IssueContentMarkup

type IssueContentMarkup string

IssueContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	IssueContentMarkupCreole    IssueContentMarkup = "creole"
	IssueContentMarkupMarkdown  IssueContentMarkup = "markdown"
	IssueContentMarkupPlaintext IssueContentMarkup = "plaintext"
)

Defines values for IssueContentMarkup.

type IssueJobStatus

type IssueJobStatus struct {
	// Count The total number of issues already imported/exported
	Count *int `json:"count,omitempty"`

	// Pct The percentage of issues already imported/exported
	Pct *float32 `json:"pct,omitempty"`

	// Phase The phase of the import/export job
	Phase *string `json:"phase,omitempty"`

	// Status The status of the import/export job
	Status *IssueJobStatusStatus `json:"status,omitempty"`

	// Total The total number of issues being imported/exported
	Total *int    `json:"total,omitempty"`
	Type  *string `json:"type,omitempty"`
}

IssueJobStatus The status of an import or export job

type IssueJobStatusStatus

type IssueJobStatusStatus string

IssueJobStatusStatus The status of the import/export job

const (
	ACCEPTED IssueJobStatusStatus = "ACCEPTED"
	FAILURE  IssueJobStatusStatus = "FAILURE"
	RUNNING  IssueJobStatusStatus = "RUNNING"
	STARTED  IssueJobStatusStatus = "STARTED"
)

Defines values for IssueJobStatusStatus.

type IssueKind

type IssueKind string

IssueKind defines model for Issue.Kind.

const (
	IssueKindBug         IssueKind = "bug"
	IssueKindEnhancement IssueKind = "enhancement"
	IssueKindProposal    IssueKind = "proposal"
	IssueKindTask        IssueKind = "task"
)

Defines values for IssueKind.

type IssuePriority

type IssuePriority string

IssuePriority defines model for Issue.Priority.

const (
	Blocker  IssuePriority = "blocker"
	Critical IssuePriority = "critical"
	Major    IssuePriority = "major"
	Minor    IssuePriority = "minor"
	Trivial  IssuePriority = "trivial"
)

Defines values for IssuePriority.

type IssueState

type IssueState string

IssueState defines model for Issue.State.

const (
	Closed    IssueState = "closed"
	Duplicate IssueState = "duplicate"
	Invalid   IssueState = "invalid"
	New       IssueState = "new"
	OnHold    IssueState = "on hold"
	Open      IssueState = "open"
	Resolved  IssueState = "resolved"
	Submitted IssueState = "submitted"
	Wontfix   IssueState = "wontfix"
)

Defines values for IssueState.

type Link struct {
	Href *string `json:"href,omitempty"`
	Name *string `json:"name,omitempty"`
}

Link A link to a resource related to this object.

type Milestone

type Milestone struct {
	Id    *int `json:"id,omitempty"`
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name                 *string                `json:"name,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Milestone defines model for milestone.

func (Milestone) Get

func (a Milestone) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Milestone. Returns the specified element and whether it was found

func (Milestone) MarshalJSON

func (a Milestone) MarshalJSON() ([]byte, error)

Override default JSON handling for Milestone to handle AdditionalProperties

func (*Milestone) Set

func (a *Milestone) Set(fieldName string, value interface{})

Setter for additional properties for Milestone

func (*Milestone) UnmarshalJSON

func (a *Milestone) UnmarshalJSON(b []byte) error

Override default JSON handling for Milestone to handle AdditionalProperties

type Object

type Object struct {
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Object Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.

func (Object) Get

func (a Object) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Object. Returns the specified element and whether it was found

func (Object) MarshalJSON

func (a Object) MarshalJSON() ([]byte, error)

Override default JSON handling for Object to handle AdditionalProperties

func (*Object) Set

func (a *Object) Set(fieldName string, value interface{})

Setter for additional properties for Object

func (*Object) UnmarshalJSON

func (a *Object) UnmarshalJSON(b []byte) error

Override default JSON handling for Object to handle AdditionalProperties

type PaginatedAccounts

type PaginatedAccounts struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int       `json:"size,omitempty"`
	Values *[]Account `json:"values,omitempty"`
}

PaginatedAccounts A paginated list of accounts.

type PaginatedAnnotations

type PaginatedAnnotations struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]ReportAnnotation `json:"values,omitempty"`
}

PaginatedAnnotations A paginated list of annotations.

type PaginatedBranches

type PaginatedBranches struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int      `json:"size,omitempty"`
	Values *[]Branch `json:"values,omitempty"`
}

PaginatedBranches A paginated list of branches.

type PaginatedBranchrestrictions

type PaginatedBranchrestrictions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                 `json:"size,omitempty"`
	Values *[]Branchrestriction `json:"values,omitempty"`
}

PaginatedBranchrestrictions A paginated list of branch restriction rules.

type PaginatedChangeset

type PaginatedChangeset struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int          `json:"size,omitempty"`
	Values *[]BaseCommit `json:"values,omitempty"`
}

PaginatedChangeset A paginated list of commits.

type PaginatedCommitComments

type PaginatedCommitComments struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int             `json:"size,omitempty"`
	Values *[]CommitComment `json:"values,omitempty"`
}

PaginatedCommitComments A paginated list of commit comments.

type PaginatedCommitstatuses

type PaginatedCommitstatuses struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int            `json:"size,omitempty"`
	Values *[]Commitstatus `json:"values,omitempty"`
}

PaginatedCommitstatuses A paginated list of commit status objects.

type PaginatedComponents

type PaginatedComponents struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int         `json:"size,omitempty"`
	Values *[]Component `json:"values,omitempty"`
}

PaginatedComponents A paginated list of issue tracker components.

type PaginatedDefaultReviewerAndType

type PaginatedDefaultReviewerAndType struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                      `json:"size,omitempty"`
	Values *[]DefaultReviewerAndType `json:"values,omitempty"`
}

PaginatedDefaultReviewerAndType A paginated list of default reviewers with reviewer type.

type PaginatedDeployKeys

type PaginatedDeployKeys struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int         `json:"size,omitempty"`
	Values *[]DeployKey `json:"values,omitempty"`
}

PaginatedDeployKeys A paginated list of deploy keys.

type PaginatedDeploymentVariable

type PaginatedDeploymentVariable struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]DeploymentVariable `json:"values,omitempty"`
}

PaginatedDeploymentVariable A paged list of deployment variables.

type PaginatedDeployments

type PaginatedDeployments struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]Deployment `json:"values,omitempty"`
}

PaginatedDeployments A paged list of deployments

type PaginatedDiffstats

type PaginatedDiffstats struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 500 with 5000 being the maximum allowed value.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int        `json:"size,omitempty"`
	Values *[]Diffstat `json:"values,omitempty"`
}

PaginatedDiffstats A paginated list of diffstats.

type PaginatedEnvironments

type PaginatedEnvironments struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]DeploymentEnvironment `json:"values,omitempty"`
}

PaginatedEnvironments A paged list of environments

type PaginatedFiles

type PaginatedFiles struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int          `json:"size,omitempty"`
	Values *[]CommitFile `json:"values,omitempty"`
}

PaginatedFiles A paginated list of commit_file objects.

type PaginatedGpgUserKeys

type PaginatedGpgUserKeys struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int             `json:"size,omitempty"`
	Values *[]GPGAccountKey `json:"values,omitempty"`
}

PaginatedGpgUserKeys A paginated list of GPG keys.

type PaginatedHookEvents

type PaginatedHookEvents struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int         `json:"size,omitempty"`
	Values *[]HookEvent `json:"values,omitempty"`
}

PaginatedHookEvents A paginated list of webhook types available to subscribe on.

type PaginatedIssueAttachments

type PaginatedIssueAttachments struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int               `json:"size,omitempty"`
	Values *[]IssueAttachment `json:"values,omitempty"`
}

PaginatedIssueAttachments A paginated list of issue attachments.

type PaginatedIssueComments

type PaginatedIssueComments struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int            `json:"size,omitempty"`
	Values *[]IssueComment `json:"values,omitempty"`
}

PaginatedIssueComments A paginated list of issue comments.

type PaginatedIssues

type PaginatedIssues struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int     `json:"size,omitempty"`
	Values *[]Issue `json:"values,omitempty"`
}

PaginatedIssues A paginated list of issues.

type PaginatedLogEntries

type PaginatedLogEntries struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int           `json:"size,omitempty"`
	Values *[]IssueChange `json:"values,omitempty"`
}

PaginatedLogEntries A paginated list of issue changes.

type PaginatedMilestones

type PaginatedMilestones struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int         `json:"size,omitempty"`
	Values *[]Milestone `json:"values,omitempty"`
}

PaginatedMilestones A paginated list of issue tracker milestones.

type PaginatedPipelineCaches

type PaginatedPipelineCaches struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]PipelineCache `json:"values,omitempty"`
}

PaginatedPipelineCaches A paged list of pipeline caches

type PaginatedPipelineKnownHosts

type PaginatedPipelineKnownHosts struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]PipelineKnownHost `json:"values,omitempty"`
}

PaginatedPipelineKnownHosts A paged list of known hosts.

type PaginatedPipelineScheduleExecutions

type PaginatedPipelineScheduleExecutions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]PipelineScheduleExecution `json:"values,omitempty"`
}

PaginatedPipelineScheduleExecutions A paged list of the executions of a schedule.

type PaginatedPipelineSchedules

type PaginatedPipelineSchedules struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]PipelineSchedule `json:"values,omitempty"`
}

PaginatedPipelineSchedules A paged list of schedules

type PaginatedPipelineSteps

type PaginatedPipelineSteps struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]PipelineStep `json:"values,omitempty"`
}

PaginatedPipelineSteps A paged list of pipeline steps.

type PaginatedPipelineVariables

type PaginatedPipelineVariables struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]PipelineVariable `json:"values,omitempty"`
}

PaginatedPipelineVariables A paged list of variables.

type PaginatedPipelines

type PaginatedPipelines struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]Pipeline `json:"values,omitempty"`
}

PaginatedPipelines A paged list of pipelines

type PaginatedProjectDeployKeys

type PaginatedProjectDeployKeys struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                `json:"size,omitempty"`
	Values *[]ProjectDeployKey `json:"values,omitempty"`
}

PaginatedProjectDeployKeys A paginated list of project deploy keys.

type PaginatedProjectGroupPermissions

type PaginatedProjectGroupPermissions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                      `json:"size,omitempty"`
	Values *[]ProjectGroupPermission `json:"values,omitempty"`
}

PaginatedProjectGroupPermissions A paginated list of project group permissions.

type PaginatedProjectUserPermissions

type PaginatedProjectUserPermissions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                     `json:"size,omitempty"`
	Values *[]ProjectUserPermission `json:"values,omitempty"`
}

PaginatedProjectUserPermissions A paginated list of project user permissions.

type PaginatedProjects

type PaginatedProjects struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int       `json:"size,omitempty"`
	Values *[]Project `json:"values,omitempty"`
}

PaginatedProjects A paginated list of projects

type PaginatedPullrequestComments

type PaginatedPullrequestComments struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                  `json:"size,omitempty"`
	Values *[]PullrequestComment `json:"values,omitempty"`
}

PaginatedPullrequestComments A paginated list of pullrequest comments.

type PaginatedPullrequests

type PaginatedPullrequests struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int           `json:"size,omitempty"`
	Values *[]Pullrequest `json:"values,omitempty"`
}

PaginatedPullrequests A paginated list of pullrequests.

type PaginatedRefs

type PaginatedRefs struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int   `json:"size,omitempty"`
	Values *[]Ref `json:"values,omitempty"`
}

PaginatedRefs A paginated list of refs.

type PaginatedReports

type PaginatedReports struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size *int `json:"size,omitempty"`

	// Values The values of the current page.
	Values *[]Report `json:"values,omitempty"`
}

PaginatedReports A paginated list of reports.

type PaginatedRepositories

type PaginatedRepositories struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int          `json:"size,omitempty"`
	Values *[]Repository `json:"values,omitempty"`
}

PaginatedRepositories A paginated list of repositories.

type PaginatedRepositoryGroupPermissions

type PaginatedRepositoryGroupPermissions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                         `json:"size,omitempty"`
	Values *[]RepositoryGroupPermission `json:"values,omitempty"`
}

PaginatedRepositoryGroupPermissions A paginated list of repository group permissions.

type PaginatedRepositoryPermissions

type PaginatedRepositoryPermissions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                    `json:"size,omitempty"`
	Values *[]RepositoryPermission `json:"values,omitempty"`
}

PaginatedRepositoryPermissions A paginated list of repository permissions.

type PaginatedRepositoryUserPermissions

type PaginatedRepositoryUserPermissions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                        `json:"size,omitempty"`
	Values *[]RepositoryUserPermission `json:"values,omitempty"`
}

PaginatedRepositoryUserPermissions A paginated list of repository user permissions.

type PaginatedSnippetComments

type PaginatedSnippetComments struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int              `json:"size,omitempty"`
	Values *[]SnippetComment `json:"values,omitempty"`
}

PaginatedSnippetComments A paginated list of snippet comments.

type PaginatedSnippetCommit

type PaginatedSnippetCommit struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int             `json:"size,omitempty"`
	Values *[]SnippetCommit `json:"values,omitempty"`
}

PaginatedSnippetCommit A paginated list of snippet commits.

type PaginatedSnippets

type PaginatedSnippets struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int       `json:"size,omitempty"`
	Values *[]Snippet `json:"values,omitempty"`
}

PaginatedSnippets A paginated list of snippets.

type PaginatedSshUserKeys

type PaginatedSshUserKeys struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int             `json:"size,omitempty"`
	Values *[]SshAccountKey `json:"values,omitempty"`
}

PaginatedSshUserKeys A paginated list of SSH keys.

type PaginatedTags

type PaginatedTags struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int   `json:"size,omitempty"`
	Values *[]Tag `json:"values,omitempty"`
}

PaginatedTags A paginated list of tags.

type PaginatedTasks

type PaginatedTasks struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                      `json:"size,omitempty"`
	Values *[]PullrequestCommentTask `json:"values,omitempty"`
}

PaginatedTasks A paginated list of tasks.

type PaginatedTreeentries

type PaginatedTreeentries struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int         `json:"size,omitempty"`
	Values *[]Treeentry `json:"values,omitempty"`
}

PaginatedTreeentries A paginated list of commit_file and/or commit_directory objects.

type PaginatedVersions

type PaginatedVersions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int       `json:"size,omitempty"`
	Values *[]Version `json:"values,omitempty"`
}

PaginatedVersions A paginated list of issue tracker versions.

type PaginatedWebhookSubscriptions

type PaginatedWebhookSubscriptions struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                   `json:"size,omitempty"`
	Values *[]WebhookSubscription `json:"values,omitempty"`
}

PaginatedWebhookSubscriptions A paginated list of webhook subscriptions

type PaginatedWorkspaceMemberships

type PaginatedWorkspaceMemberships struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int                   `json:"size,omitempty"`
	Values *[]WorkspaceMembership `json:"values,omitempty"`
}

PaginatedWorkspaceMemberships A paginated list of workspace memberships.

type PaginatedWorkspaces

type PaginatedWorkspaces struct {
	// Next Link to the next page if it exists. The last page of a collection does not have this value. Use this link to navigate the result set and refrain from constructing your own URLs.
	Next *string `json:"next,omitempty"`

	// Page Page number of the current results. This is an optional element that is not provided in all responses.
	Page *int `json:"page,omitempty"`

	// Pagelen Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
	Pagelen *int `json:"pagelen,omitempty"`

	// Previous Link to previous page if it exists. A collections first page does not have this value. This is an optional element that is not provided in all responses. Some result sets strictly support forward navigation and never provide previous links. Clients must anticipate that backwards navigation is not always available. Use this link to navigate the result set and refrain from constructing your own URLs.
	Previous *string `json:"previous,omitempty"`

	// Size Total number of objects in the response. This is an optional element that is not provided in all responses, as it can be expensive to compute.
	Size   *int         `json:"size,omitempty"`
	Values *[]Workspace `json:"values,omitempty"`
}

PaginatedWorkspaces A paginated list of workspaces.

type Participant

type Participant struct {
	Approved *bool `json:"approved,omitempty"`

	// ParticipatedOn The ISO8601 timestamp of the participant's action. For approvers, this is the time of their approval. For commenters and pull request reviewers who are not approvers, this is the time they last commented, or null if they have not commented.
	ParticipatedOn       *time.Time             `json:"participated_on,omitempty"`
	Role                 *ParticipantRole       `json:"role,omitempty"`
	State                *ParticipantState      `json:"state,omitempty"`
	Type                 string                 `json:"type"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Participant defines model for participant.

func (Participant) Get

func (a Participant) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Participant. Returns the specified element and whether it was found

func (Participant) MarshalJSON

func (a Participant) MarshalJSON() ([]byte, error)

Override default JSON handling for Participant to handle AdditionalProperties

func (*Participant) Set

func (a *Participant) Set(fieldName string, value interface{})

Setter for additional properties for Participant

func (*Participant) UnmarshalJSON

func (a *Participant) UnmarshalJSON(b []byte) error

Override default JSON handling for Participant to handle AdditionalProperties

type ParticipantRole

type ParticipantRole string

ParticipantRole defines model for Participant.Role.

const (
	PARTICIPANT ParticipantRole = "PARTICIPANT"
	REVIEWER    ParticipantRole = "REVIEWER"
)

Defines values for ParticipantRole.

type ParticipantState

type ParticipantState string

ParticipantState defines model for Participant.State.

const (
	Approved         ParticipantState = "approved"
	ChangesRequested ParticipantState = "changes_requested"
	LessThannil      ParticipantState = "<nil>"
)

Defines values for ParticipantState.

type Pipeline

type Pipeline struct {
	// BuildNumber The build number of the pipeline.
	BuildNumber *int `json:"build_number,omitempty"`

	// BuildSecondsUsed The number of build seconds used by this pipeline.
	BuildSecondsUsed *int `json:"build_seconds_used,omitempty"`

	// CompletedOn The timestamp when the Pipeline was completed. This is not set if the pipeline is still in progress.
	CompletedOn *time.Time `json:"completed_on,omitempty"`

	// ConfigurationSources An ordered list of sources of the pipeline configuration
	ConfigurationSources *[]PipelineConfigurationSource `json:"configuration_sources,omitempty"`

	// CreatedOn The timestamp when the pipeline was created.
	CreatedOn  *time.Time              `json:"created_on,omitempty"`
	Creator    *Account                `json:"creator,omitempty"`
	Links      *PipelinesPipelineLinks `json:"links,omitempty"`
	Repository *Repository             `json:"repository,omitempty"`
	State      *PipelineState          `json:"state,omitempty"`
	Target     *PipelineTarget         `json:"target,omitempty"`
	Trigger    *PipelineTrigger        `json:"trigger,omitempty"`
	Type       string                  `json:"type"`

	// Uuid The UUID identifying the pipeline.
	Uuid *string `json:"uuid,omitempty"`

	// Variables The variables for the pipeline.
	Variables            *[]PipelineVariable    `json:"variables,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Pipeline defines model for pipeline.

func (Pipeline) Get

func (a Pipeline) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Pipeline. Returns the specified element and whether it was found

func (Pipeline) MarshalJSON

func (a Pipeline) MarshalJSON() ([]byte, error)

Override default JSON handling for Pipeline to handle AdditionalProperties

func (*Pipeline) Set

func (a *Pipeline) Set(fieldName string, value interface{})

Setter for additional properties for Pipeline

func (*Pipeline) UnmarshalJSON

func (a *Pipeline) UnmarshalJSON(b []byte) error

Override default JSON handling for Pipeline to handle AdditionalProperties

type PipelineBuildNumber

type PipelineBuildNumber struct {
	// Next The next number that will be used as build number.
	Next                 *int                   `json:"next,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineBuildNumber defines model for pipeline_build_number.

func (PipelineBuildNumber) Get

func (a PipelineBuildNumber) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineBuildNumber. Returns the specified element and whether it was found

func (PipelineBuildNumber) MarshalJSON

func (a PipelineBuildNumber) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineBuildNumber to handle AdditionalProperties

func (*PipelineBuildNumber) Set

func (a *PipelineBuildNumber) Set(fieldName string, value interface{})

Setter for additional properties for PipelineBuildNumber

func (*PipelineBuildNumber) UnmarshalJSON

func (a *PipelineBuildNumber) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineBuildNumber to handle AdditionalProperties

type PipelineCache

type PipelineCache struct {
	// CreatedOn The timestamp when the cache was created.
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// FileSizeBytes The size of the file containing the archive of the cache.
	FileSizeBytes *int `json:"file_size_bytes,omitempty"`

	// KeyHash The key hash of the cache version.
	KeyHash *string `json:"key_hash,omitempty"`

	// Name The name of the cache.
	Name *string `json:"name,omitempty"`

	// Path The path where the cache contents were retrieved from.
	Path *string `json:"path,omitempty"`

	// PipelineUuid The UUID of the pipeline that created the cache.
	PipelineUuid *string `json:"pipeline_uuid,omitempty"`

	// StepUuid The uuid of the step that created the cache.
	StepUuid *string `json:"step_uuid,omitempty"`
	Type     string  `json:"type"`

	// Uuid The UUID identifying the pipeline cache.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineCache defines model for pipeline_cache.

func (PipelineCache) Get

func (a PipelineCache) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineCache. Returns the specified element and whether it was found

func (PipelineCache) MarshalJSON

func (a PipelineCache) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineCache to handle AdditionalProperties

func (*PipelineCache) Set

func (a *PipelineCache) Set(fieldName string, value interface{})

Setter for additional properties for PipelineCache

func (*PipelineCache) UnmarshalJSON

func (a *PipelineCache) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineCache to handle AdditionalProperties

type PipelineCacheContentUri

type PipelineCacheContentUri struct {
	// Uri The uri for pipeline cache content.
	Uri *string `json:"uri,omitempty"`
}

PipelineCacheContentUri A representation of the location of pipeline cache content.

type PipelineCommand

type PipelineCommand struct {
	// Command The executable command.
	Command *string `json:"command,omitempty"`

	// Name The name of the command.
	Name *string `json:"name,omitempty"`
}

PipelineCommand An executable pipeline command.

type PipelineConfigurationSource

type PipelineConfigurationSource struct {
	// Source Identifier of the configuration source
	Source string `json:"source"`

	// Uri Link to the configuration source view or its immediate content
	Uri string `json:"uri"`
}

PipelineConfigurationSource Information about the source of the pipeline configuration

type PipelineImage

type PipelineImage struct {
	// Email The email needed to authenticate with the Docker registry. Only required when using a private Docker image.
	Email *string `json:"email,omitempty"`

	// Name The name of the image. If the image is hosted on DockerHub the short name can be used, otherwise the fully qualified name is required here.
	Name *string `json:"name,omitempty"`

	// Password The password needed to authenticate with the Docker registry. Only required when using a private Docker image.
	Password *string `json:"password,omitempty"`

	// Username The username needed to authenticate with the Docker registry. Only required when using a private Docker image.
	Username *string `json:"username,omitempty"`
}

PipelineImage The definition of a Docker image that can be used for a Bitbucket Pipelines step execution context.

type PipelineKnownHost

type PipelineKnownHost struct {
	// Hostname The hostname of the known host.
	Hostname  *string               `json:"hostname,omitempty"`
	PublicKey *PipelineSshPublicKey `json:"public_key,omitempty"`
	Type      string                `json:"type"`

	// Uuid The UUID identifying the known host.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineKnownHost defines model for pipeline_known_host.

func (PipelineKnownHost) Get

func (a PipelineKnownHost) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineKnownHost. Returns the specified element and whether it was found

func (PipelineKnownHost) MarshalJSON

func (a PipelineKnownHost) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineKnownHost to handle AdditionalProperties

func (*PipelineKnownHost) Set

func (a *PipelineKnownHost) Set(fieldName string, value interface{})

Setter for additional properties for PipelineKnownHost

func (*PipelineKnownHost) UnmarshalJSON

func (a *PipelineKnownHost) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineKnownHost to handle AdditionalProperties

type PipelineRefTarget

type PipelineRefTarget struct {
	Commit *Commit `json:"commit,omitempty"`

	// RefName The name of the reference.
	RefName *string `json:"ref_name,omitempty"`

	// RefType The type of reference (branch/tag).
	RefType              *PipelineRefTargetRefType `json:"ref_type,omitempty"`
	Selector             *PipelineSelector         `json:"selector,omitempty"`
	Type                 string                    `json:"type"`
	AdditionalProperties map[string]interface{}    `json:"-"`
}

PipelineRefTarget defines model for pipeline_ref_target.

func (PipelineRefTarget) Get

func (a PipelineRefTarget) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineRefTarget. Returns the specified element and whether it was found

func (PipelineRefTarget) MarshalJSON

func (a PipelineRefTarget) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineRefTarget to handle AdditionalProperties

func (*PipelineRefTarget) Set

func (a *PipelineRefTarget) Set(fieldName string, value interface{})

Setter for additional properties for PipelineRefTarget

func (*PipelineRefTarget) UnmarshalJSON

func (a *PipelineRefTarget) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineRefTarget to handle AdditionalProperties

type PipelineRefTargetRefType

type PipelineRefTargetRefType string

PipelineRefTargetRefType The type of reference (branch/tag).

const (
	PipelineRefTargetRefTypeBookmark    PipelineRefTargetRefType = "bookmark"
	PipelineRefTargetRefTypeBranch      PipelineRefTargetRefType = "branch"
	PipelineRefTargetRefTypeNamedBranch PipelineRefTargetRefType = "named_branch"
	PipelineRefTargetRefTypeTag         PipelineRefTargetRefType = "tag"
)

Defines values for PipelineRefTargetRefType.

type PipelineSchedule

type PipelineSchedule struct {
	// CreatedOn The timestamp when the schedule was created.
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// CronPattern The cron expression with second precision (7 fields) that the schedule applies. For example, for expression: 0 0 12 * * ? *, will execute at 12pm UTC every day.
	CronPattern *string `json:"cron_pattern,omitempty"`

	// Enabled Whether the schedule is enabled.
	Enabled *bool              `json:"enabled,omitempty"`
	Target  *PipelineRefTarget `json:"target,omitempty"`
	Type    string             `json:"type"`

	// UpdatedOn The timestamp when the schedule was updated.
	UpdatedOn *time.Time `json:"updated_on,omitempty"`

	// Uuid The UUID identifying the schedule.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineSchedule defines model for pipeline_schedule.

func (PipelineSchedule) Get

func (a PipelineSchedule) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineSchedule. Returns the specified element and whether it was found

func (PipelineSchedule) MarshalJSON

func (a PipelineSchedule) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineSchedule to handle AdditionalProperties

func (*PipelineSchedule) Set

func (a *PipelineSchedule) Set(fieldName string, value interface{})

Setter for additional properties for PipelineSchedule

func (*PipelineSchedule) UnmarshalJSON

func (a *PipelineSchedule) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineSchedule to handle AdditionalProperties

type PipelineScheduleExecution

type PipelineScheduleExecution struct {
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineScheduleExecution defines model for pipeline_schedule_execution.

func (PipelineScheduleExecution) Get

func (a PipelineScheduleExecution) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineScheduleExecution. Returns the specified element and whether it was found

func (PipelineScheduleExecution) MarshalJSON

func (a PipelineScheduleExecution) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineScheduleExecution to handle AdditionalProperties

func (*PipelineScheduleExecution) Set

func (a *PipelineScheduleExecution) Set(fieldName string, value interface{})

Setter for additional properties for PipelineScheduleExecution

func (*PipelineScheduleExecution) UnmarshalJSON

func (a *PipelineScheduleExecution) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineScheduleExecution to handle AdditionalProperties

type PipelineSchedulePostRequestBody

type PipelineSchedulePostRequestBody struct {
	// CronPattern The cron expression with second precision (7 fields) that the schedule applies. For example, for expression: 0 0 12 * * ? *, will execute at 12pm UTC every day.
	CronPattern string `json:"cron_pattern"`

	// Enabled Whether the schedule is enabled.
	Enabled *bool `json:"enabled,omitempty"`

	// Target The target on which the schedule will be executed.
	Target struct {
		// RefName The name of the reference.
		RefName string `json:"ref_name"`

		// RefType The type of reference (branch only).
		RefType  PipelineSchedulePostRequestBodyTargetRefType `json:"ref_type"`
		Selector PipelineSelector                             `json:"selector"`
	} `json:"target"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineSchedulePostRequestBody defines model for pipeline_schedule_post_request_body.

func (PipelineSchedulePostRequestBody) Get

func (a PipelineSchedulePostRequestBody) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineSchedulePostRequestBody. Returns the specified element and whether it was found

func (PipelineSchedulePostRequestBody) MarshalJSON

func (a PipelineSchedulePostRequestBody) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineSchedulePostRequestBody to handle AdditionalProperties

func (*PipelineSchedulePostRequestBody) Set

func (a *PipelineSchedulePostRequestBody) Set(fieldName string, value interface{})

Setter for additional properties for PipelineSchedulePostRequestBody

func (*PipelineSchedulePostRequestBody) UnmarshalJSON

func (a *PipelineSchedulePostRequestBody) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineSchedulePostRequestBody to handle AdditionalProperties

type PipelineSchedulePostRequestBodyTargetRefType

type PipelineSchedulePostRequestBodyTargetRefType string

PipelineSchedulePostRequestBodyTargetRefType The type of reference (branch only).

const (
	PipelineSchedulePostRequestBodyTargetRefTypeBranch PipelineSchedulePostRequestBodyTargetRefType = "branch"
)

Defines values for PipelineSchedulePostRequestBodyTargetRefType.

type PipelineSchedulePutRequestBody

type PipelineSchedulePutRequestBody struct {
	// Enabled Whether the schedule is enabled.
	Enabled              *bool                  `json:"enabled,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineSchedulePutRequestBody defines model for pipeline_schedule_put_request_body.

func (PipelineSchedulePutRequestBody) Get

func (a PipelineSchedulePutRequestBody) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineSchedulePutRequestBody. Returns the specified element and whether it was found

func (PipelineSchedulePutRequestBody) MarshalJSON

func (a PipelineSchedulePutRequestBody) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineSchedulePutRequestBody to handle AdditionalProperties

func (*PipelineSchedulePutRequestBody) Set

func (a *PipelineSchedulePutRequestBody) Set(fieldName string, value interface{})

Setter for additional properties for PipelineSchedulePutRequestBody

func (*PipelineSchedulePutRequestBody) UnmarshalJSON

func (a *PipelineSchedulePutRequestBody) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineSchedulePutRequestBody to handle AdditionalProperties

type PipelineSelector

type PipelineSelector struct {
	// Pattern The name of the matching pipeline definition.
	Pattern *string `json:"pattern,omitempty"`

	// Type The type of selector.
	Type                 PipelineSelectorType   `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineSelector defines model for pipeline_selector.

func (PipelineSelector) Get

func (a PipelineSelector) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineSelector. Returns the specified element and whether it was found

func (PipelineSelector) MarshalJSON

func (a PipelineSelector) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineSelector to handle AdditionalProperties

func (*PipelineSelector) Set

func (a *PipelineSelector) Set(fieldName string, value interface{})

Setter for additional properties for PipelineSelector

func (*PipelineSelector) UnmarshalJSON

func (a *PipelineSelector) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineSelector to handle AdditionalProperties

type PipelineSelectorType

type PipelineSelectorType string

PipelineSelectorType The type of selector.

const (
	Bookmarks PipelineSelectorType = "bookmarks"
	Branches  PipelineSelectorType = "branches"
	Custom    PipelineSelectorType = "custom"
	Default   PipelineSelectorType = "default"
	Tags      PipelineSelectorType = "tags"
)

Defines values for PipelineSelectorType.

type PipelineSshKeyPair

type PipelineSshKeyPair struct {
	// PrivateKey The SSH private key. This value will be empty when retrieving the SSH key pair.
	PrivateKey *string `json:"private_key,omitempty"`

	// PublicKey The SSH public key.
	PublicKey            *string                `json:"public_key,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineSshKeyPair defines model for pipeline_ssh_key_pair.

func (PipelineSshKeyPair) Get

func (a PipelineSshKeyPair) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineSshKeyPair. Returns the specified element and whether it was found

func (PipelineSshKeyPair) MarshalJSON

func (a PipelineSshKeyPair) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineSshKeyPair to handle AdditionalProperties

func (*PipelineSshKeyPair) Set

func (a *PipelineSshKeyPair) Set(fieldName string, value interface{})

Setter for additional properties for PipelineSshKeyPair

func (*PipelineSshKeyPair) UnmarshalJSON

func (a *PipelineSshKeyPair) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineSshKeyPair to handle AdditionalProperties

type PipelineSshPublicKey

type PipelineSshPublicKey struct {
	// Key The base64 encoded public key.
	Key *string `json:"key,omitempty"`

	// KeyType The type of the public key.
	KeyType *string `json:"key_type,omitempty"`

	// Md5Fingerprint The MD5 fingerprint of the public key.
	Md5Fingerprint *string `json:"md5_fingerprint,omitempty"`

	// Sha256Fingerprint The SHA-256 fingerprint of the public key.
	Sha256Fingerprint    *string                `json:"sha256_fingerprint,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineSshPublicKey defines model for pipeline_ssh_public_key.

func (PipelineSshPublicKey) Get

func (a PipelineSshPublicKey) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineSshPublicKey. Returns the specified element and whether it was found

func (PipelineSshPublicKey) MarshalJSON

func (a PipelineSshPublicKey) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineSshPublicKey to handle AdditionalProperties

func (*PipelineSshPublicKey) Set

func (a *PipelineSshPublicKey) Set(fieldName string, value interface{})

Setter for additional properties for PipelineSshPublicKey

func (*PipelineSshPublicKey) UnmarshalJSON

func (a *PipelineSshPublicKey) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineSshPublicKey to handle AdditionalProperties

type PipelineState

type PipelineState struct {
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineState defines model for pipeline_state.

func (PipelineState) Get

func (a PipelineState) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineState. Returns the specified element and whether it was found

func (PipelineState) MarshalJSON

func (a PipelineState) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineState to handle AdditionalProperties

func (*PipelineState) Set

func (a *PipelineState) Set(fieldName string, value interface{})

Setter for additional properties for PipelineState

func (*PipelineState) UnmarshalJSON

func (a *PipelineState) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineState to handle AdditionalProperties

type PipelineStep

type PipelineStep struct {
	// CompletedOn The timestamp when the step execution was completed. This is not set if the step is still in progress.
	CompletedOn *time.Time `json:"completed_on,omitempty"`

	// Image The definition of a Docker image that can be used for a Bitbucket Pipelines step execution context.
	Image *PipelineImage `json:"image,omitempty"`

	// ScriptCommands The list of build commands. These commands are executed in the build container.
	ScriptCommands *[]PipelineCommand `json:"script_commands,omitempty"`

	// SetupCommands The list of commands that are executed as part of the setup phase of the build. These commands are executed outside the build container.
	SetupCommands *[]PipelineCommand `json:"setup_commands,omitempty"`

	// StartedOn The timestamp when the step execution was started. This is not set when the step hasn't executed yet.
	StartedOn *time.Time         `json:"started_on,omitempty"`
	State     *PipelineStepState `json:"state,omitempty"`
	Type      string             `json:"type"`

	// Uuid The UUID identifying the step.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineStep defines model for pipeline_step.

func (PipelineStep) Get

func (a PipelineStep) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineStep. Returns the specified element and whether it was found

func (PipelineStep) MarshalJSON

func (a PipelineStep) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineStep to handle AdditionalProperties

func (*PipelineStep) Set

func (a *PipelineStep) Set(fieldName string, value interface{})

Setter for additional properties for PipelineStep

func (*PipelineStep) UnmarshalJSON

func (a *PipelineStep) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineStep to handle AdditionalProperties

type PipelineStepState

type PipelineStepState struct {
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineStepState defines model for pipeline_step_state.

func (PipelineStepState) Get

func (a PipelineStepState) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineStepState. Returns the specified element and whether it was found

func (PipelineStepState) MarshalJSON

func (a PipelineStepState) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineStepState to handle AdditionalProperties

func (*PipelineStepState) Set

func (a *PipelineStepState) Set(fieldName string, value interface{})

Setter for additional properties for PipelineStepState

func (*PipelineStepState) UnmarshalJSON

func (a *PipelineStepState) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineStepState to handle AdditionalProperties

type PipelineTarget

type PipelineTarget struct {
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineTarget defines model for pipeline_target.

func (PipelineTarget) Get

func (a PipelineTarget) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineTarget. Returns the specified element and whether it was found

func (PipelineTarget) MarshalJSON

func (a PipelineTarget) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineTarget to handle AdditionalProperties

func (*PipelineTarget) Set

func (a *PipelineTarget) Set(fieldName string, value interface{})

Setter for additional properties for PipelineTarget

func (*PipelineTarget) UnmarshalJSON

func (a *PipelineTarget) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineTarget to handle AdditionalProperties

type PipelineTrigger

type PipelineTrigger struct {
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineTrigger defines model for pipeline_trigger.

func (PipelineTrigger) Get

func (a PipelineTrigger) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineTrigger. Returns the specified element and whether it was found

func (PipelineTrigger) MarshalJSON

func (a PipelineTrigger) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineTrigger to handle AdditionalProperties

func (*PipelineTrigger) Set

func (a *PipelineTrigger) Set(fieldName string, value interface{})

Setter for additional properties for PipelineTrigger

func (*PipelineTrigger) UnmarshalJSON

func (a *PipelineTrigger) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineTrigger to handle AdditionalProperties

type PipelineVariable

type PipelineVariable struct {
	// Key The unique name of the variable.
	Key *string `json:"key,omitempty"`

	// Secured If true, this variable will be treated as secured. The value will never be exposed in the logs or the REST API.
	Secured *bool  `json:"secured,omitempty"`
	Type    string `json:"type"`

	// Uuid The UUID identifying the variable.
	Uuid *string `json:"uuid,omitempty"`

	// Value The value of the variable. If the variable is secured, this will be empty.
	Value                *string                `json:"value,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelineVariable defines model for pipeline_variable.

func (PipelineVariable) Get

func (a PipelineVariable) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelineVariable. Returns the specified element and whether it was found

func (PipelineVariable) MarshalJSON

func (a PipelineVariable) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelineVariable to handle AdditionalProperties

func (*PipelineVariable) Set

func (a *PipelineVariable) Set(fieldName string, value interface{})

Setter for additional properties for PipelineVariable

func (*PipelineVariable) UnmarshalJSON

func (a *PipelineVariable) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelineVariable to handle AdditionalProperties

type PipelineVariable2

type PipelineVariable2 = PipelineVariable

PipelineVariable2 defines model for pipeline_variable2.

type PipelinesConfig

type PipelinesConfig struct {
	// Enabled Whether Pipelines is enabled for the repository.
	Enabled              *bool                  `json:"enabled,omitempty"`
	Repository           *Repository            `json:"repository,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelinesConfig defines model for pipelines_config.

func (PipelinesConfig) Get

func (a PipelinesConfig) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelinesConfig. Returns the specified element and whether it was found

func (PipelinesConfig) MarshalJSON

func (a PipelinesConfig) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelinesConfig to handle AdditionalProperties

func (*PipelinesConfig) Set

func (a *PipelinesConfig) Set(fieldName string, value interface{})

Setter for additional properties for PipelinesConfig

func (*PipelinesConfig) UnmarshalJSON

func (a *PipelinesConfig) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelinesConfig to handle AdditionalProperties

type PipelinesLinksSectionHref

type PipelinesLinksSectionHref struct {
	// Href A link
	Href                 *string                `json:"href,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PipelinesLinksSectionHref defines model for pipelines_links_section_href.

func (PipelinesLinksSectionHref) Get

func (a PipelinesLinksSectionHref) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelinesLinksSectionHref. Returns the specified element and whether it was found

func (PipelinesLinksSectionHref) MarshalJSON

func (a PipelinesLinksSectionHref) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelinesLinksSectionHref to handle AdditionalProperties

func (*PipelinesLinksSectionHref) Set

func (a *PipelinesLinksSectionHref) Set(fieldName string, value interface{})

Setter for additional properties for PipelinesLinksSectionHref

func (*PipelinesLinksSectionHref) UnmarshalJSON

func (a *PipelinesLinksSectionHref) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelinesLinksSectionHref to handle AdditionalProperties

type PipelinesPipelineLinks struct {
	Self                 *PipelinesLinksSectionHref `json:"self,omitempty"`
	Steps                *PipelinesLinksSectionHref `json:"steps,omitempty"`
	Type                 string                     `json:"type"`
	AdditionalProperties map[string]interface{}     `json:"-"`
}

PipelinesPipelineLinks defines model for pipelines_pipeline_links.

func (PipelinesPipelineLinks) Get

func (a PipelinesPipelineLinks) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PipelinesPipelineLinks. Returns the specified element and whether it was found

func (PipelinesPipelineLinks) MarshalJSON

func (a PipelinesPipelineLinks) MarshalJSON() ([]byte, error)

Override default JSON handling for PipelinesPipelineLinks to handle AdditionalProperties

func (*PipelinesPipelineLinks) Set

func (a *PipelinesPipelineLinks) Set(fieldName string, value interface{})

Setter for additional properties for PipelinesPipelineLinks

func (*PipelinesPipelineLinks) UnmarshalJSON

func (a *PipelinesPipelineLinks) UnmarshalJSON(b []byte) error

Override default JSON handling for PipelinesPipelineLinks to handle AdditionalProperties

type PostAddonLinkersLinkerKeyValuesResponse

type PostAddonLinkersLinkerKeyValuesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
	JSON409      *Error
}

func ParsePostAddonLinkersLinkerKeyValuesResponse

func ParsePostAddonLinkersLinkerKeyValuesResponse(rsp *http.Response) (*PostAddonLinkersLinkerKeyValuesResponse, error)

ParsePostAddonLinkersLinkerKeyValuesResponse parses an HTTP response from a PostAddonLinkersLinkerKeyValuesWithResponse call

func (PostAddonLinkersLinkerKeyValuesResponse) Status

Status returns HTTPResponse.Status

func (PostAddonLinkersLinkerKeyValuesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugBranchRestrictionsJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugBranchRestrictionsJSONRequestBody = Branchrestriction

PostRepositoriesWorkspaceRepoSlugBranchRestrictionsJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugBranchRestrictions for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse

type PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Branchrestriction
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse

func ParsePostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugBranchRestrictionsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugBranchRestrictionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse

type PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Participant
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse

func ParsePostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugCommitCommitApproveWithResponse call

func (PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugCommitCommitApproveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsJSONRequestBody = CommitComment

PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugCommitCommitComments for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse

type PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse

func ParsePostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugCommitCommitCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildJSONRequestBody = Commitstatus

PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuild for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse

type PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Commitstatus
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse

func ParsePostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildWithResponse call

func (PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugCommitsResponse

type PostRepositoriesWorkspaceRepoSlugCommitsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedChangeset
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugCommitsResponse

func ParsePostRepositoriesWorkspaceRepoSlugCommitsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugCommitsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugCommitsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugCommitsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugCommitsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugCommitsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse

type PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PaginatedChangeset
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse

func ParsePostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugCommitsRevisionWithResponse call

func (PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugCommitsRevisionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugDeployKeysResponse

type PostRepositoriesWorkspaceRepoSlugDeployKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeployKey
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugDeployKeysResponse

func ParsePostRepositoriesWorkspaceRepoSlugDeployKeysResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugDeployKeysResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugDeployKeysResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugDeployKeysWithResponse call

func (PostRepositoriesWorkspaceRepoSlugDeployKeysResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugDeployKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugDownloadsResponse

type PostRepositoriesWorkspaceRepoSlugDownloadsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON403      *Error
	JSON406      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugDownloadsResponse

func ParsePostRepositoriesWorkspaceRepoSlugDownloadsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugDownloadsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugDownloadsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugDownloadsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugDownloadsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugDownloadsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody = Repository

PostRepositoriesWorkspaceRepoSlugForksJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugForks for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugForksResponse

type PostRepositoriesWorkspaceRepoSlugForksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Repository
}

func ParsePostRepositoriesWorkspaceRepoSlugForksResponse

func ParsePostRepositoriesWorkspaceRepoSlugForksResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugForksResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugForksResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugForksWithResponse call

func (PostRepositoriesWorkspaceRepoSlugForksResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugForksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugHooksResponse

type PostRepositoriesWorkspaceRepoSlugHooksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *WebhookSubscription
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugHooksResponse

func ParsePostRepositoriesWorkspaceRepoSlugHooksResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugHooksResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugHooksResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugHooksWithResponse call

func (PostRepositoriesWorkspaceRepoSlugHooksResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugHooksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody = ExportOptions

PostRepositoriesWorkspaceRepoSlugIssuesExportJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugIssuesExport for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugIssuesExportResponse

type PostRepositoriesWorkspaceRepoSlugIssuesExportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugIssuesExportResponse

func ParsePostRepositoriesWorkspaceRepoSlugIssuesExportResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugIssuesExportResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugIssuesExportResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugIssuesExportWithResponse call

func (PostRepositoriesWorkspaceRepoSlugIssuesExportResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugIssuesExportResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugIssuesImportResponse

type PostRepositoriesWorkspaceRepoSlugIssuesImportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON202      *IssueJobStatus
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
	JSON409      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugIssuesImportResponse

func ParsePostRepositoriesWorkspaceRepoSlugIssuesImportResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugIssuesImportResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugIssuesImportResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugIssuesImportWithResponse call

func (PostRepositoriesWorkspaceRepoSlugIssuesImportResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugIssuesImportResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse

func ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugIssuesIssueIdAttachmentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesJSONRequestBody = IssueChange

PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChanges for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *IssueChange
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse

func ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesWithResponse call

func (PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugIssuesIssueIdChangesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsJSONRequestBody = IssueComment

PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugIssuesIssueIdComments for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse

type PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse

func ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody = Issue

PostRepositoriesWorkspaceRepoSlugIssuesJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugIssues for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugIssuesResponse

type PostRepositoriesWorkspaceRepoSlugIssuesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Issue
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugIssuesResponse

func ParsePostRepositoriesWorkspaceRepoSlugIssuesResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugIssuesResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugIssuesResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugIssuesWithResponse call

func (PostRepositoriesWorkspaceRepoSlugIssuesResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugIssuesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugJSONRequestBody = Repository

PostRepositoriesWorkspaceRepoSlugJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlug for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody = Pullrequest

PostRepositoriesWorkspaceRepoSlugPullrequestsJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugPullrequests for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Participant
	JSON401      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdApproveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *CommentResolution
	JSON403      *Error
	JSON404      *Error
	JSON409      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResolveResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsJSONRequestBody = PullrequestComment

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdComments for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PullrequestComment
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Pullrequest
	JSON555      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdDeclineResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeJSONRequestBody = PullrequestMergeParameters

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMerge for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams struct {
	// Async Default value is false.
	//
	//
	// When set to true, runs merge asynchronously and
	// immediately returns a 202 with polling link to
	// the task-status API in the Location header.
	//
	//
	// When set to false, runs merge and waits for it to
	// complete, returning 200 when it succeeds. If the
	// duration of the merge exceeds a timeout threshold,
	// the API returns a 202 with polling link to the
	// task-status API in the Location header.
	Async *bool `form:"async,omitempty" json:"async,omitempty"`
}

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeParams defines parameters for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMerge.

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Pullrequest
	JSON555      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdMergeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Participant
	JSON400      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdRequestChangesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksJSONRequestBody = PullrequestTaskCreate

PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasks for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *PullrequestCommentTask
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugPullrequestsResponse

type PostRepositoriesWorkspaceRepoSlugPullrequestsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Pullrequest
	JSON400      *Error
	JSON401      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsResponse

func ParsePostRepositoriesWorkspaceRepoSlugPullrequestsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugPullrequestsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugPullrequestsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugPullrequestsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugPullrequestsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugPullrequestsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse

type PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Branch
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugRefsBranchesResponse

func ParsePostRepositoriesWorkspaceRepoSlugRefsBranchesResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugRefsBranchesResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugRefsBranchesWithResponse call

func (PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugRefsBranchesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody

type PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody = Tag

PostRepositoriesWorkspaceRepoSlugRefsTagsJSONRequestBody defines body for PostRepositoriesWorkspaceRepoSlugRefsTags for application/json ContentType.

type PostRepositoriesWorkspaceRepoSlugRefsTagsResponse

type PostRepositoriesWorkspaceRepoSlugRefsTagsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Tag
	JSON400      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugRefsTagsResponse

func ParsePostRepositoriesWorkspaceRepoSlugRefsTagsResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugRefsTagsResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugRefsTagsResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugRefsTagsWithResponse call

func (PostRepositoriesWorkspaceRepoSlugRefsTagsResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugRefsTagsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugResponse

type PostRepositoriesWorkspaceRepoSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Repository
	JSON400      *Error
	JSON401      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugResponse

func ParsePostRepositoriesWorkspaceRepoSlugResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugWithResponse call

func (PostRepositoriesWorkspaceRepoSlugResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRepositoriesWorkspaceRepoSlugSrcParams

type PostRepositoriesWorkspaceRepoSlugSrcParams struct {
	// Message The commit message. When omitted, Bitbucket uses a canned string.
	Message *string `form:"message,omitempty" json:"message,omitempty"`

	// Author
	// The raw string to be used as the new commit's author.
	// This string follows the format
	// `Erik van Zijst <evzijst@atlassian.com>`.
	//
	// When omitted, Bitbucket uses the authenticated user's
	// full/display name and primary email address. Commits cannot
	// be created anonymously.
	Author *string `form:"author,omitempty" json:"author,omitempty"`

	// Parents
	// A comma-separated list of SHA1s of the commits that should
	// be the parents of the newly created commit.
	//
	// When omitted, the new commit will inherit from and become
	// a child of the main branch's tip/HEAD commit.
	//
	// When more than one SHA1 is provided, the first SHA1
	// identifies the commit from which the content will be
	// inherited.".
	Parents *string `form:"parents,omitempty" json:"parents,omitempty"`

	// Files
	// Optional field that declares the files that the request is
	// manipulating. When adding a new file to a repo, or when
	// overwriting an existing file, the client can just upload
	// the full contents of the file in a normal form field and
	// the use of this `files` meta data field is redundant.
	// However, when the `files` field contains a file path that
	// does not have a corresponding, identically-named form
	// field, then Bitbucket interprets that as the client wanting
	// to replace the named file with the null set and the file is
	// deleted instead.
	//
	// Paths in the repo that are referenced in neither files nor
	// an individual file field, remain unchanged and carry over
	// from the parent to the new commit.
	//
	// This API does not support renaming as an explicit feature.
	// To rename a file, simply delete it and recreate it under
	// the new name in the same commit.
	Files *string `form:"files,omitempty" json:"files,omitempty"`

	// Branch
	// The name of the branch that the new commit should be
	// created on. When omitted, the commit will be created on top
	// of the main branch and will become the main branch's new
	// head.
	//
	// When a branch name is provided that already exists in the
	// repo, then the commit will be created on top of that
	// branch. In this case, *if* a parent SHA1 was also provided,
	// then it is asserted that the parent is the branch's
	// tip/HEAD at the time the request is made. When this is not
	// the case, a 409 is returned.
	//
	// When a new branch name is specified (that does not already
	// exist in the repo), and no parent SHA1s are provided, then
	// the new commit will inherit from the current main branch's
	// tip/HEAD commit, but not advance the main branch. The new
	// commit will be the new branch. When the request *also*
	// specifies a parent SHA1, then the new commit and branch
	// are created directly on top of the parent commit,
	// regardless of the state of the main branch.
	//
	// When a branch name is not specified, but a parent SHA1 is
	// provided, then Bitbucket asserts that it represents the
	// main branch's current HEAD/tip, or a 409 is returned.
	//
	// When a branch name is not specified and the repo is empty,
	// the new commit will become the repo's root commit and will
	// be on the main branch.
	//
	// When a branch name is specified and the repo is empty, the
	// new commit will become the repo's root commit and also
	// define the repo's main branch going forward.
	//
	// This API cannot be used to create additional root commits
	// in non-empty repos.
	//
	// The branch field cannot be repeated.
	//
	// As a side effect, this API can be used to create a new
	// branch without modifying any files, by specifying a new
	// branch name in this field, together with `parents`, but
	// omitting the `files` fields, while not sending any files.
	// This will create a new commit and branch with the same
	// contents as the first parent. The diff of this commit
	// against its first parent will be empty.
	Branch *string `form:"branch,omitempty" json:"branch,omitempty"`
}

PostRepositoriesWorkspaceRepoSlugSrcParams defines parameters for PostRepositoriesWorkspaceRepoSlugSrc.

type PostRepositoriesWorkspaceRepoSlugSrcResponse

type PostRepositoriesWorkspaceRepoSlugSrcResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON403      *Error
	JSON404      *Error
}

func ParsePostRepositoriesWorkspaceRepoSlugSrcResponse

func ParsePostRepositoriesWorkspaceRepoSlugSrcResponse(rsp *http.Response) (*PostRepositoriesWorkspaceRepoSlugSrcResponse, error)

ParsePostRepositoriesWorkspaceRepoSlugSrcResponse parses an HTTP response from a PostRepositoriesWorkspaceRepoSlugSrcWithResponse call

func (PostRepositoriesWorkspaceRepoSlugSrcResponse) Status

Status returns HTTPResponse.Status

func (PostRepositoriesWorkspaceRepoSlugSrcResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostSnippetsJSONRequestBody

type PostSnippetsJSONRequestBody = Snippet

PostSnippetsJSONRequestBody defines body for PostSnippets for application/json ContentType.

type PostSnippetsResponse

type PostSnippetsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Snippet
	JSON401      *Error
}

func ParsePostSnippetsResponse

func ParsePostSnippetsResponse(rsp *http.Response) (*PostSnippetsResponse, error)

ParsePostSnippetsResponse parses an HTTP response from a PostSnippetsWithResponse call

func (PostSnippetsResponse) Status

func (r PostSnippetsResponse) Status() string

Status returns HTTPResponse.Status

func (PostSnippetsResponse) StatusCode

func (r PostSnippetsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody

type PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody = SnippetComment

PostSnippetsWorkspaceEncodedIdCommentsJSONRequestBody defines body for PostSnippetsWorkspaceEncodedIdComments for application/json ContentType.

type PostSnippetsWorkspaceEncodedIdCommentsResponse

type PostSnippetsWorkspaceEncodedIdCommentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *SnippetComment
	JSON403      *Error
	JSON404      *Error
}

func ParsePostSnippetsWorkspaceEncodedIdCommentsResponse

func ParsePostSnippetsWorkspaceEncodedIdCommentsResponse(rsp *http.Response) (*PostSnippetsWorkspaceEncodedIdCommentsResponse, error)

ParsePostSnippetsWorkspaceEncodedIdCommentsResponse parses an HTTP response from a PostSnippetsWorkspaceEncodedIdCommentsWithResponse call

func (PostSnippetsWorkspaceEncodedIdCommentsResponse) Status

Status returns HTTPResponse.Status

func (PostSnippetsWorkspaceEncodedIdCommentsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostSnippetsWorkspaceJSONRequestBody

type PostSnippetsWorkspaceJSONRequestBody = Snippet

PostSnippetsWorkspaceJSONRequestBody defines body for PostSnippetsWorkspace for application/json ContentType.

type PostSnippetsWorkspaceResponse

type PostSnippetsWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Snippet
	JSON401      *Error
	JSON403      *Error
}

func ParsePostSnippetsWorkspaceResponse

func ParsePostSnippetsWorkspaceResponse(rsp *http.Response) (*PostSnippetsWorkspaceResponse, error)

ParsePostSnippetsWorkspaceResponse parses an HTTP response from a PostSnippetsWorkspaceWithResponse call

func (PostSnippetsWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (PostSnippetsWorkspaceResponse) StatusCode

func (r PostSnippetsWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostUsersSelectedUserGpgKeysJSONRequestBody

type PostUsersSelectedUserGpgKeysJSONRequestBody = GPGAccountKey

PostUsersSelectedUserGpgKeysJSONRequestBody defines body for PostUsersSelectedUserGpgKeys for application/json ContentType.

type PostUsersSelectedUserGpgKeysResponse

type PostUsersSelectedUserGpgKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *GPGAccountKey
	JSON400      *Error
	JSON404      *Error
}

func ParsePostUsersSelectedUserGpgKeysResponse

func ParsePostUsersSelectedUserGpgKeysResponse(rsp *http.Response) (*PostUsersSelectedUserGpgKeysResponse, error)

ParsePostUsersSelectedUserGpgKeysResponse parses an HTTP response from a PostUsersSelectedUserGpgKeysWithResponse call

func (PostUsersSelectedUserGpgKeysResponse) Status

Status returns HTTPResponse.Status

func (PostUsersSelectedUserGpgKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostUsersSelectedUserSshKeysJSONRequestBody

type PostUsersSelectedUserSshKeysJSONRequestBody = SshAccountKey

PostUsersSelectedUserSshKeysJSONRequestBody defines body for PostUsersSelectedUserSshKeys for application/json ContentType.

type PostUsersSelectedUserSshKeysParams

type PostUsersSelectedUserSshKeysParams struct {
	// ExpiresOn The date or date-time of when the key will expire,
	// in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format.
	// Example: `YYYY-MM-DDTHH:mm:ss.sssZ`
	ExpiresOn *string `form:"expires_on,omitempty" json:"expires_on,omitempty"`
}

PostUsersSelectedUserSshKeysParams defines parameters for PostUsersSelectedUserSshKeys.

type PostUsersSelectedUserSshKeysResponse

type PostUsersSelectedUserSshKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *SshAccountKey
	JSON400      *Error
	JSON404      *Error
}

func ParsePostUsersSelectedUserSshKeysResponse

func ParsePostUsersSelectedUserSshKeysResponse(rsp *http.Response) (*PostUsersSelectedUserSshKeysResponse, error)

ParsePostUsersSelectedUserSshKeysResponse parses an HTTP response from a PostUsersSelectedUserSshKeysWithResponse call

func (PostUsersSelectedUserSshKeysResponse) Status

Status returns HTTPResponse.Status

func (PostUsersSelectedUserSshKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostWorkspacesWorkspaceHooksResponse

type PostWorkspacesWorkspaceHooksResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *WebhookSubscription
	JSON403      *Error
	JSON404      *Error
}

func ParsePostWorkspacesWorkspaceHooksResponse

func ParsePostWorkspacesWorkspaceHooksResponse(rsp *http.Response) (*PostWorkspacesWorkspaceHooksResponse, error)

ParsePostWorkspacesWorkspaceHooksResponse parses an HTTP response from a PostWorkspacesWorkspaceHooksWithResponse call

func (PostWorkspacesWorkspaceHooksResponse) Status

Status returns HTTPResponse.Status

func (PostWorkspacesWorkspaceHooksResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostWorkspacesWorkspaceProjectsJSONRequestBody

type PostWorkspacesWorkspaceProjectsJSONRequestBody = Project

PostWorkspacesWorkspaceProjectsJSONRequestBody defines body for PostWorkspacesWorkspaceProjects for application/json ContentType.

type PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse

type PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectDeployKey
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse

func ParsePostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse(rsp *http.Response) (*PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse, error)

ParsePostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse parses an HTTP response from a PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysWithResponse call

func (PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse) Status

Status returns HTTPResponse.Status

func (PostWorkspacesWorkspaceProjectsProjectKeyDeployKeysResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostWorkspacesWorkspaceProjectsResponse

type PostWorkspacesWorkspaceProjectsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON201      *Project
	JSON403      *Error
	JSON404      *Error
}

func ParsePostWorkspacesWorkspaceProjectsResponse

func ParsePostWorkspacesWorkspaceProjectsResponse(rsp *http.Response) (*PostWorkspacesWorkspaceProjectsResponse, error)

ParsePostWorkspacesWorkspaceProjectsResponse parses an HTTP response from a PostWorkspacesWorkspaceProjectsWithResponse call

func (PostWorkspacesWorkspaceProjectsResponse) Status

Status returns HTTPResponse.Status

func (PostWorkspacesWorkspaceProjectsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type Project

type Project struct {
	CreatedOn   *time.Time `json:"created_on,omitempty"`
	Description *string    `json:"description,omitempty"`

	// HasPubliclyVisibleRepos
	// Indicates whether the project contains publicly visible repositories.
	// Note that private projects cannot contain public repositories.
	HasPubliclyVisibleRepos *bool `json:"has_publicly_visible_repos,omitempty"`

	// IsPrivate
	// Indicates whether the project is publicly accessible, or whether it is
	// private to the team and consequently only visible to team members.
	// Note that private projects cannot contain public repositories.
	IsPrivate *bool `json:"is_private,omitempty"`

	// Key The project's key.
	Key   *string `json:"key,omitempty"`
	Links *struct {
		// Avatar A link to a resource related to this object.
		Avatar *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"avatar,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`
	} `json:"links,omitempty"`

	// Name The name of the project.
	Name      *string    `json:"name,omitempty"`
	Owner     *Team      `json:"owner,omitempty"`
	Type      string     `json:"type"`
	UpdatedOn *time.Time `json:"updated_on,omitempty"`

	// Uuid The project's immutable id.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Project defines model for project.

func (Project) Get

func (a Project) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Project. Returns the specified element and whether it was found

func (Project) MarshalJSON

func (a Project) MarshalJSON() ([]byte, error)

Override default JSON handling for Project to handle AdditionalProperties

func (*Project) Set

func (a *Project) Set(fieldName string, value interface{})

Setter for additional properties for Project

func (*Project) UnmarshalJSON

func (a *Project) UnmarshalJSON(b []byte) error

Override default JSON handling for Project to handle AdditionalProperties

type ProjectBranchingModel

type ProjectBranchingModel struct {
	// BranchTypes The active branch types.
	BranchTypes *[]struct {
		// Kind The kind of branch.
		Kind ProjectBranchingModelBranchTypesKind `json:"kind"`

		// Prefix The prefix for this branch type. A branch with this prefix will be classified as per `kind`. The prefix must be a valid prefix for a branch and must always exist. It cannot be blank, empty or `null`.
		Prefix string `json:"prefix"`
	} `json:"branch_types,omitempty"`
	Development *struct {
		// Name Name of the target branch. If inherited by a repository, it will default to the main branch if the specified branch does not exist.
		Name string `json:"name"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`).
		UseMainbranch bool `json:"use_mainbranch"`
	} `json:"development,omitempty"`
	Production *struct {
		// Name Name of the target branch. If inherited by a repository, it will default to the main branch if the specified branch does not exist.
		Name string `json:"name"`

		// UseMainbranch Indicates if the setting points at an explicit branch (`false`) or tracks the main branch (`true`).
		UseMainbranch bool `json:"use_mainbranch"`
	} `json:"production,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

ProjectBranchingModel defines model for project_branching_model.

func (ProjectBranchingModel) Get

func (a ProjectBranchingModel) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ProjectBranchingModel. Returns the specified element and whether it was found

func (ProjectBranchingModel) MarshalJSON

func (a ProjectBranchingModel) MarshalJSON() ([]byte, error)

Override default JSON handling for ProjectBranchingModel to handle AdditionalProperties

func (*ProjectBranchingModel) Set

func (a *ProjectBranchingModel) Set(fieldName string, value interface{})

Setter for additional properties for ProjectBranchingModel

func (*ProjectBranchingModel) UnmarshalJSON

func (a *ProjectBranchingModel) UnmarshalJSON(b []byte) error

Override default JSON handling for ProjectBranchingModel to handle AdditionalProperties

type ProjectBranchingModelBranchTypesKind

type ProjectBranchingModelBranchTypesKind string

ProjectBranchingModelBranchTypesKind The kind of branch.

Defines values for ProjectBranchingModelBranchTypesKind.

type ProjectDeployKey

type ProjectDeployKey struct {
	AddedOn *time.Time `json:"added_on,omitempty"`

	// Comment The comment parsed from the deploy key (if present)
	Comment   *string  `json:"comment,omitempty"`
	CreatedBy *Account `json:"created_by,omitempty"`

	// Key The deploy key value.
	Key *string `json:"key,omitempty"`

	// Label The user-defined label for the deploy key
	Label    *string    `json:"label,omitempty"`
	LastUsed *time.Time `json:"last_used,omitempty"`
	Links    *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Project              *Project               `json:"project,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

ProjectDeployKey defines model for project_deploy_key.

func (ProjectDeployKey) Get

func (a ProjectDeployKey) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ProjectDeployKey. Returns the specified element and whether it was found

func (ProjectDeployKey) MarshalJSON

func (a ProjectDeployKey) MarshalJSON() ([]byte, error)

Override default JSON handling for ProjectDeployKey to handle AdditionalProperties

func (*ProjectDeployKey) Set

func (a *ProjectDeployKey) Set(fieldName string, value interface{})

Setter for additional properties for ProjectDeployKey

func (*ProjectDeployKey) UnmarshalJSON

func (a *ProjectDeployKey) UnmarshalJSON(b []byte) error

Override default JSON handling for ProjectDeployKey to handle AdditionalProperties

type ProjectGroupPermission

type ProjectGroupPermission struct {
	Group *Group `json:"group,omitempty"`
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Permission           *ProjectGroupPermissionPermission `json:"permission,omitempty"`
	Project              *Project                          `json:"project,omitempty"`
	Type                 string                            `json:"type"`
	AdditionalProperties map[string]interface{}            `json:"-"`
}

ProjectGroupPermission A group's permission for a given project.

func (ProjectGroupPermission) Get

func (a ProjectGroupPermission) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ProjectGroupPermission. Returns the specified element and whether it was found

func (ProjectGroupPermission) MarshalJSON

func (a ProjectGroupPermission) MarshalJSON() ([]byte, error)

Override default JSON handling for ProjectGroupPermission to handle AdditionalProperties

func (*ProjectGroupPermission) Set

func (a *ProjectGroupPermission) Set(fieldName string, value interface{})

Setter for additional properties for ProjectGroupPermission

func (*ProjectGroupPermission) UnmarshalJSON

func (a *ProjectGroupPermission) UnmarshalJSON(b []byte) error

Override default JSON handling for ProjectGroupPermission to handle AdditionalProperties

type ProjectGroupPermissionPermission

type ProjectGroupPermissionPermission string

ProjectGroupPermissionPermission defines model for ProjectGroupPermission.Permission.

const (
	ProjectGroupPermissionPermissionAdmin      ProjectGroupPermissionPermission = "admin"
	ProjectGroupPermissionPermissionCreateRepo ProjectGroupPermissionPermission = "create-repo"
	ProjectGroupPermissionPermissionNone       ProjectGroupPermissionPermission = "none"
	ProjectGroupPermissionPermissionRead       ProjectGroupPermissionPermission = "read"
	ProjectGroupPermissionPermissionWrite      ProjectGroupPermissionPermission = "write"
)

Defines values for ProjectGroupPermissionPermission.

type ProjectUserPermission

type ProjectUserPermission struct {
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Permission           *ProjectUserPermissionPermission `json:"permission,omitempty"`
	Project              *Project                         `json:"project,omitempty"`
	Type                 string                           `json:"type"`
	User                 *User                            `json:"user,omitempty"`
	AdditionalProperties map[string]interface{}           `json:"-"`
}

ProjectUserPermission A user's direct permission for a given project.

func (ProjectUserPermission) Get

func (a ProjectUserPermission) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ProjectUserPermission. Returns the specified element and whether it was found

func (ProjectUserPermission) MarshalJSON

func (a ProjectUserPermission) MarshalJSON() ([]byte, error)

Override default JSON handling for ProjectUserPermission to handle AdditionalProperties

func (*ProjectUserPermission) Set

func (a *ProjectUserPermission) Set(fieldName string, value interface{})

Setter for additional properties for ProjectUserPermission

func (*ProjectUserPermission) UnmarshalJSON

func (a *ProjectUserPermission) UnmarshalJSON(b []byte) error

Override default JSON handling for ProjectUserPermission to handle AdditionalProperties

type ProjectUserPermissionPermission

type ProjectUserPermissionPermission string

ProjectUserPermissionPermission defines model for ProjectUserPermission.Permission.

const (
	ProjectUserPermissionPermissionAdmin      ProjectUserPermissionPermission = "admin"
	ProjectUserPermissionPermissionCreateRepo ProjectUserPermissionPermission = "create-repo"
	ProjectUserPermissionPermissionNone       ProjectUserPermissionPermission = "none"
	ProjectUserPermissionPermissionRead       ProjectUserPermissionPermission = "read"
	ProjectUserPermissionPermissionWrite      ProjectUserPermissionPermission = "write"
)

Defines values for ProjectUserPermissionPermission.

type Pullrequest

type Pullrequest struct {
	Author *Account `json:"author,omitempty"`

	// CloseSourceBranch A boolean flag indicating if merging the pull request closes the source branch.
	CloseSourceBranch *bool    `json:"close_source_branch,omitempty"`
	ClosedBy          *Account `json:"closed_by,omitempty"`

	// CommentCount The number of comments for a specific pull request.
	CommentCount *int `json:"comment_count,omitempty"`

	// CreatedOn The ISO8601 timestamp the request was created.
	CreatedOn   *time.Time           `json:"created_on,omitempty"`
	Destination *PullrequestEndpoint `json:"destination,omitempty"`

	// Draft A boolean flag indicating whether the pull request is a draft.
	Draft *bool `json:"draft,omitempty"`

	// Id The pull request's unique ID. Note that pull request IDs are only unique within their associated repository.
	Id    *int `json:"id,omitempty"`
	Links *struct {
		// Activity A link to a resource related to this object.
		Activity *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"activity,omitempty"`

		// Approve A link to a resource related to this object.
		Approve *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"approve,omitempty"`

		// Comments A link to a resource related to this object.
		Comments *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"comments,omitempty"`

		// Commits A link to a resource related to this object.
		Commits *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"commits,omitempty"`

		// Decline A link to a resource related to this object.
		Decline *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"decline,omitempty"`

		// Diff A link to a resource related to this object.
		Diff *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"diff,omitempty"`

		// Diffstat A link to a resource related to this object.
		Diffstat *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"diffstat,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Merge A link to a resource related to this object.
		Merge *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"merge,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	MergeCommit *struct {
		Hash *string `json:"hash,omitempty"`
	} `json:"merge_commit,omitempty"`

	// Participants         The list of users that are collaborating on this pull request.
	//         Collaborators are user that:
	//
	//         * are added to the pull request as a reviewer (part of the reviewers
	//           list)
	//         * are not explicit reviewers, but have commented on the pull request
	//         * are not explicit reviewers, but have approved the pull request
	//
	//         Each user is wrapped in an object that indicates the user's role and
	//         whether they have approved the pull request. For performance reasons,
	//         the API only returns this list when an API requests a pull request by
	//         id.
	//
	Participants *[]Participant `json:"participants,omitempty"`

	// Queued A boolean flag indicating whether the pull request is queued
	Queued *bool `json:"queued,omitempty"`

	// Reason Explains why a pull request was declined. This field is only applicable to pull requests in rejected state.
	Reason *string `json:"reason,omitempty"`

	// Rendered User provided pull request text, interpreted in a markup language and rendered in HTML
	Rendered *struct {
		Description *struct {
			// Html The user's content rendered as HTML.
			Html *string `json:"html,omitempty"`

			// Markup The type of markup language the raw content is to be interpreted in.
			Markup *PullrequestRenderedDescriptionMarkup `json:"markup,omitempty"`

			// Raw The text as it was typed by a user.
			Raw *string `json:"raw,omitempty"`
		} `json:"description,omitempty"`
		Reason *struct {
			// Html The user's content rendered as HTML.
			Html *string `json:"html,omitempty"`

			// Markup The type of markup language the raw content is to be interpreted in.
			Markup *PullrequestRenderedReasonMarkup `json:"markup,omitempty"`

			// Raw The text as it was typed by a user.
			Raw *string `json:"raw,omitempty"`
		} `json:"reason,omitempty"`
		Title *struct {
			// Html The user's content rendered as HTML.
			Html *string `json:"html,omitempty"`

			// Markup The type of markup language the raw content is to be interpreted in.
			Markup *PullrequestRenderedTitleMarkup `json:"markup,omitempty"`

			// Raw The text as it was typed by a user.
			Raw *string `json:"raw,omitempty"`
		} `json:"title,omitempty"`
	} `json:"rendered,omitempty"`

	// Reviewers The list of users that were added as reviewers on this pull request when it was created. For performance reasons, the API only includes this list on a pull request's `self` URL.
	Reviewers *[]Account           `json:"reviewers,omitempty"`
	Source    *PullrequestEndpoint `json:"source,omitempty"`

	// State The pull request's current status.
	State   *PullrequestState `json:"state,omitempty"`
	Summary *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *PullrequestSummaryMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"summary,omitempty"`

	// TaskCount The number of open tasks for a specific pull request.
	TaskCount *int `json:"task_count,omitempty"`

	// Title Title of the pull request.
	Title *string `json:"title,omitempty"`
	Type  string  `json:"type"`

	// UpdatedOn The ISO8601 timestamp the request was last updated.
	UpdatedOn            *time.Time             `json:"updated_on,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Pullrequest defines model for pullrequest.

func (Pullrequest) Get

func (a Pullrequest) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Pullrequest. Returns the specified element and whether it was found

func (Pullrequest) MarshalJSON

func (a Pullrequest) MarshalJSON() ([]byte, error)

Override default JSON handling for Pullrequest to handle AdditionalProperties

func (*Pullrequest) Set

func (a *Pullrequest) Set(fieldName string, value interface{})

Setter for additional properties for Pullrequest

func (*Pullrequest) UnmarshalJSON

func (a *Pullrequest) UnmarshalJSON(b []byte) error

Override default JSON handling for Pullrequest to handle AdditionalProperties

type PullrequestComment

type PullrequestComment struct {
	Content *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *PullrequestCommentContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	Deleted   *bool      `json:"deleted,omitempty"`
	Id        *int       `json:"id,omitempty"`
	Inline    *struct {
		// From The comment's anchor line in the old version of the file.
		From *int `json:"from,omitempty"`

		// Path The path of the file this comment is anchored to.
		Path string `json:"path"`

		// To The comment's anchor line in the new version of the file. If the 'from' line is also provided, this value will be removed.
		To *int `json:"to,omitempty"`
	} `json:"inline,omitempty"`
	Links *struct {
		// Code A link to a resource related to this object.
		Code *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"code,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Parent      *Comment     `json:"parent,omitempty"`
	Pending     *bool        `json:"pending,omitempty"`
	Pullrequest *Pullrequest `json:"pullrequest,omitempty"`

	// Resolution The resolution object for a Comment.
	Resolution           *CommentResolution     `json:"resolution,omitempty"`
	Type                 string                 `json:"type"`
	UpdatedOn            *time.Time             `json:"updated_on,omitempty"`
	User                 *Account               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PullrequestComment defines model for pullrequest_comment.

func (PullrequestComment) Get

func (a PullrequestComment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PullrequestComment. Returns the specified element and whether it was found

func (PullrequestComment) MarshalJSON

func (a PullrequestComment) MarshalJSON() ([]byte, error)

Override default JSON handling for PullrequestComment to handle AdditionalProperties

func (*PullrequestComment) Set

func (a *PullrequestComment) Set(fieldName string, value interface{})

Setter for additional properties for PullrequestComment

func (*PullrequestComment) UnmarshalJSON

func (a *PullrequestComment) UnmarshalJSON(b []byte) error

Override default JSON handling for PullrequestComment to handle AdditionalProperties

type PullrequestCommentContentMarkup

type PullrequestCommentContentMarkup string

PullrequestCommentContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	PullrequestCommentContentMarkupCreole    PullrequestCommentContentMarkup = "creole"
	PullrequestCommentContentMarkupMarkdown  PullrequestCommentContentMarkup = "markdown"
	PullrequestCommentContentMarkupPlaintext PullrequestCommentContentMarkup = "plaintext"
)

Defines values for PullrequestCommentContentMarkup.

type PullrequestCommentTask

type PullrequestCommentTask struct {
	Comment *Comment `json:"comment,omitempty"`
	Content struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *PullrequestCommentTaskContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content"`
	CreatedOn time.Time `json:"created_on"`
	Creator   Account   `json:"creator"`
	Id        *int      `json:"id,omitempty"`
	Links     *struct {
		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Pending    *bool    `json:"pending,omitempty"`
	ResolvedBy *Account `json:"resolved_by,omitempty"`

	// ResolvedOn The ISO8601 timestamp for when the task was resolved.
	ResolvedOn *time.Time                  `json:"resolved_on,omitempty"`
	State      PullrequestCommentTaskState `json:"state"`
	UpdatedOn  time.Time                   `json:"updated_on"`
}

PullrequestCommentTask defines model for pullrequest_comment_task.

type PullrequestCommentTaskContentMarkup

type PullrequestCommentTaskContentMarkup string

PullrequestCommentTaskContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	PullrequestCommentTaskContentMarkupCreole    PullrequestCommentTaskContentMarkup = "creole"
	PullrequestCommentTaskContentMarkupMarkdown  PullrequestCommentTaskContentMarkup = "markdown"
	PullrequestCommentTaskContentMarkupPlaintext PullrequestCommentTaskContentMarkup = "plaintext"
)

Defines values for PullrequestCommentTaskContentMarkup.

type PullrequestCommentTaskState

type PullrequestCommentTaskState string

PullrequestCommentTaskState defines model for PullrequestCommentTask.State.

const (
	PullrequestCommentTaskStateRESOLVED   PullrequestCommentTaskState = "RESOLVED"
	PullrequestCommentTaskStateUNRESOLVED PullrequestCommentTaskState = "UNRESOLVED"
)

Defines values for PullrequestCommentTaskState.

type PullrequestEndpoint

type PullrequestEndpoint struct {
	Branch *struct {
		// DefaultMergeStrategy The default merge strategy, when this endpoint is the destination of the pull request.
		DefaultMergeStrategy *string `json:"default_merge_strategy,omitempty"`

		// MergeStrategies Available merge strategies, when this endpoint is the destination of the pull request.
		MergeStrategies *[]PullrequestEndpointBranchMergeStrategies `json:"merge_strategies,omitempty"`
		Name            *string                                     `json:"name,omitempty"`
	} `json:"branch,omitempty"`
	Commit *struct {
		Hash *string `json:"hash,omitempty"`
	} `json:"commit,omitempty"`
	Repository *Repository `json:"repository,omitempty"`
}

PullrequestEndpoint defines model for pullrequest_endpoint.

type PullrequestEndpointBranchMergeStrategies

type PullrequestEndpointBranchMergeStrategies string

PullrequestEndpointBranchMergeStrategies defines model for PullrequestEndpoint.Branch.MergeStrategies.

const (
	PullrequestEndpointBranchMergeStrategiesFastForward       PullrequestEndpointBranchMergeStrategies = "fast_forward"
	PullrequestEndpointBranchMergeStrategiesMergeCommit       PullrequestEndpointBranchMergeStrategies = "merge_commit"
	PullrequestEndpointBranchMergeStrategiesRebaseFastForward PullrequestEndpointBranchMergeStrategies = "rebase_fast_forward"
	PullrequestEndpointBranchMergeStrategiesRebaseMerge       PullrequestEndpointBranchMergeStrategies = "rebase_merge"
	PullrequestEndpointBranchMergeStrategiesSquash            PullrequestEndpointBranchMergeStrategies = "squash"
	PullrequestEndpointBranchMergeStrategiesSquashFastForward PullrequestEndpointBranchMergeStrategies = "squash_fast_forward"
)

Defines values for PullrequestEndpointBranchMergeStrategies.

type PullrequestMergeParameters

type PullrequestMergeParameters struct {
	// CloseSourceBranch Whether the source branch should be deleted. If this is not provided, we fallback to the value used when the pull request was created, which defaults to False
	CloseSourceBranch *bool `json:"close_source_branch,omitempty"`

	// MergeStrategy The merge strategy that will be used to merge the pull request.
	MergeStrategy *PullrequestMergeParametersMergeStrategy `json:"merge_strategy,omitempty"`

	// Message The commit message that will be used on the resulting commit. Note that the size of the message is limited to 128 KiB.
	Message              *string                `json:"message,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

PullrequestMergeParameters The metadata that describes a pull request merge.

func (PullrequestMergeParameters) Get

func (a PullrequestMergeParameters) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for PullrequestMergeParameters. Returns the specified element and whether it was found

func (PullrequestMergeParameters) MarshalJSON

func (a PullrequestMergeParameters) MarshalJSON() ([]byte, error)

Override default JSON handling for PullrequestMergeParameters to handle AdditionalProperties

func (*PullrequestMergeParameters) Set

func (a *PullrequestMergeParameters) Set(fieldName string, value interface{})

Setter for additional properties for PullrequestMergeParameters

func (*PullrequestMergeParameters) UnmarshalJSON

func (a *PullrequestMergeParameters) UnmarshalJSON(b []byte) error

Override default JSON handling for PullrequestMergeParameters to handle AdditionalProperties

type PullrequestMergeParametersMergeStrategy

type PullrequestMergeParametersMergeStrategy string

PullrequestMergeParametersMergeStrategy The merge strategy that will be used to merge the pull request.

const (
	FastForward       PullrequestMergeParametersMergeStrategy = "fast_forward"
	MergeCommit       PullrequestMergeParametersMergeStrategy = "merge_commit"
	RebaseFastForward PullrequestMergeParametersMergeStrategy = "rebase_fast_forward"
	RebaseMerge       PullrequestMergeParametersMergeStrategy = "rebase_merge"
	Squash            PullrequestMergeParametersMergeStrategy = "squash"
	SquashFastForward PullrequestMergeParametersMergeStrategy = "squash_fast_forward"
)

Defines values for PullrequestMergeParametersMergeStrategy.

type PullrequestRenderedDescriptionMarkup

type PullrequestRenderedDescriptionMarkup string

PullrequestRenderedDescriptionMarkup The type of markup language the raw content is to be interpreted in.

const (
	PullrequestRenderedDescriptionMarkupCreole    PullrequestRenderedDescriptionMarkup = "creole"
	PullrequestRenderedDescriptionMarkupMarkdown  PullrequestRenderedDescriptionMarkup = "markdown"
	PullrequestRenderedDescriptionMarkupPlaintext PullrequestRenderedDescriptionMarkup = "plaintext"
)

Defines values for PullrequestRenderedDescriptionMarkup.

type PullrequestRenderedReasonMarkup

type PullrequestRenderedReasonMarkup string

PullrequestRenderedReasonMarkup The type of markup language the raw content is to be interpreted in.

const (
	PullrequestRenderedReasonMarkupCreole    PullrequestRenderedReasonMarkup = "creole"
	PullrequestRenderedReasonMarkupMarkdown  PullrequestRenderedReasonMarkup = "markdown"
	PullrequestRenderedReasonMarkupPlaintext PullrequestRenderedReasonMarkup = "plaintext"
)

Defines values for PullrequestRenderedReasonMarkup.

type PullrequestRenderedTitleMarkup

type PullrequestRenderedTitleMarkup string

PullrequestRenderedTitleMarkup The type of markup language the raw content is to be interpreted in.

const (
	PullrequestRenderedTitleMarkupCreole    PullrequestRenderedTitleMarkup = "creole"
	PullrequestRenderedTitleMarkupMarkdown  PullrequestRenderedTitleMarkup = "markdown"
	PullrequestRenderedTitleMarkupPlaintext PullrequestRenderedTitleMarkup = "plaintext"
)

Defines values for PullrequestRenderedTitleMarkup.

type PullrequestState

type PullrequestState string

PullrequestState The pull request's current status.

const (
	PullrequestStateDECLINED   PullrequestState = "DECLINED"
	PullrequestStateMERGED     PullrequestState = "MERGED"
	PullrequestStateOPEN       PullrequestState = "OPEN"
	PullrequestStateSUPERSEDED PullrequestState = "SUPERSEDED"
)

Defines values for PullrequestState.

type PullrequestSummaryMarkup

type PullrequestSummaryMarkup string

PullrequestSummaryMarkup The type of markup language the raw content is to be interpreted in.

const (
	PullrequestSummaryMarkupCreole    PullrequestSummaryMarkup = "creole"
	PullrequestSummaryMarkupMarkdown  PullrequestSummaryMarkup = "markdown"
	PullrequestSummaryMarkupPlaintext PullrequestSummaryMarkup = "plaintext"
)

Defines values for PullrequestSummaryMarkup.

type PullrequestTask

type PullrequestTask struct {
	Content struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *PullrequestTaskContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content"`
	CreatedOn time.Time `json:"created_on"`
	Creator   Account   `json:"creator"`
	Id        *int      `json:"id,omitempty"`
	Links     *struct {
		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Pending    *bool    `json:"pending,omitempty"`
	ResolvedBy *Account `json:"resolved_by,omitempty"`

	// ResolvedOn The ISO8601 timestamp for when the task was resolved.
	ResolvedOn *time.Time           `json:"resolved_on,omitempty"`
	State      PullrequestTaskState `json:"state"`
	UpdatedOn  time.Time            `json:"updated_on"`
}

PullrequestTask defines model for pullrequest_task.

type PullrequestTaskContentMarkup

type PullrequestTaskContentMarkup string

PullrequestTaskContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	PullrequestTaskContentMarkupCreole    PullrequestTaskContentMarkup = "creole"
	PullrequestTaskContentMarkupMarkdown  PullrequestTaskContentMarkup = "markdown"
	PullrequestTaskContentMarkupPlaintext PullrequestTaskContentMarkup = "plaintext"
)

Defines values for PullrequestTaskContentMarkup.

type PullrequestTaskCreate

type PullrequestTaskCreate struct {
	Comment *Comment `json:"comment,omitempty"`

	// Content task raw content
	Content struct {
		// Raw The task contents
		Raw string `json:"raw"`
	} `json:"content"`
	Pending *bool `json:"pending,omitempty"`
}

PullrequestTaskCreate A pullrequest task create

type PullrequestTaskState

type PullrequestTaskState string

PullrequestTaskState defines model for PullrequestTask.State.

const (
	PullrequestTaskStateRESOLVED   PullrequestTaskState = "RESOLVED"
	PullrequestTaskStateUNRESOLVED PullrequestTaskState = "UNRESOLVED"
)

Defines values for PullrequestTaskState.

type PullrequestTaskUpdate

type PullrequestTaskUpdate struct {
	// Content task raw content
	Content *struct {
		// Raw The task contents
		Raw string `json:"raw"`
	} `json:"content,omitempty"`
	State *PullrequestTaskUpdateState `json:"state,omitempty"`
}

PullrequestTaskUpdate A pullrequest task update

type PullrequestTaskUpdateState

type PullrequestTaskUpdateState string

PullrequestTaskUpdateState defines model for PullrequestTaskUpdate.State.

const (
	PullrequestTaskUpdateStateRESOLVED   PullrequestTaskUpdateState = "RESOLVED"
	PullrequestTaskUpdateStateUNRESOLVED PullrequestTaskUpdateState = "UNRESOLVED"
)

Defines values for PullrequestTaskUpdateState.

type PutAddonLinkersLinkerKeyValuesResponse

type PutAddonLinkersLinkerKeyValuesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParsePutAddonLinkersLinkerKeyValuesResponse

func ParsePutAddonLinkersLinkerKeyValuesResponse(rsp *http.Response) (*PutAddonLinkersLinkerKeyValuesResponse, error)

ParsePutAddonLinkersLinkerKeyValuesResponse parses an HTTP response from a PutAddonLinkersLinkerKeyValuesWithResponse call

func (PutAddonLinkersLinkerKeyValuesResponse) Status

Status returns HTTPResponse.Status

func (PutAddonLinkersLinkerKeyValuesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutAddonResponse

type PutAddonResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON401      *Error
	JSON403      *Error
}

func ParsePutAddonResponse

func ParsePutAddonResponse(rsp *http.Response) (*PutAddonResponse, error)

ParsePutAddonResponse parses an HTTP response from a PutAddonWithResponse call

func (PutAddonResponse) Status

func (r PutAddonResponse) Status() string

Status returns HTTPResponse.Status

func (PutAddonResponse) StatusCode

func (r PutAddonResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdJSONRequestBody = Branchrestriction

PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugBranchRestrictionsId for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

type PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Branchrestriction
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugBranchRestrictionsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse

type PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BranchingModelSettings
	JSON400      *Error
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse

func ParsePutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsWithResponse call

func (PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugBranchingModelSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody = CommitComment

PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentId for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

type PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugCommitCommitCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyJSONRequestBody = Commitstatus

PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKey for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse

type PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Commitstatus
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse

func ParsePutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyWithResponse call

func (PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugCommitCommitStatusesBuildKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

type PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Account
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse

func ParsePutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameWithResponse call

func (PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugDefaultReviewersTargetUsernameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

type PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeployKey
	JSON400      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugDeployKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugHooksUidResponse

type PutRepositoriesWorkspaceRepoSlugHooksUidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WebhookSubscription
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugHooksUidResponse

func ParsePutRepositoriesWorkspaceRepoSlugHooksUidResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugHooksUidResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugHooksUidResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugHooksUidWithResponse call

func (PutRepositoriesWorkspaceRepoSlugHooksUidResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugHooksUidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody = IssueComment

PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentId for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *IssueComment
	JSON400      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Issue
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteWithResponse call

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdVoteResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

type PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON204      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse

func ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchWithResponse call

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugIssuesIssueIdWatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugJSONRequestBody = Repository

PutRepositoriesWorkspaceRepoSlugJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlug for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse

type PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse

func ParsePutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugOverrideSettingsWithResponse call

func (PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugOverrideSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugJSONRequestBody = BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchema

PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlug for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RepositoryGroupPermission
	JSON400      *Error
	JSON401      *Error
	JSON402      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse

func ParsePutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugWithResponse call

func (PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugPermissionsConfigGroupsGroupSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdJSONRequestBody = BitbucketAppsPermissionsSerializersRepoPermissionUpdateSchema

PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserId for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

type PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *RepositoryUserPermission
	JSON400      *Error
	JSON401      *Error
	JSON402      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugPermissionsConfigUsersSelectedUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdJSONRequestBody = PullrequestComment

PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentId for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PullrequestComment
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody = Pullrequest

PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestId for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Pullrequest
	JSON400      *Error
	JSON401      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdJSONRequestBody

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdJSONRequestBody = PullrequestTaskUpdate

PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdJSONRequestBody defines body for PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskId for application/json ContentType.

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

type PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PullrequestCommentTask
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse

func ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdWithResponse call

func (PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugPullrequestsPullRequestIdTasksTaskIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRepositoriesWorkspaceRepoSlugResponse

type PutRepositoriesWorkspaceRepoSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Repository
	JSON201      *Repository
	JSON400      *Error
	JSON401      *Error
}

func ParsePutRepositoriesWorkspaceRepoSlugResponse

func ParsePutRepositoriesWorkspaceRepoSlugResponse(rsp *http.Response) (*PutRepositoriesWorkspaceRepoSlugResponse, error)

ParsePutRepositoriesWorkspaceRepoSlugResponse parses an HTTP response from a PutRepositoriesWorkspaceRepoSlugWithResponse call

func (PutRepositoriesWorkspaceRepoSlugResponse) Status

Status returns HTTPResponse.Status

func (PutRepositoriesWorkspaceRepoSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody

type PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody = SnippetComment

PutSnippetsWorkspaceEncodedIdCommentsCommentIdJSONRequestBody defines body for PutSnippetsWorkspaceEncodedIdCommentsCommentId for application/json ContentType.

type PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

type PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SnippetComment
	JSON403      *Error
	JSON404      *Error
}

func ParsePutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse

func ParsePutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse(rsp *http.Response) (*PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse, error)

ParsePutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse parses an HTTP response from a PutSnippetsWorkspaceEncodedIdCommentsCommentIdWithResponse call

func (PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse) Status

Status returns HTTPResponse.Status

func (PutSnippetsWorkspaceEncodedIdCommentsCommentIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutSnippetsWorkspaceEncodedIdNodeIdResponse

type PutSnippetsWorkspaceEncodedIdNodeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Snippet
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
	JSON405      *Error
}

func ParsePutSnippetsWorkspaceEncodedIdNodeIdResponse

func ParsePutSnippetsWorkspaceEncodedIdNodeIdResponse(rsp *http.Response) (*PutSnippetsWorkspaceEncodedIdNodeIdResponse, error)

ParsePutSnippetsWorkspaceEncodedIdNodeIdResponse parses an HTTP response from a PutSnippetsWorkspaceEncodedIdNodeIdWithResponse call

func (PutSnippetsWorkspaceEncodedIdNodeIdResponse) Status

Status returns HTTPResponse.Status

func (PutSnippetsWorkspaceEncodedIdNodeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutSnippetsWorkspaceEncodedIdResponse

type PutSnippetsWorkspaceEncodedIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Snippet
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutSnippetsWorkspaceEncodedIdResponse

func ParsePutSnippetsWorkspaceEncodedIdResponse(rsp *http.Response) (*PutSnippetsWorkspaceEncodedIdResponse, error)

ParsePutSnippetsWorkspaceEncodedIdResponse parses an HTTP response from a PutSnippetsWorkspaceEncodedIdWithResponse call

func (PutSnippetsWorkspaceEncodedIdResponse) Status

Status returns HTTPResponse.Status

func (PutSnippetsWorkspaceEncodedIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutSnippetsWorkspaceEncodedIdWatchResponse

type PutSnippetsWorkspaceEncodedIdWatchResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON401      *Error
	JSON404      *Error
}

func ParsePutSnippetsWorkspaceEncodedIdWatchResponse

func ParsePutSnippetsWorkspaceEncodedIdWatchResponse(rsp *http.Response) (*PutSnippetsWorkspaceEncodedIdWatchResponse, error)

ParsePutSnippetsWorkspaceEncodedIdWatchResponse parses an HTTP response from a PutSnippetsWorkspaceEncodedIdWatchWithResponse call

func (PutSnippetsWorkspaceEncodedIdWatchResponse) Status

Status returns HTTPResponse.Status

func (PutSnippetsWorkspaceEncodedIdWatchResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutUsersSelectedUserSshKeysKeyIdJSONRequestBody

type PutUsersSelectedUserSshKeysKeyIdJSONRequestBody = SshAccountKey

PutUsersSelectedUserSshKeysKeyIdJSONRequestBody defines body for PutUsersSelectedUserSshKeysKeyId for application/json ContentType.

type PutUsersSelectedUserSshKeysKeyIdResponse

type PutUsersSelectedUserSshKeysKeyIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SshAccountKey
	JSON400      *Error
	JSON404      *Error
}

func ParsePutUsersSelectedUserSshKeysKeyIdResponse

func ParsePutUsersSelectedUserSshKeysKeyIdResponse(rsp *http.Response) (*PutUsersSelectedUserSshKeysKeyIdResponse, error)

ParsePutUsersSelectedUserSshKeysKeyIdResponse parses an HTTP response from a PutUsersSelectedUserSshKeysKeyIdWithResponse call

func (PutUsersSelectedUserSshKeysKeyIdResponse) Status

Status returns HTTPResponse.Status

func (PutUsersSelectedUserSshKeysKeyIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutWorkspacesWorkspaceHooksUidResponse

type PutWorkspacesWorkspaceHooksUidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *WebhookSubscription
	JSON403      *Error
	JSON404      *Error
}

func ParsePutWorkspacesWorkspaceHooksUidResponse

func ParsePutWorkspacesWorkspaceHooksUidResponse(rsp *http.Response) (*PutWorkspacesWorkspaceHooksUidResponse, error)

ParsePutWorkspacesWorkspaceHooksUidResponse parses an HTTP response from a PutWorkspacesWorkspaceHooksUidWithResponse call

func (PutWorkspacesWorkspaceHooksUidResponse) Status

Status returns HTTPResponse.Status

func (PutWorkspacesWorkspaceHooksUidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse

type PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *BranchingModelSettings
	JSON400      *Error
	JSON401      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse

func ParsePutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse(rsp *http.Response) (*PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse, error)

ParsePutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse parses an HTTP response from a PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsWithResponse call

func (PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse) Status

Status returns HTTPResponse.Status

func (PutWorkspacesWorkspaceProjectsProjectKeyBranchingModelSettingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

type PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *User
	JSON400      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse

func ParsePutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse(rsp *http.Response) (*PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse, error)

ParsePutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse parses an HTTP response from a PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserWithResponse call

func (PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse) Status

Status returns HTTPResponse.Status

func (PutWorkspacesWorkspaceProjectsProjectKeyDefaultReviewersSelectedUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody

type PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody = Project

PutWorkspacesWorkspaceProjectsProjectKeyJSONRequestBody defines body for PutWorkspacesWorkspaceProjectsProjectKey for application/json ContentType.

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugJSONRequestBody

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugJSONRequestBody = BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchema

PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugJSONRequestBody defines body for PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlug for application/json ContentType.

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectGroupPermission
	JSON400      *Error
	JSON401      *Error
	JSON402      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse

func ParsePutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse(rsp *http.Response) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse, error)

ParsePutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse parses an HTTP response from a PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugWithResponse call

func (PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse) Status

Status returns HTTPResponse.Status

func (PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigGroupsGroupSlugResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdJSONRequestBody

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdJSONRequestBody = BitbucketAppsPermissionsSerializersProjectPermissionUpdateSchema

PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdJSONRequestBody defines body for PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserId for application/json ContentType.

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

type PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ProjectUserPermission
	JSON400      *Error
	JSON401      *Error
	JSON402      *Error
	JSON403      *Error
	JSON404      *Error
}

func ParsePutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse

func ParsePutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse(rsp *http.Response) (*PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse, error)

ParsePutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse parses an HTTP response from a PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdWithResponse call

func (PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse) Status

Status returns HTTPResponse.Status

func (PutWorkspacesWorkspaceProjectsProjectKeyPermissionsConfigUsersSelectedUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutWorkspacesWorkspaceProjectsProjectKeyResponse

type PutWorkspacesWorkspaceProjectsProjectKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *Project
	JSON201      *Project
	JSON403      *Error
	JSON404      *Error
}

func ParsePutWorkspacesWorkspaceProjectsProjectKeyResponse

func ParsePutWorkspacesWorkspaceProjectsProjectKeyResponse(rsp *http.Response) (*PutWorkspacesWorkspaceProjectsProjectKeyResponse, error)

ParsePutWorkspacesWorkspaceProjectsProjectKeyResponse parses an HTTP response from a PutWorkspacesWorkspaceProjectsProjectKeyWithResponse call

func (PutWorkspacesWorkspaceProjectsProjectKeyResponse) Status

Status returns HTTPResponse.Status

func (PutWorkspacesWorkspaceProjectsProjectKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type Ref

type Ref struct {
	Links *struct {
		// Commits A link to a resource related to this object.
		Commits *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"commits,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// Name The name of the ref.
	Name                 *string                `json:"name,omitempty"`
	Target               *Commit                `json:"target,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Ref A ref object, representing a branch or tag in a repository.

func (Ref) Get

func (a Ref) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Ref. Returns the specified element and whether it was found

func (Ref) MarshalJSON

func (a Ref) MarshalJSON() ([]byte, error)

Override default JSON handling for Ref to handle AdditionalProperties

func (*Ref) Set

func (a *Ref) Set(fieldName string, value interface{})

Setter for additional properties for Ref

func (*Ref) UnmarshalJSON

func (a *Ref) UnmarshalJSON(b []byte) error

Override default JSON handling for Ref to handle AdditionalProperties

type Report

type Report struct {
	// CreatedOn The timestamp when the report was created.
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// Data An array of data fields to display information on the report. Maximum 10.
	Data *[]ReportData `json:"data,omitempty"`

	// Details A string to describe the purpose of the report.
	Details *string `json:"details,omitempty"`

	// ExternalId ID of the report provided by the report creator. It can be used to identify the report as an alternative to it's generated uuid. It is not used by Bitbucket, but only by the report creator for updating or deleting this specific report. Needs to be unique.
	ExternalId *string `json:"external_id,omitempty"`

	// Link A URL linking to the results of the report in an external tool.
	Link *string `json:"link,omitempty"`

	// LogoUrl A URL to the report logo. If none is provided, the default insights logo will be used.
	LogoUrl *string `json:"logo_url,omitempty"`

	// RemoteLinkEnabled If enabled, a remote link is created in Jira for the issue associated with the commit the report belongs to.
	RemoteLinkEnabled *bool `json:"remote_link_enabled,omitempty"`

	// ReportType The type of the report.
	ReportType *ReportReportType `json:"report_type,omitempty"`

	// Reporter A string to describe the tool or company who created the report.
	Reporter *string `json:"reporter,omitempty"`

	// Result The state of the report. May be set to PENDING and later updated.
	Result *ReportResult `json:"result,omitempty"`

	// Title The title of the report.
	Title *string `json:"title,omitempty"`
	Type  string  `json:"type"`

	// UpdatedOn The timestamp when the report was updated.
	UpdatedOn *time.Time `json:"updated_on,omitempty"`

	// Uuid The UUID that can be used to identify the report.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Report defines model for report.

func (Report) Get

func (a Report) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Report. Returns the specified element and whether it was found

func (Report) MarshalJSON

func (a Report) MarshalJSON() ([]byte, error)

Override default JSON handling for Report to handle AdditionalProperties

func (*Report) Set

func (a *Report) Set(fieldName string, value interface{})

Setter for additional properties for Report

func (*Report) UnmarshalJSON

func (a *Report) UnmarshalJSON(b []byte) error

Override default JSON handling for Report to handle AdditionalProperties

type ReportAnnotation

type ReportAnnotation struct {
	// AnnotationType The type of the report.
	AnnotationType *ReportAnnotationAnnotationType `json:"annotation_type,omitempty"`

	// CreatedOn The timestamp when the report was created.
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// Details The details to show to users when clicking on the annotation.
	Details *string `json:"details,omitempty"`

	// ExternalId ID of the annotation provided by the annotation creator. It can be used to identify the annotation as an alternative to it's generated uuid. It is not used by Bitbucket, but only by the annotation creator for updating or deleting this specific annotation. Needs to be unique.
	ExternalId *string `json:"external_id,omitempty"`

	// Line The line number that the annotation should belong to. If no line number is provided, then it will default to 0 and in a pull request it will appear at the top of the file specified by the path field.
	Line *int `json:"line,omitempty"`

	// Link A URL linking to the annotation in an external tool.
	Link *string `json:"link,omitempty"`

	// Path The path of the file on which this annotation should be placed. This is the path of the file relative to the git repository. If no path is provided, then it will appear in the overview modal on all pull requests where the tip of the branch is the given commit, regardless of which files were modified.
	Path *string `json:"path,omitempty"`

	// Result The state of the report. May be set to PENDING and later updated.
	Result *ReportAnnotationResult `json:"result,omitempty"`

	// Severity The severity of the annotation.
	Severity *ReportAnnotationSeverity `json:"severity,omitempty"`

	// Summary The message to display to users.
	Summary *string `json:"summary,omitempty"`
	Type    string  `json:"type"`

	// UpdatedOn The timestamp when the report was updated.
	UpdatedOn *time.Time `json:"updated_on,omitempty"`

	// Uuid The UUID that can be used to identify the annotation.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

ReportAnnotation defines model for report_annotation.

func (ReportAnnotation) Get

func (a ReportAnnotation) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for ReportAnnotation. Returns the specified element and whether it was found

func (ReportAnnotation) MarshalJSON

func (a ReportAnnotation) MarshalJSON() ([]byte, error)

Override default JSON handling for ReportAnnotation to handle AdditionalProperties

func (*ReportAnnotation) Set

func (a *ReportAnnotation) Set(fieldName string, value interface{})

Setter for additional properties for ReportAnnotation

func (*ReportAnnotation) UnmarshalJSON

func (a *ReportAnnotation) UnmarshalJSON(b []byte) error

Override default JSON handling for ReportAnnotation to handle AdditionalProperties

type ReportAnnotationAnnotationType

type ReportAnnotationAnnotationType string

ReportAnnotationAnnotationType The type of the report.

const (
	ReportAnnotationAnnotationTypeBUG           ReportAnnotationAnnotationType = "BUG"
	ReportAnnotationAnnotationTypeCODESMELL     ReportAnnotationAnnotationType = "CODE_SMELL"
	ReportAnnotationAnnotationTypeVULNERABILITY ReportAnnotationAnnotationType = "VULNERABILITY"
)

Defines values for ReportAnnotationAnnotationType.

type ReportAnnotationResult

type ReportAnnotationResult string

ReportAnnotationResult The state of the report. May be set to PENDING and later updated.

const (
	ReportAnnotationResultFAILED  ReportAnnotationResult = "FAILED"
	ReportAnnotationResultIGNORED ReportAnnotationResult = "IGNORED"
	ReportAnnotationResultPASSED  ReportAnnotationResult = "PASSED"
	ReportAnnotationResultSKIPPED ReportAnnotationResult = "SKIPPED"
)

Defines values for ReportAnnotationResult.

type ReportAnnotationSeverity

type ReportAnnotationSeverity string

ReportAnnotationSeverity The severity of the annotation.

const (
	CRITICAL ReportAnnotationSeverity = "CRITICAL"
	HIGH     ReportAnnotationSeverity = "HIGH"
	LOW      ReportAnnotationSeverity = "LOW"
	MEDIUM   ReportAnnotationSeverity = "MEDIUM"
)

Defines values for ReportAnnotationSeverity.

type ReportData

type ReportData struct {
	// Title A string describing what this data field represents.
	Title *string `json:"title,omitempty"`

	// Type The type of data contained in the value field. If not provided, then the value will be detected as a boolean, number or string.
	Type *ReportDataType `json:"type,omitempty"`

	// Value The value of the data element.
	Value *map[string]interface{} `json:"value,omitempty"`
}

ReportData A key-value element that will be displayed along with the report.

type ReportDataType

type ReportDataType string

ReportDataType The type of data contained in the value field. If not provided, then the value will be detected as a boolean, number or string.

const (
	BOOLEAN    ReportDataType = "BOOLEAN"
	DATE       ReportDataType = "DATE"
	DURATION   ReportDataType = "DURATION"
	LINK       ReportDataType = "LINK"
	NUMBER     ReportDataType = "NUMBER"
	PERCENTAGE ReportDataType = "PERCENTAGE"
	TEXT       ReportDataType = "TEXT"
)

Defines values for ReportDataType.

type ReportReportType

type ReportReportType string

ReportReportType The type of the report.

const (
	ReportReportTypeBUG      ReportReportType = "BUG"
	ReportReportTypeCOVERAGE ReportReportType = "COVERAGE"
	ReportReportTypeSECURITY ReportReportType = "SECURITY"
	ReportReportTypeTEST     ReportReportType = "TEST"
)

Defines values for ReportReportType.

type ReportResult

type ReportResult string

ReportResult The state of the report. May be set to PENDING and later updated.

const (
	ReportResultFAILED  ReportResult = "FAILED"
	ReportResultPASSED  ReportResult = "PASSED"
	ReportResultPENDING ReportResult = "PENDING"
)

Defines values for ReportResult.

type Repository

type Repository struct {
	CreatedOn   *time.Time `json:"created_on,omitempty"`
	Description *string    `json:"description,omitempty"`

	// ForkPolicy
	// Controls the rules for forking this repository.
	//
	// * **allow_forks**: unrestricted forking
	// * **no_public_forks**: restrict forking to private forks (forks cannot
	//   be made public later)
	// * **no_forks**: deny all forking
	ForkPolicy *RepositoryForkPolicy `json:"fork_policy,omitempty"`

	// FullName The concatenation of the repository owner's username and the slugified name, e.g. "evzijst/interruptingcow". This is the same string used in Bitbucket URLs.
	FullName *string `json:"full_name,omitempty"`

	// HasIssues
	// The issue tracker for this repository is enabled. Issue Tracker
	// features are not supported for repositories in workspaces
	// administered through admin.atlassian.com.
	HasIssues *bool `json:"has_issues,omitempty"`

	// HasWiki
	// The wiki for this repository is enabled. Wiki
	// features are not supported for repositories in workspaces
	// administered through admin.atlassian.com.
	HasWiki   *bool   `json:"has_wiki,omitempty"`
	IsPrivate *bool   `json:"is_private,omitempty"`
	Language  *string `json:"language,omitempty"`
	Links     *struct {
		// Avatar A link to a resource related to this object.
		Avatar *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"avatar,omitempty"`
		Clone *[]struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"clone,omitempty"`

		// Commits A link to a resource related to this object.
		Commits *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"commits,omitempty"`

		// Downloads A link to a resource related to this object.
		Downloads *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"downloads,omitempty"`

		// Forks A link to a resource related to this object.
		Forks *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"forks,omitempty"`

		// Hooks A link to a resource related to this object.
		Hooks *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"hooks,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Pullrequests A link to a resource related to this object.
		Pullrequests *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"pullrequests,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`

		// Watchers A link to a resource related to this object.
		Watchers *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"watchers,omitempty"`
	} `json:"links,omitempty"`
	Mainbranch *Branch        `json:"mainbranch,omitempty"`
	Name       *string        `json:"name,omitempty"`
	Owner      *Account       `json:"owner,omitempty"`
	Parent     *Repository    `json:"parent,omitempty"`
	Project    *Project       `json:"project,omitempty"`
	Scm        *RepositoryScm `json:"scm,omitempty"`
	Size       *int           `json:"size,omitempty"`
	Type       string         `json:"type"`
	UpdatedOn  *time.Time     `json:"updated_on,omitempty"`

	// Uuid The repository's immutable id. This can be used as a substitute for the slug segment in URLs. Doing this guarantees your URLs will survive renaming of the repository by its owner, or even transfer of the repository to a different user.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Repository defines model for repository.

func (Repository) Get

func (a Repository) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Repository. Returns the specified element and whether it was found

func (Repository) MarshalJSON

func (a Repository) MarshalJSON() ([]byte, error)

Override default JSON handling for Repository to handle AdditionalProperties

func (*Repository) Set

func (a *Repository) Set(fieldName string, value interface{})

Setter for additional properties for Repository

func (*Repository) UnmarshalJSON

func (a *Repository) UnmarshalJSON(b []byte) error

Override default JSON handling for Repository to handle AdditionalProperties

type RepositoryForkPolicy

type RepositoryForkPolicy string

RepositoryForkPolicy Controls the rules for forking this repository.

  • **allow_forks**: unrestricted forking
  • **no_public_forks**: restrict forking to private forks (forks cannot be made public later)
  • **no_forks**: deny all forking
const (
	RepositoryForkPolicyAllowForks    RepositoryForkPolicy = "allow_forks"
	RepositoryForkPolicyNoForks       RepositoryForkPolicy = "no_forks"
	RepositoryForkPolicyNoPublicForks RepositoryForkPolicy = "no_public_forks"
)

Defines values for RepositoryForkPolicy.

type RepositoryGroupPermission

type RepositoryGroupPermission struct {
	Group *Group `json:"group,omitempty"`
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Permission           *RepositoryGroupPermissionPermission `json:"permission,omitempty"`
	Repository           *Repository                          `json:"repository,omitempty"`
	Type                 string                               `json:"type"`
	AdditionalProperties map[string]interface{}               `json:"-"`
}

RepositoryGroupPermission A group's permission for a given repository.

func (RepositoryGroupPermission) Get

func (a RepositoryGroupPermission) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for RepositoryGroupPermission. Returns the specified element and whether it was found

func (RepositoryGroupPermission) MarshalJSON

func (a RepositoryGroupPermission) MarshalJSON() ([]byte, error)

Override default JSON handling for RepositoryGroupPermission to handle AdditionalProperties

func (*RepositoryGroupPermission) Set

func (a *RepositoryGroupPermission) Set(fieldName string, value interface{})

Setter for additional properties for RepositoryGroupPermission

func (*RepositoryGroupPermission) UnmarshalJSON

func (a *RepositoryGroupPermission) UnmarshalJSON(b []byte) error

Override default JSON handling for RepositoryGroupPermission to handle AdditionalProperties

type RepositoryGroupPermissionPermission

type RepositoryGroupPermissionPermission string

RepositoryGroupPermissionPermission defines model for RepositoryGroupPermission.Permission.

const (
	RepositoryGroupPermissionPermissionAdmin RepositoryGroupPermissionPermission = "admin"
	RepositoryGroupPermissionPermissionNone  RepositoryGroupPermissionPermission = "none"
	RepositoryGroupPermissionPermissionRead  RepositoryGroupPermissionPermission = "read"
	RepositoryGroupPermissionPermissionWrite RepositoryGroupPermissionPermission = "write"
)

Defines values for RepositoryGroupPermissionPermission.

type RepositoryInheritanceState

type RepositoryInheritanceState struct {
	OverrideSettings     *map[string]interface{} `json:"override_settings,omitempty"`
	Type                 string                  `json:"type"`
	AdditionalProperties map[string]interface{}  `json:"-"`
}

RepositoryInheritanceState A json object representing the repository's inheritance state values

func (RepositoryInheritanceState) Get

func (a RepositoryInheritanceState) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for RepositoryInheritanceState. Returns the specified element and whether it was found

func (RepositoryInheritanceState) MarshalJSON

func (a RepositoryInheritanceState) MarshalJSON() ([]byte, error)

Override default JSON handling for RepositoryInheritanceState to handle AdditionalProperties

func (*RepositoryInheritanceState) Set

func (a *RepositoryInheritanceState) Set(fieldName string, value interface{})

Setter for additional properties for RepositoryInheritanceState

func (*RepositoryInheritanceState) UnmarshalJSON

func (a *RepositoryInheritanceState) UnmarshalJSON(b []byte) error

Override default JSON handling for RepositoryInheritanceState to handle AdditionalProperties

type RepositoryPermission

type RepositoryPermission struct {
	Permission           *RepositoryPermissionPermission `json:"permission,omitempty"`
	Repository           *Repository                     `json:"repository,omitempty"`
	Type                 string                          `json:"type"`
	User                 *User                           `json:"user,omitempty"`
	AdditionalProperties map[string]interface{}          `json:"-"`
}

RepositoryPermission A user's permission for a given repository.

func (RepositoryPermission) Get

func (a RepositoryPermission) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for RepositoryPermission. Returns the specified element and whether it was found

func (RepositoryPermission) MarshalJSON

func (a RepositoryPermission) MarshalJSON() ([]byte, error)

Override default JSON handling for RepositoryPermission to handle AdditionalProperties

func (*RepositoryPermission) Set

func (a *RepositoryPermission) Set(fieldName string, value interface{})

Setter for additional properties for RepositoryPermission

func (*RepositoryPermission) UnmarshalJSON

func (a *RepositoryPermission) UnmarshalJSON(b []byte) error

Override default JSON handling for RepositoryPermission to handle AdditionalProperties

type RepositoryPermissionPermission

type RepositoryPermissionPermission string

RepositoryPermissionPermission defines model for RepositoryPermission.Permission.

const (
	RepositoryPermissionPermissionAdmin RepositoryPermissionPermission = "admin"
	RepositoryPermissionPermissionNone  RepositoryPermissionPermission = "none"
	RepositoryPermissionPermissionRead  RepositoryPermissionPermission = "read"
	RepositoryPermissionPermissionWrite RepositoryPermissionPermission = "write"
)

Defines values for RepositoryPermissionPermission.

type RepositoryScm

type RepositoryScm string

RepositoryScm defines model for Repository.Scm.

const (
	RepositoryScmGit RepositoryScm = "git"
)

Defines values for RepositoryScm.

type RepositoryUserPermission

type RepositoryUserPermission struct {
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Permission           *RepositoryUserPermissionPermission `json:"permission,omitempty"`
	Repository           *Repository                         `json:"repository,omitempty"`
	Type                 string                              `json:"type"`
	User                 *User                               `json:"user,omitempty"`
	AdditionalProperties map[string]interface{}              `json:"-"`
}

RepositoryUserPermission A user's direct permission for a given repository.

func (RepositoryUserPermission) Get

func (a RepositoryUserPermission) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for RepositoryUserPermission. Returns the specified element and whether it was found

func (RepositoryUserPermission) MarshalJSON

func (a RepositoryUserPermission) MarshalJSON() ([]byte, error)

Override default JSON handling for RepositoryUserPermission to handle AdditionalProperties

func (*RepositoryUserPermission) Set

func (a *RepositoryUserPermission) Set(fieldName string, value interface{})

Setter for additional properties for RepositoryUserPermission

func (*RepositoryUserPermission) UnmarshalJSON

func (a *RepositoryUserPermission) UnmarshalJSON(b []byte) error

Override default JSON handling for RepositoryUserPermission to handle AdditionalProperties

type RepositoryUserPermissionPermission

type RepositoryUserPermissionPermission string

RepositoryUserPermissionPermission defines model for RepositoryUserPermission.Permission.

const (
	RepositoryUserPermissionPermissionAdmin RepositoryUserPermissionPermission = "admin"
	RepositoryUserPermissionPermissionNone  RepositoryUserPermissionPermission = "none"
	RepositoryUserPermissionPermissionRead  RepositoryUserPermissionPermission = "read"
	RepositoryUserPermissionPermissionWrite RepositoryUserPermissionPermission = "write"
)

Defines values for RepositoryUserPermissionPermission.

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type RetrieveUserHostedPropertyValueResponse

type RetrieveUserHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *ApplicationProperty
}

func ParseRetrieveUserHostedPropertyValueResponse

func ParseRetrieveUserHostedPropertyValueResponse(rsp *http.Response) (*RetrieveUserHostedPropertyValueResponse, error)

ParseRetrieveUserHostedPropertyValueResponse parses an HTTP response from a RetrieveUserHostedPropertyValueWithResponse call

func (RetrieveUserHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (RetrieveUserHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type SearchAccountParams

type SearchAccountParams struct {
	// SearchQuery The search query
	SearchQuery string `form:"search_query" json:"search_query"`

	// Page Which page of the search results to retrieve
	Page *int32 `form:"page,omitempty" json:"page,omitempty"`

	// Pagelen How many search results to retrieve per page
	Pagelen *int32 `form:"pagelen,omitempty" json:"pagelen,omitempty"`
}

SearchAccountParams defines parameters for SearchAccount.

type SearchAccountResponse

type SearchAccountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SearchResultPage
	JSON400      *Error
	JSON404      *Error
	JSON429      *Error
}

func ParseSearchAccountResponse

func ParseSearchAccountResponse(rsp *http.Response) (*SearchAccountResponse, error)

ParseSearchAccountResponse parses an HTTP response from a SearchAccountWithResponse call

func (SearchAccountResponse) Status

func (r SearchAccountResponse) Status() string

Status returns HTTPResponse.Status

func (SearchAccountResponse) StatusCode

func (r SearchAccountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SearchCodeSearchResult

type SearchCodeSearchResult struct {
	ContentMatchCount *int64                `json:"content_match_count,omitempty"`
	ContentMatches    *[]SearchContentMatch `json:"content_matches,omitempty"`

	// File A file object, representing a file at a commit in a repository
	File        *CommitFile      `json:"file,omitempty"`
	PathMatches *[]SearchSegment `json:"path_matches,omitempty"`
	Type        *string          `json:"type,omitempty"`
}

SearchCodeSearchResult defines model for search_code_search_result.

type SearchContentMatch

type SearchContentMatch struct {
	Lines *[]SearchLine `json:"lines,omitempty"`
}

SearchContentMatch defines model for search_content_match.

type SearchLine

type SearchLine struct {
	Line     *int32           `json:"line,omitempty"`
	Segments *[]SearchSegment `json:"segments,omitempty"`
}

SearchLine defines model for search_line.

type SearchResultPage

type SearchResultPage struct {
	Next             *string                   `json:"next,omitempty"`
	Page             *int32                    `json:"page,omitempty"`
	Pagelen          *int32                    `json:"pagelen,omitempty"`
	Previous         *string                   `json:"previous,omitempty"`
	QuerySubstituted *bool                     `json:"query_substituted,omitempty"`
	Size             *int64                    `json:"size,omitempty"`
	Values           *[]SearchCodeSearchResult `json:"values,omitempty"`
}

SearchResultPage defines model for search_result_page.

type SearchSegment

type SearchSegment struct {
	Match *bool   `json:"match,omitempty"`
	Text  *string `json:"text,omitempty"`
}

SearchSegment defines model for search_segment.

type SearchTeamParams

type SearchTeamParams struct {
	// SearchQuery The search query
	SearchQuery string `form:"search_query" json:"search_query"`

	// Page Which page of the search results to retrieve
	Page *int32 `form:"page,omitempty" json:"page,omitempty"`

	// Pagelen How many search results to retrieve per page
	Pagelen *int32 `form:"pagelen,omitempty" json:"pagelen,omitempty"`
}

SearchTeamParams defines parameters for SearchTeam.

type SearchTeamResponse

type SearchTeamResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SearchResultPage
	JSON400      *Error
	JSON404      *Error
	JSON429      *Error
}

func ParseSearchTeamResponse

func ParseSearchTeamResponse(rsp *http.Response) (*SearchTeamResponse, error)

ParseSearchTeamResponse parses an HTTP response from a SearchTeamWithResponse call

func (SearchTeamResponse) Status

func (r SearchTeamResponse) Status() string

Status returns HTTPResponse.Status

func (SearchTeamResponse) StatusCode

func (r SearchTeamResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SearchWorkspaceParams

type SearchWorkspaceParams struct {
	// SearchQuery The search query
	SearchQuery string `form:"search_query" json:"search_query"`

	// Page Which page of the search results to retrieve
	Page *int32 `form:"page,omitempty" json:"page,omitempty"`

	// Pagelen How many search results to retrieve per page
	Pagelen *int32 `form:"pagelen,omitempty" json:"pagelen,omitempty"`
}

SearchWorkspaceParams defines parameters for SearchWorkspace.

type SearchWorkspaceResponse

type SearchWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *SearchResultPage
	JSON400      *Error
	JSON404      *Error
	JSON429      *Error
}

func ParseSearchWorkspaceResponse

func ParseSearchWorkspaceResponse(rsp *http.Response) (*SearchWorkspaceResponse, error)

ParseSearchWorkspaceResponse parses an HTTP response from a SearchWorkspaceWithResponse call

func (SearchWorkspaceResponse) Status

func (r SearchWorkspaceResponse) Status() string

Status returns HTTPResponse.Status

func (SearchWorkspaceResponse) StatusCode

func (r SearchWorkspaceResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type Snippet

type Snippet struct {
	CreatedOn *time.Time `json:"created_on,omitempty"`
	Creator   *Account   `json:"creator,omitempty"`
	Id        *int       `json:"id,omitempty"`
	IsPrivate *bool      `json:"is_private,omitempty"`
	Owner     *Account   `json:"owner,omitempty"`

	// Scm The DVCS used to store the snippet.
	Scm                  *SnippetScm            `json:"scm,omitempty"`
	Title                *string                `json:"title,omitempty"`
	Type                 string                 `json:"type"`
	UpdatedOn            *time.Time             `json:"updated_on,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Snippet defines model for snippet.

func (Snippet) Get

func (a Snippet) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Snippet. Returns the specified element and whether it was found

func (Snippet) MarshalJSON

func (a Snippet) MarshalJSON() ([]byte, error)

Override default JSON handling for Snippet to handle AdditionalProperties

func (*Snippet) Set

func (a *Snippet) Set(fieldName string, value interface{})

Setter for additional properties for Snippet

func (*Snippet) UnmarshalJSON

func (a *Snippet) UnmarshalJSON(b []byte) error

Override default JSON handling for Snippet to handle AdditionalProperties

type SnippetComment

type SnippetComment struct {
	Links *struct {
		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Snippet              *Snippet               `json:"snippet,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

SnippetComment defines model for snippet_comment.

func (SnippetComment) Get

func (a SnippetComment) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for SnippetComment. Returns the specified element and whether it was found

func (SnippetComment) MarshalJSON

func (a SnippetComment) MarshalJSON() ([]byte, error)

Override default JSON handling for SnippetComment to handle AdditionalProperties

func (*SnippetComment) Set

func (a *SnippetComment) Set(fieldName string, value interface{})

Setter for additional properties for SnippetComment

func (*SnippetComment) UnmarshalJSON

func (a *SnippetComment) UnmarshalJSON(b []byte) error

Override default JSON handling for SnippetComment to handle AdditionalProperties

type SnippetCommit

type SnippetCommit struct {
	Author    *Author    `json:"author,omitempty"`
	Committer *Committer `json:"committer,omitempty"`
	Date      *time.Time `json:"date,omitempty"`
	Hash      *string    `json:"hash,omitempty"`
	Links     *struct {
		// Diff A link to a resource related to this object.
		Diff *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"diff,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Message *string       `json:"message,omitempty"`
	Parents *[]BaseCommit `json:"parents,omitempty"`
	Snippet *Snippet      `json:"snippet,omitempty"`
	Summary *struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *SnippetCommitSummaryMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"summary,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

SnippetCommit defines model for snippet_commit.

func (SnippetCommit) Get

func (a SnippetCommit) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for SnippetCommit. Returns the specified element and whether it was found

func (SnippetCommit) MarshalJSON

func (a SnippetCommit) MarshalJSON() ([]byte, error)

Override default JSON handling for SnippetCommit to handle AdditionalProperties

func (*SnippetCommit) Set

func (a *SnippetCommit) Set(fieldName string, value interface{})

Setter for additional properties for SnippetCommit

func (*SnippetCommit) UnmarshalJSON

func (a *SnippetCommit) UnmarshalJSON(b []byte) error

Override default JSON handling for SnippetCommit to handle AdditionalProperties

type SnippetCommitSummaryMarkup

type SnippetCommitSummaryMarkup string

SnippetCommitSummaryMarkup The type of markup language the raw content is to be interpreted in.

const (
	SnippetCommitSummaryMarkupCreole    SnippetCommitSummaryMarkup = "creole"
	SnippetCommitSummaryMarkupMarkdown  SnippetCommitSummaryMarkup = "markdown"
	SnippetCommitSummaryMarkupPlaintext SnippetCommitSummaryMarkup = "plaintext"
)

Defines values for SnippetCommitSummaryMarkup.

type SnippetScm

type SnippetScm string

SnippetScm The DVCS used to store the snippet.

const (
	SnippetScmGit SnippetScm = "git"
)

Defines values for SnippetScm.

type SshAccountKey

type SshAccountKey struct {
	// Comment The comment parsed from the SSH key (if present)
	Comment   *string    `json:"comment,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`
	ExpiresOn *time.Time `json:"expires_on,omitempty"`

	// Fingerprint The SSH key fingerprint in SHA-256 format.
	Fingerprint *string `json:"fingerprint,omitempty"`

	// Key The SSH public key value in OpenSSH format.
	Key *string `json:"key,omitempty"`

	// Label The user-defined label for the SSH key
	Label    *string    `json:"label,omitempty"`
	LastUsed *time.Time `json:"last_used,omitempty"`
	Links    *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Owner *Account `json:"owner,omitempty"`
	Type  string   `json:"type"`

	// Uuid The SSH key's immutable ID.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

SshAccountKey defines model for ssh_account_key.

func (SshAccountKey) Get

func (a SshAccountKey) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for SshAccountKey. Returns the specified element and whether it was found

func (SshAccountKey) MarshalJSON

func (a SshAccountKey) MarshalJSON() ([]byte, error)

Override default JSON handling for SshAccountKey to handle AdditionalProperties

func (*SshAccountKey) Set

func (a *SshAccountKey) Set(fieldName string, value interface{})

Setter for additional properties for SshAccountKey

func (*SshAccountKey) UnmarshalJSON

func (a *SshAccountKey) UnmarshalJSON(b []byte) error

Override default JSON handling for SshAccountKey to handle AdditionalProperties

type SshKey

type SshKey struct {
	// Comment The comment parsed from the SSH key (if present)
	Comment   *string    `json:"comment,omitempty"`
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// Key The SSH public key value in OpenSSH format.
	Key *string `json:"key,omitempty"`

	// Label The user-defined label for the SSH key
	Label    *string    `json:"label,omitempty"`
	LastUsed *time.Time `json:"last_used,omitempty"`
	Links    *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Type string `json:"type"`

	// Uuid The SSH key's immutable ID.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

SshKey defines model for ssh_key.

func (SshKey) Get

func (a SshKey) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for SshKey. Returns the specified element and whether it was found

func (SshKey) MarshalJSON

func (a SshKey) MarshalJSON() ([]byte, error)

Override default JSON handling for SshKey to handle AdditionalProperties

func (*SshKey) Set

func (a *SshKey) Set(fieldName string, value interface{})

Setter for additional properties for SshKey

func (*SshKey) UnmarshalJSON

func (a *SshKey) UnmarshalJSON(b []byte) error

Override default JSON handling for SshKey to handle AdditionalProperties

type StopPipelineResponse

type StopPipelineResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON400      *Error
	JSON404      *Error
}

func ParseStopPipelineResponse

func ParseStopPipelineResponse(rsp *http.Response) (*StopPipelineResponse, error)

ParseStopPipelineResponse parses an HTTP response from a StopPipelineWithResponse call

func (StopPipelineResponse) Status

func (r StopPipelineResponse) Status() string

Status returns HTTPResponse.Status

func (StopPipelineResponse) StatusCode

func (r StopPipelineResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type SubjectTypes

type SubjectTypes struct {
	Repository *struct {
		// Events A link to a resource related to this object.
		Events *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"events,omitempty"`
	} `json:"repository,omitempty"`
	Workspace *struct {
		// Events A link to a resource related to this object.
		Events *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"events,omitempty"`
	} `json:"workspace,omitempty"`
}

SubjectTypes The mapping of resource/subject types pointing to their individual event types.

type Tag

type Tag struct {
	// Date The date that the tag was created, if available
	Date  *time.Time `json:"date,omitempty"`
	Links *struct {
		// Commits A link to a resource related to this object.
		Commits *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"commits,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`

	// Message The message associated with the tag, if available.
	Message *string `json:"message,omitempty"`

	// Name The name of the ref.
	Name                 *string                `json:"name,omitempty"`
	Tagger               *Author                `json:"tagger,omitempty"`
	Target               *Commit                `json:"target,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Tag defines model for tag.

func (Tag) Get

func (a Tag) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Tag. Returns the specified element and whether it was found

func (Tag) MarshalJSON

func (a Tag) MarshalJSON() ([]byte, error)

Override default JSON handling for Tag to handle AdditionalProperties

func (*Tag) Set

func (a *Tag) Set(fieldName string, value interface{})

Setter for additional properties for Tag

func (*Tag) UnmarshalJSON

func (a *Tag) UnmarshalJSON(b []byte) error

Override default JSON handling for Tag to handle AdditionalProperties

type Task

type Task struct {
	Content struct {
		// Html The user's content rendered as HTML.
		Html *string `json:"html,omitempty"`

		// Markup The type of markup language the raw content is to be interpreted in.
		Markup *TaskContentMarkup `json:"markup,omitempty"`

		// Raw The text as it was typed by a user.
		Raw *string `json:"raw,omitempty"`
	} `json:"content"`
	CreatedOn  time.Time `json:"created_on"`
	Creator    Account   `json:"creator"`
	Id         *int      `json:"id,omitempty"`
	Pending    *bool     `json:"pending,omitempty"`
	ResolvedBy *Account  `json:"resolved_by,omitempty"`

	// ResolvedOn The ISO8601 timestamp for when the task was resolved.
	ResolvedOn *time.Time `json:"resolved_on,omitempty"`
	State      TaskState  `json:"state"`
	UpdatedOn  time.Time  `json:"updated_on"`
}

Task A task object.

type TaskContentMarkup

type TaskContentMarkup string

TaskContentMarkup The type of markup language the raw content is to be interpreted in.

const (
	TaskContentMarkupCreole    TaskContentMarkup = "creole"
	TaskContentMarkupMarkdown  TaskContentMarkup = "markdown"
	TaskContentMarkupPlaintext TaskContentMarkup = "plaintext"
)

Defines values for TaskContentMarkup.

type TaskState

type TaskState string

TaskState defines model for Task.State.

const (
	TaskStateRESOLVED   TaskState = "RESOLVED"
	TaskStateUNRESOLVED TaskState = "UNRESOLVED"
)

Defines values for TaskState.

type Team

type Team struct {
	CreatedOn            *time.Time             `json:"created_on,omitempty"`
	DisplayName          *string                `json:"display_name,omitempty"`
	Links                *TeamLinks             `json:"links,omitempty"`
	Type                 string                 `json:"type"`
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Team defines model for team.

func (Team) Get

func (a Team) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Team. Returns the specified element and whether it was found

func (Team) MarshalJSON

func (a Team) MarshalJSON() ([]byte, error)

Override default JSON handling for Team to handle AdditionalProperties

func (*Team) Set

func (a *Team) Set(fieldName string, value interface{})

Setter for additional properties for Team

func (*Team) UnmarshalJSON

func (a *Team) UnmarshalJSON(b []byte) error

Override default JSON handling for Team to handle AdditionalProperties

type TeamLinks struct {
	// Avatar A link to a resource related to this object.
	Avatar *Link `json:"avatar,omitempty"`

	// Html A link to a resource related to this object.
	Html *Link `json:"html,omitempty"`

	// Members A link to a resource related to this object.
	Members *Link `json:"members,omitempty"`

	// Projects A link to a resource related to this object.
	Projects *Link `json:"projects,omitempty"`

	// Repositories A link to a resource related to this object.
	Repositories *Link `json:"repositories,omitempty"`

	// Self A link to a resource related to this object.
	Self                 *Link                  `json:"self,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

TeamLinks defines model for team_links.

func (TeamLinks) Get

func (a TeamLinks) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for TeamLinks. Returns the specified element and whether it was found

func (TeamLinks) MarshalJSON

func (a TeamLinks) MarshalJSON() ([]byte, error)

Override default JSON handling for TeamLinks to handle AdditionalProperties

func (*TeamLinks) Set

func (a *TeamLinks) Set(fieldName string, value interface{})

Setter for additional properties for TeamLinks

func (*TeamLinks) UnmarshalJSON

func (a *TeamLinks) UnmarshalJSON(b []byte) error

Override default JSON handling for TeamLinks to handle AdditionalProperties

type Treeentry

type Treeentry struct {
	Commit *Commit `json:"commit,omitempty"`

	// Path The path in the repository
	Path                 *string                `json:"path,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Treeentry Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.

func (Treeentry) Get

func (a Treeentry) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Treeentry. Returns the specified element and whether it was found

func (Treeentry) MarshalJSON

func (a Treeentry) MarshalJSON() ([]byte, error)

Override default JSON handling for Treeentry to handle AdditionalProperties

func (*Treeentry) Set

func (a *Treeentry) Set(fieldName string, value interface{})

Setter for additional properties for Treeentry

func (*Treeentry) UnmarshalJSON

func (a *Treeentry) UnmarshalJSON(b []byte) error

Override default JSON handling for Treeentry to handle AdditionalProperties

type UpdateCommitHostedPropertyValueJSONRequestBody

type UpdateCommitHostedPropertyValueJSONRequestBody = ApplicationProperty

UpdateCommitHostedPropertyValueJSONRequestBody defines body for UpdateCommitHostedPropertyValue for application/json ContentType.

type UpdateCommitHostedPropertyValueResponse

type UpdateCommitHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateCommitHostedPropertyValueResponse

func ParseUpdateCommitHostedPropertyValueResponse(rsp *http.Response) (*UpdateCommitHostedPropertyValueResponse, error)

ParseUpdateCommitHostedPropertyValueResponse parses an HTTP response from a UpdateCommitHostedPropertyValueWithResponse call

func (UpdateCommitHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (UpdateCommitHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateDeploymentVariableJSONRequestBody

type UpdateDeploymentVariableJSONRequestBody = DeploymentVariable

UpdateDeploymentVariableJSONRequestBody defines body for UpdateDeploymentVariable for application/json ContentType.

type UpdateDeploymentVariableResponse

type UpdateDeploymentVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *DeploymentVariable
	JSON404      *Error
}

func ParseUpdateDeploymentVariableResponse

func ParseUpdateDeploymentVariableResponse(rsp *http.Response) (*UpdateDeploymentVariableResponse, error)

ParseUpdateDeploymentVariableResponse parses an HTTP response from a UpdateDeploymentVariableWithResponse call

func (UpdateDeploymentVariableResponse) Status

Status returns HTTPResponse.Status

func (UpdateDeploymentVariableResponse) StatusCode

func (r UpdateDeploymentVariableResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type UpdateEnvironmentForRepositoryResponse

type UpdateEnvironmentForRepositoryResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON404      *Error
}

func ParseUpdateEnvironmentForRepositoryResponse

func ParseUpdateEnvironmentForRepositoryResponse(rsp *http.Response) (*UpdateEnvironmentForRepositoryResponse, error)

ParseUpdateEnvironmentForRepositoryResponse parses an HTTP response from a UpdateEnvironmentForRepositoryWithResponse call

func (UpdateEnvironmentForRepositoryResponse) Status

Status returns HTTPResponse.Status

func (UpdateEnvironmentForRepositoryResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdatePipelineVariableForTeamJSONRequestBody

type UpdatePipelineVariableForTeamJSONRequestBody = PipelineVariable

UpdatePipelineVariableForTeamJSONRequestBody defines body for UpdatePipelineVariableForTeam for application/json ContentType.

type UpdatePipelineVariableForTeamResponse

type UpdatePipelineVariableForTeamResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseUpdatePipelineVariableForTeamResponse

func ParseUpdatePipelineVariableForTeamResponse(rsp *http.Response) (*UpdatePipelineVariableForTeamResponse, error)

ParseUpdatePipelineVariableForTeamResponse parses an HTTP response from a UpdatePipelineVariableForTeamWithResponse call

func (UpdatePipelineVariableForTeamResponse) Status

Status returns HTTPResponse.Status

func (UpdatePipelineVariableForTeamResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdatePipelineVariableForUserJSONRequestBody

type UpdatePipelineVariableForUserJSONRequestBody = PipelineVariable

UpdatePipelineVariableForUserJSONRequestBody defines body for UpdatePipelineVariableForUser for application/json ContentType.

type UpdatePipelineVariableForUserResponse

type UpdatePipelineVariableForUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseUpdatePipelineVariableForUserResponse

func ParseUpdatePipelineVariableForUserResponse(rsp *http.Response) (*UpdatePipelineVariableForUserResponse, error)

ParseUpdatePipelineVariableForUserResponse parses an HTTP response from a UpdatePipelineVariableForUserWithResponse call

func (UpdatePipelineVariableForUserResponse) Status

Status returns HTTPResponse.Status

func (UpdatePipelineVariableForUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdatePipelineVariableForWorkspaceJSONRequestBody

type UpdatePipelineVariableForWorkspaceJSONRequestBody = PipelineVariable

UpdatePipelineVariableForWorkspaceJSONRequestBody defines body for UpdatePipelineVariableForWorkspace for application/json ContentType.

type UpdatePipelineVariableForWorkspaceResponse

type UpdatePipelineVariableForWorkspaceResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseUpdatePipelineVariableForWorkspaceResponse

func ParseUpdatePipelineVariableForWorkspaceResponse(rsp *http.Response) (*UpdatePipelineVariableForWorkspaceResponse, error)

ParseUpdatePipelineVariableForWorkspaceResponse parses an HTTP response from a UpdatePipelineVariableForWorkspaceWithResponse call

func (UpdatePipelineVariableForWorkspaceResponse) Status

Status returns HTTPResponse.Status

func (UpdatePipelineVariableForWorkspaceResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdatePullRequestHostedPropertyValueJSONRequestBody

type UpdatePullRequestHostedPropertyValueJSONRequestBody = ApplicationProperty

UpdatePullRequestHostedPropertyValueJSONRequestBody defines body for UpdatePullRequestHostedPropertyValue for application/json ContentType.

type UpdatePullRequestHostedPropertyValueResponse

type UpdatePullRequestHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdatePullRequestHostedPropertyValueResponse

func ParseUpdatePullRequestHostedPropertyValueResponse(rsp *http.Response) (*UpdatePullRequestHostedPropertyValueResponse, error)

ParseUpdatePullRequestHostedPropertyValueResponse parses an HTTP response from a UpdatePullRequestHostedPropertyValueWithResponse call

func (UpdatePullRequestHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (UpdatePullRequestHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateRepositoryBuildNumberJSONRequestBody

type UpdateRepositoryBuildNumberJSONRequestBody = PipelineBuildNumber

UpdateRepositoryBuildNumberJSONRequestBody defines body for UpdateRepositoryBuildNumber for application/json ContentType.

type UpdateRepositoryBuildNumberResponse

type UpdateRepositoryBuildNumberResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineBuildNumber
	JSON400      *Error
	JSON404      *Error
}

func ParseUpdateRepositoryBuildNumberResponse

func ParseUpdateRepositoryBuildNumberResponse(rsp *http.Response) (*UpdateRepositoryBuildNumberResponse, error)

ParseUpdateRepositoryBuildNumberResponse parses an HTTP response from a UpdateRepositoryBuildNumberWithResponse call

func (UpdateRepositoryBuildNumberResponse) Status

Status returns HTTPResponse.Status

func (UpdateRepositoryBuildNumberResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateRepositoryHostedPropertyValueJSONRequestBody

type UpdateRepositoryHostedPropertyValueJSONRequestBody = ApplicationProperty

UpdateRepositoryHostedPropertyValueJSONRequestBody defines body for UpdateRepositoryHostedPropertyValue for application/json ContentType.

type UpdateRepositoryHostedPropertyValueResponse

type UpdateRepositoryHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateRepositoryHostedPropertyValueResponse

func ParseUpdateRepositoryHostedPropertyValueResponse(rsp *http.Response) (*UpdateRepositoryHostedPropertyValueResponse, error)

ParseUpdateRepositoryHostedPropertyValueResponse parses an HTTP response from a UpdateRepositoryHostedPropertyValueWithResponse call

func (UpdateRepositoryHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (UpdateRepositoryHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateRepositoryPipelineConfigJSONRequestBody

type UpdateRepositoryPipelineConfigJSONRequestBody = PipelinesConfig

UpdateRepositoryPipelineConfigJSONRequestBody defines body for UpdateRepositoryPipelineConfig for application/json ContentType.

type UpdateRepositoryPipelineConfigResponse

type UpdateRepositoryPipelineConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelinesConfig
}

func ParseUpdateRepositoryPipelineConfigResponse

func ParseUpdateRepositoryPipelineConfigResponse(rsp *http.Response) (*UpdateRepositoryPipelineConfigResponse, error)

ParseUpdateRepositoryPipelineConfigResponse parses an HTTP response from a UpdateRepositoryPipelineConfigWithResponse call

func (UpdateRepositoryPipelineConfigResponse) Status

Status returns HTTPResponse.Status

func (UpdateRepositoryPipelineConfigResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateRepositoryPipelineKeyPairJSONRequestBody

type UpdateRepositoryPipelineKeyPairJSONRequestBody = PipelineSshKeyPair

UpdateRepositoryPipelineKeyPairJSONRequestBody defines body for UpdateRepositoryPipelineKeyPair for application/json ContentType.

type UpdateRepositoryPipelineKeyPairResponse

type UpdateRepositoryPipelineKeyPairResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineSshKeyPair
	JSON404      *Error
}

func ParseUpdateRepositoryPipelineKeyPairResponse

func ParseUpdateRepositoryPipelineKeyPairResponse(rsp *http.Response) (*UpdateRepositoryPipelineKeyPairResponse, error)

ParseUpdateRepositoryPipelineKeyPairResponse parses an HTTP response from a UpdateRepositoryPipelineKeyPairWithResponse call

func (UpdateRepositoryPipelineKeyPairResponse) Status

Status returns HTTPResponse.Status

func (UpdateRepositoryPipelineKeyPairResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateRepositoryPipelineKnownHostJSONRequestBody

type UpdateRepositoryPipelineKnownHostJSONRequestBody = PipelineKnownHost

UpdateRepositoryPipelineKnownHostJSONRequestBody defines body for UpdateRepositoryPipelineKnownHost for application/json ContentType.

type UpdateRepositoryPipelineKnownHostResponse

type UpdateRepositoryPipelineKnownHostResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineKnownHost
	JSON404      *Error
}

func ParseUpdateRepositoryPipelineKnownHostResponse

func ParseUpdateRepositoryPipelineKnownHostResponse(rsp *http.Response) (*UpdateRepositoryPipelineKnownHostResponse, error)

ParseUpdateRepositoryPipelineKnownHostResponse parses an HTTP response from a UpdateRepositoryPipelineKnownHostWithResponse call

func (UpdateRepositoryPipelineKnownHostResponse) Status

Status returns HTTPResponse.Status

func (UpdateRepositoryPipelineKnownHostResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateRepositoryPipelineScheduleJSONRequestBody

type UpdateRepositoryPipelineScheduleJSONRequestBody = PipelineSchedulePutRequestBody

UpdateRepositoryPipelineScheduleJSONRequestBody defines body for UpdateRepositoryPipelineSchedule for application/json ContentType.

type UpdateRepositoryPipelineScheduleResponse

type UpdateRepositoryPipelineScheduleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineSchedule
	JSON404      *Error
}

func ParseUpdateRepositoryPipelineScheduleResponse

func ParseUpdateRepositoryPipelineScheduleResponse(rsp *http.Response) (*UpdateRepositoryPipelineScheduleResponse, error)

ParseUpdateRepositoryPipelineScheduleResponse parses an HTTP response from a UpdateRepositoryPipelineScheduleWithResponse call

func (UpdateRepositoryPipelineScheduleResponse) Status

Status returns HTTPResponse.Status

func (UpdateRepositoryPipelineScheduleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateRepositoryPipelineVariableJSONRequestBody

type UpdateRepositoryPipelineVariableJSONRequestBody = PipelineVariable

UpdateRepositoryPipelineVariableJSONRequestBody defines body for UpdateRepositoryPipelineVariable for application/json ContentType.

type UpdateRepositoryPipelineVariableResponse

type UpdateRepositoryPipelineVariableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON200      *PipelineVariable
	JSON404      *Error
}

func ParseUpdateRepositoryPipelineVariableResponse

func ParseUpdateRepositoryPipelineVariableResponse(rsp *http.Response) (*UpdateRepositoryPipelineVariableResponse, error)

ParseUpdateRepositoryPipelineVariableResponse parses an HTTP response from a UpdateRepositoryPipelineVariableWithResponse call

func (UpdateRepositoryPipelineVariableResponse) Status

Status returns HTTPResponse.Status

func (UpdateRepositoryPipelineVariableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type UpdateUserHostedPropertyValueJSONRequestBody

type UpdateUserHostedPropertyValueJSONRequestBody = ApplicationProperty

UpdateUserHostedPropertyValueJSONRequestBody defines body for UpdateUserHostedPropertyValue for application/json ContentType.

type UpdateUserHostedPropertyValueResponse

type UpdateUserHostedPropertyValueResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseUpdateUserHostedPropertyValueResponse

func ParseUpdateUserHostedPropertyValueResponse(rsp *http.Response) (*UpdateUserHostedPropertyValueResponse, error)

ParseUpdateUserHostedPropertyValueResponse parses an HTTP response from a UpdateUserHostedPropertyValueWithResponse call

func (UpdateUserHostedPropertyValueResponse) Status

Status returns HTTPResponse.Status

func (UpdateUserHostedPropertyValueResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type User

type User struct {
	// AccountId The user's Atlassian account ID.
	AccountId *string `json:"account_id,omitempty"`

	// AccountStatus The status of the account. Currently the only possible value is "active", but more values may be added in the future.
	AccountStatus *string    `json:"account_status,omitempty"`
	CreatedOn     *time.Time `json:"created_on,omitempty"`
	DisplayName   *string    `json:"display_name,omitempty"`
	Has2faEnabled *bool      `json:"has_2fa_enabled,omitempty"`
	IsStaff       *bool      `json:"is_staff,omitempty"`
	Links         *UserLinks `json:"links,omitempty"`

	// Nickname Account name defined by the owner. Should be used instead of the "username" field. Note that "nickname" cannot be used in place of "username" in URLs and queries, as "nickname" is not guaranteed to be unique.
	Nickname             *string                `json:"nickname,omitempty"`
	Type                 string                 `json:"type"`
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

User defines model for user.

func (User) Get

func (a User) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for User. Returns the specified element and whether it was found

func (User) MarshalJSON

func (a User) MarshalJSON() ([]byte, error)

Override default JSON handling for User to handle AdditionalProperties

func (*User) Set

func (a *User) Set(fieldName string, value interface{})

Setter for additional properties for User

func (*User) UnmarshalJSON

func (a *User) UnmarshalJSON(b []byte) error

Override default JSON handling for User to handle AdditionalProperties

type UserLinks struct {
	// Avatar A link to a resource related to this object.
	Avatar *Link `json:"avatar,omitempty"`

	// Html A link to a resource related to this object.
	Html *Link `json:"html,omitempty"`

	// Repositories A link to a resource related to this object.
	Repositories *Link `json:"repositories,omitempty"`

	// Self A link to a resource related to this object.
	Self                 *Link                  `json:"self,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

UserLinks defines model for user_links.

func (UserLinks) Get

func (a UserLinks) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for UserLinks. Returns the specified element and whether it was found

func (UserLinks) MarshalJSON

func (a UserLinks) MarshalJSON() ([]byte, error)

Override default JSON handling for UserLinks to handle AdditionalProperties

func (*UserLinks) Set

func (a *UserLinks) Set(fieldName string, value interface{})

Setter for additional properties for UserLinks

func (*UserLinks) UnmarshalJSON

func (a *UserLinks) UnmarshalJSON(b []byte) error

Override default JSON handling for UserLinks to handle AdditionalProperties

type Version

type Version struct {
	Id    *int `json:"id,omitempty"`
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Name                 *string                `json:"name,omitempty"`
	Type                 string                 `json:"type"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Version defines model for version.

func (Version) Get

func (a Version) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Version. Returns the specified element and whether it was found

func (Version) MarshalJSON

func (a Version) MarshalJSON() ([]byte, error)

Override default JSON handling for Version to handle AdditionalProperties

func (*Version) Set

func (a *Version) Set(fieldName string, value interface{})

Setter for additional properties for Version

func (*Version) UnmarshalJSON

func (a *Version) UnmarshalJSON(b []byte) error

Override default JSON handling for Version to handle AdditionalProperties

type WebhookSubscription

type WebhookSubscription struct {
	Active    *bool      `json:"active,omitempty"`
	CreatedAt *time.Time `json:"created_at,omitempty"`

	// Description A user-defined description of the webhook.
	Description *string `json:"description,omitempty"`

	// Events The events this webhook is subscribed to.
	Events *[]WebhookSubscriptionEvents `json:"events,omitempty"`

	// Secret The secret to associate with the hook. The secret is never returned via the API. As such, this field is only used during updates. The secret can be set to `null` or "" to remove the secret (or create a hook with no secret). Leaving out the secret field during updates will leave the secret unchanged. Leaving out the secret during creation will create a hook with no secret.
	Secret *string `json:"secret,omitempty"`

	// SecretSet Indicates whether or not the hook has an associated secret. It is not possible to see the hook's secret. This field is ignored during updates.
	SecretSet *bool `json:"secret_set,omitempty"`

	// Subject Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.
	Subject *Object `json:"subject,omitempty"`

	// SubjectType The type of entity. Set to either `repository` or `workspace` based on where the subscription is defined.
	SubjectType *WebhookSubscriptionSubjectType `json:"subject_type,omitempty"`
	Type        string                          `json:"type"`

	// Url The URL events get delivered to.
	Url *string `json:"url,omitempty"`

	// Uuid The webhook's id
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

WebhookSubscription defines model for webhook_subscription.

func (WebhookSubscription) Get

func (a WebhookSubscription) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for WebhookSubscription. Returns the specified element and whether it was found

func (WebhookSubscription) MarshalJSON

func (a WebhookSubscription) MarshalJSON() ([]byte, error)

Override default JSON handling for WebhookSubscription to handle AdditionalProperties

func (*WebhookSubscription) Set

func (a *WebhookSubscription) Set(fieldName string, value interface{})

Setter for additional properties for WebhookSubscription

func (*WebhookSubscription) UnmarshalJSON

func (a *WebhookSubscription) UnmarshalJSON(b []byte) error

Override default JSON handling for WebhookSubscription to handle AdditionalProperties

type WebhookSubscriptionEvents

type WebhookSubscriptionEvents string

WebhookSubscriptionEvents defines model for WebhookSubscription.Events.

const (
	WebhookSubscriptionEventsIssueCommentCreated              WebhookSubscriptionEvents = "issue:comment_created"
	WebhookSubscriptionEventsIssueCreated                     WebhookSubscriptionEvents = "issue:created"
	WebhookSubscriptionEventsIssueUpdated                     WebhookSubscriptionEvents = "issue:updated"
	WebhookSubscriptionEventsProjectUpdated                   WebhookSubscriptionEvents = "project:updated"
	WebhookSubscriptionEventsPullrequestApproved              WebhookSubscriptionEvents = "pullrequest:approved"
	WebhookSubscriptionEventsPullrequestChangesRequestCreated WebhookSubscriptionEvents = "pullrequest:changes_request_created"
	WebhookSubscriptionEventsPullrequestChangesRequestRemoved WebhookSubscriptionEvents = "pullrequest:changes_request_removed"
	WebhookSubscriptionEventsPullrequestCommentCreated        WebhookSubscriptionEvents = "pullrequest:comment_created"
	WebhookSubscriptionEventsPullrequestCommentDeleted        WebhookSubscriptionEvents = "pullrequest:comment_deleted"
	WebhookSubscriptionEventsPullrequestCommentReopened       WebhookSubscriptionEvents = "pullrequest:comment_reopened"
	WebhookSubscriptionEventsPullrequestCommentResolved       WebhookSubscriptionEvents = "pullrequest:comment_resolved"
	WebhookSubscriptionEventsPullrequestCommentUpdated        WebhookSubscriptionEvents = "pullrequest:comment_updated"
	WebhookSubscriptionEventsPullrequestCreated               WebhookSubscriptionEvents = "pullrequest:created"
	WebhookSubscriptionEventsPullrequestFulfilled             WebhookSubscriptionEvents = "pullrequest:fulfilled"
	WebhookSubscriptionEventsPullrequestPush                  WebhookSubscriptionEvents = "pullrequest:push"
	WebhookSubscriptionEventsPullrequestRejected              WebhookSubscriptionEvents = "pullrequest:rejected"
	WebhookSubscriptionEventsPullrequestUnapproved            WebhookSubscriptionEvents = "pullrequest:unapproved"
	WebhookSubscriptionEventsPullrequestUpdated               WebhookSubscriptionEvents = "pullrequest:updated"
	WebhookSubscriptionEventsRepoCommitCommentCreated         WebhookSubscriptionEvents = "repo:commit_comment_created"
	WebhookSubscriptionEventsRepoCommitStatusCreated          WebhookSubscriptionEvents = "repo:commit_status_created"
	WebhookSubscriptionEventsRepoCommitStatusUpdated          WebhookSubscriptionEvents = "repo:commit_status_updated"
	WebhookSubscriptionEventsRepoCreated                      WebhookSubscriptionEvents = "repo:created"
	WebhookSubscriptionEventsRepoDeleted                      WebhookSubscriptionEvents = "repo:deleted"
	WebhookSubscriptionEventsRepoFork                         WebhookSubscriptionEvents = "repo:fork"
	WebhookSubscriptionEventsRepoImported                     WebhookSubscriptionEvents = "repo:imported"
	WebhookSubscriptionEventsRepoPush                         WebhookSubscriptionEvents = "repo:push"
	WebhookSubscriptionEventsRepoTransfer                     WebhookSubscriptionEvents = "repo:transfer"
	WebhookSubscriptionEventsRepoUpdated                      WebhookSubscriptionEvents = "repo:updated"
)

Defines values for WebhookSubscriptionEvents.

type WebhookSubscriptionSubjectType

type WebhookSubscriptionSubjectType string

WebhookSubscriptionSubjectType The type of entity. Set to either `repository` or `workspace` based on where the subscription is defined.

const (
	WebhookSubscriptionSubjectTypeRepository WebhookSubscriptionSubjectType = "repository"
	WebhookSubscriptionSubjectTypeWorkspace  WebhookSubscriptionSubjectType = "workspace"
)

Defines values for WebhookSubscriptionSubjectType.

type Workspace

type Workspace struct {
	CreatedOn *time.Time `json:"created_on,omitempty"`

	// ForkingMode Controls the rules for forking repositories within this workspace.
	//
	// * **allow_forks**: unrestricted forking
	// * **internal_only**: prevents forking of private repositories outside the workspace or to public repositories
	ForkingMode *WorkspaceForkingMode `json:"forking_mode,omitempty"`

	// IsPrivacyEnforced Indicates whether the workspace enforces private content, or whether it allows public content.
	IsPrivacyEnforced *bool `json:"is_privacy_enforced,omitempty"`

	// IsPrivate Indicates whether the workspace is publicly accessible, or whether it is
	// private to the members and consequently only visible to members.
	IsPrivate *bool `json:"is_private,omitempty"`
	Links     *struct {
		// Avatar A link to a resource related to this object.
		Avatar *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"avatar,omitempty"`

		// Html A link to a resource related to this object.
		Html *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"html,omitempty"`

		// Members A link to a resource related to this object.
		Members *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"members,omitempty"`

		// Owners A link to a resource related to this object.
		Owners *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"owners,omitempty"`

		// Projects A link to a resource related to this object.
		Projects *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"projects,omitempty"`

		// Repositories A link to a resource related to this object.
		Repositories *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"repositories,omitempty"`

		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`

		// Snippets A link to a resource related to this object.
		Snippets *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"snippets,omitempty"`
	} `json:"links,omitempty"`

	// Name The name of the workspace.
	Name *string `json:"name,omitempty"`

	// Slug The short label that identifies this workspace.
	Slug      *string    `json:"slug,omitempty"`
	Type      string     `json:"type"`
	UpdatedOn *time.Time `json:"updated_on,omitempty"`

	// Uuid The workspace's immutable id.
	Uuid                 *string                `json:"uuid,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

Workspace defines model for workspace.

func (Workspace) Get

func (a Workspace) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for Workspace. Returns the specified element and whether it was found

func (Workspace) MarshalJSON

func (a Workspace) MarshalJSON() ([]byte, error)

Override default JSON handling for Workspace to handle AdditionalProperties

func (*Workspace) Set

func (a *Workspace) Set(fieldName string, value interface{})

Setter for additional properties for Workspace

func (*Workspace) UnmarshalJSON

func (a *Workspace) UnmarshalJSON(b []byte) error

Override default JSON handling for Workspace to handle AdditionalProperties

type WorkspaceForkingMode

type WorkspaceForkingMode string

WorkspaceForkingMode Controls the rules for forking repositories within this workspace.

* **allow_forks**: unrestricted forking * **internal_only**: prevents forking of private repositories outside the workspace or to public repositories

const (
	WorkspaceForkingModeAllowForks   WorkspaceForkingMode = "allow_forks"
	WorkspaceForkingModeInternalOnly WorkspaceForkingMode = "internal_only"
)

Defines values for WorkspaceForkingMode.

type WorkspaceMembership

type WorkspaceMembership struct {
	Links *struct {
		// Self A link to a resource related to this object.
		Self *struct {
			Href *string `json:"href,omitempty"`
			Name *string `json:"name,omitempty"`
		} `json:"self,omitempty"`
	} `json:"links,omitempty"`
	Type                 string                 `json:"type"`
	User                 *Account               `json:"user,omitempty"`
	Workspace            *Workspace             `json:"workspace,omitempty"`
	AdditionalProperties map[string]interface{} `json:"-"`
}

WorkspaceMembership defines model for workspace_membership.

func (WorkspaceMembership) Get

func (a WorkspaceMembership) Get(fieldName string) (value interface{}, found bool)

Getter for additional properties for WorkspaceMembership. Returns the specified element and whether it was found

func (WorkspaceMembership) MarshalJSON

func (a WorkspaceMembership) MarshalJSON() ([]byte, error)

Override default JSON handling for WorkspaceMembership to handle AdditionalProperties

func (*WorkspaceMembership) Set

func (a *WorkspaceMembership) Set(fieldName string, value interface{})

Setter for additional properties for WorkspaceMembership

func (*WorkspaceMembership) UnmarshalJSON

func (a *WorkspaceMembership) UnmarshalJSON(b []byte) error

Override default JSON handling for WorkspaceMembership to handle AdditionalProperties

Jump to

Keyboard shortcuts

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