client

package
v4.18.5 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddGroupMemberRequest

type AddGroupMemberRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AccessLevel    *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AliyunPks      *string `json:"aliyunPks,omitempty" xml:"aliyunPks,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (AddGroupMemberRequest) GoString

func (s AddGroupMemberRequest) GoString() string

func (*AddGroupMemberRequest) SetAccessLevel

func (s *AddGroupMemberRequest) SetAccessLevel(v int32) *AddGroupMemberRequest

func (*AddGroupMemberRequest) SetAccessToken

func (s *AddGroupMemberRequest) SetAccessToken(v string) *AddGroupMemberRequest

func (*AddGroupMemberRequest) SetAliyunPks

func (*AddGroupMemberRequest) SetOrganizationId

func (s *AddGroupMemberRequest) SetOrganizationId(v string) *AddGroupMemberRequest

func (AddGroupMemberRequest) String

func (s AddGroupMemberRequest) String() string

type AddGroupMemberResponse

type AddGroupMemberResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddGroupMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddGroupMemberResponse) GoString

func (s AddGroupMemberResponse) GoString() string

func (*AddGroupMemberResponse) SetBody

func (*AddGroupMemberResponse) SetHeaders

func (*AddGroupMemberResponse) SetStatusCode

func (AddGroupMemberResponse) String

func (s AddGroupMemberResponse) String() string

type AddGroupMemberResponseBody

type AddGroupMemberResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*AddGroupMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (AddGroupMemberResponseBody) GoString

func (s AddGroupMemberResponseBody) GoString() string

func (*AddGroupMemberResponseBody) SetErrorCode

func (*AddGroupMemberResponseBody) SetErrorMessage

func (*AddGroupMemberResponseBody) SetRequestId

func (*AddGroupMemberResponseBody) SetResult

func (*AddGroupMemberResponseBody) SetSuccess

func (AddGroupMemberResponseBody) String

type AddGroupMemberResponseBodyResult

type AddGroupMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email       *string `json:"email,omitempty" xml:"email,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	State       *string `json:"state,omitempty" xml:"state,omitempty"`
	Username    *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (AddGroupMemberResponseBodyResult) GoString

func (*AddGroupMemberResponseBodyResult) SetAccessLevel

func (*AddGroupMemberResponseBodyResult) SetAvatarUrl

func (*AddGroupMemberResponseBodyResult) SetEmail

func (*AddGroupMemberResponseBodyResult) SetId

func (*AddGroupMemberResponseBodyResult) SetName

func (*AddGroupMemberResponseBodyResult) SetSourceId

func (*AddGroupMemberResponseBodyResult) SetState

func (*AddGroupMemberResponseBodyResult) SetUsername

func (AddGroupMemberResponseBodyResult) String

type AddPipelineRelationsRequest

type AddPipelineRelationsRequest struct {
	RelObjectIds  *string `json:"relObjectIds,omitempty" xml:"relObjectIds,omitempty"`
	RelObjectType *string `json:"relObjectType,omitempty" xml:"relObjectType,omitempty"`
}

func (AddPipelineRelationsRequest) GoString

func (s AddPipelineRelationsRequest) GoString() string

func (*AddPipelineRelationsRequest) SetRelObjectIds

func (*AddPipelineRelationsRequest) SetRelObjectType

func (AddPipelineRelationsRequest) String

type AddPipelineRelationsResponse

type AddPipelineRelationsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddPipelineRelationsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddPipelineRelationsResponse) GoString

func (s AddPipelineRelationsResponse) GoString() string

func (*AddPipelineRelationsResponse) SetBody

func (*AddPipelineRelationsResponse) SetHeaders

func (*AddPipelineRelationsResponse) SetStatusCode

func (AddPipelineRelationsResponse) String

type AddPipelineRelationsResponseBody

type AddPipelineRelationsResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (AddPipelineRelationsResponseBody) GoString

func (*AddPipelineRelationsResponseBody) SetErrorCode

func (*AddPipelineRelationsResponseBody) SetErrorMessage

func (*AddPipelineRelationsResponseBody) SetRequestId

func (*AddPipelineRelationsResponseBody) SetSuccess

func (AddPipelineRelationsResponseBody) String

type AddRepositoryMemberRequest

type AddRepositoryMemberRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AccessLevel    *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AliyunPks      *string `json:"aliyunPks,omitempty" xml:"aliyunPks,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (AddRepositoryMemberRequest) GoString

func (s AddRepositoryMemberRequest) GoString() string

func (*AddRepositoryMemberRequest) SetAccessLevel

func (*AddRepositoryMemberRequest) SetAccessToken

func (*AddRepositoryMemberRequest) SetAliyunPks

func (*AddRepositoryMemberRequest) SetOrganizationId

func (AddRepositoryMemberRequest) String

type AddRepositoryMemberResponse

type AddRepositoryMemberResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddRepositoryMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddRepositoryMemberResponse) GoString

func (s AddRepositoryMemberResponse) GoString() string

func (*AddRepositoryMemberResponse) SetBody

func (*AddRepositoryMemberResponse) SetHeaders

func (*AddRepositoryMemberResponse) SetStatusCode

func (AddRepositoryMemberResponse) String

type AddRepositoryMemberResponseBody

type AddRepositoryMemberResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*AddRepositoryMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (AddRepositoryMemberResponseBody) GoString

func (*AddRepositoryMemberResponseBody) SetErrorCode

func (*AddRepositoryMemberResponseBody) SetErrorMessage

func (*AddRepositoryMemberResponseBody) SetRequestId

func (*AddRepositoryMemberResponseBody) SetSuccess

func (AddRepositoryMemberResponseBody) String

type AddRepositoryMemberResponseBodyResult

type AddRepositoryMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email       *string `json:"email,omitempty" xml:"email,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	State       *string `json:"state,omitempty" xml:"state,omitempty"`
}

func (AddRepositoryMemberResponseBodyResult) GoString

func (*AddRepositoryMemberResponseBodyResult) SetAccessLevel

func (*AddRepositoryMemberResponseBodyResult) SetAvatarUrl

func (*AddRepositoryMemberResponseBodyResult) SetEmail

func (*AddRepositoryMemberResponseBodyResult) SetId

func (*AddRepositoryMemberResponseBodyResult) SetState

func (AddRepositoryMemberResponseBodyResult) String

type AddWebhookRequest

type AddWebhookRequest struct {
	AccessToken           *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Description           *string `json:"description,omitempty" xml:"description,omitempty"`
	EnableSslVerification *bool   `json:"enableSslVerification,omitempty" xml:"enableSslVerification,omitempty"`
	MergeRequestsEvents   *bool   `json:"mergeRequestsEvents,omitempty" xml:"mergeRequestsEvents,omitempty"`
	NoteEvents            *bool   `json:"noteEvents,omitempty" xml:"noteEvents,omitempty"`
	PushEvents            *bool   `json:"pushEvents,omitempty" xml:"pushEvents,omitempty"`
	SecretToken           *string `json:"secretToken,omitempty" xml:"secretToken,omitempty"`
	TagPushEvents         *bool   `json:"tagPushEvents,omitempty" xml:"tagPushEvents,omitempty"`
	Url                   *string `json:"url,omitempty" xml:"url,omitempty"`
	OrganizationId        *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (AddWebhookRequest) GoString

func (s AddWebhookRequest) GoString() string

func (*AddWebhookRequest) SetAccessToken

func (s *AddWebhookRequest) SetAccessToken(v string) *AddWebhookRequest

func (*AddWebhookRequest) SetDescription

func (s *AddWebhookRequest) SetDescription(v string) *AddWebhookRequest

func (*AddWebhookRequest) SetEnableSslVerification

func (s *AddWebhookRequest) SetEnableSslVerification(v bool) *AddWebhookRequest

func (*AddWebhookRequest) SetMergeRequestsEvents

func (s *AddWebhookRequest) SetMergeRequestsEvents(v bool) *AddWebhookRequest

func (*AddWebhookRequest) SetNoteEvents

func (s *AddWebhookRequest) SetNoteEvents(v bool) *AddWebhookRequest

func (*AddWebhookRequest) SetOrganizationId

func (s *AddWebhookRequest) SetOrganizationId(v string) *AddWebhookRequest

func (*AddWebhookRequest) SetPushEvents

func (s *AddWebhookRequest) SetPushEvents(v bool) *AddWebhookRequest

func (*AddWebhookRequest) SetSecretToken

func (s *AddWebhookRequest) SetSecretToken(v string) *AddWebhookRequest

func (*AddWebhookRequest) SetTagPushEvents

func (s *AddWebhookRequest) SetTagPushEvents(v bool) *AddWebhookRequest

func (*AddWebhookRequest) SetUrl

func (AddWebhookRequest) String

func (s AddWebhookRequest) String() string

type AddWebhookResponse

type AddWebhookResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddWebhookResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddWebhookResponse) GoString

func (s AddWebhookResponse) GoString() string

func (*AddWebhookResponse) SetBody

func (*AddWebhookResponse) SetHeaders

func (s *AddWebhookResponse) SetHeaders(v map[string]*string) *AddWebhookResponse

func (*AddWebhookResponse) SetStatusCode

func (s *AddWebhookResponse) SetStatusCode(v int32) *AddWebhookResponse

func (AddWebhookResponse) String

func (s AddWebhookResponse) String() string

type AddWebhookResponseBody

type AddWebhookResponseBody struct {
	ErrorCode    *string                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *AddWebhookResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (AddWebhookResponseBody) GoString

func (s AddWebhookResponseBody) GoString() string

func (*AddWebhookResponseBody) SetErrorCode

func (*AddWebhookResponseBody) SetErrorMessage

func (s *AddWebhookResponseBody) SetErrorMessage(v string) *AddWebhookResponseBody

func (*AddWebhookResponseBody) SetRequestId

func (*AddWebhookResponseBody) SetResult

func (*AddWebhookResponseBody) SetSuccess

func (AddWebhookResponseBody) String

func (s AddWebhookResponseBody) String() string

type AddWebhookResponseBodyResult

type AddWebhookResponseBodyResult struct {
	CreatedAt             *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description           *string `json:"description,omitempty" xml:"description,omitempty"`
	EnableSslVerification *bool   `json:"enableSslVerification,omitempty" xml:"enableSslVerification,omitempty"`
	Id                    *int64  `json:"id,omitempty" xml:"id,omitempty"`
	LastTestResult        *string `json:"lastTestResult,omitempty" xml:"lastTestResult,omitempty"`
	MergeRequestsEvents   *bool   `json:"mergeRequestsEvents,omitempty" xml:"mergeRequestsEvents,omitempty"`
	NoteEvents            *bool   `json:"noteEvents,omitempty" xml:"noteEvents,omitempty"`
	PushEvents            *bool   `json:"pushEvents,omitempty" xml:"pushEvents,omitempty"`
	RepositoryId          *int64  `json:"repositoryId,omitempty" xml:"repositoryId,omitempty"`
	SecretToken           *string `json:"secretToken,omitempty" xml:"secretToken,omitempty"`
	TagPushEvents         *bool   `json:"tagPushEvents,omitempty" xml:"tagPushEvents,omitempty"`
	Url                   *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (AddWebhookResponseBodyResult) GoString

func (s AddWebhookResponseBodyResult) GoString() string

func (*AddWebhookResponseBodyResult) SetCreatedAt

func (*AddWebhookResponseBodyResult) SetDescription

func (*AddWebhookResponseBodyResult) SetEnableSslVerification

func (s *AddWebhookResponseBodyResult) SetEnableSslVerification(v bool) *AddWebhookResponseBodyResult

func (*AddWebhookResponseBodyResult) SetId

func (*AddWebhookResponseBodyResult) SetLastTestResult

func (*AddWebhookResponseBodyResult) SetMergeRequestsEvents

func (s *AddWebhookResponseBodyResult) SetMergeRequestsEvents(v bool) *AddWebhookResponseBodyResult

func (*AddWebhookResponseBodyResult) SetNoteEvents

func (*AddWebhookResponseBodyResult) SetPushEvents

func (*AddWebhookResponseBodyResult) SetRepositoryId

func (*AddWebhookResponseBodyResult) SetSecretToken

func (*AddWebhookResponseBodyResult) SetTagPushEvents

func (*AddWebhookResponseBodyResult) SetUrl

func (AddWebhookResponseBodyResult) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddGroupMember

func (client *Client) AddGroupMember(groupId *string, request *AddGroupMemberRequest) (_result *AddGroupMemberResponse, _err error)

func (*Client) AddGroupMemberWithOptions

func (client *Client) AddGroupMemberWithOptions(groupId *string, request *AddGroupMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddGroupMemberResponse, _err error)

func (*Client) AddPipelineRelations

func (client *Client) AddPipelineRelations(organizationId *string, pipelineId *string, request *AddPipelineRelationsRequest) (_result *AddPipelineRelationsResponse, _err error)

func (*Client) AddPipelineRelationsWithOptions

func (client *Client) AddPipelineRelationsWithOptions(organizationId *string, pipelineId *string, request *AddPipelineRelationsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddPipelineRelationsResponse, _err error)

func (*Client) AddRepositoryMember

func (client *Client) AddRepositoryMember(repositoryId *string, request *AddRepositoryMemberRequest) (_result *AddRepositoryMemberResponse, _err error)

func (*Client) AddRepositoryMemberWithOptions

func (client *Client) AddRepositoryMemberWithOptions(repositoryId *string, request *AddRepositoryMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddRepositoryMemberResponse, _err error)

func (*Client) AddWebhook

func (client *Client) AddWebhook(repositoryId *string, request *AddWebhookRequest) (_result *AddWebhookResponse, _err error)

func (*Client) AddWebhookWithOptions

func (client *Client) AddWebhookWithOptions(repositoryId *string, request *AddWebhookRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AddWebhookResponse, _err error)

func (*Client) CloseMergeRequest added in v4.2.0

func (client *Client) CloseMergeRequest(repositoryId *string, localId *string, request *CloseMergeRequestRequest) (_result *CloseMergeRequestResponse, _err error)

func (*Client) CloseMergeRequestWithOptions added in v4.2.0

func (client *Client) CloseMergeRequestWithOptions(repositoryId *string, localId *string, request *CloseMergeRequestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CloseMergeRequestResponse, _err error)

func (*Client) CreateAppMembers added in v4.6.0

func (client *Client) CreateAppMembers(appName *string, request *CreateAppMembersRequest) (_result *CreateAppMembersResponse, _err error)

func (*Client) CreateAppMembersWithOptions added in v4.6.0

func (client *Client) CreateAppMembersWithOptions(appName *string, request *CreateAppMembersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateAppMembersResponse, _err error)

func (*Client) CreateBranch

func (client *Client) CreateBranch(repositoryId *string, request *CreateBranchRequest) (_result *CreateBranchResponse, _err error)

func (*Client) CreateBranchWithOptions

func (client *Client) CreateBranchWithOptions(repositoryId *string, request *CreateBranchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateBranchResponse, _err error)

func (*Client) CreateCheckRun added in v4.12.0

func (client *Client) CreateCheckRun(request *CreateCheckRunRequest) (_result *CreateCheckRunResponse, _err error)

func (*Client) CreateCheckRunWithOptions added in v4.12.0

func (client *Client) CreateCheckRunWithOptions(request *CreateCheckRunRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateCheckRunResponse, _err error)

func (*Client) CreateComment added in v4.18.0

func (client *Client) CreateComment(request *CreateCommentRequest) (_result *CreateCommentResponse, _err error)

func (*Client) CreateCommentWithOptions added in v4.18.0

func (client *Client) CreateCommentWithOptions(request *CreateCommentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateCommentResponse, _err error)

func (*Client) CreateCommitStatus added in v4.5.0

func (client *Client) CreateCommitStatus(request *CreateCommitStatusRequest) (_result *CreateCommitStatusResponse, _err error)

func (*Client) CreateCommitStatusWithOptions added in v4.5.0

func (client *Client) CreateCommitStatusWithOptions(request *CreateCommitStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateCommitStatusResponse, _err error)

func (*Client) CreateCommitWithMultipleFiles added in v4.18.0

func (client *Client) CreateCommitWithMultipleFiles(request *CreateCommitWithMultipleFilesRequest) (_result *CreateCommitWithMultipleFilesResponse, _err error)

func (*Client) CreateCommitWithMultipleFilesWithOptions added in v4.18.0

func (client *Client) CreateCommitWithMultipleFilesWithOptions(request *CreateCommitWithMultipleFilesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateCommitWithMultipleFilesResponse, _err error)

func (*Client) CreateDeployKey

func (client *Client) CreateDeployKey(repositoryId *string, request *CreateDeployKeyRequest) (_result *CreateDeployKeyResponse, _err error)

func (*Client) CreateDeployKeyWithOptions

func (client *Client) CreateDeployKeyWithOptions(repositoryId *string, request *CreateDeployKeyRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDeployKeyResponse, _err error)

func (*Client) CreateFile

func (client *Client) CreateFile(repositoryId *string, request *CreateFileRequest) (_result *CreateFileResponse, _err error)

func (*Client) CreateFileWithOptions

func (client *Client) CreateFileWithOptions(repositoryId *string, request *CreateFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFileResponse, _err error)

func (*Client) CreateFlowTag

func (client *Client) CreateFlowTag(organizationId *string, request *CreateFlowTagRequest) (_result *CreateFlowTagResponse, _err error)

func (*Client) CreateFlowTagGroup

func (client *Client) CreateFlowTagGroup(organizationId *string, request *CreateFlowTagGroupRequest) (_result *CreateFlowTagGroupResponse, _err error)

func (*Client) CreateFlowTagGroupWithOptions

func (client *Client) CreateFlowTagGroupWithOptions(organizationId *string, request *CreateFlowTagGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFlowTagGroupResponse, _err error)

func (*Client) CreateFlowTagWithOptions

func (client *Client) CreateFlowTagWithOptions(organizationId *string, request *CreateFlowTagRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFlowTagResponse, _err error)

func (*Client) CreateHostGroup

func (client *Client) CreateHostGroup(organizationId *string, request *CreateHostGroupRequest) (_result *CreateHostGroupResponse, _err error)

func (*Client) CreateHostGroupWithOptions

func (client *Client) CreateHostGroupWithOptions(organizationId *string, request *CreateHostGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateHostGroupResponse, _err error)

func (*Client) CreateMergeRequest added in v4.2.0

func (client *Client) CreateMergeRequest(repositoryId *string, request *CreateMergeRequestRequest) (_result *CreateMergeRequestResponse, _err error)

func (*Client) CreateMergeRequestWithOptions added in v4.2.0

func (client *Client) CreateMergeRequestWithOptions(repositoryId *string, request *CreateMergeRequestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateMergeRequestResponse, _err error)

func (*Client) CreateOAuthToken

func (client *Client) CreateOAuthToken(request *CreateOAuthTokenRequest) (_result *CreateOAuthTokenResponse, _err error)

func (*Client) CreateOAuthTokenWithOptions

func (client *Client) CreateOAuthTokenWithOptions(request *CreateOAuthTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateOAuthTokenResponse, _err error)

func (*Client) CreatePipeline

func (client *Client) CreatePipeline(organizationId *string, request *CreatePipelineRequest) (_result *CreatePipelineResponse, _err error)

func (*Client) CreatePipelineGroup

func (client *Client) CreatePipelineGroup(organizationId *string, request *CreatePipelineGroupRequest) (_result *CreatePipelineGroupResponse, _err error)

func (*Client) CreatePipelineGroupWithOptions

func (client *Client) CreatePipelineGroupWithOptions(organizationId *string, request *CreatePipelineGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePipelineGroupResponse, _err error)

func (*Client) CreatePipelineWithOptions

func (client *Client) CreatePipelineWithOptions(organizationId *string, request *CreatePipelineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePipelineResponse, _err error)

func (*Client) CreateProject

func (client *Client) CreateProject(organizationId *string, request *CreateProjectRequest) (_result *CreateProjectResponse, _err error)

func (*Client) CreateProjectLabel added in v4.8.0

func (client *Client) CreateProjectLabel(request *CreateProjectLabelRequest) (_result *CreateProjectLabelResponse, _err error)

func (*Client) CreateProjectLabelWithOptions added in v4.8.0

func (client *Client) CreateProjectLabelWithOptions(request *CreateProjectLabelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProjectLabelResponse, _err error)

func (*Client) CreateProjectWithOptions

func (client *Client) CreateProjectWithOptions(organizationId *string, request *CreateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProjectResponse, _err error)

func (*Client) CreateProtectdBranch

func (client *Client) CreateProtectdBranch(repositoryId *string, request *CreateProtectdBranchRequest) (_result *CreateProtectdBranchResponse, _err error)

func (*Client) CreateProtectdBranchWithOptions

func (client *Client) CreateProtectdBranchWithOptions(repositoryId *string, request *CreateProtectdBranchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProtectdBranchResponse, _err error)

func (*Client) CreatePushRule added in v4.3.0

func (client *Client) CreatePushRule(repositoryId *string, request *CreatePushRuleRequest) (_result *CreatePushRuleResponse, _err error)

func (*Client) CreatePushRuleWithOptions added in v4.3.0

func (client *Client) CreatePushRuleWithOptions(repositoryId *string, request *CreatePushRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePushRuleResponse, _err error)

func (*Client) CreateRepository

func (client *Client) CreateRepository(request *CreateRepositoryRequest) (_result *CreateRepositoryResponse, _err error)

func (*Client) CreateRepositoryGroup

func (client *Client) CreateRepositoryGroup(request *CreateRepositoryGroupRequest) (_result *CreateRepositoryGroupResponse, _err error)

func (*Client) CreateRepositoryGroupWithOptions

func (client *Client) CreateRepositoryGroupWithOptions(request *CreateRepositoryGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepositoryGroupResponse, _err error)

func (*Client) CreateRepositoryWithOptions

func (client *Client) CreateRepositoryWithOptions(request *CreateRepositoryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRepositoryResponse, _err error)

func (*Client) CreateResourceMember

func (client *Client) CreateResourceMember(organizationId *string, resourceType *string, resourceId *string, request *CreateResourceMemberRequest) (_result *CreateResourceMemberResponse, _err error)

func (*Client) CreateResourceMemberWithOptions

func (client *Client) CreateResourceMemberWithOptions(organizationId *string, resourceType *string, resourceId *string, request *CreateResourceMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateResourceMemberResponse, _err error)

func (*Client) CreateServiceAuth added in v4.1.0

func (client *Client) CreateServiceAuth(organizationId *string, request *CreateServiceAuthRequest) (_result *CreateServiceAuthResponse, _err error)

func (*Client) CreateServiceAuthWithOptions added in v4.1.0

func (client *Client) CreateServiceAuthWithOptions(organizationId *string, request *CreateServiceAuthRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceAuthResponse, _err error)

func (*Client) CreateServiceConnection added in v4.1.0

func (client *Client) CreateServiceConnection(organizationId *string, request *CreateServiceConnectionRequest) (_result *CreateServiceConnectionResponse, _err error)

func (*Client) CreateServiceConnectionWithOptions added in v4.1.0

func (client *Client) CreateServiceConnectionWithOptions(organizationId *string, request *CreateServiceConnectionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceConnectionResponse, _err error)

func (*Client) CreateServiceCredential added in v4.1.0

func (client *Client) CreateServiceCredential(organizationId *string, request *CreateServiceCredentialRequest) (_result *CreateServiceCredentialResponse, _err error)

func (*Client) CreateServiceCredentialWithOptions added in v4.1.0

func (client *Client) CreateServiceCredentialWithOptions(organizationId *string, request *CreateServiceCredentialRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceCredentialResponse, _err error)

func (*Client) CreateSprint

func (client *Client) CreateSprint(organizationId *string, request *CreateSprintRequest) (_result *CreateSprintResponse, _err error)

func (*Client) CreateSprintWithOptions

func (client *Client) CreateSprintWithOptions(organizationId *string, request *CreateSprintRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateSprintResponse, _err error)

func (*Client) CreateSshKey

func (client *Client) CreateSshKey(organizationId *string) (_result *CreateSshKeyResponse, _err error)

func (*Client) CreateSshKeyWithOptions

func (client *Client) CreateSshKeyWithOptions(organizationId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateSshKeyResponse, _err error)

func (*Client) CreateTag

func (client *Client) CreateTag(repositoryId *string, request *CreateTagRequest) (_result *CreateTagResponse, _err error)

func (*Client) CreateTagWithOptions

func (client *Client) CreateTagWithOptions(repositoryId *string, request *CreateTagRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateTagResponse, _err error)

func (*Client) CreateTestCase

func (client *Client) CreateTestCase(organizationId *string, request *CreateTestCaseRequest) (_result *CreateTestCaseResponse, _err error)

func (*Client) CreateTestCaseWithOptions

func (client *Client) CreateTestCaseWithOptions(organizationId *string, request *CreateTestCaseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateTestCaseResponse, _err error)

func (*Client) CreateUserKey

func (client *Client) CreateUserKey(request *CreateUserKeyRequest) (_result *CreateUserKeyResponse, _err error)

func (*Client) CreateUserKeyWithOptions

func (client *Client) CreateUserKeyWithOptions(request *CreateUserKeyRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateUserKeyResponse, _err error)

func (*Client) CreateVariableGroup

func (client *Client) CreateVariableGroup(organizationId *string, request *CreateVariableGroupRequest) (_result *CreateVariableGroupResponse, _err error)

func (*Client) CreateVariableGroupWithOptions

func (client *Client) CreateVariableGroupWithOptions(organizationId *string, request *CreateVariableGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateVariableGroupResponse, _err error)

func (*Client) CreateWorkitem

func (client *Client) CreateWorkitem(organizationId *string, request *CreateWorkitemRequest) (_result *CreateWorkitemResponse, _err error)

func (*Client) CreateWorkitemComment

func (client *Client) CreateWorkitemComment(organizationId *string, request *CreateWorkitemCommentRequest) (_result *CreateWorkitemCommentResponse, _err error)

func (*Client) CreateWorkitemCommentWithOptions

func (client *Client) CreateWorkitemCommentWithOptions(organizationId *string, request *CreateWorkitemCommentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkitemCommentResponse, _err error)

func (*Client) CreateWorkitemEstimate

func (client *Client) CreateWorkitemEstimate(organizationId *string, request *CreateWorkitemEstimateRequest) (_result *CreateWorkitemEstimateResponse, _err error)

func (*Client) CreateWorkitemEstimateWithOptions

func (client *Client) CreateWorkitemEstimateWithOptions(organizationId *string, request *CreateWorkitemEstimateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkitemEstimateResponse, _err error)

func (*Client) CreateWorkitemRecord

func (client *Client) CreateWorkitemRecord(organizationId *string, request *CreateWorkitemRecordRequest) (_result *CreateWorkitemRecordResponse, _err error)

func (*Client) CreateWorkitemRecordWithOptions

func (client *Client) CreateWorkitemRecordWithOptions(organizationId *string, request *CreateWorkitemRecordRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkitemRecordResponse, _err error)

func (*Client) CreateWorkitemV2

func (client *Client) CreateWorkitemV2(organizationId *string, request *CreateWorkitemV2Request) (_result *CreateWorkitemV2Response, _err error)

func (*Client) CreateWorkitemV2WithOptions

func (client *Client) CreateWorkitemV2WithOptions(organizationId *string, request *CreateWorkitemV2Request, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkitemV2Response, _err error)

func (*Client) CreateWorkitemWithOptions

func (client *Client) CreateWorkitemWithOptions(organizationId *string, request *CreateWorkitemRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkitemResponse, _err error)

func (*Client) CreateWorkspace

func (client *Client) CreateWorkspace(request *CreateWorkspaceRequest) (_result *CreateWorkspaceResponse, _err error)

func (*Client) CreateWorkspaceWithOptions

func (client *Client) CreateWorkspaceWithOptions(request *CreateWorkspaceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateWorkspaceResponse, _err error)

func (*Client) DeleteAppMember added in v4.6.0

func (client *Client) DeleteAppMember(appName *string, request *DeleteAppMemberRequest) (_result *DeleteAppMemberResponse, _err error)

func (*Client) DeleteAppMemberWithOptions added in v4.6.0

func (client *Client) DeleteAppMemberWithOptions(appName *string, request *DeleteAppMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteAppMemberResponse, _err error)

func (*Client) DeleteBranch

func (client *Client) DeleteBranch(repositoryId *string, request *DeleteBranchRequest) (_result *DeleteBranchResponse, _err error)

func (*Client) DeleteBranchWithOptions

func (client *Client) DeleteBranchWithOptions(repositoryId *string, request *DeleteBranchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteBranchResponse, _err error)

func (*Client) DeleteFile

func (client *Client) DeleteFile(repositoryId *string, request *DeleteFileRequest) (_result *DeleteFileResponse, _err error)

func (*Client) DeleteFileWithOptions

func (client *Client) DeleteFileWithOptions(repositoryId *string, request *DeleteFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFileResponse, _err error)

func (*Client) DeleteFlowTag

func (client *Client) DeleteFlowTag(organizationId *string, id *string) (_result *DeleteFlowTagResponse, _err error)

func (*Client) DeleteFlowTagGroup

func (client *Client) DeleteFlowTagGroup(organizationId *string, id *string) (_result *DeleteFlowTagGroupResponse, _err error)

func (*Client) DeleteFlowTagGroupWithOptions

func (client *Client) DeleteFlowTagGroupWithOptions(organizationId *string, id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFlowTagGroupResponse, _err error)

func (*Client) DeleteFlowTagWithOptions

func (client *Client) DeleteFlowTagWithOptions(organizationId *string, id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFlowTagResponse, _err error)

func (*Client) DeleteGroupMember

func (client *Client) DeleteGroupMember(groupId *string, request *DeleteGroupMemberRequest) (_result *DeleteGroupMemberResponse, _err error)

func (*Client) DeleteGroupMemberWithOptions

func (client *Client) DeleteGroupMemberWithOptions(groupId *string, request *DeleteGroupMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteGroupMemberResponse, _err error)

func (*Client) DeleteHostGroup

func (client *Client) DeleteHostGroup(organizationId *string, id *string) (_result *DeleteHostGroupResponse, _err error)

func (*Client) DeleteHostGroupWithOptions

func (client *Client) DeleteHostGroupWithOptions(organizationId *string, id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteHostGroupResponse, _err error)

func (*Client) DeletePipeline

func (client *Client) DeletePipeline(organizationId *string, pipelineId *string) (_result *DeletePipelineResponse, _err error)

func (*Client) DeletePipelineGroup

func (client *Client) DeletePipelineGroup(organizationId *string, groupId *string) (_result *DeletePipelineGroupResponse, _err error)

func (*Client) DeletePipelineGroupWithOptions

func (client *Client) DeletePipelineGroupWithOptions(organizationId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePipelineGroupResponse, _err error)

func (*Client) DeletePipelineRelations

func (client *Client) DeletePipelineRelations(organizationId *string, pipelineId *string, request *DeletePipelineRelationsRequest) (_result *DeletePipelineRelationsResponse, _err error)

func (*Client) DeletePipelineRelationsWithOptions

func (client *Client) DeletePipelineRelationsWithOptions(organizationId *string, pipelineId *string, request *DeletePipelineRelationsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePipelineRelationsResponse, _err error)

func (*Client) DeletePipelineWithOptions

func (client *Client) DeletePipelineWithOptions(organizationId *string, pipelineId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePipelineResponse, _err error)

func (*Client) DeleteProject

func (client *Client) DeleteProject(organizationId *string, request *DeleteProjectRequest) (_result *DeleteProjectResponse, _err error)

func (*Client) DeleteProjectLabel added in v4.8.0

func (client *Client) DeleteProjectLabel(labelId *string, request *DeleteProjectLabelRequest) (_result *DeleteProjectLabelResponse, _err error)

func (*Client) DeleteProjectLabelWithOptions added in v4.8.0

func (client *Client) DeleteProjectLabelWithOptions(labelId *string, request *DeleteProjectLabelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteProjectLabelResponse, _err error)

func (*Client) DeleteProjectWithOptions

func (client *Client) DeleteProjectWithOptions(organizationId *string, request *DeleteProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteProjectResponse, _err error)

func (*Client) DeleteProtectedBranch

func (client *Client) DeleteProtectedBranch(repositoryId *string, protectedBranchId *string, request *DeleteProtectedBranchRequest) (_result *DeleteProtectedBranchResponse, _err error)

func (*Client) DeleteProtectedBranchWithOptions

func (client *Client) DeleteProtectedBranchWithOptions(repositoryId *string, protectedBranchId *string, request *DeleteProtectedBranchRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteProtectedBranchResponse, _err error)

func (*Client) DeletePushRule added in v4.3.0

func (client *Client) DeletePushRule(repositoryId *string, pushRuleId *string, request *DeletePushRuleRequest) (_result *DeletePushRuleResponse, _err error)

func (*Client) DeletePushRuleWithOptions added in v4.3.0

func (client *Client) DeletePushRuleWithOptions(repositoryId *string, pushRuleId *string, request *DeletePushRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeletePushRuleResponse, _err error)

func (*Client) DeleteRepository

func (client *Client) DeleteRepository(repositoryId *string, request *DeleteRepositoryRequest) (_result *DeleteRepositoryResponse, _err error)

func (*Client) DeleteRepositoryGroup

func (client *Client) DeleteRepositoryGroup(groupId *string, request *DeleteRepositoryGroupRequest) (_result *DeleteRepositoryGroupResponse, _err error)

func (*Client) DeleteRepositoryGroupWithOptions

func (client *Client) DeleteRepositoryGroupWithOptions(groupId *string, request *DeleteRepositoryGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepositoryGroupResponse, _err error)

func (*Client) DeleteRepositoryMember

func (client *Client) DeleteRepositoryMember(repositoryId *string, aliyunPk *string, request *DeleteRepositoryMemberRequest) (_result *DeleteRepositoryMemberResponse, _err error)

func (*Client) DeleteRepositoryMemberWithOptions

func (client *Client) DeleteRepositoryMemberWithOptions(repositoryId *string, aliyunPk *string, request *DeleteRepositoryMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepositoryMemberResponse, _err error)

func (*Client) DeleteRepositoryWebhook

func (client *Client) DeleteRepositoryWebhook(repositoryId *string, hookId *string, request *DeleteRepositoryWebhookRequest) (_result *DeleteRepositoryWebhookResponse, _err error)

func (*Client) DeleteRepositoryWebhookWithOptions

func (client *Client) DeleteRepositoryWebhookWithOptions(repositoryId *string, hookId *string, request *DeleteRepositoryWebhookRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepositoryWebhookResponse, _err error)

func (*Client) DeleteRepositoryWithOptions

func (client *Client) DeleteRepositoryWithOptions(repositoryId *string, request *DeleteRepositoryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteRepositoryResponse, _err error)

func (*Client) DeleteResourceMember

func (client *Client) DeleteResourceMember(organizationId *string, resourceType *string, resourceId *string, accountId *string) (_result *DeleteResourceMemberResponse, _err error)

func (*Client) DeleteResourceMemberWithOptions

func (client *Client) DeleteResourceMemberWithOptions(organizationId *string, resourceType *string, resourceId *string, accountId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteResourceMemberResponse, _err error)

func (*Client) DeleteTag

func (client *Client) DeleteTag(repositoryId *string, request *DeleteTagRequest) (_result *DeleteTagResponse, _err error)

func (*Client) DeleteTagWithOptions

func (client *Client) DeleteTagWithOptions(repositoryId *string, request *DeleteTagRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteTagResponse, _err error)

func (*Client) DeleteUserKey

func (client *Client) DeleteUserKey(keyId *string, request *DeleteUserKeyRequest) (_result *DeleteUserKeyResponse, _err error)

func (*Client) DeleteUserKeyWithOptions

func (client *Client) DeleteUserKeyWithOptions(keyId *string, request *DeleteUserKeyRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteUserKeyResponse, _err error)

func (*Client) DeleteVariableGroup

func (client *Client) DeleteVariableGroup(organizationId *string, id *string) (_result *DeleteVariableGroupResponse, _err error)

func (*Client) DeleteVariableGroupWithOptions

func (client *Client) DeleteVariableGroupWithOptions(organizationId *string, id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteVariableGroupResponse, _err error)

func (*Client) DeleteWorkitem

func (client *Client) DeleteWorkitem(organizationId *string, request *DeleteWorkitemRequest) (_result *DeleteWorkitemResponse, _err error)

func (*Client) DeleteWorkitemAllComment

func (client *Client) DeleteWorkitemAllComment(organizationId *string, request *DeleteWorkitemAllCommentRequest) (_result *DeleteWorkitemAllCommentResponse, _err error)

func (*Client) DeleteWorkitemAllCommentWithOptions

func (client *Client) DeleteWorkitemAllCommentWithOptions(organizationId *string, request *DeleteWorkitemAllCommentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteWorkitemAllCommentResponse, _err error)

func (*Client) DeleteWorkitemComment

func (client *Client) DeleteWorkitemComment(organizationId *string, request *DeleteWorkitemCommentRequest) (_result *DeleteWorkitemCommentResponse, _err error)

func (*Client) DeleteWorkitemCommentWithOptions

func (client *Client) DeleteWorkitemCommentWithOptions(organizationId *string, request *DeleteWorkitemCommentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteWorkitemCommentResponse, _err error)

func (*Client) DeleteWorkitemWithOptions

func (client *Client) DeleteWorkitemWithOptions(organizationId *string, request *DeleteWorkitemRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteWorkitemResponse, _err error)

func (*Client) EnableDeployKey

func (client *Client) EnableDeployKey(repositoryId *string, keyId *string, request *EnableDeployKeyRequest) (_result *EnableDeployKeyResponse, _err error)

func (*Client) EnableDeployKeyWithOptions

func (client *Client) EnableDeployKeyWithOptions(repositoryId *string, keyId *string, request *EnableDeployKeyRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *EnableDeployKeyResponse, _err error)

func (*Client) FrozenWorkspace

func (client *Client) FrozenWorkspace(workspaceId *string) (_result *FrozenWorkspaceResponse, _err error)

func (*Client) FrozenWorkspaceWithOptions

func (client *Client) FrozenWorkspaceWithOptions(workspaceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *FrozenWorkspaceResponse, _err error)

func (*Client) GetApplication added in v4.6.0

func (client *Client) GetApplication(appName *string, request *GetApplicationRequest) (_result *GetApplicationResponse, _err error)

func (*Client) GetApplicationWithOptions added in v4.6.0

func (client *Client) GetApplicationWithOptions(appName *string, request *GetApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetApplicationResponse, _err error)

func (*Client) GetBranchInfo

func (client *Client) GetBranchInfo(repositoryId *string, request *GetBranchInfoRequest) (_result *GetBranchInfoResponse, _err error)

func (*Client) GetBranchInfoWithOptions

func (client *Client) GetBranchInfoWithOptions(repositoryId *string, request *GetBranchInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetBranchInfoResponse, _err error)

func (*Client) GetCheckRun added in v4.12.0

func (client *Client) GetCheckRun(request *GetCheckRunRequest) (_result *GetCheckRunResponse, _err error)

func (*Client) GetCheckRunWithOptions added in v4.12.0

func (client *Client) GetCheckRunWithOptions(request *GetCheckRunRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCheckRunResponse, _err error)

func (*Client) GetCodeupOrganization

func (client *Client) GetCodeupOrganization(identity *string, request *GetCodeupOrganizationRequest) (_result *GetCodeupOrganizationResponse, _err error)

func (*Client) GetCodeupOrganizationWithOptions

func (client *Client) GetCodeupOrganizationWithOptions(identity *string, request *GetCodeupOrganizationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCodeupOrganizationResponse, _err error)

func (*Client) GetCompareDetail

func (client *Client) GetCompareDetail(repositoryId *string, request *GetCompareDetailRequest) (_result *GetCompareDetailResponse, _err error)

func (*Client) GetCompareDetailWithOptions

func (client *Client) GetCompareDetailWithOptions(repositoryId *string, request *GetCompareDetailRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCompareDetailResponse, _err error)

func (*Client) GetCustomFieldOption

func (client *Client) GetCustomFieldOption(organizationId *string, fieldId *string, request *GetCustomFieldOptionRequest) (_result *GetCustomFieldOptionResponse, _err error)

func (*Client) GetCustomFieldOptionWithOptions

func (client *Client) GetCustomFieldOptionWithOptions(organizationId *string, fieldId *string, request *GetCustomFieldOptionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetCustomFieldOptionResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetFileBlobs

func (client *Client) GetFileBlobs(repositoryId *string, request *GetFileBlobsRequest) (_result *GetFileBlobsResponse, _err error)

func (*Client) GetFileBlobsWithOptions

func (client *Client) GetFileBlobsWithOptions(repositoryId *string, request *GetFileBlobsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFileBlobsResponse, _err error)

func (*Client) GetFileLastCommit

func (client *Client) GetFileLastCommit(repositoryId *string, request *GetFileLastCommitRequest) (_result *GetFileLastCommitResponse, _err error)

func (*Client) GetFileLastCommitWithOptions

func (client *Client) GetFileLastCommitWithOptions(repositoryId *string, request *GetFileLastCommitRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFileLastCommitResponse, _err error)

func (*Client) GetFlowTagGroup

func (client *Client) GetFlowTagGroup(organizationId *string, id *string) (_result *GetFlowTagGroupResponse, _err error)

func (*Client) GetFlowTagGroupWithOptions

func (client *Client) GetFlowTagGroupWithOptions(organizationId *string, id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFlowTagGroupResponse, _err error)

func (*Client) GetGroupByPath added in v4.3.0

func (client *Client) GetGroupByPath(request *GetGroupByPathRequest) (_result *GetGroupByPathResponse, _err error)

func (*Client) GetGroupByPathWithOptions added in v4.3.0

func (client *Client) GetGroupByPathWithOptions(request *GetGroupByPathRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetGroupByPathResponse, _err error)

func (*Client) GetGroupDetail

func (client *Client) GetGroupDetail(request *GetGroupDetailRequest) (_result *GetGroupDetailResponse, _err error)

func (*Client) GetGroupDetailWithOptions

func (client *Client) GetGroupDetailWithOptions(request *GetGroupDetailRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetGroupDetailResponse, _err error)

func (*Client) GetHostGroup

func (client *Client) GetHostGroup(organizationId *string, id *string) (_result *GetHostGroupResponse, _err error)

func (*Client) GetHostGroupWithOptions

func (client *Client) GetHostGroupWithOptions(organizationId *string, id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetHostGroupResponse, _err error)

func (*Client) GetMergeRequest added in v4.2.0

func (client *Client) GetMergeRequest(repositoryId *string, localId *string, request *GetMergeRequestRequest) (_result *GetMergeRequestResponse, _err error)

func (*Client) GetMergeRequestChangeTree added in v4.5.0

func (client *Client) GetMergeRequestChangeTree(request *GetMergeRequestChangeTreeRequest) (_result *GetMergeRequestChangeTreeResponse, _err error)

func (*Client) GetMergeRequestChangeTreeWithOptions added in v4.5.0

func (client *Client) GetMergeRequestChangeTreeWithOptions(request *GetMergeRequestChangeTreeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMergeRequestChangeTreeResponse, _err error)

func (*Client) GetMergeRequestWithOptions added in v4.2.0

func (client *Client) GetMergeRequestWithOptions(repositoryId *string, localId *string, request *GetMergeRequestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMergeRequestResponse, _err error)

func (*Client) GetOrganizationMember

func (client *Client) GetOrganizationMember(organizationId *string, accountId *string) (_result *GetOrganizationMemberResponse, _err error)

func (*Client) GetOrganizationMemberWithOptions

func (client *Client) GetOrganizationMemberWithOptions(organizationId *string, accountId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetOrganizationMemberResponse, _err error)

func (*Client) GetPipeline

func (client *Client) GetPipeline(organizationId *string, pipelineId *string) (_result *GetPipelineResponse, _err error)

func (*Client) GetPipelineArtifactUrl

func (client *Client) GetPipelineArtifactUrl(organizationId *string, request *GetPipelineArtifactUrlRequest) (_result *GetPipelineArtifactUrlResponse, _err error)

func (*Client) GetPipelineArtifactUrlWithOptions

func (client *Client) GetPipelineArtifactUrlWithOptions(organizationId *string, request *GetPipelineArtifactUrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineArtifactUrlResponse, _err error)

func (*Client) GetPipelineEmasArtifactUrl

func (client *Client) GetPipelineEmasArtifactUrl(organizationId *string, emasJobInstanceId *string, md5 *string, pipelineId *string, pipelineRunId *string, request *GetPipelineEmasArtifactUrlRequest) (_result *GetPipelineEmasArtifactUrlResponse, _err error)

func (*Client) GetPipelineEmasArtifactUrlWithOptions

func (client *Client) GetPipelineEmasArtifactUrlWithOptions(organizationId *string, emasJobInstanceId *string, md5 *string, pipelineId *string, pipelineRunId *string, request *GetPipelineEmasArtifactUrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineEmasArtifactUrlResponse, _err error)

func (*Client) GetPipelineGroup

func (client *Client) GetPipelineGroup(organizationId *string, groupId *string) (_result *GetPipelineGroupResponse, _err error)

func (*Client) GetPipelineGroupWithOptions

func (client *Client) GetPipelineGroupWithOptions(organizationId *string, groupId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineGroupResponse, _err error)

func (*Client) GetPipelineRun

func (client *Client) GetPipelineRun(organizationId *string, pipelineId *string, pipelineRunId *string) (_result *GetPipelineRunResponse, _err error)

func (*Client) GetPipelineRunWithOptions

func (client *Client) GetPipelineRunWithOptions(organizationId *string, pipelineId *string, pipelineRunId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineRunResponse, _err error)

func (*Client) GetPipelineScanReportUrl

func (client *Client) GetPipelineScanReportUrl(organizationId *string, request *GetPipelineScanReportUrlRequest) (_result *GetPipelineScanReportUrlResponse, _err error)

func (*Client) GetPipelineScanReportUrlWithOptions

func (client *Client) GetPipelineScanReportUrlWithOptions(organizationId *string, request *GetPipelineScanReportUrlRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineScanReportUrlResponse, _err error)

func (*Client) GetPipelineWithOptions

func (client *Client) GetPipelineWithOptions(organizationId *string, pipelineId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPipelineResponse, _err error)

func (*Client) GetProjectInfo

func (client *Client) GetProjectInfo(organizationId *string, projectId *string) (_result *GetProjectInfoResponse, _err error)

func (*Client) GetProjectInfoWithOptions

func (client *Client) GetProjectInfoWithOptions(organizationId *string, projectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectInfoResponse, _err error)

func (*Client) GetProjectMember

func (client *Client) GetProjectMember(repositoryId *string, aliyunPk *string, request *GetProjectMemberRequest) (_result *GetProjectMemberResponse, _err error)

func (*Client) GetProjectMemberWithOptions

func (client *Client) GetProjectMemberWithOptions(repositoryId *string, aliyunPk *string, request *GetProjectMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectMemberResponse, _err error)

func (*Client) GetPushRule added in v4.3.0

func (client *Client) GetPushRule(repositoryId *string, pushRuleId *string, request *GetPushRuleRequest) (_result *GetPushRuleResponse, _err error)

func (*Client) GetPushRuleWithOptions added in v4.3.0

func (client *Client) GetPushRuleWithOptions(repositoryId *string, pushRuleId *string, request *GetPushRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPushRuleResponse, _err error)

func (*Client) GetRepository

func (client *Client) GetRepository(request *GetRepositoryRequest) (_result *GetRepositoryResponse, _err error)

func (*Client) GetRepositoryCommit

func (client *Client) GetRepositoryCommit(repositoryId *string, sha *string, request *GetRepositoryCommitRequest) (_result *GetRepositoryCommitResponse, _err error)

func (*Client) GetRepositoryCommitWithOptions

func (client *Client) GetRepositoryCommitWithOptions(repositoryId *string, sha *string, request *GetRepositoryCommitRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepositoryCommitResponse, _err error)

func (*Client) GetRepositoryTag

func (client *Client) GetRepositoryTag(repositoryId *string, request *GetRepositoryTagRequest) (_result *GetRepositoryTagResponse, _err error)

func (*Client) GetRepositoryTagWithOptions

func (client *Client) GetRepositoryTagWithOptions(repositoryId *string, request *GetRepositoryTagRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepositoryTagResponse, _err error)

func (*Client) GetRepositoryWithOptions

func (client *Client) GetRepositoryWithOptions(request *GetRepositoryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRepositoryResponse, _err error)

func (*Client) GetSearchCodePreview

func (client *Client) GetSearchCodePreview(request *GetSearchCodePreviewRequest) (_result *GetSearchCodePreviewResponse, _err error)

func (*Client) GetSearchCodePreviewWithOptions

func (client *Client) GetSearchCodePreviewWithOptions(request *GetSearchCodePreviewRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetSearchCodePreviewResponse, _err error)

func (*Client) GetSprintInfo

func (client *Client) GetSprintInfo(organizationId *string, sprintId *string) (_result *GetSprintInfoResponse, _err error)

func (*Client) GetSprintInfoWithOptions

func (client *Client) GetSprintInfoWithOptions(organizationId *string, sprintId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetSprintInfoResponse, _err error)

func (*Client) GetTestResultList

func (client *Client) GetTestResultList(organizationId *string, testPlanIdentifier *string, request *GetTestResultListRequest) (_result *GetTestResultListResponse, _err error)

func (*Client) GetTestResultListWithOptions

func (client *Client) GetTestResultListWithOptions(organizationId *string, testPlanIdentifier *string, request *GetTestResultListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTestResultListResponse, _err error)

func (*Client) GetTestcaseList

func (client *Client) GetTestcaseList(organizationId *string, request *GetTestcaseListRequest) (_result *GetTestcaseListResponse, _err error)

func (*Client) GetTestcaseListWithOptions

func (client *Client) GetTestcaseListWithOptions(organizationId *string, request *GetTestcaseListRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTestcaseListResponse, _err error)

func (*Client) GetUserInfo

func (client *Client) GetUserInfo(request *GetUserInfoRequest) (_result *GetUserInfoResponse, _err error)

func (*Client) GetUserInfoWithOptions

func (client *Client) GetUserInfoWithOptions(request *GetUserInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetUserInfoResponse, _err error)

func (*Client) GetVMDeployOrder

func (client *Client) GetVMDeployOrder(organizationId *string, pipelineId *string, deployOrderId *string) (_result *GetVMDeployOrderResponse, _err error)

func (*Client) GetVMDeployOrderWithOptions

func (client *Client) GetVMDeployOrderWithOptions(organizationId *string, pipelineId *string, deployOrderId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetVMDeployOrderResponse, _err error)

func (*Client) GetVariableGroup

func (client *Client) GetVariableGroup(organizationId *string, id *string) (_result *GetVariableGroupResponse, _err error)

func (*Client) GetVariableGroupWithOptions

func (client *Client) GetVariableGroupWithOptions(organizationId *string, id *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetVariableGroupResponse, _err error)

func (*Client) GetWorkItemActivity

func (client *Client) GetWorkItemActivity(organizationId *string, workitemId *string) (_result *GetWorkItemActivityResponse, _err error)

func (*Client) GetWorkItemActivityWithOptions

func (client *Client) GetWorkItemActivityWithOptions(organizationId *string, workitemId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkItemActivityResponse, _err error)

func (*Client) GetWorkItemInfo

func (client *Client) GetWorkItemInfo(organizationId *string, workitemId *string) (_result *GetWorkItemInfoResponse, _err error)

func (*Client) GetWorkItemInfoWithOptions

func (client *Client) GetWorkItemInfoWithOptions(organizationId *string, workitemId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkItemInfoResponse, _err error)

func (*Client) GetWorkItemWorkFlowInfo

func (client *Client) GetWorkItemWorkFlowInfo(organizationId *string, workitemId *string, request *GetWorkItemWorkFlowInfoRequest) (_result *GetWorkItemWorkFlowInfoResponse, _err error)

func (*Client) GetWorkItemWorkFlowInfoWithOptions

func (client *Client) GetWorkItemWorkFlowInfoWithOptions(organizationId *string, workitemId *string, request *GetWorkItemWorkFlowInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkItemWorkFlowInfoResponse, _err error)

func (*Client) GetWorkitemAttachmentCreatemeta

func (client *Client) GetWorkitemAttachmentCreatemeta(organizationId *string, workitemIdentifier *string, request *GetWorkitemAttachmentCreatemetaRequest) (_result *GetWorkitemAttachmentCreatemetaResponse, _err error)

func (*Client) GetWorkitemAttachmentCreatemetaWithOptions

func (client *Client) GetWorkitemAttachmentCreatemetaWithOptions(organizationId *string, workitemIdentifier *string, request *GetWorkitemAttachmentCreatemetaRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkitemAttachmentCreatemetaResponse, _err error)

func (*Client) GetWorkitemCommentList

func (client *Client) GetWorkitemCommentList(organizationId *string, workitemId *string) (_result *GetWorkitemCommentListResponse, _err error)

func (*Client) GetWorkitemCommentListWithOptions

func (client *Client) GetWorkitemCommentListWithOptions(organizationId *string, workitemId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkitemCommentListResponse, _err error)

func (*Client) GetWorkitemFile added in v4.7.0

func (client *Client) GetWorkitemFile(organizationId *string, workitemIdentifier *string, fileIdentifier *string) (_result *GetWorkitemFileResponse, _err error)

func (*Client) GetWorkitemFileWithOptions added in v4.7.0

func (client *Client) GetWorkitemFileWithOptions(organizationId *string, workitemIdentifier *string, fileIdentifier *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkitemFileResponse, _err error)

func (*Client) GetWorkitemRelations

func (client *Client) GetWorkitemRelations(organizationId *string, workitemId *string, request *GetWorkitemRelationsRequest) (_result *GetWorkitemRelationsResponse, _err error)

func (*Client) GetWorkitemRelationsWithOptions

func (client *Client) GetWorkitemRelationsWithOptions(organizationId *string, workitemId *string, request *GetWorkitemRelationsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkitemRelationsResponse, _err error)

func (*Client) GetWorkitemTimeTypeList

func (client *Client) GetWorkitemTimeTypeList(organizationId *string) (_result *GetWorkitemTimeTypeListResponse, _err error)

func (*Client) GetWorkitemTimeTypeListWithOptions

func (client *Client) GetWorkitemTimeTypeListWithOptions(organizationId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkitemTimeTypeListResponse, _err error)

func (*Client) GetWorkspace

func (client *Client) GetWorkspace(workspaceId *string) (_result *GetWorkspaceResponse, _err error)

func (*Client) GetWorkspaceWithOptions

func (client *Client) GetWorkspaceWithOptions(workspaceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetWorkspaceResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) JoinPipelineGroup

func (client *Client) JoinPipelineGroup(organizationId *string, request *JoinPipelineGroupRequest) (_result *JoinPipelineGroupResponse, _err error)

func (*Client) JoinPipelineGroupWithOptions

func (client *Client) JoinPipelineGroupWithOptions(organizationId *string, request *JoinPipelineGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *JoinPipelineGroupResponse, _err error)

func (*Client) LinkMergeRequestLabel added in v4.8.0

func (client *Client) LinkMergeRequestLabel(request *LinkMergeRequestLabelRequest) (_result *LinkMergeRequestLabelResponse, _err error)

func (*Client) LinkMergeRequestLabelWithOptions added in v4.8.0

func (client *Client) LinkMergeRequestLabelWithOptions(request *LinkMergeRequestLabelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *LinkMergeRequestLabelResponse, _err error)

func (*Client) ListApplicationMembers added in v4.6.0

func (client *Client) ListApplicationMembers(appName *string, request *ListApplicationMembersRequest) (_result *ListApplicationMembersResponse, _err error)

func (*Client) ListApplicationMembersWithOptions added in v4.6.0

func (client *Client) ListApplicationMembersWithOptions(appName *string, request *ListApplicationMembersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListApplicationMembersResponse, _err error)

func (*Client) ListApplications added in v4.6.0

func (client *Client) ListApplications(request *ListApplicationsRequest) (_result *ListApplicationsResponse, _err error)

func (*Client) ListApplicationsWithOptions added in v4.6.0

func (client *Client) ListApplicationsWithOptions(request *ListApplicationsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListApplicationsResponse, _err error)

func (*Client) ListCheckRuns added in v4.12.0

func (client *Client) ListCheckRuns(request *ListCheckRunsRequest) (_result *ListCheckRunsResponse, _err error)

func (*Client) ListCheckRunsWithOptions added in v4.12.0

func (client *Client) ListCheckRunsWithOptions(request *ListCheckRunsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListCheckRunsResponse, _err error)

func (*Client) ListCommitStatuses added in v4.5.0

func (client *Client) ListCommitStatuses(request *ListCommitStatusesRequest) (_result *ListCommitStatusesResponse, _err error)

func (*Client) ListCommitStatusesWithOptions added in v4.5.0

func (client *Client) ListCommitStatusesWithOptions(request *ListCommitStatusesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListCommitStatusesResponse, _err error)

func (*Client) ListFlowTagGroups

func (client *Client) ListFlowTagGroups(organizationId *string) (_result *ListFlowTagGroupsResponse, _err error)

func (*Client) ListFlowTagGroupsWithOptions

func (client *Client) ListFlowTagGroupsWithOptions(organizationId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFlowTagGroupsResponse, _err error)

func (*Client) ListGroupMember

func (client *Client) ListGroupMember(groupId *string, request *ListGroupMemberRequest) (_result *ListGroupMemberResponse, _err error)

func (*Client) ListGroupMemberWithOptions

func (client *Client) ListGroupMemberWithOptions(groupId *string, request *ListGroupMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGroupMemberResponse, _err error)

func (*Client) ListGroupRepositories

func (client *Client) ListGroupRepositories(groupId *string, request *ListGroupRepositoriesRequest) (_result *ListGroupRepositoriesResponse, _err error)

func (*Client) ListGroupRepositoriesWithOptions

func (client *Client) ListGroupRepositoriesWithOptions(groupId *string, request *ListGroupRepositoriesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListGroupRepositoriesResponse, _err error)

func (*Client) ListHostGroups

func (client *Client) ListHostGroups(organizationId *string, request *ListHostGroupsRequest) (_result *ListHostGroupsResponse, _err error)

func (*Client) ListHostGroupsWithOptions

func (client *Client) ListHostGroupsWithOptions(organizationId *string, request *ListHostGroupsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListHostGroupsResponse, _err error)

func (*Client) ListJoinedOrganizations added in v4.17.0

func (client *Client) ListJoinedOrganizations() (_result *ListJoinedOrganizationsResponse, _err error)

func (*Client) ListJoinedOrganizationsWithOptions added in v4.17.0

func (client *Client) ListJoinedOrganizationsWithOptions(headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListJoinedOrganizationsResponse, _err error)

func (*Client) ListMergeRequestComments added in v4.5.0

func (client *Client) ListMergeRequestComments(request *ListMergeRequestCommentsRequest) (_result *ListMergeRequestCommentsResponse, _err error)

func (*Client) ListMergeRequestCommentsWithOptions added in v4.5.0

func (client *Client) ListMergeRequestCommentsWithOptions(request *ListMergeRequestCommentsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMergeRequestCommentsResponse, _err error)

func (*Client) ListMergeRequestFilesReads added in v4.5.0

func (client *Client) ListMergeRequestFilesReads(request *ListMergeRequestFilesReadsRequest) (_result *ListMergeRequestFilesReadsResponse, _err error)

func (*Client) ListMergeRequestFilesReadsWithOptions added in v4.5.0

func (client *Client) ListMergeRequestFilesReadsWithOptions(request *ListMergeRequestFilesReadsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMergeRequestFilesReadsResponse, _err error)

func (*Client) ListMergeRequestLabels added in v4.8.0

func (client *Client) ListMergeRequestLabels(request *ListMergeRequestLabelsRequest) (_result *ListMergeRequestLabelsResponse, _err error)

func (*Client) ListMergeRequestLabelsWithOptions added in v4.8.0

func (client *Client) ListMergeRequestLabelsWithOptions(request *ListMergeRequestLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMergeRequestLabelsResponse, _err error)

func (*Client) ListMergeRequestPatchSets added in v4.5.0

func (client *Client) ListMergeRequestPatchSets(request *ListMergeRequestPatchSetsRequest) (_result *ListMergeRequestPatchSetsResponse, _err error)

func (*Client) ListMergeRequestPatchSetsWithOptions added in v4.5.0

func (client *Client) ListMergeRequestPatchSetsWithOptions(request *ListMergeRequestPatchSetsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMergeRequestPatchSetsResponse, _err error)

func (*Client) ListMergeRequests added in v4.2.0

func (client *Client) ListMergeRequests(request *ListMergeRequestsRequest) (_result *ListMergeRequestsResponse, _err error)

func (*Client) ListMergeRequestsWithOptions added in v4.2.0

func (client *Client) ListMergeRequestsWithOptions(request *ListMergeRequestsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListMergeRequestsResponse, _err error)

func (*Client) ListOrganizationMembers

func (client *Client) ListOrganizationMembers(organizationId *string, request *ListOrganizationMembersRequest) (_result *ListOrganizationMembersResponse, _err error)

func (*Client) ListOrganizationMembersWithOptions

func (client *Client) ListOrganizationMembersWithOptions(organizationId *string, request *ListOrganizationMembersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListOrganizationMembersResponse, _err error)

func (*Client) ListOrganizations

func (client *Client) ListOrganizations(request *ListOrganizationsRequest) (_result *ListOrganizationsResponse, _err error)

func (*Client) ListOrganizationsWithOptions

func (client *Client) ListOrganizationsWithOptions(request *ListOrganizationsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListOrganizationsResponse, _err error)

func (*Client) ListPipelineGroupPipelines

func (client *Client) ListPipelineGroupPipelines(organizationId *string, groupId *string, request *ListPipelineGroupPipelinesRequest) (_result *ListPipelineGroupPipelinesResponse, _err error)

func (*Client) ListPipelineGroupPipelinesWithOptions

func (client *Client) ListPipelineGroupPipelinesWithOptions(organizationId *string, groupId *string, request *ListPipelineGroupPipelinesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineGroupPipelinesResponse, _err error)

func (*Client) ListPipelineGroups

func (client *Client) ListPipelineGroups(organizationId *string, request *ListPipelineGroupsRequest) (_result *ListPipelineGroupsResponse, _err error)

func (*Client) ListPipelineGroupsWithOptions

func (client *Client) ListPipelineGroupsWithOptions(organizationId *string, request *ListPipelineGroupsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineGroupsResponse, _err error)

func (*Client) ListPipelineJobHistorys

func (client *Client) ListPipelineJobHistorys(organizationId *string, pipelineId *string, request *ListPipelineJobHistorysRequest) (_result *ListPipelineJobHistorysResponse, _err error)

func (*Client) ListPipelineJobHistorysWithOptions

func (client *Client) ListPipelineJobHistorysWithOptions(organizationId *string, pipelineId *string, request *ListPipelineJobHistorysRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineJobHistorysResponse, _err error)

func (*Client) ListPipelineJobs

func (client *Client) ListPipelineJobs(organizationId *string, pipelineId *string, request *ListPipelineJobsRequest) (_result *ListPipelineJobsResponse, _err error)

func (*Client) ListPipelineJobsWithOptions

func (client *Client) ListPipelineJobsWithOptions(organizationId *string, pipelineId *string, request *ListPipelineJobsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineJobsResponse, _err error)

func (*Client) ListPipelineRelations

func (client *Client) ListPipelineRelations(organizationId *string, pipelineId *string, request *ListPipelineRelationsRequest) (_result *ListPipelineRelationsResponse, _err error)

func (*Client) ListPipelineRelationsWithOptions

func (client *Client) ListPipelineRelationsWithOptions(organizationId *string, pipelineId *string, request *ListPipelineRelationsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineRelationsResponse, _err error)

func (*Client) ListPipelineRuns

func (client *Client) ListPipelineRuns(organizationId *string, pipelineId *string, request *ListPipelineRunsRequest) (_result *ListPipelineRunsResponse, _err error)

func (*Client) ListPipelineRunsWithOptions

func (client *Client) ListPipelineRunsWithOptions(organizationId *string, pipelineId *string, request *ListPipelineRunsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelineRunsResponse, _err error)

func (*Client) ListPipelines

func (client *Client) ListPipelines(organizationId *string, request *ListPipelinesRequest) (_result *ListPipelinesResponse, _err error)

func (*Client) ListPipelinesWithOptions

func (client *Client) ListPipelinesWithOptions(organizationId *string, request *ListPipelinesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPipelinesResponse, _err error)

func (*Client) ListProjectLabels added in v4.8.0

func (client *Client) ListProjectLabels(request *ListProjectLabelsRequest) (_result *ListProjectLabelsResponse, _err error)

func (*Client) ListProjectLabelsWithOptions added in v4.8.0

func (client *Client) ListProjectLabelsWithOptions(request *ListProjectLabelsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectLabelsResponse, _err error)

func (*Client) ListProjectMembers

func (client *Client) ListProjectMembers(organizationId *string, projectId *string, request *ListProjectMembersRequest) (_result *ListProjectMembersResponse, _err error)

func (*Client) ListProjectMembersWithOptions

func (client *Client) ListProjectMembersWithOptions(organizationId *string, projectId *string, request *ListProjectMembersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectMembersResponse, _err error)

func (*Client) ListProjectTemplates

func (client *Client) ListProjectTemplates(organizationId *string, request *ListProjectTemplatesRequest) (_result *ListProjectTemplatesResponse, _err error)

func (*Client) ListProjectTemplatesWithOptions

func (client *Client) ListProjectTemplatesWithOptions(organizationId *string, request *ListProjectTemplatesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectTemplatesResponse, _err error)

func (*Client) ListProjectWorkitemTypes

func (client *Client) ListProjectWorkitemTypes(organizationId *string, projectId *string, request *ListProjectWorkitemTypesRequest) (_result *ListProjectWorkitemTypesResponse, _err error)

func (*Client) ListProjectWorkitemTypesWithOptions

func (client *Client) ListProjectWorkitemTypesWithOptions(organizationId *string, projectId *string, request *ListProjectWorkitemTypesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectWorkitemTypesResponse, _err error)

func (*Client) ListProjects

func (client *Client) ListProjects(organizationId *string, request *ListProjectsRequest) (_result *ListProjectsResponse, _err error)

func (*Client) ListProjectsWithOptions

func (client *Client) ListProjectsWithOptions(organizationId *string, request *ListProjectsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectsResponse, _err error)

func (*Client) ListProtectedBranches

func (client *Client) ListProtectedBranches(repositoryId *string, request *ListProtectedBranchesRequest) (_result *ListProtectedBranchesResponse, _err error)

func (*Client) ListProtectedBranchesWithOptions

func (client *Client) ListProtectedBranchesWithOptions(repositoryId *string, request *ListProtectedBranchesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProtectedBranchesResponse, _err error)

func (*Client) ListPushRules added in v4.3.0

func (client *Client) ListPushRules(repositoryId *string, request *ListPushRulesRequest) (_result *ListPushRulesResponse, _err error)

func (*Client) ListPushRulesWithOptions added in v4.3.0

func (client *Client) ListPushRulesWithOptions(repositoryId *string, request *ListPushRulesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListPushRulesResponse, _err error)

func (*Client) ListRepositories

func (client *Client) ListRepositories(request *ListRepositoriesRequest) (_result *ListRepositoriesResponse, _err error)

func (*Client) ListRepositoriesWithOptions

func (client *Client) ListRepositoriesWithOptions(request *ListRepositoriesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoriesResponse, _err error)

func (*Client) ListRepositoryBranches

func (client *Client) ListRepositoryBranches(repositoryId *string, request *ListRepositoryBranchesRequest) (_result *ListRepositoryBranchesResponse, _err error)

func (*Client) ListRepositoryBranchesWithOptions

func (client *Client) ListRepositoryBranchesWithOptions(repositoryId *string, request *ListRepositoryBranchesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryBranchesResponse, _err error)

func (*Client) ListRepositoryCommitDiff

func (client *Client) ListRepositoryCommitDiff(repositoryId *string, sha *string, request *ListRepositoryCommitDiffRequest) (_result *ListRepositoryCommitDiffResponse, _err error)

func (*Client) ListRepositoryCommitDiffWithOptions

func (client *Client) ListRepositoryCommitDiffWithOptions(repositoryId *string, sha *string, request *ListRepositoryCommitDiffRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryCommitDiffResponse, _err error)

func (*Client) ListRepositoryCommits

func (client *Client) ListRepositoryCommits(repositoryId *string, request *ListRepositoryCommitsRequest) (_result *ListRepositoryCommitsResponse, _err error)

func (*Client) ListRepositoryCommitsWithOptions

func (client *Client) ListRepositoryCommitsWithOptions(repositoryId *string, request *ListRepositoryCommitsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryCommitsResponse, _err error)

func (*Client) ListRepositoryGroups

func (client *Client) ListRepositoryGroups(request *ListRepositoryGroupsRequest) (_result *ListRepositoryGroupsResponse, _err error)

func (*Client) ListRepositoryGroupsWithOptions

func (client *Client) ListRepositoryGroupsWithOptions(request *ListRepositoryGroupsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryGroupsResponse, _err error)

func (*Client) ListRepositoryMemberWithInherited

func (client *Client) ListRepositoryMemberWithInherited(repositoryId *string, request *ListRepositoryMemberWithInheritedRequest) (_result *ListRepositoryMemberWithInheritedResponse, _err error)

func (*Client) ListRepositoryMemberWithInheritedWithOptions

func (client *Client) ListRepositoryMemberWithInheritedWithOptions(repositoryId *string, request *ListRepositoryMemberWithInheritedRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryMemberWithInheritedResponse, _err error)

func (*Client) ListRepositoryTags

func (client *Client) ListRepositoryTags(repositoryId *string, request *ListRepositoryTagsRequest) (_result *ListRepositoryTagsResponse, _err error)

func (*Client) ListRepositoryTagsWithOptions

func (client *Client) ListRepositoryTagsWithOptions(repositoryId *string, request *ListRepositoryTagsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryTagsResponse, _err error)

func (*Client) ListRepositoryTree

func (client *Client) ListRepositoryTree(repositoryId *string, request *ListRepositoryTreeRequest) (_result *ListRepositoryTreeResponse, _err error)

func (*Client) ListRepositoryTreeWithOptions

func (client *Client) ListRepositoryTreeWithOptions(repositoryId *string, request *ListRepositoryTreeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryTreeResponse, _err error)

func (*Client) ListRepositoryWebhook

func (client *Client) ListRepositoryWebhook(repositoryId *string, request *ListRepositoryWebhookRequest) (_result *ListRepositoryWebhookResponse, _err error)

func (*Client) ListRepositoryWebhookWithOptions

func (client *Client) ListRepositoryWebhookWithOptions(repositoryId *string, request *ListRepositoryWebhookRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListRepositoryWebhookResponse, _err error)

func (*Client) ListResourceMembers

func (client *Client) ListResourceMembers(organizationId *string, resourceType *string, resourceId *string) (_result *ListResourceMembersResponse, _err error)

func (*Client) ListResourceMembersWithOptions

func (client *Client) ListResourceMembersWithOptions(organizationId *string, resourceType *string, resourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListResourceMembersResponse, _err error)

func (*Client) ListSearchCommit

func (client *Client) ListSearchCommit(request *ListSearchCommitRequest) (_result *ListSearchCommitResponse, _err error)

func (*Client) ListSearchCommitWithOptions

func (client *Client) ListSearchCommitWithOptions(request *ListSearchCommitRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSearchCommitResponse, _err error)

func (*Client) ListSearchRepository

func (client *Client) ListSearchRepository(request *ListSearchRepositoryRequest) (_result *ListSearchRepositoryResponse, _err error)

func (*Client) ListSearchRepositoryWithOptions

func (client *Client) ListSearchRepositoryWithOptions(request *ListSearchRepositoryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSearchRepositoryResponse, _err error)

func (*Client) ListSearchSourceCode

func (client *Client) ListSearchSourceCode(request *ListSearchSourceCodeRequest) (_result *ListSearchSourceCodeResponse, _err error)

func (*Client) ListSearchSourceCodeWithOptions

func (client *Client) ListSearchSourceCodeWithOptions(request *ListSearchSourceCodeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSearchSourceCodeResponse, _err error)

func (*Client) ListServiceAuths added in v4.1.0

func (client *Client) ListServiceAuths(organizationId *string, request *ListServiceAuthsRequest) (_result *ListServiceAuthsResponse, _err error)

func (*Client) ListServiceAuthsWithOptions added in v4.1.0

func (client *Client) ListServiceAuthsWithOptions(organizationId *string, request *ListServiceAuthsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServiceAuthsResponse, _err error)

func (*Client) ListServiceConnections

func (client *Client) ListServiceConnections(organizationId *string, request *ListServiceConnectionsRequest) (_result *ListServiceConnectionsResponse, _err error)

func (*Client) ListServiceConnectionsWithOptions

func (client *Client) ListServiceConnectionsWithOptions(organizationId *string, request *ListServiceConnectionsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServiceConnectionsResponse, _err error)

func (*Client) ListServiceCredentials added in v4.1.0

func (client *Client) ListServiceCredentials(organizationId *string, request *ListServiceCredentialsRequest) (_result *ListServiceCredentialsResponse, _err error)

func (*Client) ListServiceCredentialsWithOptions added in v4.1.0

func (client *Client) ListServiceCredentialsWithOptions(organizationId *string, request *ListServiceCredentialsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListServiceCredentialsResponse, _err error)

func (*Client) ListSprints

func (client *Client) ListSprints(organizationId *string, request *ListSprintsRequest) (_result *ListSprintsResponse, _err error)

func (*Client) ListSprintsWithOptions

func (client *Client) ListSprintsWithOptions(organizationId *string, request *ListSprintsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSprintsResponse, _err error)

func (*Client) ListTestCaseFields

func (client *Client) ListTestCaseFields(organizationId *string, request *ListTestCaseFieldsRequest) (_result *ListTestCaseFieldsResponse, _err error)

func (*Client) ListTestCaseFieldsWithOptions

func (client *Client) ListTestCaseFieldsWithOptions(organizationId *string, request *ListTestCaseFieldsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTestCaseFieldsResponse, _err error)

func (*Client) ListUserDrawRecordByPk added in v4.13.0

func (client *Client) ListUserDrawRecordByPk(request *ListUserDrawRecordByPkRequest) (_result *ListUserDrawRecordByPkResponse, _err error)

func (*Client) ListUserDrawRecordByPkWithOptions added in v4.13.0

func (client *Client) ListUserDrawRecordByPkWithOptions(request *ListUserDrawRecordByPkRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserDrawRecordByPkResponse, _err error)

func (*Client) ListUserKeys

func (client *Client) ListUserKeys(request *ListUserKeysRequest) (_result *ListUserKeysResponse, _err error)

func (*Client) ListUserKeysWithOptions

func (client *Client) ListUserKeysWithOptions(request *ListUserKeysRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserKeysResponse, _err error)

func (*Client) ListUserResources

func (client *Client) ListUserResources(request *ListUserResourcesRequest) (_result *ListUserResourcesResponse, _err error)

func (*Client) ListUserResourcesWithOptions

func (client *Client) ListUserResourcesWithOptions(request *ListUserResourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListUserResourcesResponse, _err error)

func (*Client) ListVariableGroups

func (client *Client) ListVariableGroups(organizationId *string, request *ListVariableGroupsRequest) (_result *ListVariableGroupsResponse, _err error)

func (*Client) ListVariableGroupsWithOptions

func (client *Client) ListVariableGroupsWithOptions(organizationId *string, request *ListVariableGroupsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListVariableGroupsResponse, _err error)

func (*Client) ListWorkItemAllFields

func (client *Client) ListWorkItemAllFields(organizationId *string, request *ListWorkItemAllFieldsRequest) (_result *ListWorkItemAllFieldsResponse, _err error)

func (*Client) ListWorkItemAllFieldsWithOptions

func (client *Client) ListWorkItemAllFieldsWithOptions(organizationId *string, request *ListWorkItemAllFieldsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkItemAllFieldsResponse, _err error)

func (*Client) ListWorkItemWorkFlowStatus

func (client *Client) ListWorkItemWorkFlowStatus(organizationId *string, request *ListWorkItemWorkFlowStatusRequest) (_result *ListWorkItemWorkFlowStatusResponse, _err error)

func (*Client) ListWorkItemWorkFlowStatusWithOptions

func (client *Client) ListWorkItemWorkFlowStatusWithOptions(organizationId *string, request *ListWorkItemWorkFlowStatusRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkItemWorkFlowStatusResponse, _err error)

func (*Client) ListWorkitemAttachments added in v4.4.0

func (client *Client) ListWorkitemAttachments(organizationId *string, workitemIdentifier *string) (_result *ListWorkitemAttachmentsResponse, _err error)

func (*Client) ListWorkitemAttachmentsWithOptions added in v4.4.0

func (client *Client) ListWorkitemAttachmentsWithOptions(organizationId *string, workitemIdentifier *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkitemAttachmentsResponse, _err error)

func (*Client) ListWorkitemEstimate added in v4.1.0

func (client *Client) ListWorkitemEstimate(organizationId *string, workitemId *string) (_result *ListWorkitemEstimateResponse, _err error)

func (*Client) ListWorkitemEstimateWithOptions added in v4.1.0

func (client *Client) ListWorkitemEstimateWithOptions(organizationId *string, workitemId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkitemEstimateResponse, _err error)

func (*Client) ListWorkitemTime

func (client *Client) ListWorkitemTime(organizationId *string, workitemId *string) (_result *ListWorkitemTimeResponse, _err error)

func (*Client) ListWorkitemTimeWithOptions

func (client *Client) ListWorkitemTimeWithOptions(organizationId *string, workitemId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkitemTimeResponse, _err error)

func (*Client) ListWorkitems

func (client *Client) ListWorkitems(organizationId *string, request *ListWorkitemsRequest) (_result *ListWorkitemsResponse, _err error)

func (*Client) ListWorkitemsWithOptions

func (client *Client) ListWorkitemsWithOptions(organizationId *string, request *ListWorkitemsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkitemsResponse, _err error)

func (*Client) ListWorkspaces

func (client *Client) ListWorkspaces(request *ListWorkspacesRequest) (_result *ListWorkspacesResponse, _err error)

func (*Client) ListWorkspacesWithOptions

func (client *Client) ListWorkspacesWithOptions(tmpReq *ListWorkspacesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListWorkspacesResponse, _err error)

func (*Client) LogPipelineJobRun

func (client *Client) LogPipelineJobRun(organizationId *string, pipelineId *string, jobId *string, pipelineRunId *string) (_result *LogPipelineJobRunResponse, _err error)

func (*Client) LogPipelineJobRunWithOptions

func (client *Client) LogPipelineJobRunWithOptions(organizationId *string, pipelineId *string, jobId *string, pipelineRunId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *LogPipelineJobRunResponse, _err error)

func (*Client) LogVMDeployMachine

func (client *Client) LogVMDeployMachine(organizationId *string, pipelineId *string, deployOrderId *string, machineSn *string) (_result *LogVMDeployMachineResponse, _err error)

func (*Client) LogVMDeployMachineWithOptions

func (client *Client) LogVMDeployMachineWithOptions(organizationId *string, pipelineId *string, deployOrderId *string, machineSn *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *LogVMDeployMachineResponse, _err error)

func (*Client) MergeMergeRequest added in v4.2.0

func (client *Client) MergeMergeRequest(repositoryId *string, localId *string, request *MergeMergeRequestRequest) (_result *MergeMergeRequestResponse, _err error)

func (*Client) MergeMergeRequestWithOptions added in v4.2.0

func (client *Client) MergeMergeRequestWithOptions(repositoryId *string, localId *string, request *MergeMergeRequestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *MergeMergeRequestResponse, _err error)

func (*Client) PassPipelineValidate

func (client *Client) PassPipelineValidate(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string) (_result *PassPipelineValidateResponse, _err error)

func (*Client) PassPipelineValidateWithOptions

func (client *Client) PassPipelineValidateWithOptions(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PassPipelineValidateResponse, _err error)

func (*Client) RefusePipelineValidate

func (client *Client) RefusePipelineValidate(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string) (_result *RefusePipelineValidateResponse, _err error)

func (*Client) RefusePipelineValidateWithOptions

func (client *Client) RefusePipelineValidateWithOptions(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RefusePipelineValidateResponse, _err error)

func (*Client) ReleaseWorkspace

func (client *Client) ReleaseWorkspace(workspaceId *string) (_result *ReleaseWorkspaceResponse, _err error)

func (*Client) ReleaseWorkspaceWithOptions

func (client *Client) ReleaseWorkspaceWithOptions(workspaceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ReleaseWorkspaceResponse, _err error)

func (*Client) ReopenMergeRequest added in v4.2.0

func (client *Client) ReopenMergeRequest(repositoryId *string, localId *string, request *ReopenMergeRequestRequest) (_result *ReopenMergeRequestResponse, _err error)

func (*Client) ReopenMergeRequestWithOptions added in v4.2.0

func (client *Client) ReopenMergeRequestWithOptions(repositoryId *string, localId *string, request *ReopenMergeRequestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ReopenMergeRequestResponse, _err error)

func (*Client) ResetSshKey

func (client *Client) ResetSshKey(organizationId *string) (_result *ResetSshKeyResponse, _err error)

func (*Client) ResetSshKeyWithOptions

func (client *Client) ResetSshKeyWithOptions(organizationId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ResetSshKeyResponse, _err error)

func (*Client) ResumeVMDeployOrder

func (client *Client) ResumeVMDeployOrder(organizationId *string, pipelineId *string, deployOrderId *string) (_result *ResumeVMDeployOrderResponse, _err error)

func (*Client) ResumeVMDeployOrderWithOptions

func (client *Client) ResumeVMDeployOrderWithOptions(organizationId *string, pipelineId *string, deployOrderId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ResumeVMDeployOrderResponse, _err error)

func (*Client) RetryPipelineJobRun

func (client *Client) RetryPipelineJobRun(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string) (_result *RetryPipelineJobRunResponse, _err error)

func (*Client) RetryPipelineJobRunWithOptions

func (client *Client) RetryPipelineJobRunWithOptions(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RetryPipelineJobRunResponse, _err error)

func (*Client) RetryVMDeployMachine

func (client *Client) RetryVMDeployMachine(organizationId *string, pipelineId *string, deployOrderId *string, machineSn *string) (_result *RetryVMDeployMachineResponse, _err error)

func (*Client) RetryVMDeployMachineWithOptions

func (client *Client) RetryVMDeployMachineWithOptions(organizationId *string, pipelineId *string, deployOrderId *string, machineSn *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RetryVMDeployMachineResponse, _err error)

func (*Client) ReviewMergeRequest added in v4.2.0

func (client *Client) ReviewMergeRequest(repositoryId *string, localId *string, request *ReviewMergeRequestRequest) (_result *ReviewMergeRequestResponse, _err error)

func (*Client) ReviewMergeRequestWithOptions added in v4.2.0

func (client *Client) ReviewMergeRequestWithOptions(repositoryId *string, localId *string, request *ReviewMergeRequestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ReviewMergeRequestResponse, _err error)

func (*Client) SkipPipelineJobRun

func (client *Client) SkipPipelineJobRun(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string) (_result *SkipPipelineJobRunResponse, _err error)

func (*Client) SkipPipelineJobRunWithOptions

func (client *Client) SkipPipelineJobRunWithOptions(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SkipPipelineJobRunResponse, _err error)

func (*Client) SkipVMDeployMachine

func (client *Client) SkipVMDeployMachine(organizationId *string, pipelineId *string, deployOrderId *string, machineSn *string) (_result *SkipVMDeployMachineResponse, _err error)

func (*Client) SkipVMDeployMachineWithOptions

func (client *Client) SkipVMDeployMachineWithOptions(organizationId *string, pipelineId *string, deployOrderId *string, machineSn *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *SkipVMDeployMachineResponse, _err error)

func (*Client) StartPipelineRun

func (client *Client) StartPipelineRun(organizationId *string, pipelineId *string, request *StartPipelineRunRequest) (_result *StartPipelineRunResponse, _err error)

func (*Client) StartPipelineRunWithOptions

func (client *Client) StartPipelineRunWithOptions(organizationId *string, pipelineId *string, request *StartPipelineRunRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StartPipelineRunResponse, _err error)

func (*Client) StopPipelineJobRun

func (client *Client) StopPipelineJobRun(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string) (_result *StopPipelineJobRunResponse, _err error)

func (*Client) StopPipelineJobRunWithOptions

func (client *Client) StopPipelineJobRunWithOptions(organizationId *string, pipelineId *string, pipelineRunId *string, jobId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopPipelineJobRunResponse, _err error)

func (*Client) StopPipelineRun

func (client *Client) StopPipelineRun(organizationId *string, pipelineId *string, pipelineRunId *string) (_result *StopPipelineRunResponse, _err error)

func (*Client) StopPipelineRunWithOptions

func (client *Client) StopPipelineRunWithOptions(organizationId *string, pipelineId *string, pipelineRunId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopPipelineRunResponse, _err error)

func (*Client) StopVMDeployOrder

func (client *Client) StopVMDeployOrder(organizationId *string, pipelineId *string, deployOrderId *string) (_result *StopVMDeployOrderResponse, _err error)

func (*Client) StopVMDeployOrderWithOptions

func (client *Client) StopVMDeployOrderWithOptions(organizationId *string, pipelineId *string, deployOrderId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *StopVMDeployOrderResponse, _err error)

func (*Client) TransferRepository

func (client *Client) TransferRepository(request *TransferRepositoryRequest) (_result *TransferRepositoryResponse, _err error)

func (*Client) TransferRepositoryWithOptions

func (client *Client) TransferRepositoryWithOptions(request *TransferRepositoryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TransferRepositoryResponse, _err error)

func (*Client) TriggerRepositoryMirrorSync

func (client *Client) TriggerRepositoryMirrorSync(repositoryId *string, request *TriggerRepositoryMirrorSyncRequest) (_result *TriggerRepositoryMirrorSyncResponse, _err error)

func (*Client) TriggerRepositoryMirrorSyncWithOptions

func (client *Client) TriggerRepositoryMirrorSyncWithOptions(repositoryId *string, request *TriggerRepositoryMirrorSyncRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *TriggerRepositoryMirrorSyncResponse, _err error)

func (*Client) UpdateAppMember added in v4.6.0

func (client *Client) UpdateAppMember(appName *string, request *UpdateAppMemberRequest) (_result *UpdateAppMemberResponse, _err error)

func (*Client) UpdateAppMemberWithOptions added in v4.6.0

func (client *Client) UpdateAppMemberWithOptions(appName *string, request *UpdateAppMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateAppMemberResponse, _err error)

func (*Client) UpdateApplication added in v4.6.0

func (client *Client) UpdateApplication(appName *string, request *UpdateApplicationRequest) (_result *UpdateApplicationResponse, _err error)

func (*Client) UpdateApplicationWithOptions added in v4.6.0

func (client *Client) UpdateApplicationWithOptions(appName *string, request *UpdateApplicationRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateApplicationResponse, _err error)

func (*Client) UpdateCheckRun added in v4.12.0

func (client *Client) UpdateCheckRun(request *UpdateCheckRunRequest) (_result *UpdateCheckRunResponse, _err error)

func (*Client) UpdateCheckRunWithOptions added in v4.12.0

func (client *Client) UpdateCheckRunWithOptions(request *UpdateCheckRunRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateCheckRunResponse, _err error)

func (*Client) UpdateFile

func (client *Client) UpdateFile(repositoryId *string, request *UpdateFileRequest) (_result *UpdateFileResponse, _err error)

func (*Client) UpdateFileWithOptions

func (client *Client) UpdateFileWithOptions(repositoryId *string, request *UpdateFileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFileResponse, _err error)

func (*Client) UpdateFlowTag

func (client *Client) UpdateFlowTag(organizationId *string, id *string, request *UpdateFlowTagRequest) (_result *UpdateFlowTagResponse, _err error)

func (*Client) UpdateFlowTagGroup

func (client *Client) UpdateFlowTagGroup(organizationId *string, id *string, request *UpdateFlowTagGroupRequest) (_result *UpdateFlowTagGroupResponse, _err error)

func (*Client) UpdateFlowTagGroupWithOptions

func (client *Client) UpdateFlowTagGroupWithOptions(organizationId *string, id *string, request *UpdateFlowTagGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFlowTagGroupResponse, _err error)

func (*Client) UpdateFlowTagWithOptions

func (client *Client) UpdateFlowTagWithOptions(organizationId *string, id *string, request *UpdateFlowTagRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateFlowTagResponse, _err error)

func (*Client) UpdateGroup

func (client *Client) UpdateGroup(request *UpdateGroupRequest) (_result *UpdateGroupResponse, _err error)

func (*Client) UpdateGroupMember

func (client *Client) UpdateGroupMember(groupId *string, request *UpdateGroupMemberRequest) (_result *UpdateGroupMemberResponse, _err error)

func (*Client) UpdateGroupMemberWithOptions

func (client *Client) UpdateGroupMemberWithOptions(groupId *string, request *UpdateGroupMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateGroupMemberResponse, _err error)

func (*Client) UpdateGroupWithOptions

func (client *Client) UpdateGroupWithOptions(request *UpdateGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateGroupResponse, _err error)

func (*Client) UpdateHostGroup

func (client *Client) UpdateHostGroup(organizationId *string, id *string, request *UpdateHostGroupRequest) (_result *UpdateHostGroupResponse, _err error)

func (*Client) UpdateHostGroupWithOptions

func (client *Client) UpdateHostGroupWithOptions(organizationId *string, id *string, request *UpdateHostGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateHostGroupResponse, _err error)

func (*Client) UpdateMergeRequest added in v4.2.0

func (client *Client) UpdateMergeRequest(repositoryId *string, localId *string, request *UpdateMergeRequestRequest) (_result *UpdateMergeRequestResponse, _err error)

func (*Client) UpdateMergeRequestPersonnel added in v4.2.0

func (client *Client) UpdateMergeRequestPersonnel(repositoryId *string, localId *string, personType *string, request *UpdateMergeRequestPersonnelRequest) (_result *UpdateMergeRequestPersonnelResponse, _err error)

func (*Client) UpdateMergeRequestPersonnelWithOptions added in v4.2.0

func (client *Client) UpdateMergeRequestPersonnelWithOptions(repositoryId *string, localId *string, personType *string, request *UpdateMergeRequestPersonnelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateMergeRequestPersonnelResponse, _err error)

func (*Client) UpdateMergeRequestWithOptions added in v4.2.0

func (client *Client) UpdateMergeRequestWithOptions(repositoryId *string, localId *string, request *UpdateMergeRequestRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateMergeRequestResponse, _err error)

func (*Client) UpdatePipeline

func (client *Client) UpdatePipeline(organizationId *string, request *UpdatePipelineRequest) (_result *UpdatePipelineResponse, _err error)

func (*Client) UpdatePipelineBaseInfo

func (client *Client) UpdatePipelineBaseInfo(organizationId *string, pipelineId *string, request *UpdatePipelineBaseInfoRequest) (_result *UpdatePipelineBaseInfoResponse, _err error)

func (*Client) UpdatePipelineBaseInfoWithOptions

func (client *Client) UpdatePipelineBaseInfoWithOptions(organizationId *string, pipelineId *string, request *UpdatePipelineBaseInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePipelineBaseInfoResponse, _err error)

func (*Client) UpdatePipelineGroup

func (client *Client) UpdatePipelineGroup(organizationId *string, groupId *string, request *UpdatePipelineGroupRequest) (_result *UpdatePipelineGroupResponse, _err error)

func (*Client) UpdatePipelineGroupWithOptions

func (client *Client) UpdatePipelineGroupWithOptions(organizationId *string, groupId *string, request *UpdatePipelineGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePipelineGroupResponse, _err error)

func (*Client) UpdatePipelineWithOptions

func (client *Client) UpdatePipelineWithOptions(organizationId *string, request *UpdatePipelineRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePipelineResponse, _err error)

func (*Client) UpdateProjectField added in v4.1.0

func (client *Client) UpdateProjectField(organizationId *string, identifier *string, request *UpdateProjectFieldRequest) (_result *UpdateProjectFieldResponse, _err error)

func (*Client) UpdateProjectFieldWithOptions added in v4.1.0

func (client *Client) UpdateProjectFieldWithOptions(organizationId *string, identifier *string, request *UpdateProjectFieldRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProjectFieldResponse, _err error)

func (*Client) UpdateProjectLabel added in v4.8.0

func (client *Client) UpdateProjectLabel(labelId *string, request *UpdateProjectLabelRequest) (_result *UpdateProjectLabelResponse, _err error)

func (*Client) UpdateProjectLabelWithOptions added in v4.8.0

func (client *Client) UpdateProjectLabelWithOptions(labelId *string, request *UpdateProjectLabelRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProjectLabelResponse, _err error)

func (*Client) UpdateProjectMember

func (client *Client) UpdateProjectMember(organizationId *string, projectId *string, request *UpdateProjectMemberRequest) (_result *UpdateProjectMemberResponse, _err error)

func (*Client) UpdateProjectMemberWithOptions

func (client *Client) UpdateProjectMemberWithOptions(organizationId *string, projectId *string, request *UpdateProjectMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProjectMemberResponse, _err error)

func (*Client) UpdateProtectedBranches

func (client *Client) UpdateProtectedBranches(repositoryId *string, id *string, request *UpdateProtectedBranchesRequest) (_result *UpdateProtectedBranchesResponse, _err error)

func (*Client) UpdateProtectedBranchesWithOptions

func (client *Client) UpdateProtectedBranchesWithOptions(repositoryId *string, id *string, request *UpdateProtectedBranchesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProtectedBranchesResponse, _err error)

func (*Client) UpdatePushReviewOnOff

func (client *Client) UpdatePushReviewOnOff(repositoryId *string, request *UpdatePushReviewOnOffRequest) (_result *UpdatePushReviewOnOffResponse, _err error)

func (*Client) UpdatePushReviewOnOffWithOptions

func (client *Client) UpdatePushReviewOnOffWithOptions(repositoryId *string, request *UpdatePushReviewOnOffRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePushReviewOnOffResponse, _err error)

func (*Client) UpdatePushRule added in v4.3.0

func (client *Client) UpdatePushRule(repositoryId *string, pushRuleId *string, request *UpdatePushRuleRequest) (_result *UpdatePushRuleResponse, _err error)

func (*Client) UpdatePushRuleWithOptions added in v4.3.0

func (client *Client) UpdatePushRuleWithOptions(repositoryId *string, pushRuleId *string, request *UpdatePushRuleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdatePushRuleResponse, _err error)

func (*Client) UpdateRepository

func (client *Client) UpdateRepository(repositoryId *string, request *UpdateRepositoryRequest) (_result *UpdateRepositoryResponse, _err error)

func (*Client) UpdateRepositoryMember

func (client *Client) UpdateRepositoryMember(repositoryId *string, aliyunPk *string, request *UpdateRepositoryMemberRequest) (_result *UpdateRepositoryMemberResponse, _err error)

func (*Client) UpdateRepositoryMemberWithOptions

func (client *Client) UpdateRepositoryMemberWithOptions(repositoryId *string, aliyunPk *string, request *UpdateRepositoryMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepositoryMemberResponse, _err error)

func (*Client) UpdateRepositoryWithOptions

func (client *Client) UpdateRepositoryWithOptions(repositoryId *string, request *UpdateRepositoryRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateRepositoryResponse, _err error)

func (*Client) UpdateResourceMember

func (client *Client) UpdateResourceMember(organizationId *string, resourceType *string, resourceId *string, accountId *string, request *UpdateResourceMemberRequest) (_result *UpdateResourceMemberResponse, _err error)

func (*Client) UpdateResourceMemberWithOptions

func (client *Client) UpdateResourceMemberWithOptions(organizationId *string, resourceType *string, resourceId *string, accountId *string, request *UpdateResourceMemberRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateResourceMemberResponse, _err error)

func (*Client) UpdateTestCase

func (client *Client) UpdateTestCase(organizationId *string, testcaseIdentifier *string, request *UpdateTestCaseRequest) (_result *UpdateTestCaseResponse, _err error)

func (*Client) UpdateTestCaseWithOptions

func (client *Client) UpdateTestCaseWithOptions(organizationId *string, testcaseIdentifier *string, request *UpdateTestCaseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateTestCaseResponse, _err error)

func (*Client) UpdateTestResult

func (client *Client) UpdateTestResult(organizationId *string, testPlanIdentifier *string, testcaseIdentifier *string, request *UpdateTestResultRequest) (_result *UpdateTestResultResponse, _err error)

func (*Client) UpdateTestResultWithOptions

func (client *Client) UpdateTestResultWithOptions(organizationId *string, testPlanIdentifier *string, testcaseIdentifier *string, request *UpdateTestResultRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateTestResultResponse, _err error)

func (*Client) UpdateVariableGroup

func (client *Client) UpdateVariableGroup(organizationId *string, id *string, request *UpdateVariableGroupRequest) (_result *UpdateVariableGroupResponse, _err error)

func (*Client) UpdateVariableGroupWithOptions

func (client *Client) UpdateVariableGroupWithOptions(organizationId *string, id *string, request *UpdateVariableGroupRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateVariableGroupResponse, _err error)

func (*Client) UpdateWorkItem

func (client *Client) UpdateWorkItem(organizationId *string, request *UpdateWorkItemRequest) (_result *UpdateWorkItemResponse, _err error)

func (*Client) UpdateWorkItemWithOptions

func (client *Client) UpdateWorkItemWithOptions(organizationId *string, request *UpdateWorkItemRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateWorkItemResponse, _err error)

func (*Client) UpdateWorkitemComment

func (client *Client) UpdateWorkitemComment(organizationId *string, request *UpdateWorkitemCommentRequest) (_result *UpdateWorkitemCommentResponse, _err error)

func (*Client) UpdateWorkitemCommentWithOptions

func (client *Client) UpdateWorkitemCommentWithOptions(organizationId *string, request *UpdateWorkitemCommentRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateWorkitemCommentResponse, _err error)

func (*Client) UpdateWorkitemField

func (client *Client) UpdateWorkitemField(organizationId *string, request *UpdateWorkitemFieldRequest) (_result *UpdateWorkitemFieldResponse, _err error)

func (*Client) UpdateWorkitemFieldWithOptions

func (client *Client) UpdateWorkitemFieldWithOptions(organizationId *string, request *UpdateWorkitemFieldRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateWorkitemFieldResponse, _err error)

func (*Client) WorkitemAttachmentCreate

func (client *Client) WorkitemAttachmentCreate(organizationId *string, workitemIdentifier *string, request *WorkitemAttachmentCreateRequest) (_result *WorkitemAttachmentCreateResponse, _err error)

func (*Client) WorkitemAttachmentCreateWithOptions

func (client *Client) WorkitemAttachmentCreateWithOptions(organizationId *string, workitemIdentifier *string, request *WorkitemAttachmentCreateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *WorkitemAttachmentCreateResponse, _err error)

type CloseMergeRequestRequest added in v4.2.0

type CloseMergeRequestRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CloseMergeRequestRequest) GoString added in v4.2.0

func (s CloseMergeRequestRequest) GoString() string

func (*CloseMergeRequestRequest) SetAccessToken added in v4.2.0

func (*CloseMergeRequestRequest) SetOrganizationId added in v4.2.0

func (s *CloseMergeRequestRequest) SetOrganizationId(v string) *CloseMergeRequestRequest

func (CloseMergeRequestRequest) String added in v4.2.0

func (s CloseMergeRequestRequest) String() string

type CloseMergeRequestResponse added in v4.2.0

type CloseMergeRequestResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CloseMergeRequestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CloseMergeRequestResponse) GoString added in v4.2.0

func (s CloseMergeRequestResponse) GoString() string

func (*CloseMergeRequestResponse) SetBody added in v4.2.0

func (*CloseMergeRequestResponse) SetHeaders added in v4.2.0

func (*CloseMergeRequestResponse) SetStatusCode added in v4.2.0

func (CloseMergeRequestResponse) String added in v4.2.0

func (s CloseMergeRequestResponse) String() string

type CloseMergeRequestResponseBody added in v4.2.0

type CloseMergeRequestResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CloseMergeRequestResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
}

func (CloseMergeRequestResponseBody) GoString added in v4.2.0

func (*CloseMergeRequestResponseBody) SetErrorCode added in v4.2.0

func (*CloseMergeRequestResponseBody) SetErrorMessage added in v4.2.0

func (*CloseMergeRequestResponseBody) SetRequestId added in v4.2.0

func (*CloseMergeRequestResponseBody) SetResult added in v4.2.0

func (*CloseMergeRequestResponseBody) SetSuccess added in v4.2.0

func (CloseMergeRequestResponseBody) String added in v4.2.0

type CloseMergeRequestResponseBodyResult added in v4.2.0

type CloseMergeRequestResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (CloseMergeRequestResponseBodyResult) GoString added in v4.2.0

func (*CloseMergeRequestResponseBodyResult) SetResult added in v4.2.0

func (CloseMergeRequestResponseBodyResult) String added in v4.2.0

type CreateAppMembersRequest added in v4.6.0

type CreateAppMembersRequest struct {
	PlayerList     []*CreateAppMembersRequestPlayerList `json:"playerList,omitempty" xml:"playerList,omitempty" type:"Repeated"`
	RoleNames      []*string                            `json:"roleNames,omitempty" xml:"roleNames,omitempty" type:"Repeated"`
	OrganizationId *string                              `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateAppMembersRequest) GoString added in v4.6.0

func (s CreateAppMembersRequest) GoString() string

func (*CreateAppMembersRequest) SetOrganizationId added in v4.6.0

func (s *CreateAppMembersRequest) SetOrganizationId(v string) *CreateAppMembersRequest

func (*CreateAppMembersRequest) SetPlayerList added in v4.6.0

func (*CreateAppMembersRequest) SetRoleNames added in v4.6.0

func (CreateAppMembersRequest) String added in v4.6.0

func (s CreateAppMembersRequest) String() string

type CreateAppMembersRequestPlayerList added in v4.6.0

type CreateAppMembersRequestPlayerList struct {
	Id   *string `json:"id,omitempty" xml:"id,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateAppMembersRequestPlayerList) GoString added in v4.6.0

func (*CreateAppMembersRequestPlayerList) SetId added in v4.6.0

func (*CreateAppMembersRequestPlayerList) SetType added in v4.6.0

func (CreateAppMembersRequestPlayerList) String added in v4.6.0

type CreateAppMembersResponse added in v4.6.0

type CreateAppMembersResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateAppMembersResponse) GoString added in v4.6.0

func (s CreateAppMembersResponse) GoString() string

func (*CreateAppMembersResponse) SetBody added in v4.6.0

func (*CreateAppMembersResponse) SetHeaders added in v4.6.0

func (*CreateAppMembersResponse) SetStatusCode added in v4.6.0

func (CreateAppMembersResponse) String added in v4.6.0

func (s CreateAppMembersResponse) String() string

type CreateBranchRequest

type CreateBranchRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	BranchName     *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	Ref            *string `json:"ref,omitempty" xml:"ref,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateBranchRequest) GoString

func (s CreateBranchRequest) GoString() string

func (*CreateBranchRequest) SetAccessToken

func (s *CreateBranchRequest) SetAccessToken(v string) *CreateBranchRequest

func (*CreateBranchRequest) SetBranchName

func (s *CreateBranchRequest) SetBranchName(v string) *CreateBranchRequest

func (*CreateBranchRequest) SetOrganizationId

func (s *CreateBranchRequest) SetOrganizationId(v string) *CreateBranchRequest

func (*CreateBranchRequest) SetRef

func (CreateBranchRequest) String

func (s CreateBranchRequest) String() string

type CreateBranchResponse

type CreateBranchResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateBranchResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateBranchResponse) GoString

func (s CreateBranchResponse) GoString() string

func (*CreateBranchResponse) SetBody

func (*CreateBranchResponse) SetHeaders

func (s *CreateBranchResponse) SetHeaders(v map[string]*string) *CreateBranchResponse

func (*CreateBranchResponse) SetStatusCode

func (s *CreateBranchResponse) SetStatusCode(v int32) *CreateBranchResponse

func (CreateBranchResponse) String

func (s CreateBranchResponse) String() string

type CreateBranchResponseBody

type CreateBranchResponseBody struct {
	ErrorCode    *string                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateBranchResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                           `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateBranchResponseBody) GoString

func (s CreateBranchResponseBody) GoString() string

func (*CreateBranchResponseBody) SetErrorCode

func (*CreateBranchResponseBody) SetErrorMessage

func (*CreateBranchResponseBody) SetRequestId

func (*CreateBranchResponseBody) SetResult

func (*CreateBranchResponseBody) SetSuccess

func (CreateBranchResponseBody) String

func (s CreateBranchResponseBody) String() string

type CreateBranchResponseBodyResult

type CreateBranchResponseBodyResult struct {
	Commit    *CreateBranchResponseBodyResultCommit `json:"commit,omitempty" xml:"commit,omitempty" type:"Struct"`
	Name      *string                               `json:"name,omitempty" xml:"name,omitempty"`
	Protected *bool                                 `json:"protected,omitempty" xml:"protected,omitempty"`
}

func (CreateBranchResponseBodyResult) GoString

func (*CreateBranchResponseBodyResult) SetName

func (*CreateBranchResponseBodyResult) SetProtected

func (CreateBranchResponseBodyResult) String

type CreateBranchResponseBodyResultCommit

type CreateBranchResponseBodyResultCommit struct {
	AuthorEmail    *string   `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string   `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string   `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommittedDate  *string   `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	CommitterEmail *string   `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string   `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string   `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string   `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string   `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string   `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Title          *string   `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateBranchResponseBodyResultCommit) GoString

func (*CreateBranchResponseBodyResultCommit) SetAuthorEmail

func (*CreateBranchResponseBodyResultCommit) SetAuthorName

func (*CreateBranchResponseBodyResultCommit) SetAuthoredDate

func (*CreateBranchResponseBodyResultCommit) SetCommittedDate

func (*CreateBranchResponseBodyResultCommit) SetCommitterEmail

func (*CreateBranchResponseBodyResultCommit) SetCommitterName

func (*CreateBranchResponseBodyResultCommit) SetCreatedAt

func (*CreateBranchResponseBodyResultCommit) SetId

func (*CreateBranchResponseBodyResultCommit) SetMessage

func (*CreateBranchResponseBodyResultCommit) SetParentIds

func (*CreateBranchResponseBodyResultCommit) SetShortId

func (*CreateBranchResponseBodyResultCommit) SetTitle

func (CreateBranchResponseBodyResultCommit) String

type CreateCheckRunRequest added in v4.12.0

type CreateCheckRunRequest struct {
	AccessToken        *string                             `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Annotations        []*CreateCheckRunRequestAnnotations `json:"annotations,omitempty" xml:"annotations,omitempty" type:"Repeated"`
	CompletedAt        *string                             `json:"completedAt,omitempty" xml:"completedAt,omitempty"`
	Conclusion         *string                             `json:"conclusion,omitempty" xml:"conclusion,omitempty"`
	DetailsUrl         *string                             `json:"detailsUrl,omitempty" xml:"detailsUrl,omitempty"`
	ExternalId         *string                             `json:"externalId,omitempty" xml:"externalId,omitempty"`
	HeadSha            *string                             `json:"headSha,omitempty" xml:"headSha,omitempty"`
	Name               *string                             `json:"name,omitempty" xml:"name,omitempty"`
	Output             *CreateCheckRunRequestOutput        `json:"output,omitempty" xml:"output,omitempty" type:"Struct"`
	StartedAt          *string                             `json:"startedAt,omitempty" xml:"startedAt,omitempty"`
	Status             *string                             `json:"status,omitempty" xml:"status,omitempty"`
	OrganizationId     *string                             `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string                             `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (CreateCheckRunRequest) GoString added in v4.12.0

func (s CreateCheckRunRequest) GoString() string

func (*CreateCheckRunRequest) SetAccessToken added in v4.12.0

func (s *CreateCheckRunRequest) SetAccessToken(v string) *CreateCheckRunRequest

func (*CreateCheckRunRequest) SetAnnotations added in v4.12.0

func (*CreateCheckRunRequest) SetCompletedAt added in v4.12.0

func (s *CreateCheckRunRequest) SetCompletedAt(v string) *CreateCheckRunRequest

func (*CreateCheckRunRequest) SetConclusion added in v4.12.0

func (s *CreateCheckRunRequest) SetConclusion(v string) *CreateCheckRunRequest

func (*CreateCheckRunRequest) SetDetailsUrl added in v4.12.0

func (s *CreateCheckRunRequest) SetDetailsUrl(v string) *CreateCheckRunRequest

func (*CreateCheckRunRequest) SetExternalId added in v4.12.0

func (s *CreateCheckRunRequest) SetExternalId(v string) *CreateCheckRunRequest

func (*CreateCheckRunRequest) SetHeadSha added in v4.12.0

func (*CreateCheckRunRequest) SetName added in v4.12.0

func (*CreateCheckRunRequest) SetOrganizationId added in v4.12.0

func (s *CreateCheckRunRequest) SetOrganizationId(v string) *CreateCheckRunRequest

func (*CreateCheckRunRequest) SetOutput added in v4.12.0

func (*CreateCheckRunRequest) SetRepositoryIdentity added in v4.12.0

func (s *CreateCheckRunRequest) SetRepositoryIdentity(v string) *CreateCheckRunRequest

func (*CreateCheckRunRequest) SetStartedAt added in v4.12.0

func (*CreateCheckRunRequest) SetStatus added in v4.12.0

func (CreateCheckRunRequest) String added in v4.12.0

func (s CreateCheckRunRequest) String() string

type CreateCheckRunRequestAnnotations added in v4.12.0

type CreateCheckRunRequestAnnotations struct {
	AnnotationLevel *string `json:"annotationLevel,omitempty" xml:"annotationLevel,omitempty"`
	EndColumn       *int64  `json:"endColumn,omitempty" xml:"endColumn,omitempty"`
	EndLine         *int64  `json:"endLine,omitempty" xml:"endLine,omitempty"`
	Message         *string `json:"message,omitempty" xml:"message,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	RawDetails      *string `json:"rawDetails,omitempty" xml:"rawDetails,omitempty"`
	StartColumn     *int64  `json:"startColumn,omitempty" xml:"startColumn,omitempty"`
	StartLine       *int64  `json:"startLine,omitempty" xml:"startLine,omitempty"`
	Title           *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateCheckRunRequestAnnotations) GoString added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetAnnotationLevel added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetEndColumn added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetEndLine added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetMessage added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetPath added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetRawDetails added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetStartColumn added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetStartLine added in v4.12.0

func (*CreateCheckRunRequestAnnotations) SetTitle added in v4.12.0

func (CreateCheckRunRequestAnnotations) String added in v4.12.0

type CreateCheckRunRequestOutput added in v4.12.0

type CreateCheckRunRequestOutput struct {
	Images  []*CreateCheckRunRequestOutputImages `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	Summary *string                              `json:"summary,omitempty" xml:"summary,omitempty"`
	Text    *string                              `json:"text,omitempty" xml:"text,omitempty"`
	Title   *string                              `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateCheckRunRequestOutput) GoString added in v4.12.0

func (s CreateCheckRunRequestOutput) GoString() string

func (*CreateCheckRunRequestOutput) SetImages added in v4.12.0

func (*CreateCheckRunRequestOutput) SetSummary added in v4.12.0

func (*CreateCheckRunRequestOutput) SetText added in v4.12.0

func (*CreateCheckRunRequestOutput) SetTitle added in v4.12.0

func (CreateCheckRunRequestOutput) String added in v4.12.0

type CreateCheckRunRequestOutputImages added in v4.12.0

type CreateCheckRunRequestOutputImages struct {
	Alt      *string `json:"alt,omitempty" xml:"alt,omitempty"`
	Caption  *string `json:"caption,omitempty" xml:"caption,omitempty"`
	ImageUrl *string `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
}

func (CreateCheckRunRequestOutputImages) GoString added in v4.12.0

func (*CreateCheckRunRequestOutputImages) SetAlt added in v4.12.0

func (*CreateCheckRunRequestOutputImages) SetCaption added in v4.12.0

func (*CreateCheckRunRequestOutputImages) SetImageUrl added in v4.12.0

func (CreateCheckRunRequestOutputImages) String added in v4.12.0

type CreateCheckRunResponse added in v4.12.0

type CreateCheckRunResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateCheckRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateCheckRunResponse) GoString added in v4.12.0

func (s CreateCheckRunResponse) GoString() string

func (*CreateCheckRunResponse) SetBody added in v4.12.0

func (*CreateCheckRunResponse) SetHeaders added in v4.12.0

func (*CreateCheckRunResponse) SetStatusCode added in v4.12.0

func (CreateCheckRunResponse) String added in v4.12.0

func (s CreateCheckRunResponse) String() string

type CreateCheckRunResponseBody added in v4.12.0

type CreateCheckRunResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateCheckRunResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateCheckRunResponseBody) GoString added in v4.12.0

func (s CreateCheckRunResponseBody) GoString() string

func (*CreateCheckRunResponseBody) SetErrorCode added in v4.12.0

func (*CreateCheckRunResponseBody) SetErrorMessage added in v4.12.0

func (*CreateCheckRunResponseBody) SetRequestId added in v4.12.0

func (*CreateCheckRunResponseBody) SetResult added in v4.12.0

func (*CreateCheckRunResponseBody) SetSuccess added in v4.12.0

func (CreateCheckRunResponseBody) String added in v4.12.0

type CreateCheckRunResponseBodyResult added in v4.12.0

type CreateCheckRunResponseBodyResult struct {
	Annotations []*CreateCheckRunResponseBodyResultAnnotations `json:"annotations,omitempty" xml:"annotations,omitempty" type:"Repeated"`
	CheckSuite  *CreateCheckRunResponseBodyResultCheckSuite    `json:"checkSuite,omitempty" xml:"checkSuite,omitempty" type:"Struct"`
	CompletedAt *string                                        `json:"completedAt,omitempty" xml:"completedAt,omitempty"`
	Conclusion  *string                                        `json:"conclusion,omitempty" xml:"conclusion,omitempty"`
	CreatedAt   *string                                        `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	DetailsUrl  *string                                        `json:"detailsUrl,omitempty" xml:"detailsUrl,omitempty"`
	ExternalId  *string                                        `json:"externalId,omitempty" xml:"externalId,omitempty"`
	HeadSha     *string                                        `json:"headSha,omitempty" xml:"headSha,omitempty"`
	Id          *int64                                         `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string                                        `json:"name,omitempty" xml:"name,omitempty"`
	Output      *CreateCheckRunResponseBodyResultOutput        `json:"output,omitempty" xml:"output,omitempty" type:"Struct"`
	StartedAt   *string                                        `json:"startedAt,omitempty" xml:"startedAt,omitempty"`
	Status      *string                                        `json:"status,omitempty" xml:"status,omitempty"`
	UpdatedAt   *string                                        `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	Writer      *CreateCheckRunResponseBodyResultWriter        `json:"writer,omitempty" xml:"writer,omitempty" type:"Struct"`
}

func (CreateCheckRunResponseBodyResult) GoString added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetAnnotations added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetCheckSuite added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetCompletedAt added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetConclusion added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetCreatedAt added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetDetailsUrl added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetExternalId added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetHeadSha added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetId added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetName added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetOutput added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetStartedAt added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetStatus added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetUpdatedAt added in v4.12.0

func (*CreateCheckRunResponseBodyResult) SetWriter added in v4.12.0

func (CreateCheckRunResponseBodyResult) String added in v4.12.0

type CreateCheckRunResponseBodyResultAnnotations added in v4.12.0

type CreateCheckRunResponseBodyResultAnnotations struct {
	AnnotationLevel *string `json:"annotationLevel,omitempty" xml:"annotationLevel,omitempty"`
	EndColumn       *int64  `json:"endColumn,omitempty" xml:"endColumn,omitempty"`
	EndLine         *int64  `json:"endLine,omitempty" xml:"endLine,omitempty"`
	Id              *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Message         *string `json:"message,omitempty" xml:"message,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	RawDetails      *string `json:"rawDetails,omitempty" xml:"rawDetails,omitempty"`
	StartColumn     *int64  `json:"startColumn,omitempty" xml:"startColumn,omitempty"`
	StartLine       *int64  `json:"startLine,omitempty" xml:"startLine,omitempty"`
	Title           *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateCheckRunResponseBodyResultAnnotations) GoString added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetAnnotationLevel added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetEndColumn added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetEndLine added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetId added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetMessage added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetPath added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetRawDetails added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetStartColumn added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetStartLine added in v4.12.0

func (*CreateCheckRunResponseBodyResultAnnotations) SetTitle added in v4.12.0

func (CreateCheckRunResponseBodyResultAnnotations) String added in v4.12.0

type CreateCheckRunResponseBodyResultCheckSuite added in v4.12.0

type CreateCheckRunResponseBodyResultCheckSuite struct {
	Id *int64 `json:"id,omitempty" xml:"id,omitempty"`
}

func (CreateCheckRunResponseBodyResultCheckSuite) GoString added in v4.12.0

func (*CreateCheckRunResponseBodyResultCheckSuite) SetId added in v4.12.0

func (CreateCheckRunResponseBodyResultCheckSuite) String added in v4.12.0

type CreateCheckRunResponseBodyResultOutput added in v4.12.0

type CreateCheckRunResponseBodyResultOutput struct {
	Images  []*CreateCheckRunResponseBodyResultOutputImages `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	Summary *string                                         `json:"summary,omitempty" xml:"summary,omitempty"`
	Text    *string                                         `json:"text,omitempty" xml:"text,omitempty"`
	Title   *string                                         `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateCheckRunResponseBodyResultOutput) GoString added in v4.12.0

func (*CreateCheckRunResponseBodyResultOutput) SetImages added in v4.12.0

func (*CreateCheckRunResponseBodyResultOutput) SetSummary added in v4.12.0

func (*CreateCheckRunResponseBodyResultOutput) SetText added in v4.12.0

func (*CreateCheckRunResponseBodyResultOutput) SetTitle added in v4.12.0

func (CreateCheckRunResponseBodyResultOutput) String added in v4.12.0

type CreateCheckRunResponseBodyResultOutputImages added in v4.12.0

type CreateCheckRunResponseBodyResultOutputImages struct {
	Alt      *string `json:"alt,omitempty" xml:"alt,omitempty"`
	Caption  *string `json:"caption,omitempty" xml:"caption,omitempty"`
	ImageUrl *string `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
}

func (CreateCheckRunResponseBodyResultOutputImages) GoString added in v4.12.0

func (*CreateCheckRunResponseBodyResultOutputImages) SetAlt added in v4.12.0

func (*CreateCheckRunResponseBodyResultOutputImages) SetCaption added in v4.12.0

func (*CreateCheckRunResponseBodyResultOutputImages) SetImageUrl added in v4.12.0

func (CreateCheckRunResponseBodyResultOutputImages) String added in v4.12.0

type CreateCheckRunResponseBodyResultWriter added in v4.12.0

type CreateCheckRunResponseBodyResultWriter struct {
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	LogoUrl *string `json:"logoUrl,omitempty" xml:"logoUrl,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Slug    *string `json:"slug,omitempty" xml:"slug,omitempty"`
	Type    *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateCheckRunResponseBodyResultWriter) GoString added in v4.12.0

func (*CreateCheckRunResponseBodyResultWriter) SetId added in v4.12.0

func (*CreateCheckRunResponseBodyResultWriter) SetLogoUrl added in v4.12.0

func (*CreateCheckRunResponseBodyResultWriter) SetName added in v4.12.0

func (*CreateCheckRunResponseBodyResultWriter) SetSlug added in v4.12.0

func (*CreateCheckRunResponseBodyResultWriter) SetType added in v4.12.0

func (CreateCheckRunResponseBodyResultWriter) String added in v4.12.0

type CreateCommentRequest added in v4.18.0

type CreateCommentRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	CommentType        *string `json:"commentType,omitempty" xml:"commentType,omitempty"`
	Content            *string `json:"content,omitempty" xml:"content,omitempty"`
	Draft              *bool   `json:"draft,omitempty" xml:"draft,omitempty"`
	FilePath           *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	LineNumber         *int32  `json:"lineNumber,omitempty" xml:"lineNumber,omitempty"`
	ParentCommentBizId *string `json:"parentCommentBizId,omitempty" xml:"parentCommentBizId,omitempty"`
	PatchSetBizId      *string `json:"patchSetBizId,omitempty" xml:"patchSetBizId,omitempty"`
	Resolved           *bool   `json:"resolved,omitempty" xml:"resolved,omitempty"`
	LocalId            *int64  `json:"localId,omitempty" xml:"localId,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (CreateCommentRequest) GoString added in v4.18.0

func (s CreateCommentRequest) GoString() string

func (*CreateCommentRequest) SetAccessToken added in v4.18.0

func (s *CreateCommentRequest) SetAccessToken(v string) *CreateCommentRequest

func (*CreateCommentRequest) SetCommentType added in v4.18.0

func (s *CreateCommentRequest) SetCommentType(v string) *CreateCommentRequest

func (*CreateCommentRequest) SetContent added in v4.18.0

func (*CreateCommentRequest) SetDraft added in v4.18.0

func (*CreateCommentRequest) SetFilePath added in v4.18.0

func (*CreateCommentRequest) SetLineNumber added in v4.18.0

func (s *CreateCommentRequest) SetLineNumber(v int32) *CreateCommentRequest

func (*CreateCommentRequest) SetLocalId added in v4.18.0

func (*CreateCommentRequest) SetOrganizationId added in v4.18.0

func (s *CreateCommentRequest) SetOrganizationId(v string) *CreateCommentRequest

func (*CreateCommentRequest) SetParentCommentBizId added in v4.18.0

func (s *CreateCommentRequest) SetParentCommentBizId(v string) *CreateCommentRequest

func (*CreateCommentRequest) SetPatchSetBizId added in v4.18.0

func (s *CreateCommentRequest) SetPatchSetBizId(v string) *CreateCommentRequest

func (*CreateCommentRequest) SetRepositoryIdentity added in v4.18.0

func (s *CreateCommentRequest) SetRepositoryIdentity(v string) *CreateCommentRequest

func (*CreateCommentRequest) SetResolved added in v4.18.0

func (s *CreateCommentRequest) SetResolved(v bool) *CreateCommentRequest

func (CreateCommentRequest) String added in v4.18.0

func (s CreateCommentRequest) String() string

type CreateCommentResponse added in v4.18.0

type CreateCommentResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateCommentResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateCommentResponse) GoString added in v4.18.0

func (s CreateCommentResponse) GoString() string

func (*CreateCommentResponse) SetBody added in v4.18.0

func (*CreateCommentResponse) SetHeaders added in v4.18.0

func (*CreateCommentResponse) SetStatusCode added in v4.18.0

func (s *CreateCommentResponse) SetStatusCode(v int32) *CreateCommentResponse

func (CreateCommentResponse) String added in v4.18.0

func (s CreateCommentResponse) String() string

type CreateCommentResponseBody added in v4.18.0

type CreateCommentResponseBody struct {
	ErrorCode    *string                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                          `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateCommentResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateCommentResponseBody) GoString added in v4.18.0

func (s CreateCommentResponseBody) GoString() string

func (*CreateCommentResponseBody) SetErrorCode added in v4.18.0

func (*CreateCommentResponseBody) SetErrorMessage added in v4.18.0

func (*CreateCommentResponseBody) SetRequestId added in v4.18.0

func (*CreateCommentResponseBody) SetResult added in v4.18.0

func (*CreateCommentResponseBody) SetSuccess added in v4.18.0

func (CreateCommentResponseBody) String added in v4.18.0

func (s CreateCommentResponseBody) String() string

type CreateCommentResponseBodyResult added in v4.18.0

type CreateCommentResponseBodyResult struct {
	Author             *CreateCommentResponseBodyResultAuthor          `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	CommentBizId       *string                                         `json:"commentBizId,omitempty" xml:"commentBizId,omitempty"`
	CommentTime        *string                                         `json:"commentTime,omitempty" xml:"commentTime,omitempty"`
	CommentType        *string                                         `json:"commentType,omitempty" xml:"commentType,omitempty"`
	Content            *string                                         `json:"content,omitempty" xml:"content,omitempty"`
	Deleted            *bool                                           `json:"deleted,omitempty" xml:"deleted,omitempty"`
	FilePath           *string                                         `json:"filePath,omitempty" xml:"filePath,omitempty"`
	LastEditTime       *string                                         `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	LineNumber         *string                                         `json:"lineNumber,omitempty" xml:"lineNumber,omitempty"`
	ParentCommentBizId *string                                         `json:"parentCommentBizId,omitempty" xml:"parentCommentBizId,omitempty"`
	RelatedPatchSet    *CreateCommentResponseBodyResultRelatedPatchSet `json:"relatedPatchSet,omitempty" xml:"relatedPatchSet,omitempty" type:"Struct"`
	Resolved           *bool                                           `json:"resolved,omitempty" xml:"resolved,omitempty"`
	RootCommentBizId   *string                                         `json:"rootCommentBizId,omitempty" xml:"rootCommentBizId,omitempty"`
	State              *string                                         `json:"state,omitempty" xml:"state,omitempty"`
}

func (CreateCommentResponseBodyResult) GoString added in v4.18.0

func (*CreateCommentResponseBodyResult) SetAuthor added in v4.18.0

func (*CreateCommentResponseBodyResult) SetCommentBizId added in v4.18.0

func (*CreateCommentResponseBodyResult) SetCommentTime added in v4.18.0

func (*CreateCommentResponseBodyResult) SetCommentType added in v4.18.0

func (*CreateCommentResponseBodyResult) SetContent added in v4.18.0

func (*CreateCommentResponseBodyResult) SetDeleted added in v4.18.0

func (*CreateCommentResponseBodyResult) SetFilePath added in v4.18.0

func (*CreateCommentResponseBodyResult) SetLastEditTime added in v4.18.0

func (*CreateCommentResponseBodyResult) SetLineNumber added in v4.18.0

func (*CreateCommentResponseBodyResult) SetParentCommentBizId added in v4.18.0

func (*CreateCommentResponseBodyResult) SetRelatedPatchSet added in v4.18.0

func (*CreateCommentResponseBodyResult) SetResolved added in v4.18.0

func (*CreateCommentResponseBodyResult) SetRootCommentBizId added in v4.18.0

func (*CreateCommentResponseBodyResult) SetState added in v4.18.0

func (CreateCommentResponseBodyResult) String added in v4.18.0

type CreateCommentResponseBodyResultAuthor added in v4.18.0

type CreateCommentResponseBodyResultAuthor struct {
	AliyunPk  *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (CreateCommentResponseBodyResultAuthor) GoString added in v4.18.0

func (*CreateCommentResponseBodyResultAuthor) SetAliyunPk added in v4.18.0

func (*CreateCommentResponseBodyResultAuthor) SetAvatarUrl added in v4.18.0

func (*CreateCommentResponseBodyResultAuthor) SetEmail added in v4.18.0

func (*CreateCommentResponseBodyResultAuthor) SetId added in v4.18.0

func (*CreateCommentResponseBodyResultAuthor) SetName added in v4.18.0

func (*CreateCommentResponseBodyResultAuthor) SetState added in v4.18.0

func (*CreateCommentResponseBodyResultAuthor) SetUsername added in v4.18.0

func (CreateCommentResponseBodyResultAuthor) String added in v4.18.0

type CreateCommentResponseBodyResultRelatedPatchSet added in v4.18.0

type CreateCommentResponseBodyResultRelatedPatchSet struct {
	CommitId             *string `json:"commitId,omitempty" xml:"commitId,omitempty"`
	CreatedAt            *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	PatchSetBizId        *string `json:"patchSetBizId,omitempty" xml:"patchSetBizId,omitempty"`
	PatchSetName         *string `json:"patchSetName,omitempty" xml:"patchSetName,omitempty"`
	PatchSetNo           *string `json:"patchSetNo,omitempty" xml:"patchSetNo,omitempty"`
	RelatedMergeItemType *string `json:"relatedMergeItemType,omitempty" xml:"relatedMergeItemType,omitempty"`
	ShortId              *string `json:"shortId,omitempty" xml:"shortId,omitempty"`
}

func (CreateCommentResponseBodyResultRelatedPatchSet) GoString added in v4.18.0

func (*CreateCommentResponseBodyResultRelatedPatchSet) SetCommitId added in v4.18.0

func (*CreateCommentResponseBodyResultRelatedPatchSet) SetCreatedAt added in v4.18.0

func (*CreateCommentResponseBodyResultRelatedPatchSet) SetPatchSetBizId added in v4.18.0

func (*CreateCommentResponseBodyResultRelatedPatchSet) SetPatchSetName added in v4.18.0

func (*CreateCommentResponseBodyResultRelatedPatchSet) SetPatchSetNo added in v4.18.0

func (*CreateCommentResponseBodyResultRelatedPatchSet) SetRelatedMergeItemType added in v4.18.0

func (*CreateCommentResponseBodyResultRelatedPatchSet) SetShortId added in v4.18.0

func (CreateCommentResponseBodyResultRelatedPatchSet) String added in v4.18.0

type CreateCommitStatusRequest added in v4.5.0

type CreateCommitStatusRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Context            *string `json:"context,omitempty" xml:"context,omitempty"`
	Description        *string `json:"description,omitempty" xml:"description,omitempty"`
	State              *string `json:"state,omitempty" xml:"state,omitempty"`
	TargetUrl          *string `json:"targetUrl,omitempty" xml:"targetUrl,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
	Sha                *string `json:"sha,omitempty" xml:"sha,omitempty"`
}

func (CreateCommitStatusRequest) GoString added in v4.5.0

func (s CreateCommitStatusRequest) GoString() string

func (*CreateCommitStatusRequest) SetAccessToken added in v4.5.0

func (*CreateCommitStatusRequest) SetContext added in v4.5.0

func (*CreateCommitStatusRequest) SetDescription added in v4.5.0

func (*CreateCommitStatusRequest) SetOrganizationId added in v4.5.0

func (*CreateCommitStatusRequest) SetRepositoryIdentity added in v4.5.0

func (s *CreateCommitStatusRequest) SetRepositoryIdentity(v string) *CreateCommitStatusRequest

func (*CreateCommitStatusRequest) SetSha added in v4.5.0

func (*CreateCommitStatusRequest) SetState added in v4.5.0

func (*CreateCommitStatusRequest) SetTargetUrl added in v4.5.0

func (CreateCommitStatusRequest) String added in v4.5.0

func (s CreateCommitStatusRequest) String() string

type CreateCommitStatusResponse added in v4.5.0

type CreateCommitStatusResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateCommitStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateCommitStatusResponse) GoString added in v4.5.0

func (s CreateCommitStatusResponse) GoString() string

func (*CreateCommitStatusResponse) SetBody added in v4.5.0

func (*CreateCommitStatusResponse) SetHeaders added in v4.5.0

func (*CreateCommitStatusResponse) SetStatusCode added in v4.5.0

func (CreateCommitStatusResponse) String added in v4.5.0

type CreateCommitStatusResponseBody added in v4.5.0

type CreateCommitStatusResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateCommitStatusResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateCommitStatusResponseBody) GoString added in v4.5.0

func (*CreateCommitStatusResponseBody) SetErrorCode added in v4.5.0

func (*CreateCommitStatusResponseBody) SetErrorMessage added in v4.5.0

func (*CreateCommitStatusResponseBody) SetRequestId added in v4.5.0

func (*CreateCommitStatusResponseBody) SetResult added in v4.5.0

func (*CreateCommitStatusResponseBody) SetSuccess added in v4.5.0

func (CreateCommitStatusResponseBody) String added in v4.5.0

type CreateCommitStatusResponseBodyResult added in v4.5.0

type CreateCommitStatusResponseBodyResult struct {
	Context     *string                                      `json:"context,omitempty" xml:"context,omitempty"`
	Creator     *CreateCommitStatusResponseBodyResultCreator `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Description *string                                      `json:"description,omitempty" xml:"description,omitempty"`
	Id          *int64                                       `json:"id,omitempty" xml:"id,omitempty"`
	Sha         *string                                      `json:"sha,omitempty" xml:"sha,omitempty"`
	State       *string                                      `json:"state,omitempty" xml:"state,omitempty"`
	TargetUrl   *string                                      `json:"targetUrl,omitempty" xml:"targetUrl,omitempty"`
}

func (CreateCommitStatusResponseBodyResult) GoString added in v4.5.0

func (*CreateCommitStatusResponseBodyResult) SetContext added in v4.5.0

func (*CreateCommitStatusResponseBodyResult) SetCreator added in v4.5.0

func (*CreateCommitStatusResponseBodyResult) SetDescription added in v4.5.0

func (*CreateCommitStatusResponseBodyResult) SetId added in v4.5.0

func (*CreateCommitStatusResponseBodyResult) SetSha added in v4.5.0

func (*CreateCommitStatusResponseBodyResult) SetState added in v4.5.0

func (*CreateCommitStatusResponseBodyResult) SetTargetUrl added in v4.5.0

func (CreateCommitStatusResponseBodyResult) String added in v4.5.0

type CreateCommitStatusResponseBodyResultCreator added in v4.5.0

type CreateCommitStatusResponseBodyResultCreator struct {
	AliyunPk  *int64  `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Login     *string `json:"login,omitempty" xml:"login,omitempty"`
	Type      *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateCommitStatusResponseBodyResultCreator) GoString added in v4.5.0

func (*CreateCommitStatusResponseBodyResultCreator) SetAliyunPk added in v4.5.0

func (*CreateCommitStatusResponseBodyResultCreator) SetAvatarUrl added in v4.5.0

func (*CreateCommitStatusResponseBodyResultCreator) SetLogin added in v4.5.0

func (*CreateCommitStatusResponseBodyResultCreator) SetType added in v4.5.0

func (CreateCommitStatusResponseBodyResultCreator) String added in v4.5.0

type CreateCommitWithMultipleFilesRequest added in v4.18.0

type CreateCommitWithMultipleFilesRequest struct {
	AccessToken        *string                                        `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Actions            []*CreateCommitWithMultipleFilesRequestActions `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"`
	Branch             *string                                        `json:"branch,omitempty" xml:"branch,omitempty"`
	CommitMessage      *string                                        `json:"commitMessage,omitempty" xml:"commitMessage,omitempty"`
	OrganizationId     *string                                        `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string                                        `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (CreateCommitWithMultipleFilesRequest) GoString added in v4.18.0

func (*CreateCommitWithMultipleFilesRequest) SetAccessToken added in v4.18.0

func (*CreateCommitWithMultipleFilesRequest) SetActions added in v4.18.0

func (*CreateCommitWithMultipleFilesRequest) SetBranch added in v4.18.0

func (*CreateCommitWithMultipleFilesRequest) SetCommitMessage added in v4.18.0

func (*CreateCommitWithMultipleFilesRequest) SetOrganizationId added in v4.18.0

func (*CreateCommitWithMultipleFilesRequest) SetRepositoryIdentity added in v4.18.0

func (CreateCommitWithMultipleFilesRequest) String added in v4.18.0

type CreateCommitWithMultipleFilesRequestActions added in v4.18.0

type CreateCommitWithMultipleFilesRequestActions struct {
	Action       *string `json:"action,omitempty" xml:"action,omitempty"`
	Content      *string `json:"content,omitempty" xml:"content,omitempty"`
	FilePath     *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	PreviousPath *string `json:"previousPath,omitempty" xml:"previousPath,omitempty"`
}

func (CreateCommitWithMultipleFilesRequestActions) GoString added in v4.18.0

func (*CreateCommitWithMultipleFilesRequestActions) SetAction added in v4.18.0

func (*CreateCommitWithMultipleFilesRequestActions) SetContent added in v4.18.0

func (*CreateCommitWithMultipleFilesRequestActions) SetFilePath added in v4.18.0

func (*CreateCommitWithMultipleFilesRequestActions) SetPreviousPath added in v4.18.0

func (CreateCommitWithMultipleFilesRequestActions) String added in v4.18.0

type CreateCommitWithMultipleFilesResponse added in v4.18.0

type CreateCommitWithMultipleFilesResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateCommitWithMultipleFilesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateCommitWithMultipleFilesResponse) GoString added in v4.18.0

func (*CreateCommitWithMultipleFilesResponse) SetBody added in v4.18.0

func (*CreateCommitWithMultipleFilesResponse) SetHeaders added in v4.18.0

func (*CreateCommitWithMultipleFilesResponse) SetStatusCode added in v4.18.0

func (CreateCommitWithMultipleFilesResponse) String added in v4.18.0

type CreateCommitWithMultipleFilesResponseBody added in v4.18.0

type CreateCommitWithMultipleFilesResponseBody struct {
	ErrorCode *string                                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                          `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId *string                                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *CreateCommitWithMultipleFilesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success   *bool                                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateCommitWithMultipleFilesResponseBody) GoString added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBody) SetErrorCode added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBody) SetErrorMsg added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBody) SetRequestId added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBody) SetResult added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBody) SetSuccess added in v4.18.0

func (CreateCommitWithMultipleFilesResponseBody) String added in v4.18.0

type CreateCommitWithMultipleFilesResponseBodyResult added in v4.18.0

type CreateCommitWithMultipleFilesResponseBodyResult struct {
	Author         *CreateCommitWithMultipleFilesResponseBodyResultAuthor    `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	AuthorEmail    *string                                                   `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                                   `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string                                                   `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommittedDate  *string                                                   `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	Committer      *CreateCommitWithMultipleFilesResponseBodyResultCommitter `json:"committer,omitempty" xml:"committer,omitempty" type:"Struct"`
	CommitterEmail *string                                                   `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                                   `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                                   `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                                   `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                                   `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                                 `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                                   `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Title          *string                                                   `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateCommitWithMultipleFilesResponseBodyResult) GoString added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetAuthorEmail added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetAuthorName added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetAuthoredDate added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetCommittedDate added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetCommitterEmail added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetCommitterName added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetCreatedAt added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetId added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetMessage added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetParentIds added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetShortId added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResult) SetTitle added in v4.18.0

func (CreateCommitWithMultipleFilesResponseBodyResult) String added in v4.18.0

type CreateCommitWithMultipleFilesResponseBodyResultAuthor added in v4.18.0

type CreateCommitWithMultipleFilesResponseBodyResultAuthor struct {
	AliyunPk   *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl  *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email      *string `json:"email,omitempty" xml:"email,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	State      *string `json:"state,omitempty" xml:"state,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	WebsiteUrl *string `json:"websiteUrl,omitempty" xml:"websiteUrl,omitempty"`
}

func (CreateCommitWithMultipleFilesResponseBodyResultAuthor) GoString added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetAliyunPk added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetAvatarUrl added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetEmail added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetId added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetName added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetState added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetUsername added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultAuthor) SetWebsiteUrl added in v4.18.0

func (CreateCommitWithMultipleFilesResponseBodyResultAuthor) String added in v4.18.0

type CreateCommitWithMultipleFilesResponseBodyResultCommitter added in v4.18.0

type CreateCommitWithMultipleFilesResponseBodyResultCommitter struct {
	AliyunPk   *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl  *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email      *string `json:"email,omitempty" xml:"email,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	State      *string `json:"state,omitempty" xml:"state,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	WebsiteUrl *string `json:"websiteUrl,omitempty" xml:"websiteUrl,omitempty"`
}

func (CreateCommitWithMultipleFilesResponseBodyResultCommitter) GoString added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetAliyunPk added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetAvatarUrl added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetEmail added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetId added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetName added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetState added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetUsername added in v4.18.0

func (*CreateCommitWithMultipleFilesResponseBodyResultCommitter) SetWebsiteUrl added in v4.18.0

func (CreateCommitWithMultipleFilesResponseBodyResultCommitter) String added in v4.18.0

type CreateDeployKeyRequest

type CreateDeployKeyRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Key            *string `json:"key,omitempty" xml:"key,omitempty"`
	Title          *string `json:"title,omitempty" xml:"title,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateDeployKeyRequest) GoString

func (s CreateDeployKeyRequest) GoString() string

func (*CreateDeployKeyRequest) SetAccessToken

func (*CreateDeployKeyRequest) SetKey

func (*CreateDeployKeyRequest) SetOrganizationId

func (s *CreateDeployKeyRequest) SetOrganizationId(v string) *CreateDeployKeyRequest

func (*CreateDeployKeyRequest) SetTitle

func (CreateDeployKeyRequest) String

func (s CreateDeployKeyRequest) String() string

type CreateDeployKeyResponse

type CreateDeployKeyResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateDeployKeyResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateDeployKeyResponse) GoString

func (s CreateDeployKeyResponse) GoString() string

func (*CreateDeployKeyResponse) SetBody

func (*CreateDeployKeyResponse) SetHeaders

func (*CreateDeployKeyResponse) SetStatusCode

func (CreateDeployKeyResponse) String

func (s CreateDeployKeyResponse) String() string

type CreateDeployKeyResponseBody

type CreateDeployKeyResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateDeployKeyResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateDeployKeyResponseBody) GoString

func (s CreateDeployKeyResponseBody) GoString() string

func (*CreateDeployKeyResponseBody) SetErrorCode

func (*CreateDeployKeyResponseBody) SetErrorMessage

func (*CreateDeployKeyResponseBody) SetRequestId

func (*CreateDeployKeyResponseBody) SetResult

func (*CreateDeployKeyResponseBody) SetSuccess

func (CreateDeployKeyResponseBody) String

type CreateDeployKeyResponseBodyResult

type CreateDeployKeyResponseBodyResult struct {
	CreatedAt   *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Fingerprint *string `json:"fingerprint,omitempty" xml:"fingerprint,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Key         *string `json:"key,omitempty" xml:"key,omitempty"`
	Title       *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateDeployKeyResponseBodyResult) GoString

func (*CreateDeployKeyResponseBodyResult) SetCreatedAt

func (*CreateDeployKeyResponseBodyResult) SetFingerprint

func (*CreateDeployKeyResponseBodyResult) SetId

func (*CreateDeployKeyResponseBodyResult) SetKey

func (*CreateDeployKeyResponseBodyResult) SetTitle

func (CreateDeployKeyResponseBodyResult) String

type CreateFileRequest

type CreateFileRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	BranchName     *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	CommitMessage  *string `json:"commitMessage,omitempty" xml:"commitMessage,omitempty"`
	Content        *string `json:"content,omitempty" xml:"content,omitempty"`
	Encoding       *string `json:"encoding,omitempty" xml:"encoding,omitempty"`
	FilePath       *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateFileRequest) GoString

func (s CreateFileRequest) GoString() string

func (*CreateFileRequest) SetAccessToken

func (s *CreateFileRequest) SetAccessToken(v string) *CreateFileRequest

func (*CreateFileRequest) SetBranchName

func (s *CreateFileRequest) SetBranchName(v string) *CreateFileRequest

func (*CreateFileRequest) SetCommitMessage

func (s *CreateFileRequest) SetCommitMessage(v string) *CreateFileRequest

func (*CreateFileRequest) SetContent

func (s *CreateFileRequest) SetContent(v string) *CreateFileRequest

func (*CreateFileRequest) SetEncoding

func (s *CreateFileRequest) SetEncoding(v string) *CreateFileRequest

func (*CreateFileRequest) SetFilePath

func (s *CreateFileRequest) SetFilePath(v string) *CreateFileRequest

func (*CreateFileRequest) SetOrganizationId

func (s *CreateFileRequest) SetOrganizationId(v string) *CreateFileRequest

func (CreateFileRequest) String

func (s CreateFileRequest) String() string

type CreateFileResponse

type CreateFileResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateFileResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateFileResponse) GoString

func (s CreateFileResponse) GoString() string

func (*CreateFileResponse) SetBody

func (*CreateFileResponse) SetHeaders

func (s *CreateFileResponse) SetHeaders(v map[string]*string) *CreateFileResponse

func (*CreateFileResponse) SetStatusCode

func (s *CreateFileResponse) SetStatusCode(v int32) *CreateFileResponse

func (CreateFileResponse) String

func (s CreateFileResponse) String() string

type CreateFileResponseBody

type CreateFileResponseBody struct {
	ErrorCode    *string                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateFileResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateFileResponseBody) GoString

func (s CreateFileResponseBody) GoString() string

func (*CreateFileResponseBody) SetErrorCode

func (*CreateFileResponseBody) SetErrorMessage

func (s *CreateFileResponseBody) SetErrorMessage(v string) *CreateFileResponseBody

func (*CreateFileResponseBody) SetRequestId

func (*CreateFileResponseBody) SetResult

func (*CreateFileResponseBody) SetSuccess

func (CreateFileResponseBody) String

func (s CreateFileResponseBody) String() string

type CreateFileResponseBodyResult

type CreateFileResponseBodyResult struct {
	BranchName *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	FilePath   *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
}

func (CreateFileResponseBodyResult) GoString

func (s CreateFileResponseBodyResult) GoString() string

func (*CreateFileResponseBodyResult) SetBranchName

func (*CreateFileResponseBodyResult) SetFilePath

func (CreateFileResponseBodyResult) String

type CreateFlowTagGroupRequest

type CreateFlowTagGroupRequest struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateFlowTagGroupRequest) GoString

func (s CreateFlowTagGroupRequest) GoString() string

func (*CreateFlowTagGroupRequest) SetName

func (CreateFlowTagGroupRequest) String

func (s CreateFlowTagGroupRequest) String() string

type CreateFlowTagGroupResponse

type CreateFlowTagGroupResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateFlowTagGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateFlowTagGroupResponse) GoString

func (s CreateFlowTagGroupResponse) GoString() string

func (*CreateFlowTagGroupResponse) SetBody

func (*CreateFlowTagGroupResponse) SetHeaders

func (*CreateFlowTagGroupResponse) SetStatusCode

func (CreateFlowTagGroupResponse) String

type CreateFlowTagGroupResponseBody

type CreateFlowTagGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateFlowTagGroupResponseBody) GoString

func (*CreateFlowTagGroupResponseBody) SetErrorCode

func (*CreateFlowTagGroupResponseBody) SetErrorMessage

func (*CreateFlowTagGroupResponseBody) SetId

func (*CreateFlowTagGroupResponseBody) SetRequestId

func (*CreateFlowTagGroupResponseBody) SetSuccess

func (CreateFlowTagGroupResponseBody) String

type CreateFlowTagRequest

type CreateFlowTagRequest struct {
	Color          *string `json:"color,omitempty" xml:"color,omitempty"`
	FlowTagGroupId *int64  `json:"flowTagGroupId,omitempty" xml:"flowTagGroupId,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateFlowTagRequest) GoString

func (s CreateFlowTagRequest) GoString() string

func (*CreateFlowTagRequest) SetColor

func (*CreateFlowTagRequest) SetFlowTagGroupId

func (s *CreateFlowTagRequest) SetFlowTagGroupId(v int64) *CreateFlowTagRequest

func (*CreateFlowTagRequest) SetName

func (CreateFlowTagRequest) String

func (s CreateFlowTagRequest) String() string

type CreateFlowTagResponse

type CreateFlowTagResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateFlowTagResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateFlowTagResponse) GoString

func (s CreateFlowTagResponse) GoString() string

func (*CreateFlowTagResponse) SetBody

func (*CreateFlowTagResponse) SetHeaders

func (*CreateFlowTagResponse) SetStatusCode

func (s *CreateFlowTagResponse) SetStatusCode(v int32) *CreateFlowTagResponse

func (CreateFlowTagResponse) String

func (s CreateFlowTagResponse) String() string

type CreateFlowTagResponseBody

type CreateFlowTagResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateFlowTagResponseBody) GoString

func (s CreateFlowTagResponseBody) GoString() string

func (*CreateFlowTagResponseBody) SetErrorCode

func (*CreateFlowTagResponseBody) SetErrorMessage

func (*CreateFlowTagResponseBody) SetId

func (*CreateFlowTagResponseBody) SetRequestId

func (*CreateFlowTagResponseBody) SetSuccess

func (CreateFlowTagResponseBody) String

func (s CreateFlowTagResponseBody) String() string

type CreateHostGroupRequest

type CreateHostGroupRequest struct {
	AliyunRegion        *string `json:"aliyunRegion,omitempty" xml:"aliyunRegion,omitempty"`
	EcsLabelKey         *string `json:"ecsLabelKey,omitempty" xml:"ecsLabelKey,omitempty"`
	EcsLabelValue       *string `json:"ecsLabelValue,omitempty" xml:"ecsLabelValue,omitempty"`
	EcsType             *string `json:"ecsType,omitempty" xml:"ecsType,omitempty"`
	EnvId               *string `json:"envId,omitempty" xml:"envId,omitempty"`
	MachineInfos        *string `json:"machineInfos,omitempty" xml:"machineInfos,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	ServiceConnectionId *int64  `json:"serviceConnectionId,omitempty" xml:"serviceConnectionId,omitempty"`
	TagIds              *string `json:"tagIds,omitempty" xml:"tagIds,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateHostGroupRequest) GoString

func (s CreateHostGroupRequest) GoString() string

func (*CreateHostGroupRequest) SetAliyunRegion

func (s *CreateHostGroupRequest) SetAliyunRegion(v string) *CreateHostGroupRequest

func (*CreateHostGroupRequest) SetEcsLabelKey

func (*CreateHostGroupRequest) SetEcsLabelValue

func (s *CreateHostGroupRequest) SetEcsLabelValue(v string) *CreateHostGroupRequest

func (*CreateHostGroupRequest) SetEcsType

func (*CreateHostGroupRequest) SetEnvId

func (*CreateHostGroupRequest) SetMachineInfos

func (s *CreateHostGroupRequest) SetMachineInfos(v string) *CreateHostGroupRequest

func (*CreateHostGroupRequest) SetName

func (*CreateHostGroupRequest) SetServiceConnectionId

func (s *CreateHostGroupRequest) SetServiceConnectionId(v int64) *CreateHostGroupRequest

func (*CreateHostGroupRequest) SetTagIds

func (*CreateHostGroupRequest) SetType

func (CreateHostGroupRequest) String

func (s CreateHostGroupRequest) String() string

type CreateHostGroupResponse

type CreateHostGroupResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateHostGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateHostGroupResponse) GoString

func (s CreateHostGroupResponse) GoString() string

func (*CreateHostGroupResponse) SetBody

func (*CreateHostGroupResponse) SetHeaders

func (*CreateHostGroupResponse) SetStatusCode

func (CreateHostGroupResponse) String

func (s CreateHostGroupResponse) String() string

type CreateHostGroupResponseBody

type CreateHostGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	HostGroupId  *int64  `json:"hostGroupId,omitempty" xml:"hostGroupId,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateHostGroupResponseBody) GoString

func (s CreateHostGroupResponseBody) GoString() string

func (*CreateHostGroupResponseBody) SetErrorCode

func (*CreateHostGroupResponseBody) SetErrorMessage

func (*CreateHostGroupResponseBody) SetHostGroupId

func (*CreateHostGroupResponseBody) SetRequestId

func (*CreateHostGroupResponseBody) SetSuccess

func (CreateHostGroupResponseBody) String

type CreateMergeRequestRequest added in v4.2.0

type CreateMergeRequestRequest struct {
	AccessToken     *string   `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	CreateFrom      *string   `json:"createFrom,omitempty" xml:"createFrom,omitempty"`
	Description     *string   `json:"description,omitempty" xml:"description,omitempty"`
	ReviewerIds     []*string `json:"reviewerIds,omitempty" xml:"reviewerIds,omitempty" type:"Repeated"`
	SourceBranch    *string   `json:"sourceBranch,omitempty" xml:"sourceBranch,omitempty"`
	SourceProjectId *int64    `json:"sourceProjectId,omitempty" xml:"sourceProjectId,omitempty"`
	TargetBranch    *string   `json:"targetBranch,omitempty" xml:"targetBranch,omitempty"`
	TargetProjectId *int64    `json:"targetProjectId,omitempty" xml:"targetProjectId,omitempty"`
	Title           *string   `json:"title,omitempty" xml:"title,omitempty"`
	WorkItemIds     *string   `json:"workItemIds,omitempty" xml:"workItemIds,omitempty"`
	OrganizationId  *string   `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateMergeRequestRequest) GoString added in v4.2.0

func (s CreateMergeRequestRequest) GoString() string

func (*CreateMergeRequestRequest) SetAccessToken added in v4.2.0

func (*CreateMergeRequestRequest) SetCreateFrom added in v4.2.0

func (*CreateMergeRequestRequest) SetDescription added in v4.2.0

func (*CreateMergeRequestRequest) SetOrganizationId added in v4.2.0

func (*CreateMergeRequestRequest) SetReviewerIds added in v4.2.0

func (*CreateMergeRequestRequest) SetSourceBranch added in v4.2.0

func (*CreateMergeRequestRequest) SetSourceProjectId added in v4.2.0

func (s *CreateMergeRequestRequest) SetSourceProjectId(v int64) *CreateMergeRequestRequest

func (*CreateMergeRequestRequest) SetTargetBranch added in v4.2.0

func (*CreateMergeRequestRequest) SetTargetProjectId added in v4.2.0

func (s *CreateMergeRequestRequest) SetTargetProjectId(v int64) *CreateMergeRequestRequest

func (*CreateMergeRequestRequest) SetTitle added in v4.2.0

func (*CreateMergeRequestRequest) SetWorkItemIds added in v4.2.0

func (CreateMergeRequestRequest) String added in v4.2.0

func (s CreateMergeRequestRequest) String() string

type CreateMergeRequestResponse added in v4.2.0

type CreateMergeRequestResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateMergeRequestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateMergeRequestResponse) GoString added in v4.2.0

func (s CreateMergeRequestResponse) GoString() string

func (*CreateMergeRequestResponse) SetBody added in v4.2.0

func (*CreateMergeRequestResponse) SetHeaders added in v4.2.0

func (*CreateMergeRequestResponse) SetStatusCode added in v4.2.0

func (CreateMergeRequestResponse) String added in v4.2.0

type CreateMergeRequestResponseBody added in v4.2.0

type CreateMergeRequestResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateMergeRequestResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateMergeRequestResponseBody) GoString added in v4.2.0

func (*CreateMergeRequestResponseBody) SetErrorCode added in v4.2.0

func (*CreateMergeRequestResponseBody) SetErrorMessage added in v4.2.0

func (*CreateMergeRequestResponseBody) SetRequestId added in v4.2.0

func (*CreateMergeRequestResponseBody) SetResult added in v4.2.0

func (*CreateMergeRequestResponseBody) SetSuccess added in v4.2.0

func (CreateMergeRequestResponseBody) String added in v4.2.0

type CreateMergeRequestResponseBodyResult added in v4.2.0

type CreateMergeRequestResponseBodyResult struct {
	Ahead                       *int32                                             `json:"ahead,omitempty" xml:"ahead,omitempty"`
	AllRequirementsPass         *bool                                              `json:"allRequirementsPass,omitempty" xml:"allRequirementsPass,omitempty"`
	Author                      *CreateMergeRequestResponseBodyResultAuthor        `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	Behind                      *int32                                             `json:"behind,omitempty" xml:"behind,omitempty"`
	CreateFrom                  *string                                            `json:"createFrom,omitempty" xml:"createFrom,omitempty"`
	CreateTime                  *string                                            `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description                 *string                                            `json:"description,omitempty" xml:"description,omitempty"`
	DetailUrl                   *string                                            `json:"detailUrl,omitempty" xml:"detailUrl,omitempty"`
	LocalId                     *int64                                             `json:"localId,omitempty" xml:"localId,omitempty"`
	MrBizId                     *string                                            `json:"mrBizId,omitempty" xml:"mrBizId,omitempty"`
	MrType                      *string                                            `json:"mrType,omitempty" xml:"mrType,omitempty"`
	ProjectId                   *int64                                             `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Reviewers                   []*CreateMergeRequestResponseBodyResultReviewers   `json:"reviewers,omitempty" xml:"reviewers,omitempty" type:"Repeated"`
	SourceBranch                *string                                            `json:"sourceBranch,omitempty" xml:"sourceBranch,omitempty"`
	SourceProjectId             *int64                                             `json:"sourceProjectId,omitempty" xml:"sourceProjectId,omitempty"`
	Status                      *string                                            `json:"status,omitempty" xml:"status,omitempty"`
	Subscribers                 []*CreateMergeRequestResponseBodyResultSubscribers `json:"subscribers,omitempty" xml:"subscribers,omitempty" type:"Repeated"`
	SupportMergeFastForwardOnly *bool                                              `json:"supportMergeFastForwardOnly,omitempty" xml:"supportMergeFastForwardOnly,omitempty"`
	TargetBranch                *string                                            `json:"targetBranch,omitempty" xml:"targetBranch,omitempty"`
	TargetProjectId             *int64                                             `json:"targetProjectId,omitempty" xml:"targetProjectId,omitempty"`
	Title                       *string                                            `json:"title,omitempty" xml:"title,omitempty"`
	UpdateTime                  *string                                            `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	WebUrl                      *string                                            `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (CreateMergeRequestResponseBodyResult) GoString added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetAhead added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetAllRequirementsPass added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetAuthor added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetBehind added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetCreateFrom added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetCreateTime added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetDescription added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetDetailUrl added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetLocalId added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetMrBizId added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetMrType added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetProjectId added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetReviewers added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetSourceBranch added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetSourceProjectId added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetStatus added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetSubscribers added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetSupportMergeFastForwardOnly added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetTargetBranch added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetTargetProjectId added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetTitle added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetUpdateTime added in v4.2.0

func (*CreateMergeRequestResponseBodyResult) SetWebUrl added in v4.2.0

func (CreateMergeRequestResponseBodyResult) String added in v4.2.0

type CreateMergeRequestResponseBodyResultAuthor added in v4.2.0

type CreateMergeRequestResponseBodyResultAuthor struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (CreateMergeRequestResponseBodyResultAuthor) GoString added in v4.2.0

func (*CreateMergeRequestResponseBodyResultAuthor) SetAvatarUrl added in v4.2.0

func (*CreateMergeRequestResponseBodyResultAuthor) SetEmail added in v4.2.0

func (*CreateMergeRequestResponseBodyResultAuthor) SetId added in v4.2.0

func (*CreateMergeRequestResponseBodyResultAuthor) SetName added in v4.2.0

func (*CreateMergeRequestResponseBodyResultAuthor) SetState added in v4.2.0

func (*CreateMergeRequestResponseBodyResultAuthor) SetUsername added in v4.2.0

func (CreateMergeRequestResponseBodyResultAuthor) String added in v4.2.0

type CreateMergeRequestResponseBodyResultReviewers added in v4.2.0

type CreateMergeRequestResponseBodyResultReviewers struct {
	AvatarUrl           *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email               *string `json:"email,omitempty" xml:"email,omitempty"`
	HasReviewed         *bool   `json:"hasReviewed,omitempty" xml:"hasReviewed,omitempty"`
	Id                  *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	ReviewOpinionStatus *string `json:"reviewOpinionStatus,omitempty" xml:"reviewOpinionStatus,omitempty"`
	State               *string `json:"state,omitempty" xml:"state,omitempty"`
	Username            *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (CreateMergeRequestResponseBodyResultReviewers) GoString added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetAvatarUrl added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetEmail added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetHasReviewed added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetId added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetName added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetReviewOpinionStatus added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetState added in v4.2.0

func (*CreateMergeRequestResponseBodyResultReviewers) SetUsername added in v4.2.0

func (CreateMergeRequestResponseBodyResultReviewers) String added in v4.2.0

type CreateMergeRequestResponseBodyResultSubscribers added in v4.2.0

type CreateMergeRequestResponseBodyResultSubscribers struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (CreateMergeRequestResponseBodyResultSubscribers) GoString added in v4.2.0

func (*CreateMergeRequestResponseBodyResultSubscribers) SetAvatarUrl added in v4.2.0

func (*CreateMergeRequestResponseBodyResultSubscribers) SetEmail added in v4.2.0

func (*CreateMergeRequestResponseBodyResultSubscribers) SetId added in v4.2.0

func (*CreateMergeRequestResponseBodyResultSubscribers) SetName added in v4.2.0

func (*CreateMergeRequestResponseBodyResultSubscribers) SetState added in v4.2.0

func (*CreateMergeRequestResponseBodyResultSubscribers) SetUsername added in v4.2.0

func (CreateMergeRequestResponseBodyResultSubscribers) String added in v4.2.0

type CreateOAuthTokenRequest

type CreateOAuthTokenRequest struct {
	// clientId
	ClientId *string `json:"clientId,omitempty" xml:"clientId,omitempty"`
	// client_secret
	ClientSecret *string `json:"clientSecret,omitempty" xml:"clientSecret,omitempty"`
	Code         *string `json:"code,omitempty" xml:"code,omitempty"`
	GrantType    *string `json:"grantType,omitempty" xml:"grantType,omitempty"`
	Login        *string `json:"login,omitempty" xml:"login,omitempty"`
	Scope        *string `json:"scope,omitempty" xml:"scope,omitempty"`
}

func (CreateOAuthTokenRequest) GoString

func (s CreateOAuthTokenRequest) GoString() string

func (*CreateOAuthTokenRequest) SetClientId

func (*CreateOAuthTokenRequest) SetClientSecret

func (*CreateOAuthTokenRequest) SetCode

func (*CreateOAuthTokenRequest) SetGrantType

func (*CreateOAuthTokenRequest) SetLogin

func (*CreateOAuthTokenRequest) SetScope

func (CreateOAuthTokenRequest) String

func (s CreateOAuthTokenRequest) String() string

type CreateOAuthTokenResponse

type CreateOAuthTokenResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateOAuthTokenResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateOAuthTokenResponse) GoString

func (s CreateOAuthTokenResponse) GoString() string

func (*CreateOAuthTokenResponse) SetBody

func (*CreateOAuthTokenResponse) SetHeaders

func (*CreateOAuthTokenResponse) SetStatusCode

func (CreateOAuthTokenResponse) String

func (s CreateOAuthTokenResponse) String() string

type CreateOAuthTokenResponseBody

type CreateOAuthTokenResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateOAuthTokenResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *string                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateOAuthTokenResponseBody) GoString

func (s CreateOAuthTokenResponseBody) GoString() string

func (*CreateOAuthTokenResponseBody) SetErrorCode

func (*CreateOAuthTokenResponseBody) SetErrorMessage

func (*CreateOAuthTokenResponseBody) SetRequestId

func (*CreateOAuthTokenResponseBody) SetResult

func (*CreateOAuthTokenResponseBody) SetSuccess

func (CreateOAuthTokenResponseBody) String

type CreateOAuthTokenResponseBodyResult

type CreateOAuthTokenResponseBodyResult struct {
	AccessToken *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	// id
	Id        *string `json:"id,omitempty" xml:"id,omitempty"`
	Scope     *string `json:"scope,omitempty" xml:"scope,omitempty"`
	TokenType *string `json:"tokenType,omitempty" xml:"tokenType,omitempty"`
}

func (CreateOAuthTokenResponseBodyResult) GoString

func (*CreateOAuthTokenResponseBodyResult) SetAccessToken

func (*CreateOAuthTokenResponseBodyResult) SetId

func (*CreateOAuthTokenResponseBodyResult) SetScope

func (*CreateOAuthTokenResponseBodyResult) SetTokenType

func (CreateOAuthTokenResponseBodyResult) String

type CreatePipelineGroupRequest

type CreatePipelineGroupRequest struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreatePipelineGroupRequest) GoString

func (s CreatePipelineGroupRequest) GoString() string

func (*CreatePipelineGroupRequest) SetName

func (CreatePipelineGroupRequest) String

type CreatePipelineGroupResponse

type CreatePipelineGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreatePipelineGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreatePipelineGroupResponse) GoString

func (s CreatePipelineGroupResponse) GoString() string

func (*CreatePipelineGroupResponse) SetBody

func (*CreatePipelineGroupResponse) SetHeaders

func (*CreatePipelineGroupResponse) SetStatusCode

func (CreatePipelineGroupResponse) String

type CreatePipelineGroupResponseBody

type CreatePipelineGroupResponseBody struct {
	ErrorCode     *string                                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage  *string                                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	PipelineGroup *CreatePipelineGroupResponseBodyPipelineGroup `json:"pipelineGroup,omitempty" xml:"pipelineGroup,omitempty" type:"Struct"`
	RequestId     *string                                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success       *bool                                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreatePipelineGroupResponseBody) GoString

func (*CreatePipelineGroupResponseBody) SetErrorCode

func (*CreatePipelineGroupResponseBody) SetErrorMessage

func (*CreatePipelineGroupResponseBody) SetRequestId

func (*CreatePipelineGroupResponseBody) SetSuccess

func (CreatePipelineGroupResponseBody) String

type CreatePipelineGroupResponseBodyPipelineGroup

type CreatePipelineGroupResponseBodyPipelineGroup struct {
	Id   *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreatePipelineGroupResponseBodyPipelineGroup) GoString

func (*CreatePipelineGroupResponseBodyPipelineGroup) SetId

func (*CreatePipelineGroupResponseBodyPipelineGroup) SetName

func (CreatePipelineGroupResponseBodyPipelineGroup) String

type CreatePipelineRequest

type CreatePipelineRequest struct {
	Content *string `json:"content,omitempty" xml:"content,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreatePipelineRequest) GoString

func (s CreatePipelineRequest) GoString() string

func (*CreatePipelineRequest) SetContent

func (*CreatePipelineRequest) SetName

func (CreatePipelineRequest) String

func (s CreatePipelineRequest) String() string

type CreatePipelineResponse

type CreatePipelineResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreatePipelineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreatePipelineResponse) GoString

func (s CreatePipelineResponse) GoString() string

func (*CreatePipelineResponse) SetBody

func (*CreatePipelineResponse) SetHeaders

func (*CreatePipelineResponse) SetStatusCode

func (CreatePipelineResponse) String

func (s CreatePipelineResponse) String() string

type CreatePipelineResponseBody

type CreatePipelineResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	PipelinId    *int64  `json:"pipelinId,omitempty" xml:"pipelinId,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreatePipelineResponseBody) GoString

func (s CreatePipelineResponseBody) GoString() string

func (*CreatePipelineResponseBody) SetErrorCode

func (*CreatePipelineResponseBody) SetErrorMessage

func (*CreatePipelineResponseBody) SetPipelinId

func (*CreatePipelineResponseBody) SetRequestId

func (*CreatePipelineResponseBody) SetSuccess

func (CreatePipelineResponseBody) String

type CreateProjectLabelRequest added in v4.8.0

type CreateProjectLabelRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Color              *string `json:"color,omitempty" xml:"color,omitempty"`
	Description        *string `json:"description,omitempty" xml:"description,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (CreateProjectLabelRequest) GoString added in v4.8.0

func (s CreateProjectLabelRequest) GoString() string

func (*CreateProjectLabelRequest) SetAccessToken added in v4.8.0

func (*CreateProjectLabelRequest) SetColor added in v4.8.0

func (*CreateProjectLabelRequest) SetDescription added in v4.8.0

func (*CreateProjectLabelRequest) SetName added in v4.8.0

func (*CreateProjectLabelRequest) SetOrganizationId added in v4.8.0

func (*CreateProjectLabelRequest) SetRepositoryIdentity added in v4.8.0

func (s *CreateProjectLabelRequest) SetRepositoryIdentity(v string) *CreateProjectLabelRequest

func (CreateProjectLabelRequest) String added in v4.8.0

func (s CreateProjectLabelRequest) String() string

type CreateProjectLabelResponse added in v4.8.0

type CreateProjectLabelResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateProjectLabelResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateProjectLabelResponse) GoString added in v4.8.0

func (s CreateProjectLabelResponse) GoString() string

func (*CreateProjectLabelResponse) SetBody added in v4.8.0

func (*CreateProjectLabelResponse) SetHeaders added in v4.8.0

func (*CreateProjectLabelResponse) SetStatusCode added in v4.8.0

func (CreateProjectLabelResponse) String added in v4.8.0

type CreateProjectLabelResponseBody added in v4.8.0

type CreateProjectLabelResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateProjectLabelResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateProjectLabelResponseBody) GoString added in v4.8.0

func (*CreateProjectLabelResponseBody) SetErrorCode added in v4.8.0

func (*CreateProjectLabelResponseBody) SetErrorMessage added in v4.8.0

func (*CreateProjectLabelResponseBody) SetRequestId added in v4.8.0

func (*CreateProjectLabelResponseBody) SetResult added in v4.8.0

func (*CreateProjectLabelResponseBody) SetSuccess added in v4.8.0

func (CreateProjectLabelResponseBody) String added in v4.8.0

type CreateProjectLabelResponseBodyResult added in v4.8.0

type CreateProjectLabelResponseBodyResult struct {
	Color       *string `json:"color,omitempty" xml:"color,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateProjectLabelResponseBodyResult) GoString added in v4.8.0

func (*CreateProjectLabelResponseBodyResult) SetColor added in v4.8.0

func (*CreateProjectLabelResponseBodyResult) SetDescription added in v4.8.0

func (*CreateProjectLabelResponseBodyResult) SetId added in v4.8.0

func (*CreateProjectLabelResponseBodyResult) SetName added in v4.8.0

func (CreateProjectLabelResponseBodyResult) String added in v4.8.0

type CreateProjectRequest

type CreateProjectRequest struct {
	CustomCode         *string `json:"customCode,omitempty" xml:"customCode,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	Scope              *string `json:"scope,omitempty" xml:"scope,omitempty"`
	TemplateIdentifier *string `json:"templateIdentifier,omitempty" xml:"templateIdentifier,omitempty"`
}

func (CreateProjectRequest) GoString

func (s CreateProjectRequest) GoString() string

func (*CreateProjectRequest) SetCustomCode

func (s *CreateProjectRequest) SetCustomCode(v string) *CreateProjectRequest

func (*CreateProjectRequest) SetName

func (*CreateProjectRequest) SetScope

func (*CreateProjectRequest) SetTemplateIdentifier

func (s *CreateProjectRequest) SetTemplateIdentifier(v string) *CreateProjectRequest

func (CreateProjectRequest) String

func (s CreateProjectRequest) String() string

type CreateProjectResponse

type CreateProjectResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateProjectResponse) GoString

func (s CreateProjectResponse) GoString() string

func (*CreateProjectResponse) SetBody

func (*CreateProjectResponse) SetHeaders

func (*CreateProjectResponse) SetStatusCode

func (s *CreateProjectResponse) SetStatusCode(v int32) *CreateProjectResponse

func (CreateProjectResponse) String

func (s CreateProjectResponse) String() string

type CreateProjectResponseBody

type CreateProjectResponseBody struct {
	ErrorCode *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                           `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Project   *CreateProjectResponseBodyProject `json:"project,omitempty" xml:"project,omitempty" type:"Struct"`
	RequestId *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateProjectResponseBody) GoString

func (s CreateProjectResponseBody) GoString() string

func (*CreateProjectResponseBody) SetErrorCode

func (*CreateProjectResponseBody) SetErrorMsg

func (*CreateProjectResponseBody) SetProject

func (*CreateProjectResponseBody) SetRequestId

func (*CreateProjectResponseBody) SetSuccess

func (CreateProjectResponseBody) String

func (s CreateProjectResponseBody) String() string

type CreateProjectResponseBodyProject

type CreateProjectResponseBodyProject struct {
	CategoryIdentifier     *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string `json:"creator,omitempty" xml:"creator,omitempty"`
	CustomCode             *string `json:"customCode,omitempty" xml:"customCode,omitempty"`
	Description            *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate              *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Icon                   *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Identifier             *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	LogicalStatus          *string `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name                   *string `json:"name,omitempty" xml:"name,omitempty"`
	OrganizationIdentifier *string `json:"organizationIdentifier,omitempty" xml:"organizationIdentifier,omitempty"`
	Scope                  *string `json:"scope,omitempty" xml:"scope,omitempty"`
	StatusIdentifier       *string `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusStageIdentifier  *string `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	TypeIdentifier         *string `json:"typeIdentifier,omitempty" xml:"typeIdentifier,omitempty"`
}

func (CreateProjectResponseBodyProject) GoString

func (*CreateProjectResponseBodyProject) SetCategoryIdentifier

func (*CreateProjectResponseBodyProject) SetCreator

func (*CreateProjectResponseBodyProject) SetCustomCode

func (*CreateProjectResponseBodyProject) SetDescription

func (*CreateProjectResponseBodyProject) SetGmtCreate

func (*CreateProjectResponseBodyProject) SetGmtModified

func (*CreateProjectResponseBodyProject) SetIcon

func (*CreateProjectResponseBodyProject) SetIdentifier

func (*CreateProjectResponseBodyProject) SetLogicalStatus

func (*CreateProjectResponseBodyProject) SetModifier

func (*CreateProjectResponseBodyProject) SetName

func (*CreateProjectResponseBodyProject) SetOrganizationIdentifier

func (*CreateProjectResponseBodyProject) SetScope

func (*CreateProjectResponseBodyProject) SetStatusIdentifier

func (*CreateProjectResponseBodyProject) SetStatusStageIdentifier

func (*CreateProjectResponseBodyProject) SetTypeIdentifier

func (CreateProjectResponseBodyProject) String

type CreateProtectdBranchRequest

type CreateProtectdBranchRequest struct {
	AccessToken         *string                                         `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AllowMergeRoles     []*int32                                        `json:"allowMergeRoles,omitempty" xml:"allowMergeRoles,omitempty" type:"Repeated"`
	AllowMergeUserIds   []*string                                       `json:"allowMergeUserIds,omitempty" xml:"allowMergeUserIds,omitempty" type:"Repeated"`
	AllowPushRoles      []*int32                                        `json:"allowPushRoles,omitempty" xml:"allowPushRoles,omitempty" type:"Repeated"`
	AllowPushUserIds    []*string                                       `json:"allowPushUserIds,omitempty" xml:"allowPushUserIds,omitempty" type:"Repeated"`
	Branch              *string                                         `json:"branch,omitempty" xml:"branch,omitempty"`
	Id                  *int64                                          `json:"id,omitempty" xml:"id,omitempty"`
	MergeRequestSetting *CreateProtectdBranchRequestMergeRequestSetting `json:"mergeRequestSetting,omitempty" xml:"mergeRequestSetting,omitempty" type:"Struct"`
	TestSettingDTO      *CreateProtectdBranchRequestTestSettingDTO      `json:"testSettingDTO,omitempty" xml:"testSettingDTO,omitempty" type:"Struct"`
	OrganizationId      *string                                         `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateProtectdBranchRequest) GoString

func (s CreateProtectdBranchRequest) GoString() string

func (*CreateProtectdBranchRequest) SetAccessToken

func (*CreateProtectdBranchRequest) SetAllowMergeRoles

func (s *CreateProtectdBranchRequest) SetAllowMergeRoles(v []*int32) *CreateProtectdBranchRequest

func (*CreateProtectdBranchRequest) SetAllowMergeUserIds

func (s *CreateProtectdBranchRequest) SetAllowMergeUserIds(v []*string) *CreateProtectdBranchRequest

func (*CreateProtectdBranchRequest) SetAllowPushRoles

func (*CreateProtectdBranchRequest) SetAllowPushUserIds

func (s *CreateProtectdBranchRequest) SetAllowPushUserIds(v []*string) *CreateProtectdBranchRequest

func (*CreateProtectdBranchRequest) SetBranch

func (*CreateProtectdBranchRequest) SetId

func (*CreateProtectdBranchRequest) SetOrganizationId

func (CreateProtectdBranchRequest) String

type CreateProtectdBranchRequestMergeRequestSetting

type CreateProtectdBranchRequestMergeRequestSetting struct {
	AllowMergeRequestRoles       []*int32  `json:"allowMergeRequestRoles,omitempty" xml:"allowMergeRequestRoles,omitempty" type:"Repeated"`
	DefaultAssignees             []*string `json:"defaultAssignees,omitempty" xml:"defaultAssignees,omitempty" type:"Repeated"`
	IsAllowSelfApproval          *bool     `json:"isAllowSelfApproval,omitempty" xml:"isAllowSelfApproval,omitempty"`
	IsRequireDiscussionProcessed *bool     `json:"isRequireDiscussionProcessed,omitempty" xml:"isRequireDiscussionProcessed,omitempty"`
	IsRequired                   *bool     `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	IsResetApprovalWhenNewPush   *bool     `json:"isResetApprovalWhenNewPush,omitempty" xml:"isResetApprovalWhenNewPush,omitempty"`
	MinimumApproval              *int32    `json:"minimumApproval,omitempty" xml:"minimumApproval,omitempty"`
	MrMode                       *string   `json:"mrMode,omitempty" xml:"mrMode,omitempty"`
	WhiteList                    *string   `json:"whiteList,omitempty" xml:"whiteList,omitempty"`
}

func (CreateProtectdBranchRequestMergeRequestSetting) GoString

func (*CreateProtectdBranchRequestMergeRequestSetting) SetAllowMergeRequestRoles

func (*CreateProtectdBranchRequestMergeRequestSetting) SetDefaultAssignees

func (*CreateProtectdBranchRequestMergeRequestSetting) SetIsAllowSelfApproval

func (*CreateProtectdBranchRequestMergeRequestSetting) SetIsRequireDiscussionProcessed

func (*CreateProtectdBranchRequestMergeRequestSetting) SetIsRequired

func (*CreateProtectdBranchRequestMergeRequestSetting) SetIsResetApprovalWhenNewPush

func (*CreateProtectdBranchRequestMergeRequestSetting) SetMinimumApproval

func (*CreateProtectdBranchRequestMergeRequestSetting) SetMrMode

func (*CreateProtectdBranchRequestMergeRequestSetting) SetWhiteList

func (CreateProtectdBranchRequestMergeRequestSetting) String

type CreateProtectdBranchRequestTestSettingDTO

type CreateProtectdBranchRequestTestSettingDTO struct {
	CheckConfig             *CreateProtectdBranchRequestTestSettingDTOCheckConfig             `json:"checkConfig,omitempty" xml:"checkConfig,omitempty" type:"Struct"`
	CheckTaskQualityConfig  *CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig  `json:"checkTaskQualityConfig,omitempty" xml:"checkTaskQualityConfig,omitempty" type:"Struct"`
	CodeGuidelinesDetection *CreateProtectdBranchRequestTestSettingDTOCodeGuidelinesDetection `json:"codeGuidelinesDetection,omitempty" xml:"codeGuidelinesDetection,omitempty" type:"Struct"`
	IsRequired              *bool                                                             `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	SensitiveInfoDetection  *CreateProtectdBranchRequestTestSettingDTOSensitiveInfoDetection  `json:"sensitiveInfoDetection,omitempty" xml:"sensitiveInfoDetection,omitempty" type:"Struct"`
}

func (CreateProtectdBranchRequestTestSettingDTO) GoString

func (*CreateProtectdBranchRequestTestSettingDTO) SetIsRequired

func (CreateProtectdBranchRequestTestSettingDTO) String

type CreateProtectdBranchRequestTestSettingDTOCheckConfig

type CreateProtectdBranchRequestTestSettingDTOCheckConfig struct {
	CheckItems []*CreateProtectdBranchRequestTestSettingDTOCheckConfigCheckItems `json:"checkItems,omitempty" xml:"checkItems,omitempty" type:"Repeated"`
}

func (CreateProtectdBranchRequestTestSettingDTOCheckConfig) GoString

func (CreateProtectdBranchRequestTestSettingDTOCheckConfig) String

type CreateProtectdBranchRequestTestSettingDTOCheckConfigCheckItems

type CreateProtectdBranchRequestTestSettingDTOCheckConfigCheckItems struct {
	IsRequired *bool   `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateProtectdBranchRequestTestSettingDTOCheckConfigCheckItems) GoString

func (*CreateProtectdBranchRequestTestSettingDTOCheckConfigCheckItems) SetIsRequired

func (*CreateProtectdBranchRequestTestSettingDTOCheckConfigCheckItems) SetName

func (CreateProtectdBranchRequestTestSettingDTOCheckConfigCheckItems) String

type CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig

type CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig struct {
	BizNo    *string `json:"bizNo,omitempty" xml:"bizNo,omitempty"`
	Enabled  *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message  *string `json:"message,omitempty" xml:"message,omitempty"`
	TaskName *string `json:"taskName,omitempty" xml:"taskName,omitempty"`
}

func (CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig) GoString

func (*CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig) SetBizNo

func (*CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig) SetEnabled

func (*CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig) SetMessage

func (*CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig) SetTaskName

func (CreateProtectdBranchRequestTestSettingDTOCheckTaskQualityConfig) String

type CreateProtectdBranchRequestTestSettingDTOCodeGuidelinesDetection

type CreateProtectdBranchRequestTestSettingDTOCodeGuidelinesDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (CreateProtectdBranchRequestTestSettingDTOCodeGuidelinesDetection) GoString

func (*CreateProtectdBranchRequestTestSettingDTOCodeGuidelinesDetection) SetEnabled

func (*CreateProtectdBranchRequestTestSettingDTOCodeGuidelinesDetection) SetMessage

func (CreateProtectdBranchRequestTestSettingDTOCodeGuidelinesDetection) String

type CreateProtectdBranchRequestTestSettingDTOSensitiveInfoDetection

type CreateProtectdBranchRequestTestSettingDTOSensitiveInfoDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (CreateProtectdBranchRequestTestSettingDTOSensitiveInfoDetection) GoString

func (*CreateProtectdBranchRequestTestSettingDTOSensitiveInfoDetection) SetEnabled

func (*CreateProtectdBranchRequestTestSettingDTOSensitiveInfoDetection) SetMessage

func (CreateProtectdBranchRequestTestSettingDTOSensitiveInfoDetection) String

type CreateProtectdBranchResponse

type CreateProtectdBranchResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateProtectdBranchResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateProtectdBranchResponse) GoString

func (s CreateProtectdBranchResponse) GoString() string

func (*CreateProtectdBranchResponse) SetBody

func (*CreateProtectdBranchResponse) SetHeaders

func (*CreateProtectdBranchResponse) SetStatusCode

func (CreateProtectdBranchResponse) String

type CreateProtectdBranchResponseBody

type CreateProtectdBranchResponseBody struct {
	ErrorCode    *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateProtectdBranchResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateProtectdBranchResponseBody) GoString

func (*CreateProtectdBranchResponseBody) SetErrorCode

func (*CreateProtectdBranchResponseBody) SetErrorMessage

func (*CreateProtectdBranchResponseBody) SetRequestId

func (*CreateProtectdBranchResponseBody) SetSuccess

func (CreateProtectdBranchResponseBody) String

type CreateProtectdBranchResponseBodyResult

type CreateProtectdBranchResponseBodyResult struct {
	AllowMergeRoles     []*int32                                                   `json:"allowMergeRoles,omitempty" xml:"allowMergeRoles,omitempty" type:"Repeated"`
	AllowMergeUserIds   []*int64                                                   `json:"allowMergeUserIds,omitempty" xml:"allowMergeUserIds,omitempty" type:"Repeated"`
	AllowPushRoles      []*int32                                                   `json:"allowPushRoles,omitempty" xml:"allowPushRoles,omitempty" type:"Repeated"`
	AllowPushUserIds    []*int64                                                   `json:"allowPushUserIds,omitempty" xml:"allowPushUserIds,omitempty" type:"Repeated"`
	Branch              *string                                                    `json:"branch,omitempty" xml:"branch,omitempty"`
	Id                  *int64                                                     `json:"id,omitempty" xml:"id,omitempty"`
	MergeRequestSetting *CreateProtectdBranchResponseBodyResultMergeRequestSetting `json:"mergeRequestSetting,omitempty" xml:"mergeRequestSetting,omitempty" type:"Struct"`
	TestSettingDTO      *CreateProtectdBranchResponseBodyResultTestSettingDTO      `json:"testSettingDTO,omitempty" xml:"testSettingDTO,omitempty" type:"Struct"`
}

func (CreateProtectdBranchResponseBodyResult) GoString

func (*CreateProtectdBranchResponseBodyResult) SetAllowMergeRoles

func (*CreateProtectdBranchResponseBodyResult) SetAllowMergeUserIds

func (*CreateProtectdBranchResponseBodyResult) SetAllowPushRoles

func (*CreateProtectdBranchResponseBodyResult) SetAllowPushUserIds

func (*CreateProtectdBranchResponseBodyResult) SetBranch

func (*CreateProtectdBranchResponseBodyResult) SetId

func (CreateProtectdBranchResponseBodyResult) String

type CreateProtectdBranchResponseBodyResultMergeRequestSetting

type CreateProtectdBranchResponseBodyResultMergeRequestSetting struct {
	AllowMergeRequestRoles       []*int32  `json:"allowMergeRequestRoles,omitempty" xml:"allowMergeRequestRoles,omitempty" type:"Repeated"`
	DefaultAssignees             []*string `json:"defaultAssignees,omitempty" xml:"defaultAssignees,omitempty" type:"Repeated"`
	IsAllowSelfApproval          *bool     `json:"isAllowSelfApproval,omitempty" xml:"isAllowSelfApproval,omitempty"`
	IsRequireDiscussionProcessed *bool     `json:"isRequireDiscussionProcessed,omitempty" xml:"isRequireDiscussionProcessed,omitempty"`
	IsRequired                   *bool     `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	IsResetApprovalWhenNewPush   *bool     `json:"isResetApprovalWhenNewPush,omitempty" xml:"isResetApprovalWhenNewPush,omitempty"`
	MinimumApproval              *int32    `json:"minimumApproval,omitempty" xml:"minimumApproval,omitempty"`
	MrMode                       *string   `json:"mrMode,omitempty" xml:"mrMode,omitempty"`
	WhiteList                    *string   `json:"whiteList,omitempty" xml:"whiteList,omitempty"`
}

func (CreateProtectdBranchResponseBodyResultMergeRequestSetting) GoString

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetAllowMergeRequestRoles

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetDefaultAssignees

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetIsAllowSelfApproval

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetIsRequireDiscussionProcessed

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetIsRequired

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetIsResetApprovalWhenNewPush

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetMinimumApproval

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetMrMode

func (*CreateProtectdBranchResponseBodyResultMergeRequestSetting) SetWhiteList

func (CreateProtectdBranchResponseBodyResultMergeRequestSetting) String

type CreateProtectdBranchResponseBodyResultTestSettingDTO

type CreateProtectdBranchResponseBodyResultTestSettingDTO struct {
	CheckConfig             *CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfig             `json:"checkConfig,omitempty" xml:"checkConfig,omitempty" type:"Struct"`
	CheckTaskQualityConfig  *CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig  `json:"checkTaskQualityConfig,omitempty" xml:"checkTaskQualityConfig,omitempty" type:"Struct"`
	CodeGuidelinesDetection *CreateProtectdBranchResponseBodyResultTestSettingDTOCodeGuidelinesDetection `json:"codeGuidelinesDetection,omitempty" xml:"codeGuidelinesDetection,omitempty" type:"Struct"`
	IsRequired              *bool                                                                        `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	SensitiveInfoDetection  *CreateProtectdBranchResponseBodyResultTestSettingDTOSensitiveInfoDetection  `json:"sensitiveInfoDetection,omitempty" xml:"sensitiveInfoDetection,omitempty" type:"Struct"`
}

func (CreateProtectdBranchResponseBodyResultTestSettingDTO) GoString

func (*CreateProtectdBranchResponseBodyResultTestSettingDTO) SetIsRequired

func (CreateProtectdBranchResponseBodyResultTestSettingDTO) String

type CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfig

type CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfig struct {
	CheckItems []*CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfigCheckItems `json:"checkItems,omitempty" xml:"checkItems,omitempty" type:"Repeated"`
}

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfig) GoString

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfig) String

type CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfigCheckItems

type CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfigCheckItems struct {
	IsRequired *bool   `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfigCheckItems) GoString

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfigCheckItems) SetIsRequired

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfigCheckItems) SetName

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCheckConfigCheckItems) String

type CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig

type CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig struct {
	BizNo    *string `json:"bizNo,omitempty" xml:"bizNo,omitempty"`
	Enabled  *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message  *string `json:"message,omitempty" xml:"message,omitempty"`
	TaskName *string `json:"taskName,omitempty" xml:"taskName,omitempty"`
}

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig) GoString

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetBizNo

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetEnabled

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetMessage

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetTaskName

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCheckTaskQualityConfig) String

type CreateProtectdBranchResponseBodyResultTestSettingDTOCodeGuidelinesDetection

type CreateProtectdBranchResponseBodyResultTestSettingDTOCodeGuidelinesDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCodeGuidelinesDetection) GoString

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCodeGuidelinesDetection) SetEnabled

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOCodeGuidelinesDetection) SetMessage

func (CreateProtectdBranchResponseBodyResultTestSettingDTOCodeGuidelinesDetection) String

type CreateProtectdBranchResponseBodyResultTestSettingDTOSensitiveInfoDetection

type CreateProtectdBranchResponseBodyResultTestSettingDTOSensitiveInfoDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (CreateProtectdBranchResponseBodyResultTestSettingDTOSensitiveInfoDetection) GoString

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOSensitiveInfoDetection) SetEnabled

func (*CreateProtectdBranchResponseBodyResultTestSettingDTOSensitiveInfoDetection) SetMessage

func (CreateProtectdBranchResponseBodyResultTestSettingDTOSensitiveInfoDetection) String

type CreatePushRuleRequest added in v4.3.0

type CreatePushRuleRequest struct {
	AccessToken    *string                           `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	RuleInfos      []*CreatePushRuleRequestRuleInfos `json:"ruleInfos,omitempty" xml:"ruleInfos,omitempty" type:"Repeated"`
	OrganizationId *string                           `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreatePushRuleRequest) GoString added in v4.3.0

func (s CreatePushRuleRequest) GoString() string

func (*CreatePushRuleRequest) SetAccessToken added in v4.3.0

func (s *CreatePushRuleRequest) SetAccessToken(v string) *CreatePushRuleRequest

func (*CreatePushRuleRequest) SetOrganizationId added in v4.3.0

func (s *CreatePushRuleRequest) SetOrganizationId(v string) *CreatePushRuleRequest

func (*CreatePushRuleRequest) SetRuleInfos added in v4.3.0

func (CreatePushRuleRequest) String added in v4.3.0

func (s CreatePushRuleRequest) String() string

type CreatePushRuleRequestRuleInfos added in v4.3.0

type CreatePushRuleRequestRuleInfos struct {
	CheckerName     *string   `json:"checkerName,omitempty" xml:"checkerName,omitempty"`
	CheckerType     *string   `json:"checkerType,omitempty" xml:"checkerType,omitempty"`
	ExtraMessage    *string   `json:"extraMessage,omitempty" xml:"extraMessage,omitempty"`
	FileRuleRegexes []*string `json:"fileRuleRegexes,omitempty" xml:"fileRuleRegexes,omitempty" type:"Repeated"`
}

func (CreatePushRuleRequestRuleInfos) GoString added in v4.3.0

func (*CreatePushRuleRequestRuleInfos) SetCheckerName added in v4.3.0

func (*CreatePushRuleRequestRuleInfos) SetCheckerType added in v4.3.0

func (*CreatePushRuleRequestRuleInfos) SetExtraMessage added in v4.3.0

func (*CreatePushRuleRequestRuleInfos) SetFileRuleRegexes added in v4.3.0

func (CreatePushRuleRequestRuleInfos) String added in v4.3.0

type CreatePushRuleResponse added in v4.3.0

type CreatePushRuleResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreatePushRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreatePushRuleResponse) GoString added in v4.3.0

func (s CreatePushRuleResponse) GoString() string

func (*CreatePushRuleResponse) SetBody added in v4.3.0

func (*CreatePushRuleResponse) SetHeaders added in v4.3.0

func (*CreatePushRuleResponse) SetStatusCode added in v4.3.0

func (CreatePushRuleResponse) String added in v4.3.0

func (s CreatePushRuleResponse) String() string

type CreatePushRuleResponseBody added in v4.3.0

type CreatePushRuleResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreatePushRuleResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreatePushRuleResponseBody) GoString added in v4.3.0

func (s CreatePushRuleResponseBody) GoString() string

func (*CreatePushRuleResponseBody) SetErrorCode added in v4.3.0

func (*CreatePushRuleResponseBody) SetErrorMessage added in v4.3.0

func (*CreatePushRuleResponseBody) SetRequestId added in v4.3.0

func (*CreatePushRuleResponseBody) SetResult added in v4.3.0

func (*CreatePushRuleResponseBody) SetSuccess added in v4.3.0

func (CreatePushRuleResponseBody) String added in v4.3.0

type CreatePushRuleResponseBodyResult added in v4.3.0

type CreatePushRuleResponseBodyResult struct {
	GmtCreate   *string                                      `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified *string                                      `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id          *int64                                       `json:"id,omitempty" xml:"id,omitempty"`
	RuleInfos   []*CreatePushRuleResponseBodyResultRuleInfos `json:"ruleInfos,omitempty" xml:"ruleInfos,omitempty" type:"Repeated"`
}

func (CreatePushRuleResponseBodyResult) GoString added in v4.3.0

func (*CreatePushRuleResponseBodyResult) SetGmtCreate added in v4.3.0

func (*CreatePushRuleResponseBodyResult) SetGmtModified added in v4.3.0

func (*CreatePushRuleResponseBodyResult) SetId added in v4.3.0

func (*CreatePushRuleResponseBodyResult) SetRuleInfos added in v4.3.0

func (CreatePushRuleResponseBodyResult) String added in v4.3.0

type CreatePushRuleResponseBodyResultRuleInfos added in v4.3.0

type CreatePushRuleResponseBodyResultRuleInfos struct {
	CheckerName     *string   `json:"checkerName,omitempty" xml:"checkerName,omitempty"`
	CheckerType     *string   `json:"checkerType,omitempty" xml:"checkerType,omitempty"`
	ExtraMessage    *string   `json:"extraMessage,omitempty" xml:"extraMessage,omitempty"`
	FileRuleRegexes []*string `json:"fileRuleRegexes,omitempty" xml:"fileRuleRegexes,omitempty" type:"Repeated"`
}

func (CreatePushRuleResponseBodyResultRuleInfos) GoString added in v4.3.0

func (*CreatePushRuleResponseBodyResultRuleInfos) SetCheckerName added in v4.3.0

func (*CreatePushRuleResponseBodyResultRuleInfos) SetCheckerType added in v4.3.0

func (*CreatePushRuleResponseBodyResultRuleInfos) SetExtraMessage added in v4.3.0

func (*CreatePushRuleResponseBodyResultRuleInfos) SetFileRuleRegexes added in v4.3.0

func (CreatePushRuleResponseBodyResultRuleInfos) String added in v4.3.0

type CreateRepositoryGroupRequest

type CreateRepositoryGroupRequest struct {
	AccessToken     *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AvatarUrl       *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Description     *string `json:"description,omitempty" xml:"description,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	ParentId        *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	VisibilityLevel *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	OrganizationId  *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateRepositoryGroupRequest) GoString

func (s CreateRepositoryGroupRequest) GoString() string

func (*CreateRepositoryGroupRequest) SetAccessToken

func (*CreateRepositoryGroupRequest) SetAvatarUrl

func (*CreateRepositoryGroupRequest) SetDescription

func (*CreateRepositoryGroupRequest) SetName

func (*CreateRepositoryGroupRequest) SetOrganizationId

func (*CreateRepositoryGroupRequest) SetParentId

func (*CreateRepositoryGroupRequest) SetPath

func (*CreateRepositoryGroupRequest) SetVisibilityLevel

func (CreateRepositoryGroupRequest) String

type CreateRepositoryGroupResponse

type CreateRepositoryGroupResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateRepositoryGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateRepositoryGroupResponse) GoString

func (*CreateRepositoryGroupResponse) SetBody

func (*CreateRepositoryGroupResponse) SetHeaders

func (*CreateRepositoryGroupResponse) SetStatusCode

func (CreateRepositoryGroupResponse) String

type CreateRepositoryGroupResponseBody

type CreateRepositoryGroupResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateRepositoryGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateRepositoryGroupResponseBody) GoString

func (*CreateRepositoryGroupResponseBody) SetErrorCode

func (*CreateRepositoryGroupResponseBody) SetErrorMessage

func (*CreateRepositoryGroupResponseBody) SetRequestId

func (*CreateRepositoryGroupResponseBody) SetSuccess

func (CreateRepositoryGroupResponseBody) String

type CreateRepositoryGroupResponseBodyResult

type CreateRepositoryGroupResponseBodyResult struct {
	AvatarUrl         *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	OwnerId           *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	ParentId          *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	Type              *string `json:"type,omitempty" xml:"type,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl            *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (CreateRepositoryGroupResponseBodyResult) GoString

func (*CreateRepositoryGroupResponseBodyResult) SetAvatarUrl

func (*CreateRepositoryGroupResponseBodyResult) SetDescription

func (*CreateRepositoryGroupResponseBodyResult) SetId

func (*CreateRepositoryGroupResponseBodyResult) SetName

func (*CreateRepositoryGroupResponseBodyResult) SetNameWithNamespace

func (*CreateRepositoryGroupResponseBodyResult) SetOwnerId

func (*CreateRepositoryGroupResponseBodyResult) SetParentId

func (*CreateRepositoryGroupResponseBodyResult) SetPath

func (*CreateRepositoryGroupResponseBodyResult) SetPathWithNamespace

func (*CreateRepositoryGroupResponseBodyResult) SetType

func (*CreateRepositoryGroupResponseBodyResult) SetVisibilityLevel

func (*CreateRepositoryGroupResponseBodyResult) SetWebUrl

func (CreateRepositoryGroupResponseBodyResult) String

type CreateRepositoryRequest

type CreateRepositoryRequest struct {
	AccessToken          *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AvatarUrl            *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Description          *string `json:"description,omitempty" xml:"description,omitempty"`
	GitignoreType        *string `json:"gitignoreType,omitempty" xml:"gitignoreType,omitempty"`
	ImportAccount        *string `json:"importAccount,omitempty" xml:"importAccount,omitempty"`
	ImportDemoProject    *bool   `json:"importDemoProject,omitempty" xml:"importDemoProject,omitempty"`
	ImportRepoType       *string `json:"importRepoType,omitempty" xml:"importRepoType,omitempty"`
	ImportToken          *string `json:"importToken,omitempty" xml:"importToken,omitempty"`
	ImportTokenEncrypted *string `json:"importTokenEncrypted,omitempty" xml:"importTokenEncrypted,omitempty"`
	ImportUrl            *string `json:"importUrl,omitempty" xml:"importUrl,omitempty"`
	InitStandardService  *bool   `json:"initStandardService,omitempty" xml:"initStandardService,omitempty"`
	IsCryptoEnabled      *bool   `json:"isCryptoEnabled,omitempty" xml:"isCryptoEnabled,omitempty"`
	LocalImportUrl       *string `json:"localImportUrl,omitempty" xml:"localImportUrl,omitempty"`
	Name                 *string `json:"name,omitempty" xml:"name,omitempty"`
	NamespaceId          *int64  `json:"namespaceId,omitempty" xml:"namespaceId,omitempty"`
	Path                 *string `json:"path,omitempty" xml:"path,omitempty"`
	ReadmeType           *string `json:"readmeType,omitempty" xml:"readmeType,omitempty"`
	VisibilityLevel      *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	CreateParentPath     *bool   `json:"createParentPath,omitempty" xml:"createParentPath,omitempty"`
	OrganizationId       *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Sync                 *bool   `json:"sync,omitempty" xml:"sync,omitempty"`
}

func (CreateRepositoryRequest) GoString

func (s CreateRepositoryRequest) GoString() string

func (*CreateRepositoryRequest) SetAccessToken

func (*CreateRepositoryRequest) SetAvatarUrl

func (*CreateRepositoryRequest) SetCreateParentPath

func (s *CreateRepositoryRequest) SetCreateParentPath(v bool) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetDescription

func (*CreateRepositoryRequest) SetGitignoreType

func (s *CreateRepositoryRequest) SetGitignoreType(v string) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetImportAccount

func (s *CreateRepositoryRequest) SetImportAccount(v string) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetImportDemoProject

func (s *CreateRepositoryRequest) SetImportDemoProject(v bool) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetImportRepoType

func (s *CreateRepositoryRequest) SetImportRepoType(v string) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetImportToken

func (*CreateRepositoryRequest) SetImportTokenEncrypted

func (s *CreateRepositoryRequest) SetImportTokenEncrypted(v string) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetImportUrl

func (*CreateRepositoryRequest) SetInitStandardService

func (s *CreateRepositoryRequest) SetInitStandardService(v bool) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetIsCryptoEnabled

func (s *CreateRepositoryRequest) SetIsCryptoEnabled(v bool) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetLocalImportUrl

func (s *CreateRepositoryRequest) SetLocalImportUrl(v string) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetName

func (*CreateRepositoryRequest) SetNamespaceId

func (*CreateRepositoryRequest) SetOrganizationId

func (s *CreateRepositoryRequest) SetOrganizationId(v string) *CreateRepositoryRequest

func (*CreateRepositoryRequest) SetPath

func (*CreateRepositoryRequest) SetReadmeType

func (*CreateRepositoryRequest) SetSync

func (*CreateRepositoryRequest) SetVisibilityLevel

func (s *CreateRepositoryRequest) SetVisibilityLevel(v int32) *CreateRepositoryRequest

func (CreateRepositoryRequest) String

func (s CreateRepositoryRequest) String() string

type CreateRepositoryResponse

type CreateRepositoryResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateRepositoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateRepositoryResponse) GoString

func (s CreateRepositoryResponse) GoString() string

func (*CreateRepositoryResponse) SetBody

func (*CreateRepositoryResponse) SetHeaders

func (*CreateRepositoryResponse) SetStatusCode

func (CreateRepositoryResponse) String

func (s CreateRepositoryResponse) String() string

type CreateRepositoryResponseBody

type CreateRepositoryResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateRepositoryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateRepositoryResponseBody) GoString

func (s CreateRepositoryResponseBody) GoString() string

func (*CreateRepositoryResponseBody) SetErrorCode

func (*CreateRepositoryResponseBody) SetErrorMessage

func (*CreateRepositoryResponseBody) SetRequestId

func (*CreateRepositoryResponseBody) SetResult

func (*CreateRepositoryResponseBody) SetSuccess

func (CreateRepositoryResponseBody) String

type CreateRepositoryResponseBodyResult

type CreateRepositoryResponseBodyResult struct {
	ImportFromSvn *bool   `json:"Import_from_svn,omitempty" xml:"Import_from_svn,omitempty"`
	Archived      *bool   `json:"archived,omitempty" xml:"archived,omitempty"`
	AvatarUrl     *string `json:"avatar_url,omitempty" xml:"avatar_url,omitempty"`
	CreatedAt     *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	CreatorId     *int64  `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	DefaultBranch *string `json:"defaultBranch,omitempty" xml:"defaultBranch,omitempty"`
	DemoProject   *bool   `json:"demoProject,omitempty" xml:"demoProject,omitempty"`
	Description   *string `json:"description,omitempty" xml:"description,omitempty"`
	HttpUrlToRepo *string `json:"httpUrlToRepo,omitempty" xml:"httpUrlToRepo,omitempty"`
	// id
	Id                *int64                                       `json:"id,omitempty" xml:"id,omitempty"`
	LastActivityAt    *string                                      `json:"lastActivityAt,omitempty" xml:"lastActivityAt,omitempty"`
	Name              *string                                      `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string                                      `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	Namespace         *CreateRepositoryResponseBodyResultNamespace `json:"namespace,omitempty" xml:"namespace,omitempty" type:"Struct"`
	Path              *string                                      `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string                                      `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	SshUrlToRepo      *string                                      `json:"sshUrlToRepo,omitempty" xml:"sshUrlToRepo,omitempty"`
	VisibilityLevel   *string                                      `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	// web url
	WebUrl *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (CreateRepositoryResponseBodyResult) GoString

func (*CreateRepositoryResponseBodyResult) SetArchived

func (*CreateRepositoryResponseBodyResult) SetAvatarUrl

func (*CreateRepositoryResponseBodyResult) SetCreatedAt

func (*CreateRepositoryResponseBodyResult) SetCreatorId

func (*CreateRepositoryResponseBodyResult) SetDefaultBranch

func (*CreateRepositoryResponseBodyResult) SetDemoProject

func (*CreateRepositoryResponseBodyResult) SetDescription

func (*CreateRepositoryResponseBodyResult) SetHttpUrlToRepo

func (*CreateRepositoryResponseBodyResult) SetId

func (*CreateRepositoryResponseBodyResult) SetImportFromSvn

func (*CreateRepositoryResponseBodyResult) SetLastActivityAt

func (*CreateRepositoryResponseBodyResult) SetName

func (*CreateRepositoryResponseBodyResult) SetNameWithNamespace

func (*CreateRepositoryResponseBodyResult) SetPath

func (*CreateRepositoryResponseBodyResult) SetPathWithNamespace

func (*CreateRepositoryResponseBodyResult) SetSshUrlToRepo

func (*CreateRepositoryResponseBodyResult) SetVisibilityLevel

func (*CreateRepositoryResponseBodyResult) SetWebUrl

func (CreateRepositoryResponseBodyResult) String

type CreateRepositoryResponseBodyResultNamespace

type CreateRepositoryResponseBodyResultNamespace struct {
	Avatar      *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	CreatedAt   *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	// id
	Id              *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	OwnerId         *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	Public          *bool   `json:"public,omitempty" xml:"public,omitempty"`
	UpdatedAt       *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel *string `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
}

func (CreateRepositoryResponseBodyResultNamespace) GoString

func (*CreateRepositoryResponseBodyResultNamespace) SetAvatar

func (*CreateRepositoryResponseBodyResultNamespace) SetCreatedAt

func (*CreateRepositoryResponseBodyResultNamespace) SetDescription

func (*CreateRepositoryResponseBodyResultNamespace) SetId

func (*CreateRepositoryResponseBodyResultNamespace) SetName

func (*CreateRepositoryResponseBodyResultNamespace) SetOwnerId

func (*CreateRepositoryResponseBodyResultNamespace) SetPath

func (*CreateRepositoryResponseBodyResultNamespace) SetPublic

func (*CreateRepositoryResponseBodyResultNamespace) SetUpdatedAt

func (*CreateRepositoryResponseBodyResultNamespace) SetVisibilityLevel

func (CreateRepositoryResponseBodyResultNamespace) String

type CreateResourceMemberRequest

type CreateResourceMemberRequest struct {
	AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	RoleName  *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
}

func (CreateResourceMemberRequest) GoString

func (s CreateResourceMemberRequest) GoString() string

func (*CreateResourceMemberRequest) SetAccountId

func (*CreateResourceMemberRequest) SetRoleName

func (CreateResourceMemberRequest) String

type CreateResourceMemberResponse

type CreateResourceMemberResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateResourceMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateResourceMemberResponse) GoString

func (s CreateResourceMemberResponse) GoString() string

func (*CreateResourceMemberResponse) SetBody

func (*CreateResourceMemberResponse) SetHeaders

func (*CreateResourceMemberResponse) SetStatusCode

func (CreateResourceMemberResponse) String

type CreateResourceMemberResponseBody

type CreateResourceMemberResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateResourceMemberResponseBody) GoString

func (*CreateResourceMemberResponseBody) SetErrorCode

func (*CreateResourceMemberResponseBody) SetErrorMessage

func (*CreateResourceMemberResponseBody) SetRequestId

func (*CreateResourceMemberResponseBody) SetSuccess

func (CreateResourceMemberResponseBody) String

type CreateServiceAuthRequest added in v4.1.0

type CreateServiceAuthRequest struct {
	ServiceAuthType *string `json:"serviceAuthType,omitempty" xml:"serviceAuthType,omitempty"`
}

func (CreateServiceAuthRequest) GoString added in v4.1.0

func (s CreateServiceAuthRequest) GoString() string

func (*CreateServiceAuthRequest) SetServiceAuthType added in v4.1.0

func (s *CreateServiceAuthRequest) SetServiceAuthType(v string) *CreateServiceAuthRequest

func (CreateServiceAuthRequest) String added in v4.1.0

func (s CreateServiceAuthRequest) String() string

type CreateServiceAuthResponse added in v4.1.0

type CreateServiceAuthResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateServiceAuthResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateServiceAuthResponse) GoString added in v4.1.0

func (s CreateServiceAuthResponse) GoString() string

func (*CreateServiceAuthResponse) SetBody added in v4.1.0

func (*CreateServiceAuthResponse) SetHeaders added in v4.1.0

func (*CreateServiceAuthResponse) SetStatusCode added in v4.1.0

func (CreateServiceAuthResponse) String added in v4.1.0

func (s CreateServiceAuthResponse) String() string

type CreateServiceAuthResponseBody added in v4.1.0

type CreateServiceAuthResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Id           *string `json:"id,omitempty" xml:"id,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateServiceAuthResponseBody) GoString added in v4.1.0

func (*CreateServiceAuthResponseBody) SetErrorCode added in v4.1.0

func (*CreateServiceAuthResponseBody) SetErrorMessage added in v4.1.0

func (*CreateServiceAuthResponseBody) SetId added in v4.1.0

func (*CreateServiceAuthResponseBody) SetRequestId added in v4.1.0

func (*CreateServiceAuthResponseBody) SetSuccess added in v4.1.0

func (CreateServiceAuthResponseBody) String added in v4.1.0

type CreateServiceConnectionRequest added in v4.1.0

type CreateServiceConnectionRequest struct {
	AuthType       *string `json:"authType,omitempty" xml:"authType,omitempty"`
	ConnectionName *string `json:"connectionName,omitempty" xml:"connectionName,omitempty"`
	ConnectionType *string `json:"connectionType,omitempty" xml:"connectionType,omitempty"`
	Scope          *string `json:"scope,omitempty" xml:"scope,omitempty"`
	ServiceAuthId  *int64  `json:"serviceAuthId,omitempty" xml:"serviceAuthId,omitempty"`
}

func (CreateServiceConnectionRequest) GoString added in v4.1.0

func (*CreateServiceConnectionRequest) SetAuthType added in v4.1.0

func (*CreateServiceConnectionRequest) SetConnectionName added in v4.1.0

func (*CreateServiceConnectionRequest) SetConnectionType added in v4.1.0

func (*CreateServiceConnectionRequest) SetScope added in v4.1.0

func (*CreateServiceConnectionRequest) SetServiceAuthId added in v4.1.0

func (CreateServiceConnectionRequest) String added in v4.1.0

type CreateServiceConnectionResponse added in v4.1.0

type CreateServiceConnectionResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateServiceConnectionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateServiceConnectionResponse) GoString added in v4.1.0

func (*CreateServiceConnectionResponse) SetBody added in v4.1.0

func (*CreateServiceConnectionResponse) SetHeaders added in v4.1.0

func (*CreateServiceConnectionResponse) SetStatusCode added in v4.1.0

func (CreateServiceConnectionResponse) String added in v4.1.0

type CreateServiceConnectionResponseBody added in v4.1.0

type CreateServiceConnectionResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateServiceConnectionResponseBody) GoString added in v4.1.0

func (*CreateServiceConnectionResponseBody) SetErrorCode added in v4.1.0

func (*CreateServiceConnectionResponseBody) SetErrorMessage added in v4.1.0

func (*CreateServiceConnectionResponseBody) SetId added in v4.1.0

func (*CreateServiceConnectionResponseBody) SetRequestId added in v4.1.0

func (*CreateServiceConnectionResponseBody) SetSuccess added in v4.1.0

func (CreateServiceConnectionResponseBody) String added in v4.1.0

type CreateServiceCredentialRequest added in v4.1.0

type CreateServiceCredentialRequest struct {
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Password *string `json:"password,omitempty" xml:"password,omitempty"`
	Scope    *string `json:"scope,omitempty" xml:"scope,omitempty"`
	Type     *string `json:"type,omitempty" xml:"type,omitempty"`
	Username *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (CreateServiceCredentialRequest) GoString added in v4.1.0

func (*CreateServiceCredentialRequest) SetName added in v4.1.0

func (*CreateServiceCredentialRequest) SetPassword added in v4.1.0

func (*CreateServiceCredentialRequest) SetScope added in v4.1.0

func (*CreateServiceCredentialRequest) SetType added in v4.1.0

func (*CreateServiceCredentialRequest) SetUsername added in v4.1.0

func (CreateServiceCredentialRequest) String added in v4.1.0

type CreateServiceCredentialResponse added in v4.1.0

type CreateServiceCredentialResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateServiceCredentialResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateServiceCredentialResponse) GoString added in v4.1.0

func (*CreateServiceCredentialResponse) SetBody added in v4.1.0

func (*CreateServiceCredentialResponse) SetHeaders added in v4.1.0

func (*CreateServiceCredentialResponse) SetStatusCode added in v4.1.0

func (CreateServiceCredentialResponse) String added in v4.1.0

type CreateServiceCredentialResponseBody added in v4.1.0

type CreateServiceCredentialResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateServiceCredentialResponseBody) GoString added in v4.1.0

func (*CreateServiceCredentialResponseBody) SetErrorCode added in v4.1.0

func (*CreateServiceCredentialResponseBody) SetErrorMessage added in v4.1.0

func (*CreateServiceCredentialResponseBody) SetId added in v4.1.0

func (*CreateServiceCredentialResponseBody) SetRequestId added in v4.1.0

func (*CreateServiceCredentialResponseBody) SetSuccess added in v4.1.0

func (CreateServiceCredentialResponseBody) String added in v4.1.0

type CreateSprintRequest

type CreateSprintRequest struct {
	EndDate         *string   `json:"endDate,omitempty" xml:"endDate,omitempty"`
	Name            *string   `json:"name,omitempty" xml:"name,omitempty"`
	SpaceIdentifier *string   `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	StaffIds        []*string `json:"staffIds,omitempty" xml:"staffIds,omitempty" type:"Repeated"`
	StartDate       *string   `json:"startDate,omitempty" xml:"startDate,omitempty"`
}

func (CreateSprintRequest) GoString

func (s CreateSprintRequest) GoString() string

func (*CreateSprintRequest) SetEndDate

func (*CreateSprintRequest) SetName

func (*CreateSprintRequest) SetSpaceIdentifier

func (s *CreateSprintRequest) SetSpaceIdentifier(v string) *CreateSprintRequest

func (*CreateSprintRequest) SetStaffIds

func (s *CreateSprintRequest) SetStaffIds(v []*string) *CreateSprintRequest

func (*CreateSprintRequest) SetStartDate

func (s *CreateSprintRequest) SetStartDate(v string) *CreateSprintRequest

func (CreateSprintRequest) String

func (s CreateSprintRequest) String() string

type CreateSprintResponse

type CreateSprintResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateSprintResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateSprintResponse) GoString

func (s CreateSprintResponse) GoString() string

func (*CreateSprintResponse) SetBody

func (*CreateSprintResponse) SetHeaders

func (s *CreateSprintResponse) SetHeaders(v map[string]*string) *CreateSprintResponse

func (*CreateSprintResponse) SetStatusCode

func (s *CreateSprintResponse) SetStatusCode(v int32) *CreateSprintResponse

func (CreateSprintResponse) String

func (s CreateSprintResponse) String() string

type CreateSprintResponseBody

type CreateSprintResponseBody struct {
	ErrorCode *string                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                         `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId *string                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Sprint    *CreateSprintResponseBodySprint `json:"sprint,omitempty" xml:"sprint,omitempty" type:"Struct"`
	Success   *bool                           `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateSprintResponseBody) GoString

func (s CreateSprintResponseBody) GoString() string

func (*CreateSprintResponseBody) SetErrorCode

func (*CreateSprintResponseBody) SetErrorMsg

func (*CreateSprintResponseBody) SetRequestId

func (*CreateSprintResponseBody) SetSprint

func (*CreateSprintResponseBody) SetSuccess

func (CreateSprintResponseBody) String

func (s CreateSprintResponseBody) String() string

type CreateSprintResponseBodySprint

type CreateSprintResponseBodySprint struct {
	Creator         *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Description     *string `json:"description,omitempty" xml:"description,omitempty"`
	EndDate         *int64  `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GmtCreate       *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified     *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier      *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier        *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	Scope           *string `json:"scope,omitempty" xml:"scope,omitempty"`
	SpaceIdentifier *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	StartDate       *int64  `json:"startDate,omitempty" xml:"startDate,omitempty"`
	Status          *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (CreateSprintResponseBodySprint) GoString

func (*CreateSprintResponseBodySprint) SetCreator

func (*CreateSprintResponseBodySprint) SetDescription

func (*CreateSprintResponseBodySprint) SetEndDate

func (*CreateSprintResponseBodySprint) SetGmtCreate

func (*CreateSprintResponseBodySprint) SetGmtModified

func (*CreateSprintResponseBodySprint) SetIdentifier

func (*CreateSprintResponseBodySprint) SetModifier

func (*CreateSprintResponseBodySprint) SetName

func (*CreateSprintResponseBodySprint) SetScope

func (*CreateSprintResponseBodySprint) SetSpaceIdentifier

func (*CreateSprintResponseBodySprint) SetStartDate

func (*CreateSprintResponseBodySprint) SetStatus

func (CreateSprintResponseBodySprint) String

type CreateSshKeyResponse

type CreateSshKeyResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateSshKeyResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateSshKeyResponse) GoString

func (s CreateSshKeyResponse) GoString() string

func (*CreateSshKeyResponse) SetBody

func (*CreateSshKeyResponse) SetHeaders

func (s *CreateSshKeyResponse) SetHeaders(v map[string]*string) *CreateSshKeyResponse

func (*CreateSshKeyResponse) SetStatusCode

func (s *CreateSshKeyResponse) SetStatusCode(v int32) *CreateSshKeyResponse

func (CreateSshKeyResponse) String

func (s CreateSshKeyResponse) String() string

type CreateSshKeyResponseBody

type CreateSshKeyResponseBody struct {
	ErrorCode    *string                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	SshKey       *CreateSshKeyResponseBodySshKey `json:"sshKey,omitempty" xml:"sshKey,omitempty" type:"Struct"`
	Success      *bool                           `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateSshKeyResponseBody) GoString

func (s CreateSshKeyResponseBody) GoString() string

func (*CreateSshKeyResponseBody) SetErrorCode

func (*CreateSshKeyResponseBody) SetErrorMessage

func (*CreateSshKeyResponseBody) SetRequestId

func (*CreateSshKeyResponseBody) SetSshKey

func (*CreateSshKeyResponseBody) SetSuccess

func (CreateSshKeyResponseBody) String

func (s CreateSshKeyResponseBody) String() string

type CreateSshKeyResponseBodySshKey

type CreateSshKeyResponseBodySshKey struct {
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	PublicKey *string `json:"publicKey,omitempty" xml:"publicKey,omitempty"`
}

func (CreateSshKeyResponseBodySshKey) GoString

func (*CreateSshKeyResponseBodySshKey) SetId

func (*CreateSshKeyResponseBodySshKey) SetPublicKey

func (CreateSshKeyResponseBodySshKey) String

type CreateTagRequest

type CreateTagRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Message        *string `json:"message,omitempty" xml:"message,omitempty"`
	Ref            *string `json:"ref,omitempty" xml:"ref,omitempty"`
	TagName        *string `json:"tagName,omitempty" xml:"tagName,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateTagRequest) GoString

func (s CreateTagRequest) GoString() string

func (*CreateTagRequest) SetAccessToken

func (s *CreateTagRequest) SetAccessToken(v string) *CreateTagRequest

func (*CreateTagRequest) SetMessage

func (s *CreateTagRequest) SetMessage(v string) *CreateTagRequest

func (*CreateTagRequest) SetOrganizationId

func (s *CreateTagRequest) SetOrganizationId(v string) *CreateTagRequest

func (*CreateTagRequest) SetRef

func (*CreateTagRequest) SetTagName

func (s *CreateTagRequest) SetTagName(v string) *CreateTagRequest

func (CreateTagRequest) String

func (s CreateTagRequest) String() string

type CreateTagResponse

type CreateTagResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateTagResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateTagResponse) GoString

func (s CreateTagResponse) GoString() string

func (*CreateTagResponse) SetBody

func (*CreateTagResponse) SetHeaders

func (s *CreateTagResponse) SetHeaders(v map[string]*string) *CreateTagResponse

func (*CreateTagResponse) SetStatusCode

func (s *CreateTagResponse) SetStatusCode(v int32) *CreateTagResponse

func (CreateTagResponse) String

func (s CreateTagResponse) String() string

type CreateTagResponseBody

type CreateTagResponseBody struct {
	ErrorCode    *string                      `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                      `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateTagResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                        `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateTagResponseBody) GoString

func (s CreateTagResponseBody) GoString() string

func (*CreateTagResponseBody) SetErrorCode

func (*CreateTagResponseBody) SetErrorMessage

func (s *CreateTagResponseBody) SetErrorMessage(v string) *CreateTagResponseBody

func (*CreateTagResponseBody) SetRequestId

func (*CreateTagResponseBody) SetResult

func (*CreateTagResponseBody) SetSuccess

func (CreateTagResponseBody) String

func (s CreateTagResponseBody) String() string

type CreateTagResponseBodyResult

type CreateTagResponseBodyResult struct {
	Commit  *CreateTagResponseBodyResultCommit `json:"commit,omitempty" xml:"commit,omitempty" type:"Struct"`
	Id      *string                            `json:"id,omitempty" xml:"id,omitempty"`
	Message *string                            `json:"message,omitempty" xml:"message,omitempty"`
	Name    *string                            `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateTagResponseBodyResult) GoString

func (s CreateTagResponseBodyResult) GoString() string

func (*CreateTagResponseBodyResult) SetCommit

func (*CreateTagResponseBodyResult) SetId

func (*CreateTagResponseBodyResult) SetMessage

func (*CreateTagResponseBodyResult) SetName

func (CreateTagResponseBodyResult) String

type CreateTagResponseBodyResultCommit

type CreateTagResponseBodyResultCommit struct {
	AuthorEmail    *string   `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string   `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string   `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommittedDate  *string   `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	CommitterEmail *string   `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string   `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string   `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string   `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string   `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string   `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Title          *string   `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateTagResponseBodyResultCommit) GoString

func (*CreateTagResponseBodyResultCommit) SetAuthorEmail

func (*CreateTagResponseBodyResultCommit) SetAuthorName

func (*CreateTagResponseBodyResultCommit) SetAuthoredDate

func (*CreateTagResponseBodyResultCommit) SetCommittedDate

func (*CreateTagResponseBodyResultCommit) SetCommitterEmail

func (*CreateTagResponseBodyResultCommit) SetCommitterName

func (*CreateTagResponseBodyResultCommit) SetCreatedAt

func (*CreateTagResponseBodyResultCommit) SetId

func (*CreateTagResponseBodyResultCommit) SetMessage

func (*CreateTagResponseBodyResultCommit) SetParentIds

func (*CreateTagResponseBodyResultCommit) SetShortId

func (*CreateTagResponseBodyResultCommit) SetTitle

func (CreateTagResponseBodyResultCommit) String

type CreateTestCaseRequest

type CreateTestCaseRequest struct {
	AssignedTo              *string                                       `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	DirectoryIdentifier     *string                                       `json:"directoryIdentifier,omitempty" xml:"directoryIdentifier,omitempty"`
	FieldValueList          []*CreateTestCaseRequestFieldValueList        `json:"fieldValueList,omitempty" xml:"fieldValueList,omitempty" type:"Repeated"`
	Priority                *string                                       `json:"priority,omitempty" xml:"priority,omitempty"`
	SpaceIdentifier         *string                                       `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	Subject                 *string                                       `json:"subject,omitempty" xml:"subject,omitempty"`
	Tags                    []*string                                     `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	TestcaseStepContentInfo *CreateTestCaseRequestTestcaseStepContentInfo `json:"testcaseStepContentInfo,omitempty" xml:"testcaseStepContentInfo,omitempty" type:"Struct"`
}

func (CreateTestCaseRequest) GoString

func (s CreateTestCaseRequest) GoString() string

func (*CreateTestCaseRequest) SetAssignedTo

func (s *CreateTestCaseRequest) SetAssignedTo(v string) *CreateTestCaseRequest

func (*CreateTestCaseRequest) SetDirectoryIdentifier

func (s *CreateTestCaseRequest) SetDirectoryIdentifier(v string) *CreateTestCaseRequest

func (*CreateTestCaseRequest) SetFieldValueList

func (*CreateTestCaseRequest) SetPriority

func (*CreateTestCaseRequest) SetSpaceIdentifier

func (s *CreateTestCaseRequest) SetSpaceIdentifier(v string) *CreateTestCaseRequest

func (*CreateTestCaseRequest) SetSubject

func (*CreateTestCaseRequest) SetTags

func (*CreateTestCaseRequest) SetTestcaseStepContentInfo

func (CreateTestCaseRequest) String

func (s CreateTestCaseRequest) String() string

type CreateTestCaseRequestFieldValueList

type CreateTestCaseRequestFieldValueList struct {
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (CreateTestCaseRequestFieldValueList) GoString

func (*CreateTestCaseRequestFieldValueList) SetFieldIdentifier

func (*CreateTestCaseRequestFieldValueList) SetValue

func (CreateTestCaseRequestFieldValueList) String

type CreateTestCaseRequestTestcaseStepContentInfo

type CreateTestCaseRequestTestcaseStepContentInfo struct {
	Precondition   *string                                                       `json:"precondition,omitempty" xml:"precondition,omitempty"`
	StepResultList []*CreateTestCaseRequestTestcaseStepContentInfoStepResultList `json:"stepResultList,omitempty" xml:"stepResultList,omitempty" type:"Repeated"`
	StepType       *string                                                       `json:"stepType,omitempty" xml:"stepType,omitempty"`
}

func (CreateTestCaseRequestTestcaseStepContentInfo) GoString

func (*CreateTestCaseRequestTestcaseStepContentInfo) SetPrecondition

func (*CreateTestCaseRequestTestcaseStepContentInfo) SetStepType

func (CreateTestCaseRequestTestcaseStepContentInfo) String

type CreateTestCaseRequestTestcaseStepContentInfoStepResultList

type CreateTestCaseRequestTestcaseStepContentInfoStepResultList struct {
	Expected *string `json:"expected,omitempty" xml:"expected,omitempty"`
	Step     *string `json:"step,omitempty" xml:"step,omitempty"`
}

func (CreateTestCaseRequestTestcaseStepContentInfoStepResultList) GoString

func (*CreateTestCaseRequestTestcaseStepContentInfoStepResultList) SetExpected

func (*CreateTestCaseRequestTestcaseStepContentInfoStepResultList) SetStep

func (CreateTestCaseRequestTestcaseStepContentInfoStepResultList) String

type CreateTestCaseResponse

type CreateTestCaseResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateTestCaseResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateTestCaseResponse) GoString

func (s CreateTestCaseResponse) GoString() string

func (*CreateTestCaseResponse) SetBody

func (*CreateTestCaseResponse) SetHeaders

func (*CreateTestCaseResponse) SetStatusCode

func (CreateTestCaseResponse) String

func (s CreateTestCaseResponse) String() string

type CreateTestCaseResponseBody

type CreateTestCaseResponseBody struct {
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                               `json:"success,omitempty" xml:"success,omitempty"`
	Testcase  *CreateTestCaseResponseBodyTestcase `json:"testcase,omitempty" xml:"testcase,omitempty" type:"Struct"`
}

func (CreateTestCaseResponseBody) GoString

func (s CreateTestCaseResponseBody) GoString() string

func (*CreateTestCaseResponseBody) SetErrorCode

func (*CreateTestCaseResponseBody) SetErrorMsg

func (*CreateTestCaseResponseBody) SetRequestId

func (*CreateTestCaseResponseBody) SetSuccess

func (*CreateTestCaseResponseBody) SetTestcase

func (CreateTestCaseResponseBody) String

type CreateTestCaseResponseBodyTestcase

type CreateTestCaseResponseBodyTestcase struct {
	AssignedTo         *CreateTestCaseResponseBodyTestcaseAssignedTo `json:"assignedTo,omitempty" xml:"assignedTo,omitempty" type:"Struct"`
	CategoryIdentifier *string                                       `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator            *CreateTestCaseResponseBodyTestcaseCreator    `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	DetailInfo         *CreateTestCaseResponseBodyTestcaseDetailInfo `json:"detailInfo,omitempty" xml:"detailInfo,omitempty" type:"Struct"`
	Directory          *CreateTestCaseResponseBodyTestcaseDirectory  `json:"directory,omitempty" xml:"directory,omitempty" type:"Struct"`
	Identifier         *string                                       `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier           *CreateTestCaseResponseBodyTestcaseModifier   `json:"modifier,omitempty" xml:"modifier,omitempty" type:"Struct"`
	SpaceIdentifier    *string                                       `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType          *string                                       `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	Subject            *string                                       `json:"subject,omitempty" xml:"subject,omitempty"`
}

func (CreateTestCaseResponseBodyTestcase) GoString

func (*CreateTestCaseResponseBodyTestcase) SetCategoryIdentifier

func (*CreateTestCaseResponseBodyTestcase) SetIdentifier

func (*CreateTestCaseResponseBodyTestcase) SetSpaceIdentifier

func (*CreateTestCaseResponseBodyTestcase) SetSpaceType

func (*CreateTestCaseResponseBodyTestcase) SetSubject

func (CreateTestCaseResponseBodyTestcase) String

type CreateTestCaseResponseBodyTestcaseAssignedTo

type CreateTestCaseResponseBodyTestcaseAssignedTo struct {
	AssignIdentifier *string `json:"assignIdentifier,omitempty" xml:"assignIdentifier,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
	TbRoleId         *string `json:"tbRoleId,omitempty" xml:"tbRoleId,omitempty"`
}

func (CreateTestCaseResponseBodyTestcaseAssignedTo) GoString

func (*CreateTestCaseResponseBodyTestcaseAssignedTo) SetAssignIdentifier

func (*CreateTestCaseResponseBodyTestcaseAssignedTo) SetName

func (*CreateTestCaseResponseBodyTestcaseAssignedTo) SetTbRoleId

func (CreateTestCaseResponseBodyTestcaseAssignedTo) String

type CreateTestCaseResponseBodyTestcaseCreator

type CreateTestCaseResponseBodyTestcaseCreator struct {
	CreateIdentifier *string `json:"createIdentifier,omitempty" xml:"createIdentifier,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateTestCaseResponseBodyTestcaseCreator) GoString

func (*CreateTestCaseResponseBodyTestcaseCreator) SetCreateIdentifier

func (*CreateTestCaseResponseBodyTestcaseCreator) SetName

func (CreateTestCaseResponseBodyTestcaseCreator) String

type CreateTestCaseResponseBodyTestcaseDetailInfo

type CreateTestCaseResponseBodyTestcaseDetailInfo struct {
	ExpectedResult *CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult `json:"expectedResult,omitempty" xml:"expectedResult,omitempty" type:"Struct"`
	Precondition   *CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition   `json:"precondition,omitempty" xml:"precondition,omitempty" type:"Struct"`
	StepContent    *CreateTestCaseResponseBodyTestcaseDetailInfoStepContent    `json:"stepContent,omitempty" xml:"stepContent,omitempty" type:"Struct"`
	StepType       *string                                                     `json:"stepType,omitempty" xml:"stepType,omitempty"`
}

func (CreateTestCaseResponseBodyTestcaseDetailInfo) GoString

func (*CreateTestCaseResponseBodyTestcaseDetailInfo) SetStepType

func (CreateTestCaseResponseBodyTestcaseDetailInfo) String

type CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult

type CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult struct {
	ExpectContent     *string `json:"expectContent,omitempty" xml:"expectContent,omitempty"`
	ExpectContentType *string `json:"expectContentType,omitempty" xml:"expectContentType,omitempty"`
	ExpectIdentifier  *string `json:"expectIdentifier,omitempty" xml:"expectIdentifier,omitempty"`
}

func (CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) GoString

func (*CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) SetExpectContent

func (*CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) SetExpectContentType

func (*CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) SetExpectIdentifier

func (CreateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) String

type CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition

type CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition struct {
	PreContent     *string `json:"preContent,omitempty" xml:"preContent,omitempty"`
	PreContentType *string `json:"preContentType,omitempty" xml:"preContentType,omitempty"`
	PreIdentifier  *string `json:"preIdentifier,omitempty" xml:"preIdentifier,omitempty"`
}

func (CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition) GoString

func (*CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition) SetPreContent

func (*CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition) SetPreContentType

func (*CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition) SetPreIdentifier

func (CreateTestCaseResponseBodyTestcaseDetailInfoPrecondition) String

type CreateTestCaseResponseBodyTestcaseDetailInfoStepContent

type CreateTestCaseResponseBodyTestcaseDetailInfoStepContent struct {
	StepContent     *string `json:"stepContent,omitempty" xml:"stepContent,omitempty"`
	StepContentType *string `json:"stepContentType,omitempty" xml:"stepContentType,omitempty"`
	StepIdentifier  *string `json:"stepIdentifier,omitempty" xml:"stepIdentifier,omitempty"`
}

func (CreateTestCaseResponseBodyTestcaseDetailInfoStepContent) GoString

func (*CreateTestCaseResponseBodyTestcaseDetailInfoStepContent) SetStepContent

func (*CreateTestCaseResponseBodyTestcaseDetailInfoStepContent) SetStepContentType

func (*CreateTestCaseResponseBodyTestcaseDetailInfoStepContent) SetStepIdentifier

func (CreateTestCaseResponseBodyTestcaseDetailInfoStepContent) String

type CreateTestCaseResponseBodyTestcaseDirectory

type CreateTestCaseResponseBodyTestcaseDirectory struct {
	ChildIdentifier     *string   `json:"childIdentifier,omitempty" xml:"childIdentifier,omitempty"`
	DirectoryIdentifier *string   `json:"directoryIdentifier,omitempty" xml:"directoryIdentifier,omitempty"`
	Name                *string   `json:"name,omitempty" xml:"name,omitempty"`
	PathName            []*string `json:"pathName,omitempty" xml:"pathName,omitempty" type:"Repeated"`
}

func (CreateTestCaseResponseBodyTestcaseDirectory) GoString

func (*CreateTestCaseResponseBodyTestcaseDirectory) SetChildIdentifier

func (*CreateTestCaseResponseBodyTestcaseDirectory) SetDirectoryIdentifier

func (*CreateTestCaseResponseBodyTestcaseDirectory) SetName

func (*CreateTestCaseResponseBodyTestcaseDirectory) SetPathName

func (CreateTestCaseResponseBodyTestcaseDirectory) String

type CreateTestCaseResponseBodyTestcaseModifier

type CreateTestCaseResponseBodyTestcaseModifier struct {
	ModifyIdentifier *string `json:"modifyIdentifier,omitempty" xml:"modifyIdentifier,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (CreateTestCaseResponseBodyTestcaseModifier) GoString

func (*CreateTestCaseResponseBodyTestcaseModifier) SetModifyIdentifier

func (*CreateTestCaseResponseBodyTestcaseModifier) SetName

func (CreateTestCaseResponseBodyTestcaseModifier) String

type CreateUserKeyRequest

type CreateUserKeyRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	ExpireTime     *string `json:"expireTime,omitempty" xml:"expireTime,omitempty"`
	KeyScope       *string `json:"keyScope,omitempty" xml:"keyScope,omitempty"`
	PublicKey      *string `json:"publicKey,omitempty" xml:"publicKey,omitempty"`
	Title          *string `json:"title,omitempty" xml:"title,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (CreateUserKeyRequest) GoString

func (s CreateUserKeyRequest) GoString() string

func (*CreateUserKeyRequest) SetAccessToken

func (s *CreateUserKeyRequest) SetAccessToken(v string) *CreateUserKeyRequest

func (*CreateUserKeyRequest) SetExpireTime

func (s *CreateUserKeyRequest) SetExpireTime(v string) *CreateUserKeyRequest

func (*CreateUserKeyRequest) SetKeyScope

func (*CreateUserKeyRequest) SetOrganizationId

func (s *CreateUserKeyRequest) SetOrganizationId(v string) *CreateUserKeyRequest

func (*CreateUserKeyRequest) SetPublicKey

func (s *CreateUserKeyRequest) SetPublicKey(v string) *CreateUserKeyRequest

func (*CreateUserKeyRequest) SetTitle

func (CreateUserKeyRequest) String

func (s CreateUserKeyRequest) String() string

type CreateUserKeyResponse

type CreateUserKeyResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateUserKeyResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateUserKeyResponse) GoString

func (s CreateUserKeyResponse) GoString() string

func (*CreateUserKeyResponse) SetBody

func (*CreateUserKeyResponse) SetHeaders

func (*CreateUserKeyResponse) SetStatusCode

func (s *CreateUserKeyResponse) SetStatusCode(v int32) *CreateUserKeyResponse

func (CreateUserKeyResponse) String

func (s CreateUserKeyResponse) String() string

type CreateUserKeyResponseBody

type CreateUserKeyResponseBody struct {
	ErrorCode    *string                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                          `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *CreateUserKeyResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateUserKeyResponseBody) GoString

func (s CreateUserKeyResponseBody) GoString() string

func (*CreateUserKeyResponseBody) SetErrorCode

func (*CreateUserKeyResponseBody) SetErrorMessage

func (*CreateUserKeyResponseBody) SetRequestId

func (*CreateUserKeyResponseBody) SetResult

func (*CreateUserKeyResponseBody) SetSuccess

func (CreateUserKeyResponseBody) String

func (s CreateUserKeyResponseBody) String() string

type CreateUserKeyResponseBodyResult

type CreateUserKeyResponseBodyResult struct {
	CreatedAt    *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	ExpireTime   *string `json:"expireTime,omitempty" xml:"expireTime,omitempty"`
	FingerPrint  *string `json:"fingerPrint,omitempty" xml:"fingerPrint,omitempty"`
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	KeyScope     *string `json:"keyScope,omitempty" xml:"keyScope,omitempty"`
	LastUsedTime *string `json:"lastUsedTime,omitempty" xml:"lastUsedTime,omitempty"`
	PublicKey    *string `json:"publicKey,omitempty" xml:"publicKey,omitempty"`
	Title        *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateUserKeyResponseBodyResult) GoString

func (*CreateUserKeyResponseBodyResult) SetCreatedAt

func (*CreateUserKeyResponseBodyResult) SetExpireTime

func (*CreateUserKeyResponseBodyResult) SetFingerPrint

func (*CreateUserKeyResponseBodyResult) SetId

func (*CreateUserKeyResponseBodyResult) SetKeyScope

func (*CreateUserKeyResponseBodyResult) SetLastUsedTime

func (*CreateUserKeyResponseBodyResult) SetPublicKey

func (*CreateUserKeyResponseBodyResult) SetTitle

func (CreateUserKeyResponseBodyResult) String

type CreateVariableGroupRequest

type CreateVariableGroupRequest struct {
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Variables   *string `json:"variables,omitempty" xml:"variables,omitempty"`
}

func (CreateVariableGroupRequest) GoString

func (s CreateVariableGroupRequest) GoString() string

func (*CreateVariableGroupRequest) SetDescription

func (*CreateVariableGroupRequest) SetName

func (*CreateVariableGroupRequest) SetVariables

func (CreateVariableGroupRequest) String

type CreateVariableGroupResponse

type CreateVariableGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateVariableGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateVariableGroupResponse) GoString

func (s CreateVariableGroupResponse) GoString() string

func (*CreateVariableGroupResponse) SetBody

func (*CreateVariableGroupResponse) SetHeaders

func (*CreateVariableGroupResponse) SetStatusCode

func (CreateVariableGroupResponse) String

type CreateVariableGroupResponseBody

type CreateVariableGroupResponseBody struct {
	ErrorCode       *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage    *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId       *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success         *bool   `json:"success,omitempty" xml:"success,omitempty"`
	VariableGroupId *int64  `json:"variableGroupId,omitempty" xml:"variableGroupId,omitempty"`
}

func (CreateVariableGroupResponseBody) GoString

func (*CreateVariableGroupResponseBody) SetErrorCode

func (*CreateVariableGroupResponseBody) SetErrorMessage

func (*CreateVariableGroupResponseBody) SetRequestId

func (*CreateVariableGroupResponseBody) SetSuccess

func (*CreateVariableGroupResponseBody) SetVariableGroupId

func (CreateVariableGroupResponseBody) String

type CreateWorkitemCommentRequest

type CreateWorkitemCommentRequest struct {
	Content            *string `json:"content,omitempty" xml:"content,omitempty"`
	FormatType         *string `json:"formatType,omitempty" xml:"formatType,omitempty"`
	ParentId           *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	WorkitemIdentifier *string `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (CreateWorkitemCommentRequest) GoString

func (s CreateWorkitemCommentRequest) GoString() string

func (*CreateWorkitemCommentRequest) SetContent

func (*CreateWorkitemCommentRequest) SetFormatType

func (*CreateWorkitemCommentRequest) SetParentId

func (*CreateWorkitemCommentRequest) SetWorkitemIdentifier

func (CreateWorkitemCommentRequest) String

type CreateWorkitemCommentResponse

type CreateWorkitemCommentResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateWorkitemCommentResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateWorkitemCommentResponse) GoString

func (*CreateWorkitemCommentResponse) SetBody

func (*CreateWorkitemCommentResponse) SetHeaders

func (*CreateWorkitemCommentResponse) SetStatusCode

func (CreateWorkitemCommentResponse) String

type CreateWorkitemCommentResponseBody

type CreateWorkitemCommentResponseBody struct {
	Comment   *CreateWorkitemCommentResponseBodyComment `json:"Comment,omitempty" xml:"Comment,omitempty" type:"Struct"`
	ErrorCode *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                   `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateWorkitemCommentResponseBody) GoString

func (*CreateWorkitemCommentResponseBody) SetErrorCode

func (*CreateWorkitemCommentResponseBody) SetErrorMsg

func (*CreateWorkitemCommentResponseBody) SetRequestId

func (*CreateWorkitemCommentResponseBody) SetSuccess

func (CreateWorkitemCommentResponseBody) String

type CreateWorkitemCommentResponseBodyComment

type CreateWorkitemCommentResponseBodyComment struct {
	Id               *int64                                        `json:"Id,omitempty" xml:"Id,omitempty"`
	Content          *string                                       `json:"content,omitempty" xml:"content,omitempty"`
	CreateTime       *int64                                        `json:"createTime,omitempty" xml:"createTime,omitempty"`
	FormatType       *string                                       `json:"formatType,omitempty" xml:"formatType,omitempty"`
	IsTop            *bool                                         `json:"isTop,omitempty" xml:"isTop,omitempty"`
	ModifiedTime     *int64                                        `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	ParentId         *int64                                        `json:"parentId,omitempty" xml:"parentId,omitempty"`
	TargetIdentifier *string                                       `json:"targetIdentifier,omitempty" xml:"targetIdentifier,omitempty"`
	TargetType       *string                                       `json:"targetType,omitempty" xml:"targetType,omitempty"`
	TopTime          *int64                                        `json:"topTime,omitempty" xml:"topTime,omitempty"`
	User             *CreateWorkitemCommentResponseBodyCommentUser `json:"user,omitempty" xml:"user,omitempty" type:"Struct"`
}

func (CreateWorkitemCommentResponseBodyComment) GoString

func (*CreateWorkitemCommentResponseBodyComment) SetContent

func (*CreateWorkitemCommentResponseBodyComment) SetCreateTime

func (*CreateWorkitemCommentResponseBodyComment) SetFormatType

func (*CreateWorkitemCommentResponseBodyComment) SetId

func (*CreateWorkitemCommentResponseBodyComment) SetIsTop

func (*CreateWorkitemCommentResponseBodyComment) SetModifiedTime

func (*CreateWorkitemCommentResponseBodyComment) SetParentId

func (*CreateWorkitemCommentResponseBodyComment) SetTargetIdentifier

func (*CreateWorkitemCommentResponseBodyComment) SetTargetType

func (*CreateWorkitemCommentResponseBodyComment) SetTopTime

func (CreateWorkitemCommentResponseBodyComment) String

type CreateWorkitemCommentResponseBodyCommentUser

type CreateWorkitemCommentResponseBodyCommentUser struct {
	Account     *string `json:"account,omitempty" xml:"account,omitempty"`
	Avatar      *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Identifier  *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	NickName    *string `json:"nickName,omitempty" xml:"nickName,omitempty"`
	RealName    *string `json:"realName,omitempty" xml:"realName,omitempty"`
	TargetType  *string `json:"targetType,omitempty" xml:"targetType,omitempty"`
}

func (CreateWorkitemCommentResponseBodyCommentUser) GoString

func (*CreateWorkitemCommentResponseBodyCommentUser) SetAccount

func (*CreateWorkitemCommentResponseBodyCommentUser) SetAvatar

func (*CreateWorkitemCommentResponseBodyCommentUser) SetDisplayName

func (*CreateWorkitemCommentResponseBodyCommentUser) SetIdentifier

func (*CreateWorkitemCommentResponseBodyCommentUser) SetNickName

func (*CreateWorkitemCommentResponseBodyCommentUser) SetRealName

func (*CreateWorkitemCommentResponseBodyCommentUser) SetTargetType

func (CreateWorkitemCommentResponseBodyCommentUser) String

type CreateWorkitemEstimateRequest

type CreateWorkitemEstimateRequest struct {
	Description          *string `json:"description,omitempty" xml:"description,omitempty"`
	RecordUserIdentifier *string `json:"recordUserIdentifier,omitempty" xml:"recordUserIdentifier,omitempty"`
	SpentTime            *string `json:"spentTime,omitempty" xml:"spentTime,omitempty"`
	Type                 *string `json:"type,omitempty" xml:"type,omitempty"`
	WorkitemIdentifier   *string `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (CreateWorkitemEstimateRequest) GoString

func (*CreateWorkitemEstimateRequest) SetDescription

func (*CreateWorkitemEstimateRequest) SetRecordUserIdentifier

func (*CreateWorkitemEstimateRequest) SetSpentTime

func (*CreateWorkitemEstimateRequest) SetType

func (*CreateWorkitemEstimateRequest) SetWorkitemIdentifier

func (CreateWorkitemEstimateRequest) String

type CreateWorkitemEstimateResponse

type CreateWorkitemEstimateResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateWorkitemEstimateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateWorkitemEstimateResponse) GoString

func (*CreateWorkitemEstimateResponse) SetHeaders

func (*CreateWorkitemEstimateResponse) SetStatusCode

func (CreateWorkitemEstimateResponse) String

type CreateWorkitemEstimateResponseBody

type CreateWorkitemEstimateResponseBody struct {
	WorkitemTimeEstimate *CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate `json:"WorkitemTimeEstimate,omitempty" xml:"WorkitemTimeEstimate,omitempty" type:"Struct"`
	ErrorCode            *string                                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg             *string                                                 `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateWorkitemEstimateResponseBody) GoString

func (*CreateWorkitemEstimateResponseBody) SetErrorCode

func (*CreateWorkitemEstimateResponseBody) SetErrorMsg

func (*CreateWorkitemEstimateResponseBody) SetRequestId

func (*CreateWorkitemEstimateResponseBody) SetSuccess

func (CreateWorkitemEstimateResponseBody) String

type CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate

type CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate struct {
	Description        *string                                                           `json:"description,omitempty" xml:"description,omitempty"`
	Identifier         *string                                                           `json:"identifier,omitempty" xml:"identifier,omitempty"`
	RecordUser         *CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser `json:"recordUser,omitempty" xml:"recordUser,omitempty" type:"Struct"`
	SpentTime          *int64                                                            `json:"spentTime,omitempty" xml:"spentTime,omitempty"`
	Type               *string                                                           `json:"type,omitempty" xml:"type,omitempty"`
	WorkitemIdentifier *string                                                           `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate) GoString

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetDescription

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetIdentifier

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetSpentTime

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetType

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetWorkitemIdentifier

func (CreateWorkitemEstimateResponseBodyWorkitemTimeEstimate) String

type CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser

type CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser struct {
	Account         *string `json:"account,omitempty" xml:"account,omitempty"`
	Avatar          *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	DingTalkId      *string `json:"dingTalkId,omitempty" xml:"dingTalkId,omitempty"`
	DisplayName     *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	DisplayNickName *string `json:"displayNickName,omitempty" xml:"displayNickName,omitempty"`
	DisplayRealName *string `json:"displayRealName,omitempty" xml:"displayRealName,omitempty"`
	Email           *string `json:"email,omitempty" xml:"email,omitempty"`
	Gender          *string `json:"gender,omitempty" xml:"gender,omitempty"`
	Identifier      *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	IsDisabled      *bool   `json:"isDisabled,omitempty" xml:"isDisabled,omitempty"`
	Mobile          *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
	NameEn          *string `json:"nameEn,omitempty" xml:"nameEn,omitempty"`
	NickName        *string `json:"nickName,omitempty" xml:"nickName,omitempty"`
	NickNamePinyin  *string `json:"nickNamePinyin,omitempty" xml:"nickNamePinyin,omitempty"`
	RealName        *string `json:"realName,omitempty" xml:"realName,omitempty"`
	RealNamePinyin  *string `json:"realNamePinyin,omitempty" xml:"realNamePinyin,omitempty"`
	Stamp           *string `json:"stamp,omitempty" xml:"stamp,omitempty"`
	TbRoleId        *string `json:"tbRoleId,omitempty" xml:"tbRoleId,omitempty"`
}

func (CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) GoString

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetAccount

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetAvatar

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetDingTalkId

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetDisplayName

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetDisplayNickName

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetDisplayRealName

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetEmail

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetGender

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetIdentifier

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetIsDisabled

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetMobile

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetNameEn

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetNickName

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetNickNamePinyin

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetRealName

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetRealNamePinyin

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetStamp

func (*CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetTbRoleId

func (CreateWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) String

type CreateWorkitemRecordRequest

type CreateWorkitemRecordRequest struct {
	ActualTime           *string `json:"actualTime,omitempty" xml:"actualTime,omitempty"`
	Description          *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtEnd               *string `json:"gmtEnd,omitempty" xml:"gmtEnd,omitempty"`
	GmtStart             *string `json:"gmtStart,omitempty" xml:"gmtStart,omitempty"`
	RecordUserIdentifier *string `json:"recordUserIdentifier,omitempty" xml:"recordUserIdentifier,omitempty"`
	Type                 *string `json:"type,omitempty" xml:"type,omitempty"`
	WorkitemIdentifier   *string `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (CreateWorkitemRecordRequest) GoString

func (s CreateWorkitemRecordRequest) GoString() string

func (*CreateWorkitemRecordRequest) SetActualTime

func (*CreateWorkitemRecordRequest) SetDescription

func (*CreateWorkitemRecordRequest) SetGmtEnd

func (*CreateWorkitemRecordRequest) SetGmtStart

func (*CreateWorkitemRecordRequest) SetRecordUserIdentifier

func (s *CreateWorkitemRecordRequest) SetRecordUserIdentifier(v string) *CreateWorkitemRecordRequest

func (*CreateWorkitemRecordRequest) SetType

func (*CreateWorkitemRecordRequest) SetWorkitemIdentifier

func (s *CreateWorkitemRecordRequest) SetWorkitemIdentifier(v string) *CreateWorkitemRecordRequest

func (CreateWorkitemRecordRequest) String

type CreateWorkitemRecordResponse

type CreateWorkitemRecordResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateWorkitemRecordResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateWorkitemRecordResponse) GoString

func (s CreateWorkitemRecordResponse) GoString() string

func (*CreateWorkitemRecordResponse) SetBody

func (*CreateWorkitemRecordResponse) SetHeaders

func (*CreateWorkitemRecordResponse) SetStatusCode

func (CreateWorkitemRecordResponse) String

type CreateWorkitemRecordResponseBody

type CreateWorkitemRecordResponseBody struct {
	WorkitemTime *CreateWorkitemRecordResponseBodyWorkitemTime `json:"WorkitemTime,omitempty" xml:"WorkitemTime,omitempty" type:"Struct"`
	ErrorCode    *string                                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg     *string                                       `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateWorkitemRecordResponseBody) GoString

func (*CreateWorkitemRecordResponseBody) SetErrorCode

func (*CreateWorkitemRecordResponseBody) SetErrorMsg

func (*CreateWorkitemRecordResponseBody) SetRequestId

func (*CreateWorkitemRecordResponseBody) SetSuccess

func (CreateWorkitemRecordResponseBody) String

type CreateWorkitemRecordResponseBodyWorkitemTime

type CreateWorkitemRecordResponseBodyWorkitemTime struct {
	ActualTime         *int64                                                  `json:"actualTime,omitempty" xml:"actualTime,omitempty"`
	Description        *string                                                 `json:"description,omitempty" xml:"description,omitempty"`
	GmtEnd             *int64                                                  `json:"gmtEnd,omitempty" xml:"gmtEnd,omitempty"`
	GmtStart           *int64                                                  `json:"gmtStart,omitempty" xml:"gmtStart,omitempty"`
	Identifier         *string                                                 `json:"identifier,omitempty" xml:"identifier,omitempty"`
	RecordUser         *CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser `json:"recordUser,omitempty" xml:"recordUser,omitempty" type:"Struct"`
	Type               *string                                                 `json:"type,omitempty" xml:"type,omitempty"`
	WorkitemIdentifier *string                                                 `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (CreateWorkitemRecordResponseBodyWorkitemTime) GoString

func (*CreateWorkitemRecordResponseBodyWorkitemTime) SetActualTime

func (*CreateWorkitemRecordResponseBodyWorkitemTime) SetDescription

func (*CreateWorkitemRecordResponseBodyWorkitemTime) SetGmtEnd

func (*CreateWorkitemRecordResponseBodyWorkitemTime) SetGmtStart

func (*CreateWorkitemRecordResponseBodyWorkitemTime) SetIdentifier

func (*CreateWorkitemRecordResponseBodyWorkitemTime) SetType

func (*CreateWorkitemRecordResponseBodyWorkitemTime) SetWorkitemIdentifier

func (CreateWorkitemRecordResponseBodyWorkitemTime) String

type CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser

type CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser struct {
	Account         *string `json:"account,omitempty" xml:"account,omitempty"`
	Avatar          *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	DingTalkId      *string `json:"dingTalkId,omitempty" xml:"dingTalkId,omitempty"`
	DisplayName     *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	DisplayNickName *string `json:"displayNickName,omitempty" xml:"displayNickName,omitempty"`
	DisplayRealName *string `json:"displayRealName,omitempty" xml:"displayRealName,omitempty"`
	Email           *string `json:"email,omitempty" xml:"email,omitempty"`
	Gender          *string `json:"gender,omitempty" xml:"gender,omitempty"`
	Identifier      *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	IsDisabled      *bool   `json:"isDisabled,omitempty" xml:"isDisabled,omitempty"`
	Mobile          *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
	NameEn          *string `json:"nameEn,omitempty" xml:"nameEn,omitempty"`
	NickName        *string `json:"nickName,omitempty" xml:"nickName,omitempty"`
	NickNamePinyin  *string `json:"nickNamePinyin,omitempty" xml:"nickNamePinyin,omitempty"`
	RealName        *string `json:"realName,omitempty" xml:"realName,omitempty"`
	RealNamePinyin  *string `json:"realNamePinyin,omitempty" xml:"realNamePinyin,omitempty"`
	Stamp           *string `json:"stamp,omitempty" xml:"stamp,omitempty"`
	TbRoleId        *string `json:"tbRoleId,omitempty" xml:"tbRoleId,omitempty"`
}

func (CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) GoString

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetAccount

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetAvatar

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetDingTalkId

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetDisplayName

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetDisplayNickName

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetDisplayRealName

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetEmail

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetGender

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetIdentifier

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetIsDisabled

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetMobile

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetNameEn

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetNickName

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetNickNamePinyin

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetRealName

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetRealNamePinyin

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetStamp

func (*CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) SetTbRoleId

func (CreateWorkitemRecordResponseBodyWorkitemTimeRecordUser) String

type CreateWorkitemRequest

type CreateWorkitemRequest struct {
	AssignedTo        *string                                `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	Category          *string                                `json:"category,omitempty" xml:"category,omitempty"`
	Description       *string                                `json:"description,omitempty" xml:"description,omitempty"`
	DescriptionFormat *string                                `json:"descriptionFormat,omitempty" xml:"descriptionFormat,omitempty"`
	FieldValueList    []*CreateWorkitemRequestFieldValueList `json:"fieldValueList,omitempty" xml:"fieldValueList,omitempty" type:"Repeated"`
	Parent            *string                                `json:"parent,omitempty" xml:"parent,omitempty"`
	Participant       []*string                              `json:"participant,omitempty" xml:"participant,omitempty" type:"Repeated"`
	Space             *string                                `json:"space,omitempty" xml:"space,omitempty"`
	SpaceIdentifier   *string                                `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType         *string                                `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	Sprint            []*string                              `json:"sprint,omitempty" xml:"sprint,omitempty" type:"Repeated"`
	Subject           *string                                `json:"subject,omitempty" xml:"subject,omitempty"`
	Tracker           []*string                              `json:"tracker,omitempty" xml:"tracker,omitempty" type:"Repeated"`
	Verifier          []*string                              `json:"verifier,omitempty" xml:"verifier,omitempty" type:"Repeated"`
	WorkitemType      *string                                `json:"workitemType,omitempty" xml:"workitemType,omitempty"`
}

func (CreateWorkitemRequest) GoString

func (s CreateWorkitemRequest) GoString() string

func (*CreateWorkitemRequest) SetAssignedTo

func (s *CreateWorkitemRequest) SetAssignedTo(v string) *CreateWorkitemRequest

func (*CreateWorkitemRequest) SetCategory

func (*CreateWorkitemRequest) SetDescription

func (s *CreateWorkitemRequest) SetDescription(v string) *CreateWorkitemRequest

func (*CreateWorkitemRequest) SetDescriptionFormat

func (s *CreateWorkitemRequest) SetDescriptionFormat(v string) *CreateWorkitemRequest

func (*CreateWorkitemRequest) SetFieldValueList

func (*CreateWorkitemRequest) SetParent

func (*CreateWorkitemRequest) SetParticipant

func (s *CreateWorkitemRequest) SetParticipant(v []*string) *CreateWorkitemRequest

func (*CreateWorkitemRequest) SetSpace

func (*CreateWorkitemRequest) SetSpaceIdentifier

func (s *CreateWorkitemRequest) SetSpaceIdentifier(v string) *CreateWorkitemRequest

func (*CreateWorkitemRequest) SetSpaceType

func (*CreateWorkitemRequest) SetSprint

func (*CreateWorkitemRequest) SetSubject

func (*CreateWorkitemRequest) SetTracker

func (s *CreateWorkitemRequest) SetTracker(v []*string) *CreateWorkitemRequest

func (*CreateWorkitemRequest) SetVerifier

func (s *CreateWorkitemRequest) SetVerifier(v []*string) *CreateWorkitemRequest

func (*CreateWorkitemRequest) SetWorkitemType

func (s *CreateWorkitemRequest) SetWorkitemType(v string) *CreateWorkitemRequest

func (CreateWorkitemRequest) String

func (s CreateWorkitemRequest) String() string

type CreateWorkitemRequestFieldValueList

type CreateWorkitemRequestFieldValueList struct {
	FieldIdentifier    *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Value              *string `json:"value,omitempty" xml:"value,omitempty"`
	WorkitemIdentifier *string `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (CreateWorkitemRequestFieldValueList) GoString

func (*CreateWorkitemRequestFieldValueList) SetFieldIdentifier

func (*CreateWorkitemRequestFieldValueList) SetValue

func (*CreateWorkitemRequestFieldValueList) SetWorkitemIdentifier

func (CreateWorkitemRequestFieldValueList) String

type CreateWorkitemResponse

type CreateWorkitemResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateWorkitemResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateWorkitemResponse) GoString

func (s CreateWorkitemResponse) GoString() string

func (*CreateWorkitemResponse) SetBody

func (*CreateWorkitemResponse) SetHeaders

func (*CreateWorkitemResponse) SetStatusCode

func (CreateWorkitemResponse) String

func (s CreateWorkitemResponse) String() string

type CreateWorkitemResponseBody

type CreateWorkitemResponseBody struct {
	ErrorCode *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                             `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                               `json:"success,omitempty" xml:"success,omitempty"`
	Workitem  *CreateWorkitemResponseBodyWorkitem `json:"workitem,omitempty" xml:"workitem,omitempty" type:"Struct"`
}

func (CreateWorkitemResponseBody) GoString

func (s CreateWorkitemResponseBody) GoString() string

func (*CreateWorkitemResponseBody) SetErrorCode

func (*CreateWorkitemResponseBody) SetErrorMsg

func (*CreateWorkitemResponseBody) SetRequestId

func (*CreateWorkitemResponseBody) SetSuccess

func (*CreateWorkitemResponseBody) SetWorkitem

func (CreateWorkitemResponseBody) String

type CreateWorkitemResponseBodyWorkitem

type CreateWorkitemResponseBodyWorkitem struct {
	AssignedTo             *string `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	CategoryIdentifier     *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Document               *string `json:"document,omitempty" xml:"document,omitempty"`
	DocumentFormat         *string `json:"documentFormat,omitempty" xml:"documentFormat,omitempty"`
	GmtCreate              *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier             *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	LogicalStatus          *string `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ParentIdentifier       *string `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	SerialNumber           *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
	SpaceIdentifier        *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceName              *string `json:"spaceName,omitempty" xml:"spaceName,omitempty"`
	SpaceType              *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	SprintIdentifier       *string `json:"sprintIdentifier,omitempty" xml:"sprintIdentifier,omitempty"`
	Status                 *string `json:"status,omitempty" xml:"status,omitempty"`
	StatusIdentifier       *string `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusStageIdentifier  *string `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	Subject                *string `json:"subject,omitempty" xml:"subject,omitempty"`
	UpdateStatusAt         *int64  `json:"updateStatusAt,omitempty" xml:"updateStatusAt,omitempty"`
	WorkitemTypeIdentifier *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (CreateWorkitemResponseBodyWorkitem) GoString

func (*CreateWorkitemResponseBodyWorkitem) SetAssignedTo

func (*CreateWorkitemResponseBodyWorkitem) SetCategoryIdentifier

func (*CreateWorkitemResponseBodyWorkitem) SetCreator

func (*CreateWorkitemResponseBodyWorkitem) SetDocument

func (*CreateWorkitemResponseBodyWorkitem) SetDocumentFormat added in v4.18.4

func (*CreateWorkitemResponseBodyWorkitem) SetGmtCreate

func (*CreateWorkitemResponseBodyWorkitem) SetGmtModified

func (*CreateWorkitemResponseBodyWorkitem) SetIdentifier

func (*CreateWorkitemResponseBodyWorkitem) SetLogicalStatus

func (*CreateWorkitemResponseBodyWorkitem) SetModifier

func (*CreateWorkitemResponseBodyWorkitem) SetParentIdentifier

func (*CreateWorkitemResponseBodyWorkitem) SetSerialNumber

func (*CreateWorkitemResponseBodyWorkitem) SetSpaceIdentifier

func (*CreateWorkitemResponseBodyWorkitem) SetSpaceName

func (*CreateWorkitemResponseBodyWorkitem) SetSpaceType

func (*CreateWorkitemResponseBodyWorkitem) SetSprintIdentifier

func (*CreateWorkitemResponseBodyWorkitem) SetStatus

func (*CreateWorkitemResponseBodyWorkitem) SetStatusIdentifier

func (*CreateWorkitemResponseBodyWorkitem) SetStatusStageIdentifier

func (*CreateWorkitemResponseBodyWorkitem) SetSubject

func (*CreateWorkitemResponseBodyWorkitem) SetUpdateStatusAt

func (*CreateWorkitemResponseBodyWorkitem) SetWorkitemTypeIdentifier

func (CreateWorkitemResponseBodyWorkitem) String

type CreateWorkitemV2Request

type CreateWorkitemV2Request struct {
	AssignedTo             *string                                  `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	Category               *string                                  `json:"category,omitempty" xml:"category,omitempty"`
	Description            *string                                  `json:"description,omitempty" xml:"description,omitempty"`
	FieldValueList         []*CreateWorkitemV2RequestFieldValueList `json:"fieldValueList,omitempty" xml:"fieldValueList,omitempty" type:"Repeated"`
	ParentIdentifier       *string                                  `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	Participants           []*string                                `json:"participants,omitempty" xml:"participants,omitempty" type:"Repeated"`
	SpaceIdentifier        *string                                  `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SprintIdentifier       *string                                  `json:"sprintIdentifier,omitempty" xml:"sprintIdentifier,omitempty"`
	Subject                *string                                  `json:"subject,omitempty" xml:"subject,omitempty"`
	Tags                   []*string                                `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
	Trackers               []*string                                `json:"trackers,omitempty" xml:"trackers,omitempty" type:"Repeated"`
	Verifier               *string                                  `json:"verifier,omitempty" xml:"verifier,omitempty"`
	Versions               []*string                                `json:"versions,omitempty" xml:"versions,omitempty" type:"Repeated"`
	WorkitemTypeIdentifier *string                                  `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (CreateWorkitemV2Request) GoString

func (s CreateWorkitemV2Request) GoString() string

func (*CreateWorkitemV2Request) SetAssignedTo

func (*CreateWorkitemV2Request) SetCategory

func (*CreateWorkitemV2Request) SetDescription

func (*CreateWorkitemV2Request) SetFieldValueList

func (*CreateWorkitemV2Request) SetParentIdentifier

func (s *CreateWorkitemV2Request) SetParentIdentifier(v string) *CreateWorkitemV2Request

func (*CreateWorkitemV2Request) SetParticipants

func (s *CreateWorkitemV2Request) SetParticipants(v []*string) *CreateWorkitemV2Request

func (*CreateWorkitemV2Request) SetSpaceIdentifier

func (s *CreateWorkitemV2Request) SetSpaceIdentifier(v string) *CreateWorkitemV2Request

func (*CreateWorkitemV2Request) SetSprintIdentifier

func (s *CreateWorkitemV2Request) SetSprintIdentifier(v string) *CreateWorkitemV2Request

func (*CreateWorkitemV2Request) SetSubject

func (*CreateWorkitemV2Request) SetTags

func (*CreateWorkitemV2Request) SetTrackers

func (*CreateWorkitemV2Request) SetVerifier

func (*CreateWorkitemV2Request) SetVersions

func (*CreateWorkitemV2Request) SetWorkitemTypeIdentifier

func (s *CreateWorkitemV2Request) SetWorkitemTypeIdentifier(v string) *CreateWorkitemV2Request

func (CreateWorkitemV2Request) String

func (s CreateWorkitemV2Request) String() string

type CreateWorkitemV2RequestFieldValueList

type CreateWorkitemV2RequestFieldValueList struct {
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (CreateWorkitemV2RequestFieldValueList) GoString

func (*CreateWorkitemV2RequestFieldValueList) SetFieldIdentifier

func (*CreateWorkitemV2RequestFieldValueList) SetValue

func (CreateWorkitemV2RequestFieldValueList) String

type CreateWorkitemV2Response

type CreateWorkitemV2Response struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateWorkitemV2ResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateWorkitemV2Response) GoString

func (s CreateWorkitemV2Response) GoString() string

func (*CreateWorkitemV2Response) SetBody

func (*CreateWorkitemV2Response) SetHeaders

func (*CreateWorkitemV2Response) SetStatusCode

func (CreateWorkitemV2Response) String

func (s CreateWorkitemV2Response) String() string

type CreateWorkitemV2ResponseBody

type CreateWorkitemV2ResponseBody struct {
	ErrorCode          *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage       *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId          *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success            *string `json:"success,omitempty" xml:"success,omitempty"`
	WorkitemIdentifier *string `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (CreateWorkitemV2ResponseBody) GoString

func (s CreateWorkitemV2ResponseBody) GoString() string

func (*CreateWorkitemV2ResponseBody) SetErrorCode

func (*CreateWorkitemV2ResponseBody) SetErrorMessage

func (*CreateWorkitemV2ResponseBody) SetRequestId

func (*CreateWorkitemV2ResponseBody) SetSuccess

func (*CreateWorkitemV2ResponseBody) SetWorkitemIdentifier

func (CreateWorkitemV2ResponseBody) String

type CreateWorkspaceRequest

type CreateWorkspaceRequest struct {
	CodeUrl            *string `json:"codeUrl,omitempty" xml:"codeUrl,omitempty"`
	CodeVersion        *string `json:"codeVersion,omitempty" xml:"codeVersion,omitempty"`
	FilePath           *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	RequestFrom        *string `json:"requestFrom,omitempty" xml:"requestFrom,omitempty"`
	ResourceIdentifier *string `json:"resourceIdentifier,omitempty" xml:"resourceIdentifier,omitempty"`
	Reuse              *bool   `json:"reuse,omitempty" xml:"reuse,omitempty"`
	WorkspaceTemplate  *string `json:"workspaceTemplate,omitempty" xml:"workspaceTemplate,omitempty"`
}

func (CreateWorkspaceRequest) GoString

func (s CreateWorkspaceRequest) GoString() string

func (*CreateWorkspaceRequest) SetCodeUrl

func (*CreateWorkspaceRequest) SetCodeVersion

func (*CreateWorkspaceRequest) SetFilePath

func (*CreateWorkspaceRequest) SetName

func (*CreateWorkspaceRequest) SetRequestFrom

func (*CreateWorkspaceRequest) SetResourceIdentifier

func (s *CreateWorkspaceRequest) SetResourceIdentifier(v string) *CreateWorkspaceRequest

func (*CreateWorkspaceRequest) SetReuse

func (*CreateWorkspaceRequest) SetWorkspaceTemplate

func (s *CreateWorkspaceRequest) SetWorkspaceTemplate(v string) *CreateWorkspaceRequest

func (CreateWorkspaceRequest) String

func (s CreateWorkspaceRequest) String() string

type CreateWorkspaceResponse

type CreateWorkspaceResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateWorkspaceResponse) GoString

func (s CreateWorkspaceResponse) GoString() string

func (*CreateWorkspaceResponse) SetBody

func (*CreateWorkspaceResponse) SetHeaders

func (*CreateWorkspaceResponse) SetStatusCode

func (CreateWorkspaceResponse) String

func (s CreateWorkspaceResponse) String() string

type CreateWorkspaceResponseBody

type CreateWorkspaceResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
	Workspace    *CreateWorkspaceResponseBodyWorkspace `json:"workspace,omitempty" xml:"workspace,omitempty" type:"Struct"`
}

func (CreateWorkspaceResponseBody) GoString

func (s CreateWorkspaceResponseBody) GoString() string

func (*CreateWorkspaceResponseBody) SetErrorCode

func (*CreateWorkspaceResponseBody) SetErrorMessage

func (*CreateWorkspaceResponseBody) SetRequestId

func (*CreateWorkspaceResponseBody) SetSuccess

func (*CreateWorkspaceResponseBody) SetWorkspace

func (CreateWorkspaceResponseBody) String

type CreateWorkspaceResponseBodyWorkspace

type CreateWorkspaceResponseBodyWorkspace struct {
	CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator    *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Id         *string `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	Status     *string `json:"status,omitempty" xml:"status,omitempty"`
	Template   *string `json:"template,omitempty" xml:"template,omitempty"`
}

func (CreateWorkspaceResponseBodyWorkspace) GoString

func (*CreateWorkspaceResponseBodyWorkspace) SetCreateTime

func (*CreateWorkspaceResponseBodyWorkspace) SetCreator

func (*CreateWorkspaceResponseBodyWorkspace) SetId

func (*CreateWorkspaceResponseBodyWorkspace) SetName

func (*CreateWorkspaceResponseBodyWorkspace) SetStatus

func (*CreateWorkspaceResponseBodyWorkspace) SetTemplate

func (CreateWorkspaceResponseBodyWorkspace) String

type DeleteAppMemberRequest added in v4.6.0

type DeleteAppMemberRequest struct {
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	SubjectId      *string `json:"subjectId,omitempty" xml:"subjectId,omitempty"`
	SubjectType    *string `json:"subjectType,omitempty" xml:"subjectType,omitempty"`
}

func (DeleteAppMemberRequest) GoString added in v4.6.0

func (s DeleteAppMemberRequest) GoString() string

func (*DeleteAppMemberRequest) SetOrganizationId added in v4.6.0

func (s *DeleteAppMemberRequest) SetOrganizationId(v string) *DeleteAppMemberRequest

func (*DeleteAppMemberRequest) SetSubjectId added in v4.6.0

func (*DeleteAppMemberRequest) SetSubjectType added in v4.6.0

func (DeleteAppMemberRequest) String added in v4.6.0

func (s DeleteAppMemberRequest) String() string

type DeleteAppMemberResponse added in v4.6.0

type DeleteAppMemberResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteAppMemberResponse) GoString added in v4.6.0

func (s DeleteAppMemberResponse) GoString() string

func (*DeleteAppMemberResponse) SetBody added in v4.6.0

func (*DeleteAppMemberResponse) SetHeaders added in v4.6.0

func (*DeleteAppMemberResponse) SetStatusCode added in v4.6.0

func (DeleteAppMemberResponse) String added in v4.6.0

func (s DeleteAppMemberResponse) String() string

type DeleteBranchRequest

type DeleteBranchRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	BranchName     *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteBranchRequest) GoString

func (s DeleteBranchRequest) GoString() string

func (*DeleteBranchRequest) SetAccessToken

func (s *DeleteBranchRequest) SetAccessToken(v string) *DeleteBranchRequest

func (*DeleteBranchRequest) SetBranchName

func (s *DeleteBranchRequest) SetBranchName(v string) *DeleteBranchRequest

func (*DeleteBranchRequest) SetOrganizationId

func (s *DeleteBranchRequest) SetOrganizationId(v string) *DeleteBranchRequest

func (DeleteBranchRequest) String

func (s DeleteBranchRequest) String() string

type DeleteBranchResponse

type DeleteBranchResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteBranchResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteBranchResponse) GoString

func (s DeleteBranchResponse) GoString() string

func (*DeleteBranchResponse) SetBody

func (*DeleteBranchResponse) SetHeaders

func (s *DeleteBranchResponse) SetHeaders(v map[string]*string) *DeleteBranchResponse

func (*DeleteBranchResponse) SetStatusCode

func (s *DeleteBranchResponse) SetStatusCode(v int32) *DeleteBranchResponse

func (DeleteBranchResponse) String

func (s DeleteBranchResponse) String() string

type DeleteBranchResponseBody

type DeleteBranchResponseBody struct {
	ErrorCode    *string                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteBranchResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *string                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteBranchResponseBody) GoString

func (s DeleteBranchResponseBody) GoString() string

func (*DeleteBranchResponseBody) SetErrorCode

func (*DeleteBranchResponseBody) SetErrorMessage

func (*DeleteBranchResponseBody) SetRequestId

func (*DeleteBranchResponseBody) SetResult

func (*DeleteBranchResponseBody) SetSuccess

func (DeleteBranchResponseBody) String

func (s DeleteBranchResponseBody) String() string

type DeleteBranchResponseBodyResult

type DeleteBranchResponseBodyResult struct {
	BranchName *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
}

func (DeleteBranchResponseBodyResult) GoString

func (*DeleteBranchResponseBodyResult) SetBranchName

func (DeleteBranchResponseBodyResult) String

type DeleteFileRequest

type DeleteFileRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	BranchName     *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	CommitMessage  *string `json:"commitMessage,omitempty" xml:"commitMessage,omitempty"`
	FilePath       *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteFileRequest) GoString

func (s DeleteFileRequest) GoString() string

func (*DeleteFileRequest) SetAccessToken

func (s *DeleteFileRequest) SetAccessToken(v string) *DeleteFileRequest

func (*DeleteFileRequest) SetBranchName

func (s *DeleteFileRequest) SetBranchName(v string) *DeleteFileRequest

func (*DeleteFileRequest) SetCommitMessage

func (s *DeleteFileRequest) SetCommitMessage(v string) *DeleteFileRequest

func (*DeleteFileRequest) SetFilePath

func (s *DeleteFileRequest) SetFilePath(v string) *DeleteFileRequest

func (*DeleteFileRequest) SetOrganizationId

func (s *DeleteFileRequest) SetOrganizationId(v string) *DeleteFileRequest

func (DeleteFileRequest) String

func (s DeleteFileRequest) String() string

type DeleteFileResponse

type DeleteFileResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteFileResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteFileResponse) GoString

func (s DeleteFileResponse) GoString() string

func (*DeleteFileResponse) SetBody

func (*DeleteFileResponse) SetHeaders

func (s *DeleteFileResponse) SetHeaders(v map[string]*string) *DeleteFileResponse

func (*DeleteFileResponse) SetStatusCode

func (s *DeleteFileResponse) SetStatusCode(v int32) *DeleteFileResponse

func (DeleteFileResponse) String

func (s DeleteFileResponse) String() string

type DeleteFileResponseBody

type DeleteFileResponseBody struct {
	ErrorCode    *string                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteFileResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteFileResponseBody) GoString

func (s DeleteFileResponseBody) GoString() string

func (*DeleteFileResponseBody) SetErrorCode

func (*DeleteFileResponseBody) SetErrorMessage

func (s *DeleteFileResponseBody) SetErrorMessage(v string) *DeleteFileResponseBody

func (*DeleteFileResponseBody) SetRequestId

func (*DeleteFileResponseBody) SetResult

func (*DeleteFileResponseBody) SetSuccess

func (DeleteFileResponseBody) String

func (s DeleteFileResponseBody) String() string

type DeleteFileResponseBodyResult

type DeleteFileResponseBodyResult struct {
	BranchName *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	FilePath   *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
}

func (DeleteFileResponseBodyResult) GoString

func (s DeleteFileResponseBodyResult) GoString() string

func (*DeleteFileResponseBodyResult) SetBranchName

func (*DeleteFileResponseBodyResult) SetFilePath

func (DeleteFileResponseBodyResult) String

type DeleteFlowTagGroupResponse

type DeleteFlowTagGroupResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteFlowTagGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteFlowTagGroupResponse) GoString

func (s DeleteFlowTagGroupResponse) GoString() string

func (*DeleteFlowTagGroupResponse) SetBody

func (*DeleteFlowTagGroupResponse) SetHeaders

func (*DeleteFlowTagGroupResponse) SetStatusCode

func (DeleteFlowTagGroupResponse) String

type DeleteFlowTagGroupResponseBody

type DeleteFlowTagGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteFlowTagGroupResponseBody) GoString

func (*DeleteFlowTagGroupResponseBody) SetErrorCode

func (*DeleteFlowTagGroupResponseBody) SetErrorMessage

func (*DeleteFlowTagGroupResponseBody) SetRequestId

func (*DeleteFlowTagGroupResponseBody) SetSuccess

func (DeleteFlowTagGroupResponseBody) String

type DeleteFlowTagResponse

type DeleteFlowTagResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteFlowTagResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteFlowTagResponse) GoString

func (s DeleteFlowTagResponse) GoString() string

func (*DeleteFlowTagResponse) SetBody

func (*DeleteFlowTagResponse) SetHeaders

func (*DeleteFlowTagResponse) SetStatusCode

func (s *DeleteFlowTagResponse) SetStatusCode(v int32) *DeleteFlowTagResponse

func (DeleteFlowTagResponse) String

func (s DeleteFlowTagResponse) String() string

type DeleteFlowTagResponseBody

type DeleteFlowTagResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteFlowTagResponseBody) GoString

func (s DeleteFlowTagResponseBody) GoString() string

func (*DeleteFlowTagResponseBody) SetErrorCode

func (*DeleteFlowTagResponseBody) SetErrorMessage

func (*DeleteFlowTagResponseBody) SetRequestId

func (*DeleteFlowTagResponseBody) SetSuccess

func (DeleteFlowTagResponseBody) String

func (s DeleteFlowTagResponseBody) String() string

type DeleteGroupMemberRequest

type DeleteGroupMemberRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AliyunPk       *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	MemberType     *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteGroupMemberRequest) GoString

func (s DeleteGroupMemberRequest) GoString() string

func (*DeleteGroupMemberRequest) SetAccessToken

func (*DeleteGroupMemberRequest) SetAliyunPk

func (*DeleteGroupMemberRequest) SetMemberType

func (*DeleteGroupMemberRequest) SetOrganizationId

func (s *DeleteGroupMemberRequest) SetOrganizationId(v string) *DeleteGroupMemberRequest

func (DeleteGroupMemberRequest) String

func (s DeleteGroupMemberRequest) String() string

type DeleteGroupMemberResponse

type DeleteGroupMemberResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteGroupMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteGroupMemberResponse) GoString

func (s DeleteGroupMemberResponse) GoString() string

func (*DeleteGroupMemberResponse) SetBody

func (*DeleteGroupMemberResponse) SetHeaders

func (*DeleteGroupMemberResponse) SetStatusCode

func (DeleteGroupMemberResponse) String

func (s DeleteGroupMemberResponse) String() string

type DeleteGroupMemberResponseBody

type DeleteGroupMemberResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteGroupMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteGroupMemberResponseBody) GoString

func (*DeleteGroupMemberResponseBody) SetErrorCode

func (*DeleteGroupMemberResponseBody) SetErrorMessage

func (*DeleteGroupMemberResponseBody) SetRequestId

func (*DeleteGroupMemberResponseBody) SetSuccess

func (DeleteGroupMemberResponseBody) String

type DeleteGroupMemberResponseBodyResult

type DeleteGroupMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	MemberType  *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	State       *string `json:"state,omitempty" xml:"state,omitempty"`
	Username    *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (DeleteGroupMemberResponseBodyResult) GoString

func (*DeleteGroupMemberResponseBodyResult) SetAccessLevel

func (*DeleteGroupMemberResponseBodyResult) SetAvatarUrl

func (*DeleteGroupMemberResponseBodyResult) SetId

func (*DeleteGroupMemberResponseBodyResult) SetMemberType

func (*DeleteGroupMemberResponseBodyResult) SetName

func (*DeleteGroupMemberResponseBodyResult) SetSourceId

func (*DeleteGroupMemberResponseBodyResult) SetState

func (*DeleteGroupMemberResponseBodyResult) SetUsername

func (DeleteGroupMemberResponseBodyResult) String

type DeleteHostGroupResponse

type DeleteHostGroupResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteHostGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteHostGroupResponse) GoString

func (s DeleteHostGroupResponse) GoString() string

func (*DeleteHostGroupResponse) SetBody

func (*DeleteHostGroupResponse) SetHeaders

func (*DeleteHostGroupResponse) SetStatusCode

func (DeleteHostGroupResponse) String

func (s DeleteHostGroupResponse) String() string

type DeleteHostGroupResponseBody

type DeleteHostGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteHostGroupResponseBody) GoString

func (s DeleteHostGroupResponseBody) GoString() string

func (*DeleteHostGroupResponseBody) SetErrorCode

func (*DeleteHostGroupResponseBody) SetErrorMessage

func (*DeleteHostGroupResponseBody) SetRequestId

func (*DeleteHostGroupResponseBody) SetSuccess

func (DeleteHostGroupResponseBody) String

type DeletePipelineGroupResponse

type DeletePipelineGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeletePipelineGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeletePipelineGroupResponse) GoString

func (s DeletePipelineGroupResponse) GoString() string

func (*DeletePipelineGroupResponse) SetBody

func (*DeletePipelineGroupResponse) SetHeaders

func (*DeletePipelineGroupResponse) SetStatusCode

func (DeletePipelineGroupResponse) String

type DeletePipelineGroupResponseBody

type DeletePipelineGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeletePipelineGroupResponseBody) GoString

func (*DeletePipelineGroupResponseBody) SetErrorCode

func (*DeletePipelineGroupResponseBody) SetErrorMessage

func (*DeletePipelineGroupResponseBody) SetRequestId

func (*DeletePipelineGroupResponseBody) SetSuccess

func (DeletePipelineGroupResponseBody) String

type DeletePipelineRelationsRequest

type DeletePipelineRelationsRequest struct {
	RelObjectId   *string `json:"relObjectId,omitempty" xml:"relObjectId,omitempty"`
	RelObjectType *string `json:"relObjectType,omitempty" xml:"relObjectType,omitempty"`
}

func (DeletePipelineRelationsRequest) GoString

func (*DeletePipelineRelationsRequest) SetRelObjectId

func (*DeletePipelineRelationsRequest) SetRelObjectType

func (DeletePipelineRelationsRequest) String

type DeletePipelineRelationsResponse

type DeletePipelineRelationsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeletePipelineRelationsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeletePipelineRelationsResponse) GoString

func (*DeletePipelineRelationsResponse) SetHeaders

func (*DeletePipelineRelationsResponse) SetStatusCode

func (DeletePipelineRelationsResponse) String

type DeletePipelineRelationsResponseBody

type DeletePipelineRelationsResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeletePipelineRelationsResponseBody) GoString

func (*DeletePipelineRelationsResponseBody) SetErrorCode

func (*DeletePipelineRelationsResponseBody) SetErrorMessage

func (*DeletePipelineRelationsResponseBody) SetRequestId

func (*DeletePipelineRelationsResponseBody) SetSuccess

func (DeletePipelineRelationsResponseBody) String

type DeletePipelineResponse

type DeletePipelineResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeletePipelineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeletePipelineResponse) GoString

func (s DeletePipelineResponse) GoString() string

func (*DeletePipelineResponse) SetBody

func (*DeletePipelineResponse) SetHeaders

func (*DeletePipelineResponse) SetStatusCode

func (DeletePipelineResponse) String

func (s DeletePipelineResponse) String() string

type DeletePipelineResponseBody

type DeletePipelineResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeletePipelineResponseBody) GoString

func (s DeletePipelineResponseBody) GoString() string

func (*DeletePipelineResponseBody) SetErrorCode

func (*DeletePipelineResponseBody) SetErrorMessage

func (*DeletePipelineResponseBody) SetRequestId

func (*DeletePipelineResponseBody) SetSuccess

func (DeletePipelineResponseBody) String

type DeleteProjectLabelRequest added in v4.8.0

type DeleteProjectLabelRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (DeleteProjectLabelRequest) GoString added in v4.8.0

func (s DeleteProjectLabelRequest) GoString() string

func (*DeleteProjectLabelRequest) SetAccessToken added in v4.8.0

func (*DeleteProjectLabelRequest) SetOrganizationId added in v4.8.0

func (*DeleteProjectLabelRequest) SetRepositoryIdentity added in v4.8.0

func (s *DeleteProjectLabelRequest) SetRepositoryIdentity(v string) *DeleteProjectLabelRequest

func (DeleteProjectLabelRequest) String added in v4.8.0

func (s DeleteProjectLabelRequest) String() string

type DeleteProjectLabelResponse added in v4.8.0

type DeleteProjectLabelResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteProjectLabelResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteProjectLabelResponse) GoString added in v4.8.0

func (s DeleteProjectLabelResponse) GoString() string

func (*DeleteProjectLabelResponse) SetBody added in v4.8.0

func (*DeleteProjectLabelResponse) SetHeaders added in v4.8.0

func (*DeleteProjectLabelResponse) SetStatusCode added in v4.8.0

func (DeleteProjectLabelResponse) String added in v4.8.0

type DeleteProjectLabelResponseBody added in v4.8.0

type DeleteProjectLabelResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteProjectLabelResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteProjectLabelResponseBody) GoString added in v4.8.0

func (*DeleteProjectLabelResponseBody) SetErrorCode added in v4.8.0

func (*DeleteProjectLabelResponseBody) SetErrorMessage added in v4.8.0

func (*DeleteProjectLabelResponseBody) SetRequestId added in v4.8.0

func (*DeleteProjectLabelResponseBody) SetResult added in v4.8.0

func (*DeleteProjectLabelResponseBody) SetSuccess added in v4.8.0

func (DeleteProjectLabelResponseBody) String added in v4.8.0

type DeleteProjectLabelResponseBodyResult added in v4.8.0

type DeleteProjectLabelResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteProjectLabelResponseBodyResult) GoString added in v4.8.0

func (*DeleteProjectLabelResponseBodyResult) SetResult added in v4.8.0

func (DeleteProjectLabelResponseBodyResult) String added in v4.8.0

type DeleteProjectRequest

type DeleteProjectRequest struct {
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
}

func (DeleteProjectRequest) GoString

func (s DeleteProjectRequest) GoString() string

func (*DeleteProjectRequest) SetIdentifier

func (s *DeleteProjectRequest) SetIdentifier(v string) *DeleteProjectRequest

func (DeleteProjectRequest) String

func (s DeleteProjectRequest) String() string

type DeleteProjectResponse

type DeleteProjectResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteProjectResponse) GoString

func (s DeleteProjectResponse) GoString() string

func (*DeleteProjectResponse) SetBody

func (*DeleteProjectResponse) SetHeaders

func (*DeleteProjectResponse) SetStatusCode

func (s *DeleteProjectResponse) SetStatusCode(v int32) *DeleteProjectResponse

func (DeleteProjectResponse) String

func (s DeleteProjectResponse) String() string

type DeleteProjectResponseBody

type DeleteProjectResponseBody struct {
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *bool   `json:"result,omitempty" xml:"result,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteProjectResponseBody) GoString

func (s DeleteProjectResponseBody) GoString() string

func (*DeleteProjectResponseBody) SetErrorCode

func (*DeleteProjectResponseBody) SetErrorMsg

func (*DeleteProjectResponseBody) SetRequestId

func (*DeleteProjectResponseBody) SetResult

func (*DeleteProjectResponseBody) SetSuccess

func (DeleteProjectResponseBody) String

func (s DeleteProjectResponseBody) String() string

type DeleteProtectedBranchRequest

type DeleteProtectedBranchRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteProtectedBranchRequest) GoString

func (s DeleteProtectedBranchRequest) GoString() string

func (*DeleteProtectedBranchRequest) SetAccessToken

func (*DeleteProtectedBranchRequest) SetOrganizationId

func (DeleteProtectedBranchRequest) String

type DeleteProtectedBranchResponse

type DeleteProtectedBranchResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteProtectedBranchResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteProtectedBranchResponse) GoString

func (*DeleteProtectedBranchResponse) SetBody

func (*DeleteProtectedBranchResponse) SetHeaders

func (*DeleteProtectedBranchResponse) SetStatusCode

func (DeleteProtectedBranchResponse) String

type DeleteProtectedBranchResponseBody

type DeleteProtectedBranchResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteProtectedBranchResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteProtectedBranchResponseBody) GoString

func (*DeleteProtectedBranchResponseBody) SetErrorCode

func (*DeleteProtectedBranchResponseBody) SetErrorMessage

func (*DeleteProtectedBranchResponseBody) SetRequestId

func (*DeleteProtectedBranchResponseBody) SetSuccess

func (DeleteProtectedBranchResponseBody) String

type DeleteProtectedBranchResponseBodyResult

type DeleteProtectedBranchResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteProtectedBranchResponseBodyResult) GoString

func (*DeleteProtectedBranchResponseBodyResult) SetResult

func (DeleteProtectedBranchResponseBodyResult) String

type DeletePushRuleRequest added in v4.3.0

type DeletePushRuleRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeletePushRuleRequest) GoString added in v4.3.0

func (s DeletePushRuleRequest) GoString() string

func (*DeletePushRuleRequest) SetAccessToken added in v4.3.0

func (s *DeletePushRuleRequest) SetAccessToken(v string) *DeletePushRuleRequest

func (*DeletePushRuleRequest) SetOrganizationId added in v4.3.0

func (s *DeletePushRuleRequest) SetOrganizationId(v string) *DeletePushRuleRequest

func (DeletePushRuleRequest) String added in v4.3.0

func (s DeletePushRuleRequest) String() string

type DeletePushRuleResponse added in v4.3.0

type DeletePushRuleResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeletePushRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeletePushRuleResponse) GoString added in v4.3.0

func (s DeletePushRuleResponse) GoString() string

func (*DeletePushRuleResponse) SetBody added in v4.3.0

func (*DeletePushRuleResponse) SetHeaders added in v4.3.0

func (*DeletePushRuleResponse) SetStatusCode added in v4.3.0

func (DeletePushRuleResponse) String added in v4.3.0

func (s DeletePushRuleResponse) String() string

type DeletePushRuleResponseBody added in v4.3.0

type DeletePushRuleResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeletePushRuleResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *string                           `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeletePushRuleResponseBody) GoString added in v4.3.0

func (s DeletePushRuleResponseBody) GoString() string

func (*DeletePushRuleResponseBody) SetErrorCode added in v4.3.0

func (*DeletePushRuleResponseBody) SetErrorMessage added in v4.3.0

func (*DeletePushRuleResponseBody) SetRequestId added in v4.3.0

func (*DeletePushRuleResponseBody) SetResult added in v4.3.0

func (*DeletePushRuleResponseBody) SetSuccess added in v4.3.0

func (DeletePushRuleResponseBody) String added in v4.3.0

type DeletePushRuleResponseBodyResult added in v4.3.0

type DeletePushRuleResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeletePushRuleResponseBodyResult) GoString added in v4.3.0

func (*DeletePushRuleResponseBodyResult) SetResult added in v4.3.0

func (DeletePushRuleResponseBodyResult) String added in v4.3.0

type DeleteRepositoryGroupRequest

type DeleteRepositoryGroupRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Reason         *string `json:"reason,omitempty" xml:"reason,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteRepositoryGroupRequest) GoString

func (s DeleteRepositoryGroupRequest) GoString() string

func (*DeleteRepositoryGroupRequest) SetAccessToken

func (*DeleteRepositoryGroupRequest) SetOrganizationId

func (*DeleteRepositoryGroupRequest) SetReason

func (DeleteRepositoryGroupRequest) String

type DeleteRepositoryGroupResponse

type DeleteRepositoryGroupResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteRepositoryGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteRepositoryGroupResponse) GoString

func (*DeleteRepositoryGroupResponse) SetBody

func (*DeleteRepositoryGroupResponse) SetHeaders

func (*DeleteRepositoryGroupResponse) SetStatusCode

func (DeleteRepositoryGroupResponse) String

type DeleteRepositoryGroupResponseBody

type DeleteRepositoryGroupResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteRepositoryGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteRepositoryGroupResponseBody) GoString

func (*DeleteRepositoryGroupResponseBody) SetErrorCode

func (*DeleteRepositoryGroupResponseBody) SetErrorMessage

func (*DeleteRepositoryGroupResponseBody) SetRequestId

func (*DeleteRepositoryGroupResponseBody) SetSuccess

func (DeleteRepositoryGroupResponseBody) String

type DeleteRepositoryGroupResponseBodyResult

type DeleteRepositoryGroupResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteRepositoryGroupResponseBodyResult) GoString

func (*DeleteRepositoryGroupResponseBodyResult) SetResult

func (DeleteRepositoryGroupResponseBodyResult) String

type DeleteRepositoryMemberRequest

type DeleteRepositoryMemberRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	MemberType     *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteRepositoryMemberRequest) GoString

func (*DeleteRepositoryMemberRequest) SetAccessToken

func (*DeleteRepositoryMemberRequest) SetMemberType

func (*DeleteRepositoryMemberRequest) SetOrganizationId

func (DeleteRepositoryMemberRequest) String

type DeleteRepositoryMemberResponse

type DeleteRepositoryMemberResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteRepositoryMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteRepositoryMemberResponse) GoString

func (*DeleteRepositoryMemberResponse) SetHeaders

func (*DeleteRepositoryMemberResponse) SetStatusCode

func (DeleteRepositoryMemberResponse) String

type DeleteRepositoryMemberResponseBody

type DeleteRepositoryMemberResponseBody struct {
	ErrorCode    *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                   `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteRepositoryMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteRepositoryMemberResponseBody) GoString

func (*DeleteRepositoryMemberResponseBody) SetErrorCode

func (*DeleteRepositoryMemberResponseBody) SetErrorMessage

func (*DeleteRepositoryMemberResponseBody) SetRequestId

func (*DeleteRepositoryMemberResponseBody) SetSuccess

func (DeleteRepositoryMemberResponseBody) String

type DeleteRepositoryMemberResponseBodyResult

type DeleteRepositoryMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	CreateAt    *string `json:"createAt,omitempty" xml:"createAt,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	SourceType  *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"`
	UpdateAt    *string `json:"updateAt,omitempty" xml:"updateAt,omitempty"`
	UserId      *int64  `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (DeleteRepositoryMemberResponseBodyResult) GoString

func (*DeleteRepositoryMemberResponseBodyResult) SetAccessLevel

func (*DeleteRepositoryMemberResponseBodyResult) SetCreateAt

func (*DeleteRepositoryMemberResponseBodyResult) SetId

func (*DeleteRepositoryMemberResponseBodyResult) SetSourceId

func (*DeleteRepositoryMemberResponseBodyResult) SetSourceType

func (*DeleteRepositoryMemberResponseBodyResult) SetUpdateAt

func (*DeleteRepositoryMemberResponseBodyResult) SetUserId

func (DeleteRepositoryMemberResponseBodyResult) String

type DeleteRepositoryRequest

type DeleteRepositoryRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Reason         *string `json:"reason,omitempty" xml:"reason,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteRepositoryRequest) GoString

func (s DeleteRepositoryRequest) GoString() string

func (*DeleteRepositoryRequest) SetAccessToken

func (*DeleteRepositoryRequest) SetOrganizationId

func (s *DeleteRepositoryRequest) SetOrganizationId(v string) *DeleteRepositoryRequest

func (*DeleteRepositoryRequest) SetReason

func (DeleteRepositoryRequest) String

func (s DeleteRepositoryRequest) String() string

type DeleteRepositoryResponse

type DeleteRepositoryResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteRepositoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteRepositoryResponse) GoString

func (s DeleteRepositoryResponse) GoString() string

func (*DeleteRepositoryResponse) SetBody

func (*DeleteRepositoryResponse) SetHeaders

func (*DeleteRepositoryResponse) SetStatusCode

func (DeleteRepositoryResponse) String

func (s DeleteRepositoryResponse) String() string

type DeleteRepositoryResponseBody

type DeleteRepositoryResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteRepositoryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteRepositoryResponseBody) GoString

func (s DeleteRepositoryResponseBody) GoString() string

func (*DeleteRepositoryResponseBody) SetErrorCode

func (*DeleteRepositoryResponseBody) SetErrorMessage

func (*DeleteRepositoryResponseBody) SetRequestId

func (*DeleteRepositoryResponseBody) SetResult

func (*DeleteRepositoryResponseBody) SetSuccess

func (DeleteRepositoryResponseBody) String

type DeleteRepositoryResponseBodyResult

type DeleteRepositoryResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DeleteRepositoryResponseBodyResult) GoString

func (*DeleteRepositoryResponseBodyResult) SetResult

func (DeleteRepositoryResponseBodyResult) String

type DeleteRepositoryWebhookRequest

type DeleteRepositoryWebhookRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteRepositoryWebhookRequest) GoString

func (*DeleteRepositoryWebhookRequest) SetAccessToken

func (*DeleteRepositoryWebhookRequest) SetOrganizationId

func (DeleteRepositoryWebhookRequest) String

type DeleteRepositoryWebhookResponse

type DeleteRepositoryWebhookResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteRepositoryWebhookResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteRepositoryWebhookResponse) GoString

func (*DeleteRepositoryWebhookResponse) SetHeaders

func (*DeleteRepositoryWebhookResponse) SetStatusCode

func (DeleteRepositoryWebhookResponse) String

type DeleteRepositoryWebhookResponseBody

type DeleteRepositoryWebhookResponseBody struct {
	ErrorCode    *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteRepositoryWebhookResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteRepositoryWebhookResponseBody) GoString

func (*DeleteRepositoryWebhookResponseBody) SetErrorCode

func (*DeleteRepositoryWebhookResponseBody) SetErrorMessage

func (*DeleteRepositoryWebhookResponseBody) SetRequestId

func (*DeleteRepositoryWebhookResponseBody) SetSuccess

func (DeleteRepositoryWebhookResponseBody) String

type DeleteRepositoryWebhookResponseBodyResult

type DeleteRepositoryWebhookResponseBodyResult struct {
	BuildEvents           *bool   `json:"buildEvents,omitempty" xml:"buildEvents,omitempty"`
	CreatedAt             *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description           *string `json:"description,omitempty" xml:"description,omitempty"`
	EnableSslVerification *bool   `json:"enableSslVerification,omitempty" xml:"enableSslVerification,omitempty"`
	Id                    *int64  `json:"id,omitempty" xml:"id,omitempty"`
	IssuesEvents          *bool   `json:"issuesEvents,omitempty" xml:"issuesEvents,omitempty"`
	LastTestResult        *string `json:"lastTestResult,omitempty" xml:"lastTestResult,omitempty"`
	MergeRequestsEvents   *bool   `json:"mergeRequestsEvents,omitempty" xml:"mergeRequestsEvents,omitempty"`
	NoteEvents            *bool   `json:"noteEvents,omitempty" xml:"noteEvents,omitempty"`
	ProjectId             *int64  `json:"projectId,omitempty" xml:"projectId,omitempty"`
	PushEvents            *bool   `json:"pushEvents,omitempty" xml:"pushEvents,omitempty"`
	SecretToken           *string `json:"secretToken,omitempty" xml:"secretToken,omitempty"`
	TagPushEvents         *bool   `json:"tagPushEvents,omitempty" xml:"tagPushEvents,omitempty"`
	Type                  *string `json:"type,omitempty" xml:"type,omitempty"`
	Url                   *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (DeleteRepositoryWebhookResponseBodyResult) GoString

func (*DeleteRepositoryWebhookResponseBodyResult) SetBuildEvents

func (*DeleteRepositoryWebhookResponseBodyResult) SetCreatedAt

func (*DeleteRepositoryWebhookResponseBodyResult) SetDescription

func (*DeleteRepositoryWebhookResponseBodyResult) SetEnableSslVerification

func (*DeleteRepositoryWebhookResponseBodyResult) SetId

func (*DeleteRepositoryWebhookResponseBodyResult) SetIssuesEvents

func (*DeleteRepositoryWebhookResponseBodyResult) SetLastTestResult

func (*DeleteRepositoryWebhookResponseBodyResult) SetMergeRequestsEvents

func (*DeleteRepositoryWebhookResponseBodyResult) SetNoteEvents

func (*DeleteRepositoryWebhookResponseBodyResult) SetProjectId

func (*DeleteRepositoryWebhookResponseBodyResult) SetPushEvents

func (*DeleteRepositoryWebhookResponseBodyResult) SetSecretToken

func (*DeleteRepositoryWebhookResponseBodyResult) SetTagPushEvents

func (*DeleteRepositoryWebhookResponseBodyResult) SetType

func (*DeleteRepositoryWebhookResponseBodyResult) SetUrl

func (DeleteRepositoryWebhookResponseBodyResult) String

type DeleteResourceMemberResponse

type DeleteResourceMemberResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteResourceMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteResourceMemberResponse) GoString

func (s DeleteResourceMemberResponse) GoString() string

func (*DeleteResourceMemberResponse) SetBody

func (*DeleteResourceMemberResponse) SetHeaders

func (*DeleteResourceMemberResponse) SetStatusCode

func (DeleteResourceMemberResponse) String

type DeleteResourceMemberResponseBody

type DeleteResourceMemberResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteResourceMemberResponseBody) GoString

func (*DeleteResourceMemberResponseBody) SetErrorCode

func (*DeleteResourceMemberResponseBody) SetErrorMessage

func (*DeleteResourceMemberResponseBody) SetRequestId

func (*DeleteResourceMemberResponseBody) SetSuccess

func (DeleteResourceMemberResponseBody) String

type DeleteTagRequest

type DeleteTagRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	TagName        *string `json:"tagName,omitempty" xml:"tagName,omitempty"`
}

func (DeleteTagRequest) GoString

func (s DeleteTagRequest) GoString() string

func (*DeleteTagRequest) SetAccessToken

func (s *DeleteTagRequest) SetAccessToken(v string) *DeleteTagRequest

func (*DeleteTagRequest) SetOrganizationId

func (s *DeleteTagRequest) SetOrganizationId(v string) *DeleteTagRequest

func (*DeleteTagRequest) SetTagName

func (s *DeleteTagRequest) SetTagName(v string) *DeleteTagRequest

func (DeleteTagRequest) String

func (s DeleteTagRequest) String() string

type DeleteTagResponse

type DeleteTagResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteTagResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteTagResponse) GoString

func (s DeleteTagResponse) GoString() string

func (*DeleteTagResponse) SetBody

func (*DeleteTagResponse) SetHeaders

func (s *DeleteTagResponse) SetHeaders(v map[string]*string) *DeleteTagResponse

func (*DeleteTagResponse) SetStatusCode

func (s *DeleteTagResponse) SetStatusCode(v int32) *DeleteTagResponse

func (DeleteTagResponse) String

func (s DeleteTagResponse) String() string

type DeleteTagResponseBody

type DeleteTagResponseBody struct {
	ErrorCode    *string                      `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                      `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteTagResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                        `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteTagResponseBody) GoString

func (s DeleteTagResponseBody) GoString() string

func (*DeleteTagResponseBody) SetErrorCode

func (*DeleteTagResponseBody) SetErrorMessage

func (s *DeleteTagResponseBody) SetErrorMessage(v string) *DeleteTagResponseBody

func (*DeleteTagResponseBody) SetRequestId

func (*DeleteTagResponseBody) SetResult

func (*DeleteTagResponseBody) SetSuccess

func (DeleteTagResponseBody) String

func (s DeleteTagResponseBody) String() string

type DeleteTagResponseBodyResult

type DeleteTagResponseBodyResult struct {
	TagName *string `json:"tagName,omitempty" xml:"tagName,omitempty"`
}

func (DeleteTagResponseBodyResult) GoString

func (s DeleteTagResponseBodyResult) GoString() string

func (*DeleteTagResponseBodyResult) SetTagName

func (DeleteTagResponseBodyResult) String

type DeleteUserKeyRequest

type DeleteUserKeyRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (DeleteUserKeyRequest) GoString

func (s DeleteUserKeyRequest) GoString() string

func (*DeleteUserKeyRequest) SetAccessToken

func (s *DeleteUserKeyRequest) SetAccessToken(v string) *DeleteUserKeyRequest

func (*DeleteUserKeyRequest) SetOrganizationId

func (s *DeleteUserKeyRequest) SetOrganizationId(v string) *DeleteUserKeyRequest

func (DeleteUserKeyRequest) String

func (s DeleteUserKeyRequest) String() string

type DeleteUserKeyResponse

type DeleteUserKeyResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteUserKeyResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteUserKeyResponse) GoString

func (s DeleteUserKeyResponse) GoString() string

func (*DeleteUserKeyResponse) SetBody

func (*DeleteUserKeyResponse) SetHeaders

func (*DeleteUserKeyResponse) SetStatusCode

func (s *DeleteUserKeyResponse) SetStatusCode(v int32) *DeleteUserKeyResponse

func (DeleteUserKeyResponse) String

func (s DeleteUserKeyResponse) String() string

type DeleteUserKeyResponseBody

type DeleteUserKeyResponseBody struct {
	ErrorCode    *string                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                          `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *DeleteUserKeyResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteUserKeyResponseBody) GoString

func (s DeleteUserKeyResponseBody) GoString() string

func (*DeleteUserKeyResponseBody) SetErrorCode

func (*DeleteUserKeyResponseBody) SetErrorMessage

func (*DeleteUserKeyResponseBody) SetRequestId

func (*DeleteUserKeyResponseBody) SetResult

func (*DeleteUserKeyResponseBody) SetSuccess

func (DeleteUserKeyResponseBody) String

func (s DeleteUserKeyResponseBody) String() string

type DeleteUserKeyResponseBodyResult

type DeleteUserKeyResponseBodyResult struct {
	Context      *string `json:"context,omitempty" xml:"context,omitempty"`
	CreatedAt    *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	ExpireTime   *string `json:"expireTime,omitempty" xml:"expireTime,omitempty"`
	FingerPrint  *string `json:"fingerPrint,omitempty" xml:"fingerPrint,omitempty"`
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	KeyScope     *string `json:"keyScope,omitempty" xml:"keyScope,omitempty"`
	LastUsedTime *string `json:"lastUsedTime,omitempty" xml:"lastUsedTime,omitempty"`
	PublicKey    *string `json:"publicKey,omitempty" xml:"publicKey,omitempty"`
	ShaContext   *string `json:"shaContext,omitempty" xml:"shaContext,omitempty"`
	Title        *string `json:"title,omitempty" xml:"title,omitempty"`
	UpdatedAt    *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
}

func (DeleteUserKeyResponseBodyResult) GoString

func (*DeleteUserKeyResponseBodyResult) SetContext

func (*DeleteUserKeyResponseBodyResult) SetCreatedAt

func (*DeleteUserKeyResponseBodyResult) SetExpireTime

func (*DeleteUserKeyResponseBodyResult) SetFingerPrint

func (*DeleteUserKeyResponseBodyResult) SetId

func (*DeleteUserKeyResponseBodyResult) SetKeyScope

func (*DeleteUserKeyResponseBodyResult) SetLastUsedTime

func (*DeleteUserKeyResponseBodyResult) SetPublicKey

func (*DeleteUserKeyResponseBodyResult) SetShaContext

func (*DeleteUserKeyResponseBodyResult) SetTitle

func (*DeleteUserKeyResponseBodyResult) SetUpdatedAt

func (DeleteUserKeyResponseBodyResult) String

type DeleteVariableGroupResponse

type DeleteVariableGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteVariableGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteVariableGroupResponse) GoString

func (s DeleteVariableGroupResponse) GoString() string

func (*DeleteVariableGroupResponse) SetBody

func (*DeleteVariableGroupResponse) SetHeaders

func (*DeleteVariableGroupResponse) SetStatusCode

func (DeleteVariableGroupResponse) String

type DeleteVariableGroupResponseBody

type DeleteVariableGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteVariableGroupResponseBody) GoString

func (*DeleteVariableGroupResponseBody) SetErrorCode

func (*DeleteVariableGroupResponseBody) SetErrorMessage

func (*DeleteVariableGroupResponseBody) SetRequestId

func (*DeleteVariableGroupResponseBody) SetSuccess

func (DeleteVariableGroupResponseBody) String

type DeleteWorkitemAllCommentRequest

type DeleteWorkitemAllCommentRequest struct {
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
}

func (DeleteWorkitemAllCommentRequest) GoString

func (*DeleteWorkitemAllCommentRequest) SetIdentifier

func (DeleteWorkitemAllCommentRequest) String

type DeleteWorkitemAllCommentResponse

type DeleteWorkitemAllCommentResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteWorkitemAllCommentResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteWorkitemAllCommentResponse) GoString

func (*DeleteWorkitemAllCommentResponse) SetHeaders

func (*DeleteWorkitemAllCommentResponse) SetStatusCode

func (DeleteWorkitemAllCommentResponse) String

type DeleteWorkitemAllCommentResponseBody

type DeleteWorkitemAllCommentResponseBody struct {
	DeleteFlag *bool   `json:"deleteFlag,omitempty" xml:"deleteFlag,omitempty"`
	ErrorCode  *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteWorkitemAllCommentResponseBody) GoString

func (*DeleteWorkitemAllCommentResponseBody) SetDeleteFlag

func (*DeleteWorkitemAllCommentResponseBody) SetErrorCode

func (*DeleteWorkitemAllCommentResponseBody) SetErrorMsg

func (*DeleteWorkitemAllCommentResponseBody) SetRequestId

func (*DeleteWorkitemAllCommentResponseBody) SetSuccess

func (DeleteWorkitemAllCommentResponseBody) String

type DeleteWorkitemCommentRequest

type DeleteWorkitemCommentRequest struct {
	CommentId  *int64  `json:"commentId,omitempty" xml:"commentId,omitempty"`
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
}

func (DeleteWorkitemCommentRequest) GoString

func (s DeleteWorkitemCommentRequest) GoString() string

func (*DeleteWorkitemCommentRequest) SetCommentId

func (*DeleteWorkitemCommentRequest) SetIdentifier

func (DeleteWorkitemCommentRequest) String

type DeleteWorkitemCommentResponse

type DeleteWorkitemCommentResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteWorkitemCommentResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteWorkitemCommentResponse) GoString

func (*DeleteWorkitemCommentResponse) SetBody

func (*DeleteWorkitemCommentResponse) SetHeaders

func (*DeleteWorkitemCommentResponse) SetStatusCode

func (DeleteWorkitemCommentResponse) String

type DeleteWorkitemCommentResponseBody

type DeleteWorkitemCommentResponseBody struct {
	DeleteFlag *bool   `json:"deleteFlag,omitempty" xml:"deleteFlag,omitempty"`
	ErrorCode  *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteWorkitemCommentResponseBody) GoString

func (*DeleteWorkitemCommentResponseBody) SetDeleteFlag

func (*DeleteWorkitemCommentResponseBody) SetErrorCode

func (*DeleteWorkitemCommentResponseBody) SetErrorMsg

func (*DeleteWorkitemCommentResponseBody) SetRequestId

func (*DeleteWorkitemCommentResponseBody) SetSuccess

func (DeleteWorkitemCommentResponseBody) String

type DeleteWorkitemRequest

type DeleteWorkitemRequest struct {
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
}

func (DeleteWorkitemRequest) GoString

func (s DeleteWorkitemRequest) GoString() string

func (*DeleteWorkitemRequest) SetIdentifier

func (s *DeleteWorkitemRequest) SetIdentifier(v string) *DeleteWorkitemRequest

func (DeleteWorkitemRequest) String

func (s DeleteWorkitemRequest) String() string

type DeleteWorkitemResponse

type DeleteWorkitemResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteWorkitemResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteWorkitemResponse) GoString

func (s DeleteWorkitemResponse) GoString() string

func (*DeleteWorkitemResponse) SetBody

func (*DeleteWorkitemResponse) SetHeaders

func (*DeleteWorkitemResponse) SetStatusCode

func (DeleteWorkitemResponse) String

func (s DeleteWorkitemResponse) String() string

type DeleteWorkitemResponseBody

type DeleteWorkitemResponseBody struct {
	DeleteFlag *bool   `json:"deleteFlag,omitempty" xml:"deleteFlag,omitempty"`
	ErrorCode  *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	// true/false
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteWorkitemResponseBody) GoString

func (s DeleteWorkitemResponseBody) GoString() string

func (*DeleteWorkitemResponseBody) SetDeleteFlag

func (*DeleteWorkitemResponseBody) SetErrorCode

func (*DeleteWorkitemResponseBody) SetErrorMsg

func (*DeleteWorkitemResponseBody) SetRequestId

func (*DeleteWorkitemResponseBody) SetSuccess

func (DeleteWorkitemResponseBody) String

type EnableDeployKeyRequest

type EnableDeployKeyRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (EnableDeployKeyRequest) GoString

func (s EnableDeployKeyRequest) GoString() string

func (*EnableDeployKeyRequest) SetAccessToken

func (*EnableDeployKeyRequest) SetOrganizationId

func (s *EnableDeployKeyRequest) SetOrganizationId(v string) *EnableDeployKeyRequest

func (EnableDeployKeyRequest) String

func (s EnableDeployKeyRequest) String() string

type EnableDeployKeyResponse

type EnableDeployKeyResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *EnableDeployKeyResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (EnableDeployKeyResponse) GoString

func (s EnableDeployKeyResponse) GoString() string

func (*EnableDeployKeyResponse) SetBody

func (*EnableDeployKeyResponse) SetHeaders

func (*EnableDeployKeyResponse) SetStatusCode

func (EnableDeployKeyResponse) String

func (s EnableDeployKeyResponse) String() string

type EnableDeployKeyResponseBody

type EnableDeployKeyResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *EnableDeployKeyResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (EnableDeployKeyResponseBody) GoString

func (s EnableDeployKeyResponseBody) GoString() string

func (*EnableDeployKeyResponseBody) SetErrorCode

func (*EnableDeployKeyResponseBody) SetErrorMessage

func (*EnableDeployKeyResponseBody) SetRequestId

func (*EnableDeployKeyResponseBody) SetResult

func (*EnableDeployKeyResponseBody) SetSuccess

func (EnableDeployKeyResponseBody) String

type EnableDeployKeyResponseBodyResult

type EnableDeployKeyResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (EnableDeployKeyResponseBodyResult) GoString

func (*EnableDeployKeyResponseBodyResult) SetResult

func (EnableDeployKeyResponseBodyResult) String

type FrozenWorkspaceResponse

type FrozenWorkspaceResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *FrozenWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (FrozenWorkspaceResponse) GoString

func (s FrozenWorkspaceResponse) GoString() string

func (*FrozenWorkspaceResponse) SetBody

func (*FrozenWorkspaceResponse) SetHeaders

func (*FrozenWorkspaceResponse) SetStatusCode

func (FrozenWorkspaceResponse) String

func (s FrozenWorkspaceResponse) String() string

type FrozenWorkspaceResponseBody

type FrozenWorkspaceResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (FrozenWorkspaceResponseBody) GoString

func (s FrozenWorkspaceResponseBody) GoString() string

func (*FrozenWorkspaceResponseBody) SetErrorCode

func (*FrozenWorkspaceResponseBody) SetErrorMessage

func (*FrozenWorkspaceResponseBody) SetRequestId

func (*FrozenWorkspaceResponseBody) SetSuccess

func (FrozenWorkspaceResponseBody) String

type GetApplicationRequest added in v4.6.0

type GetApplicationRequest struct {
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetApplicationRequest) GoString added in v4.6.0

func (s GetApplicationRequest) GoString() string

func (*GetApplicationRequest) SetOrganizationId added in v4.6.0

func (s *GetApplicationRequest) SetOrganizationId(v string) *GetApplicationRequest

func (GetApplicationRequest) String added in v4.6.0

func (s GetApplicationRequest) String() string

type GetApplicationResponse added in v4.6.0

type GetApplicationResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetApplicationResponse) GoString added in v4.6.0

func (s GetApplicationResponse) GoString() string

func (*GetApplicationResponse) SetBody added in v4.6.0

func (*GetApplicationResponse) SetHeaders added in v4.6.0

func (*GetApplicationResponse) SetStatusCode added in v4.6.0

func (GetApplicationResponse) String added in v4.6.0

func (s GetApplicationResponse) String() string

type GetApplicationResponseBody added in v4.6.0

type GetApplicationResponseBody struct {
	AppTemplateDisplayName *string `json:"appTemplateDisplayName,omitempty" xml:"appTemplateDisplayName,omitempty"`
	AppTemplateName        *string `json:"appTemplateName,omitempty" xml:"appTemplateName,omitempty"`
	CreatorAccountId       *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Description            *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate              *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	Name                   *string `json:"name,omitempty" xml:"name,omitempty"`
	RequestId              *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GetApplicationResponseBody) GoString added in v4.6.0

func (s GetApplicationResponseBody) GoString() string

func (*GetApplicationResponseBody) SetAppTemplateDisplayName added in v4.18.5

func (s *GetApplicationResponseBody) SetAppTemplateDisplayName(v string) *GetApplicationResponseBody

func (*GetApplicationResponseBody) SetAppTemplateName added in v4.18.5

func (*GetApplicationResponseBody) SetCreatorAccountId added in v4.6.0

func (*GetApplicationResponseBody) SetDescription added in v4.6.0

func (*GetApplicationResponseBody) SetGmtCreate added in v4.6.0

func (*GetApplicationResponseBody) SetName added in v4.6.0

func (*GetApplicationResponseBody) SetRequestId added in v4.6.0

func (GetApplicationResponseBody) String added in v4.6.0

type GetBranchInfoRequest

type GetBranchInfoRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	BranchName     *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetBranchInfoRequest) GoString

func (s GetBranchInfoRequest) GoString() string

func (*GetBranchInfoRequest) SetAccessToken

func (s *GetBranchInfoRequest) SetAccessToken(v string) *GetBranchInfoRequest

func (*GetBranchInfoRequest) SetBranchName

func (s *GetBranchInfoRequest) SetBranchName(v string) *GetBranchInfoRequest

func (*GetBranchInfoRequest) SetOrganizationId

func (s *GetBranchInfoRequest) SetOrganizationId(v string) *GetBranchInfoRequest

func (GetBranchInfoRequest) String

func (s GetBranchInfoRequest) String() string

type GetBranchInfoResponse

type GetBranchInfoResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetBranchInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetBranchInfoResponse) GoString

func (s GetBranchInfoResponse) GoString() string

func (*GetBranchInfoResponse) SetBody

func (*GetBranchInfoResponse) SetHeaders

func (*GetBranchInfoResponse) SetStatusCode

func (s *GetBranchInfoResponse) SetStatusCode(v int32) *GetBranchInfoResponse

func (GetBranchInfoResponse) String

func (s GetBranchInfoResponse) String() string

type GetBranchInfoResponseBody

type GetBranchInfoResponseBody struct {
	ErrorCode    *string                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                          `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetBranchInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetBranchInfoResponseBody) GoString

func (s GetBranchInfoResponseBody) GoString() string

func (*GetBranchInfoResponseBody) SetErrorCode

func (*GetBranchInfoResponseBody) SetErrorMessage

func (*GetBranchInfoResponseBody) SetRequestId

func (*GetBranchInfoResponseBody) SetResult

func (*GetBranchInfoResponseBody) SetSuccess

func (GetBranchInfoResponseBody) String

func (s GetBranchInfoResponseBody) String() string

type GetBranchInfoResponseBodyResult

type GetBranchInfoResponseBodyResult struct {
	Commit    *GetBranchInfoResponseBodyResultCommit `json:"commit,omitempty" xml:"commit,omitempty" type:"Struct"`
	Name      *string                                `json:"name,omitempty" xml:"name,omitempty"`
	Protected *string                                `json:"protected,omitempty" xml:"protected,omitempty"`
}

func (GetBranchInfoResponseBodyResult) GoString

func (*GetBranchInfoResponseBodyResult) SetName

func (*GetBranchInfoResponseBodyResult) SetProtected

func (GetBranchInfoResponseBodyResult) String

type GetBranchInfoResponseBodyResultCommit

type GetBranchInfoResponseBodyResultCommit struct {
	Author         *GetBranchInfoResponseBodyResultCommitAuthor    `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	AuthorEmail    *string                                         `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                         `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string                                         `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommentsCount  *int64                                          `json:"commentsCount,omitempty" xml:"commentsCount,omitempty"`
	CommittedDate  *string                                         `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	Committer      *GetBranchInfoResponseBodyResultCommitCommitter `json:"committer,omitempty" xml:"committer,omitempty" type:"Struct"`
	CommitterEmail *string                                         `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                         `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                         `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                         `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                         `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                       `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                         `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Signature      *GetBranchInfoResponseBodyResultCommitSignature `json:"signature,omitempty" xml:"signature,omitempty" type:"Struct"`
	Title          *string                                         `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetBranchInfoResponseBodyResultCommit) GoString

func (*GetBranchInfoResponseBodyResultCommit) SetAuthorEmail

func (*GetBranchInfoResponseBodyResultCommit) SetAuthorName

func (*GetBranchInfoResponseBodyResultCommit) SetAuthoredDate

func (*GetBranchInfoResponseBodyResultCommit) SetCommentsCount

func (*GetBranchInfoResponseBodyResultCommit) SetCommittedDate

func (*GetBranchInfoResponseBodyResultCommit) SetCommitterEmail

func (*GetBranchInfoResponseBodyResultCommit) SetCommitterName

func (*GetBranchInfoResponseBodyResultCommit) SetCreatedAt

func (*GetBranchInfoResponseBodyResultCommit) SetId

func (*GetBranchInfoResponseBodyResultCommit) SetMessage

func (*GetBranchInfoResponseBodyResultCommit) SetParentIds

func (*GetBranchInfoResponseBodyResultCommit) SetShortId

func (*GetBranchInfoResponseBodyResultCommit) SetTitle

func (GetBranchInfoResponseBodyResultCommit) String

type GetBranchInfoResponseBodyResultCommitAuthor

type GetBranchInfoResponseBodyResultCommitAuthor struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetBranchInfoResponseBodyResultCommitAuthor) GoString

func (*GetBranchInfoResponseBodyResultCommitAuthor) SetAvatarUrl

func (*GetBranchInfoResponseBodyResultCommitAuthor) SetEmail

func (*GetBranchInfoResponseBodyResultCommitAuthor) SetId

func (*GetBranchInfoResponseBodyResultCommitAuthor) SetName

func (*GetBranchInfoResponseBodyResultCommitAuthor) SetState

func (*GetBranchInfoResponseBodyResultCommitAuthor) SetUsername

func (GetBranchInfoResponseBodyResultCommitAuthor) String

type GetBranchInfoResponseBodyResultCommitCommitter

type GetBranchInfoResponseBodyResultCommitCommitter struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetBranchInfoResponseBodyResultCommitCommitter) GoString

func (*GetBranchInfoResponseBodyResultCommitCommitter) SetAvatarUrl

func (*GetBranchInfoResponseBodyResultCommitCommitter) SetEmail

func (*GetBranchInfoResponseBodyResultCommitCommitter) SetId

func (*GetBranchInfoResponseBodyResultCommitCommitter) SetName

func (*GetBranchInfoResponseBodyResultCommitCommitter) SetState

func (*GetBranchInfoResponseBodyResultCommitCommitter) SetUsername

func (GetBranchInfoResponseBodyResultCommitCommitter) String

type GetBranchInfoResponseBodyResultCommitSignature

type GetBranchInfoResponseBodyResultCommitSignature struct {
	GpgKeyId           *string `json:"gpgKeyId,omitempty" xml:"gpgKeyId,omitempty"`
	VerificationStatus *string `json:"verificationStatus,omitempty" xml:"verificationStatus,omitempty"`
}

func (GetBranchInfoResponseBodyResultCommitSignature) GoString

func (*GetBranchInfoResponseBodyResultCommitSignature) SetGpgKeyId

func (*GetBranchInfoResponseBodyResultCommitSignature) SetVerificationStatus

func (GetBranchInfoResponseBodyResultCommitSignature) String

type GetCheckRunRequest added in v4.12.0

type GetCheckRunRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	CheckRunId         *int64  `json:"checkRunId,omitempty" xml:"checkRunId,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (GetCheckRunRequest) GoString added in v4.12.0

func (s GetCheckRunRequest) GoString() string

func (*GetCheckRunRequest) SetAccessToken added in v4.12.0

func (s *GetCheckRunRequest) SetAccessToken(v string) *GetCheckRunRequest

func (*GetCheckRunRequest) SetCheckRunId added in v4.12.0

func (s *GetCheckRunRequest) SetCheckRunId(v int64) *GetCheckRunRequest

func (*GetCheckRunRequest) SetOrganizationId added in v4.12.0

func (s *GetCheckRunRequest) SetOrganizationId(v string) *GetCheckRunRequest

func (*GetCheckRunRequest) SetRepositoryIdentity added in v4.12.0

func (s *GetCheckRunRequest) SetRepositoryIdentity(v string) *GetCheckRunRequest

func (GetCheckRunRequest) String added in v4.12.0

func (s GetCheckRunRequest) String() string

type GetCheckRunResponse added in v4.12.0

type GetCheckRunResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCheckRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCheckRunResponse) GoString added in v4.12.0

func (s GetCheckRunResponse) GoString() string

func (*GetCheckRunResponse) SetBody added in v4.12.0

func (*GetCheckRunResponse) SetHeaders added in v4.12.0

func (s *GetCheckRunResponse) SetHeaders(v map[string]*string) *GetCheckRunResponse

func (*GetCheckRunResponse) SetStatusCode added in v4.12.0

func (s *GetCheckRunResponse) SetStatusCode(v int32) *GetCheckRunResponse

func (GetCheckRunResponse) String added in v4.12.0

func (s GetCheckRunResponse) String() string

type GetCheckRunResponseBody added in v4.12.0

type GetCheckRunResponseBody struct {
	ErrorCode    *string                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetCheckRunResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetCheckRunResponseBody) GoString added in v4.12.0

func (s GetCheckRunResponseBody) GoString() string

func (*GetCheckRunResponseBody) SetErrorCode added in v4.12.0

func (*GetCheckRunResponseBody) SetErrorMessage added in v4.12.0

func (*GetCheckRunResponseBody) SetRequestId added in v4.12.0

func (*GetCheckRunResponseBody) SetResult added in v4.12.0

func (*GetCheckRunResponseBody) SetSuccess added in v4.12.0

func (GetCheckRunResponseBody) String added in v4.12.0

func (s GetCheckRunResponseBody) String() string

type GetCheckRunResponseBodyResult added in v4.12.0

type GetCheckRunResponseBodyResult struct {
	Annotations []*GetCheckRunResponseBodyResultAnnotations `json:"annotations,omitempty" xml:"annotations,omitempty" type:"Repeated"`
	CheckSuite  *GetCheckRunResponseBodyResultCheckSuite    `json:"checkSuite,omitempty" xml:"checkSuite,omitempty" type:"Struct"`
	CompletedAt *string                                     `json:"completedAt,omitempty" xml:"completedAt,omitempty"`
	Conclusion  *string                                     `json:"conclusion,omitempty" xml:"conclusion,omitempty"`
	CreatedAt   *string                                     `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	DetailsUrl  *string                                     `json:"detailsUrl,omitempty" xml:"detailsUrl,omitempty"`
	ExternalId  *string                                     `json:"externalId,omitempty" xml:"externalId,omitempty"`
	HeadSha     *string                                     `json:"headSha,omitempty" xml:"headSha,omitempty"`
	Id          *int64                                      `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string                                     `json:"name,omitempty" xml:"name,omitempty"`
	Output      *GetCheckRunResponseBodyResultOutput        `json:"output,omitempty" xml:"output,omitempty" type:"Struct"`
	StartedAt   *string                                     `json:"startedAt,omitempty" xml:"startedAt,omitempty"`
	Status      *string                                     `json:"status,omitempty" xml:"status,omitempty"`
	UpdatedAt   *string                                     `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	Writer      *GetCheckRunResponseBodyResultWriter        `json:"writer,omitempty" xml:"writer,omitempty" type:"Struct"`
}

func (GetCheckRunResponseBodyResult) GoString added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetAnnotations added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetCheckSuite added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetCompletedAt added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetConclusion added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetCreatedAt added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetDetailsUrl added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetExternalId added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetHeadSha added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetId added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetName added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetOutput added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetStartedAt added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetStatus added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetUpdatedAt added in v4.12.0

func (*GetCheckRunResponseBodyResult) SetWriter added in v4.12.0

func (GetCheckRunResponseBodyResult) String added in v4.12.0

type GetCheckRunResponseBodyResultAnnotations added in v4.12.0

type GetCheckRunResponseBodyResultAnnotations struct {
	AnnotationLevel *string `json:"annotationLevel,omitempty" xml:"annotationLevel,omitempty"`
	EndColumn       *int64  `json:"endColumn,omitempty" xml:"endColumn,omitempty"`
	EndLine         *int64  `json:"endLine,omitempty" xml:"endLine,omitempty"`
	Id              *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Message         *string `json:"message,omitempty" xml:"message,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	RawDetails      *string `json:"rawDetails,omitempty" xml:"rawDetails,omitempty"`
	StartColumn     *int64  `json:"startColumn,omitempty" xml:"startColumn,omitempty"`
	StartLine       *int64  `json:"startLine,omitempty" xml:"startLine,omitempty"`
	Title           *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetCheckRunResponseBodyResultAnnotations) GoString added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetAnnotationLevel added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetEndColumn added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetEndLine added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetId added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetMessage added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetPath added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetRawDetails added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetStartColumn added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetStartLine added in v4.12.0

func (*GetCheckRunResponseBodyResultAnnotations) SetTitle added in v4.12.0

func (GetCheckRunResponseBodyResultAnnotations) String added in v4.12.0

type GetCheckRunResponseBodyResultCheckSuite added in v4.12.0

type GetCheckRunResponseBodyResultCheckSuite struct {
	Id *int64 `json:"id,omitempty" xml:"id,omitempty"`
}

func (GetCheckRunResponseBodyResultCheckSuite) GoString added in v4.12.0

func (*GetCheckRunResponseBodyResultCheckSuite) SetId added in v4.12.0

func (GetCheckRunResponseBodyResultCheckSuite) String added in v4.12.0

type GetCheckRunResponseBodyResultOutput added in v4.12.0

type GetCheckRunResponseBodyResultOutput struct {
	Images  []*GetCheckRunResponseBodyResultOutputImages `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	Summary *string                                      `json:"summary,omitempty" xml:"summary,omitempty"`
	Text    *string                                      `json:"text,omitempty" xml:"text,omitempty"`
	Title   *string                                      `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetCheckRunResponseBodyResultOutput) GoString added in v4.12.0

func (*GetCheckRunResponseBodyResultOutput) SetImages added in v4.12.0

func (*GetCheckRunResponseBodyResultOutput) SetSummary added in v4.12.0

func (*GetCheckRunResponseBodyResultOutput) SetText added in v4.12.0

func (*GetCheckRunResponseBodyResultOutput) SetTitle added in v4.12.0

func (GetCheckRunResponseBodyResultOutput) String added in v4.12.0

type GetCheckRunResponseBodyResultOutputImages added in v4.12.0

type GetCheckRunResponseBodyResultOutputImages struct {
	Alt      *string `json:"alt,omitempty" xml:"alt,omitempty"`
	Caption  *string `json:"caption,omitempty" xml:"caption,omitempty"`
	ImageUrl *string `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
}

func (GetCheckRunResponseBodyResultOutputImages) GoString added in v4.12.0

func (*GetCheckRunResponseBodyResultOutputImages) SetAlt added in v4.12.0

func (*GetCheckRunResponseBodyResultOutputImages) SetCaption added in v4.12.0

func (*GetCheckRunResponseBodyResultOutputImages) SetImageUrl added in v4.12.0

func (GetCheckRunResponseBodyResultOutputImages) String added in v4.12.0

type GetCheckRunResponseBodyResultWriter added in v4.12.0

type GetCheckRunResponseBodyResultWriter struct {
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	LogoUrl *string `json:"logoUrl,omitempty" xml:"logoUrl,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Slug    *string `json:"slug,omitempty" xml:"slug,omitempty"`
	Type    *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetCheckRunResponseBodyResultWriter) GoString added in v4.12.0

func (*GetCheckRunResponseBodyResultWriter) SetId added in v4.12.0

func (*GetCheckRunResponseBodyResultWriter) SetLogoUrl added in v4.12.0

func (*GetCheckRunResponseBodyResultWriter) SetName added in v4.12.0

func (*GetCheckRunResponseBodyResultWriter) SetSlug added in v4.12.0

func (*GetCheckRunResponseBodyResultWriter) SetType added in v4.12.0

func (GetCheckRunResponseBodyResultWriter) String added in v4.12.0

type GetCodeupOrganizationRequest

type GetCodeupOrganizationRequest struct {
	AccessToken *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
}

func (GetCodeupOrganizationRequest) GoString

func (s GetCodeupOrganizationRequest) GoString() string

func (*GetCodeupOrganizationRequest) SetAccessToken

func (GetCodeupOrganizationRequest) String

type GetCodeupOrganizationResponse

type GetCodeupOrganizationResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCodeupOrganizationResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCodeupOrganizationResponse) GoString

func (*GetCodeupOrganizationResponse) SetBody

func (*GetCodeupOrganizationResponse) SetHeaders

func (*GetCodeupOrganizationResponse) SetStatusCode

func (GetCodeupOrganizationResponse) String

type GetCodeupOrganizationResponseBody

type GetCodeupOrganizationResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetCodeupOrganizationResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetCodeupOrganizationResponseBody) GoString

func (*GetCodeupOrganizationResponseBody) SetErrorCode

func (*GetCodeupOrganizationResponseBody) SetErrorMessage

func (*GetCodeupOrganizationResponseBody) SetRequestId

func (*GetCodeupOrganizationResponseBody) SetSuccess

func (GetCodeupOrganizationResponseBody) String

type GetCodeupOrganizationResponseBodyResult

type GetCodeupOrganizationResponseBodyResult struct {
	CreatedAt      *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *int64  `json:"id,omitempty" xml:"id,omitempty"`
	NamespaceId    *int64  `json:"namespaceId,omitempty" xml:"namespaceId,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Path           *string `json:"path,omitempty" xml:"path,omitempty"`
	UpdatedAt      *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	UserRole       *string `json:"userRole,omitempty" xml:"userRole,omitempty"`
}

func (GetCodeupOrganizationResponseBodyResult) GoString

func (*GetCodeupOrganizationResponseBodyResult) SetCreatedAt

func (*GetCodeupOrganizationResponseBodyResult) SetId

func (*GetCodeupOrganizationResponseBodyResult) SetNamespaceId

func (*GetCodeupOrganizationResponseBodyResult) SetOrganizationId

func (*GetCodeupOrganizationResponseBodyResult) SetPath

func (*GetCodeupOrganizationResponseBodyResult) SetUpdatedAt

func (*GetCodeupOrganizationResponseBodyResult) SetUserRole

func (GetCodeupOrganizationResponseBodyResult) String

type GetCompareDetailRequest

type GetCompareDetailRequest struct {
	From           *string `json:"from,omitempty" xml:"from,omitempty"`
	MaxDiffByte    *int32  `json:"maxDiffByte,omitempty" xml:"maxDiffByte,omitempty"`
	MaxDiffFile    *int32  `json:"maxDiffFile,omitempty" xml:"maxDiffFile,omitempty"`
	MergeBase      *bool   `json:"mergeBase,omitempty" xml:"mergeBase,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	To             *string `json:"to,omitempty" xml:"to,omitempty"`
}

func (GetCompareDetailRequest) GoString

func (s GetCompareDetailRequest) GoString() string

func (*GetCompareDetailRequest) SetFrom

func (*GetCompareDetailRequest) SetMaxDiffByte

func (*GetCompareDetailRequest) SetMaxDiffFile

func (*GetCompareDetailRequest) SetMergeBase

func (*GetCompareDetailRequest) SetOrganizationId

func (s *GetCompareDetailRequest) SetOrganizationId(v string) *GetCompareDetailRequest

func (*GetCompareDetailRequest) SetTo

func (GetCompareDetailRequest) String

func (s GetCompareDetailRequest) String() string

type GetCompareDetailResponse

type GetCompareDetailResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCompareDetailResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCompareDetailResponse) GoString

func (s GetCompareDetailResponse) GoString() string

func (*GetCompareDetailResponse) SetBody

func (*GetCompareDetailResponse) SetHeaders

func (*GetCompareDetailResponse) SetStatusCode

func (GetCompareDetailResponse) String

func (s GetCompareDetailResponse) String() string

type GetCompareDetailResponseBody

type GetCompareDetailResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetCompareDetailResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetCompareDetailResponseBody) GoString

func (s GetCompareDetailResponseBody) GoString() string

func (*GetCompareDetailResponseBody) SetErrorCode

func (*GetCompareDetailResponseBody) SetErrorMessage

func (*GetCompareDetailResponseBody) SetRequestId

func (*GetCompareDetailResponseBody) SetResult

func (*GetCompareDetailResponseBody) SetSuccess

func (GetCompareDetailResponseBody) String

type GetCompareDetailResponseBodyResult

type GetCompareDetailResponseBodyResult struct {
	Commits  []*GetCompareDetailResponseBodyResultCommits `json:"commits,omitempty" xml:"commits,omitempty" type:"Repeated"`
	Diffs    []*GetCompareDetailResponseBodyResultDiffs   `json:"diffs,omitempty" xml:"diffs,omitempty" type:"Repeated"`
	Messages []*string                                    `json:"messages,omitempty" xml:"messages,omitempty" type:"Repeated"`
}

func (GetCompareDetailResponseBodyResult) GoString

func (*GetCompareDetailResponseBodyResult) SetMessages

func (GetCompareDetailResponseBodyResult) String

type GetCompareDetailResponseBodyResultCommits

type GetCompareDetailResponseBodyResultCommits struct {
	Author         *GetCompareDetailResponseBodyResultCommitsAuthor    `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	AuthorEmail    *string                                             `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                             `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string                                             `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommentsCount  *int64                                              `json:"commentsCount,omitempty" xml:"commentsCount,omitempty"`
	CommittedDate  *string                                             `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	Committer      *GetCompareDetailResponseBodyResultCommitsCommitter `json:"committer,omitempty" xml:"committer,omitempty" type:"Struct"`
	CommitterEmail *string                                             `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                             `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                             `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                             `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                             `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                           `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                             `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Title          *string                                             `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetCompareDetailResponseBodyResultCommits) GoString

func (*GetCompareDetailResponseBodyResultCommits) SetAuthorEmail

func (*GetCompareDetailResponseBodyResultCommits) SetAuthorName

func (*GetCompareDetailResponseBodyResultCommits) SetAuthoredDate

func (*GetCompareDetailResponseBodyResultCommits) SetCommentsCount

func (*GetCompareDetailResponseBodyResultCommits) SetCommittedDate

func (*GetCompareDetailResponseBodyResultCommits) SetCommitterEmail

func (*GetCompareDetailResponseBodyResultCommits) SetCommitterName

func (*GetCompareDetailResponseBodyResultCommits) SetCreatedAt

func (*GetCompareDetailResponseBodyResultCommits) SetId

func (*GetCompareDetailResponseBodyResultCommits) SetMessage

func (*GetCompareDetailResponseBodyResultCommits) SetParentIds

func (*GetCompareDetailResponseBodyResultCommits) SetShortId

func (*GetCompareDetailResponseBodyResultCommits) SetTitle

func (GetCompareDetailResponseBodyResultCommits) String

type GetCompareDetailResponseBodyResultCommitsAuthor

type GetCompareDetailResponseBodyResultCommitsAuthor struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetCompareDetailResponseBodyResultCommitsAuthor) GoString

func (*GetCompareDetailResponseBodyResultCommitsAuthor) SetAvatarUrl

func (*GetCompareDetailResponseBodyResultCommitsAuthor) SetEmail

func (*GetCompareDetailResponseBodyResultCommitsAuthor) SetId

func (*GetCompareDetailResponseBodyResultCommitsAuthor) SetName

func (*GetCompareDetailResponseBodyResultCommitsAuthor) SetState

func (*GetCompareDetailResponseBodyResultCommitsAuthor) SetUsername

func (GetCompareDetailResponseBodyResultCommitsAuthor) String

type GetCompareDetailResponseBodyResultCommitsCommitter

type GetCompareDetailResponseBodyResultCommitsCommitter struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetCompareDetailResponseBodyResultCommitsCommitter) GoString

func (*GetCompareDetailResponseBodyResultCommitsCommitter) SetAvatarUrl

func (*GetCompareDetailResponseBodyResultCommitsCommitter) SetEmail

func (*GetCompareDetailResponseBodyResultCommitsCommitter) SetId

func (*GetCompareDetailResponseBodyResultCommitsCommitter) SetName

func (*GetCompareDetailResponseBodyResultCommitsCommitter) SetState

func (*GetCompareDetailResponseBodyResultCommitsCommitter) SetUsername

func (GetCompareDetailResponseBodyResultCommitsCommitter) String

type GetCompareDetailResponseBodyResultDiffs

type GetCompareDetailResponseBodyResultDiffs struct {
	AMode       *string `json:"aMode,omitempty" xml:"aMode,omitempty"`
	BMode       *string `json:"bMode,omitempty" xml:"bMode,omitempty"`
	DeletedFile *bool   `json:"deletedFile,omitempty" xml:"deletedFile,omitempty"`
	Diff        *string `json:"diff,omitempty" xml:"diff,omitempty"`
	IsBinary    *bool   `json:"isBinary,omitempty" xml:"isBinary,omitempty"`
	IsNewLfs    *bool   `json:"isNewLfs,omitempty" xml:"isNewLfs,omitempty"`
	IsOldLfs    *bool   `json:"isOldLfs,omitempty" xml:"isOldLfs,omitempty"`
	NewFile     *bool   `json:"newFile,omitempty" xml:"newFile,omitempty"`
	NewId       *string `json:"newId,omitempty" xml:"newId,omitempty"`
	NewPath     *string `json:"newPath,omitempty" xml:"newPath,omitempty"`
	OldId       *string `json:"oldId,omitempty" xml:"oldId,omitempty"`
	OldPath     *string `json:"oldPath,omitempty" xml:"oldPath,omitempty"`
	RenamedFile *bool   `json:"renamedFile,omitempty" xml:"renamedFile,omitempty"`
}

func (GetCompareDetailResponseBodyResultDiffs) GoString

func (*GetCompareDetailResponseBodyResultDiffs) SetAMode

func (*GetCompareDetailResponseBodyResultDiffs) SetBMode

func (*GetCompareDetailResponseBodyResultDiffs) SetDeletedFile

func (*GetCompareDetailResponseBodyResultDiffs) SetDiff

func (*GetCompareDetailResponseBodyResultDiffs) SetIsBinary

func (*GetCompareDetailResponseBodyResultDiffs) SetIsNewLfs

func (*GetCompareDetailResponseBodyResultDiffs) SetIsOldLfs

func (*GetCompareDetailResponseBodyResultDiffs) SetNewFile

func (*GetCompareDetailResponseBodyResultDiffs) SetNewId

func (*GetCompareDetailResponseBodyResultDiffs) SetNewPath

func (*GetCompareDetailResponseBodyResultDiffs) SetOldId

func (*GetCompareDetailResponseBodyResultDiffs) SetOldPath

func (*GetCompareDetailResponseBodyResultDiffs) SetRenamedFile

func (GetCompareDetailResponseBodyResultDiffs) String

type GetCustomFieldOptionRequest

type GetCustomFieldOptionRequest struct {
	SpaceIdentifier        *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType              *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	WorkitemTypeIdentifier *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (GetCustomFieldOptionRequest) GoString

func (s GetCustomFieldOptionRequest) GoString() string

func (*GetCustomFieldOptionRequest) SetSpaceIdentifier

func (*GetCustomFieldOptionRequest) SetSpaceType

func (*GetCustomFieldOptionRequest) SetWorkitemTypeIdentifier

func (s *GetCustomFieldOptionRequest) SetWorkitemTypeIdentifier(v string) *GetCustomFieldOptionRequest

func (GetCustomFieldOptionRequest) String

type GetCustomFieldOptionResponse

type GetCustomFieldOptionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCustomFieldOptionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCustomFieldOptionResponse) GoString

func (s GetCustomFieldOptionResponse) GoString() string

func (*GetCustomFieldOptionResponse) SetBody

func (*GetCustomFieldOptionResponse) SetHeaders

func (*GetCustomFieldOptionResponse) SetStatusCode

func (GetCustomFieldOptionResponse) String

type GetCustomFieldOptionResponseBody

type GetCustomFieldOptionResponseBody struct {
	ErrorCode *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                   `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Fileds    []*GetCustomFieldOptionResponseBodyFileds `json:"fileds,omitempty" xml:"fileds,omitempty" type:"Repeated"`
	RequestId *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetCustomFieldOptionResponseBody) GoString

func (*GetCustomFieldOptionResponseBody) SetErrorCode

func (*GetCustomFieldOptionResponseBody) SetErrorMsg

func (*GetCustomFieldOptionResponseBody) SetRequestId

func (*GetCustomFieldOptionResponseBody) SetSuccess

func (GetCustomFieldOptionResponseBody) String

type GetCustomFieldOptionResponseBodyFileds

type GetCustomFieldOptionResponseBodyFileds struct {
	DisplayValue    *string `json:"displayValue,omitempty" xml:"displayValue,omitempty"`
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Identifier      *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Level           *int64  `json:"level,omitempty" xml:"level,omitempty"`
	Position        *int64  `json:"position,omitempty" xml:"position,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
	ValueEn         *string `json:"valueEn,omitempty" xml:"valueEn,omitempty"`
}

func (GetCustomFieldOptionResponseBodyFileds) GoString

func (*GetCustomFieldOptionResponseBodyFileds) SetDisplayValue

func (*GetCustomFieldOptionResponseBodyFileds) SetFieldIdentifier

func (*GetCustomFieldOptionResponseBodyFileds) SetIdentifier

func (*GetCustomFieldOptionResponseBodyFileds) SetLevel

func (*GetCustomFieldOptionResponseBodyFileds) SetPosition

func (*GetCustomFieldOptionResponseBodyFileds) SetValue

func (*GetCustomFieldOptionResponseBodyFileds) SetValueEn

func (GetCustomFieldOptionResponseBodyFileds) String

type GetFileBlobsRequest

type GetFileBlobsRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	FilePath       *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	From           *int64  `json:"from,omitempty" xml:"from,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Ref            *string `json:"ref,omitempty" xml:"ref,omitempty"`
	To             *int64  `json:"to,omitempty" xml:"to,omitempty"`
}

func (GetFileBlobsRequest) GoString

func (s GetFileBlobsRequest) GoString() string

func (*GetFileBlobsRequest) SetAccessToken

func (s *GetFileBlobsRequest) SetAccessToken(v string) *GetFileBlobsRequest

func (*GetFileBlobsRequest) SetFilePath

func (s *GetFileBlobsRequest) SetFilePath(v string) *GetFileBlobsRequest

func (*GetFileBlobsRequest) SetFrom

func (*GetFileBlobsRequest) SetOrganizationId

func (s *GetFileBlobsRequest) SetOrganizationId(v string) *GetFileBlobsRequest

func (*GetFileBlobsRequest) SetRef

func (*GetFileBlobsRequest) SetTo

func (GetFileBlobsRequest) String

func (s GetFileBlobsRequest) String() string

type GetFileBlobsResponse

type GetFileBlobsResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetFileBlobsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetFileBlobsResponse) GoString

func (s GetFileBlobsResponse) GoString() string

func (*GetFileBlobsResponse) SetBody

func (*GetFileBlobsResponse) SetHeaders

func (s *GetFileBlobsResponse) SetHeaders(v map[string]*string) *GetFileBlobsResponse

func (*GetFileBlobsResponse) SetStatusCode

func (s *GetFileBlobsResponse) SetStatusCode(v int32) *GetFileBlobsResponse

func (GetFileBlobsResponse) String

func (s GetFileBlobsResponse) String() string

type GetFileBlobsResponseBody

type GetFileBlobsResponseBody struct {
	ErrorCode    *string                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetFileBlobsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                           `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetFileBlobsResponseBody) GoString

func (s GetFileBlobsResponseBody) GoString() string

func (*GetFileBlobsResponseBody) SetErrorCode

func (*GetFileBlobsResponseBody) SetErrorMessage

func (*GetFileBlobsResponseBody) SetRequestId

func (*GetFileBlobsResponseBody) SetResult

func (*GetFileBlobsResponseBody) SetSuccess

func (GetFileBlobsResponseBody) String

func (s GetFileBlobsResponseBody) String() string

type GetFileBlobsResponseBodyResult

type GetFileBlobsResponseBodyResult struct {
	Content    *string `json:"content,omitempty" xml:"content,omitempty"`
	Size       *int64  `json:"size,omitempty" xml:"size,omitempty"`
	TotalLines *int32  `json:"totalLines,omitempty" xml:"totalLines,omitempty"`
}

func (GetFileBlobsResponseBodyResult) GoString

func (*GetFileBlobsResponseBodyResult) SetContent

func (*GetFileBlobsResponseBodyResult) SetSize added in v4.3.2

func (*GetFileBlobsResponseBodyResult) SetTotalLines

func (GetFileBlobsResponseBodyResult) String

type GetFileLastCommitRequest

type GetFileLastCommitRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	FilePath       *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Sha            *string `json:"sha,omitempty" xml:"sha,omitempty"`
	ShowSignature  *bool   `json:"showSignature,omitempty" xml:"showSignature,omitempty"`
}

func (GetFileLastCommitRequest) GoString

func (s GetFileLastCommitRequest) GoString() string

func (*GetFileLastCommitRequest) SetAccessToken

func (*GetFileLastCommitRequest) SetFilePath

func (*GetFileLastCommitRequest) SetOrganizationId

func (s *GetFileLastCommitRequest) SetOrganizationId(v string) *GetFileLastCommitRequest

func (*GetFileLastCommitRequest) SetSha

func (*GetFileLastCommitRequest) SetShowSignature

func (s *GetFileLastCommitRequest) SetShowSignature(v bool) *GetFileLastCommitRequest

func (GetFileLastCommitRequest) String

func (s GetFileLastCommitRequest) String() string

type GetFileLastCommitResponse

type GetFileLastCommitResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetFileLastCommitResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetFileLastCommitResponse) GoString

func (s GetFileLastCommitResponse) GoString() string

func (*GetFileLastCommitResponse) SetBody

func (*GetFileLastCommitResponse) SetHeaders

func (*GetFileLastCommitResponse) SetStatusCode

func (GetFileLastCommitResponse) String

func (s GetFileLastCommitResponse) String() string

type GetFileLastCommitResponseBody

type GetFileLastCommitResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetFileLastCommitResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetFileLastCommitResponseBody) GoString

func (*GetFileLastCommitResponseBody) SetErrorCode

func (*GetFileLastCommitResponseBody) SetErrorMessage

func (*GetFileLastCommitResponseBody) SetRequestId

func (*GetFileLastCommitResponseBody) SetSuccess

func (GetFileLastCommitResponseBody) String

type GetFileLastCommitResponseBodyResult

type GetFileLastCommitResponseBodyResult struct {
	AuthorDate     *string                                       `json:"authorDate,omitempty" xml:"authorDate,omitempty"`
	AuthorEmail    *string                                       `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                       `json:"authorName,omitempty" xml:"authorName,omitempty"`
	CommittedDate  *string                                       `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	CommitterEmail *string                                       `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                       `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                       `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                       `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                       `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                     `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                       `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Signature      *GetFileLastCommitResponseBodyResultSignature `json:"signature,omitempty" xml:"signature,omitempty" type:"Struct"`
	Title          *string                                       `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetFileLastCommitResponseBodyResult) GoString

func (*GetFileLastCommitResponseBodyResult) SetAuthorDate

func (*GetFileLastCommitResponseBodyResult) SetAuthorEmail

func (*GetFileLastCommitResponseBodyResult) SetAuthorName

func (*GetFileLastCommitResponseBodyResult) SetCommittedDate

func (*GetFileLastCommitResponseBodyResult) SetCommitterEmail

func (*GetFileLastCommitResponseBodyResult) SetCommitterName

func (*GetFileLastCommitResponseBodyResult) SetCreatedAt

func (*GetFileLastCommitResponseBodyResult) SetId

func (*GetFileLastCommitResponseBodyResult) SetMessage

func (*GetFileLastCommitResponseBodyResult) SetParentIds

func (*GetFileLastCommitResponseBodyResult) SetShortId

func (*GetFileLastCommitResponseBodyResult) SetTitle

func (GetFileLastCommitResponseBodyResult) String

type GetFileLastCommitResponseBodyResultSignature

type GetFileLastCommitResponseBodyResultSignature struct {
	// GPG密钥ID
	GpgKeyId           *string `json:"gpgKeyId,omitempty" xml:"gpgKeyId,omitempty"`
	VerificationStatus *string `json:"verificationStatus,omitempty" xml:"verificationStatus,omitempty"`
}

func (GetFileLastCommitResponseBodyResultSignature) GoString

func (*GetFileLastCommitResponseBodyResultSignature) SetGpgKeyId

func (*GetFileLastCommitResponseBodyResultSignature) SetVerificationStatus

func (GetFileLastCommitResponseBodyResultSignature) String

type GetFlowTagGroupResponse

type GetFlowTagGroupResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetFlowTagGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetFlowTagGroupResponse) GoString

func (s GetFlowTagGroupResponse) GoString() string

func (*GetFlowTagGroupResponse) SetBody

func (*GetFlowTagGroupResponse) SetHeaders

func (*GetFlowTagGroupResponse) SetStatusCode

func (GetFlowTagGroupResponse) String

func (s GetFlowTagGroupResponse) String() string

type GetFlowTagGroupResponseBody

type GetFlowTagGroupResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	FlowTagGroup *GetFlowTagGroupResponseBodyFlowTagGroup `json:"flowTagGroup,omitempty" xml:"flowTagGroup,omitempty" type:"Struct"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetFlowTagGroupResponseBody) GoString

func (s GetFlowTagGroupResponseBody) GoString() string

func (*GetFlowTagGroupResponseBody) SetErrorCode

func (*GetFlowTagGroupResponseBody) SetErrorMessage

func (*GetFlowTagGroupResponseBody) SetRequestId

func (*GetFlowTagGroupResponseBody) SetSuccess

func (GetFlowTagGroupResponseBody) String

type GetFlowTagGroupResponseBodyFlowTagGroup

type GetFlowTagGroupResponseBodyFlowTagGroup struct {
	CreatorAccountId *string                                               `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	FlowTagList      []*GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList `json:"flowTagList,omitempty" xml:"flowTagList,omitempty" type:"Repeated"`
	Id               *int64                                                `json:"id,omitempty" xml:"id,omitempty"`
	ModiferAccountId *string                                               `json:"modiferAccountId,omitempty" xml:"modiferAccountId,omitempty"`
	Name             *string                                               `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetFlowTagGroupResponseBodyFlowTagGroup) GoString

func (*GetFlowTagGroupResponseBodyFlowTagGroup) SetCreatorAccountId

func (*GetFlowTagGroupResponseBodyFlowTagGroup) SetId

func (*GetFlowTagGroupResponseBodyFlowTagGroup) SetModiferAccountId

func (*GetFlowTagGroupResponseBodyFlowTagGroup) SetName

func (GetFlowTagGroupResponseBodyFlowTagGroup) String

type GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList

type GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList struct {
	Color            *string `json:"color,omitempty" xml:"color,omitempty"`
	CreatorAccountId *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Id               *int64  `json:"id,omitempty" xml:"id,omitempty"`
	ModiferAccountId *string `json:"modiferAccountId,omitempty" xml:"modiferAccountId,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList) GoString

func (*GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList) SetColor

func (*GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList) SetCreatorAccountId

func (*GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList) SetId

func (*GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList) SetModiferAccountId

func (*GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList) SetName

func (GetFlowTagGroupResponseBodyFlowTagGroupFlowTagList) String

type GetGroupByPathRequest added in v4.3.0

type GetGroupByPathRequest struct {
	Identity       *string `json:"identity,omitempty" xml:"identity,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetGroupByPathRequest) GoString added in v4.3.0

func (s GetGroupByPathRequest) GoString() string

func (*GetGroupByPathRequest) SetIdentity added in v4.3.0

func (*GetGroupByPathRequest) SetOrganizationId added in v4.3.0

func (s *GetGroupByPathRequest) SetOrganizationId(v string) *GetGroupByPathRequest

func (GetGroupByPathRequest) String added in v4.3.0

func (s GetGroupByPathRequest) String() string

type GetGroupByPathResponse added in v4.3.0

type GetGroupByPathResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetGroupByPathResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetGroupByPathResponse) GoString added in v4.3.0

func (s GetGroupByPathResponse) GoString() string

func (*GetGroupByPathResponse) SetBody added in v4.3.0

func (*GetGroupByPathResponse) SetHeaders added in v4.3.0

func (*GetGroupByPathResponse) SetStatusCode added in v4.3.0

func (GetGroupByPathResponse) String added in v4.3.0

func (s GetGroupByPathResponse) String() string

type GetGroupByPathResponseBody added in v4.3.0

type GetGroupByPathResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetGroupByPathResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetGroupByPathResponseBody) GoString added in v4.3.0

func (s GetGroupByPathResponseBody) GoString() string

func (*GetGroupByPathResponseBody) SetErrorCode added in v4.3.0

func (*GetGroupByPathResponseBody) SetErrorMessage added in v4.3.0

func (*GetGroupByPathResponseBody) SetRequestId added in v4.3.0

func (*GetGroupByPathResponseBody) SetResult added in v4.3.0

func (*GetGroupByPathResponseBody) SetSuccess added in v4.3.0

func (GetGroupByPathResponseBody) String added in v4.3.0

type GetGroupByPathResponseBodyResult added in v4.3.0

type GetGroupByPathResponseBodyResult struct {
	AvatarUrl         *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	OwnerId           *string `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	ParentId          *string `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl            *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (GetGroupByPathResponseBodyResult) GoString added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetAvatarUrl added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetDescription added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetId added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetName added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetNameWithNamespace added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetOwnerId added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetParentId added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetPath added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetPathWithNamespace added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetVisibilityLevel added in v4.3.0

func (*GetGroupByPathResponseBodyResult) SetWebUrl added in v4.3.0

func (GetGroupByPathResponseBodyResult) String added in v4.3.0

type GetGroupDetailRequest

type GetGroupDetailRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	GroupId        *int64  `json:"groupId,omitempty" xml:"groupId,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetGroupDetailRequest) GoString

func (s GetGroupDetailRequest) GoString() string

func (*GetGroupDetailRequest) SetAccessToken

func (s *GetGroupDetailRequest) SetAccessToken(v string) *GetGroupDetailRequest

func (*GetGroupDetailRequest) SetGroupId

func (*GetGroupDetailRequest) SetOrganizationId

func (s *GetGroupDetailRequest) SetOrganizationId(v string) *GetGroupDetailRequest

func (GetGroupDetailRequest) String

func (s GetGroupDetailRequest) String() string

type GetGroupDetailResponse

type GetGroupDetailResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetGroupDetailResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetGroupDetailResponse) GoString

func (s GetGroupDetailResponse) GoString() string

func (*GetGroupDetailResponse) SetBody

func (*GetGroupDetailResponse) SetHeaders

func (*GetGroupDetailResponse) SetStatusCode

func (GetGroupDetailResponse) String

func (s GetGroupDetailResponse) String() string

type GetGroupDetailResponseBody

type GetGroupDetailResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetGroupDetailResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetGroupDetailResponseBody) GoString

func (s GetGroupDetailResponseBody) GoString() string

func (*GetGroupDetailResponseBody) SetErrorCode

func (*GetGroupDetailResponseBody) SetErrorMessage

func (*GetGroupDetailResponseBody) SetRequestId

func (*GetGroupDetailResponseBody) SetResult

func (*GetGroupDetailResponseBody) SetSuccess

func (GetGroupDetailResponseBody) String

type GetGroupDetailResponseBodyResult

type GetGroupDetailResponseBodyResult struct {
	AvatarUrl         *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	OwnerId           *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	ParentId          *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	Type              *string `json:"type,omitempty" xml:"type,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl            *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (GetGroupDetailResponseBodyResult) GoString

func (*GetGroupDetailResponseBodyResult) SetAvatarUrl

func (*GetGroupDetailResponseBodyResult) SetDescription

func (*GetGroupDetailResponseBodyResult) SetId

func (*GetGroupDetailResponseBodyResult) SetName

func (*GetGroupDetailResponseBodyResult) SetNameWithNamespace

func (*GetGroupDetailResponseBodyResult) SetOwnerId

func (*GetGroupDetailResponseBodyResult) SetParentId

func (*GetGroupDetailResponseBodyResult) SetPath

func (*GetGroupDetailResponseBodyResult) SetPathWithNamespace

func (*GetGroupDetailResponseBodyResult) SetType

func (*GetGroupDetailResponseBodyResult) SetVisibilityLevel

func (*GetGroupDetailResponseBodyResult) SetWebUrl

func (GetGroupDetailResponseBodyResult) String

type GetHostGroupResponse

type GetHostGroupResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetHostGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetHostGroupResponse) GoString

func (s GetHostGroupResponse) GoString() string

func (*GetHostGroupResponse) SetBody

func (*GetHostGroupResponse) SetHeaders

func (s *GetHostGroupResponse) SetHeaders(v map[string]*string) *GetHostGroupResponse

func (*GetHostGroupResponse) SetStatusCode

func (s *GetHostGroupResponse) SetStatusCode(v int32) *GetHostGroupResponse

func (GetHostGroupResponse) String

func (s GetHostGroupResponse) String() string

type GetHostGroupResponseBody

type GetHostGroupResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	HostGroup    *GetHostGroupResponseBodyHostGroup `json:"hostGroup,omitempty" xml:"hostGroup,omitempty" type:"Struct"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetHostGroupResponseBody) GoString

func (s GetHostGroupResponseBody) GoString() string

func (*GetHostGroupResponseBody) SetErrorCode

func (*GetHostGroupResponseBody) SetErrorMessage

func (*GetHostGroupResponseBody) SetHostGroup

func (*GetHostGroupResponseBody) SetRequestId

func (*GetHostGroupResponseBody) SetSuccess

func (GetHostGroupResponseBody) String

func (s GetHostGroupResponseBody) String() string

type GetHostGroupResponseBodyHostGroup

type GetHostGroupResponseBodyHostGroup struct {
	AliyunRegion        *string                                       `json:"aliyunRegion,omitempty" xml:"aliyunRegion,omitempty"`
	CreateTime          *int64                                        `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorAccountId    *string                                       `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Description         *string                                       `json:"description,omitempty" xml:"description,omitempty"`
	EcsLabelKey         *string                                       `json:"ecsLabelKey,omitempty" xml:"ecsLabelKey,omitempty"`
	EcsLabelValue       *string                                       `json:"ecsLabelValue,omitempty" xml:"ecsLabelValue,omitempty"`
	EcsType             *string                                       `json:"ecsType,omitempty" xml:"ecsType,omitempty"`
	HostInfos           []*GetHostGroupResponseBodyHostGroupHostInfos `json:"hostInfos,omitempty" xml:"hostInfos,omitempty" type:"Repeated"`
	HostNum             *int64                                        `json:"hostNum,omitempty" xml:"hostNum,omitempty"`
	Id                  *int64                                        `json:"id,omitempty" xml:"id,omitempty"`
	ModifierAccountId   *string                                       `json:"modifierAccountId,omitempty" xml:"modifierAccountId,omitempty"`
	Name                *string                                       `json:"name,omitempty" xml:"name,omitempty"`
	ServiceConnectionId *int64                                        `json:"serviceConnectionId,omitempty" xml:"serviceConnectionId,omitempty"`
	Type                *string                                       `json:"type,omitempty" xml:"type,omitempty"`
	UpateTIme           *int64                                        `json:"upateTIme,omitempty" xml:"upateTIme,omitempty"`
}

func (GetHostGroupResponseBodyHostGroup) GoString

func (*GetHostGroupResponseBodyHostGroup) SetAliyunRegion

func (*GetHostGroupResponseBodyHostGroup) SetCreateTime

func (*GetHostGroupResponseBodyHostGroup) SetCreatorAccountId

func (*GetHostGroupResponseBodyHostGroup) SetDescription

func (*GetHostGroupResponseBodyHostGroup) SetEcsLabelKey

func (*GetHostGroupResponseBodyHostGroup) SetEcsLabelValue

func (*GetHostGroupResponseBodyHostGroup) SetEcsType

func (*GetHostGroupResponseBodyHostGroup) SetHostNum

func (*GetHostGroupResponseBodyHostGroup) SetId

func (*GetHostGroupResponseBodyHostGroup) SetModifierAccountId

func (*GetHostGroupResponseBodyHostGroup) SetName

func (*GetHostGroupResponseBodyHostGroup) SetServiceConnectionId

func (*GetHostGroupResponseBodyHostGroup) SetType

func (*GetHostGroupResponseBodyHostGroup) SetUpateTIme

func (GetHostGroupResponseBodyHostGroup) String

type GetHostGroupResponseBodyHostGroupHostInfos

type GetHostGroupResponseBodyHostGroupHostInfos struct {
	AliyunRegionId    *string `json:"aliyunRegionId,omitempty" xml:"aliyunRegionId,omitempty"`
	CreateTime        *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorAccountId  *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	InstanceName      *string `json:"instanceName,omitempty" xml:"instanceName,omitempty"`
	Ip                *string `json:"ip,omitempty" xml:"ip,omitempty"`
	MachineSn         *string `json:"machineSn,omitempty" xml:"machineSn,omitempty"`
	ModifierAccountId *string `json:"modifierAccountId,omitempty" xml:"modifierAccountId,omitempty"`
	ObjectType        *string `json:"objectType,omitempty" xml:"objectType,omitempty"`
	UpdateTime        *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (GetHostGroupResponseBodyHostGroupHostInfos) GoString

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetAliyunRegionId

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetCreateTime

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetCreatorAccountId

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetInstanceName

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetIp

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetMachineSn

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetModifierAccountId

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetObjectType

func (*GetHostGroupResponseBodyHostGroupHostInfos) SetUpdateTime

func (GetHostGroupResponseBodyHostGroupHostInfos) String

type GetMergeRequestChangeTreeRequest added in v4.5.0

type GetMergeRequestChangeTreeRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	FromPatchSetBizId  *string `json:"fromPatchSetBizId,omitempty" xml:"fromPatchSetBizId,omitempty"`
	LocalId            *int64  `json:"localId,omitempty" xml:"localId,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
	ToPatchSetBizId    *string `json:"toPatchSetBizId,omitempty" xml:"toPatchSetBizId,omitempty"`
}

func (GetMergeRequestChangeTreeRequest) GoString added in v4.5.0

func (*GetMergeRequestChangeTreeRequest) SetAccessToken added in v4.5.0

func (*GetMergeRequestChangeTreeRequest) SetFromPatchSetBizId added in v4.5.0

func (*GetMergeRequestChangeTreeRequest) SetLocalId added in v4.5.0

func (*GetMergeRequestChangeTreeRequest) SetOrganizationId added in v4.5.0

func (*GetMergeRequestChangeTreeRequest) SetRepositoryIdentity added in v4.5.0

func (*GetMergeRequestChangeTreeRequest) SetToPatchSetBizId added in v4.5.0

func (GetMergeRequestChangeTreeRequest) String added in v4.5.0

type GetMergeRequestChangeTreeResponse added in v4.5.0

type GetMergeRequestChangeTreeResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetMergeRequestChangeTreeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetMergeRequestChangeTreeResponse) GoString added in v4.5.0

func (*GetMergeRequestChangeTreeResponse) SetBody added in v4.5.0

func (*GetMergeRequestChangeTreeResponse) SetHeaders added in v4.5.0

func (*GetMergeRequestChangeTreeResponse) SetStatusCode added in v4.5.0

func (GetMergeRequestChangeTreeResponse) String added in v4.5.0

type GetMergeRequestChangeTreeResponseBody added in v4.5.0

type GetMergeRequestChangeTreeResponseBody struct {
	ErrorCode    *string                                      `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                      `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetMergeRequestChangeTreeResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                        `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetMergeRequestChangeTreeResponseBody) GoString added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBody) SetErrorCode added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBody) SetErrorMessage added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBody) SetRequestId added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBody) SetResult added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBody) SetSuccess added in v4.5.0

func (GetMergeRequestChangeTreeResponseBody) String added in v4.5.0

type GetMergeRequestChangeTreeResponseBodyResult added in v4.5.0

type GetMergeRequestChangeTreeResponseBodyResult struct {
	ChangedFilesCount *int64                                                          `json:"changedFilesCount,omitempty" xml:"changedFilesCount,omitempty"`
	ChangedFilesInfos []*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos `json:"changedFilesInfos,omitempty" xml:"changedFilesInfos,omitempty" type:"Repeated"`
	TotalAddLines     *int64                                                          `json:"totalAddLines,omitempty" xml:"totalAddLines,omitempty"`
	TotalDelLines     *int64                                                          `json:"totalDelLines,omitempty" xml:"totalDelLines,omitempty"`
}

func (GetMergeRequestChangeTreeResponseBodyResult) GoString added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResult) SetChangedFilesCount added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResult) SetChangedFilesInfos added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResult) SetTotalAddLines added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResult) SetTotalDelLines added in v4.5.0

func (GetMergeRequestChangeTreeResponseBodyResult) String added in v4.5.0

type GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos added in v4.5.0

type GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos struct {
	AddLines    *int64  `json:"addLines,omitempty" xml:"addLines,omitempty"`
	BinaryFile  *bool   `json:"binaryFile,omitempty" xml:"binaryFile,omitempty"`
	DelLines    *int64  `json:"delLines,omitempty" xml:"delLines,omitempty"`
	DeletedFile *bool   `json:"deletedFile,omitempty" xml:"deletedFile,omitempty"`
	NewFile     *bool   `json:"newFile,omitempty" xml:"newFile,omitempty"`
	NewPath     *string `json:"newPath,omitempty" xml:"newPath,omitempty"`
	OldPath     *string `json:"oldPath,omitempty" xml:"oldPath,omitempty"`
	RenamedFile *bool   `json:"renamedFile,omitempty" xml:"renamedFile,omitempty"`
}

func (GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) GoString added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetAddLines added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetBinaryFile added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetDelLines added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetDeletedFile added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetNewFile added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetNewPath added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetOldPath added in v4.5.0

func (*GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) SetRenamedFile added in v4.5.0

func (GetMergeRequestChangeTreeResponseBodyResultChangedFilesInfos) String added in v4.5.0

type GetMergeRequestRequest added in v4.2.0

type GetMergeRequestRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetMergeRequestRequest) GoString added in v4.2.0

func (s GetMergeRequestRequest) GoString() string

func (*GetMergeRequestRequest) SetAccessToken added in v4.2.0

func (*GetMergeRequestRequest) SetOrganizationId added in v4.2.0

func (s *GetMergeRequestRequest) SetOrganizationId(v string) *GetMergeRequestRequest

func (GetMergeRequestRequest) String added in v4.2.0

func (s GetMergeRequestRequest) String() string

type GetMergeRequestResponse added in v4.2.0

type GetMergeRequestResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetMergeRequestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetMergeRequestResponse) GoString added in v4.2.0

func (s GetMergeRequestResponse) GoString() string

func (*GetMergeRequestResponse) SetBody added in v4.2.0

func (*GetMergeRequestResponse) SetHeaders added in v4.2.0

func (*GetMergeRequestResponse) SetStatusCode added in v4.2.0

func (GetMergeRequestResponse) String added in v4.2.0

func (s GetMergeRequestResponse) String() string

type GetMergeRequestResponseBody added in v4.2.0

type GetMergeRequestResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetMergeRequestResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetMergeRequestResponseBody) GoString added in v4.2.0

func (s GetMergeRequestResponseBody) GoString() string

func (*GetMergeRequestResponseBody) SetErrorCode added in v4.2.0

func (*GetMergeRequestResponseBody) SetErrorMessage added in v4.2.0

func (*GetMergeRequestResponseBody) SetRequestId added in v4.2.0

func (*GetMergeRequestResponseBody) SetResult added in v4.2.0

func (*GetMergeRequestResponseBody) SetSuccess added in v4.2.0

func (GetMergeRequestResponseBody) String added in v4.2.0

type GetMergeRequestResponseBodyResult added in v4.2.0

type GetMergeRequestResponseBodyResult struct {
	Ahead                          *int32                                          `json:"ahead,omitempty" xml:"ahead,omitempty"`
	AllRequirementsPass            *bool                                           `json:"allRequirementsPass,omitempty" xml:"allRequirementsPass,omitempty"`
	Author                         *GetMergeRequestResponseBodyResultAuthor        `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	Behind                         *int32                                          `json:"behind,omitempty" xml:"behind,omitempty"`
	CreateFrom                     *string                                         `json:"createFrom,omitempty" xml:"createFrom,omitempty"`
	CreateTime                     *string                                         `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description                    *string                                         `json:"description,omitempty" xml:"description,omitempty"`
	DetailUrl                      *string                                         `json:"detailUrl,omitempty" xml:"detailUrl,omitempty"`
	LocalId                        *int64                                          `json:"localId,omitempty" xml:"localId,omitempty"`
	MergedRevision                 *string                                         `json:"mergedRevision,omitempty" xml:"mergedRevision,omitempty"`
	MrBizId                        *string                                         `json:"mrBizId,omitempty" xml:"mrBizId,omitempty"`
	MrType                         *string                                         `json:"mrType,omitempty" xml:"mrType,omitempty"`
	ProjectId                      *int64                                          `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Reviewers                      []*GetMergeRequestResponseBodyResultReviewers   `json:"reviewers,omitempty" xml:"reviewers,omitempty" type:"Repeated"`
	SourceBranch                   *string                                         `json:"sourceBranch,omitempty" xml:"sourceBranch,omitempty"`
	SourceProjectId                *int64                                          `json:"sourceProjectId,omitempty" xml:"sourceProjectId,omitempty"`
	Status                         *string                                         `json:"status,omitempty" xml:"status,omitempty"`
	Subscribers                    []*GetMergeRequestResponseBodyResultSubscribers `json:"subscribers,omitempty" xml:"subscribers,omitempty" type:"Repeated"`
	SupportMergeFastForwardOnly    *bool                                           `json:"supportMergeFastForwardOnly,omitempty" xml:"supportMergeFastForwardOnly,omitempty"`
	TargetBranch                   *string                                         `json:"targetBranch,omitempty" xml:"targetBranch,omitempty"`
	TargetProjectId                *int64                                          `json:"targetProjectId,omitempty" xml:"targetProjectId,omitempty"`
	TargetProjectNameWithNamespace *string                                         `json:"targetProjectNameWithNamespace,omitempty" xml:"targetProjectNameWithNamespace,omitempty"`
	TargetProjectPathWithNamespace *string                                         `json:"targetProjectPathWithNamespace,omitempty" xml:"targetProjectPathWithNamespace,omitempty"`
	Title                          *string                                         `json:"title,omitempty" xml:"title,omitempty"`
	TodoList                       *GetMergeRequestResponseBodyResultTodoList      `json:"todoList,omitempty" xml:"todoList,omitempty" type:"Struct"`
	UpdateTime                     *string                                         `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	WebUrl                         *string                                         `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (GetMergeRequestResponseBodyResult) GoString added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetAhead added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetAllRequirementsPass added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetAuthor added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetBehind added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetCreateFrom added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetCreateTime added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetDescription added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetDetailUrl added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetLocalId added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetMergedRevision added in v4.11.1

func (*GetMergeRequestResponseBodyResult) SetMrBizId added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetMrType added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetProjectId added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetReviewers added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetSourceBranch added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetSourceProjectId added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetStatus added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetSubscribers added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetSupportMergeFastForwardOnly added in v4.2.0

func (s *GetMergeRequestResponseBodyResult) SetSupportMergeFastForwardOnly(v bool) *GetMergeRequestResponseBodyResult

func (*GetMergeRequestResponseBodyResult) SetTargetBranch added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetTargetProjectId added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetTargetProjectNameWithNamespace added in v4.2.0

func (s *GetMergeRequestResponseBodyResult) SetTargetProjectNameWithNamespace(v string) *GetMergeRequestResponseBodyResult

func (*GetMergeRequestResponseBodyResult) SetTargetProjectPathWithNamespace added in v4.2.0

func (s *GetMergeRequestResponseBodyResult) SetTargetProjectPathWithNamespace(v string) *GetMergeRequestResponseBodyResult

func (*GetMergeRequestResponseBodyResult) SetTitle added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetTodoList added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetUpdateTime added in v4.2.0

func (*GetMergeRequestResponseBodyResult) SetWebUrl added in v4.2.0

func (GetMergeRequestResponseBodyResult) String added in v4.2.0

type GetMergeRequestResponseBodyResultAuthor added in v4.2.0

type GetMergeRequestResponseBodyResultAuthor struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetMergeRequestResponseBodyResultAuthor) GoString added in v4.2.0

func (*GetMergeRequestResponseBodyResultAuthor) SetAvatarUrl added in v4.2.0

func (*GetMergeRequestResponseBodyResultAuthor) SetEmail added in v4.2.0

func (*GetMergeRequestResponseBodyResultAuthor) SetId added in v4.2.0

func (*GetMergeRequestResponseBodyResultAuthor) SetName added in v4.2.0

func (*GetMergeRequestResponseBodyResultAuthor) SetState added in v4.2.0

func (*GetMergeRequestResponseBodyResultAuthor) SetUsername added in v4.2.0

func (GetMergeRequestResponseBodyResultAuthor) String added in v4.2.0

type GetMergeRequestResponseBodyResultReviewers added in v4.2.0

type GetMergeRequestResponseBodyResultReviewers struct {
	AvatarUrl           *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email               *string `json:"email,omitempty" xml:"email,omitempty"`
	HasCommented        *bool   `json:"hasCommented,omitempty" xml:"hasCommented,omitempty"`
	HasReviewed         *bool   `json:"hasReviewed,omitempty" xml:"hasReviewed,omitempty"`
	Id                  *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	ReviewOpinionStatus *string `json:"reviewOpinionStatus,omitempty" xml:"reviewOpinionStatus,omitempty"`
	ReviewTime          *string `json:"reviewTime,omitempty" xml:"reviewTime,omitempty"`
	State               *string `json:"state,omitempty" xml:"state,omitempty"`
	Username            *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetMergeRequestResponseBodyResultReviewers) GoString added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetAvatarUrl added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetEmail added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetHasCommented added in v4.11.1

func (*GetMergeRequestResponseBodyResultReviewers) SetHasReviewed added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetId added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetName added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetReviewOpinionStatus added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetReviewTime added in v4.6.4

func (*GetMergeRequestResponseBodyResultReviewers) SetState added in v4.2.0

func (*GetMergeRequestResponseBodyResultReviewers) SetUsername added in v4.2.0

func (GetMergeRequestResponseBodyResultReviewers) String added in v4.2.0

type GetMergeRequestResponseBodyResultSubscribers added in v4.2.0

type GetMergeRequestResponseBodyResultSubscribers struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetMergeRequestResponseBodyResultSubscribers) GoString added in v4.2.0

func (*GetMergeRequestResponseBodyResultSubscribers) SetAvatarUrl added in v4.2.0

func (*GetMergeRequestResponseBodyResultSubscribers) SetEmail added in v4.2.0

func (*GetMergeRequestResponseBodyResultSubscribers) SetId added in v4.2.0

func (*GetMergeRequestResponseBodyResultSubscribers) SetName added in v4.2.0

func (*GetMergeRequestResponseBodyResultSubscribers) SetState added in v4.2.0

func (*GetMergeRequestResponseBodyResultSubscribers) SetUsername added in v4.2.0

func (GetMergeRequestResponseBodyResultSubscribers) String added in v4.2.0

type GetMergeRequestResponseBodyResultTodoList added in v4.2.0

type GetMergeRequestResponseBodyResultTodoList struct {
	RequirementCheckItems []*GetMergeRequestResponseBodyResultTodoListRequirementCheckItems `json:"requirementCheckItems,omitempty" xml:"requirementCheckItems,omitempty" type:"Repeated"`
}

func (GetMergeRequestResponseBodyResultTodoList) GoString added in v4.2.0

func (*GetMergeRequestResponseBodyResultTodoList) SetRequirementCheckItems added in v4.2.0

func (GetMergeRequestResponseBodyResultTodoList) String added in v4.2.0

type GetMergeRequestResponseBodyResultTodoListRequirementCheckItems added in v4.2.0

type GetMergeRequestResponseBodyResultTodoListRequirementCheckItems struct {
	ItemType *string `json:"itemType,omitempty" xml:"itemType,omitempty"`
	Pass     *bool   `json:"pass,omitempty" xml:"pass,omitempty"`
}

func (GetMergeRequestResponseBodyResultTodoListRequirementCheckItems) GoString added in v4.2.0

func (*GetMergeRequestResponseBodyResultTodoListRequirementCheckItems) SetItemType added in v4.2.0

func (*GetMergeRequestResponseBodyResultTodoListRequirementCheckItems) SetPass added in v4.2.0

func (GetMergeRequestResponseBodyResultTodoListRequirementCheckItems) String added in v4.2.0

type GetOrganizationMemberResponse

type GetOrganizationMemberResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetOrganizationMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetOrganizationMemberResponse) GoString

func (*GetOrganizationMemberResponse) SetBody

func (*GetOrganizationMemberResponse) SetHeaders

func (*GetOrganizationMemberResponse) SetStatusCode

func (GetOrganizationMemberResponse) String

type GetOrganizationMemberResponseBody

type GetOrganizationMemberResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Member       *GetOrganizationMemberResponseBodyMember `json:"member,omitempty" xml:"member,omitempty" type:"Struct"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetOrganizationMemberResponseBody) GoString

func (*GetOrganizationMemberResponseBody) SetErrorCode

func (*GetOrganizationMemberResponseBody) SetErrorMessage

func (*GetOrganizationMemberResponseBody) SetRequestId

func (*GetOrganizationMemberResponseBody) SetSuccess

func (GetOrganizationMemberResponseBody) String

type GetOrganizationMemberResponseBodyMember

type GetOrganizationMemberResponseBodyMember struct {
	AccountId              *string                                            `json:"accountId,omitempty" xml:"accountId,omitempty"`
	Birthday               *int64                                             `json:"birthday,omitempty" xml:"birthday,omitempty"`
	DeptLists              []*string                                          `json:"deptLists,omitempty" xml:"deptLists,omitempty" type:"Repeated"`
	Email                  *string                                            `json:"email,omitempty" xml:"email,omitempty"`
	HiredDate              *int64                                             `json:"hiredDate,omitempty" xml:"hiredDate,omitempty"`
	Identities             *GetOrganizationMemberResponseBodyMemberIdentities `json:"identities,omitempty" xml:"identities,omitempty" type:"Struct"`
	JobNumber              *string                                            `json:"jobNumber,omitempty" xml:"jobNumber,omitempty"`
	JoinTime               *int64                                             `json:"joinTime,omitempty" xml:"joinTime,omitempty"`
	LastVisitTime          *int64                                             `json:"lastVisitTime,omitempty" xml:"lastVisitTime,omitempty"`
	Mobile                 *string                                            `json:"mobile,omitempty" xml:"mobile,omitempty"`
	OrganizationMemberName *string                                            `json:"organizationMemberName,omitempty" xml:"organizationMemberName,omitempty"`
	OrganizationRoleId     *string                                            `json:"organizationRoleId,omitempty" xml:"organizationRoleId,omitempty"`
	OrganizationRoleName   *string                                            `json:"organizationRoleName,omitempty" xml:"organizationRoleName,omitempty"`
	State                  *string                                            `json:"state,omitempty" xml:"state,omitempty"`
}

func (GetOrganizationMemberResponseBodyMember) GoString

func (*GetOrganizationMemberResponseBodyMember) SetAccountId

func (*GetOrganizationMemberResponseBodyMember) SetBirthday

func (*GetOrganizationMemberResponseBodyMember) SetDeptLists

func (*GetOrganizationMemberResponseBodyMember) SetEmail

func (*GetOrganizationMemberResponseBodyMember) SetHiredDate

func (*GetOrganizationMemberResponseBodyMember) SetJobNumber added in v4.5.0

func (*GetOrganizationMemberResponseBodyMember) SetJoinTime

func (*GetOrganizationMemberResponseBodyMember) SetLastVisitTime

func (*GetOrganizationMemberResponseBodyMember) SetMobile

func (*GetOrganizationMemberResponseBodyMember) SetOrganizationMemberName

func (*GetOrganizationMemberResponseBodyMember) SetOrganizationRoleId

func (*GetOrganizationMemberResponseBodyMember) SetOrganizationRoleName

func (*GetOrganizationMemberResponseBodyMember) SetState

func (GetOrganizationMemberResponseBodyMember) String

type GetOrganizationMemberResponseBodyMemberIdentities

type GetOrganizationMemberResponseBodyMemberIdentities struct {
	ExternUid *string `json:"externUid,omitempty" xml:"externUid,omitempty"`
	Provider  *string `json:"provider,omitempty" xml:"provider,omitempty"`
}

func (GetOrganizationMemberResponseBodyMemberIdentities) GoString

func (*GetOrganizationMemberResponseBodyMemberIdentities) SetExternUid

func (*GetOrganizationMemberResponseBodyMemberIdentities) SetProvider

func (GetOrganizationMemberResponseBodyMemberIdentities) String

type GetPipelineArtifactUrlRequest

type GetPipelineArtifactUrlRequest struct {
	FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	FilePath *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
}

func (GetPipelineArtifactUrlRequest) GoString

func (*GetPipelineArtifactUrlRequest) SetFileName

func (*GetPipelineArtifactUrlRequest) SetFilePath

func (GetPipelineArtifactUrlRequest) String

type GetPipelineArtifactUrlResponse

type GetPipelineArtifactUrlResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPipelineArtifactUrlResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPipelineArtifactUrlResponse) GoString

func (*GetPipelineArtifactUrlResponse) SetHeaders

func (*GetPipelineArtifactUrlResponse) SetStatusCode

func (GetPipelineArtifactUrlResponse) String

type GetPipelineArtifactUrlResponseBody

type GetPipelineArtifactUrlResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	FileUrl      *string `json:"fileUrl,omitempty" xml:"fileUrl,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetPipelineArtifactUrlResponseBody) GoString

func (*GetPipelineArtifactUrlResponseBody) SetErrorCode

func (*GetPipelineArtifactUrlResponseBody) SetErrorMessage

func (*GetPipelineArtifactUrlResponseBody) SetFileUrl

func (*GetPipelineArtifactUrlResponseBody) SetRequestId

func (*GetPipelineArtifactUrlResponseBody) SetSuccess

func (GetPipelineArtifactUrlResponseBody) String

type GetPipelineEmasArtifactUrlRequest

type GetPipelineEmasArtifactUrlRequest struct {
	ServiceConnectionId *int64 `json:"serviceConnectionId,omitempty" xml:"serviceConnectionId,omitempty"`
}

func (GetPipelineEmasArtifactUrlRequest) GoString

func (*GetPipelineEmasArtifactUrlRequest) SetServiceConnectionId

func (GetPipelineEmasArtifactUrlRequest) String

type GetPipelineEmasArtifactUrlResponse

type GetPipelineEmasArtifactUrlResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPipelineEmasArtifactUrlResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPipelineEmasArtifactUrlResponse) GoString

func (*GetPipelineEmasArtifactUrlResponse) SetHeaders

func (*GetPipelineEmasArtifactUrlResponse) SetStatusCode

func (GetPipelineEmasArtifactUrlResponse) String

type GetPipelineEmasArtifactUrlResponseBody

type GetPipelineEmasArtifactUrlResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	FileUrl      *string `json:"fileUrl,omitempty" xml:"fileUrl,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetPipelineEmasArtifactUrlResponseBody) GoString

func (*GetPipelineEmasArtifactUrlResponseBody) SetErrorCode

func (*GetPipelineEmasArtifactUrlResponseBody) SetErrorMessage

func (*GetPipelineEmasArtifactUrlResponseBody) SetFileUrl

func (*GetPipelineEmasArtifactUrlResponseBody) SetRequestId

func (*GetPipelineEmasArtifactUrlResponseBody) SetSuccess

func (GetPipelineEmasArtifactUrlResponseBody) String

type GetPipelineGroupResponse

type GetPipelineGroupResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPipelineGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPipelineGroupResponse) GoString

func (s GetPipelineGroupResponse) GoString() string

func (*GetPipelineGroupResponse) SetBody

func (*GetPipelineGroupResponse) SetHeaders

func (*GetPipelineGroupResponse) SetStatusCode

func (GetPipelineGroupResponse) String

func (s GetPipelineGroupResponse) String() string

type GetPipelineGroupResponseBody

type GetPipelineGroupResponseBody struct {
	ErrorCode     *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage  *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	PipelineGroup *GetPipelineGroupResponseBodyPipelineGroup `json:"pipelineGroup,omitempty" xml:"pipelineGroup,omitempty" type:"Struct"`
	RequestId     *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success       *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetPipelineGroupResponseBody) GoString

func (s GetPipelineGroupResponseBody) GoString() string

func (*GetPipelineGroupResponseBody) SetErrorCode

func (*GetPipelineGroupResponseBody) SetErrorMessage

func (*GetPipelineGroupResponseBody) SetRequestId

func (*GetPipelineGroupResponseBody) SetSuccess

func (GetPipelineGroupResponseBody) String

type GetPipelineGroupResponseBodyPipelineGroup

type GetPipelineGroupResponseBodyPipelineGroup struct {
	CreateTime *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetPipelineGroupResponseBodyPipelineGroup) GoString

func (*GetPipelineGroupResponseBodyPipelineGroup) SetCreateTime

func (*GetPipelineGroupResponseBodyPipelineGroup) SetId

func (*GetPipelineGroupResponseBodyPipelineGroup) SetName

func (GetPipelineGroupResponseBodyPipelineGroup) String

type GetPipelineResponse

type GetPipelineResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPipelineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPipelineResponse) GoString

func (s GetPipelineResponse) GoString() string

func (*GetPipelineResponse) SetBody

func (*GetPipelineResponse) SetHeaders

func (s *GetPipelineResponse) SetHeaders(v map[string]*string) *GetPipelineResponse

func (*GetPipelineResponse) SetStatusCode

func (s *GetPipelineResponse) SetStatusCode(v int32) *GetPipelineResponse

func (GetPipelineResponse) String

func (s GetPipelineResponse) String() string

type GetPipelineResponseBody

type GetPipelineResponseBody struct {
	ErrorCode    *string                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                          `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Pipeline     *GetPipelineResponseBodyPipeline `json:"pipeline,omitempty" xml:"pipeline,omitempty" type:"Struct"`
	RequestId    *string                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetPipelineResponseBody) GoString

func (s GetPipelineResponseBody) GoString() string

func (*GetPipelineResponseBody) SetErrorCode

func (*GetPipelineResponseBody) SetErrorMessage

func (*GetPipelineResponseBody) SetPipeline

func (*GetPipelineResponseBody) SetRequestId

func (*GetPipelineResponseBody) SetSuccess

func (GetPipelineResponseBody) String

func (s GetPipelineResponseBody) String() string

type GetPipelineResponseBodyPipeline

type GetPipelineResponseBodyPipeline struct {
	CreateTime        *int64                                         `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorAccountId  *string                                        `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	EnvId             *int32                                         `json:"envId,omitempty" xml:"envId,omitempty"`
	EnvName           *string                                        `json:"envName,omitempty" xml:"envName,omitempty"`
	GroupId           *int64                                         `json:"groupId,omitempty" xml:"groupId,omitempty"`
	ModifierAccountId *string                                        `json:"modifierAccountId,omitempty" xml:"modifierAccountId,omitempty"`
	Name              *string                                        `json:"name,omitempty" xml:"name,omitempty"`
	PipelineConfig    *GetPipelineResponseBodyPipelinePipelineConfig `json:"pipelineConfig,omitempty" xml:"pipelineConfig,omitempty" type:"Struct"`
	TagList           []*GetPipelineResponseBodyPipelineTagList      `json:"tagList,omitempty" xml:"tagList,omitempty" type:"Repeated"`
	UpdateTime        *int64                                         `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (GetPipelineResponseBodyPipeline) GoString

func (*GetPipelineResponseBodyPipeline) SetCreateTime

func (*GetPipelineResponseBodyPipeline) SetCreatorAccountId

func (*GetPipelineResponseBodyPipeline) SetEnvId

func (*GetPipelineResponseBodyPipeline) SetEnvName

func (*GetPipelineResponseBodyPipeline) SetGroupId

func (*GetPipelineResponseBodyPipeline) SetModifierAccountId

func (*GetPipelineResponseBodyPipeline) SetName

func (*GetPipelineResponseBodyPipeline) SetUpdateTime

func (GetPipelineResponseBodyPipeline) String

type GetPipelineResponseBodyPipelinePipelineConfig

type GetPipelineResponseBodyPipelinePipelineConfig struct {
	Flow     *string                                                 `json:"flow,omitempty" xml:"flow,omitempty"`
	Settings *string                                                 `json:"settings,omitempty" xml:"settings,omitempty"`
	Sources  []*GetPipelineResponseBodyPipelinePipelineConfigSources `json:"sources,omitempty" xml:"sources,omitempty" type:"Repeated"`
}

func (GetPipelineResponseBodyPipelinePipelineConfig) GoString

func (*GetPipelineResponseBodyPipelinePipelineConfig) SetFlow

func (*GetPipelineResponseBodyPipelinePipelineConfig) SetSettings

func (GetPipelineResponseBodyPipelinePipelineConfig) String

type GetPipelineResponseBodyPipelinePipelineConfigSources

type GetPipelineResponseBodyPipelinePipelineConfigSources struct {
	Data *GetPipelineResponseBodyPipelinePipelineConfigSourcesData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Sign *string                                                   `json:"sign,omitempty" xml:"sign,omitempty"`
	Type *string                                                   `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetPipelineResponseBodyPipelinePipelineConfigSources) GoString

func (*GetPipelineResponseBodyPipelinePipelineConfigSources) SetSign

func (*GetPipelineResponseBodyPipelinePipelineConfigSources) SetType

func (GetPipelineResponseBodyPipelinePipelineConfigSources) String

type GetPipelineResponseBodyPipelinePipelineConfigSourcesData

type GetPipelineResponseBodyPipelinePipelineConfigSourcesData struct {
	Branch     *string `json:"branch,omitempty" xml:"branch,omitempty"`
	CloneDepth *int64  `json:"cloneDepth,omitempty" xml:"cloneDepth,omitempty"`
	// Credential Id
	CredentialId *int64 `json:"credentialId,omitempty" xml:"credentialId,omitempty"`
	// Credential Label
	CredentialLabel *string `json:"credentialLabel,omitempty" xml:"credentialLabel,omitempty"`
	// Credential Type
	CredentialType      *string   `json:"credentialType,omitempty" xml:"credentialType,omitempty"`
	Events              []*string `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
	IsBranchMode        *bool     `json:"isBranchMode,omitempty" xml:"isBranchMode,omitempty"`
	IsCloneDepth        *bool     `json:"isCloneDepth,omitempty" xml:"isCloneDepth,omitempty"`
	IsSubmodule         *bool     `json:"isSubmodule,omitempty" xml:"isSubmodule,omitempty"`
	IsTrigger           *bool     `json:"isTrigger,omitempty" xml:"isTrigger,omitempty"`
	Label               *string   `json:"label,omitempty" xml:"label,omitempty"`
	Namespace           *string   `json:"namespace,omitempty" xml:"namespace,omitempty"`
	Repo                *string   `json:"repo,omitempty" xml:"repo,omitempty"`
	ServiceConnectionId *int64    `json:"serviceConnectionId,omitempty" xml:"serviceConnectionId,omitempty"`
	TriggerFilter       *string   `json:"triggerFilter,omitempty" xml:"triggerFilter,omitempty"`
	Webhook             *string   `json:"webhook,omitempty" xml:"webhook,omitempty"`
}

func (GetPipelineResponseBodyPipelinePipelineConfigSourcesData) GoString

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetBranch

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetCloneDepth

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetCredentialId

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetCredentialLabel

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetCredentialType

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetEvents

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetIsBranchMode

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetIsCloneDepth

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetIsSubmodule

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetIsTrigger

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetLabel

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetNamespace

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetRepo

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetServiceConnectionId

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetTriggerFilter

func (*GetPipelineResponseBodyPipelinePipelineConfigSourcesData) SetWebhook

func (GetPipelineResponseBodyPipelinePipelineConfigSourcesData) String

type GetPipelineResponseBodyPipelineTagList

type GetPipelineResponseBodyPipelineTagList struct {
	Id   *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetPipelineResponseBodyPipelineTagList) GoString

func (*GetPipelineResponseBodyPipelineTagList) SetId

func (*GetPipelineResponseBodyPipelineTagList) SetName

func (GetPipelineResponseBodyPipelineTagList) String

type GetPipelineRunResponse

type GetPipelineRunResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPipelineRunResponse) GoString

func (s GetPipelineRunResponse) GoString() string

func (*GetPipelineRunResponse) SetBody

func (*GetPipelineRunResponse) SetHeaders

func (*GetPipelineRunResponse) SetStatusCode

func (GetPipelineRunResponse) String

func (s GetPipelineRunResponse) String() string

type GetPipelineRunResponseBody

type GetPipelineRunResponseBody struct {
	ErrorCode    *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	PipelineRun  *GetPipelineRunResponseBodyPipelineRun `json:"pipelineRun,omitempty" xml:"pipelineRun,omitempty" type:"Struct"`
	RequestId    *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetPipelineRunResponseBody) GoString

func (s GetPipelineRunResponseBody) GoString() string

func (*GetPipelineRunResponseBody) SetErrorCode

func (*GetPipelineRunResponseBody) SetErrorMessage

func (*GetPipelineRunResponseBody) SetPipelineRun

func (*GetPipelineRunResponseBody) SetRequestId

func (*GetPipelineRunResponseBody) SetSuccess

func (GetPipelineRunResponseBody) String

type GetPipelineRunResponseBodyPipelineRun

type GetPipelineRunResponseBodyPipelineRun struct {
	CreateTime        *int64                                          `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorAccountId  *string                                         `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	ModifierAccountId *string                                         `json:"modifierAccountId,omitempty" xml:"modifierAccountId,omitempty"`
	PipelineId        *int64                                          `json:"pipelineId,omitempty" xml:"pipelineId,omitempty"`
	PipelineRunId     *int64                                          `json:"pipelineRunId,omitempty" xml:"pipelineRunId,omitempty"`
	Sources           []*GetPipelineRunResponseBodyPipelineRunSources `json:"sources,omitempty" xml:"sources,omitempty" type:"Repeated"`
	StageGroup        [][]*string                                     `json:"stageGroup,omitempty" xml:"stageGroup,omitempty" type:"Repeated"`
	Stages            []*GetPipelineRunResponseBodyPipelineRunStages  `json:"stages,omitempty" xml:"stages,omitempty" type:"Repeated"`
	Status            *string                                         `json:"status,omitempty" xml:"status,omitempty"`
	TriggerMode       *int32                                          `json:"triggerMode,omitempty" xml:"triggerMode,omitempty"`
	UpdateTime        *int64                                          `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (GetPipelineRunResponseBodyPipelineRun) GoString

func (*GetPipelineRunResponseBodyPipelineRun) SetCreateTime

func (*GetPipelineRunResponseBodyPipelineRun) SetCreatorAccountId

func (*GetPipelineRunResponseBodyPipelineRun) SetModifierAccountId

func (*GetPipelineRunResponseBodyPipelineRun) SetPipelineId

func (*GetPipelineRunResponseBodyPipelineRun) SetPipelineRunId

func (*GetPipelineRunResponseBodyPipelineRun) SetStageGroup

func (*GetPipelineRunResponseBodyPipelineRun) SetStatus

func (*GetPipelineRunResponseBodyPipelineRun) SetTriggerMode

func (*GetPipelineRunResponseBodyPipelineRun) SetUpdateTime

func (GetPipelineRunResponseBodyPipelineRun) String

type GetPipelineRunResponseBodyPipelineRunSources

type GetPipelineRunResponseBodyPipelineRunSources struct {
	Data *GetPipelineRunResponseBodyPipelineRunSourcesData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Sign *string                                           `json:"sign,omitempty" xml:"sign,omitempty"`
	Type *string                                           `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetPipelineRunResponseBodyPipelineRunSources) GoString

func (*GetPipelineRunResponseBodyPipelineRunSources) SetSign

func (*GetPipelineRunResponseBodyPipelineRunSources) SetType

func (GetPipelineRunResponseBodyPipelineRunSources) String

type GetPipelineRunResponseBodyPipelineRunSourcesData

type GetPipelineRunResponseBodyPipelineRunSourcesData struct {
	Branch  *string `json:"branch,omitempty" xml:"branch,omitempty"`
	Commint *string `json:"commint,omitempty" xml:"commint,omitempty"`
	Repo    *string `json:"repo,omitempty" xml:"repo,omitempty"`
}

func (GetPipelineRunResponseBodyPipelineRunSourcesData) GoString

func (*GetPipelineRunResponseBodyPipelineRunSourcesData) SetBranch

func (*GetPipelineRunResponseBodyPipelineRunSourcesData) SetCommint

func (*GetPipelineRunResponseBodyPipelineRunSourcesData) SetRepo

func (GetPipelineRunResponseBodyPipelineRunSourcesData) String

type GetPipelineRunResponseBodyPipelineRunStages

type GetPipelineRunResponseBodyPipelineRunStages struct {
	Name      *string                                               `json:"name,omitempty" xml:"name,omitempty"`
	StageInfo *GetPipelineRunResponseBodyPipelineRunStagesStageInfo `json:"stageInfo,omitempty" xml:"stageInfo,omitempty" type:"Struct"`
}

func (GetPipelineRunResponseBodyPipelineRunStages) GoString

func (*GetPipelineRunResponseBodyPipelineRunStages) SetName

func (GetPipelineRunResponseBodyPipelineRunStages) String

type GetPipelineRunResponseBodyPipelineRunStagesStageInfo

type GetPipelineRunResponseBodyPipelineRunStagesStageInfo struct {
	EndTime   *int64                                                      `json:"endTime,omitempty" xml:"endTime,omitempty"`
	Jobs      []*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs `json:"jobs,omitempty" xml:"jobs,omitempty" type:"Repeated"`
	Name      *string                                                     `json:"name,omitempty" xml:"name,omitempty"`
	StartTime *int64                                                      `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Status    *string                                                     `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetPipelineRunResponseBodyPipelineRunStagesStageInfo) GoString

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfo) SetEndTime

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfo) SetName

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfo) SetStartTime

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfo) SetStatus

func (GetPipelineRunResponseBodyPipelineRunStagesStageInfo) String

type GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs

type GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs struct {
	Actions   []*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"`
	EndTime   *int64                                                             `json:"endTime,omitempty" xml:"endTime,omitempty"`
	Id        *int64                                                             `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string                                                            `json:"name,omitempty" xml:"name,omitempty"`
	Params    *string                                                            `json:"params,omitempty" xml:"params,omitempty"`
	StartTime *int64                                                             `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Status    *string                                                            `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) GoString

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) SetEndTime

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) SetId

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) SetName

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) SetParams

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) SetStartTime

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) SetStatus

func (GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobs) String

type GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions

type GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions struct {
	Disable *bool                  `json:"disable,omitempty" xml:"disable,omitempty"`
	Params  map[string]interface{} `json:"params,omitempty" xml:"params,omitempty"`
	Type    *string                `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions) GoString

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions) SetDisable

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions) SetParams

func (*GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions) SetType

func (GetPipelineRunResponseBodyPipelineRunStagesStageInfoJobsActions) String

type GetPipelineScanReportUrlRequest

type GetPipelineScanReportUrlRequest struct {
	ReportPath *string `json:"reportPath,omitempty" xml:"reportPath,omitempty"`
}

func (GetPipelineScanReportUrlRequest) GoString

func (*GetPipelineScanReportUrlRequest) SetReportPath

func (GetPipelineScanReportUrlRequest) String

type GetPipelineScanReportUrlResponse

type GetPipelineScanReportUrlResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPipelineScanReportUrlResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPipelineScanReportUrlResponse) GoString

func (*GetPipelineScanReportUrlResponse) SetHeaders

func (*GetPipelineScanReportUrlResponse) SetStatusCode

func (GetPipelineScanReportUrlResponse) String

type GetPipelineScanReportUrlResponseBody

type GetPipelineScanReportUrlResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	ReportUrl    *string `json:"reportUrl,omitempty" xml:"reportUrl,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetPipelineScanReportUrlResponseBody) GoString

func (*GetPipelineScanReportUrlResponseBody) SetErrorCode

func (*GetPipelineScanReportUrlResponseBody) SetErrorMessage

func (*GetPipelineScanReportUrlResponseBody) SetReportUrl

func (*GetPipelineScanReportUrlResponseBody) SetRequestId

func (*GetPipelineScanReportUrlResponseBody) SetSuccess

func (GetPipelineScanReportUrlResponseBody) String

type GetProjectInfoResponse

type GetProjectInfoResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetProjectInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetProjectInfoResponse) GoString

func (s GetProjectInfoResponse) GoString() string

func (*GetProjectInfoResponse) SetBody

func (*GetProjectInfoResponse) SetHeaders

func (*GetProjectInfoResponse) SetStatusCode

func (GetProjectInfoResponse) String

func (s GetProjectInfoResponse) String() string

type GetProjectInfoResponseBody

type GetProjectInfoResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Project      *GetProjectInfoResponseBodyProject `json:"project,omitempty" xml:"project,omitempty" type:"Struct"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetProjectInfoResponseBody) GoString

func (s GetProjectInfoResponseBody) GoString() string

func (*GetProjectInfoResponseBody) SetErrorCode

func (*GetProjectInfoResponseBody) SetErrorMessage

func (*GetProjectInfoResponseBody) SetProject

func (*GetProjectInfoResponseBody) SetRequestId

func (*GetProjectInfoResponseBody) SetSuccess

func (GetProjectInfoResponseBody) String

type GetProjectInfoResponseBodyProject

type GetProjectInfoResponseBodyProject struct {
	Category               *string `json:"category,omitempty" xml:"category,omitempty"`
	CategoryIdentifier     *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string `json:"creator,omitempty" xml:"creator,omitempty"`
	CustomCode             *string `json:"customCode,omitempty" xml:"customCode,omitempty"`
	Description            *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate              *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Icon                   *string `json:"icon,omitempty" xml:"icon,omitempty"`
	IconBig                *string `json:"iconBig,omitempty" xml:"iconBig,omitempty"`
	IconGroup              *string `json:"iconGroup,omitempty" xml:"iconGroup,omitempty"`
	IconSmall              *string `json:"iconSmall,omitempty" xml:"iconSmall,omitempty"`
	Id                     *string `json:"id,omitempty" xml:"id,omitempty"`
	Identifier             *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	IdentifierPath         *string `json:"identifierPath,omitempty" xml:"identifierPath,omitempty"`
	LogicalStatus          *string `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name                   *string `json:"name,omitempty" xml:"name,omitempty"`
	OrganizationIdentifier *string `json:"organizationIdentifier,omitempty" xml:"organizationIdentifier,omitempty"`
	ParentIdentifier       *string `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	Scope                  *string `json:"scope,omitempty" xml:"scope,omitempty"`
	StatusIdentifier       *string `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusStageIdentifier  *string `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	SubType                *string `json:"subType,omitempty" xml:"subType,omitempty"`
	TypeIdentifier         *string `json:"typeIdentifier,omitempty" xml:"typeIdentifier,omitempty"`
}

func (GetProjectInfoResponseBodyProject) GoString

func (*GetProjectInfoResponseBodyProject) SetCategory

func (*GetProjectInfoResponseBodyProject) SetCategoryIdentifier

func (*GetProjectInfoResponseBodyProject) SetCreator

func (*GetProjectInfoResponseBodyProject) SetCustomCode

func (*GetProjectInfoResponseBodyProject) SetDescription

func (*GetProjectInfoResponseBodyProject) SetGmtCreate

func (*GetProjectInfoResponseBodyProject) SetGmtModified

func (*GetProjectInfoResponseBodyProject) SetIcon

func (*GetProjectInfoResponseBodyProject) SetIconBig

func (*GetProjectInfoResponseBodyProject) SetIconGroup

func (*GetProjectInfoResponseBodyProject) SetIconSmall

func (*GetProjectInfoResponseBodyProject) SetId

func (*GetProjectInfoResponseBodyProject) SetIdentifier

func (*GetProjectInfoResponseBodyProject) SetIdentifierPath

func (*GetProjectInfoResponseBodyProject) SetLogicalStatus

func (*GetProjectInfoResponseBodyProject) SetModifier

func (*GetProjectInfoResponseBodyProject) SetName

func (*GetProjectInfoResponseBodyProject) SetOrganizationIdentifier

func (*GetProjectInfoResponseBodyProject) SetParentIdentifier

func (*GetProjectInfoResponseBodyProject) SetScope

func (*GetProjectInfoResponseBodyProject) SetStatusIdentifier

func (*GetProjectInfoResponseBodyProject) SetStatusStageIdentifier

func (*GetProjectInfoResponseBodyProject) SetSubType

func (*GetProjectInfoResponseBodyProject) SetTypeIdentifier

func (GetProjectInfoResponseBodyProject) String

type GetProjectMemberRequest

type GetProjectMemberRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetProjectMemberRequest) GoString

func (s GetProjectMemberRequest) GoString() string

func (*GetProjectMemberRequest) SetAccessToken

func (*GetProjectMemberRequest) SetOrganizationId

func (s *GetProjectMemberRequest) SetOrganizationId(v string) *GetProjectMemberRequest

func (GetProjectMemberRequest) String

func (s GetProjectMemberRequest) String() string

type GetProjectMemberResponse

type GetProjectMemberResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetProjectMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetProjectMemberResponse) GoString

func (s GetProjectMemberResponse) GoString() string

func (*GetProjectMemberResponse) SetBody

func (*GetProjectMemberResponse) SetHeaders

func (*GetProjectMemberResponse) SetStatusCode

func (GetProjectMemberResponse) String

func (s GetProjectMemberResponse) String() string

type GetProjectMemberResponseBody

type GetProjectMemberResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetProjectMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetProjectMemberResponseBody) GoString

func (s GetProjectMemberResponseBody) GoString() string

func (*GetProjectMemberResponseBody) SetErrorCode

func (*GetProjectMemberResponseBody) SetErrorMessage

func (*GetProjectMemberResponseBody) SetRequestId

func (*GetProjectMemberResponseBody) SetResult

func (*GetProjectMemberResponseBody) SetSuccess

func (GetProjectMemberResponseBody) String

type GetProjectMemberResponseBodyResult

type GetProjectMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email       *string `json:"email,omitempty" xml:"email,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetProjectMemberResponseBodyResult) GoString

func (*GetProjectMemberResponseBodyResult) SetAccessLevel

func (*GetProjectMemberResponseBodyResult) SetAvatarUrl

func (*GetProjectMemberResponseBodyResult) SetEmail added in v4.6.4

func (*GetProjectMemberResponseBodyResult) SetId

func (*GetProjectMemberResponseBodyResult) SetName

func (GetProjectMemberResponseBodyResult) String

type GetPushRuleRequest added in v4.3.0

type GetPushRuleRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetPushRuleRequest) GoString added in v4.3.0

func (s GetPushRuleRequest) GoString() string

func (*GetPushRuleRequest) SetAccessToken added in v4.3.0

func (s *GetPushRuleRequest) SetAccessToken(v string) *GetPushRuleRequest

func (*GetPushRuleRequest) SetOrganizationId added in v4.3.0

func (s *GetPushRuleRequest) SetOrganizationId(v string) *GetPushRuleRequest

func (GetPushRuleRequest) String added in v4.3.0

func (s GetPushRuleRequest) String() string

type GetPushRuleResponse added in v4.3.0

type GetPushRuleResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetPushRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetPushRuleResponse) GoString added in v4.3.0

func (s GetPushRuleResponse) GoString() string

func (*GetPushRuleResponse) SetBody added in v4.3.0

func (*GetPushRuleResponse) SetHeaders added in v4.3.0

func (s *GetPushRuleResponse) SetHeaders(v map[string]*string) *GetPushRuleResponse

func (*GetPushRuleResponse) SetStatusCode added in v4.3.0

func (s *GetPushRuleResponse) SetStatusCode(v int32) *GetPushRuleResponse

func (GetPushRuleResponse) String added in v4.3.0

func (s GetPushRuleResponse) String() string

type GetPushRuleResponseBody added in v4.3.0

type GetPushRuleResponseBody struct {
	ErrorCode    *string                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetPushRuleResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetPushRuleResponseBody) GoString added in v4.3.0

func (s GetPushRuleResponseBody) GoString() string

func (*GetPushRuleResponseBody) SetErrorCode added in v4.3.0

func (*GetPushRuleResponseBody) SetErrorMessage added in v4.3.0

func (*GetPushRuleResponseBody) SetRequestId added in v4.3.0

func (*GetPushRuleResponseBody) SetResult added in v4.3.0

func (*GetPushRuleResponseBody) SetSuccess added in v4.3.0

func (GetPushRuleResponseBody) String added in v4.3.0

func (s GetPushRuleResponseBody) String() string

type GetPushRuleResponseBodyResult added in v4.3.0

type GetPushRuleResponseBodyResult struct {
	GmtCreate   *string                                   `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified *string                                   `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id          *int64                                    `json:"id,omitempty" xml:"id,omitempty"`
	RuleInfos   []*GetPushRuleResponseBodyResultRuleInfos `json:"ruleInfos,omitempty" xml:"ruleInfos,omitempty" type:"Repeated"`
}

func (GetPushRuleResponseBodyResult) GoString added in v4.3.0

func (*GetPushRuleResponseBodyResult) SetGmtCreate added in v4.3.0

func (*GetPushRuleResponseBodyResult) SetGmtModified added in v4.3.0

func (*GetPushRuleResponseBodyResult) SetId added in v4.3.0

func (*GetPushRuleResponseBodyResult) SetRuleInfos added in v4.3.0

func (GetPushRuleResponseBodyResult) String added in v4.3.0

type GetPushRuleResponseBodyResultRuleInfos added in v4.3.0

type GetPushRuleResponseBodyResultRuleInfos struct {
	CheckerName     *string   `json:"checkerName,omitempty" xml:"checkerName,omitempty"`
	CheckerType     *string   `json:"checkerType,omitempty" xml:"checkerType,omitempty"`
	ExtraMessage    *string   `json:"extraMessage,omitempty" xml:"extraMessage,omitempty"`
	FileRuleRegexes []*string `json:"fileRuleRegexes,omitempty" xml:"fileRuleRegexes,omitempty" type:"Repeated"`
}

func (GetPushRuleResponseBodyResultRuleInfos) GoString added in v4.3.0

func (*GetPushRuleResponseBodyResultRuleInfos) SetCheckerName added in v4.3.0

func (*GetPushRuleResponseBodyResultRuleInfos) SetCheckerType added in v4.3.0

func (*GetPushRuleResponseBodyResultRuleInfos) SetExtraMessage added in v4.3.0

func (*GetPushRuleResponseBodyResultRuleInfos) SetFileRuleRegexes added in v4.3.0

func (GetPushRuleResponseBodyResultRuleInfos) String added in v4.3.0

type GetRepositoryCommitRequest

type GetRepositoryCommitRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	ShowSignature  *bool   `json:"showSignature,omitempty" xml:"showSignature,omitempty"`
}

func (GetRepositoryCommitRequest) GoString

func (s GetRepositoryCommitRequest) GoString() string

func (*GetRepositoryCommitRequest) SetAccessToken

func (*GetRepositoryCommitRequest) SetOrganizationId

func (*GetRepositoryCommitRequest) SetShowSignature

func (GetRepositoryCommitRequest) String

type GetRepositoryCommitResponse

type GetRepositoryCommitResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetRepositoryCommitResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetRepositoryCommitResponse) GoString

func (s GetRepositoryCommitResponse) GoString() string

func (*GetRepositoryCommitResponse) SetBody

func (*GetRepositoryCommitResponse) SetHeaders

func (*GetRepositoryCommitResponse) SetStatusCode

func (GetRepositoryCommitResponse) String

type GetRepositoryCommitResponseBody

type GetRepositoryCommitResponseBody struct {
	ErrorCode    *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetRepositoryCommitResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetRepositoryCommitResponseBody) GoString

func (*GetRepositoryCommitResponseBody) SetErrorCode

func (*GetRepositoryCommitResponseBody) SetErrorMessage

func (*GetRepositoryCommitResponseBody) SetRequestId

func (*GetRepositoryCommitResponseBody) SetSuccess

func (GetRepositoryCommitResponseBody) String

type GetRepositoryCommitResponseBodyResult

type GetRepositoryCommitResponseBodyResult struct {
	Author         *GetRepositoryCommitResponseBodyResultAuthor    `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	AuthorEmail    *string                                         `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                         `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string                                         `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommentsCount  *int64                                          `json:"commentsCount,omitempty" xml:"commentsCount,omitempty"`
	CommittedDate  *string                                         `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	Committer      *GetRepositoryCommitResponseBodyResultCommitter `json:"committer,omitempty" xml:"committer,omitempty" type:"Struct"`
	CommitterEmail *string                                         `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                         `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                         `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                         `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                         `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                       `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                         `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Signature      *GetRepositoryCommitResponseBodyResultSignature `json:"signature,omitempty" xml:"signature,omitempty" type:"Struct"`
	Title          *string                                         `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetRepositoryCommitResponseBodyResult) GoString

func (*GetRepositoryCommitResponseBodyResult) SetAuthorEmail

func (*GetRepositoryCommitResponseBodyResult) SetAuthorName

func (*GetRepositoryCommitResponseBodyResult) SetAuthoredDate

func (*GetRepositoryCommitResponseBodyResult) SetCommentsCount

func (*GetRepositoryCommitResponseBodyResult) SetCommittedDate

func (*GetRepositoryCommitResponseBodyResult) SetCommitterEmail

func (*GetRepositoryCommitResponseBodyResult) SetCommitterName

func (*GetRepositoryCommitResponseBodyResult) SetCreatedAt

func (*GetRepositoryCommitResponseBodyResult) SetId

func (*GetRepositoryCommitResponseBodyResult) SetMessage

func (*GetRepositoryCommitResponseBodyResult) SetParentIds

func (*GetRepositoryCommitResponseBodyResult) SetShortId

func (*GetRepositoryCommitResponseBodyResult) SetTitle

func (GetRepositoryCommitResponseBodyResult) String

type GetRepositoryCommitResponseBodyResultAuthor

type GetRepositoryCommitResponseBodyResultAuthor struct {
	AvatarUrl  *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email      *string `json:"email,omitempty" xml:"email,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	State      *string `json:"state,omitempty" xml:"state,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	WebsiteUrl *string `json:"websiteUrl,omitempty" xml:"websiteUrl,omitempty"`
}

func (GetRepositoryCommitResponseBodyResultAuthor) GoString

func (*GetRepositoryCommitResponseBodyResultAuthor) SetAvatarUrl

func (*GetRepositoryCommitResponseBodyResultAuthor) SetEmail

func (*GetRepositoryCommitResponseBodyResultAuthor) SetId

func (*GetRepositoryCommitResponseBodyResultAuthor) SetName

func (*GetRepositoryCommitResponseBodyResultAuthor) SetState

func (*GetRepositoryCommitResponseBodyResultAuthor) SetUsername

func (*GetRepositoryCommitResponseBodyResultAuthor) SetWebsiteUrl

func (GetRepositoryCommitResponseBodyResultAuthor) String

type GetRepositoryCommitResponseBodyResultCommitter

type GetRepositoryCommitResponseBodyResultCommitter struct {
	AvatarUrl  *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email      *string `json:"email,omitempty" xml:"email,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	State      *string `json:"state,omitempty" xml:"state,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	WebsiteUrl *string `json:"websiteUrl,omitempty" xml:"websiteUrl,omitempty"`
}

func (GetRepositoryCommitResponseBodyResultCommitter) GoString

func (*GetRepositoryCommitResponseBodyResultCommitter) SetAvatarUrl

func (*GetRepositoryCommitResponseBodyResultCommitter) SetEmail

func (*GetRepositoryCommitResponseBodyResultCommitter) SetId

func (*GetRepositoryCommitResponseBodyResultCommitter) SetName

func (*GetRepositoryCommitResponseBodyResultCommitter) SetState

func (*GetRepositoryCommitResponseBodyResultCommitter) SetUsername

func (*GetRepositoryCommitResponseBodyResultCommitter) SetWebsiteUrl

func (GetRepositoryCommitResponseBodyResultCommitter) String

type GetRepositoryCommitResponseBodyResultSignature

type GetRepositoryCommitResponseBodyResultSignature struct {
	GpgKeyId           *string `json:"gpgKeyId,omitempty" xml:"gpgKeyId,omitempty"`
	VerificationStatus *string `json:"verificationStatus,omitempty" xml:"verificationStatus,omitempty"`
}

func (GetRepositoryCommitResponseBodyResultSignature) GoString

func (*GetRepositoryCommitResponseBodyResultSignature) SetGpgKeyId

func (*GetRepositoryCommitResponseBodyResultSignature) SetVerificationStatus

func (GetRepositoryCommitResponseBodyResultSignature) String

type GetRepositoryRequest

type GetRepositoryRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Identity       *string `json:"identity,omitempty" xml:"identity,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetRepositoryRequest) GoString

func (s GetRepositoryRequest) GoString() string

func (*GetRepositoryRequest) SetAccessToken

func (s *GetRepositoryRequest) SetAccessToken(v string) *GetRepositoryRequest

func (*GetRepositoryRequest) SetIdentity

func (*GetRepositoryRequest) SetOrganizationId

func (s *GetRepositoryRequest) SetOrganizationId(v string) *GetRepositoryRequest

func (GetRepositoryRequest) String

func (s GetRepositoryRequest) String() string

type GetRepositoryResponse

type GetRepositoryResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetRepositoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetRepositoryResponse) GoString

func (s GetRepositoryResponse) GoString() string

func (*GetRepositoryResponse) SetBody

func (*GetRepositoryResponse) SetHeaders

func (*GetRepositoryResponse) SetStatusCode

func (s *GetRepositoryResponse) SetStatusCode(v int32) *GetRepositoryResponse

func (GetRepositoryResponse) String

func (s GetRepositoryResponse) String() string

type GetRepositoryResponseBody

type GetRepositoryResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Repository   *GetRepositoryResponseBodyRepository `json:"repository,omitempty" xml:"repository,omitempty" type:"Struct"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetRepositoryResponseBody) GoString

func (s GetRepositoryResponseBody) GoString() string

func (*GetRepositoryResponseBody) SetErrorCode

func (*GetRepositoryResponseBody) SetErrorMessage

func (*GetRepositoryResponseBody) SetRepository

func (*GetRepositoryResponseBody) SetRequestId

func (*GetRepositoryResponseBody) SetSuccess

func (GetRepositoryResponseBody) String

func (s GetRepositoryResponseBody) String() string

type GetRepositoryResponseBodyRepository

type GetRepositoryResponseBodyRepository struct {
	Archive             *bool                                         `json:"archive,omitempty" xml:"archive,omitempty"`
	AvatarUrl           *string                                       `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	CreatedAt           *string                                       `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	CreatorId           *int64                                        `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	DefaultBranch       *string                                       `json:"defaultBranch,omitempty" xml:"defaultBranch,omitempty"`
	DemoProjectStatus   *bool                                         `json:"demoProjectStatus,omitempty" xml:"demoProjectStatus,omitempty"`
	Description         *string                                       `json:"description,omitempty" xml:"description,omitempty"`
	HttpUrlToRepository *string                                       `json:"httpUrlToRepository,omitempty" xml:"httpUrlToRepository,omitempty"`
	Id                  *int64                                        `json:"id,omitempty" xml:"id,omitempty"`
	LastActivityAt      *string                                       `json:"lastActivityAt,omitempty" xml:"lastActivityAt,omitempty"`
	Name                *string                                       `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace   *string                                       `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	Namespace           *GetRepositoryResponseBodyRepositoryNamespace `json:"namespace,omitempty" xml:"namespace,omitempty" type:"Struct"`
	Path                *string                                       `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace   *string                                       `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	SshUrlToRepository  *string                                       `json:"sshUrlToRepository,omitempty" xml:"sshUrlToRepository,omitempty"`
	VisibilityLevel     *int32                                        `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl              *string                                       `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (GetRepositoryResponseBodyRepository) GoString

func (*GetRepositoryResponseBodyRepository) SetArchive

func (*GetRepositoryResponseBodyRepository) SetAvatarUrl

func (*GetRepositoryResponseBodyRepository) SetCreatedAt

func (*GetRepositoryResponseBodyRepository) SetCreatorId

func (*GetRepositoryResponseBodyRepository) SetDefaultBranch

func (*GetRepositoryResponseBodyRepository) SetDemoProjectStatus

func (*GetRepositoryResponseBodyRepository) SetDescription

func (*GetRepositoryResponseBodyRepository) SetHttpUrlToRepository

func (*GetRepositoryResponseBodyRepository) SetId

func (*GetRepositoryResponseBodyRepository) SetLastActivityAt

func (*GetRepositoryResponseBodyRepository) SetName

func (*GetRepositoryResponseBodyRepository) SetNameWithNamespace

func (*GetRepositoryResponseBodyRepository) SetPath

func (*GetRepositoryResponseBodyRepository) SetPathWithNamespace

func (*GetRepositoryResponseBodyRepository) SetSshUrlToRepository

func (*GetRepositoryResponseBodyRepository) SetVisibilityLevel

func (*GetRepositoryResponseBodyRepository) SetWebUrl

func (GetRepositoryResponseBodyRepository) String

type GetRepositoryResponseBodyRepositoryNamespace

type GetRepositoryResponseBodyRepositoryNamespace struct {
	Avatar      *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	CreatedAt   *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	// id
	Id              *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	OwnerId         *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	UpdatedAt       *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
}

func (GetRepositoryResponseBodyRepositoryNamespace) GoString

func (*GetRepositoryResponseBodyRepositoryNamespace) SetAvatar

func (*GetRepositoryResponseBodyRepositoryNamespace) SetCreatedAt

func (*GetRepositoryResponseBodyRepositoryNamespace) SetDescription

func (*GetRepositoryResponseBodyRepositoryNamespace) SetId

func (*GetRepositoryResponseBodyRepositoryNamespace) SetName

func (*GetRepositoryResponseBodyRepositoryNamespace) SetOwnerId

func (*GetRepositoryResponseBodyRepositoryNamespace) SetPath

func (*GetRepositoryResponseBodyRepositoryNamespace) SetUpdatedAt

func (*GetRepositoryResponseBodyRepositoryNamespace) SetVisibilityLevel

func (GetRepositoryResponseBodyRepositoryNamespace) String

type GetRepositoryTagRequest

type GetRepositoryTagRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	TagName        *string `json:"tagName,omitempty" xml:"tagName,omitempty"`
}

func (GetRepositoryTagRequest) GoString

func (s GetRepositoryTagRequest) GoString() string

func (*GetRepositoryTagRequest) SetAccessToken

func (*GetRepositoryTagRequest) SetOrganizationId

func (s *GetRepositoryTagRequest) SetOrganizationId(v string) *GetRepositoryTagRequest

func (*GetRepositoryTagRequest) SetTagName

func (GetRepositoryTagRequest) String

func (s GetRepositoryTagRequest) String() string

type GetRepositoryTagResponse

type GetRepositoryTagResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetRepositoryTagResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetRepositoryTagResponse) GoString

func (s GetRepositoryTagResponse) GoString() string

func (*GetRepositoryTagResponse) SetBody

func (*GetRepositoryTagResponse) SetHeaders

func (*GetRepositoryTagResponse) SetStatusCode

func (GetRepositoryTagResponse) String

func (s GetRepositoryTagResponse) String() string

type GetRepositoryTagResponseBody

type GetRepositoryTagResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetRepositoryTagResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetRepositoryTagResponseBody) GoString

func (s GetRepositoryTagResponseBody) GoString() string

func (*GetRepositoryTagResponseBody) SetErrorCode

func (*GetRepositoryTagResponseBody) SetErrorMessage

func (*GetRepositoryTagResponseBody) SetRequestId

func (*GetRepositoryTagResponseBody) SetResult

func (*GetRepositoryTagResponseBody) SetSuccess

func (GetRepositoryTagResponseBody) String

type GetRepositoryTagResponseBodyResult

type GetRepositoryTagResponseBodyResult struct {
	Commit  *GetRepositoryTagResponseBodyResultCommit `json:"commit,omitempty" xml:"commit,omitempty" type:"Struct"`
	Id      *string                                   `json:"id,omitempty" xml:"id,omitempty"`
	Message *string                                   `json:"message,omitempty" xml:"message,omitempty"`
	Name    *string                                   `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetRepositoryTagResponseBodyResult) GoString

func (*GetRepositoryTagResponseBodyResult) SetId

func (*GetRepositoryTagResponseBodyResult) SetMessage

func (*GetRepositoryTagResponseBodyResult) SetName

func (GetRepositoryTagResponseBodyResult) String

type GetRepositoryTagResponseBodyResultCommit

type GetRepositoryTagResponseBodyResultCommit struct {
	AuthorEmail    *string                                            `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                            `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string                                            `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommittedDate  *string                                            `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	CommitterEmail *string                                            `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                            `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                            `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                            `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                            `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                          `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                            `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Signature      *GetRepositoryTagResponseBodyResultCommitSignature `json:"signature,omitempty" xml:"signature,omitempty" type:"Struct"`
	Title          *string                                            `json:"title,omitempty" xml:"title,omitempty"`
}

func (GetRepositoryTagResponseBodyResultCommit) GoString

func (*GetRepositoryTagResponseBodyResultCommit) SetAuthorEmail

func (*GetRepositoryTagResponseBodyResultCommit) SetAuthorName

func (*GetRepositoryTagResponseBodyResultCommit) SetAuthoredDate

func (*GetRepositoryTagResponseBodyResultCommit) SetCommittedDate

func (*GetRepositoryTagResponseBodyResultCommit) SetCommitterEmail

func (*GetRepositoryTagResponseBodyResultCommit) SetCommitterName

func (*GetRepositoryTagResponseBodyResultCommit) SetCreatedAt

func (*GetRepositoryTagResponseBodyResultCommit) SetId

func (*GetRepositoryTagResponseBodyResultCommit) SetMessage

func (*GetRepositoryTagResponseBodyResultCommit) SetParentIds

func (*GetRepositoryTagResponseBodyResultCommit) SetShortId

func (*GetRepositoryTagResponseBodyResultCommit) SetTitle

func (GetRepositoryTagResponseBodyResultCommit) String

type GetRepositoryTagResponseBodyResultCommitSignature

type GetRepositoryTagResponseBodyResultCommitSignature struct {
	GpgKeyId           *string `json:"gpgKeyId,omitempty" xml:"gpgKeyId,omitempty"`
	VerificationStatus *string `json:"verificationStatus,omitempty" xml:"verificationStatus,omitempty"`
}

func (GetRepositoryTagResponseBodyResultCommitSignature) GoString

func (*GetRepositoryTagResponseBodyResultCommitSignature) SetGpgKeyId

func (*GetRepositoryTagResponseBodyResultCommitSignature) SetVerificationStatus

func (GetRepositoryTagResponseBodyResultCommitSignature) String

type GetSearchCodePreviewRequest

type GetSearchCodePreviewRequest struct {
	DocId          *string `json:"docId,omitempty" xml:"docId,omitempty"`
	IsDsl          *bool   `json:"isDsl,omitempty" xml:"isDsl,omitempty"`
	Keyword        *string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetSearchCodePreviewRequest) GoString

func (s GetSearchCodePreviewRequest) GoString() string

func (*GetSearchCodePreviewRequest) SetDocId

func (*GetSearchCodePreviewRequest) SetIsDsl

func (*GetSearchCodePreviewRequest) SetKeyword

func (*GetSearchCodePreviewRequest) SetOrganizationId

func (GetSearchCodePreviewRequest) String

type GetSearchCodePreviewResponse

type GetSearchCodePreviewResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetSearchCodePreviewResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetSearchCodePreviewResponse) GoString

func (s GetSearchCodePreviewResponse) GoString() string

func (*GetSearchCodePreviewResponse) SetBody

func (*GetSearchCodePreviewResponse) SetHeaders

func (*GetSearchCodePreviewResponse) SetStatusCode

func (GetSearchCodePreviewResponse) String

type GetSearchCodePreviewResponseBody

type GetSearchCodePreviewResponseBody struct {
	ErrorCode    *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetSearchCodePreviewResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetSearchCodePreviewResponseBody) GoString

func (*GetSearchCodePreviewResponseBody) SetErrorCode

func (*GetSearchCodePreviewResponseBody) SetErrorMessage

func (*GetSearchCodePreviewResponseBody) SetRequestId

func (*GetSearchCodePreviewResponseBody) SetSuccess

func (GetSearchCodePreviewResponseBody) String

type GetSearchCodePreviewResponseBodyResult

type GetSearchCodePreviewResponseBodyResult struct {
	DocId            *string                                                 `json:"docId,omitempty" xml:"docId,omitempty"`
	HighlightTextMap *GetSearchCodePreviewResponseBodyResultHighlightTextMap `json:"highlightTextMap,omitempty" xml:"highlightTextMap,omitempty" type:"Struct"`
	Source           *GetSearchCodePreviewResponseBodyResultSource           `json:"source,omitempty" xml:"source,omitempty" type:"Struct"`
}

func (GetSearchCodePreviewResponseBodyResult) GoString

func (*GetSearchCodePreviewResponseBodyResult) SetDocId

func (GetSearchCodePreviewResponseBodyResult) String

type GetSearchCodePreviewResponseBodyResultHighlightTextMap

type GetSearchCodePreviewResponseBodyResultHighlightTextMap struct {
	Clob           *string `json:"clob,omitempty" xml:"clob,omitempty"`
	FileName       *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetSearchCodePreviewResponseBodyResultHighlightTextMap) GoString

func (*GetSearchCodePreviewResponseBodyResultHighlightTextMap) SetClob

func (*GetSearchCodePreviewResponseBodyResultHighlightTextMap) SetFileName

func (*GetSearchCodePreviewResponseBodyResultHighlightTextMap) SetOrganizationId

func (GetSearchCodePreviewResponseBodyResultHighlightTextMap) String

type GetSearchCodePreviewResponseBodyResultSource

type GetSearchCodePreviewResponseBodyResultSource struct {
	Branch         *string `json:"branch,omitempty" xml:"branch,omitempty"`
	CheckinDate    *string `json:"checkinDate,omitempty" xml:"checkinDate,omitempty"`
	FileName       *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	FilePath       *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	Language       *string `json:"language,omitempty" xml:"language,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepoPath       *string `json:"repoPath,omitempty" xml:"repoPath,omitempty"`
}

func (GetSearchCodePreviewResponseBodyResultSource) GoString

func (*GetSearchCodePreviewResponseBodyResultSource) SetBranch

func (*GetSearchCodePreviewResponseBodyResultSource) SetCheckinDate

func (*GetSearchCodePreviewResponseBodyResultSource) SetFileName

func (*GetSearchCodePreviewResponseBodyResultSource) SetFilePath

func (*GetSearchCodePreviewResponseBodyResultSource) SetLanguage

func (*GetSearchCodePreviewResponseBodyResultSource) SetOrganizationId

func (*GetSearchCodePreviewResponseBodyResultSource) SetRepoPath

func (GetSearchCodePreviewResponseBodyResultSource) String

type GetSprintInfoResponse

type GetSprintInfoResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetSprintInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetSprintInfoResponse) GoString

func (s GetSprintInfoResponse) GoString() string

func (*GetSprintInfoResponse) SetBody

func (*GetSprintInfoResponse) SetHeaders

func (*GetSprintInfoResponse) SetStatusCode

func (s *GetSprintInfoResponse) SetStatusCode(v int32) *GetSprintInfoResponse

func (GetSprintInfoResponse) String

func (s GetSprintInfoResponse) String() string

type GetSprintInfoResponseBody

type GetSprintInfoResponseBody struct {
	ErrorCode    *string                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                          `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                          `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Sprint       *GetSprintInfoResponseBodySprint `json:"sprint,omitempty" xml:"sprint,omitempty" type:"Struct"`
	Success      *bool                            `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetSprintInfoResponseBody) GoString

func (s GetSprintInfoResponseBody) GoString() string

func (*GetSprintInfoResponseBody) SetErrorCode

func (*GetSprintInfoResponseBody) SetErrorMessage

func (*GetSprintInfoResponseBody) SetRequestId

func (*GetSprintInfoResponseBody) SetSprint

func (*GetSprintInfoResponseBody) SetSuccess

func (GetSprintInfoResponseBody) String

func (s GetSprintInfoResponseBody) String() string

type GetSprintInfoResponseBodySprint

type GetSprintInfoResponseBodySprint struct {
	Creator         *string   `json:"creator,omitempty" xml:"creator,omitempty"`
	Description     *string   `json:"description,omitempty" xml:"description,omitempty"`
	EndDate         *int64    `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GmtCreate       *int64    `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified     *int64    `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier      *string   `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier        *string   `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name            *string   `json:"name,omitempty" xml:"name,omitempty"`
	Owners          []*string `json:"owners,omitempty" xml:"owners,omitempty" type:"Repeated"`
	Scope           *string   `json:"scope,omitempty" xml:"scope,omitempty"`
	SpaceIdentifier *string   `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	StartDate       *int64    `json:"startDate,omitempty" xml:"startDate,omitempty"`
	Status          *string   `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetSprintInfoResponseBodySprint) GoString

func (*GetSprintInfoResponseBodySprint) SetCreator

func (*GetSprintInfoResponseBodySprint) SetDescription

func (*GetSprintInfoResponseBodySprint) SetEndDate

func (*GetSprintInfoResponseBodySprint) SetGmtCreate

func (*GetSprintInfoResponseBodySprint) SetGmtModified

func (*GetSprintInfoResponseBodySprint) SetIdentifier

func (*GetSprintInfoResponseBodySprint) SetModifier

func (*GetSprintInfoResponseBodySprint) SetName

func (*GetSprintInfoResponseBodySprint) SetOwners

func (*GetSprintInfoResponseBodySprint) SetScope

func (*GetSprintInfoResponseBodySprint) SetSpaceIdentifier

func (*GetSprintInfoResponseBodySprint) SetStartDate

func (*GetSprintInfoResponseBodySprint) SetStatus

func (GetSprintInfoResponseBodySprint) String

type GetTestResultListRequest

type GetTestResultListRequest struct {
	Conditions          *string `json:"conditions,omitempty" xml:"conditions,omitempty"`
	DirectoryIdentifier *string `json:"directoryIdentifier,omitempty" xml:"directoryIdentifier,omitempty"`
}

func (GetTestResultListRequest) GoString

func (s GetTestResultListRequest) GoString() string

func (*GetTestResultListRequest) SetConditions

func (*GetTestResultListRequest) SetDirectoryIdentifier

func (s *GetTestResultListRequest) SetDirectoryIdentifier(v string) *GetTestResultListRequest

func (GetTestResultListRequest) String

func (s GetTestResultListRequest) String() string

type GetTestResultListResponse

type GetTestResultListResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetTestResultListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetTestResultListResponse) GoString

func (s GetTestResultListResponse) GoString() string

func (*GetTestResultListResponse) SetBody

func (*GetTestResultListResponse) SetHeaders

func (*GetTestResultListResponse) SetStatusCode

func (GetTestResultListResponse) String

func (s GetTestResultListResponse) String() string

type GetTestResultListResponseBody

type GetTestResultListResponseBody struct {
	ErrorCode  *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string                                    `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId  *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success    *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
	TestResult []*GetTestResultListResponseBodyTestResult `json:"testResult,omitempty" xml:"testResult,omitempty" type:"Repeated"`
}

func (GetTestResultListResponseBody) GoString

func (*GetTestResultListResponseBody) SetErrorCode

func (*GetTestResultListResponseBody) SetErrorMsg

func (*GetTestResultListResponseBody) SetRequestId

func (*GetTestResultListResponseBody) SetSuccess

func (*GetTestResultListResponseBody) SetTestResult

func (GetTestResultListResponseBody) String

type GetTestResultListResponseBodyTestResult

type GetTestResultListResponseBodyTestResult struct {
	AssignedTo           *GetTestResultListResponseBodyTestResultAssignedTo         `json:"assignedTo,omitempty" xml:"assignedTo,omitempty" type:"Struct"`
	BugCount             *int64                                                     `json:"bugCount,omitempty" xml:"bugCount,omitempty"`
	CategoryIdentifier   *string                                                    `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	CustomFields         []*GetTestResultListResponseBodyTestResultCustomFields     `json:"customFields,omitempty" xml:"customFields,omitempty" type:"Repeated"`
	GmtCreate            *int64                                                     `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	SpaceIdentifier      *string                                                    `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	Subject              *string                                                    `json:"subject,omitempty" xml:"subject,omitempty"`
	TestResultExecutor   *GetTestResultListResponseBodyTestResultTestResultExecutor `json:"testResultExecutor,omitempty" xml:"testResultExecutor,omitempty" type:"Struct"`
	TestResultGmtCreate  *int64                                                     `json:"testResultGmtCreate,omitempty" xml:"testResultGmtCreate,omitempty"`
	TestResultIdentifier *string                                                    `json:"testResultIdentifier,omitempty" xml:"testResultIdentifier,omitempty"`
	TestResultStatus     *string                                                    `json:"testResultStatus,omitempty" xml:"testResultStatus,omitempty"`
	TestcaseIdentifier   *string                                                    `json:"testcaseIdentifier,omitempty" xml:"testcaseIdentifier,omitempty"`
}

func (GetTestResultListResponseBodyTestResult) GoString

func (*GetTestResultListResponseBodyTestResult) SetBugCount

func (*GetTestResultListResponseBodyTestResult) SetCategoryIdentifier

func (*GetTestResultListResponseBodyTestResult) SetGmtCreate

func (*GetTestResultListResponseBodyTestResult) SetSpaceIdentifier

func (*GetTestResultListResponseBodyTestResult) SetSubject

func (*GetTestResultListResponseBodyTestResult) SetTestResultGmtCreate

func (*GetTestResultListResponseBodyTestResult) SetTestResultIdentifier

func (*GetTestResultListResponseBodyTestResult) SetTestResultStatus

func (*GetTestResultListResponseBodyTestResult) SetTestcaseIdentifier

func (GetTestResultListResponseBodyTestResult) String

type GetTestResultListResponseBodyTestResultAssignedTo

type GetTestResultListResponseBodyTestResultAssignedTo struct {
	AssignedToIdenttifier *string `json:"assignedToIdenttifier,omitempty" xml:"assignedToIdenttifier,omitempty"`
	Name                  *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetTestResultListResponseBodyTestResultAssignedTo) GoString

func (*GetTestResultListResponseBodyTestResultAssignedTo) SetAssignedToIdenttifier

func (*GetTestResultListResponseBodyTestResultAssignedTo) SetName

func (GetTestResultListResponseBodyTestResultAssignedTo) String

type GetTestResultListResponseBodyTestResultCustomFields

type GetTestResultListResponseBodyTestResultCustomFields struct {
	FieldClassName  *string `json:"fieldClassName,omitempty" xml:"fieldClassName,omitempty"`
	FieldFormat     *string `json:"fieldFormat,omitempty" xml:"fieldFormat,omitempty"`
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (GetTestResultListResponseBodyTestResultCustomFields) GoString

func (*GetTestResultListResponseBodyTestResultCustomFields) SetFieldClassName

func (*GetTestResultListResponseBodyTestResultCustomFields) SetFieldFormat

func (*GetTestResultListResponseBodyTestResultCustomFields) SetFieldIdentifier

func (*GetTestResultListResponseBodyTestResultCustomFields) SetValue

func (GetTestResultListResponseBodyTestResultCustomFields) String

type GetTestResultListResponseBodyTestResultTestResultExecutor

type GetTestResultListResponseBodyTestResultTestResultExecutor struct {
	ExecutorIdentifier *string `json:"executorIdentifier,omitempty" xml:"executorIdentifier,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetTestResultListResponseBodyTestResultTestResultExecutor) GoString

func (*GetTestResultListResponseBodyTestResultTestResultExecutor) SetExecutorIdentifier

func (*GetTestResultListResponseBodyTestResultTestResultExecutor) SetName

func (GetTestResultListResponseBodyTestResultTestResultExecutor) String

type GetTestcaseListRequest

type GetTestcaseListRequest struct {
	Conditions          *string `json:"conditions,omitempty" xml:"conditions,omitempty"`
	DirectoryIdentifier *string `json:"directoryIdentifier,omitempty" xml:"directoryIdentifier,omitempty"`
	MaxResult           *string `json:"maxResult,omitempty" xml:"maxResult,omitempty"`
	NextToken           *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	SpaceIdentifier     *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
}

func (GetTestcaseListRequest) GoString

func (s GetTestcaseListRequest) GoString() string

func (*GetTestcaseListRequest) SetConditions

func (*GetTestcaseListRequest) SetDirectoryIdentifier

func (s *GetTestcaseListRequest) SetDirectoryIdentifier(v string) *GetTestcaseListRequest

func (*GetTestcaseListRequest) SetMaxResult

func (*GetTestcaseListRequest) SetNextToken

func (*GetTestcaseListRequest) SetSpaceIdentifier

func (s *GetTestcaseListRequest) SetSpaceIdentifier(v string) *GetTestcaseListRequest

func (GetTestcaseListRequest) String

func (s GetTestcaseListRequest) String() string

type GetTestcaseListResponse

type GetTestcaseListResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetTestcaseListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetTestcaseListResponse) GoString

func (s GetTestcaseListResponse) GoString() string

func (*GetTestcaseListResponse) SetBody

func (*GetTestcaseListResponse) SetHeaders

func (*GetTestcaseListResponse) SetStatusCode

func (GetTestcaseListResponse) String

func (s GetTestcaseListResponse) String() string

type GetTestcaseListResponseBody

type GetTestcaseListResponseBody struct {
	ErrorCode  *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string                                `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	MaxResults *int64                                 `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string                                `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId  *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success    *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
	Testcase   []*GetTestcaseListResponseBodyTestcase `json:"testcase,omitempty" xml:"testcase,omitempty" type:"Repeated"`
	TotalCount *int64                                 `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (GetTestcaseListResponseBody) GoString

func (s GetTestcaseListResponseBody) GoString() string

func (*GetTestcaseListResponseBody) SetErrorCode

func (*GetTestcaseListResponseBody) SetErrorMsg

func (*GetTestcaseListResponseBody) SetMaxResults

func (*GetTestcaseListResponseBody) SetNextToken

func (*GetTestcaseListResponseBody) SetRequestId

func (*GetTestcaseListResponseBody) SetSuccess

func (*GetTestcaseListResponseBody) SetTestcase

func (*GetTestcaseListResponseBody) SetTotalCount

func (GetTestcaseListResponseBody) String

type GetTestcaseListResponseBodyTestcase

type GetTestcaseListResponseBodyTestcase struct {
	AssignedTo         *GetTestcaseListResponseBodyTestcaseAssignedTo     `json:"assignedTo,omitempty" xml:"assignedTo,omitempty" type:"Struct"`
	CategoryIdentifier *string                                            `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	CustomFields       []*GetTestcaseListResponseBodyTestcaseCustomFields `json:"customFields,omitempty" xml:"customFields,omitempty" type:"Repeated"`
	GmtCreate          *int64                                             `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	Identifier         *string                                            `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Space              *GetTestcaseListResponseBodyTestcaseSpace          `json:"space,omitempty" xml:"space,omitempty" type:"Struct"`
	Subject            *string                                            `json:"subject,omitempty" xml:"subject,omitempty"`
	Tags               []*GetTestcaseListResponseBodyTestcaseTags         `json:"tags,omitempty" xml:"tags,omitempty" type:"Repeated"`
}

func (GetTestcaseListResponseBodyTestcase) GoString

func (*GetTestcaseListResponseBodyTestcase) SetCategoryIdentifier

func (*GetTestcaseListResponseBodyTestcase) SetGmtCreate

func (*GetTestcaseListResponseBodyTestcase) SetIdentifier

func (*GetTestcaseListResponseBodyTestcase) SetSubject

func (GetTestcaseListResponseBodyTestcase) String

type GetTestcaseListResponseBodyTestcaseAssignedTo

type GetTestcaseListResponseBodyTestcaseAssignedTo struct {
	AssignedToIdenttifier *string `json:"assignedToIdenttifier,omitempty" xml:"assignedToIdenttifier,omitempty"`
	Name                  *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetTestcaseListResponseBodyTestcaseAssignedTo) GoString

func (*GetTestcaseListResponseBodyTestcaseAssignedTo) SetAssignedToIdenttifier

func (*GetTestcaseListResponseBodyTestcaseAssignedTo) SetName

func (GetTestcaseListResponseBodyTestcaseAssignedTo) String

type GetTestcaseListResponseBodyTestcaseCustomFields

type GetTestcaseListResponseBodyTestcaseCustomFields struct {
	FieldClassName  *string `json:"fieldClassName,omitempty" xml:"fieldClassName,omitempty"`
	FieldFormat     *string `json:"fieldFormat,omitempty" xml:"fieldFormat,omitempty"`
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (GetTestcaseListResponseBodyTestcaseCustomFields) GoString

func (*GetTestcaseListResponseBodyTestcaseCustomFields) SetFieldClassName

func (*GetTestcaseListResponseBodyTestcaseCustomFields) SetFieldFormat

func (*GetTestcaseListResponseBodyTestcaseCustomFields) SetFieldIdentifier

func (*GetTestcaseListResponseBodyTestcaseCustomFields) SetValue

func (GetTestcaseListResponseBodyTestcaseCustomFields) String

type GetTestcaseListResponseBodyTestcaseSpace

type GetTestcaseListResponseBodyTestcaseSpace struct {
	SpaceIdentifier *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	Type            *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetTestcaseListResponseBodyTestcaseSpace) GoString

func (*GetTestcaseListResponseBodyTestcaseSpace) SetSpaceIdentifier

func (*GetTestcaseListResponseBodyTestcaseSpace) SetType

func (GetTestcaseListResponseBodyTestcaseSpace) String

type GetTestcaseListResponseBodyTestcaseTags

type GetTestcaseListResponseBodyTestcaseTags struct {
	Name          *string `json:"name,omitempty" xml:"name,omitempty"`
	TagIdentifier *string `json:"tagIdentifier,omitempty" xml:"tagIdentifier,omitempty"`
}

func (GetTestcaseListResponseBodyTestcaseTags) GoString

func (*GetTestcaseListResponseBodyTestcaseTags) SetName

func (*GetTestcaseListResponseBodyTestcaseTags) SetTagIdentifier

func (GetTestcaseListResponseBodyTestcaseTags) String

type GetUserInfoRequest

type GetUserInfoRequest struct {
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (GetUserInfoRequest) GoString

func (s GetUserInfoRequest) GoString() string

func (*GetUserInfoRequest) SetOrganizationId

func (s *GetUserInfoRequest) SetOrganizationId(v string) *GetUserInfoRequest

func (GetUserInfoRequest) String

func (s GetUserInfoRequest) String() string

type GetUserInfoResponse

type GetUserInfoResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetUserInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetUserInfoResponse) GoString

func (s GetUserInfoResponse) GoString() string

func (*GetUserInfoResponse) SetBody

func (*GetUserInfoResponse) SetHeaders

func (s *GetUserInfoResponse) SetHeaders(v map[string]*string) *GetUserInfoResponse

func (*GetUserInfoResponse) SetStatusCode

func (s *GetUserInfoResponse) SetStatusCode(v int32) *GetUserInfoResponse

func (GetUserInfoResponse) String

func (s GetUserInfoResponse) String() string

type GetUserInfoResponseBody

type GetUserInfoResponseBody struct {
	ErrorCode    *string                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *GetUserInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetUserInfoResponseBody) GoString

func (s GetUserInfoResponseBody) GoString() string

func (*GetUserInfoResponseBody) SetErrorCode

func (*GetUserInfoResponseBody) SetErrorMessage

func (*GetUserInfoResponseBody) SetRequestId

func (*GetUserInfoResponseBody) SetResult

func (*GetUserInfoResponseBody) SetSuccess

func (GetUserInfoResponseBody) String

func (s GetUserInfoResponseBody) String() string

type GetUserInfoResponseBodyResult

type GetUserInfoResponseBodyResult struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GetUserInfoResponseBodyResult) GoString

func (*GetUserInfoResponseBodyResult) SetAvatarUrl

func (*GetUserInfoResponseBodyResult) SetEmail

func (*GetUserInfoResponseBodyResult) SetId

func (*GetUserInfoResponseBodyResult) SetName

func (*GetUserInfoResponseBodyResult) SetUsername

func (GetUserInfoResponseBodyResult) String

type GetVMDeployOrderResponse

type GetVMDeployOrderResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetVMDeployOrderResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetVMDeployOrderResponse) GoString

func (s GetVMDeployOrderResponse) GoString() string

func (*GetVMDeployOrderResponse) SetBody

func (*GetVMDeployOrderResponse) SetHeaders

func (*GetVMDeployOrderResponse) SetStatusCode

func (GetVMDeployOrderResponse) String

func (s GetVMDeployOrderResponse) String() string

type GetVMDeployOrderResponseBody

type GetVMDeployOrderResponseBody struct {
	DeployOrder  *GetVMDeployOrderResponseBodyDeployOrder `json:"deployOrder,omitempty" xml:"deployOrder,omitempty" type:"Struct"`
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetVMDeployOrderResponseBody) GoString

func (s GetVMDeployOrderResponseBody) GoString() string

func (*GetVMDeployOrderResponseBody) SetErrorCode

func (*GetVMDeployOrderResponseBody) SetErrorMessage

func (*GetVMDeployOrderResponseBody) SetRequestId

func (*GetVMDeployOrderResponseBody) SetSuccess

func (GetVMDeployOrderResponseBody) String

type GetVMDeployOrderResponseBodyDeployOrder

type GetVMDeployOrderResponseBodyDeployOrder struct {
	Actions           []*GetVMDeployOrderResponseBodyDeployOrderActions         `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"`
	CreateTime        *int64                                                    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator           *string                                                   `json:"creator,omitempty" xml:"creator,omitempty"`
	CurrentBatch      *int32                                                    `json:"currentBatch,omitempty" xml:"currentBatch,omitempty"`
	DeployMachineInfo *GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfo `json:"deployMachineInfo,omitempty" xml:"deployMachineInfo,omitempty" type:"Struct"`
	DeployOrderId     *string                                                   `json:"deployOrderId,omitempty" xml:"deployOrderId,omitempty"`
	ExceptionCode     *string                                                   `json:"exceptionCode,omitempty" xml:"exceptionCode,omitempty"`
	Status            *string                                                   `json:"status,omitempty" xml:"status,omitempty"`
	TotalBatch        *int32                                                    `json:"totalBatch,omitempty" xml:"totalBatch,omitempty"`
	UpdateTime        *int64                                                    `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (GetVMDeployOrderResponseBodyDeployOrder) GoString

func (*GetVMDeployOrderResponseBodyDeployOrder) SetCreateTime

func (*GetVMDeployOrderResponseBodyDeployOrder) SetCreator

func (*GetVMDeployOrderResponseBodyDeployOrder) SetCurrentBatch

func (*GetVMDeployOrderResponseBodyDeployOrder) SetDeployOrderId

func (*GetVMDeployOrderResponseBodyDeployOrder) SetExceptionCode

func (*GetVMDeployOrderResponseBodyDeployOrder) SetStatus

func (*GetVMDeployOrderResponseBodyDeployOrder) SetTotalBatch

func (*GetVMDeployOrderResponseBodyDeployOrder) SetUpdateTime

func (GetVMDeployOrderResponseBodyDeployOrder) String

type GetVMDeployOrderResponseBodyDeployOrderActions

type GetVMDeployOrderResponseBodyDeployOrderActions struct {
	Disable *bool       `json:"disable,omitempty" xml:"disable,omitempty"`
	Params  interface{} `json:"params,omitempty" xml:"params,omitempty"`
	Type    *string     `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetVMDeployOrderResponseBodyDeployOrderActions) GoString

func (*GetVMDeployOrderResponseBodyDeployOrderActions) SetDisable

func (*GetVMDeployOrderResponseBodyDeployOrderActions) SetParams

func (*GetVMDeployOrderResponseBodyDeployOrderActions) SetType

func (GetVMDeployOrderResponseBodyDeployOrderActions) String

type GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfo

type GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfo struct {
	BatchNum       *int32                                                                    `json:"batchNum,omitempty" xml:"batchNum,omitempty"`
	DeployMachines []*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines `json:"deployMachines,omitempty" xml:"deployMachines,omitempty" type:"Repeated"`
	HostGroupId    *int64                                                                    `json:"hostGroupId,omitempty" xml:"hostGroupId,omitempty"`
}

func (GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfo) GoString

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfo) SetBatchNum

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfo) SetHostGroupId

func (GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfo) String

type GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines

type GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines struct {
	Actions      []*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions `json:"actions,omitempty" xml:"actions,omitempty" type:"Repeated"`
	BatchNum     *int32                                                                           `json:"batchNum,omitempty" xml:"batchNum,omitempty"`
	ClientStatus *string                                                                          `json:"clientStatus,omitempty" xml:"clientStatus,omitempty"`
	CreateTime   *int64                                                                           `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Ip           *string                                                                          `json:"ip,omitempty" xml:"ip,omitempty"`
	MachineSn    *string                                                                          `json:"machineSn,omitempty" xml:"machineSn,omitempty"`
	Status       *string                                                                          `json:"status,omitempty" xml:"status,omitempty"`
	UpdateTime   *int64                                                                           `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) GoString

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) SetBatchNum

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) SetClientStatus

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) SetCreateTime

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) SetIp

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) SetMachineSn

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) SetStatus

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) SetUpdateTime

func (GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachines) String

type GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions

type GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions struct {
	Disable *bool       `json:"disable,omitempty" xml:"disable,omitempty"`
	Params  interface{} `json:"params,omitempty" xml:"params,omitempty"`
	Type    *string     `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions) GoString

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions) SetDisable

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions) SetParams

func (*GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions) SetType

func (GetVMDeployOrderResponseBodyDeployOrderDeployMachineInfoDeployMachinesActions) String

type GetVariableGroupResponse

type GetVariableGroupResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetVariableGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetVariableGroupResponse) GoString

func (s GetVariableGroupResponse) GoString() string

func (*GetVariableGroupResponse) SetBody

func (*GetVariableGroupResponse) SetHeaders

func (*GetVariableGroupResponse) SetStatusCode

func (GetVariableGroupResponse) String

func (s GetVariableGroupResponse) String() string

type GetVariableGroupResponseBody

type GetVariableGroupResponseBody struct {
	ErrorCode     *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage  *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId     *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success       *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
	VariableGroup *GetVariableGroupResponseBodyVariableGroup `json:"variableGroup,omitempty" xml:"variableGroup,omitempty" type:"Struct"`
}

func (GetVariableGroupResponseBody) GoString

func (s GetVariableGroupResponseBody) GoString() string

func (*GetVariableGroupResponseBody) SetErrorCode

func (*GetVariableGroupResponseBody) SetErrorMessage

func (*GetVariableGroupResponseBody) SetRequestId

func (*GetVariableGroupResponseBody) SetSuccess

func (GetVariableGroupResponseBody) String

type GetVariableGroupResponseBodyVariableGroup

type GetVariableGroupResponseBodyVariableGroup struct {
	CcreatorAccountId *string                                                      `json:"ccreatorAccountId,omitempty" xml:"ccreatorAccountId,omitempty"`
	CreateTime        *int64                                                       `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description       *string                                                      `json:"description,omitempty" xml:"description,omitempty"`
	Id                *int64                                                       `json:"id,omitempty" xml:"id,omitempty"`
	ModifierAccountId *string                                                      `json:"modifierAccountId,omitempty" xml:"modifierAccountId,omitempty"`
	Name              *string                                                      `json:"name,omitempty" xml:"name,omitempty"`
	RelatedPipelines  []*GetVariableGroupResponseBodyVariableGroupRelatedPipelines `json:"relatedPipelines,omitempty" xml:"relatedPipelines,omitempty" type:"Repeated"`
	UpdateTime        *int64                                                       `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	Variables         []*GetVariableGroupResponseBodyVariableGroupVariables        `json:"variables,omitempty" xml:"variables,omitempty" type:"Repeated"`
}

func (GetVariableGroupResponseBodyVariableGroup) GoString

func (*GetVariableGroupResponseBodyVariableGroup) SetCcreatorAccountId

func (*GetVariableGroupResponseBodyVariableGroup) SetCreateTime

func (*GetVariableGroupResponseBodyVariableGroup) SetDescription

func (*GetVariableGroupResponseBodyVariableGroup) SetId

func (*GetVariableGroupResponseBodyVariableGroup) SetModifierAccountId

func (*GetVariableGroupResponseBodyVariableGroup) SetName

func (*GetVariableGroupResponseBodyVariableGroup) SetUpdateTime

func (GetVariableGroupResponseBodyVariableGroup) String

type GetVariableGroupResponseBodyVariableGroupRelatedPipelines

type GetVariableGroupResponseBodyVariableGroupRelatedPipelines struct {
	Id   *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetVariableGroupResponseBodyVariableGroupRelatedPipelines) GoString

func (*GetVariableGroupResponseBodyVariableGroupRelatedPipelines) SetId

func (*GetVariableGroupResponseBodyVariableGroupRelatedPipelines) SetName

func (GetVariableGroupResponseBodyVariableGroupRelatedPipelines) String

type GetVariableGroupResponseBodyVariableGroupVariables

type GetVariableGroupResponseBodyVariableGroupVariables struct {
	IsEncrypted *bool   `json:"isEncrypted,omitempty" xml:"isEncrypted,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Value       *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (GetVariableGroupResponseBodyVariableGroupVariables) GoString

func (*GetVariableGroupResponseBodyVariableGroupVariables) SetIsEncrypted

func (*GetVariableGroupResponseBodyVariableGroupVariables) SetName

func (*GetVariableGroupResponseBodyVariableGroupVariables) SetValue

func (GetVariableGroupResponseBodyVariableGroupVariables) String

type GetWorkItemActivityResponse

type GetWorkItemActivityResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkItemActivityResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkItemActivityResponse) GoString

func (s GetWorkItemActivityResponse) GoString() string

func (*GetWorkItemActivityResponse) SetBody

func (*GetWorkItemActivityResponse) SetHeaders

func (*GetWorkItemActivityResponse) SetStatusCode

func (GetWorkItemActivityResponse) String

type GetWorkItemActivityResponseBody

type GetWorkItemActivityResponseBody struct {
	Activities []*GetWorkItemActivityResponseBodyActivities `json:"activities,omitempty" xml:"activities,omitempty" type:"Repeated"`
	ErrorCode  *string                                      `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string                                      `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId  *string                                      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success    *bool                                        `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetWorkItemActivityResponseBody) GoString

func (*GetWorkItemActivityResponseBody) SetErrorCode

func (*GetWorkItemActivityResponseBody) SetErrorMsg

func (*GetWorkItemActivityResponseBody) SetRequestId

func (*GetWorkItemActivityResponseBody) SetSuccess

func (GetWorkItemActivityResponseBody) String

type GetWorkItemActivityResponseBodyActivities

type GetWorkItemActivityResponseBodyActivities struct {
	ActionType         *string                                              `json:"actionType,omitempty" xml:"actionType,omitempty"`
	EventId            *int64                                               `json:"eventId,omitempty" xml:"eventId,omitempty"`
	EventTime          *int64                                               `json:"eventTime,omitempty" xml:"eventTime,omitempty"`
	EventType          *string                                              `json:"eventType,omitempty" xml:"eventType,omitempty"`
	NewValue           []*GetWorkItemActivityResponseBodyActivitiesNewValue `json:"newValue,omitempty" xml:"newValue,omitempty" type:"Repeated"`
	OldValue           []*GetWorkItemActivityResponseBodyActivitiesOldValue `json:"oldValue,omitempty" xml:"oldValue,omitempty" type:"Repeated"`
	Operator           *string                                              `json:"operator,omitempty" xml:"operator,omitempty"`
	ParentEventId      *int64                                               `json:"parentEventId,omitempty" xml:"parentEventId,omitempty"`
	Property           *GetWorkItemActivityResponseBodyActivitiesProperty   `json:"property,omitempty" xml:"property,omitempty" type:"Struct"`
	ResourceIdentifier *string                                              `json:"resourceIdentifier,omitempty" xml:"resourceIdentifier,omitempty"`
}

func (GetWorkItemActivityResponseBodyActivities) GoString

func (*GetWorkItemActivityResponseBodyActivities) SetActionType

func (*GetWorkItemActivityResponseBodyActivities) SetEventId

func (*GetWorkItemActivityResponseBodyActivities) SetEventTime

func (*GetWorkItemActivityResponseBodyActivities) SetEventType

func (*GetWorkItemActivityResponseBodyActivities) SetOperator

func (*GetWorkItemActivityResponseBodyActivities) SetParentEventId

func (*GetWorkItemActivityResponseBodyActivities) SetResourceIdentifier

func (GetWorkItemActivityResponseBodyActivities) String

type GetWorkItemActivityResponseBodyActivitiesNewValue

type GetWorkItemActivityResponseBodyActivitiesNewValue struct {
	DisplayValue *string `json:"displayValue,omitempty" xml:"displayValue,omitempty"`
	PlainValue   *string `json:"plainValue,omitempty" xml:"plainValue,omitempty"`
	ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
}

func (GetWorkItemActivityResponseBodyActivitiesNewValue) GoString

func (*GetWorkItemActivityResponseBodyActivitiesNewValue) SetDisplayValue

func (*GetWorkItemActivityResponseBodyActivitiesNewValue) SetPlainValue

func (*GetWorkItemActivityResponseBodyActivitiesNewValue) SetResourceType

func (GetWorkItemActivityResponseBodyActivitiesNewValue) String

type GetWorkItemActivityResponseBodyActivitiesOldValue

type GetWorkItemActivityResponseBodyActivitiesOldValue struct {
	DisplayValue *string `json:"displayValue,omitempty" xml:"displayValue,omitempty"`
	PlainValue   *string `json:"plainValue,omitempty" xml:"plainValue,omitempty"`
	ResourceType *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
}

func (GetWorkItemActivityResponseBodyActivitiesOldValue) GoString

func (*GetWorkItemActivityResponseBodyActivitiesOldValue) SetDisplayValue

func (*GetWorkItemActivityResponseBodyActivitiesOldValue) SetPlainValue

func (*GetWorkItemActivityResponseBodyActivitiesOldValue) SetResourceType

func (GetWorkItemActivityResponseBodyActivitiesOldValue) String

type GetWorkItemActivityResponseBodyActivitiesProperty

type GetWorkItemActivityResponseBodyActivitiesProperty struct {
	DisplayName        *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	PropertyIdentifier *string `json:"propertyIdentifier,omitempty" xml:"propertyIdentifier,omitempty"`
	PropertyName       *string `json:"propertyName,omitempty" xml:"propertyName,omitempty"`
	PropertyType       *string `json:"propertyType,omitempty" xml:"propertyType,omitempty"`
}

func (GetWorkItemActivityResponseBodyActivitiesProperty) GoString

func (*GetWorkItemActivityResponseBodyActivitiesProperty) SetDisplayName

func (*GetWorkItemActivityResponseBodyActivitiesProperty) SetPropertyIdentifier

func (*GetWorkItemActivityResponseBodyActivitiesProperty) SetPropertyName

func (*GetWorkItemActivityResponseBodyActivitiesProperty) SetPropertyType

func (GetWorkItemActivityResponseBodyActivitiesProperty) String

type GetWorkItemInfoResponse

type GetWorkItemInfoResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkItemInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkItemInfoResponse) GoString

func (s GetWorkItemInfoResponse) GoString() string

func (*GetWorkItemInfoResponse) SetBody

func (*GetWorkItemInfoResponse) SetHeaders

func (*GetWorkItemInfoResponse) SetStatusCode

func (GetWorkItemInfoResponse) String

func (s GetWorkItemInfoResponse) String() string

type GetWorkItemInfoResponseBody

type GetWorkItemInfoResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
	Workitem     *GetWorkItemInfoResponseBodyWorkitem `json:"workitem,omitempty" xml:"workitem,omitempty" type:"Struct"`
}

func (GetWorkItemInfoResponseBody) GoString

func (s GetWorkItemInfoResponseBody) GoString() string

func (*GetWorkItemInfoResponseBody) SetErrorCode

func (*GetWorkItemInfoResponseBody) SetErrorMessage

func (*GetWorkItemInfoResponseBody) SetRequestId

func (*GetWorkItemInfoResponseBody) SetSuccess

func (*GetWorkItemInfoResponseBody) SetWorkitem

func (GetWorkItemInfoResponseBody) String

type GetWorkItemInfoResponseBodyWorkitem

type GetWorkItemInfoResponseBodyWorkitem struct {
	AssignedTo             *string                                            `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	CategoryIdentifier     *string                                            `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string                                            `json:"creator,omitempty" xml:"creator,omitempty"`
	CustomFields           []*GetWorkItemInfoResponseBodyWorkitemCustomFields `json:"customFields,omitempty" xml:"customFields,omitempty" type:"Repeated"`
	Document               *string                                            `json:"document,omitempty" xml:"document,omitempty"`
	DocumentFormat         *string                                            `json:"documentFormat,omitempty" xml:"documentFormat,omitempty"`
	FinishTime             *int64                                             `json:"finishTime,omitempty" xml:"finishTime,omitempty"`
	GmtCreate              *int64                                             `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64                                             `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier             *string                                            `json:"identifier,omitempty" xml:"identifier,omitempty"`
	LogicalStatus          *string                                            `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string                                            `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ParentIdentifier       *string                                            `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	Participant            []*string                                          `json:"participant,omitempty" xml:"participant,omitempty" type:"Repeated"`
	SerialNumber           *string                                            `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
	SpaceIdentifier        *string                                            `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceName              *string                                            `json:"spaceName,omitempty" xml:"spaceName,omitempty"`
	SpaceType              *string                                            `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	Sprint                 []*string                                          `json:"sprint,omitempty" xml:"sprint,omitempty" type:"Repeated"`
	Status                 *string                                            `json:"status,omitempty" xml:"status,omitempty"`
	StatusIdentifier       *string                                            `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusStageIdentifier  *string                                            `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	Subject                *string                                            `json:"subject,omitempty" xml:"subject,omitempty"`
	Tag                    []*string                                          `json:"tag,omitempty" xml:"tag,omitempty" type:"Repeated"`
	TagDetails             []*GetWorkItemInfoResponseBodyWorkitemTagDetails   `json:"tagDetails,omitempty" xml:"tagDetails,omitempty" type:"Repeated"`
	Tracker                []*string                                          `json:"tracker,omitempty" xml:"tracker,omitempty" type:"Repeated"`
	UpdateStatusAt         *int64                                             `json:"updateStatusAt,omitempty" xml:"updateStatusAt,omitempty"`
	Verifier               []*string                                          `json:"verifier,omitempty" xml:"verifier,omitempty" type:"Repeated"`
	WorkitemTypeIdentifier *string                                            `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (GetWorkItemInfoResponseBodyWorkitem) GoString

func (*GetWorkItemInfoResponseBodyWorkitem) SetAssignedTo

func (*GetWorkItemInfoResponseBodyWorkitem) SetCategoryIdentifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetCreator

func (*GetWorkItemInfoResponseBodyWorkitem) SetDocument

func (*GetWorkItemInfoResponseBodyWorkitem) SetDocumentFormat added in v4.18.4

func (*GetWorkItemInfoResponseBodyWorkitem) SetFinishTime added in v4.4.2

func (*GetWorkItemInfoResponseBodyWorkitem) SetGmtCreate

func (*GetWorkItemInfoResponseBodyWorkitem) SetGmtModified

func (*GetWorkItemInfoResponseBodyWorkitem) SetIdentifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetLogicalStatus

func (*GetWorkItemInfoResponseBodyWorkitem) SetModifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetParentIdentifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetParticipant

func (*GetWorkItemInfoResponseBodyWorkitem) SetSerialNumber

func (*GetWorkItemInfoResponseBodyWorkitem) SetSpaceIdentifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetSpaceName

func (*GetWorkItemInfoResponseBodyWorkitem) SetSpaceType

func (*GetWorkItemInfoResponseBodyWorkitem) SetSprint

func (*GetWorkItemInfoResponseBodyWorkitem) SetStatus

func (*GetWorkItemInfoResponseBodyWorkitem) SetStatusIdentifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetStatusStageIdentifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetSubject

func (*GetWorkItemInfoResponseBodyWorkitem) SetTag

func (*GetWorkItemInfoResponseBodyWorkitem) SetTagDetails added in v4.16.0

func (*GetWorkItemInfoResponseBodyWorkitem) SetTracker

func (*GetWorkItemInfoResponseBodyWorkitem) SetUpdateStatusAt

func (*GetWorkItemInfoResponseBodyWorkitem) SetVerifier

func (*GetWorkItemInfoResponseBodyWorkitem) SetWorkitemTypeIdentifier

func (GetWorkItemInfoResponseBodyWorkitem) String

type GetWorkItemInfoResponseBodyWorkitemCustomFields

type GetWorkItemInfoResponseBodyWorkitemCustomFields struct {
	FieldClassName     *string                                                     `json:"fieldClassName,omitempty" xml:"fieldClassName,omitempty"`
	FieldFormat        *string                                                     `json:"fieldFormat,omitempty" xml:"fieldFormat,omitempty"`
	FieldIdentifier    *string                                                     `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Level              *int64                                                      `json:"level,omitempty" xml:"level,omitempty"`
	ObjectValue        *string                                                     `json:"objectValue,omitempty" xml:"objectValue,omitempty"`
	Position           *int64                                                      `json:"position,omitempty" xml:"position,omitempty"`
	Value              *string                                                     `json:"value,omitempty" xml:"value,omitempty"`
	ValueList          []*GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList `json:"valueList,omitempty" xml:"valueList,omitempty" type:"Repeated"`
	WorkitemIdentifier *string                                                     `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (GetWorkItemInfoResponseBodyWorkitemCustomFields) GoString

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetFieldClassName

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetFieldFormat

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetFieldIdentifier

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetLevel

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetObjectValue

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetPosition

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetValue

func (*GetWorkItemInfoResponseBodyWorkitemCustomFields) SetWorkitemIdentifier

func (GetWorkItemInfoResponseBodyWorkitemCustomFields) String

type GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList

type GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList struct {
	DisplayValue *string `json:"displayValue,omitempty" xml:"displayValue,omitempty"`
	Identifier   *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Level        *int64  `json:"level,omitempty" xml:"level,omitempty"`
	Value        *string `json:"value,omitempty" xml:"value,omitempty"`
	ValueEn      *string `json:"valueEn,omitempty" xml:"valueEn,omitempty"`
}

func (GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList) GoString

func (*GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList) SetDisplayValue

func (*GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList) SetIdentifier

func (*GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList) SetLevel

func (*GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList) SetValue

func (*GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList) SetValueEn

func (GetWorkItemInfoResponseBodyWorkitemCustomFieldsValueList) String

type GetWorkItemInfoResponseBodyWorkitemTagDetails added in v4.16.0

type GetWorkItemInfoResponseBodyWorkitemTagDetails struct {
	Color      *string `json:"color,omitempty" xml:"color,omitempty"`
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (GetWorkItemInfoResponseBodyWorkitemTagDetails) GoString added in v4.16.0

func (*GetWorkItemInfoResponseBodyWorkitemTagDetails) SetColor added in v4.16.0

func (*GetWorkItemInfoResponseBodyWorkitemTagDetails) SetIdentifier added in v4.16.0

func (*GetWorkItemInfoResponseBodyWorkitemTagDetails) SetName added in v4.16.0

func (GetWorkItemInfoResponseBodyWorkitemTagDetails) String added in v4.16.0

type GetWorkItemWorkFlowInfoRequest

type GetWorkItemWorkFlowInfoRequest struct {
	ConfigurationId *string `json:"configurationId,omitempty" xml:"configurationId,omitempty"`
}

func (GetWorkItemWorkFlowInfoRequest) GoString

func (*GetWorkItemWorkFlowInfoRequest) SetConfigurationId

func (GetWorkItemWorkFlowInfoRequest) String

type GetWorkItemWorkFlowInfoResponse

type GetWorkItemWorkFlowInfoResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkItemWorkFlowInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkItemWorkFlowInfoResponse) GoString

func (*GetWorkItemWorkFlowInfoResponse) SetHeaders

func (*GetWorkItemWorkFlowInfoResponse) SetStatusCode

func (GetWorkItemWorkFlowInfoResponse) String

type GetWorkItemWorkFlowInfoResponseBody

type GetWorkItemWorkFlowInfoResponseBody struct {
	ErrorCode    *string                                      `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                      `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                        `json:"success,omitempty" xml:"success,omitempty"`
	Workflow     *GetWorkItemWorkFlowInfoResponseBodyWorkflow `json:"workflow,omitempty" xml:"workflow,omitempty" type:"Struct"`
}

func (GetWorkItemWorkFlowInfoResponseBody) GoString

func (*GetWorkItemWorkFlowInfoResponseBody) SetErrorCode

func (*GetWorkItemWorkFlowInfoResponseBody) SetErrorMessage

func (*GetWorkItemWorkFlowInfoResponseBody) SetRequestId

func (*GetWorkItemWorkFlowInfoResponseBody) SetSuccess

func (GetWorkItemWorkFlowInfoResponseBody) String

type GetWorkItemWorkFlowInfoResponseBodyWorkflow

type GetWorkItemWorkFlowInfoResponseBodyWorkflow struct {
	Creator                 *string                                                       `json:"creator,omitempty" xml:"creator,omitempty"`
	DefaultStatusIdentifier *string                                                       `json:"defaultStatusIdentifier,omitempty" xml:"defaultStatusIdentifier,omitempty"`
	Description             *string                                                       `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate               *int64                                                        `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified             *int64                                                        `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier              *string                                                       `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier                *string                                                       `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name                    *string                                                       `json:"name,omitempty" xml:"name,omitempty"`
	OwnerSpaceIdentifier    *string                                                       `json:"ownerSpaceIdentifier,omitempty" xml:"ownerSpaceIdentifier,omitempty"`
	OwnerSpaceType          *string                                                       `json:"ownerSpaceType,omitempty" xml:"ownerSpaceType,omitempty"`
	ResourceType            *string                                                       `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Source                  *string                                                       `json:"source,omitempty" xml:"source,omitempty"`
	StatusOrder             *string                                                       `json:"statusOrder,omitempty" xml:"statusOrder,omitempty"`
	Statuses                []*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses        `json:"statuses,omitempty" xml:"statuses,omitempty" type:"Repeated"`
	WorkflowActions         []*GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions `json:"workflowActions,omitempty" xml:"workflowActions,omitempty" type:"Repeated"`
}

func (GetWorkItemWorkFlowInfoResponseBodyWorkflow) GoString

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetCreator

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetDefaultStatusIdentifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetDescription

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetGmtCreate

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetGmtModified

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetIdentifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetModifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetName

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetOwnerSpaceIdentifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetOwnerSpaceType

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetResourceType

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetSource

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflow) SetStatusOrder

func (GetWorkItemWorkFlowInfoResponseBodyWorkflow) String

type GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses

type GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses struct {
	Creator                 *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Description             *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate               *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified             *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier              *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier                *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name                    *string `json:"name,omitempty" xml:"name,omitempty"`
	ResourceType            *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Source                  *string `json:"source,omitempty" xml:"source,omitempty"`
	WorkflowStageIdentifier *string `json:"workflowStageIdentifier,omitempty" xml:"workflowStageIdentifier,omitempty"`
	WorkflowStageName       *string `json:"workflowStageName,omitempty" xml:"workflowStageName,omitempty"`
}

func (GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) GoString

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetCreator

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetDescription

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetGmtCreate

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetGmtModified

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetIdentifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetModifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetName

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetResourceType

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetSource

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetWorkflowStageIdentifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) SetWorkflowStageName

func (GetWorkItemWorkFlowInfoResponseBodyWorkflowStatuses) String

type GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions

type GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions struct {
	Id                           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name                         *string `json:"name,omitempty" xml:"name,omitempty"`
	NextWorkflowStatusIdentifier *string `json:"nextWorkflowStatusIdentifier,omitempty" xml:"nextWorkflowStatusIdentifier,omitempty"`
	WorkflowIdentifier           *string `json:"workflowIdentifier,omitempty" xml:"workflowIdentifier,omitempty"`
	WorkflowStatusIdentifier     *string `json:"workflowStatusIdentifier,omitempty" xml:"workflowStatusIdentifier,omitempty"`
}

func (GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions) GoString

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions) SetId

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions) SetName

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions) SetNextWorkflowStatusIdentifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions) SetWorkflowIdentifier

func (*GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions) SetWorkflowStatusIdentifier

func (GetWorkItemWorkFlowInfoResponseBodyWorkflowWorkflowActions) String

type GetWorkitemAttachmentCreatemetaRequest

type GetWorkitemAttachmentCreatemetaRequest struct {
	FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
}

func (GetWorkitemAttachmentCreatemetaRequest) GoString

func (*GetWorkitemAttachmentCreatemetaRequest) SetFileName

func (GetWorkitemAttachmentCreatemetaRequest) String

type GetWorkitemAttachmentCreatemetaResponse

type GetWorkitemAttachmentCreatemetaResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkitemAttachmentCreatemetaResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkitemAttachmentCreatemetaResponse) GoString

func (*GetWorkitemAttachmentCreatemetaResponse) SetHeaders

func (*GetWorkitemAttachmentCreatemetaResponse) SetStatusCode

func (GetWorkitemAttachmentCreatemetaResponse) String

type GetWorkitemAttachmentCreatemetaResponseBody

type GetWorkitemAttachmentCreatemetaResponseBody struct {
	ErrorCode    *string                                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *string                                                `json:"success,omitempty" xml:"success,omitempty"`
	UploadInfo   *GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo `json:"uploadInfo,omitempty" xml:"uploadInfo,omitempty" type:"Struct"`
}

func (GetWorkitemAttachmentCreatemetaResponseBody) GoString

func (*GetWorkitemAttachmentCreatemetaResponseBody) SetErrorCode

func (*GetWorkitemAttachmentCreatemetaResponseBody) SetErrorMessage

func (*GetWorkitemAttachmentCreatemetaResponseBody) SetRequestId

func (*GetWorkitemAttachmentCreatemetaResponseBody) SetSuccess

func (GetWorkitemAttachmentCreatemetaResponseBody) String

type GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo

type GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo struct {
	Accessid  *string `json:"accessid,omitempty" xml:"accessid,omitempty"`
	Dir       *string `json:"dir,omitempty" xml:"dir,omitempty"`
	Host      *string `json:"host,omitempty" xml:"host,omitempty"`
	Policy    *string `json:"policy,omitempty" xml:"policy,omitempty"`
	Signature *string `json:"signature,omitempty" xml:"signature,omitempty"`
}

func (GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo) GoString

func (*GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo) SetAccessid

func (*GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo) SetDir

func (*GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo) SetHost

func (*GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo) SetPolicy

func (*GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo) SetSignature

func (GetWorkitemAttachmentCreatemetaResponseBodyUploadInfo) String

type GetWorkitemCommentListResponse

type GetWorkitemCommentListResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkitemCommentListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkitemCommentListResponse) GoString

func (*GetWorkitemCommentListResponse) SetHeaders

func (*GetWorkitemCommentListResponse) SetStatusCode

func (GetWorkitemCommentListResponse) String

type GetWorkitemCommentListResponseBody

type GetWorkitemCommentListResponseBody struct {
	CommentList []*GetWorkitemCommentListResponseBodyCommentList `json:"commentList,omitempty" xml:"commentList,omitempty" type:"Repeated"`
	ErrorCode   *string                                          `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg    *string                                          `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetWorkitemCommentListResponseBody) GoString

func (*GetWorkitemCommentListResponseBody) SetErrorCode

func (*GetWorkitemCommentListResponseBody) SetErrorMsg

func (*GetWorkitemCommentListResponseBody) SetRequestId

func (*GetWorkitemCommentListResponseBody) SetSuccess

func (GetWorkitemCommentListResponseBody) String

type GetWorkitemCommentListResponseBodyCommentList

type GetWorkitemCommentListResponseBodyCommentList struct {
	Content          *string                                            `json:"content,omitempty" xml:"content,omitempty"`
	CreateTime       *int64                                             `json:"createTime,omitempty" xml:"createTime,omitempty"`
	FormatType       *string                                            `json:"formatType,omitempty" xml:"formatType,omitempty"`
	Id               *int64                                             `json:"id,omitempty" xml:"id,omitempty"`
	IsTop            *bool                                              `json:"isTop,omitempty" xml:"isTop,omitempty"`
	ModifiedTime     *int64                                             `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	ParentId         *int64                                             `json:"parentId,omitempty" xml:"parentId,omitempty"`
	TargetIdentifier *string                                            `json:"targetIdentifier,omitempty" xml:"targetIdentifier,omitempty"`
	TargetType       *string                                            `json:"targetType,omitempty" xml:"targetType,omitempty"`
	TopTime          *int64                                             `json:"topTime,omitempty" xml:"topTime,omitempty"`
	User             *GetWorkitemCommentListResponseBodyCommentListUser `json:"user,omitempty" xml:"user,omitempty" type:"Struct"`
}

func (GetWorkitemCommentListResponseBodyCommentList) GoString

func (*GetWorkitemCommentListResponseBodyCommentList) SetContent

func (*GetWorkitemCommentListResponseBodyCommentList) SetCreateTime

func (*GetWorkitemCommentListResponseBodyCommentList) SetFormatType

func (*GetWorkitemCommentListResponseBodyCommentList) SetId

func (*GetWorkitemCommentListResponseBodyCommentList) SetIsTop

func (*GetWorkitemCommentListResponseBodyCommentList) SetModifiedTime

func (*GetWorkitemCommentListResponseBodyCommentList) SetParentId

func (*GetWorkitemCommentListResponseBodyCommentList) SetTargetIdentifier

func (*GetWorkitemCommentListResponseBodyCommentList) SetTargetType

func (*GetWorkitemCommentListResponseBodyCommentList) SetTopTime

func (GetWorkitemCommentListResponseBodyCommentList) String

type GetWorkitemCommentListResponseBodyCommentListUser

type GetWorkitemCommentListResponseBodyCommentListUser struct {
	Account    *string `json:"account,omitempty" xml:"account,omitempty"`
	Avatar     *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	NickName   *string `json:"nickName,omitempty" xml:"nickName,omitempty"`
	RealName   *string `json:"realName,omitempty" xml:"realName,omitempty"`
}

func (GetWorkitemCommentListResponseBodyCommentListUser) GoString

func (*GetWorkitemCommentListResponseBodyCommentListUser) SetAccount

func (*GetWorkitemCommentListResponseBodyCommentListUser) SetAvatar

func (*GetWorkitemCommentListResponseBodyCommentListUser) SetIdentifier

func (*GetWorkitemCommentListResponseBodyCommentListUser) SetNickName

func (*GetWorkitemCommentListResponseBodyCommentListUser) SetRealName

func (GetWorkitemCommentListResponseBodyCommentListUser) String

type GetWorkitemFileResponse added in v4.7.0

type GetWorkitemFileResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkitemFileResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkitemFileResponse) GoString added in v4.7.0

func (s GetWorkitemFileResponse) GoString() string

func (*GetWorkitemFileResponse) SetBody added in v4.7.0

func (*GetWorkitemFileResponse) SetHeaders added in v4.7.0

func (*GetWorkitemFileResponse) SetStatusCode added in v4.7.0

func (GetWorkitemFileResponse) String added in v4.7.0

func (s GetWorkitemFileResponse) String() string

type GetWorkitemFileResponseBody added in v4.7.0

type GetWorkitemFileResponseBody struct {
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *string                                  `json:"success,omitempty" xml:"success,omitempty"`
	WorkitemFile *GetWorkitemFileResponseBodyWorkitemFile `json:"workitemFile,omitempty" xml:"workitemFile,omitempty" type:"Struct"`
}

func (GetWorkitemFileResponseBody) GoString added in v4.7.0

func (s GetWorkitemFileResponseBody) GoString() string

func (*GetWorkitemFileResponseBody) SetErrorCode added in v4.7.0

func (*GetWorkitemFileResponseBody) SetErrorMsg added in v4.7.0

func (*GetWorkitemFileResponseBody) SetRequestId added in v4.7.0

func (*GetWorkitemFileResponseBody) SetSuccess added in v4.7.0

func (*GetWorkitemFileResponseBody) SetWorkitemFile added in v4.7.0

func (GetWorkitemFileResponseBody) String added in v4.7.0

type GetWorkitemFileResponseBodyWorkitemFile added in v4.7.0

type GetWorkitemFileResponseBodyWorkitemFile struct {
	Id     *string `json:"id,omitempty" xml:"id,omitempty"`
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
	Size   *int32  `json:"size,omitempty" xml:"size,omitempty"`
	Suffix *string `json:"suffix,omitempty" xml:"suffix,omitempty"`
	Url    *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetWorkitemFileResponseBodyWorkitemFile) GoString added in v4.7.0

func (*GetWorkitemFileResponseBodyWorkitemFile) SetId added in v4.7.0

func (*GetWorkitemFileResponseBodyWorkitemFile) SetName added in v4.7.0

func (*GetWorkitemFileResponseBodyWorkitemFile) SetSize added in v4.7.0

func (*GetWorkitemFileResponseBodyWorkitemFile) SetSuffix added in v4.7.0

func (*GetWorkitemFileResponseBodyWorkitemFile) SetUrl added in v4.7.0

func (GetWorkitemFileResponseBodyWorkitemFile) String added in v4.7.0

type GetWorkitemRelationsRequest

type GetWorkitemRelationsRequest struct {
	RelationType *string `json:"relationType,omitempty" xml:"relationType,omitempty"`
}

func (GetWorkitemRelationsRequest) GoString

func (s GetWorkitemRelationsRequest) GoString() string

func (*GetWorkitemRelationsRequest) SetRelationType

func (GetWorkitemRelationsRequest) String

type GetWorkitemRelationsResponse

type GetWorkitemRelationsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkitemRelationsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkitemRelationsResponse) GoString

func (s GetWorkitemRelationsResponse) GoString() string

func (*GetWorkitemRelationsResponse) SetBody

func (*GetWorkitemRelationsResponse) SetHeaders

func (*GetWorkitemRelationsResponse) SetStatusCode

func (GetWorkitemRelationsResponse) String

type GetWorkitemRelationsResponseBody

type GetWorkitemRelationsResponseBody struct {
	ErrorCode    *string                                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg     *string                                         `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RelationList []*GetWorkitemRelationsResponseBodyRelationList `json:"relationList,omitempty" xml:"relationList,omitempty" type:"Repeated"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetWorkitemRelationsResponseBody) GoString

func (*GetWorkitemRelationsResponseBody) SetErrorCode

func (*GetWorkitemRelationsResponseBody) SetErrorMsg

func (*GetWorkitemRelationsResponseBody) SetRequestId

func (*GetWorkitemRelationsResponseBody) SetSuccess

func (GetWorkitemRelationsResponseBody) String

type GetWorkitemRelationsResponseBodyRelationList

type GetWorkitemRelationsResponseBodyRelationList struct {
	AssignedTo             *string `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	CategoryIdentifier     *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	GmtCreate              *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *string `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier             *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	SpaceIdentifier        *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	Subject                *string `json:"subject,omitempty" xml:"subject,omitempty"`
	WorkitemTypeIdentifier *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (GetWorkitemRelationsResponseBodyRelationList) GoString

func (*GetWorkitemRelationsResponseBodyRelationList) SetAssignedTo

func (*GetWorkitemRelationsResponseBodyRelationList) SetCategoryIdentifier

func (*GetWorkitemRelationsResponseBodyRelationList) SetGmtCreate

func (*GetWorkitemRelationsResponseBodyRelationList) SetGmtModified

func (*GetWorkitemRelationsResponseBodyRelationList) SetIdentifier

func (*GetWorkitemRelationsResponseBodyRelationList) SetSpaceIdentifier

func (*GetWorkitemRelationsResponseBodyRelationList) SetSubject

func (*GetWorkitemRelationsResponseBodyRelationList) SetWorkitemTypeIdentifier

func (GetWorkitemRelationsResponseBodyRelationList) String

type GetWorkitemTimeTypeListResponse

type GetWorkitemTimeTypeListResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkitemTimeTypeListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkitemTimeTypeListResponse) GoString

func (*GetWorkitemTimeTypeListResponse) SetHeaders

func (*GetWorkitemTimeTypeListResponse) SetStatusCode

func (GetWorkitemTimeTypeListResponse) String

type GetWorkitemTimeTypeListResponseBody

type GetWorkitemTimeTypeListResponseBody struct {
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string                                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *string                                        `json:"success,omitempty" xml:"success,omitempty"`
	TimeType  []*GetWorkitemTimeTypeListResponseBodyTimeType `json:"timeType,omitempty" xml:"timeType,omitempty" type:"Repeated"`
}

func (GetWorkitemTimeTypeListResponseBody) GoString

func (*GetWorkitemTimeTypeListResponseBody) SetErrorCode

func (*GetWorkitemTimeTypeListResponseBody) SetErrorMsg

func (*GetWorkitemTimeTypeListResponseBody) SetRequestId

func (*GetWorkitemTimeTypeListResponseBody) SetSuccess

func (GetWorkitemTimeTypeListResponseBody) String

type GetWorkitemTimeTypeListResponseBodyTimeType

type GetWorkitemTimeTypeListResponseBodyTimeType struct {
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Identifier  *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Position    *int64  `json:"position,omitempty" xml:"position,omitempty"`
}

func (GetWorkitemTimeTypeListResponseBodyTimeType) GoString

func (*GetWorkitemTimeTypeListResponseBodyTimeType) SetDescription

func (*GetWorkitemTimeTypeListResponseBodyTimeType) SetDisplayName

func (*GetWorkitemTimeTypeListResponseBodyTimeType) SetIdentifier

func (*GetWorkitemTimeTypeListResponseBodyTimeType) SetName

func (*GetWorkitemTimeTypeListResponseBodyTimeType) SetPosition

func (GetWorkitemTimeTypeListResponseBodyTimeType) String

type GetWorkspaceResponse

type GetWorkspaceResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetWorkspaceResponse) GoString

func (s GetWorkspaceResponse) GoString() string

func (*GetWorkspaceResponse) SetBody

func (*GetWorkspaceResponse) SetHeaders

func (s *GetWorkspaceResponse) SetHeaders(v map[string]*string) *GetWorkspaceResponse

func (*GetWorkspaceResponse) SetStatusCode

func (s *GetWorkspaceResponse) SetStatusCode(v int32) *GetWorkspaceResponse

func (GetWorkspaceResponse) String

func (s GetWorkspaceResponse) String() string

type GetWorkspaceResponseBody

type GetWorkspaceResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
	Workspace    *GetWorkspaceResponseBodyWorkspace `json:"workspace,omitempty" xml:"workspace,omitempty" type:"Struct"`
}

func (GetWorkspaceResponseBody) GoString

func (s GetWorkspaceResponseBody) GoString() string

func (*GetWorkspaceResponseBody) SetErrorCode

func (*GetWorkspaceResponseBody) SetErrorMessage

func (*GetWorkspaceResponseBody) SetRequestId

func (*GetWorkspaceResponseBody) SetSuccess

func (*GetWorkspaceResponseBody) SetWorkspace

func (GetWorkspaceResponseBody) String

func (s GetWorkspaceResponseBody) String() string

type GetWorkspaceResponseBodyWorkspace

type GetWorkspaceResponseBodyWorkspace struct {
	CodeUrl     *string `json:"codeUrl,omitempty" xml:"codeUrl,omitempty"`
	CodeVersion *string `json:"codeVersion,omitempty" xml:"codeVersion,omitempty"`
	CreateTime  *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Spec        *string `json:"spec,omitempty" xml:"spec,omitempty"`
	Status      *string `json:"status,omitempty" xml:"status,omitempty"`
	Template    *string `json:"template,omitempty" xml:"template,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetWorkspaceResponseBodyWorkspace) GoString

func (*GetWorkspaceResponseBodyWorkspace) SetCodeUrl

func (*GetWorkspaceResponseBodyWorkspace) SetCodeVersion

func (*GetWorkspaceResponseBodyWorkspace) SetCreateTime

func (*GetWorkspaceResponseBodyWorkspace) SetId

func (*GetWorkspaceResponseBodyWorkspace) SetName

func (*GetWorkspaceResponseBodyWorkspace) SetSpec

func (*GetWorkspaceResponseBodyWorkspace) SetStatus

func (*GetWorkspaceResponseBodyWorkspace) SetTemplate

func (*GetWorkspaceResponseBodyWorkspace) SetUserId

func (GetWorkspaceResponseBodyWorkspace) String

type JoinPipelineGroupRequest

type JoinPipelineGroupRequest struct {
	GroupId     *int64  `json:"groupId,omitempty" xml:"groupId,omitempty"`
	PipelineIds *string `json:"pipelineIds,omitempty" xml:"pipelineIds,omitempty"`
}

func (JoinPipelineGroupRequest) GoString

func (s JoinPipelineGroupRequest) GoString() string

func (*JoinPipelineGroupRequest) SetGroupId

func (*JoinPipelineGroupRequest) SetPipelineIds

func (JoinPipelineGroupRequest) String

func (s JoinPipelineGroupRequest) String() string

type JoinPipelineGroupResponse

type JoinPipelineGroupResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *JoinPipelineGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (JoinPipelineGroupResponse) GoString

func (s JoinPipelineGroupResponse) GoString() string

func (*JoinPipelineGroupResponse) SetBody

func (*JoinPipelineGroupResponse) SetHeaders

func (*JoinPipelineGroupResponse) SetStatusCode

func (JoinPipelineGroupResponse) String

func (s JoinPipelineGroupResponse) String() string

type JoinPipelineGroupResponseBody

type JoinPipelineGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (JoinPipelineGroupResponseBody) GoString

func (*JoinPipelineGroupResponseBody) SetErrorCode

func (*JoinPipelineGroupResponseBody) SetErrorMessage

func (*JoinPipelineGroupResponseBody) SetRequestId

func (*JoinPipelineGroupResponseBody) SetSuccess

func (JoinPipelineGroupResponseBody) String

type LinkMergeRequestLabelRequest added in v4.8.0

type LinkMergeRequestLabelRequest struct {
	AccessToken        *string   `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	LabelIds           []*string `json:"labelIds,omitempty" xml:"labelIds,omitempty" type:"Repeated"`
	LocalId            *int64    `json:"localId,omitempty" xml:"localId,omitempty"`
	OrganizationId     *string   `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string   `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (LinkMergeRequestLabelRequest) GoString added in v4.8.0

func (s LinkMergeRequestLabelRequest) GoString() string

func (*LinkMergeRequestLabelRequest) SetAccessToken added in v4.8.0

func (*LinkMergeRequestLabelRequest) SetLabelIds added in v4.8.0

func (*LinkMergeRequestLabelRequest) SetLocalId added in v4.8.0

func (*LinkMergeRequestLabelRequest) SetOrganizationId added in v4.8.0

func (*LinkMergeRequestLabelRequest) SetRepositoryIdentity added in v4.8.0

func (LinkMergeRequestLabelRequest) String added in v4.8.0

type LinkMergeRequestLabelResponse added in v4.8.0

type LinkMergeRequestLabelResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *LinkMergeRequestLabelResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (LinkMergeRequestLabelResponse) GoString added in v4.8.0

func (*LinkMergeRequestLabelResponse) SetBody added in v4.8.0

func (*LinkMergeRequestLabelResponse) SetHeaders added in v4.8.0

func (*LinkMergeRequestLabelResponse) SetStatusCode added in v4.8.0

func (LinkMergeRequestLabelResponse) String added in v4.8.0

type LinkMergeRequestLabelResponseBody added in v4.8.0

type LinkMergeRequestLabelResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *LinkMergeRequestLabelResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (LinkMergeRequestLabelResponseBody) GoString added in v4.8.0

func (*LinkMergeRequestLabelResponseBody) SetErrorCode added in v4.8.0

func (*LinkMergeRequestLabelResponseBody) SetErrorMessage added in v4.8.0

func (*LinkMergeRequestLabelResponseBody) SetRequestId added in v4.8.0

func (*LinkMergeRequestLabelResponseBody) SetResult added in v4.8.0

func (*LinkMergeRequestLabelResponseBody) SetSuccess added in v4.8.0

func (LinkMergeRequestLabelResponseBody) String added in v4.8.0

type LinkMergeRequestLabelResponseBodyResult added in v4.8.0

type LinkMergeRequestLabelResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (LinkMergeRequestLabelResponseBodyResult) GoString added in v4.8.0

func (*LinkMergeRequestLabelResponseBodyResult) SetResult added in v4.8.0

func (LinkMergeRequestLabelResponseBodyResult) String added in v4.8.0

type ListApplicationMembersRequest added in v4.6.0

type ListApplicationMembersRequest struct {
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListApplicationMembersRequest) GoString added in v4.6.0

func (*ListApplicationMembersRequest) SetOrganizationId added in v4.6.0

func (ListApplicationMembersRequest) String added in v4.6.0

type ListApplicationMembersResponse added in v4.6.0

type ListApplicationMembersResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListApplicationMembersResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListApplicationMembersResponse) GoString added in v4.6.0

func (*ListApplicationMembersResponse) SetBody added in v4.6.0

func (*ListApplicationMembersResponse) SetHeaders added in v4.6.0

func (*ListApplicationMembersResponse) SetStatusCode added in v4.6.0

func (ListApplicationMembersResponse) String added in v4.6.0

type ListApplicationMembersResponseBody added in v4.6.0

type ListApplicationMembersResponseBody struct {
	Current   *int64                                       `json:"current,omitempty" xml:"current,omitempty"`
	PageSize  *int64                                       `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Pages     *int64                                       `json:"pages,omitempty" xml:"pages,omitempty"`
	Records   []*ListApplicationMembersResponseBodyRecords `json:"records,omitempty" xml:"records,omitempty" type:"Repeated"`
	RequestId *string                                      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Total     *int64                                       `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListApplicationMembersResponseBody) GoString added in v4.6.0

func (*ListApplicationMembersResponseBody) SetCurrent added in v4.6.0

func (*ListApplicationMembersResponseBody) SetPageSize added in v4.6.0

func (*ListApplicationMembersResponseBody) SetPages added in v4.6.0

func (*ListApplicationMembersResponseBody) SetRecords added in v4.6.0

func (*ListApplicationMembersResponseBody) SetRequestId added in v4.6.0

func (*ListApplicationMembersResponseBody) SetTotal added in v4.6.0

func (ListApplicationMembersResponseBody) String added in v4.6.0

type ListApplicationMembersResponseBodyRecords added in v4.6.0

type ListApplicationMembersResponseBodyRecords struct {
	Avatar      *string                                              `json:"avatar,omitempty" xml:"avatar,omitempty"`
	Description *string                                              `json:"description,omitempty" xml:"description,omitempty"`
	DisplayName *string                                              `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id          *string                                              `json:"id,omitempty" xml:"id,omitempty"`
	RoleList    []*ListApplicationMembersResponseBodyRecordsRoleList `json:"roleList,omitempty" xml:"roleList,omitempty" type:"Repeated"`
	Type        *string                                              `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListApplicationMembersResponseBodyRecords) GoString added in v4.6.0

func (*ListApplicationMembersResponseBodyRecords) SetAvatar added in v4.6.0

func (*ListApplicationMembersResponseBodyRecords) SetDescription added in v4.6.0

func (*ListApplicationMembersResponseBodyRecords) SetDisplayName added in v4.6.0

func (*ListApplicationMembersResponseBodyRecords) SetId added in v4.6.0

func (*ListApplicationMembersResponseBodyRecords) SetRoleList added in v4.6.0

func (*ListApplicationMembersResponseBodyRecords) SetType added in v4.6.0

func (ListApplicationMembersResponseBodyRecords) String added in v4.6.0

type ListApplicationMembersResponseBodyRecordsRoleList added in v4.6.0

type ListApplicationMembersResponseBodyRecordsRoleList struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListApplicationMembersResponseBodyRecordsRoleList) GoString added in v4.6.0

func (*ListApplicationMembersResponseBodyRecordsRoleList) SetDisplayName added in v4.6.0

func (*ListApplicationMembersResponseBodyRecordsRoleList) SetName added in v4.6.0

func (ListApplicationMembersResponseBodyRecordsRoleList) String added in v4.6.0

type ListApplicationsRequest added in v4.6.0

type ListApplicationsRequest struct {
	NextToken      *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OrderBy        *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Pagination     *string `json:"pagination,omitempty" xml:"pagination,omitempty"`
	PerPage        *int32  `json:"perPage,omitempty" xml:"perPage,omitempty"`
	Sort           *string `json:"sort,omitempty" xml:"sort,omitempty"`
}

func (ListApplicationsRequest) GoString added in v4.6.0

func (s ListApplicationsRequest) GoString() string

func (*ListApplicationsRequest) SetNextToken added in v4.6.0

func (*ListApplicationsRequest) SetOrderBy added in v4.6.0

func (*ListApplicationsRequest) SetOrganizationId added in v4.6.0

func (s *ListApplicationsRequest) SetOrganizationId(v string) *ListApplicationsRequest

func (*ListApplicationsRequest) SetPagination added in v4.6.0

func (*ListApplicationsRequest) SetPerPage added in v4.6.0

func (*ListApplicationsRequest) SetSort added in v4.6.0

func (ListApplicationsRequest) String added in v4.6.0

func (s ListApplicationsRequest) String() string

type ListApplicationsResponse added in v4.6.0

type ListApplicationsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListApplicationsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListApplicationsResponse) GoString added in v4.6.0

func (s ListApplicationsResponse) GoString() string

func (*ListApplicationsResponse) SetBody added in v4.6.0

func (*ListApplicationsResponse) SetHeaders added in v4.6.0

func (*ListApplicationsResponse) SetStatusCode added in v4.6.0

func (ListApplicationsResponse) String added in v4.6.0

func (s ListApplicationsResponse) String() string

type ListApplicationsResponseBody added in v4.6.0

type ListApplicationsResponseBody struct {
	Data      []*ListApplicationsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	NextToken *string                             `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ListApplicationsResponseBody) GoString added in v4.6.0

func (s ListApplicationsResponseBody) GoString() string

func (*ListApplicationsResponseBody) SetData added in v4.6.0

func (*ListApplicationsResponseBody) SetNextToken added in v4.6.0

func (*ListApplicationsResponseBody) SetRequestId added in v4.6.0

func (ListApplicationsResponseBody) String added in v4.6.0

type ListApplicationsResponseBodyData added in v4.6.0

type ListApplicationsResponseBodyData struct {
	CreatorAccountId *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Description      *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate        *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListApplicationsResponseBodyData) GoString added in v4.6.0

func (*ListApplicationsResponseBodyData) SetCreatorAccountId added in v4.6.0

func (*ListApplicationsResponseBodyData) SetDescription added in v4.6.0

func (*ListApplicationsResponseBodyData) SetGmtCreate added in v4.6.0

func (*ListApplicationsResponseBodyData) SetName added in v4.6.0

func (ListApplicationsResponseBodyData) String added in v4.6.0

type ListCheckRunsRequest added in v4.12.0

type ListCheckRunsRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page               *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize           *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Ref                *string `json:"ref,omitempty" xml:"ref,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (ListCheckRunsRequest) GoString added in v4.12.0

func (s ListCheckRunsRequest) GoString() string

func (*ListCheckRunsRequest) SetAccessToken added in v4.12.0

func (s *ListCheckRunsRequest) SetAccessToken(v string) *ListCheckRunsRequest

func (*ListCheckRunsRequest) SetOrganizationId added in v4.12.0

func (s *ListCheckRunsRequest) SetOrganizationId(v string) *ListCheckRunsRequest

func (*ListCheckRunsRequest) SetPage added in v4.12.0

func (*ListCheckRunsRequest) SetPageSize added in v4.12.0

func (s *ListCheckRunsRequest) SetPageSize(v int64) *ListCheckRunsRequest

func (*ListCheckRunsRequest) SetRef added in v4.12.0

func (*ListCheckRunsRequest) SetRepositoryIdentity added in v4.12.0

func (s *ListCheckRunsRequest) SetRepositoryIdentity(v string) *ListCheckRunsRequest

func (ListCheckRunsRequest) String added in v4.12.0

func (s ListCheckRunsRequest) String() string

type ListCheckRunsResponse added in v4.12.0

type ListCheckRunsResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListCheckRunsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListCheckRunsResponse) GoString added in v4.12.0

func (s ListCheckRunsResponse) GoString() string

func (*ListCheckRunsResponse) SetBody added in v4.12.0

func (*ListCheckRunsResponse) SetHeaders added in v4.12.0

func (*ListCheckRunsResponse) SetStatusCode added in v4.12.0

func (s *ListCheckRunsResponse) SetStatusCode(v int32) *ListCheckRunsResponse

func (ListCheckRunsResponse) String added in v4.12.0

func (s ListCheckRunsResponse) String() string

type ListCheckRunsResponseBody added in v4.12.0

type ListCheckRunsResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListCheckRunsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListCheckRunsResponseBody) GoString added in v4.12.0

func (s ListCheckRunsResponseBody) GoString() string

func (*ListCheckRunsResponseBody) SetErrorCode added in v4.12.0

func (*ListCheckRunsResponseBody) SetErrorMessage added in v4.12.0

func (*ListCheckRunsResponseBody) SetRequestId added in v4.12.0

func (*ListCheckRunsResponseBody) SetResult added in v4.12.0

func (*ListCheckRunsResponseBody) SetSuccess added in v4.12.0

func (ListCheckRunsResponseBody) String added in v4.12.0

func (s ListCheckRunsResponseBody) String() string

type ListCheckRunsResponseBodyResult added in v4.12.0

type ListCheckRunsResponseBodyResult struct {
	Annotations []*ListCheckRunsResponseBodyResultAnnotations `json:"annotations,omitempty" xml:"annotations,omitempty" type:"Repeated"`
	CheckSuite  *ListCheckRunsResponseBodyResultCheckSuite    `json:"checkSuite,omitempty" xml:"checkSuite,omitempty" type:"Struct"`
	CompletedAt *string                                       `json:"completedAt,omitempty" xml:"completedAt,omitempty"`
	Conclusion  *string                                       `json:"conclusion,omitempty" xml:"conclusion,omitempty"`
	CreatedAt   *string                                       `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	DetailsUrl  *string                                       `json:"detailsUrl,omitempty" xml:"detailsUrl,omitempty"`
	ExternalId  *string                                       `json:"externalId,omitempty" xml:"externalId,omitempty"`
	HeadSha     *string                                       `json:"headSha,omitempty" xml:"headSha,omitempty"`
	Id          *int64                                        `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string                                       `json:"name,omitempty" xml:"name,omitempty"`
	Output      *ListCheckRunsResponseBodyResultOutput        `json:"output,omitempty" xml:"output,omitempty" type:"Struct"`
	StartedAt   *string                                       `json:"startedAt,omitempty" xml:"startedAt,omitempty"`
	Status      *string                                       `json:"status,omitempty" xml:"status,omitempty"`
	UpdatedAt   *string                                       `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	Writer      *ListCheckRunsResponseBodyResultWriter        `json:"writer,omitempty" xml:"writer,omitempty" type:"Struct"`
}

func (ListCheckRunsResponseBodyResult) GoString added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetAnnotations added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetCheckSuite added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetCompletedAt added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetConclusion added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetCreatedAt added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetDetailsUrl added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetExternalId added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetHeadSha added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetId added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetName added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetOutput added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetStartedAt added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetStatus added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetUpdatedAt added in v4.12.0

func (*ListCheckRunsResponseBodyResult) SetWriter added in v4.12.0

func (ListCheckRunsResponseBodyResult) String added in v4.12.0

type ListCheckRunsResponseBodyResultAnnotations added in v4.12.0

type ListCheckRunsResponseBodyResultAnnotations struct {
	AnnotationLevel *string `json:"annotationLevel,omitempty" xml:"annotationLevel,omitempty"`
	EndColumn       *int64  `json:"endColumn,omitempty" xml:"endColumn,omitempty"`
	EndLine         *int64  `json:"endLine,omitempty" xml:"endLine,omitempty"`
	Id              *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Message         *string `json:"message,omitempty" xml:"message,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	RawDetails      *string `json:"rawDetails,omitempty" xml:"rawDetails,omitempty"`
	StartColumn     *int64  `json:"startColumn,omitempty" xml:"startColumn,omitempty"`
	StartLine       *int64  `json:"startLine,omitempty" xml:"startLine,omitempty"`
	Title           *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListCheckRunsResponseBodyResultAnnotations) GoString added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetAnnotationLevel added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetEndColumn added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetEndLine added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetId added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetMessage added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetPath added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetRawDetails added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetStartColumn added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetStartLine added in v4.12.0

func (*ListCheckRunsResponseBodyResultAnnotations) SetTitle added in v4.12.0

func (ListCheckRunsResponseBodyResultAnnotations) String added in v4.12.0

type ListCheckRunsResponseBodyResultCheckSuite added in v4.12.0

type ListCheckRunsResponseBodyResultCheckSuite struct {
	Id *int64 `json:"id,omitempty" xml:"id,omitempty"`
}

func (ListCheckRunsResponseBodyResultCheckSuite) GoString added in v4.12.0

func (*ListCheckRunsResponseBodyResultCheckSuite) SetId added in v4.12.0

func (ListCheckRunsResponseBodyResultCheckSuite) String added in v4.12.0

type ListCheckRunsResponseBodyResultOutput added in v4.12.0

type ListCheckRunsResponseBodyResultOutput struct {
	Images  []*ListCheckRunsResponseBodyResultOutputImages `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	Summary *string                                        `json:"summary,omitempty" xml:"summary,omitempty"`
	Text    *string                                        `json:"text,omitempty" xml:"text,omitempty"`
	Title   *string                                        `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListCheckRunsResponseBodyResultOutput) GoString added in v4.12.0

func (*ListCheckRunsResponseBodyResultOutput) SetImages added in v4.12.0

func (*ListCheckRunsResponseBodyResultOutput) SetSummary added in v4.12.0

func (*ListCheckRunsResponseBodyResultOutput) SetText added in v4.12.0

func (*ListCheckRunsResponseBodyResultOutput) SetTitle added in v4.12.0

func (ListCheckRunsResponseBodyResultOutput) String added in v4.12.0

type ListCheckRunsResponseBodyResultOutputImages added in v4.12.0

type ListCheckRunsResponseBodyResultOutputImages struct {
	Alt      *string `json:"alt,omitempty" xml:"alt,omitempty"`
	Caption  *string `json:"caption,omitempty" xml:"caption,omitempty"`
	ImageUrl *string `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
}

func (ListCheckRunsResponseBodyResultOutputImages) GoString added in v4.12.0

func (*ListCheckRunsResponseBodyResultOutputImages) SetAlt added in v4.12.0

func (*ListCheckRunsResponseBodyResultOutputImages) SetCaption added in v4.12.0

func (*ListCheckRunsResponseBodyResultOutputImages) SetImageUrl added in v4.12.0

func (ListCheckRunsResponseBodyResultOutputImages) String added in v4.12.0

type ListCheckRunsResponseBodyResultWriter added in v4.12.0

type ListCheckRunsResponseBodyResultWriter struct {
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	LogoUrl *string `json:"logoUrl,omitempty" xml:"logoUrl,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Slug    *string `json:"slug,omitempty" xml:"slug,omitempty"`
	Type    *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListCheckRunsResponseBodyResultWriter) GoString added in v4.12.0

func (*ListCheckRunsResponseBodyResultWriter) SetId added in v4.12.0

func (*ListCheckRunsResponseBodyResultWriter) SetLogoUrl added in v4.12.0

func (*ListCheckRunsResponseBodyResultWriter) SetName added in v4.12.0

func (*ListCheckRunsResponseBodyResultWriter) SetSlug added in v4.12.0

func (*ListCheckRunsResponseBodyResultWriter) SetType added in v4.12.0

func (ListCheckRunsResponseBodyResultWriter) String added in v4.12.0

type ListCommitStatusesRequest added in v4.5.0

type ListCommitStatusesRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page               *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize           *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
	Sha                *string `json:"sha,omitempty" xml:"sha,omitempty"`
}

func (ListCommitStatusesRequest) GoString added in v4.5.0

func (s ListCommitStatusesRequest) GoString() string

func (*ListCommitStatusesRequest) SetAccessToken added in v4.5.0

func (*ListCommitStatusesRequest) SetOrganizationId added in v4.5.0

func (*ListCommitStatusesRequest) SetPage added in v4.5.0

func (*ListCommitStatusesRequest) SetPageSize added in v4.5.0

func (*ListCommitStatusesRequest) SetRepositoryIdentity added in v4.5.0

func (s *ListCommitStatusesRequest) SetRepositoryIdentity(v string) *ListCommitStatusesRequest

func (*ListCommitStatusesRequest) SetSha added in v4.5.0

func (ListCommitStatusesRequest) String added in v4.5.0

func (s ListCommitStatusesRequest) String() string

type ListCommitStatusesResponse added in v4.5.0

type ListCommitStatusesResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListCommitStatusesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListCommitStatusesResponse) GoString added in v4.5.0

func (s ListCommitStatusesResponse) GoString() string

func (*ListCommitStatusesResponse) SetBody added in v4.5.0

func (*ListCommitStatusesResponse) SetHeaders added in v4.5.0

func (*ListCommitStatusesResponse) SetStatusCode added in v4.5.0

func (ListCommitStatusesResponse) String added in v4.5.0

type ListCommitStatusesResponseBody added in v4.5.0

type ListCommitStatusesResponseBody struct {
	ErrorCode    *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListCommitStatusesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                  `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListCommitStatusesResponseBody) GoString added in v4.5.0

func (*ListCommitStatusesResponseBody) SetErrorCode added in v4.5.0

func (*ListCommitStatusesResponseBody) SetErrorMessage added in v4.5.0

func (*ListCommitStatusesResponseBody) SetRequestId added in v4.5.0

func (*ListCommitStatusesResponseBody) SetResult added in v4.5.0

func (*ListCommitStatusesResponseBody) SetSuccess added in v4.5.0

func (*ListCommitStatusesResponseBody) SetTotal added in v4.5.0

func (ListCommitStatusesResponseBody) String added in v4.5.0

type ListCommitStatusesResponseBodyResult added in v4.5.0

type ListCommitStatusesResponseBodyResult struct {
	Context     *string                                      `json:"context,omitempty" xml:"context,omitempty"`
	Creator     *ListCommitStatusesResponseBodyResultCreator `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Description *string                                      `json:"description,omitempty" xml:"description,omitempty"`
	Id          *int64                                       `json:"id,omitempty" xml:"id,omitempty"`
	Sha         *string                                      `json:"sha,omitempty" xml:"sha,omitempty"`
	State       *string                                      `json:"state,omitempty" xml:"state,omitempty"`
	TargetUrl   *string                                      `json:"targetUrl,omitempty" xml:"targetUrl,omitempty"`
}

func (ListCommitStatusesResponseBodyResult) GoString added in v4.5.0

func (*ListCommitStatusesResponseBodyResult) SetContext added in v4.5.0

func (*ListCommitStatusesResponseBodyResult) SetCreator added in v4.5.0

func (*ListCommitStatusesResponseBodyResult) SetDescription added in v4.5.0

func (*ListCommitStatusesResponseBodyResult) SetId added in v4.5.0

func (*ListCommitStatusesResponseBodyResult) SetSha added in v4.5.0

func (*ListCommitStatusesResponseBodyResult) SetState added in v4.5.0

func (*ListCommitStatusesResponseBodyResult) SetTargetUrl added in v4.5.0

func (ListCommitStatusesResponseBodyResult) String added in v4.5.0

type ListCommitStatusesResponseBodyResultCreator added in v4.5.0

type ListCommitStatusesResponseBodyResultCreator struct {
	AliyunPk  *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Login     *string `json:"login,omitempty" xml:"login,omitempty"`
	Type      *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListCommitStatusesResponseBodyResultCreator) GoString added in v4.5.0

func (*ListCommitStatusesResponseBodyResultCreator) SetAliyunPk added in v4.5.0

func (*ListCommitStatusesResponseBodyResultCreator) SetAvatarUrl added in v4.5.0

func (*ListCommitStatusesResponseBodyResultCreator) SetLogin added in v4.5.0

func (*ListCommitStatusesResponseBodyResultCreator) SetType added in v4.5.0

func (ListCommitStatusesResponseBodyResultCreator) String added in v4.5.0

type ListFlowTagGroupsResponse

type ListFlowTagGroupsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListFlowTagGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListFlowTagGroupsResponse) GoString

func (s ListFlowTagGroupsResponse) GoString() string

func (*ListFlowTagGroupsResponse) SetBody

func (*ListFlowTagGroupsResponse) SetHeaders

func (*ListFlowTagGroupsResponse) SetStatusCode

func (ListFlowTagGroupsResponse) String

func (s ListFlowTagGroupsResponse) String() string

type ListFlowTagGroupsResponseBody

type ListFlowTagGroupsResponseBody struct {
	ErrorCode     *string                                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage  *string                                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	FlowTagGroups []*ListFlowTagGroupsResponseBodyFlowTagGroups `json:"flowTagGroups,omitempty" xml:"flowTagGroups,omitempty" type:"Repeated"`
	RequestId     *string                                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success       *bool                                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListFlowTagGroupsResponseBody) GoString

func (*ListFlowTagGroupsResponseBody) SetErrorCode

func (*ListFlowTagGroupsResponseBody) SetErrorMessage

func (*ListFlowTagGroupsResponseBody) SetRequestId

func (*ListFlowTagGroupsResponseBody) SetSuccess

func (ListFlowTagGroupsResponseBody) String

type ListFlowTagGroupsResponseBodyFlowTagGroups

type ListFlowTagGroupsResponseBodyFlowTagGroups struct {
	CreatorAccountId *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Id               *int64  `json:"id,omitempty" xml:"id,omitempty"`
	ModiferAccountId *string `json:"modiferAccountId,omitempty" xml:"modiferAccountId,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListFlowTagGroupsResponseBodyFlowTagGroups) GoString

func (*ListFlowTagGroupsResponseBodyFlowTagGroups) SetCreatorAccountId

func (*ListFlowTagGroupsResponseBodyFlowTagGroups) SetId

func (*ListFlowTagGroupsResponseBodyFlowTagGroups) SetModiferAccountId

func (*ListFlowTagGroupsResponseBodyFlowTagGroups) SetName

func (ListFlowTagGroupsResponseBodyFlowTagGroups) String

type ListGroupMemberRequest

type ListGroupMemberRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListGroupMemberRequest) GoString

func (s ListGroupMemberRequest) GoString() string

func (*ListGroupMemberRequest) SetAccessToken

func (*ListGroupMemberRequest) SetOrganizationId

func (s *ListGroupMemberRequest) SetOrganizationId(v string) *ListGroupMemberRequest

func (ListGroupMemberRequest) String

func (s ListGroupMemberRequest) String() string

type ListGroupMemberResponse

type ListGroupMemberResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListGroupMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListGroupMemberResponse) GoString

func (s ListGroupMemberResponse) GoString() string

func (*ListGroupMemberResponse) SetBody

func (*ListGroupMemberResponse) SetHeaders

func (*ListGroupMemberResponse) SetStatusCode

func (ListGroupMemberResponse) String

func (s ListGroupMemberResponse) String() string

type ListGroupMemberResponseBody

type ListGroupMemberResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListGroupMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListGroupMemberResponseBody) GoString

func (s ListGroupMemberResponseBody) GoString() string

func (*ListGroupMemberResponseBody) SetErrorCode

func (*ListGroupMemberResponseBody) SetErrorMessage

func (*ListGroupMemberResponseBody) SetRequestId

func (*ListGroupMemberResponseBody) SetResult

func (*ListGroupMemberResponseBody) SetSuccess

func (ListGroupMemberResponseBody) String

type ListGroupMemberResponseBodyResult

type ListGroupMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email       *string `json:"email,omitempty" xml:"email,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	MemberType  *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	State       *string `json:"state,omitempty" xml:"state,omitempty"`
	Username    *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListGroupMemberResponseBodyResult) GoString

func (*ListGroupMemberResponseBodyResult) SetAccessLevel

func (*ListGroupMemberResponseBodyResult) SetAvatarUrl

func (*ListGroupMemberResponseBodyResult) SetEmail

func (*ListGroupMemberResponseBodyResult) SetId

func (*ListGroupMemberResponseBodyResult) SetMemberType

func (*ListGroupMemberResponseBodyResult) SetName

func (*ListGroupMemberResponseBodyResult) SetSourceId

func (*ListGroupMemberResponseBodyResult) SetState

func (*ListGroupMemberResponseBodyResult) SetUsername

func (ListGroupMemberResponseBodyResult) String

type ListGroupRepositoriesRequest

type ListGroupRepositoriesRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Search         *string `json:"search,omitempty" xml:"search,omitempty"`
}

func (ListGroupRepositoriesRequest) GoString

func (s ListGroupRepositoriesRequest) GoString() string

func (*ListGroupRepositoriesRequest) SetAccessToken

func (*ListGroupRepositoriesRequest) SetOrganizationId

func (*ListGroupRepositoriesRequest) SetPage

func (*ListGroupRepositoriesRequest) SetPageSize

func (*ListGroupRepositoriesRequest) SetSearch

func (ListGroupRepositoriesRequest) String

type ListGroupRepositoriesResponse

type ListGroupRepositoriesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListGroupRepositoriesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListGroupRepositoriesResponse) GoString

func (*ListGroupRepositoriesResponse) SetBody

func (*ListGroupRepositoriesResponse) SetHeaders

func (*ListGroupRepositoriesResponse) SetStatusCode

func (ListGroupRepositoriesResponse) String

type ListGroupRepositoriesResponseBody

type ListGroupRepositoriesResponseBody struct {
	ErrorCode    *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListGroupRepositoriesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                     `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListGroupRepositoriesResponseBody) GoString

func (*ListGroupRepositoriesResponseBody) SetErrorCode

func (*ListGroupRepositoriesResponseBody) SetErrorMessage

func (*ListGroupRepositoriesResponseBody) SetRequestId

func (*ListGroupRepositoriesResponseBody) SetSuccess

func (*ListGroupRepositoriesResponseBody) SetTotal

func (ListGroupRepositoriesResponseBody) String

type ListGroupRepositoriesResponseBodyResult

type ListGroupRepositoriesResponseBodyResult struct {
	Archived             *bool   `json:"archived,omitempty" xml:"archived,omitempty"`
	CommitCount          *int64  `json:"commitCount,omitempty" xml:"commitCount,omitempty"`
	CreatedAt            *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	CreatorId            *int64  `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	Description          *string `json:"description,omitempty" xml:"description,omitempty"`
	HttpUrl              *string `json:"httpUrl,omitempty" xml:"httpUrl,omitempty"`
	Id                   *int64  `json:"id,omitempty" xml:"id,omitempty"`
	ImportUrl            *string `json:"importUrl,omitempty" xml:"importUrl,omitempty"`
	IsStared             *bool   `json:"isStared,omitempty" xml:"isStared,omitempty"`
	IssuesEnabled        *bool   `json:"issuesEnabled,omitempty" xml:"issuesEnabled,omitempty"`
	LastActivityAt       *string `json:"lastActivityAt,omitempty" xml:"lastActivityAt,omitempty"`
	MergeRequestsEnabled *bool   `json:"mergeRequestsEnabled,omitempty" xml:"mergeRequestsEnabled,omitempty"`
	Name                 *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace    *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	NamespaceId          *bool   `json:"namespaceId,omitempty" xml:"namespaceId,omitempty"`
	Path                 *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace    *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	PrivateFlag          *bool   `json:"privateFlag,omitempty" xml:"privateFlag,omitempty"`
	SnippetsEnabled      *bool   `json:"snippetsEnabled,omitempty" xml:"snippetsEnabled,omitempty"`
	SshUrl               *string `json:"sshUrl,omitempty" xml:"sshUrl,omitempty"`
	StarCount            *int32  `json:"starCount,omitempty" xml:"starCount,omitempty"`
	UpdatedAt            *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel      *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl               *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
	WikiEnabled          *bool   `json:"wikiEnabled,omitempty" xml:"wikiEnabled,omitempty"`
}

func (ListGroupRepositoriesResponseBodyResult) GoString

func (*ListGroupRepositoriesResponseBodyResult) SetArchived

func (*ListGroupRepositoriesResponseBodyResult) SetCommitCount

func (*ListGroupRepositoriesResponseBodyResult) SetCreatedAt

func (*ListGroupRepositoriesResponseBodyResult) SetCreatorId

func (*ListGroupRepositoriesResponseBodyResult) SetDescription

func (*ListGroupRepositoriesResponseBodyResult) SetHttpUrl

func (*ListGroupRepositoriesResponseBodyResult) SetId

func (*ListGroupRepositoriesResponseBodyResult) SetImportUrl

func (*ListGroupRepositoriesResponseBodyResult) SetIsStared

func (*ListGroupRepositoriesResponseBodyResult) SetIssuesEnabled

func (*ListGroupRepositoriesResponseBodyResult) SetLastActivityAt

func (*ListGroupRepositoriesResponseBodyResult) SetMergeRequestsEnabled

func (*ListGroupRepositoriesResponseBodyResult) SetName

func (*ListGroupRepositoriesResponseBodyResult) SetNameWithNamespace

func (*ListGroupRepositoriesResponseBodyResult) SetNamespaceId

func (*ListGroupRepositoriesResponseBodyResult) SetPath

func (*ListGroupRepositoriesResponseBodyResult) SetPathWithNamespace

func (*ListGroupRepositoriesResponseBodyResult) SetPrivateFlag

func (*ListGroupRepositoriesResponseBodyResult) SetSnippetsEnabled

func (*ListGroupRepositoriesResponseBodyResult) SetSshUrl

func (*ListGroupRepositoriesResponseBodyResult) SetStarCount

func (*ListGroupRepositoriesResponseBodyResult) SetUpdatedAt

func (*ListGroupRepositoriesResponseBodyResult) SetVisibilityLevel

func (*ListGroupRepositoriesResponseBodyResult) SetWebUrl

func (*ListGroupRepositoriesResponseBodyResult) SetWikiEnabled

func (ListGroupRepositoriesResponseBodyResult) String

type ListHostGroupsRequest

type ListHostGroupsRequest struct {
	CreateEndTime     *int64  `json:"createEndTime,omitempty" xml:"createEndTime,omitempty"`
	CreateStartTime   *int64  `json:"createStartTime,omitempty" xml:"createStartTime,omitempty"`
	CreatorAccountIds *string `json:"creatorAccountIds,omitempty" xml:"creatorAccountIds,omitempty"`
	Ids               *string `json:"ids,omitempty" xml:"ids,omitempty"`
	MaxResults        *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NextToken         *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PageOrder         *string `json:"pageOrder,omitempty" xml:"pageOrder,omitempty"`
	PageSort          *string `json:"pageSort,omitempty" xml:"pageSort,omitempty"`
}

func (ListHostGroupsRequest) GoString

func (s ListHostGroupsRequest) GoString() string

func (*ListHostGroupsRequest) SetCreateEndTime

func (s *ListHostGroupsRequest) SetCreateEndTime(v int64) *ListHostGroupsRequest

func (*ListHostGroupsRequest) SetCreateStartTime

func (s *ListHostGroupsRequest) SetCreateStartTime(v int64) *ListHostGroupsRequest

func (*ListHostGroupsRequest) SetCreatorAccountIds

func (s *ListHostGroupsRequest) SetCreatorAccountIds(v string) *ListHostGroupsRequest

func (*ListHostGroupsRequest) SetIds

func (*ListHostGroupsRequest) SetMaxResults

func (s *ListHostGroupsRequest) SetMaxResults(v int64) *ListHostGroupsRequest

func (*ListHostGroupsRequest) SetName

func (*ListHostGroupsRequest) SetNextToken

func (*ListHostGroupsRequest) SetPageOrder

func (*ListHostGroupsRequest) SetPageSort

func (ListHostGroupsRequest) String

func (s ListHostGroupsRequest) String() string

type ListHostGroupsResponse

type ListHostGroupsResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListHostGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListHostGroupsResponse) GoString

func (s ListHostGroupsResponse) GoString() string

func (*ListHostGroupsResponse) SetBody

func (*ListHostGroupsResponse) SetHeaders

func (*ListHostGroupsResponse) SetStatusCode

func (ListHostGroupsResponse) String

func (s ListHostGroupsResponse) String() string

type ListHostGroupsResponseBody

type ListHostGroupsResponseBody struct {
	ErrorCode    *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	HostGroups   []*ListHostGroupsResponseBodyHostGroups `json:"hostGroups,omitempty" xml:"hostGroups,omitempty" type:"Repeated"`
	NextToken    *string                                 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId    *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount   *int64                                  `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListHostGroupsResponseBody) GoString

func (s ListHostGroupsResponseBody) GoString() string

func (*ListHostGroupsResponseBody) SetErrorCode

func (*ListHostGroupsResponseBody) SetErrorMessage

func (*ListHostGroupsResponseBody) SetHostGroups

func (*ListHostGroupsResponseBody) SetNextToken

func (*ListHostGroupsResponseBody) SetRequestId

func (*ListHostGroupsResponseBody) SetSuccess

func (*ListHostGroupsResponseBody) SetTotalCount

func (ListHostGroupsResponseBody) String

type ListHostGroupsResponseBodyHostGroups

type ListHostGroupsResponseBodyHostGroups struct {
	AliyunRegion     *string `json:"aliyunRegion,omitempty" xml:"aliyunRegion,omitempty"`
	CreateTime       *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorAccountId *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Description      *string `json:"description,omitempty" xml:"description,omitempty"`
	EcsLabelKey      *string `json:"ecsLabelKey,omitempty" xml:"ecsLabelKey,omitempty"`
	EcsLabelValue    *string `json:"ecsLabelValue,omitempty" xml:"ecsLabelValue,omitempty"`
	EcsType          *string `json:"ecsType,omitempty" xml:"ecsType,omitempty"`
	HostNum          *int64  `json:"hostNum,omitempty" xml:"hostNum,omitempty"`
	// 323232
	Id                  *int64  `json:"id,omitempty" xml:"id,omitempty"`
	ModifierAccountId   *string `json:"modifierAccountId,omitempty" xml:"modifierAccountId,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	ServiceConnectionId *int64  `json:"serviceConnectionId,omitempty" xml:"serviceConnectionId,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
	UpdateTime          *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (ListHostGroupsResponseBodyHostGroups) GoString

func (*ListHostGroupsResponseBodyHostGroups) SetAliyunRegion

func (*ListHostGroupsResponseBodyHostGroups) SetCreateTime

func (*ListHostGroupsResponseBodyHostGroups) SetCreatorAccountId

func (*ListHostGroupsResponseBodyHostGroups) SetDescription

func (*ListHostGroupsResponseBodyHostGroups) SetEcsLabelKey

func (*ListHostGroupsResponseBodyHostGroups) SetEcsLabelValue

func (*ListHostGroupsResponseBodyHostGroups) SetEcsType

func (*ListHostGroupsResponseBodyHostGroups) SetHostNum

func (*ListHostGroupsResponseBodyHostGroups) SetId

func (*ListHostGroupsResponseBodyHostGroups) SetModifierAccountId

func (*ListHostGroupsResponseBodyHostGroups) SetName

func (*ListHostGroupsResponseBodyHostGroups) SetServiceConnectionId

func (*ListHostGroupsResponseBodyHostGroups) SetType

func (*ListHostGroupsResponseBodyHostGroups) SetUpdateTime

func (ListHostGroupsResponseBodyHostGroups) String

type ListJoinedOrganizationsResponse added in v4.17.0

type ListJoinedOrganizationsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListJoinedOrganizationsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListJoinedOrganizationsResponse) GoString added in v4.17.0

func (*ListJoinedOrganizationsResponse) SetBody added in v4.17.0

func (*ListJoinedOrganizationsResponse) SetHeaders added in v4.17.0

func (*ListJoinedOrganizationsResponse) SetStatusCode added in v4.17.0

func (ListJoinedOrganizationsResponse) String added in v4.17.0

type ListJoinedOrganizationsResponseBody added in v4.17.0

type ListJoinedOrganizationsResponseBody struct {
	ErrorCode     *string                                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage  *string                                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Organizations []*ListJoinedOrganizationsResponseBodyOrganizations `json:"organizations,omitempty" xml:"organizations,omitempty" type:"Repeated"`
	RequestId     *string                                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success       *bool                                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListJoinedOrganizationsResponseBody) GoString added in v4.17.0

func (*ListJoinedOrganizationsResponseBody) SetErrorCode added in v4.17.0

func (*ListJoinedOrganizationsResponseBody) SetErrorMessage added in v4.17.0

func (*ListJoinedOrganizationsResponseBody) SetOrganizations added in v4.17.0

func (*ListJoinedOrganizationsResponseBody) SetRequestId added in v4.17.0

func (*ListJoinedOrganizationsResponseBody) SetSuccess added in v4.17.0

func (ListJoinedOrganizationsResponseBody) String added in v4.17.0

type ListJoinedOrganizationsResponseBodyOrganizations added in v4.17.0

type ListJoinedOrganizationsResponseBodyOrganizations struct {
	Id         *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOrgAdmin *bool   `json:"isOrgAdmin,omitempty" xml:"isOrgAdmin,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListJoinedOrganizationsResponseBodyOrganizations) GoString added in v4.17.0

func (*ListJoinedOrganizationsResponseBodyOrganizations) SetId added in v4.17.0

func (*ListJoinedOrganizationsResponseBodyOrganizations) SetIsOrgAdmin added in v4.18.2

func (*ListJoinedOrganizationsResponseBodyOrganizations) SetName added in v4.17.0

func (ListJoinedOrganizationsResponseBodyOrganizations) String added in v4.17.0

type ListMergeRequestCommentsRequest added in v4.5.0

type ListMergeRequestCommentsRequest struct {
	AccessToken        *string   `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	CommentType        *string   `json:"commentType,omitempty" xml:"commentType,omitempty"`
	FilePath           *string   `json:"filePath,omitempty" xml:"filePath,omitempty"`
	PatchSetBizIds     []*string `json:"patchSetBizIds,omitempty" xml:"patchSetBizIds,omitempty" type:"Repeated"`
	Resolved           *bool     `json:"resolved,omitempty" xml:"resolved,omitempty"`
	State              *string   `json:"state,omitempty" xml:"state,omitempty"`
	LocalId            *int64    `json:"localId,omitempty" xml:"localId,omitempty"`
	OrganizationId     *string   `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string   `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (ListMergeRequestCommentsRequest) GoString added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetAccessToken added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetCommentType added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetFilePath added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetLocalId added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetOrganizationId added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetPatchSetBizIds added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetRepositoryIdentity added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetResolved added in v4.5.0

func (*ListMergeRequestCommentsRequest) SetState added in v4.5.0

func (ListMergeRequestCommentsRequest) String added in v4.5.0

type ListMergeRequestCommentsResponse added in v4.5.0

type ListMergeRequestCommentsResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListMergeRequestCommentsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListMergeRequestCommentsResponse) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponse) SetBody added in v4.5.0

func (*ListMergeRequestCommentsResponse) SetHeaders added in v4.5.0

func (*ListMergeRequestCommentsResponse) SetStatusCode added in v4.5.0

func (ListMergeRequestCommentsResponse) String added in v4.5.0

type ListMergeRequestCommentsResponseBody added in v4.5.0

type ListMergeRequestCommentsResponseBody struct {
	ErrorCode    *string                                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListMergeRequestCommentsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListMergeRequestCommentsResponseBody) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBody) SetErrorCode added in v4.5.0

func (*ListMergeRequestCommentsResponseBody) SetErrorMessage added in v4.5.0

func (*ListMergeRequestCommentsResponseBody) SetRequestId added in v4.5.0

func (*ListMergeRequestCommentsResponseBody) SetResult added in v4.5.0

func (*ListMergeRequestCommentsResponseBody) SetSuccess added in v4.5.0

func (ListMergeRequestCommentsResponseBody) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResult added in v4.5.0

type ListMergeRequestCommentsResponseBodyResult struct {
	Author             *ListMergeRequestCommentsResponseBodyResultAuthor          `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	ChildComments      []*ListMergeRequestCommentsResponseBodyResultChildComments `json:"childComments,omitempty" xml:"childComments,omitempty" type:"Repeated"`
	CommentBizId       *string                                                    `json:"commentBizId,omitempty" xml:"commentBizId,omitempty"`
	CommentTime        *string                                                    `json:"commentTime,omitempty" xml:"commentTime,omitempty"`
	CommentType        *string                                                    `json:"commentType,omitempty" xml:"commentType,omitempty"`
	Content            *string                                                    `json:"content,omitempty" xml:"content,omitempty"`
	Deleted            *bool                                                      `json:"deleted,omitempty" xml:"deleted,omitempty"`
	FilePath           *string                                                    `json:"filePath,omitempty" xml:"filePath,omitempty"`
	LastEditTime       *string                                                    `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	LineNumber         *string                                                    `json:"lineNumber,omitempty" xml:"lineNumber,omitempty"`
	ParentCommentBizId *string                                                    `json:"parentCommentBizId,omitempty" xml:"parentCommentBizId,omitempty"`
	RelatedPatchSet    *ListMergeRequestCommentsResponseBodyResultRelatedPatchSet `json:"relatedPatchSet,omitempty" xml:"relatedPatchSet,omitempty" type:"Struct"`
	Resolved           *bool                                                      `json:"resolved,omitempty" xml:"resolved,omitempty"`
	RootCommentBizId   *string                                                    `json:"rootCommentBizId,omitempty" xml:"rootCommentBizId,omitempty"`
	State              *string                                                    `json:"state,omitempty" xml:"state,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResult) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetAuthor added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetChildComments added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetCommentTime added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetCommentType added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetContent added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetDeleted added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetFilePath added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetLastEditTime added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetLineNumber added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetParentCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetResolved added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetRootCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResult) SetState added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResult) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultAuthor added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultAuthor struct {
	AliyunPk  *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultAuthor) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultAuthor) SetAliyunPk added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultAuthor) SetAvatarUrl added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultAuthor) SetEmail added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultAuthor) SetId added in v4.11.1

func (*ListMergeRequestCommentsResponseBodyResultAuthor) SetName added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultAuthor) SetState added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultAuthor) SetUsername added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultAuthor) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildComments added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildComments struct {
	Author             *ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor               `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	CommentBizId       *string                                                                      `json:"commentBizId,omitempty" xml:"commentBizId,omitempty"`
	CommentTime        *string                                                                      `json:"commentTime,omitempty" xml:"commentTime,omitempty"`
	CommentType        *string                                                                      `json:"commentType,omitempty" xml:"commentType,omitempty"`
	Content            *string                                                                      `json:"content,omitempty" xml:"content,omitempty"`
	Deleted            *bool                                                                        `json:"deleted,omitempty" xml:"deleted,omitempty"`
	FilePath           *string                                                                      `json:"filePath,omitempty" xml:"filePath,omitempty"`
	FinalChildComments []*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments `json:"finalChildComments,omitempty" xml:"finalChildComments,omitempty" type:"Repeated"`
	LastEditTime       *string                                                                      `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	LineNumber         *string                                                                      `json:"lineNumber,omitempty" xml:"lineNumber,omitempty"`
	ParentCommentBizId *string                                                                      `json:"parentCommentBizId,omitempty" xml:"parentCommentBizId,omitempty"`
	RelatedPatchSet    *ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet      `json:"relatedPatchSet,omitempty" xml:"relatedPatchSet,omitempty" type:"Struct"`
	Resolved           *bool                                                                        `json:"resolved,omitempty" xml:"resolved,omitempty"`
	RootCommentBizId   *string                                                                      `json:"rootCommentBizId,omitempty" xml:"rootCommentBizId,omitempty"`
	State              *string                                                                      `json:"state,omitempty" xml:"state,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultChildComments) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetCommentTime added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetCommentType added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetContent added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetDeleted added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetFilePath added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetLastEditTime added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetLineNumber added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetParentCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetResolved added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetRootCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildComments) SetState added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultChildComments) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor struct {
	AliyunPk  *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) SetAliyunPk added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) SetAvatarUrl added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) SetEmail added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) SetId added in v4.11.1

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) SetName added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) SetState added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) SetUsername added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultChildCommentsAuthor) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments struct {
	Author             *ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor          `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	CommentBizId       *string                                                                                   `json:"commentBizId,omitempty" xml:"commentBizId,omitempty"`
	CommentTime        *string                                                                                   `json:"commentTime,omitempty" xml:"commentTime,omitempty"`
	CommentType        *string                                                                                   `json:"commentType,omitempty" xml:"commentType,omitempty"`
	Content            *string                                                                                   `json:"content,omitempty" xml:"content,omitempty"`
	Deleted            *bool                                                                                     `json:"deleted,omitempty" xml:"deleted,omitempty"`
	FilePath           *string                                                                                   `json:"filePath,omitempty" xml:"filePath,omitempty"`
	LastEditTime       *string                                                                                   `json:"lastEditTime,omitempty" xml:"lastEditTime,omitempty"`
	LineNumber         *string                                                                                   `json:"lineNumber,omitempty" xml:"lineNumber,omitempty"`
	ParentCommentBizId *string                                                                                   `json:"parentCommentBizId,omitempty" xml:"parentCommentBizId,omitempty"`
	RelatedPatchSet    *ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet `json:"relatedPatchSet,omitempty" xml:"relatedPatchSet,omitempty" type:"Struct"`
	Resolved           *bool                                                                                     `json:"resolved,omitempty" xml:"resolved,omitempty"`
	RootCommentBizId   *string                                                                                   `json:"rootCommentBizId,omitempty" xml:"rootCommentBizId,omitempty"`
	State              *string                                                                                   `json:"state,omitempty" xml:"state,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetCommentTime added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetCommentType added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetContent added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetDeleted added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetFilePath added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetLastEditTime added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetLineNumber added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetParentCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetResolved added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetRootCommentBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) SetState added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildComments) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor struct {
	AliyunPk  *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) SetAliyunPk added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) SetAvatarUrl added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) SetEmail added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) SetId added in v4.11.1

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) SetName added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) SetState added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) SetUsername added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsAuthor) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet struct {
	CommitId             *string `json:"commitId,omitempty" xml:"commitId,omitempty"`
	CreatedAt            *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	PatchSetBizId        *string `json:"patchSetBizId,omitempty" xml:"patchSetBizId,omitempty"`
	PatchSetName         *string `json:"patchSetName,omitempty" xml:"patchSetName,omitempty"`
	PatchSetNo           *string `json:"patchSetNo,omitempty" xml:"patchSetNo,omitempty"`
	RelatedMergeItemType *string `json:"relatedMergeItemType,omitempty" xml:"relatedMergeItemType,omitempty"`
	ShortId              *string `json:"shortId,omitempty" xml:"shortId,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) SetCommitId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) SetCreatedAt added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) SetPatchSetBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) SetPatchSetName added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) SetPatchSetNo added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) SetRelatedMergeItemType added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) SetShortId added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultChildCommentsFinalChildCommentsRelatedPatchSet) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet struct {
	CommitId             *string `json:"commitId,omitempty" xml:"commitId,omitempty"`
	CreatedAt            *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	PatchSetBizId        *string `json:"patchSetBizId,omitempty" xml:"patchSetBizId,omitempty"`
	PatchSetName         *string `json:"patchSetName,omitempty" xml:"patchSetName,omitempty"`
	PatchSetNo           *string `json:"patchSetNo,omitempty" xml:"patchSetNo,omitempty"`
	RelatedMergeItemType *string `json:"relatedMergeItemType,omitempty" xml:"relatedMergeItemType,omitempty"`
	ShortId              *string `json:"shortId,omitempty" xml:"shortId,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) SetCommitId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) SetCreatedAt added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) SetPatchSetBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) SetPatchSetName added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) SetPatchSetNo added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) SetRelatedMergeItemType added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) SetShortId added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultChildCommentsRelatedPatchSet) String added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultRelatedPatchSet added in v4.5.0

type ListMergeRequestCommentsResponseBodyResultRelatedPatchSet struct {
	CommitId             *string `json:"commitId,omitempty" xml:"commitId,omitempty"`
	CreatedAt            *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	PatchSetBizId        *string `json:"patchSetBizId,omitempty" xml:"patchSetBizId,omitempty"`
	PatchSetName         *string `json:"patchSetName,omitempty" xml:"patchSetName,omitempty"`
	PatchSetNo           *string `json:"patchSetNo,omitempty" xml:"patchSetNo,omitempty"`
	RelatedMergeItemType *string `json:"relatedMergeItemType,omitempty" xml:"relatedMergeItemType,omitempty"`
	ShortId              *string `json:"shortId,omitempty" xml:"shortId,omitempty"`
}

func (ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) GoString added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) SetCommitId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) SetCreatedAt added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) SetPatchSetBizId added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) SetPatchSetName added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) SetPatchSetNo added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) SetRelatedMergeItemType added in v4.5.0

func (*ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) SetShortId added in v4.5.0

func (ListMergeRequestCommentsResponseBodyResultRelatedPatchSet) String added in v4.5.0

type ListMergeRequestFilesReadsRequest added in v4.5.0

type ListMergeRequestFilesReadsRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	FromPatchSetBizId  *string `json:"fromPatchSetBizId,omitempty" xml:"fromPatchSetBizId,omitempty"`
	LocalId            *int64  `json:"localId,omitempty" xml:"localId,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
	ToPatchSetBizId    *string `json:"toPatchSetBizId,omitempty" xml:"toPatchSetBizId,omitempty"`
}

func (ListMergeRequestFilesReadsRequest) GoString added in v4.5.0

func (*ListMergeRequestFilesReadsRequest) SetAccessToken added in v4.5.0

func (*ListMergeRequestFilesReadsRequest) SetFromPatchSetBizId added in v4.5.0

func (*ListMergeRequestFilesReadsRequest) SetLocalId added in v4.5.0

func (*ListMergeRequestFilesReadsRequest) SetOrganizationId added in v4.5.0

func (*ListMergeRequestFilesReadsRequest) SetRepositoryIdentity added in v4.5.0

func (*ListMergeRequestFilesReadsRequest) SetToPatchSetBizId added in v4.5.0

func (ListMergeRequestFilesReadsRequest) String added in v4.5.0

type ListMergeRequestFilesReadsResponse added in v4.5.0

type ListMergeRequestFilesReadsResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListMergeRequestFilesReadsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListMergeRequestFilesReadsResponse) GoString added in v4.5.0

func (*ListMergeRequestFilesReadsResponse) SetBody added in v4.5.0

func (*ListMergeRequestFilesReadsResponse) SetHeaders added in v4.5.0

func (*ListMergeRequestFilesReadsResponse) SetStatusCode added in v4.5.0

func (ListMergeRequestFilesReadsResponse) String added in v4.5.0

type ListMergeRequestFilesReadsResponseBody added in v4.5.0

type ListMergeRequestFilesReadsResponseBody struct {
	ErrorCode    *string                                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListMergeRequestFilesReadsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                           `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListMergeRequestFilesReadsResponseBody) GoString added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBody) SetErrorCode added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBody) SetErrorMessage added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBody) SetRequestId added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBody) SetResult added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBody) SetSuccess added in v4.5.0

func (ListMergeRequestFilesReadsResponseBody) String added in v4.5.0

type ListMergeRequestFilesReadsResponseBodyResult added in v4.5.0

type ListMergeRequestFilesReadsResponseBodyResult struct {
	DeletedFile *string                                                  `json:"deletedFile,omitempty" xml:"deletedFile,omitempty"`
	NewFile     *bool                                                    `json:"newFile,omitempty" xml:"newFile,omitempty"`
	NewFilePath *string                                                  `json:"newFilePath,omitempty" xml:"newFilePath,omitempty"`
	OldFilePath *string                                                  `json:"oldFilePath,omitempty" xml:"oldFilePath,omitempty"`
	ReadUsers   []*ListMergeRequestFilesReadsResponseBodyResultReadUsers `json:"readUsers,omitempty" xml:"readUsers,omitempty" type:"Repeated"`
	RenamedFile *string                                                  `json:"renamedFile,omitempty" xml:"renamedFile,omitempty"`
}

func (ListMergeRequestFilesReadsResponseBodyResult) GoString added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResult) SetDeletedFile added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResult) SetNewFile added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResult) SetNewFilePath added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResult) SetOldFilePath added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResult) SetReadUsers added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResult) SetRenamedFile added in v4.5.0

func (ListMergeRequestFilesReadsResponseBodyResult) String added in v4.5.0

type ListMergeRequestFilesReadsResponseBodyResultReadUsers added in v4.5.0

type ListMergeRequestFilesReadsResponseBodyResultReadUsers struct {
	AliyunPk  *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListMergeRequestFilesReadsResponseBodyResultReadUsers) GoString added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResultReadUsers) SetAliyunPk added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResultReadUsers) SetAvatarUrl added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResultReadUsers) SetEmail added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResultReadUsers) SetName added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResultReadUsers) SetState added in v4.5.0

func (*ListMergeRequestFilesReadsResponseBodyResultReadUsers) SetUsername added in v4.5.0

func (ListMergeRequestFilesReadsResponseBodyResultReadUsers) String added in v4.5.0

type ListMergeRequestLabelsRequest added in v4.8.0

type ListMergeRequestLabelsRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	LocalId            *int64  `json:"localId,omitempty" xml:"localId,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (ListMergeRequestLabelsRequest) GoString added in v4.8.0

func (*ListMergeRequestLabelsRequest) SetAccessToken added in v4.8.0

func (*ListMergeRequestLabelsRequest) SetLocalId added in v4.8.0

func (*ListMergeRequestLabelsRequest) SetOrganizationId added in v4.8.0

func (*ListMergeRequestLabelsRequest) SetRepositoryIdentity added in v4.8.0

func (ListMergeRequestLabelsRequest) String added in v4.8.0

type ListMergeRequestLabelsResponse added in v4.8.0

type ListMergeRequestLabelsResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListMergeRequestLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListMergeRequestLabelsResponse) GoString added in v4.8.0

func (*ListMergeRequestLabelsResponse) SetBody added in v4.8.0

func (*ListMergeRequestLabelsResponse) SetHeaders added in v4.8.0

func (*ListMergeRequestLabelsResponse) SetStatusCode added in v4.8.0

func (ListMergeRequestLabelsResponse) String added in v4.8.0

type ListMergeRequestLabelsResponseBody added in v4.8.0

type ListMergeRequestLabelsResponseBody struct {
	ErrorCode    *string                                     `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                     `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                     `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListMergeRequestLabelsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                       `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListMergeRequestLabelsResponseBody) GoString added in v4.8.0

func (*ListMergeRequestLabelsResponseBody) SetErrorCode added in v4.8.0

func (*ListMergeRequestLabelsResponseBody) SetErrorMessage added in v4.8.0

func (*ListMergeRequestLabelsResponseBody) SetRequestId added in v4.8.0

func (*ListMergeRequestLabelsResponseBody) SetResult added in v4.8.0

func (*ListMergeRequestLabelsResponseBody) SetSuccess added in v4.8.0

func (ListMergeRequestLabelsResponseBody) String added in v4.8.0

type ListMergeRequestLabelsResponseBodyResult added in v4.8.0

type ListMergeRequestLabelsResponseBodyResult struct {
	Color       *string `json:"color,omitempty" xml:"color,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListMergeRequestLabelsResponseBodyResult) GoString added in v4.8.0

func (*ListMergeRequestLabelsResponseBodyResult) SetColor added in v4.8.0

func (*ListMergeRequestLabelsResponseBodyResult) SetDescription added in v4.8.0

func (*ListMergeRequestLabelsResponseBodyResult) SetId added in v4.8.0

func (*ListMergeRequestLabelsResponseBodyResult) SetName added in v4.8.0

func (ListMergeRequestLabelsResponseBodyResult) String added in v4.8.0

type ListMergeRequestPatchSetsRequest added in v4.5.0

type ListMergeRequestPatchSetsRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	LocalId            *int64  `json:"localId,omitempty" xml:"localId,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (ListMergeRequestPatchSetsRequest) GoString added in v4.5.0

func (*ListMergeRequestPatchSetsRequest) SetAccessToken added in v4.5.0

func (*ListMergeRequestPatchSetsRequest) SetLocalId added in v4.5.0

func (*ListMergeRequestPatchSetsRequest) SetOrganizationId added in v4.5.0

func (*ListMergeRequestPatchSetsRequest) SetRepositoryIdentity added in v4.5.0

func (ListMergeRequestPatchSetsRequest) String added in v4.5.0

type ListMergeRequestPatchSetsResponse added in v4.5.0

type ListMergeRequestPatchSetsResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListMergeRequestPatchSetsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListMergeRequestPatchSetsResponse) GoString added in v4.5.0

func (*ListMergeRequestPatchSetsResponse) SetBody added in v4.5.0

func (*ListMergeRequestPatchSetsResponse) SetHeaders added in v4.5.0

func (*ListMergeRequestPatchSetsResponse) SetStatusCode added in v4.5.0

func (ListMergeRequestPatchSetsResponse) String added in v4.5.0

type ListMergeRequestPatchSetsResponseBody added in v4.5.0

type ListMergeRequestPatchSetsResponseBody struct {
	ErrorCode    *string                                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListMergeRequestPatchSetsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListMergeRequestPatchSetsResponseBody) GoString added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBody) SetErrorCode added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBody) SetErrorMessage added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBody) SetRequestId added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBody) SetResult added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBody) SetSuccess added in v4.5.0

func (ListMergeRequestPatchSetsResponseBody) String added in v4.5.0

type ListMergeRequestPatchSetsResponseBodyResult added in v4.5.0

type ListMergeRequestPatchSetsResponseBodyResult struct {
	CommitId             *string `json:"commitId,omitempty" xml:"commitId,omitempty"`
	CreatedAt            *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	PatchSetBizId        *string `json:"patchSetBizId,omitempty" xml:"patchSetBizId,omitempty"`
	PatchSetName         *string `json:"patchSetName,omitempty" xml:"patchSetName,omitempty"`
	PatchSetNo           *int64  `json:"patchSetNo,omitempty" xml:"patchSetNo,omitempty"`
	RelatedMergeItemType *string `json:"relatedMergeItemType,omitempty" xml:"relatedMergeItemType,omitempty"`
	ShortCommitId        *string `json:"shortCommitId,omitempty" xml:"shortCommitId,omitempty"`
}

func (ListMergeRequestPatchSetsResponseBodyResult) GoString added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBodyResult) SetCommitId added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBodyResult) SetCreatedAt added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBodyResult) SetPatchSetBizId added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBodyResult) SetPatchSetName added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBodyResult) SetPatchSetNo added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBodyResult) SetRelatedMergeItemType added in v4.5.0

func (*ListMergeRequestPatchSetsResponseBodyResult) SetShortCommitId added in v4.5.0

func (ListMergeRequestPatchSetsResponseBodyResult) String added in v4.5.0

type ListMergeRequestsRequest added in v4.2.0

type ListMergeRequestsRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AuthorIds      *string `json:"authorIds,omitempty" xml:"authorIds,omitempty"`
	CreatedAfter   *string `json:"createdAfter,omitempty" xml:"createdAfter,omitempty"`
	CreatedBefore  *string `json:"createdBefore,omitempty" xml:"createdBefore,omitempty"`
	Filter         *string `json:"filter,omitempty" xml:"filter,omitempty"`
	GroupIds       *string `json:"groupIds,omitempty" xml:"groupIds,omitempty"`
	LabelIds       *string `json:"labelIds,omitempty" xml:"labelIds,omitempty"`
	OrderBy        *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	ProjectIds     *string `json:"projectIds,omitempty" xml:"projectIds,omitempty"`
	ReviewerIds    *string `json:"reviewerIds,omitempty" xml:"reviewerIds,omitempty"`
	Search         *string `json:"search,omitempty" xml:"search,omitempty"`
	Sort           *string `json:"sort,omitempty" xml:"sort,omitempty"`
	State          *string `json:"state,omitempty" xml:"state,omitempty"`
}

func (ListMergeRequestsRequest) GoString added in v4.2.0

func (s ListMergeRequestsRequest) GoString() string

func (*ListMergeRequestsRequest) SetAccessToken added in v4.2.0

func (*ListMergeRequestsRequest) SetAuthorIds added in v4.2.0

func (*ListMergeRequestsRequest) SetCreatedAfter added in v4.11.1

func (*ListMergeRequestsRequest) SetCreatedBefore added in v4.11.1

func (*ListMergeRequestsRequest) SetFilter added in v4.2.0

func (*ListMergeRequestsRequest) SetGroupIds added in v4.2.0

func (*ListMergeRequestsRequest) SetLabelIds added in v4.11.0

func (*ListMergeRequestsRequest) SetOrderBy added in v4.2.0

func (*ListMergeRequestsRequest) SetOrganizationId added in v4.2.0

func (s *ListMergeRequestsRequest) SetOrganizationId(v string) *ListMergeRequestsRequest

func (*ListMergeRequestsRequest) SetPage added in v4.2.0

func (*ListMergeRequestsRequest) SetPageSize added in v4.2.0

func (*ListMergeRequestsRequest) SetProjectIds added in v4.2.0

func (*ListMergeRequestsRequest) SetReviewerIds added in v4.2.0

func (*ListMergeRequestsRequest) SetSearch added in v4.2.0

func (*ListMergeRequestsRequest) SetSort added in v4.2.0

func (*ListMergeRequestsRequest) SetState added in v4.2.0

func (ListMergeRequestsRequest) String added in v4.2.0

func (s ListMergeRequestsRequest) String() string

type ListMergeRequestsResponse added in v4.2.0

type ListMergeRequestsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListMergeRequestsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListMergeRequestsResponse) GoString added in v4.2.0

func (s ListMergeRequestsResponse) GoString() string

func (*ListMergeRequestsResponse) SetBody added in v4.2.0

func (*ListMergeRequestsResponse) SetHeaders added in v4.2.0

func (*ListMergeRequestsResponse) SetStatusCode added in v4.2.0

func (ListMergeRequestsResponse) String added in v4.2.0

func (s ListMergeRequestsResponse) String() string

type ListMergeRequestsResponseBody added in v4.2.0

type ListMergeRequestsResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	// Id of the request
	RequestId *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListMergeRequestsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success   *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
	Total     *int64                                 `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListMergeRequestsResponseBody) GoString added in v4.2.0

func (*ListMergeRequestsResponseBody) SetErrorCode added in v4.2.0

func (*ListMergeRequestsResponseBody) SetErrorMessage added in v4.2.0

func (*ListMergeRequestsResponseBody) SetRequestId added in v4.2.0

func (*ListMergeRequestsResponseBody) SetResult added in v4.2.0

func (*ListMergeRequestsResponseBody) SetSuccess added in v4.2.0

func (*ListMergeRequestsResponseBody) SetTotal added in v4.2.0

func (ListMergeRequestsResponseBody) String added in v4.2.0

type ListMergeRequestsResponseBodyResult added in v4.2.0

type ListMergeRequestsResponseBodyResult struct {
	Author                    *ListMergeRequestsResponseBodyResultAuthor        `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	CreatedAt                 *string                                           `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	CreationMethod            *string                                           `json:"creationMethod,omitempty" xml:"creationMethod,omitempty"`
	Description               *string                                           `json:"description,omitempty" xml:"description,omitempty"`
	DetailUrl                 *string                                           `json:"detailUrl,omitempty" xml:"detailUrl,omitempty"`
	Id                        *int64                                            `json:"id,omitempty" xml:"id,omitempty"`
	Iid                       *int64                                            `json:"iid,omitempty" xml:"iid,omitempty"`
	Labels                    []*ListMergeRequestsResponseBodyResultLabels      `json:"labels,omitempty" xml:"labels,omitempty" type:"Repeated"`
	LocalId                   *int64                                            `json:"localId,omitempty" xml:"localId,omitempty"`
	MergedRevision            *string                                           `json:"mergedRevision,omitempty" xml:"mergedRevision,omitempty"`
	MrBizId                   *string                                           `json:"mrBizId,omitempty" xml:"mrBizId,omitempty"`
	NameWithNamespace         *string                                           `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	NewMergeRequestIdentifier *bool                                             `json:"newMergeRequestIdentifier,omitempty" xml:"newMergeRequestIdentifier,omitempty"`
	NewVersionState           *string                                           `json:"newVersionState,omitempty" xml:"newVersionState,omitempty"`
	ProjectId                 *int64                                            `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Reviewers                 []*ListMergeRequestsResponseBodyResultReviewers   `json:"reviewers,omitempty" xml:"reviewers,omitempty" type:"Repeated"`
	SourceBranch              *string                                           `json:"sourceBranch,omitempty" xml:"sourceBranch,omitempty"`
	SourceProjectId           *int64                                            `json:"sourceProjectId,omitempty" xml:"sourceProjectId,omitempty"`
	SourceType                *string                                           `json:"sourceType,omitempty" xml:"sourceType,omitempty"`
	SshUrl                    *string                                           `json:"sshUrl,omitempty" xml:"sshUrl,omitempty"`
	State                     *string                                           `json:"state,omitempty" xml:"state,omitempty"`
	Subscribers               []*ListMergeRequestsResponseBodyResultSubscribers `json:"subscribers,omitempty" xml:"subscribers,omitempty" type:"Repeated"`
	SupportMergeFFOnly        *bool                                             `json:"supportMergeFFOnly,omitempty" xml:"supportMergeFFOnly,omitempty"`
	TargetBranch              *string                                           `json:"targetBranch,omitempty" xml:"targetBranch,omitempty"`
	TargetProjectId           *int64                                            `json:"targetProjectId,omitempty" xml:"targetProjectId,omitempty"`
	TargetType                *string                                           `json:"targetType,omitempty" xml:"targetType,omitempty"`
	Title                     *string                                           `json:"title,omitempty" xml:"title,omitempty"`
	UpdatedAt                 *string                                           `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	WebUrl                    *string                                           `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
	WorkInProgress            *bool                                             `json:"workInProgress,omitempty" xml:"workInProgress,omitempty"`
}

func (ListMergeRequestsResponseBodyResult) GoString added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetAuthor added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetCreatedAt added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetCreationMethod added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetDescription added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetDetailUrl added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetId added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetIid added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetLabels added in v4.11.0

func (*ListMergeRequestsResponseBodyResult) SetLocalId added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetMergedRevision added in v4.11.1

func (*ListMergeRequestsResponseBodyResult) SetMrBizId added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetNameWithNamespace added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetNewMergeRequestIdentifier added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetNewVersionState added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetProjectId added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetReviewers added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetSourceBranch added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetSourceProjectId added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetSourceType added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetSshUrl added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetState added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetSubscribers added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetSupportMergeFFOnly added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetTargetBranch added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetTargetProjectId added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetTargetType added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetTitle added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetUpdatedAt added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetWebUrl added in v4.2.0

func (*ListMergeRequestsResponseBodyResult) SetWorkInProgress added in v4.2.0

func (ListMergeRequestsResponseBodyResult) String added in v4.2.0

type ListMergeRequestsResponseBodyResultAuthor added in v4.2.0

type ListMergeRequestsResponseBodyResultAuthor struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListMergeRequestsResponseBodyResultAuthor) GoString added in v4.2.0

func (*ListMergeRequestsResponseBodyResultAuthor) SetAvatarUrl added in v4.2.0

func (*ListMergeRequestsResponseBodyResultAuthor) SetEmail added in v4.2.0

func (*ListMergeRequestsResponseBodyResultAuthor) SetId added in v4.2.0

func (*ListMergeRequestsResponseBodyResultAuthor) SetName added in v4.2.0

func (*ListMergeRequestsResponseBodyResultAuthor) SetState added in v4.2.0

func (*ListMergeRequestsResponseBodyResultAuthor) SetUsername added in v4.2.0

func (ListMergeRequestsResponseBodyResultAuthor) String added in v4.2.0

type ListMergeRequestsResponseBodyResultLabels added in v4.11.0

type ListMergeRequestsResponseBodyResultLabels struct {
	Color       *string `json:"color,omitempty" xml:"color,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListMergeRequestsResponseBodyResultLabels) GoString added in v4.11.0

func (*ListMergeRequestsResponseBodyResultLabels) SetColor added in v4.11.0

func (*ListMergeRequestsResponseBodyResultLabels) SetDescription added in v4.11.0

func (*ListMergeRequestsResponseBodyResultLabels) SetId added in v4.11.0

func (*ListMergeRequestsResponseBodyResultLabels) SetName added in v4.11.0

func (ListMergeRequestsResponseBodyResultLabels) String added in v4.11.0

type ListMergeRequestsResponseBodyResultReviewers added in v4.2.0

type ListMergeRequestsResponseBodyResultReviewers struct {
	AvatarUrl           *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email               *string `json:"email,omitempty" xml:"email,omitempty"`
	HasCommented        *bool   `json:"hasCommented,omitempty" xml:"hasCommented,omitempty"`
	HasReviewed         *bool   `json:"hasReviewed,omitempty" xml:"hasReviewed,omitempty"`
	Id                  *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	ReviewOpinionStatus *string `json:"reviewOpinionStatus,omitempty" xml:"reviewOpinionStatus,omitempty"`
	ReviewTime          *string `json:"reviewTime,omitempty" xml:"reviewTime,omitempty"`
	State               *string `json:"state,omitempty" xml:"state,omitempty"`
	Status              *string `json:"status,omitempty" xml:"status,omitempty"`
	Username            *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListMergeRequestsResponseBodyResultReviewers) GoString added in v4.2.0

func (*ListMergeRequestsResponseBodyResultReviewers) SetAvatarUrl added in v4.2.0

func (*ListMergeRequestsResponseBodyResultReviewers) SetEmail added in v4.2.0

func (*ListMergeRequestsResponseBodyResultReviewers) SetHasCommented added in v4.11.1

func (*ListMergeRequestsResponseBodyResultReviewers) SetHasReviewed added in v4.11.1

func (*ListMergeRequestsResponseBodyResultReviewers) SetId added in v4.2.0

func (*ListMergeRequestsResponseBodyResultReviewers) SetName added in v4.2.0

func (*ListMergeRequestsResponseBodyResultReviewers) SetReviewOpinionStatus added in v4.11.1

func (*ListMergeRequestsResponseBodyResultReviewers) SetReviewTime added in v4.6.4

func (*ListMergeRequestsResponseBodyResultReviewers) SetState added in v4.2.0

func (*ListMergeRequestsResponseBodyResultReviewers) SetStatus added in v4.2.0

func (*ListMergeRequestsResponseBodyResultReviewers) SetUsername added in v4.2.0

func (ListMergeRequestsResponseBodyResultReviewers) String added in v4.2.0

type ListMergeRequestsResponseBodyResultSubscribers added in v4.2.0

type ListMergeRequestsResponseBodyResultSubscribers struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListMergeRequestsResponseBodyResultSubscribers) GoString added in v4.2.0

func (*ListMergeRequestsResponseBodyResultSubscribers) SetAvatarUrl added in v4.2.0

func (*ListMergeRequestsResponseBodyResultSubscribers) SetEmail added in v4.2.0

func (*ListMergeRequestsResponseBodyResultSubscribers) SetId added in v4.2.0

func (*ListMergeRequestsResponseBodyResultSubscribers) SetName added in v4.2.0

func (*ListMergeRequestsResponseBodyResultSubscribers) SetState added in v4.2.0

func (*ListMergeRequestsResponseBodyResultSubscribers) SetUsername added in v4.2.0

func (ListMergeRequestsResponseBodyResultSubscribers) String added in v4.2.0

type ListOrganizationMembersRequest

type ListOrganizationMembersRequest struct {
	// 返回信息中是否包含第三方信息,默认不包含。
	ContainsExternInfo     *bool   `json:"containsExternInfo,omitempty" xml:"containsExternInfo,omitempty"`
	ExternUid              *string `json:"externUid,omitempty" xml:"externUid,omitempty"`
	JoinTimeFrom           *int64  `json:"joinTimeFrom,omitempty" xml:"joinTimeFrom,omitempty"`
	JoinTimeTo             *int64  `json:"joinTimeTo,omitempty" xml:"joinTimeTo,omitempty"`
	MaxResults             *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken              *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OrganizationMemberName *string `json:"organizationMemberName,omitempty" xml:"organizationMemberName,omitempty"`
	Provider               *string `json:"provider,omitempty" xml:"provider,omitempty"`
	State                  *string `json:"state,omitempty" xml:"state,omitempty"`
}

func (ListOrganizationMembersRequest) GoString

func (*ListOrganizationMembersRequest) SetContainsExternInfo

func (*ListOrganizationMembersRequest) SetExternUid

func (*ListOrganizationMembersRequest) SetJoinTimeFrom

func (*ListOrganizationMembersRequest) SetJoinTimeTo

func (*ListOrganizationMembersRequest) SetMaxResults

func (*ListOrganizationMembersRequest) SetNextToken

func (*ListOrganizationMembersRequest) SetOrganizationMemberName

func (s *ListOrganizationMembersRequest) SetOrganizationMemberName(v string) *ListOrganizationMembersRequest

func (*ListOrganizationMembersRequest) SetProvider

func (*ListOrganizationMembersRequest) SetState

func (ListOrganizationMembersRequest) String

type ListOrganizationMembersResponse

type ListOrganizationMembersResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListOrganizationMembersResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListOrganizationMembersResponse) GoString

func (*ListOrganizationMembersResponse) SetHeaders

func (*ListOrganizationMembersResponse) SetStatusCode

func (ListOrganizationMembersResponse) String

type ListOrganizationMembersResponseBody

type ListOrganizationMembersResponseBody struct {
	ErrorCode    *string                                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Members      []*ListOrganizationMembersResponseBodyMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	NextToken    *string                                       `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId    *string                                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                         `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount   *int64                                        `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListOrganizationMembersResponseBody) GoString

func (*ListOrganizationMembersResponseBody) SetErrorCode

func (*ListOrganizationMembersResponseBody) SetErrorMessage

func (*ListOrganizationMembersResponseBody) SetNextToken

func (*ListOrganizationMembersResponseBody) SetRequestId

func (*ListOrganizationMembersResponseBody) SetSuccess

func (*ListOrganizationMembersResponseBody) SetTotalCount

func (ListOrganizationMembersResponseBody) String

type ListOrganizationMembersResponseBodyMembers

type ListOrganizationMembersResponseBodyMembers struct {
	AccountId              *string                                               `json:"accountId,omitempty" xml:"accountId,omitempty"`
	Birthday               *int64                                                `json:"birthday,omitempty" xml:"birthday,omitempty"`
	DeptLists              []*string                                             `json:"deptLists,omitempty" xml:"deptLists,omitempty" type:"Repeated"`
	Email                  *string                                               `json:"email,omitempty" xml:"email,omitempty"`
	HiredDate              *int64                                                `json:"hiredDate,omitempty" xml:"hiredDate,omitempty"`
	Identities             *ListOrganizationMembersResponseBodyMembersIdentities `json:"identities,omitempty" xml:"identities,omitempty" type:"Struct"`
	JobNumber              *string                                               `json:"jobNumber,omitempty" xml:"jobNumber,omitempty"`
	JoinTime               *int64                                                `json:"joinTime,omitempty" xml:"joinTime,omitempty"`
	LastVisitTime          *int64                                                `json:"lastVisitTime,omitempty" xml:"lastVisitTime,omitempty"`
	Mobile                 *string                                               `json:"mobile,omitempty" xml:"mobile,omitempty"`
	OrganizationMemberName *string                                               `json:"organizationMemberName,omitempty" xml:"organizationMemberName,omitempty"`
	OrganizationRoleId     *string                                               `json:"organizationRoleId,omitempty" xml:"organizationRoleId,omitempty"`
	OrganizationRoleName   *string                                               `json:"organizationRoleName,omitempty" xml:"organizationRoleName,omitempty"`
	State                  *string                                               `json:"state,omitempty" xml:"state,omitempty"`
}

func (ListOrganizationMembersResponseBodyMembers) GoString

func (*ListOrganizationMembersResponseBodyMembers) SetAccountId

func (*ListOrganizationMembersResponseBodyMembers) SetBirthday

func (*ListOrganizationMembersResponseBodyMembers) SetDeptLists

func (*ListOrganizationMembersResponseBodyMembers) SetEmail

func (*ListOrganizationMembersResponseBodyMembers) SetHiredDate

func (*ListOrganizationMembersResponseBodyMembers) SetJobNumber added in v4.15.0

func (*ListOrganizationMembersResponseBodyMembers) SetJoinTime

func (*ListOrganizationMembersResponseBodyMembers) SetLastVisitTime

func (*ListOrganizationMembersResponseBodyMembers) SetMobile

func (*ListOrganizationMembersResponseBodyMembers) SetOrganizationMemberName

func (*ListOrganizationMembersResponseBodyMembers) SetOrganizationRoleId

func (*ListOrganizationMembersResponseBodyMembers) SetOrganizationRoleName

func (*ListOrganizationMembersResponseBodyMembers) SetState

func (ListOrganizationMembersResponseBodyMembers) String

type ListOrganizationMembersResponseBodyMembersIdentities

type ListOrganizationMembersResponseBodyMembersIdentities struct {
	ExternUid *string `json:"externUid,omitempty" xml:"externUid,omitempty"`
	Provider  *string `json:"provider,omitempty" xml:"provider,omitempty"`
}

func (ListOrganizationMembersResponseBodyMembersIdentities) GoString

func (*ListOrganizationMembersResponseBodyMembersIdentities) SetExternUid

func (*ListOrganizationMembersResponseBodyMembersIdentities) SetProvider

func (ListOrganizationMembersResponseBodyMembersIdentities) String

type ListOrganizationsRequest

type ListOrganizationsRequest struct {
	AccessLevel    *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	MinAccessLevel *int32  `json:"minAccessLevel,omitempty" xml:"minAccessLevel,omitempty"`
}

func (ListOrganizationsRequest) GoString

func (s ListOrganizationsRequest) GoString() string

func (*ListOrganizationsRequest) SetAccessLevel

func (*ListOrganizationsRequest) SetAccessToken added in v4.18.3

func (*ListOrganizationsRequest) SetMinAccessLevel

func (s *ListOrganizationsRequest) SetMinAccessLevel(v int32) *ListOrganizationsRequest

func (ListOrganizationsRequest) String

func (s ListOrganizationsRequest) String() string

type ListOrganizationsResponse

type ListOrganizationsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListOrganizationsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListOrganizationsResponse) GoString

func (s ListOrganizationsResponse) GoString() string

func (*ListOrganizationsResponse) SetBody

func (*ListOrganizationsResponse) SetHeaders

func (*ListOrganizationsResponse) SetStatusCode

func (ListOrganizationsResponse) String

func (s ListOrganizationsResponse) String() string

type ListOrganizationsResponseBody

type ListOrganizationsResponseBody struct {
	ErrorCode    *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListOrganizationsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                 `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListOrganizationsResponseBody) GoString

func (*ListOrganizationsResponseBody) SetErrorCode

func (*ListOrganizationsResponseBody) SetErrorMessage

func (*ListOrganizationsResponseBody) SetRequestId

func (*ListOrganizationsResponseBody) SetResult

func (*ListOrganizationsResponseBody) SetSuccess

func (*ListOrganizationsResponseBody) SetTotal

func (ListOrganizationsResponseBody) String

type ListOrganizationsResponseBodyResult

type ListOrganizationsResponseBodyResult struct {
	AccessLevel       *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	NamespaceId       *string `json:"namespaceId,omitempty" xml:"namespaceId,omitempty"`
	OrganizationAlias *string `json:"organizationAlias,omitempty" xml:"organizationAlias,omitempty"`
	OrganizationId    *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	OrganizationName  *string `json:"organizationName,omitempty" xml:"organizationName,omitempty"`
	OrganizationRole  *string `json:"organizationRole,omitempty" xml:"organizationRole,omitempty"`
}

func (ListOrganizationsResponseBodyResult) GoString

func (*ListOrganizationsResponseBodyResult) SetAccessLevel

func (*ListOrganizationsResponseBodyResult) SetId

func (*ListOrganizationsResponseBodyResult) SetNamespaceId added in v4.18.0

func (*ListOrganizationsResponseBodyResult) SetOrganizationAlias added in v4.18.0

func (*ListOrganizationsResponseBodyResult) SetOrganizationId

func (*ListOrganizationsResponseBodyResult) SetOrganizationName

func (*ListOrganizationsResponseBodyResult) SetOrganizationRole

func (ListOrganizationsResponseBodyResult) String

type ListPipelineGroupPipelinesRequest

type ListPipelineGroupPipelinesRequest struct {
	CreateEndTime    *int64  `json:"createEndTime,omitempty" xml:"createEndTime,omitempty"`
	CreateStartTime  *int64  `json:"createStartTime,omitempty" xml:"createStartTime,omitempty"`
	ExecuteEndTime   *int64  `json:"executeEndTime,omitempty" xml:"executeEndTime,omitempty"`
	ExecuteStartTime *int64  `json:"executeStartTime,omitempty" xml:"executeStartTime,omitempty"`
	MaxResults       *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken        *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PipelineName     *string `json:"pipelineName,omitempty" xml:"pipelineName,omitempty"`
	ResultStatusList *string `json:"resultStatusList,omitempty" xml:"resultStatusList,omitempty"`
}

func (ListPipelineGroupPipelinesRequest) GoString

func (*ListPipelineGroupPipelinesRequest) SetCreateEndTime

func (*ListPipelineGroupPipelinesRequest) SetCreateStartTime

func (*ListPipelineGroupPipelinesRequest) SetExecuteEndTime

func (*ListPipelineGroupPipelinesRequest) SetExecuteStartTime

func (*ListPipelineGroupPipelinesRequest) SetMaxResults

func (*ListPipelineGroupPipelinesRequest) SetNextToken

func (*ListPipelineGroupPipelinesRequest) SetPipelineName

func (*ListPipelineGroupPipelinesRequest) SetResultStatusList

func (ListPipelineGroupPipelinesRequest) String

type ListPipelineGroupPipelinesResponse

type ListPipelineGroupPipelinesResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPipelineGroupPipelinesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPipelineGroupPipelinesResponse) GoString

func (*ListPipelineGroupPipelinesResponse) SetHeaders

func (*ListPipelineGroupPipelinesResponse) SetStatusCode

func (ListPipelineGroupPipelinesResponse) String

type ListPipelineGroupPipelinesResponseBody

type ListPipelineGroupPipelinesResponseBody struct {
	ErrorCode    *string                                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	NextToken    *string                                            `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Pipelines    []*ListPipelineGroupPipelinesResponseBodyPipelines `json:"pipelines,omitempty" xml:"pipelines,omitempty" type:"Repeated"`
	RequestId    *string                                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                              `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount   *int32                                             `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListPipelineGroupPipelinesResponseBody) GoString

func (*ListPipelineGroupPipelinesResponseBody) SetErrorCode

func (*ListPipelineGroupPipelinesResponseBody) SetErrorMessage

func (*ListPipelineGroupPipelinesResponseBody) SetNextToken

func (*ListPipelineGroupPipelinesResponseBody) SetRequestId

func (*ListPipelineGroupPipelinesResponseBody) SetSuccess

func (*ListPipelineGroupPipelinesResponseBody) SetTotalCount

func (ListPipelineGroupPipelinesResponseBody) String

type ListPipelineGroupPipelinesResponseBodyPipelines

type ListPipelineGroupPipelinesResponseBodyPipelines struct {
	CreateTime   *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	PipelineId   *int64  `json:"pipelineId,omitempty" xml:"pipelineId,omitempty"`
	PipelineName *string `json:"pipelineName,omitempty" xml:"pipelineName,omitempty"`
}

func (ListPipelineGroupPipelinesResponseBodyPipelines) GoString

func (*ListPipelineGroupPipelinesResponseBodyPipelines) SetCreateTime

func (*ListPipelineGroupPipelinesResponseBodyPipelines) SetPipelineId

func (*ListPipelineGroupPipelinesResponseBodyPipelines) SetPipelineName

func (ListPipelineGroupPipelinesResponseBodyPipelines) String

type ListPipelineGroupsRequest

type ListPipelineGroupsRequest struct {
	MaxResults *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListPipelineGroupsRequest) GoString

func (s ListPipelineGroupsRequest) GoString() string

func (*ListPipelineGroupsRequest) SetMaxResults

func (*ListPipelineGroupsRequest) SetNextToken

func (ListPipelineGroupsRequest) String

func (s ListPipelineGroupsRequest) String() string

type ListPipelineGroupsResponse

type ListPipelineGroupsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPipelineGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPipelineGroupsResponse) GoString

func (s ListPipelineGroupsResponse) GoString() string

func (*ListPipelineGroupsResponse) SetBody

func (*ListPipelineGroupsResponse) SetHeaders

func (*ListPipelineGroupsResponse) SetStatusCode

func (ListPipelineGroupsResponse) String

type ListPipelineGroupsResponseBody

type ListPipelineGroupsResponseBody struct {
	ErrorCode      *string                                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage   *string                                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	NextToken      *string                                         `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PipelineGroups []*ListPipelineGroupsResponseBodyPipelineGroups `json:"pipelineGroups,omitempty" xml:"pipelineGroups,omitempty" type:"Repeated"`
	RequestId      *string                                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success        *bool                                           `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount     *int32                                          `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListPipelineGroupsResponseBody) GoString

func (*ListPipelineGroupsResponseBody) SetErrorCode

func (*ListPipelineGroupsResponseBody) SetErrorMessage

func (*ListPipelineGroupsResponseBody) SetNextToken

func (*ListPipelineGroupsResponseBody) SetRequestId

func (*ListPipelineGroupsResponseBody) SetSuccess

func (*ListPipelineGroupsResponseBody) SetTotalCount

func (ListPipelineGroupsResponseBody) String

type ListPipelineGroupsResponseBodyPipelineGroups

type ListPipelineGroupsResponseBodyPipelineGroups struct {
	CreateTime *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListPipelineGroupsResponseBodyPipelineGroups) GoString

func (*ListPipelineGroupsResponseBodyPipelineGroups) SetCreateTime

func (*ListPipelineGroupsResponseBodyPipelineGroups) SetId

func (*ListPipelineGroupsResponseBodyPipelineGroups) SetName

func (ListPipelineGroupsResponseBodyPipelineGroups) String

type ListPipelineJobHistorysRequest

type ListPipelineJobHistorysRequest struct {
	Category   *string `json:"category,omitempty" xml:"category,omitempty"`
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	MaxResults *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListPipelineJobHistorysRequest) GoString

func (*ListPipelineJobHistorysRequest) SetCategory

func (*ListPipelineJobHistorysRequest) SetIdentifier

func (*ListPipelineJobHistorysRequest) SetMaxResults

func (*ListPipelineJobHistorysRequest) SetNextToken

func (ListPipelineJobHistorysRequest) String

type ListPipelineJobHistorysResponse

type ListPipelineJobHistorysResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPipelineJobHistorysResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPipelineJobHistorysResponse) GoString

func (*ListPipelineJobHistorysResponse) SetHeaders

func (*ListPipelineJobHistorysResponse) SetStatusCode

func (ListPipelineJobHistorysResponse) String

type ListPipelineJobHistorysResponseBody

type ListPipelineJobHistorysResponseBody struct {
	ErrorCode    *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Jobs         []*ListPipelineJobHistorysResponseBodyJobs `json:"jobs,omitempty" xml:"jobs,omitempty" type:"Repeated"`
	NextToken    *string                                    `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId    *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount   *int32                                     `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListPipelineJobHistorysResponseBody) GoString

func (*ListPipelineJobHistorysResponseBody) SetErrorCode

func (*ListPipelineJobHistorysResponseBody) SetErrorMessage

func (*ListPipelineJobHistorysResponseBody) SetNextToken

func (*ListPipelineJobHistorysResponseBody) SetRequestId

func (*ListPipelineJobHistorysResponseBody) SetSuccess

func (*ListPipelineJobHistorysResponseBody) SetTotalCount

func (ListPipelineJobHistorysResponseBody) String

type ListPipelineJobHistorysResponseBodyJobs

type ListPipelineJobHistorysResponseBodyJobs struct {
	ExecuteNumber     *int32  `json:"executeNumber,omitempty" xml:"executeNumber,omitempty"`
	Identifier        *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	JobId             *int64  `json:"jobId,omitempty" xml:"jobId,omitempty"`
	JobName           *string `json:"jobName,omitempty" xml:"jobName,omitempty"`
	OperatorAccountId *string `json:"operatorAccountId,omitempty" xml:"operatorAccountId,omitempty"`
	PipelineId        *int64  `json:"pipelineId,omitempty" xml:"pipelineId,omitempty"`
	PipelineRunId     *int64  `json:"pipelineRunId,omitempty" xml:"pipelineRunId,omitempty"`
	Sources           *string `json:"sources,omitempty" xml:"sources,omitempty"`
	Status            *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (ListPipelineJobHistorysResponseBodyJobs) GoString

func (*ListPipelineJobHistorysResponseBodyJobs) SetExecuteNumber

func (*ListPipelineJobHistorysResponseBodyJobs) SetIdentifier

func (*ListPipelineJobHistorysResponseBodyJobs) SetJobId

func (*ListPipelineJobHistorysResponseBodyJobs) SetJobName

func (*ListPipelineJobHistorysResponseBodyJobs) SetOperatorAccountId

func (*ListPipelineJobHistorysResponseBodyJobs) SetPipelineId

func (*ListPipelineJobHistorysResponseBodyJobs) SetPipelineRunId

func (*ListPipelineJobHistorysResponseBodyJobs) SetSources

func (*ListPipelineJobHistorysResponseBodyJobs) SetStatus

func (ListPipelineJobHistorysResponseBodyJobs) String

type ListPipelineJobsRequest

type ListPipelineJobsRequest struct {
	Category *string `json:"category,omitempty" xml:"category,omitempty"`
}

func (ListPipelineJobsRequest) GoString

func (s ListPipelineJobsRequest) GoString() string

func (*ListPipelineJobsRequest) SetCategory

func (ListPipelineJobsRequest) String

func (s ListPipelineJobsRequest) String() string

type ListPipelineJobsResponse

type ListPipelineJobsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPipelineJobsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPipelineJobsResponse) GoString

func (s ListPipelineJobsResponse) GoString() string

func (*ListPipelineJobsResponse) SetBody

func (*ListPipelineJobsResponse) SetHeaders

func (*ListPipelineJobsResponse) SetStatusCode

func (ListPipelineJobsResponse) String

func (s ListPipelineJobsResponse) String() string

type ListPipelineJobsResponseBody

type ListPipelineJobsResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Jobs         []*ListPipelineJobsResponseBodyJobs `json:"jobs,omitempty" xml:"jobs,omitempty" type:"Repeated"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListPipelineJobsResponseBody) GoString

func (s ListPipelineJobsResponseBody) GoString() string

func (*ListPipelineJobsResponseBody) SetErrorCode

func (*ListPipelineJobsResponseBody) SetErrorMessage

func (*ListPipelineJobsResponseBody) SetJobs

func (*ListPipelineJobsResponseBody) SetRequestId

func (*ListPipelineJobsResponseBody) SetSuccess

func (ListPipelineJobsResponseBody) String

type ListPipelineJobsResponseBodyJobs

type ListPipelineJobsResponseBodyJobs struct {
	Identifier    *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	JobName       *string `json:"jobName,omitempty" xml:"jobName,omitempty"`
	LastJobId     *int64  `json:"lastJobId,omitempty" xml:"lastJobId,omitempty"`
	LastJobParams *string `json:"lastJobParams,omitempty" xml:"lastJobParams,omitempty"`
}

func (ListPipelineJobsResponseBodyJobs) GoString

func (*ListPipelineJobsResponseBodyJobs) SetIdentifier

func (*ListPipelineJobsResponseBodyJobs) SetJobName

func (*ListPipelineJobsResponseBodyJobs) SetLastJobId

func (*ListPipelineJobsResponseBodyJobs) SetLastJobParams

func (ListPipelineJobsResponseBodyJobs) String

type ListPipelineRelationsRequest

type ListPipelineRelationsRequest struct {
	RelObjectType *string `json:"relObjectType,omitempty" xml:"relObjectType,omitempty"`
}

func (ListPipelineRelationsRequest) GoString

func (s ListPipelineRelationsRequest) GoString() string

func (*ListPipelineRelationsRequest) SetRelObjectType

func (ListPipelineRelationsRequest) String

type ListPipelineRelationsResponse

type ListPipelineRelationsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPipelineRelationsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPipelineRelationsResponse) GoString

func (*ListPipelineRelationsResponse) SetBody

func (*ListPipelineRelationsResponse) SetHeaders

func (*ListPipelineRelationsResponse) SetStatusCode

func (ListPipelineRelationsResponse) String

type ListPipelineRelationsResponseBody

type ListPipelineRelationsResponseBody struct {
	ErrorCode         *string                                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage      *string                                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	PipelineRelations []*ListPipelineRelationsResponseBodyPipelineRelations `json:"pipelineRelations,omitempty" xml:"pipelineRelations,omitempty" type:"Repeated"`
	RequestId         *string                                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success           *bool                                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListPipelineRelationsResponseBody) GoString

func (*ListPipelineRelationsResponseBody) SetErrorCode

func (*ListPipelineRelationsResponseBody) SetErrorMessage

func (*ListPipelineRelationsResponseBody) SetRequestId

func (*ListPipelineRelationsResponseBody) SetSuccess

func (ListPipelineRelationsResponseBody) String

type ListPipelineRelationsResponseBodyPipelineRelations

type ListPipelineRelationsResponseBodyPipelineRelations struct {
	RefObjectId *int64 `json:"refObjectId,omitempty" xml:"refObjectId,omitempty"`
}

func (ListPipelineRelationsResponseBodyPipelineRelations) GoString

func (*ListPipelineRelationsResponseBodyPipelineRelations) SetRefObjectId

func (ListPipelineRelationsResponseBodyPipelineRelations) String

type ListPipelineRunsRequest

type ListPipelineRunsRequest struct {
	EndTime     *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	MaxResults  *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken   *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	StartTime   *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Status      *string `json:"status,omitempty" xml:"status,omitempty"`
	TriggerMode *int32  `json:"triggerMode,omitempty" xml:"triggerMode,omitempty"`
}

func (ListPipelineRunsRequest) GoString

func (s ListPipelineRunsRequest) GoString() string

func (*ListPipelineRunsRequest) SetEndTime

func (*ListPipelineRunsRequest) SetMaxResults

func (*ListPipelineRunsRequest) SetNextToken

func (*ListPipelineRunsRequest) SetStartTime

func (*ListPipelineRunsRequest) SetStatus

func (*ListPipelineRunsRequest) SetTriggerMode

func (ListPipelineRunsRequest) String

func (s ListPipelineRunsRequest) String() string

type ListPipelineRunsResponse

type ListPipelineRunsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPipelineRunsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPipelineRunsResponse) GoString

func (s ListPipelineRunsResponse) GoString() string

func (*ListPipelineRunsResponse) SetBody

func (*ListPipelineRunsResponse) SetHeaders

func (*ListPipelineRunsResponse) SetStatusCode

func (ListPipelineRunsResponse) String

func (s ListPipelineRunsResponse) String() string

type ListPipelineRunsResponseBody

type ListPipelineRunsResponseBody struct {
	ErrorCode    *string                                     `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                     `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	NextToken    *string                                     `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PipelineRuns []*ListPipelineRunsResponseBodyPipelineRuns `json:"pipelineRuns,omitempty" xml:"pipelineRuns,omitempty" type:"Repeated"`
	RequestId    *string                                     `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                       `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount   *int64                                      `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListPipelineRunsResponseBody) GoString

func (s ListPipelineRunsResponseBody) GoString() string

func (*ListPipelineRunsResponseBody) SetErrorCode

func (*ListPipelineRunsResponseBody) SetErrorMessage

func (*ListPipelineRunsResponseBody) SetNextToken

func (*ListPipelineRunsResponseBody) SetPipelineRuns

func (*ListPipelineRunsResponseBody) SetRequestId

func (*ListPipelineRunsResponseBody) SetSuccess

func (*ListPipelineRunsResponseBody) SetTotalCount

func (ListPipelineRunsResponseBody) String

type ListPipelineRunsResponseBodyPipelineRuns

type ListPipelineRunsResponseBodyPipelineRuns struct {
	CreatorAccountId *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	EndTime          *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	PipelineId       *int64  `json:"pipelineId,omitempty" xml:"pipelineId,omitempty"`
	PipelineRunId    *int64  `json:"pipelineRunId,omitempty" xml:"pipelineRunId,omitempty"`
	StartTime        *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Status           *string `json:"status,omitempty" xml:"status,omitempty"`
	TriggerMode      *int64  `json:"triggerMode,omitempty" xml:"triggerMode,omitempty"`
}

func (ListPipelineRunsResponseBodyPipelineRuns) GoString

func (*ListPipelineRunsResponseBodyPipelineRuns) SetCreatorAccountId

func (*ListPipelineRunsResponseBodyPipelineRuns) SetEndTime

func (*ListPipelineRunsResponseBodyPipelineRuns) SetPipelineId

func (*ListPipelineRunsResponseBodyPipelineRuns) SetPipelineRunId

func (*ListPipelineRunsResponseBodyPipelineRuns) SetStartTime

func (*ListPipelineRunsResponseBodyPipelineRuns) SetStatus

func (*ListPipelineRunsResponseBodyPipelineRuns) SetTriggerMode

func (ListPipelineRunsResponseBodyPipelineRuns) String

type ListPipelinesRequest

type ListPipelinesRequest struct {
	CreateEndTime     *int64  `json:"createEndTime,omitempty" xml:"createEndTime,omitempty"`
	CreateStartTime   *int64  `json:"createStartTime,omitempty" xml:"createStartTime,omitempty"`
	CreatorAccountIds *string `json:"creatorAccountIds,omitempty" xml:"creatorAccountIds,omitempty"`
	ExecuteAccountIds *string `json:"executeAccountIds,omitempty" xml:"executeAccountIds,omitempty"`
	ExecuteEndTime    *int64  `json:"executeEndTime,omitempty" xml:"executeEndTime,omitempty"`
	ExecuteStartTime  *int64  `json:"executeStartTime,omitempty" xml:"executeStartTime,omitempty"`
	MaxResults        *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken         *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PipelineName      *string `json:"pipelineName,omitempty" xml:"pipelineName,omitempty"`
	StatusList        *string `json:"statusList,omitempty" xml:"statusList,omitempty"`
}

func (ListPipelinesRequest) GoString

func (s ListPipelinesRequest) GoString() string

func (*ListPipelinesRequest) SetCreateEndTime

func (s *ListPipelinesRequest) SetCreateEndTime(v int64) *ListPipelinesRequest

func (*ListPipelinesRequest) SetCreateStartTime

func (s *ListPipelinesRequest) SetCreateStartTime(v int64) *ListPipelinesRequest

func (*ListPipelinesRequest) SetCreatorAccountIds

func (s *ListPipelinesRequest) SetCreatorAccountIds(v string) *ListPipelinesRequest

func (*ListPipelinesRequest) SetExecuteAccountIds

func (s *ListPipelinesRequest) SetExecuteAccountIds(v string) *ListPipelinesRequest

func (*ListPipelinesRequest) SetExecuteEndTime

func (s *ListPipelinesRequest) SetExecuteEndTime(v int64) *ListPipelinesRequest

func (*ListPipelinesRequest) SetExecuteStartTime

func (s *ListPipelinesRequest) SetExecuteStartTime(v int64) *ListPipelinesRequest

func (*ListPipelinesRequest) SetMaxResults

func (s *ListPipelinesRequest) SetMaxResults(v int64) *ListPipelinesRequest

func (*ListPipelinesRequest) SetNextToken

func (s *ListPipelinesRequest) SetNextToken(v string) *ListPipelinesRequest

func (*ListPipelinesRequest) SetPipelineName

func (s *ListPipelinesRequest) SetPipelineName(v string) *ListPipelinesRequest

func (*ListPipelinesRequest) SetStatusList

func (s *ListPipelinesRequest) SetStatusList(v string) *ListPipelinesRequest

func (ListPipelinesRequest) String

func (s ListPipelinesRequest) String() string

type ListPipelinesResponse

type ListPipelinesResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPipelinesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPipelinesResponse) GoString

func (s ListPipelinesResponse) GoString() string

func (*ListPipelinesResponse) SetBody

func (*ListPipelinesResponse) SetHeaders

func (*ListPipelinesResponse) SetStatusCode

func (s *ListPipelinesResponse) SetStatusCode(v int32) *ListPipelinesResponse

func (ListPipelinesResponse) String

func (s ListPipelinesResponse) String() string

type ListPipelinesResponseBody

type ListPipelinesResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	NextToken    *string                               `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Pipelines    []*ListPipelinesResponseBodyPipelines `json:"pipelines,omitempty" xml:"pipelines,omitempty" type:"Repeated"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount   *int64                                `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListPipelinesResponseBody) GoString

func (s ListPipelinesResponseBody) GoString() string

func (*ListPipelinesResponseBody) SetErrorCode

func (*ListPipelinesResponseBody) SetErrorMessage

func (*ListPipelinesResponseBody) SetNextToken

func (*ListPipelinesResponseBody) SetPipelines

func (*ListPipelinesResponseBody) SetRequestId

func (*ListPipelinesResponseBody) SetSuccess

func (*ListPipelinesResponseBody) SetTotalCount

func (ListPipelinesResponseBody) String

func (s ListPipelinesResponseBody) String() string

type ListPipelinesResponseBodyPipelines

type ListPipelinesResponseBodyPipelines struct {
	CreateTime       *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorAccountId *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	GroupId          *int64  `json:"groupId,omitempty" xml:"groupId,omitempty"`
	PipelineId       *int64  `json:"pipelineId,omitempty" xml:"pipelineId,omitempty"`
	PipelineName     *string `json:"pipelineName,omitempty" xml:"pipelineName,omitempty"`
}

func (ListPipelinesResponseBodyPipelines) GoString

func (*ListPipelinesResponseBodyPipelines) SetCreateTime

func (*ListPipelinesResponseBodyPipelines) SetCreatorAccountId

func (*ListPipelinesResponseBodyPipelines) SetGroupId

func (*ListPipelinesResponseBodyPipelines) SetPipelineId

func (*ListPipelinesResponseBodyPipelines) SetPipelineName

func (ListPipelinesResponseBodyPipelines) String

type ListProjectLabelsRequest added in v4.8.0

type ListProjectLabelsRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrderBy            *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page               *int32  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize           *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
	Search             *string `json:"search,omitempty" xml:"search,omitempty"`
	Sort               *string `json:"sort,omitempty" xml:"sort,omitempty"`
	WithCounts         *bool   `json:"withCounts,omitempty" xml:"withCounts,omitempty"`
}

func (ListProjectLabelsRequest) GoString added in v4.8.0

func (s ListProjectLabelsRequest) GoString() string

func (*ListProjectLabelsRequest) SetAccessToken added in v4.8.0

func (*ListProjectLabelsRequest) SetOrderBy added in v4.8.0

func (*ListProjectLabelsRequest) SetOrganizationId added in v4.8.0

func (s *ListProjectLabelsRequest) SetOrganizationId(v string) *ListProjectLabelsRequest

func (*ListProjectLabelsRequest) SetPage added in v4.8.0

func (*ListProjectLabelsRequest) SetPageSize added in v4.8.0

func (*ListProjectLabelsRequest) SetRepositoryIdentity added in v4.8.0

func (s *ListProjectLabelsRequest) SetRepositoryIdentity(v string) *ListProjectLabelsRequest

func (*ListProjectLabelsRequest) SetSearch added in v4.8.0

func (*ListProjectLabelsRequest) SetSort added in v4.8.0

func (*ListProjectLabelsRequest) SetWithCounts added in v4.8.0

func (ListProjectLabelsRequest) String added in v4.8.0

func (s ListProjectLabelsRequest) String() string

type ListProjectLabelsResponse added in v4.8.0

type ListProjectLabelsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProjectLabelsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProjectLabelsResponse) GoString added in v4.8.0

func (s ListProjectLabelsResponse) GoString() string

func (*ListProjectLabelsResponse) SetBody added in v4.8.0

func (*ListProjectLabelsResponse) SetHeaders added in v4.8.0

func (*ListProjectLabelsResponse) SetStatusCode added in v4.8.0

func (ListProjectLabelsResponse) String added in v4.8.0

func (s ListProjectLabelsResponse) String() string

type ListProjectLabelsResponseBody added in v4.8.0

type ListProjectLabelsResponseBody struct {
	ErrorCode    *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListProjectLabelsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                 `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListProjectLabelsResponseBody) GoString added in v4.8.0

func (*ListProjectLabelsResponseBody) SetErrorCode added in v4.8.0

func (*ListProjectLabelsResponseBody) SetErrorMessage added in v4.8.0

func (*ListProjectLabelsResponseBody) SetRequestId added in v4.8.0

func (*ListProjectLabelsResponseBody) SetResult added in v4.8.0

func (*ListProjectLabelsResponseBody) SetSuccess added in v4.8.0

func (*ListProjectLabelsResponseBody) SetTotal added in v4.8.0

func (ListProjectLabelsResponseBody) String added in v4.8.0

type ListProjectLabelsResponseBodyResult added in v4.8.0

type ListProjectLabelsResponseBodyResult struct {
	Color                  *string `json:"color,omitempty" xml:"color,omitempty"`
	Description            *string `json:"description,omitempty" xml:"description,omitempty"`
	Id                     *string `json:"id,omitempty" xml:"id,omitempty"`
	Name                   *string `json:"name,omitempty" xml:"name,omitempty"`
	OpenMergeRequestsCount *int64  `json:"openMergeRequestsCount,omitempty" xml:"openMergeRequestsCount,omitempty"`
}

func (ListProjectLabelsResponseBodyResult) GoString added in v4.8.0

func (*ListProjectLabelsResponseBodyResult) SetColor added in v4.8.0

func (*ListProjectLabelsResponseBodyResult) SetDescription added in v4.8.0

func (*ListProjectLabelsResponseBodyResult) SetId added in v4.8.0

func (*ListProjectLabelsResponseBodyResult) SetName added in v4.8.0

func (*ListProjectLabelsResponseBodyResult) SetOpenMergeRequestsCount added in v4.8.0

func (ListProjectLabelsResponseBodyResult) String added in v4.8.0

type ListProjectMembersRequest

type ListProjectMembersRequest struct {
	TargetType *string `json:"targetType,omitempty" xml:"targetType,omitempty"`
}

func (ListProjectMembersRequest) GoString

func (s ListProjectMembersRequest) GoString() string

func (*ListProjectMembersRequest) SetTargetType

func (ListProjectMembersRequest) String

func (s ListProjectMembersRequest) String() string

type ListProjectMembersResponse

type ListProjectMembersResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProjectMembersResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProjectMembersResponse) GoString

func (s ListProjectMembersResponse) GoString() string

func (*ListProjectMembersResponse) SetBody

func (*ListProjectMembersResponse) SetHeaders

func (*ListProjectMembersResponse) SetStatusCode

func (ListProjectMembersResponse) String

type ListProjectMembersResponseBody

type ListProjectMembersResponseBody struct {
	ErrorCode *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                  `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Members   []*ListProjectMembersResponseBodyMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
	RequestId *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListProjectMembersResponseBody) GoString

func (*ListProjectMembersResponseBody) SetErrorCode

func (*ListProjectMembersResponseBody) SetErrorMsg

func (*ListProjectMembersResponseBody) SetMembers

func (*ListProjectMembersResponseBody) SetRequestId

func (*ListProjectMembersResponseBody) SetSuccess

func (ListProjectMembersResponseBody) String

type ListProjectMembersResponseBodyMembers

type ListProjectMembersResponseBodyMembers struct {
	Account              *string                                                    `json:"account,omitempty" xml:"account,omitempty"`
	Avatar               *string                                                    `json:"avatar,omitempty" xml:"avatar,omitempty"`
	DingTalkId           *string                                                    `json:"dingTalkId,omitempty" xml:"dingTalkId,omitempty"`
	DisplayName          *string                                                    `json:"displayName,omitempty" xml:"displayName,omitempty"`
	DisplayNickName      *string                                                    `json:"displayNickName,omitempty" xml:"displayNickName,omitempty"`
	DisplayRealName      *string                                                    `json:"displayRealName,omitempty" xml:"displayRealName,omitempty"`
	Division             *ListProjectMembersResponseBodyMembersDivision             `json:"division,omitempty" xml:"division,omitempty" type:"Struct"`
	Email                *string                                                    `json:"email,omitempty" xml:"email,omitempty"`
	Gender               *string                                                    `json:"gender,omitempty" xml:"gender,omitempty"`
	Identifier           *string                                                    `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Mobile               *string                                                    `json:"mobile,omitempty" xml:"mobile,omitempty"`
	NameEn               *string                                                    `json:"nameEn,omitempty" xml:"nameEn,omitempty"`
	NickName             *string                                                    `json:"nickName,omitempty" xml:"nickName,omitempty"`
	NickNamePinyin       *string                                                    `json:"nickNamePinyin,omitempty" xml:"nickNamePinyin,omitempty"`
	OrganizationUserInfo *ListProjectMembersResponseBodyMembersOrganizationUserInfo `json:"organizationUserInfo,omitempty" xml:"organizationUserInfo,omitempty" type:"Struct"`
	RealName             *string                                                    `json:"realName,omitempty" xml:"realName,omitempty"`
	RealNamePinyin       *string                                                    `json:"realNamePinyin,omitempty" xml:"realNamePinyin,omitempty"`
	// 角色名称
	RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
	Stamp    *string `json:"stamp,omitempty" xml:"stamp,omitempty"`
	TbRoleId *string `json:"tbRoleId,omitempty" xml:"tbRoleId,omitempty"`
}

func (ListProjectMembersResponseBodyMembers) GoString

func (*ListProjectMembersResponseBodyMembers) SetAccount

func (*ListProjectMembersResponseBodyMembers) SetAvatar

func (*ListProjectMembersResponseBodyMembers) SetDingTalkId

func (*ListProjectMembersResponseBodyMembers) SetDisplayName

func (*ListProjectMembersResponseBodyMembers) SetDisplayNickName

func (*ListProjectMembersResponseBodyMembers) SetDisplayRealName

func (*ListProjectMembersResponseBodyMembers) SetEmail

func (*ListProjectMembersResponseBodyMembers) SetGender

func (*ListProjectMembersResponseBodyMembers) SetIdentifier

func (*ListProjectMembersResponseBodyMembers) SetMobile

func (*ListProjectMembersResponseBodyMembers) SetNameEn

func (*ListProjectMembersResponseBodyMembers) SetNickName

func (*ListProjectMembersResponseBodyMembers) SetNickNamePinyin

func (*ListProjectMembersResponseBodyMembers) SetRealName

func (*ListProjectMembersResponseBodyMembers) SetRealNamePinyin

func (*ListProjectMembersResponseBodyMembers) SetRoleName

func (*ListProjectMembersResponseBodyMembers) SetStamp

func (*ListProjectMembersResponseBodyMembers) SetTbRoleId

func (ListProjectMembersResponseBodyMembers) String

type ListProjectMembersResponseBodyMembersDivision

type ListProjectMembersResponseBodyMembersDivision struct {
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
}

func (ListProjectMembersResponseBodyMembersDivision) GoString

func (*ListProjectMembersResponseBodyMembersDivision) SetIdentifier

func (ListProjectMembersResponseBodyMembersDivision) String

type ListProjectMembersResponseBodyMembersOrganizationUserInfo

type ListProjectMembersResponseBodyMembersOrganizationUserInfo struct {
	OrganizationIdentifier *string `json:"organizationIdentifier,omitempty" xml:"organizationIdentifier,omitempty"`
}

func (ListProjectMembersResponseBodyMembersOrganizationUserInfo) GoString

func (*ListProjectMembersResponseBodyMembersOrganizationUserInfo) SetOrganizationIdentifier

func (ListProjectMembersResponseBodyMembersOrganizationUserInfo) String

type ListProjectTemplatesRequest

type ListProjectTemplatesRequest struct {
	Category *string `json:"category,omitempty" xml:"category,omitempty"`
}

func (ListProjectTemplatesRequest) GoString

func (s ListProjectTemplatesRequest) GoString() string

func (*ListProjectTemplatesRequest) SetCategory

func (ListProjectTemplatesRequest) String

type ListProjectTemplatesResponse

type ListProjectTemplatesResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProjectTemplatesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProjectTemplatesResponse) GoString

func (s ListProjectTemplatesResponse) GoString() string

func (*ListProjectTemplatesResponse) SetBody

func (*ListProjectTemplatesResponse) SetHeaders

func (*ListProjectTemplatesResponse) SetStatusCode

func (ListProjectTemplatesResponse) String

type ListProjectTemplatesResponseBody

type ListProjectTemplatesResponseBody struct {
	ErrorCode *string                                      `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                      `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId *string                                      `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                        `json:"success,omitempty" xml:"success,omitempty"`
	Templates []*ListProjectTemplatesResponseBodyTemplates `json:"templates,omitempty" xml:"templates,omitempty" type:"Repeated"`
}

func (ListProjectTemplatesResponseBody) GoString

func (*ListProjectTemplatesResponseBody) SetErrorCode

func (*ListProjectTemplatesResponseBody) SetErrorMsg

func (*ListProjectTemplatesResponseBody) SetRequestId

func (*ListProjectTemplatesResponseBody) SetSuccess

func (ListProjectTemplatesResponseBody) String

type ListProjectTemplatesResponseBodyTemplates

type ListProjectTemplatesResponseBodyTemplates struct {
	CopyFrom         *string `json:"copyFrom,omitempty" xml:"copyFrom,omitempty"`
	Creator          *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Description      *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate        *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified      *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Icon             *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Identifier       *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier         *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
	NameEn           *string `json:"nameEn,omitempty" xml:"nameEn,omitempty"`
	ResourceCategory *string `json:"resourceCategory,omitempty" xml:"resourceCategory,omitempty"`
	ResourceType     *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	SpaceIdentifier  *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType        *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	Type             *int64  `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListProjectTemplatesResponseBodyTemplates) GoString

func (*ListProjectTemplatesResponseBodyTemplates) SetCopyFrom

func (*ListProjectTemplatesResponseBodyTemplates) SetCreator

func (*ListProjectTemplatesResponseBodyTemplates) SetDescription

func (*ListProjectTemplatesResponseBodyTemplates) SetGmtCreate

func (*ListProjectTemplatesResponseBodyTemplates) SetGmtModified

func (*ListProjectTemplatesResponseBodyTemplates) SetIcon

func (*ListProjectTemplatesResponseBodyTemplates) SetIdentifier

func (*ListProjectTemplatesResponseBodyTemplates) SetModifier

func (*ListProjectTemplatesResponseBodyTemplates) SetName

func (*ListProjectTemplatesResponseBodyTemplates) SetNameEn

func (*ListProjectTemplatesResponseBodyTemplates) SetResourceCategory

func (*ListProjectTemplatesResponseBodyTemplates) SetResourceType

func (*ListProjectTemplatesResponseBodyTemplates) SetSpaceIdentifier

func (*ListProjectTemplatesResponseBodyTemplates) SetSpaceType

func (*ListProjectTemplatesResponseBodyTemplates) SetType

func (ListProjectTemplatesResponseBodyTemplates) String

type ListProjectWorkitemTypesRequest

type ListProjectWorkitemTypesRequest struct {
	Category  *string `json:"category,omitempty" xml:"category,omitempty"`
	SpaceType *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
}

func (ListProjectWorkitemTypesRequest) GoString

func (*ListProjectWorkitemTypesRequest) SetCategory

func (*ListProjectWorkitemTypesRequest) SetSpaceType

func (ListProjectWorkitemTypesRequest) String

type ListProjectWorkitemTypesResponse

type ListProjectWorkitemTypesResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProjectWorkitemTypesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProjectWorkitemTypesResponse) GoString

func (*ListProjectWorkitemTypesResponse) SetHeaders

func (*ListProjectWorkitemTypesResponse) SetStatusCode

func (ListProjectWorkitemTypesResponse) String

type ListProjectWorkitemTypesResponseBody

type ListProjectWorkitemTypesResponseBody struct {
	ErrorCode     *string                                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage  *string                                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId     *string                                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success       *bool                                                `json:"success,omitempty" xml:"success,omitempty"`
	WorkitemTypes []*ListProjectWorkitemTypesResponseBodyWorkitemTypes `json:"workitemTypes,omitempty" xml:"workitemTypes,omitempty" type:"Repeated"`
}

func (ListProjectWorkitemTypesResponseBody) GoString

func (*ListProjectWorkitemTypesResponseBody) SetErrorCode

func (*ListProjectWorkitemTypesResponseBody) SetErrorMessage

func (*ListProjectWorkitemTypesResponseBody) SetRequestId

func (*ListProjectWorkitemTypesResponseBody) SetSuccess

func (ListProjectWorkitemTypesResponseBody) String

type ListProjectWorkitemTypesResponseBodyWorkitemTypes

type ListProjectWorkitemTypesResponseBodyWorkitemTypes struct {
	AddUser            *string `json:"addUser,omitempty" xml:"addUser,omitempty"`
	CategoryIdentifier *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator            *string `json:"creator,omitempty" xml:"creator,omitempty"`
	DefaultType        *bool   `json:"defaultType,omitempty" xml:"defaultType,omitempty"`
	Description        *string `json:"description,omitempty" xml:"description,omitempty"`
	Enable             *bool   `json:"enable,omitempty" xml:"enable,omitempty"`
	GmtAdd             *int64  `json:"gmtAdd,omitempty" xml:"gmtAdd,omitempty"`
	GmtCreate          *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	Identifier         *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	NameEn             *string `json:"nameEn,omitempty" xml:"nameEn,omitempty"`
	SystemDefault      *bool   `json:"systemDefault,omitempty" xml:"systemDefault,omitempty"`
}

func (ListProjectWorkitemTypesResponseBodyWorkitemTypes) GoString

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetAddUser

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetCategoryIdentifier

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetCreator

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetDefaultType

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetDescription

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetEnable

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetGmtAdd

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetGmtCreate

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetIdentifier

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetName

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetNameEn

func (*ListProjectWorkitemTypesResponseBodyWorkitemTypes) SetSystemDefault

func (ListProjectWorkitemTypesResponseBodyWorkitemTypes) String

type ListProjectsRequest

type ListProjectsRequest struct {
	Category *string `json:"category,omitempty" xml:"category,omitempty"`
	// {"conditionGroups":[[]]}
	Conditions      *string `json:"conditions,omitempty" xml:"conditions,omitempty"`
	ExtraConditions *string `json:"extraConditions,omitempty" xml:"extraConditions,omitempty"`
	MaxResults      *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken       *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Scope           *string `json:"scope,omitempty" xml:"scope,omitempty"`
}

func (ListProjectsRequest) GoString

func (s ListProjectsRequest) GoString() string

func (*ListProjectsRequest) SetCategory

func (s *ListProjectsRequest) SetCategory(v string) *ListProjectsRequest

func (*ListProjectsRequest) SetConditions

func (s *ListProjectsRequest) SetConditions(v string) *ListProjectsRequest

func (*ListProjectsRequest) SetExtraConditions

func (s *ListProjectsRequest) SetExtraConditions(v string) *ListProjectsRequest

func (*ListProjectsRequest) SetMaxResults

func (s *ListProjectsRequest) SetMaxResults(v int64) *ListProjectsRequest

func (*ListProjectsRequest) SetNextToken

func (s *ListProjectsRequest) SetNextToken(v string) *ListProjectsRequest

func (*ListProjectsRequest) SetScope

func (ListProjectsRequest) String

func (s ListProjectsRequest) String() string

type ListProjectsResponse

type ListProjectsResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProjectsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProjectsResponse) GoString

func (s ListProjectsResponse) GoString() string

func (*ListProjectsResponse) SetBody

func (*ListProjectsResponse) SetHeaders

func (s *ListProjectsResponse) SetHeaders(v map[string]*string) *ListProjectsResponse

func (*ListProjectsResponse) SetStatusCode

func (s *ListProjectsResponse) SetStatusCode(v int32) *ListProjectsResponse

func (ListProjectsResponse) String

func (s ListProjectsResponse) String() string

type ListProjectsResponseBody

type ListProjectsResponseBody struct {
	ErrorCode  *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string                             `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	MaxResults *int64                              `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string                             `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Projects   []*ListProjectsResponseBodyProjects `json:"projects,omitempty" xml:"projects,omitempty" type:"Repeated"`
	RequestId  *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success    *bool                               `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount *int64                              `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListProjectsResponseBody) GoString

func (s ListProjectsResponseBody) GoString() string

func (*ListProjectsResponseBody) SetErrorCode

func (*ListProjectsResponseBody) SetErrorMsg

func (*ListProjectsResponseBody) SetMaxResults

func (*ListProjectsResponseBody) SetNextToken

func (*ListProjectsResponseBody) SetProjects

func (*ListProjectsResponseBody) SetRequestId

func (*ListProjectsResponseBody) SetSuccess

func (*ListProjectsResponseBody) SetTotalCount

func (ListProjectsResponseBody) String

func (s ListProjectsResponseBody) String() string

type ListProjectsResponseBodyProjects

type ListProjectsResponseBodyProjects struct {
	CategoryIdentifier    *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator               *string `json:"creator,omitempty" xml:"creator,omitempty"`
	CustomCode            *string `json:"customCode,omitempty" xml:"customCode,omitempty"`
	DeleteTime            *int64  `json:"deleteTime,omitempty" xml:"deleteTime,omitempty"`
	Description           *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate             *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	Icon                  *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Identifier            *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	LogicalStatus         *string `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Name                  *string `json:"name,omitempty" xml:"name,omitempty"`
	Scope                 *string `json:"scope,omitempty" xml:"scope,omitempty"`
	StatusStageIdentifier *string `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	TypeIdentifier        *string `json:"typeIdentifier,omitempty" xml:"typeIdentifier,omitempty"`
}

func (ListProjectsResponseBodyProjects) GoString

func (*ListProjectsResponseBodyProjects) SetCategoryIdentifier

func (*ListProjectsResponseBodyProjects) SetCreator

func (*ListProjectsResponseBodyProjects) SetCustomCode

func (*ListProjectsResponseBodyProjects) SetDeleteTime

func (*ListProjectsResponseBodyProjects) SetDescription

func (*ListProjectsResponseBodyProjects) SetGmtCreate

func (*ListProjectsResponseBodyProjects) SetIcon

func (*ListProjectsResponseBodyProjects) SetIdentifier

func (*ListProjectsResponseBodyProjects) SetLogicalStatus

func (*ListProjectsResponseBodyProjects) SetName

func (*ListProjectsResponseBodyProjects) SetScope

func (*ListProjectsResponseBodyProjects) SetStatusStageIdentifier

func (*ListProjectsResponseBodyProjects) SetTypeIdentifier

func (ListProjectsResponseBodyProjects) String

type ListProtectedBranchesRequest

type ListProtectedBranchesRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListProtectedBranchesRequest) GoString

func (s ListProtectedBranchesRequest) GoString() string

func (*ListProtectedBranchesRequest) SetAccessToken

func (*ListProtectedBranchesRequest) SetOrganizationId

func (ListProtectedBranchesRequest) String

type ListProtectedBranchesResponse

type ListProtectedBranchesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProtectedBranchesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProtectedBranchesResponse) GoString

func (*ListProtectedBranchesResponse) SetBody

func (*ListProtectedBranchesResponse) SetHeaders

func (*ListProtectedBranchesResponse) SetStatusCode

func (ListProtectedBranchesResponse) String

type ListProtectedBranchesResponseBody

type ListProtectedBranchesResponseBody struct {
	ErrorCode    *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListProtectedBranchesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListProtectedBranchesResponseBody) GoString

func (*ListProtectedBranchesResponseBody) SetErrorCode

func (*ListProtectedBranchesResponseBody) SetErrorMessage

func (*ListProtectedBranchesResponseBody) SetRequestId

func (*ListProtectedBranchesResponseBody) SetSuccess

func (ListProtectedBranchesResponseBody) String

type ListProtectedBranchesResponseBodyResult

type ListProtectedBranchesResponseBodyResult struct {
	AllowMergeRoles     []*int32                                                    `json:"allowMergeRoles,omitempty" xml:"allowMergeRoles,omitempty" type:"Repeated"`
	AllowMergeUserIds   []*int64                                                    `json:"allowMergeUserIds,omitempty" xml:"allowMergeUserIds,omitempty" type:"Repeated"`
	AllowMergeUsers     []*ListProtectedBranchesResponseBodyResultAllowMergeUsers   `json:"allowMergeUsers,omitempty" xml:"allowMergeUsers,omitempty" type:"Repeated"`
	AllowPushRoles      []*int32                                                    `json:"allowPushRoles,omitempty" xml:"allowPushRoles,omitempty" type:"Repeated"`
	AllowPushUserIds    []*int64                                                    `json:"allowPushUserIds,omitempty" xml:"allowPushUserIds,omitempty" type:"Repeated"`
	AllowPushUsers      []*ListProtectedBranchesResponseBodyResultAllowPushUsers    `json:"allowPushUsers,omitempty" xml:"allowPushUsers,omitempty" type:"Repeated"`
	Branch              *string                                                     `json:"branch,omitempty" xml:"branch,omitempty"`
	CreatedAt           *string                                                     `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id                  *int64                                                      `json:"id,omitempty" xml:"id,omitempty"`
	Matches             []*string                                                   `json:"matches,omitempty" xml:"matches,omitempty" type:"Repeated"`
	MergeRequestSetting *ListProtectedBranchesResponseBodyResultMergeRequestSetting `json:"mergeRequestSetting,omitempty" xml:"mergeRequestSetting,omitempty" type:"Struct"`
	TestSettingDTO      *ListProtectedBranchesResponseBodyResultTestSettingDTO      `json:"testSettingDTO,omitempty" xml:"testSettingDTO,omitempty" type:"Struct"`
	UpdatedAt           *string                                                     `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
}

func (ListProtectedBranchesResponseBodyResult) GoString

func (*ListProtectedBranchesResponseBodyResult) SetAllowMergeRoles

func (*ListProtectedBranchesResponseBodyResult) SetAllowMergeUserIds

func (*ListProtectedBranchesResponseBodyResult) SetAllowPushRoles

func (*ListProtectedBranchesResponseBodyResult) SetAllowPushUserIds

func (*ListProtectedBranchesResponseBodyResult) SetBranch

func (*ListProtectedBranchesResponseBodyResult) SetCreatedAt

func (*ListProtectedBranchesResponseBodyResult) SetId

func (*ListProtectedBranchesResponseBodyResult) SetMatches

func (*ListProtectedBranchesResponseBodyResult) SetUpdatedAt

func (ListProtectedBranchesResponseBodyResult) String

type ListProtectedBranchesResponseBodyResultAllowMergeUsers

type ListProtectedBranchesResponseBodyResultAllowMergeUsers struct {
	Avatar   *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	Email    *string `json:"email,omitempty" xml:"email,omitempty"`
	Id       *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Username *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultAllowMergeUsers) GoString

func (*ListProtectedBranchesResponseBodyResultAllowMergeUsers) SetAvatar

func (*ListProtectedBranchesResponseBodyResultAllowMergeUsers) SetEmail

func (*ListProtectedBranchesResponseBodyResultAllowMergeUsers) SetId

func (*ListProtectedBranchesResponseBodyResultAllowMergeUsers) SetName

func (*ListProtectedBranchesResponseBodyResultAllowMergeUsers) SetUsername

func (ListProtectedBranchesResponseBodyResultAllowMergeUsers) String

type ListProtectedBranchesResponseBodyResultAllowPushUsers

type ListProtectedBranchesResponseBodyResultAllowPushUsers struct {
	Avatar   *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	Email    *string `json:"email,omitempty" xml:"email,omitempty"`
	Id       *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Username *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultAllowPushUsers) GoString

func (*ListProtectedBranchesResponseBodyResultAllowPushUsers) SetAvatar

func (*ListProtectedBranchesResponseBodyResultAllowPushUsers) SetEmail

func (*ListProtectedBranchesResponseBodyResultAllowPushUsers) SetId

func (*ListProtectedBranchesResponseBodyResultAllowPushUsers) SetName

func (*ListProtectedBranchesResponseBodyResultAllowPushUsers) SetUsername

func (ListProtectedBranchesResponseBodyResultAllowPushUsers) String

type ListProtectedBranchesResponseBodyResultMergeRequestSetting

type ListProtectedBranchesResponseBodyResultMergeRequestSetting struct {
	AllowMergeRequestRoles       []*int32                                                                      `json:"allowMergeRequestRoles,omitempty" xml:"allowMergeRequestRoles,omitempty" type:"Repeated"`
	DefaultAssignees             []*ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees `json:"defaultAssignees,omitempty" xml:"defaultAssignees,omitempty" type:"Repeated"`
	IsAllowSelfApproval          *bool                                                                         `json:"isAllowSelfApproval,omitempty" xml:"isAllowSelfApproval,omitempty"`
	IsRequireDiscussionProcessed *bool                                                                         `json:"isRequireDiscussionProcessed,omitempty" xml:"isRequireDiscussionProcessed,omitempty"`
	IsRequired                   *bool                                                                         `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	IsResetApprovalWhenNewPush   *bool                                                                         `json:"isResetApprovalWhenNewPush,omitempty" xml:"isResetApprovalWhenNewPush,omitempty"`
	MinimumApproval              *int32                                                                        `json:"minimumApproval,omitempty" xml:"minimumApproval,omitempty"`
	MrMode                       *string                                                                       `json:"mrMode,omitempty" xml:"mrMode,omitempty"`
	WhiteList                    *string                                                                       `json:"whiteList,omitempty" xml:"whiteList,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultMergeRequestSetting) GoString

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetAllowMergeRequestRoles

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsAllowSelfApproval

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsRequireDiscussionProcessed

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsRequired

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsResetApprovalWhenNewPush

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetMinimumApproval

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetMrMode

func (*ListProtectedBranchesResponseBodyResultMergeRequestSetting) SetWhiteList

func (ListProtectedBranchesResponseBodyResultMergeRequestSetting) String

type ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees

type ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees struct {
	Avatar   *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	Email    *string `json:"email,omitempty" xml:"email,omitempty"`
	Id       *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	Username *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees) GoString

func (*ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees) SetAvatar

func (*ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees) SetEmail

func (*ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees) SetId

func (*ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees) SetName

func (*ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees) SetUsername

func (ListProtectedBranchesResponseBodyResultMergeRequestSettingDefaultAssignees) String

type ListProtectedBranchesResponseBodyResultTestSettingDTO

type ListProtectedBranchesResponseBodyResultTestSettingDTO struct {
	CheckConfig             *ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig             `json:"checkConfig,omitempty" xml:"checkConfig,omitempty" type:"Struct"`
	CheckTaskQualityConfig  *ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig  `json:"checkTaskQualityConfig,omitempty" xml:"checkTaskQualityConfig,omitempty" type:"Struct"`
	CodeGuidelinesDetection *ListProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection `json:"codeGuidelinesDetection,omitempty" xml:"codeGuidelinesDetection,omitempty" type:"Struct"`
	IsRequired              *bool                                                                         `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	SensitiveInfoDetection  *ListProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection  `json:"sensitiveInfoDetection,omitempty" xml:"sensitiveInfoDetection,omitempty" type:"Struct"`
}

func (ListProtectedBranchesResponseBodyResultTestSettingDTO) GoString

func (*ListProtectedBranchesResponseBodyResultTestSettingDTO) SetIsRequired

func (ListProtectedBranchesResponseBodyResultTestSettingDTO) String

type ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig

type ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig struct {
	CheckItems []*ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems `json:"checkItems,omitempty" xml:"checkItems,omitempty" type:"Repeated"`
}

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig) GoString

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig) String

type ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems

type ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems struct {
	IsRequired *bool   `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) GoString

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) SetIsRequired

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) SetName

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) String

type ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig

type ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig struct {
	BizNo    *string `json:"bizNo,omitempty" xml:"bizNo,omitempty"`
	Enabled  *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message  *string `json:"message,omitempty" xml:"message,omitempty"`
	TaskName *string `json:"taskName,omitempty" xml:"taskName,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) GoString

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetBizNo

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetEnabled

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetMessage

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetTaskName

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) String

type ListProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection

type ListProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) GoString

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) SetEnabled

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) SetMessage

func (ListProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) String

type ListProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection

type ListProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (ListProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) GoString

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) SetEnabled

func (*ListProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) SetMessage

func (ListProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) String

type ListPushRulesRequest added in v4.3.0

type ListPushRulesRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListPushRulesRequest) GoString added in v4.3.0

func (s ListPushRulesRequest) GoString() string

func (*ListPushRulesRequest) SetAccessToken added in v4.3.0

func (s *ListPushRulesRequest) SetAccessToken(v string) *ListPushRulesRequest

func (*ListPushRulesRequest) SetOrganizationId added in v4.3.0

func (s *ListPushRulesRequest) SetOrganizationId(v string) *ListPushRulesRequest

func (ListPushRulesRequest) String added in v4.3.0

func (s ListPushRulesRequest) String() string

type ListPushRulesResponse added in v4.3.0

type ListPushRulesResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListPushRulesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListPushRulesResponse) GoString added in v4.3.0

func (s ListPushRulesResponse) GoString() string

func (*ListPushRulesResponse) SetBody added in v4.3.0

func (*ListPushRulesResponse) SetHeaders added in v4.3.0

func (*ListPushRulesResponse) SetStatusCode added in v4.3.0

func (s *ListPushRulesResponse) SetStatusCode(v int32) *ListPushRulesResponse

func (ListPushRulesResponse) String added in v4.3.0

func (s ListPushRulesResponse) String() string

type ListPushRulesResponseBody added in v4.3.0

type ListPushRulesResponseBody struct {
	ErrorCode    *string                            `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                            `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListPushRulesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                              `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                             `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListPushRulesResponseBody) GoString added in v4.3.0

func (s ListPushRulesResponseBody) GoString() string

func (*ListPushRulesResponseBody) SetErrorCode added in v4.3.0

func (*ListPushRulesResponseBody) SetErrorMessage added in v4.3.0

func (*ListPushRulesResponseBody) SetRequestId added in v4.3.0

func (*ListPushRulesResponseBody) SetResult added in v4.3.0

func (*ListPushRulesResponseBody) SetSuccess added in v4.3.0

func (*ListPushRulesResponseBody) SetTotal added in v4.3.0

func (ListPushRulesResponseBody) String added in v4.3.0

func (s ListPushRulesResponseBody) String() string

type ListPushRulesResponseBodyResult added in v4.3.0

type ListPushRulesResponseBodyResult struct {
	GmtCreate   *string                                     `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified *string                                     `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id          *int64                                      `json:"id,omitempty" xml:"id,omitempty"`
	RuleInfos   []*ListPushRulesResponseBodyResultRuleInfos `json:"ruleInfos,omitempty" xml:"ruleInfos,omitempty" type:"Repeated"`
}

func (ListPushRulesResponseBodyResult) GoString added in v4.3.0

func (*ListPushRulesResponseBodyResult) SetGmtCreate added in v4.3.0

func (*ListPushRulesResponseBodyResult) SetGmtModified added in v4.3.0

func (*ListPushRulesResponseBodyResult) SetId added in v4.3.0

func (*ListPushRulesResponseBodyResult) SetRuleInfos added in v4.3.0

func (ListPushRulesResponseBodyResult) String added in v4.3.0

type ListPushRulesResponseBodyResultRuleInfos added in v4.3.0

type ListPushRulesResponseBodyResultRuleInfos struct {
	CheckerName     *string   `json:"checkerName,omitempty" xml:"checkerName,omitempty"`
	CheckerType     *string   `json:"checkerType,omitempty" xml:"checkerType,omitempty"`
	ExtraMessage    *string   `json:"extraMessage,omitempty" xml:"extraMessage,omitempty"`
	FileRuleRegexes []*string `json:"fileRuleRegexes,omitempty" xml:"fileRuleRegexes,omitempty" type:"Repeated"`
}

func (ListPushRulesResponseBodyResultRuleInfos) GoString added in v4.3.0

func (*ListPushRulesResponseBodyResultRuleInfos) SetCheckerName added in v4.3.0

func (*ListPushRulesResponseBodyResultRuleInfos) SetCheckerType added in v4.3.0

func (*ListPushRulesResponseBodyResultRuleInfos) SetExtraMessage added in v4.3.0

func (*ListPushRulesResponseBodyResultRuleInfos) SetFileRuleRegexes added in v4.3.0

func (ListPushRulesResponseBodyResultRuleInfos) String added in v4.3.0

type ListRepositoriesRequest

type ListRepositoriesRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Archived       *bool   `json:"archived,omitempty" xml:"archived,omitempty"`
	MinAccessLevel *int32  `json:"minAccessLevel,omitempty" xml:"minAccessLevel,omitempty"`
	OrderBy        *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PerPage        *int64  `json:"perPage,omitempty" xml:"perPage,omitempty"`
	Search         *string `json:"search,omitempty" xml:"search,omitempty"`
	Sort           *string `json:"sort,omitempty" xml:"sort,omitempty"`
}

func (ListRepositoriesRequest) GoString

func (s ListRepositoriesRequest) GoString() string

func (*ListRepositoriesRequest) SetAccessToken

func (*ListRepositoriesRequest) SetArchived

func (*ListRepositoriesRequest) SetMinAccessLevel added in v4.18.0

func (s *ListRepositoriesRequest) SetMinAccessLevel(v int32) *ListRepositoriesRequest

func (*ListRepositoriesRequest) SetOrderBy

func (*ListRepositoriesRequest) SetOrganizationId

func (s *ListRepositoriesRequest) SetOrganizationId(v string) *ListRepositoriesRequest

func (*ListRepositoriesRequest) SetPage

func (*ListRepositoriesRequest) SetPerPage

func (*ListRepositoriesRequest) SetSearch

func (*ListRepositoriesRequest) SetSort

func (ListRepositoriesRequest) String

func (s ListRepositoriesRequest) String() string

type ListRepositoriesResponse

type ListRepositoriesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoriesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoriesResponse) GoString

func (s ListRepositoriesResponse) GoString() string

func (*ListRepositoriesResponse) SetBody

func (*ListRepositoriesResponse) SetHeaders

func (*ListRepositoriesResponse) SetStatusCode

func (ListRepositoriesResponse) String

func (s ListRepositoriesResponse) String() string

type ListRepositoriesResponseBody

type ListRepositoriesResponseBody struct {
	ErrorCode    *int32                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoriesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListRepositoriesResponseBody) GoString

func (s ListRepositoriesResponseBody) GoString() string

func (*ListRepositoriesResponseBody) SetErrorCode

func (*ListRepositoriesResponseBody) SetErrorMessage

func (*ListRepositoriesResponseBody) SetRequestId

func (*ListRepositoriesResponseBody) SetResult

func (*ListRepositoriesResponseBody) SetSuccess

func (*ListRepositoriesResponseBody) SetTotal

func (ListRepositoriesResponseBody) String

type ListRepositoriesResponseBodyResult

type ListRepositoriesResponseBodyResult struct {
	Id                *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	AccessLevel       *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	Archive           *bool   `json:"archive,omitempty" xml:"archive,omitempty"`
	AvatarUrl         *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	CreatedAt         *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	ImportStatus      *string `json:"importStatus,omitempty" xml:"importStatus,omitempty"`
	LastActivityAt    *string `json:"lastActivityAt,omitempty" xml:"lastActivityAt,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	NamespaceId       *int64  `json:"namespaceId,omitempty" xml:"namespaceId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	Star              *bool   `json:"star,omitempty" xml:"star,omitempty"`
	StarCount         *int64  `json:"starCount,omitempty" xml:"starCount,omitempty"`
	UpdatedAt         *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel   *string `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl            *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (ListRepositoriesResponseBodyResult) GoString

func (*ListRepositoriesResponseBodyResult) SetAccessLevel

func (*ListRepositoriesResponseBodyResult) SetArchive

func (*ListRepositoriesResponseBodyResult) SetAvatarUrl

func (*ListRepositoriesResponseBodyResult) SetCreatedAt

func (*ListRepositoriesResponseBodyResult) SetDescription

func (*ListRepositoriesResponseBodyResult) SetId

func (*ListRepositoriesResponseBodyResult) SetImportStatus

func (*ListRepositoriesResponseBodyResult) SetLastActivityAt

func (*ListRepositoriesResponseBodyResult) SetName

func (*ListRepositoriesResponseBodyResult) SetNameWithNamespace

func (*ListRepositoriesResponseBodyResult) SetNamespaceId

func (*ListRepositoriesResponseBodyResult) SetPath

func (*ListRepositoriesResponseBodyResult) SetPathWithNamespace

func (*ListRepositoriesResponseBodyResult) SetStar

func (*ListRepositoriesResponseBodyResult) SetStarCount

func (*ListRepositoriesResponseBodyResult) SetUpdatedAt

func (*ListRepositoriesResponseBodyResult) SetVisibilityLevel

func (*ListRepositoriesResponseBodyResult) SetWebUrl

func (ListRepositoriesResponseBodyResult) String

type ListRepositoryBranchesRequest

type ListRepositoryBranchesRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Search         *string `json:"search,omitempty" xml:"search,omitempty"`
	Sort           *string `json:"sort,omitempty" xml:"sort,omitempty"`
}

func (ListRepositoryBranchesRequest) GoString

func (*ListRepositoryBranchesRequest) SetAccessToken

func (*ListRepositoryBranchesRequest) SetOrganizationId

func (*ListRepositoryBranchesRequest) SetPage

func (*ListRepositoryBranchesRequest) SetPageSize

func (*ListRepositoryBranchesRequest) SetSearch

func (*ListRepositoryBranchesRequest) SetSort

func (ListRepositoryBranchesRequest) String

type ListRepositoryBranchesResponse

type ListRepositoryBranchesResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryBranchesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryBranchesResponse) GoString

func (*ListRepositoryBranchesResponse) SetHeaders

func (*ListRepositoryBranchesResponse) SetStatusCode

func (ListRepositoryBranchesResponse) String

type ListRepositoryBranchesResponseBody

type ListRepositoryBranchesResponseBody struct {
	ErrorCode    *string                                     `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                     `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                     `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoryBranchesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                       `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                      `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListRepositoryBranchesResponseBody) GoString

func (*ListRepositoryBranchesResponseBody) SetErrorCode

func (*ListRepositoryBranchesResponseBody) SetErrorMessage

func (*ListRepositoryBranchesResponseBody) SetRequestId

func (*ListRepositoryBranchesResponseBody) SetSuccess

func (*ListRepositoryBranchesResponseBody) SetTotal

func (ListRepositoryBranchesResponseBody) String

type ListRepositoryBranchesResponseBodyResult

type ListRepositoryBranchesResponseBodyResult struct {
	Commit    *ListRepositoryBranchesResponseBodyResultCommit `json:"commit,omitempty" xml:"commit,omitempty" type:"Struct"`
	Name      *string                                         `json:"name,omitempty" xml:"name,omitempty"`
	Protected *string                                         `json:"protected,omitempty" xml:"protected,omitempty"`
}

func (ListRepositoryBranchesResponseBodyResult) GoString

func (*ListRepositoryBranchesResponseBodyResult) SetName

func (*ListRepositoryBranchesResponseBodyResult) SetProtected

func (ListRepositoryBranchesResponseBodyResult) String

type ListRepositoryBranchesResponseBodyResultCommit

type ListRepositoryBranchesResponseBodyResultCommit struct {
	AuthorEmail    *string   `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string   `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string   `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommittedDate  *string   `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	CommitterEmail *string   `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string   `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string   `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string   `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string   `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string   `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Title          *string   `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListRepositoryBranchesResponseBodyResultCommit) GoString

func (*ListRepositoryBranchesResponseBodyResultCommit) SetAuthorEmail

func (*ListRepositoryBranchesResponseBodyResultCommit) SetAuthorName

func (*ListRepositoryBranchesResponseBodyResultCommit) SetAuthoredDate

func (*ListRepositoryBranchesResponseBodyResultCommit) SetCommittedDate

func (*ListRepositoryBranchesResponseBodyResultCommit) SetCommitterEmail

func (*ListRepositoryBranchesResponseBodyResultCommit) SetCommitterName

func (*ListRepositoryBranchesResponseBodyResultCommit) SetCreatedAt

func (*ListRepositoryBranchesResponseBodyResultCommit) SetId

func (*ListRepositoryBranchesResponseBodyResultCommit) SetMessage

func (*ListRepositoryBranchesResponseBodyResultCommit) SetParentIds

func (*ListRepositoryBranchesResponseBodyResultCommit) SetShortId

func (*ListRepositoryBranchesResponseBodyResultCommit) SetTitle

func (ListRepositoryBranchesResponseBodyResultCommit) String

type ListRepositoryCommitDiffRequest

type ListRepositoryCommitDiffRequest struct {
	// accessToken
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	ContextLine    *int32  `json:"contextLine,omitempty" xml:"contextLine,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListRepositoryCommitDiffRequest) GoString

func (*ListRepositoryCommitDiffRequest) SetAccessToken

func (*ListRepositoryCommitDiffRequest) SetContextLine

func (*ListRepositoryCommitDiffRequest) SetOrganizationId

func (ListRepositoryCommitDiffRequest) String

type ListRepositoryCommitDiffResponse

type ListRepositoryCommitDiffResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryCommitDiffResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryCommitDiffResponse) GoString

func (*ListRepositoryCommitDiffResponse) SetHeaders

func (*ListRepositoryCommitDiffResponse) SetStatusCode

func (ListRepositoryCommitDiffResponse) String

type ListRepositoryCommitDiffResponseBody

type ListRepositoryCommitDiffResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	// Id of the request
	RequestId *string                                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    []*ListRepositoryCommitDiffResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success   *bool                                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListRepositoryCommitDiffResponseBody) GoString

func (*ListRepositoryCommitDiffResponseBody) SetErrorCode

func (*ListRepositoryCommitDiffResponseBody) SetErrorMessage

func (*ListRepositoryCommitDiffResponseBody) SetRequestId

func (*ListRepositoryCommitDiffResponseBody) SetSuccess

func (ListRepositoryCommitDiffResponseBody) String

type ListRepositoryCommitDiffResponseBodyResult

type ListRepositoryCommitDiffResponseBodyResult struct {
	AMode       *string `json:"aMode,omitempty" xml:"aMode,omitempty"`
	BMode       *string `json:"bMode,omitempty" xml:"bMode,omitempty"`
	DeletedFile *bool   `json:"deletedFile,omitempty" xml:"deletedFile,omitempty"`
	Diff        *string `json:"diff,omitempty" xml:"diff,omitempty"`
	IsBinary    *bool   `json:"isBinary,omitempty" xml:"isBinary,omitempty"`
	IsNewLfs    *bool   `json:"isNewLfs,omitempty" xml:"isNewLfs,omitempty"`
	IsOldLfs    *bool   `json:"isOldLfs,omitempty" xml:"isOldLfs,omitempty"`
	NewFile     *bool   `json:"newFile,omitempty" xml:"newFile,omitempty"`
	NewId       *string `json:"newId,omitempty" xml:"newId,omitempty"`
	NewPath     *string `json:"newPath,omitempty" xml:"newPath,omitempty"`
	OldId       *string `json:"oldId,omitempty" xml:"oldId,omitempty"`
	OldPath     *string `json:"oldPath,omitempty" xml:"oldPath,omitempty"`
	RenamedFile *bool   `json:"renamedFile,omitempty" xml:"renamedFile,omitempty"`
}

func (ListRepositoryCommitDiffResponseBodyResult) GoString

func (*ListRepositoryCommitDiffResponseBodyResult) SetAMode

func (*ListRepositoryCommitDiffResponseBodyResult) SetBMode

func (*ListRepositoryCommitDiffResponseBodyResult) SetDeletedFile

func (*ListRepositoryCommitDiffResponseBodyResult) SetDiff

func (*ListRepositoryCommitDiffResponseBodyResult) SetIsBinary

func (*ListRepositoryCommitDiffResponseBodyResult) SetIsNewLfs

func (*ListRepositoryCommitDiffResponseBodyResult) SetIsOldLfs

func (*ListRepositoryCommitDiffResponseBodyResult) SetNewFile

func (*ListRepositoryCommitDiffResponseBodyResult) SetNewId

func (*ListRepositoryCommitDiffResponseBodyResult) SetNewPath

func (*ListRepositoryCommitDiffResponseBodyResult) SetOldId

func (*ListRepositoryCommitDiffResponseBodyResult) SetOldPath

func (*ListRepositoryCommitDiffResponseBodyResult) SetRenamedFile

func (ListRepositoryCommitDiffResponseBodyResult) String

type ListRepositoryCommitsRequest

type ListRepositoryCommitsRequest struct {
	AccessToken       *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	End               *string `json:"end,omitempty" xml:"end,omitempty"`
	OrganizationId    *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page              *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize          *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	RefName           *string `json:"refName,omitempty" xml:"refName,omitempty"`
	Search            *string `json:"search,omitempty" xml:"search,omitempty"`
	ShowCommentsCount *bool   `json:"showCommentsCount,omitempty" xml:"showCommentsCount,omitempty"`
	ShowSignature     *bool   `json:"showSignature,omitempty" xml:"showSignature,omitempty"`
	Start             *string `json:"start,omitempty" xml:"start,omitempty"`
}

func (ListRepositoryCommitsRequest) GoString

func (s ListRepositoryCommitsRequest) GoString() string

func (*ListRepositoryCommitsRequest) SetAccessToken

func (*ListRepositoryCommitsRequest) SetEnd

func (*ListRepositoryCommitsRequest) SetOrganizationId

func (*ListRepositoryCommitsRequest) SetPage

func (*ListRepositoryCommitsRequest) SetPageSize

func (*ListRepositoryCommitsRequest) SetPath

func (*ListRepositoryCommitsRequest) SetRefName

func (*ListRepositoryCommitsRequest) SetSearch

func (*ListRepositoryCommitsRequest) SetShowCommentsCount

func (*ListRepositoryCommitsRequest) SetShowSignature

func (*ListRepositoryCommitsRequest) SetStart

func (ListRepositoryCommitsRequest) String

type ListRepositoryCommitsResponse

type ListRepositoryCommitsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryCommitsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryCommitsResponse) GoString

func (*ListRepositoryCommitsResponse) SetBody

func (*ListRepositoryCommitsResponse) SetHeaders

func (*ListRepositoryCommitsResponse) SetStatusCode

func (ListRepositoryCommitsResponse) String

type ListRepositoryCommitsResponseBody

type ListRepositoryCommitsResponseBody struct {
	ErrorCode    *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoryCommitsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                     `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListRepositoryCommitsResponseBody) GoString

func (*ListRepositoryCommitsResponseBody) SetErrorCode

func (*ListRepositoryCommitsResponseBody) SetErrorMessage

func (*ListRepositoryCommitsResponseBody) SetRequestId

func (*ListRepositoryCommitsResponseBody) SetSuccess

func (*ListRepositoryCommitsResponseBody) SetTotal

func (ListRepositoryCommitsResponseBody) String

type ListRepositoryCommitsResponseBodyResult

type ListRepositoryCommitsResponseBodyResult struct {
	Author         *ListRepositoryCommitsResponseBodyResultAuthor    `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	AuthorEmail    *string                                           `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                           `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string                                           `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommentsCount  *int64                                            `json:"commentsCount,omitempty" xml:"commentsCount,omitempty"`
	CommittedDate  *string                                           `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	Committer      *ListRepositoryCommitsResponseBodyResultCommitter `json:"committer,omitempty" xml:"committer,omitempty" type:"Struct"`
	CommitterEmail *string                                           `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                           `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                           `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                           `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                           `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                         `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                           `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Signature      *ListRepositoryCommitsResponseBodyResultSignature `json:"signature,omitempty" xml:"signature,omitempty" type:"Struct"`
	Title          *string                                           `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListRepositoryCommitsResponseBodyResult) GoString

func (*ListRepositoryCommitsResponseBodyResult) SetAuthorEmail

func (*ListRepositoryCommitsResponseBodyResult) SetAuthorName

func (*ListRepositoryCommitsResponseBodyResult) SetAuthoredDate

func (*ListRepositoryCommitsResponseBodyResult) SetCommentsCount

func (*ListRepositoryCommitsResponseBodyResult) SetCommittedDate

func (*ListRepositoryCommitsResponseBodyResult) SetCommitterEmail

func (*ListRepositoryCommitsResponseBodyResult) SetCommitterName

func (*ListRepositoryCommitsResponseBodyResult) SetCreatedAt

func (*ListRepositoryCommitsResponseBodyResult) SetId

func (*ListRepositoryCommitsResponseBodyResult) SetMessage

func (*ListRepositoryCommitsResponseBodyResult) SetParentIds

func (*ListRepositoryCommitsResponseBodyResult) SetShortId

func (*ListRepositoryCommitsResponseBodyResult) SetTitle

func (ListRepositoryCommitsResponseBodyResult) String

type ListRepositoryCommitsResponseBodyResultAuthor

type ListRepositoryCommitsResponseBodyResultAuthor struct {
	AvatarUrl  *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email      *string `json:"email,omitempty" xml:"email,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	State      *string `json:"state,omitempty" xml:"state,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	WebsiteUrl *string `json:"websiteUrl,omitempty" xml:"websiteUrl,omitempty"`
}

func (ListRepositoryCommitsResponseBodyResultAuthor) GoString

func (*ListRepositoryCommitsResponseBodyResultAuthor) SetAvatarUrl

func (*ListRepositoryCommitsResponseBodyResultAuthor) SetEmail

func (*ListRepositoryCommitsResponseBodyResultAuthor) SetId

func (*ListRepositoryCommitsResponseBodyResultAuthor) SetName

func (*ListRepositoryCommitsResponseBodyResultAuthor) SetState

func (*ListRepositoryCommitsResponseBodyResultAuthor) SetUsername

func (*ListRepositoryCommitsResponseBodyResultAuthor) SetWebsiteUrl

func (ListRepositoryCommitsResponseBodyResultAuthor) String

type ListRepositoryCommitsResponseBodyResultCommitter

type ListRepositoryCommitsResponseBodyResultCommitter struct {
	AvatarUrl  *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email      *string `json:"email,omitempty" xml:"email,omitempty"`
	Id         *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	State      *string `json:"state,omitempty" xml:"state,omitempty"`
	Username   *string `json:"username,omitempty" xml:"username,omitempty"`
	WebsiteUrl *string `json:"websiteUrl,omitempty" xml:"websiteUrl,omitempty"`
}

func (ListRepositoryCommitsResponseBodyResultCommitter) GoString

func (*ListRepositoryCommitsResponseBodyResultCommitter) SetAvatarUrl

func (*ListRepositoryCommitsResponseBodyResultCommitter) SetEmail

func (*ListRepositoryCommitsResponseBodyResultCommitter) SetId

func (*ListRepositoryCommitsResponseBodyResultCommitter) SetName

func (*ListRepositoryCommitsResponseBodyResultCommitter) SetState

func (*ListRepositoryCommitsResponseBodyResultCommitter) SetUsername

func (*ListRepositoryCommitsResponseBodyResultCommitter) SetWebsiteUrl

func (ListRepositoryCommitsResponseBodyResultCommitter) String

type ListRepositoryCommitsResponseBodyResultSignature

type ListRepositoryCommitsResponseBodyResultSignature struct {
	GpgKeyId           *string `json:"gpgKeyId,omitempty" xml:"gpgKeyId,omitempty"`
	VerificationStatus *string `json:"verificationStatus,omitempty" xml:"verificationStatus,omitempty"`
}

func (ListRepositoryCommitsResponseBodyResultSignature) GoString

func (*ListRepositoryCommitsResponseBodyResultSignature) SetGpgKeyId

func (*ListRepositoryCommitsResponseBodyResultSignature) SetVerificationStatus

func (ListRepositoryCommitsResponseBodyResultSignature) String

type ListRepositoryGroupsRequest

type ListRepositoryGroupsRequest struct {
	AccessToken     *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	IncludePersonal *bool   `json:"includePersonal,omitempty" xml:"includePersonal,omitempty"`
	OrderBy         *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	OrganizationId  *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page            *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize        *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	ParentId        *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Search          *string `json:"search,omitempty" xml:"search,omitempty"`
	Sort            *string `json:"sort,omitempty" xml:"sort,omitempty"`
}

func (ListRepositoryGroupsRequest) GoString

func (s ListRepositoryGroupsRequest) GoString() string

func (*ListRepositoryGroupsRequest) SetAccessToken

func (*ListRepositoryGroupsRequest) SetIncludePersonal

func (*ListRepositoryGroupsRequest) SetOrderBy

func (*ListRepositoryGroupsRequest) SetOrganizationId

func (*ListRepositoryGroupsRequest) SetPage

func (*ListRepositoryGroupsRequest) SetPageSize

func (*ListRepositoryGroupsRequest) SetParentId

func (*ListRepositoryGroupsRequest) SetSearch

func (*ListRepositoryGroupsRequest) SetSort

func (ListRepositoryGroupsRequest) String

type ListRepositoryGroupsResponse

type ListRepositoryGroupsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryGroupsResponse) GoString

func (s ListRepositoryGroupsResponse) GoString() string

func (*ListRepositoryGroupsResponse) SetBody

func (*ListRepositoryGroupsResponse) SetHeaders

func (*ListRepositoryGroupsResponse) SetStatusCode

func (ListRepositoryGroupsResponse) String

type ListRepositoryGroupsResponseBody

type ListRepositoryGroupsResponseBody struct {
	ErrorCode    *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                   `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoryGroupsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListRepositoryGroupsResponseBody) GoString

func (*ListRepositoryGroupsResponseBody) SetErrorCode

func (*ListRepositoryGroupsResponseBody) SetErrorMessage

func (*ListRepositoryGroupsResponseBody) SetRequestId

func (*ListRepositoryGroupsResponseBody) SetSuccess

func (*ListRepositoryGroupsResponseBody) SetTotal

func (ListRepositoryGroupsResponseBody) String

type ListRepositoryGroupsResponseBodyResult

type ListRepositoryGroupsResponseBodyResult struct {
	AccessLevel       *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl         *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	CreatedAt         *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	GroupCount        *int64  `json:"groupCount,omitempty" xml:"groupCount,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	OwnerId           *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	ParentId          *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	ProjectCount      *int64  `json:"projectCount,omitempty" xml:"projectCount,omitempty"`
	Type              *string `json:"type,omitempty" xml:"type,omitempty"`
	UpdatedAt         *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl            *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (ListRepositoryGroupsResponseBodyResult) GoString

func (*ListRepositoryGroupsResponseBodyResult) SetAccessLevel

func (*ListRepositoryGroupsResponseBodyResult) SetAvatarUrl

func (*ListRepositoryGroupsResponseBodyResult) SetCreatedAt

func (*ListRepositoryGroupsResponseBodyResult) SetDescription

func (*ListRepositoryGroupsResponseBodyResult) SetGroupCount

func (*ListRepositoryGroupsResponseBodyResult) SetId

func (*ListRepositoryGroupsResponseBodyResult) SetName

func (*ListRepositoryGroupsResponseBodyResult) SetNameWithNamespace

func (*ListRepositoryGroupsResponseBodyResult) SetOwnerId

func (*ListRepositoryGroupsResponseBodyResult) SetParentId

func (*ListRepositoryGroupsResponseBodyResult) SetPath

func (*ListRepositoryGroupsResponseBodyResult) SetPathWithNamespace

func (*ListRepositoryGroupsResponseBodyResult) SetProjectCount

func (*ListRepositoryGroupsResponseBodyResult) SetType

func (*ListRepositoryGroupsResponseBodyResult) SetUpdatedAt

func (*ListRepositoryGroupsResponseBodyResult) SetVisibilityLevel

func (*ListRepositoryGroupsResponseBodyResult) SetWebUrl

func (ListRepositoryGroupsResponseBodyResult) String

type ListRepositoryMemberWithInheritedRequest

type ListRepositoryMemberWithInheritedRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListRepositoryMemberWithInheritedRequest) GoString

func (*ListRepositoryMemberWithInheritedRequest) SetAccessToken

func (*ListRepositoryMemberWithInheritedRequest) SetOrganizationId

func (ListRepositoryMemberWithInheritedRequest) String

type ListRepositoryMemberWithInheritedResponse

type ListRepositoryMemberWithInheritedResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryMemberWithInheritedResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryMemberWithInheritedResponse) GoString

func (*ListRepositoryMemberWithInheritedResponse) SetHeaders

func (*ListRepositoryMemberWithInheritedResponse) SetStatusCode

func (ListRepositoryMemberWithInheritedResponse) String

type ListRepositoryMemberWithInheritedResponseBody

type ListRepositoryMemberWithInheritedResponseBody struct {
	ErrorCode    *string                                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoryMemberWithInheritedResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                                  `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListRepositoryMemberWithInheritedResponseBody) GoString

func (*ListRepositoryMemberWithInheritedResponseBody) SetErrorCode

func (*ListRepositoryMemberWithInheritedResponseBody) SetErrorMessage

func (*ListRepositoryMemberWithInheritedResponseBody) SetRequestId

func (*ListRepositoryMemberWithInheritedResponseBody) SetSuccess

func (ListRepositoryMemberWithInheritedResponseBody) String

type ListRepositoryMemberWithInheritedResponseBodyResult

type ListRepositoryMemberWithInheritedResponseBodyResult struct {
	AccessLevel *int32                                                        `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string                                                       `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email       *string                                                       `json:"email,omitempty" xml:"email,omitempty"`
	Id          *int64                                                        `json:"id,omitempty" xml:"id,omitempty"`
	Inherited   *ListRepositoryMemberWithInheritedResponseBodyResultInherited `json:"inherited,omitempty" xml:"inherited,omitempty" type:"Struct"`
	Name        *string                                                       `json:"name,omitempty" xml:"name,omitempty"`
	State       *string                                                       `json:"state,omitempty" xml:"state,omitempty"`
	Username    *string                                                       `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListRepositoryMemberWithInheritedResponseBodyResult) GoString

func (*ListRepositoryMemberWithInheritedResponseBodyResult) SetAccessLevel

func (*ListRepositoryMemberWithInheritedResponseBodyResult) SetAvatarUrl

func (*ListRepositoryMemberWithInheritedResponseBodyResult) SetEmail

func (*ListRepositoryMemberWithInheritedResponseBodyResult) SetId

func (*ListRepositoryMemberWithInheritedResponseBodyResult) SetName

func (*ListRepositoryMemberWithInheritedResponseBodyResult) SetState

func (*ListRepositoryMemberWithInheritedResponseBodyResult) SetUsername

func (ListRepositoryMemberWithInheritedResponseBodyResult) String

type ListRepositoryMemberWithInheritedResponseBodyResultInherited

type ListRepositoryMemberWithInheritedResponseBodyResultInherited struct {
	// id
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	Type              *string `json:"type,omitempty" xml:"type,omitempty"`
	VisibilityLevel   *string `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
}

func (ListRepositoryMemberWithInheritedResponseBodyResultInherited) GoString

func (*ListRepositoryMemberWithInheritedResponseBodyResultInherited) SetId

func (*ListRepositoryMemberWithInheritedResponseBodyResultInherited) SetName

func (*ListRepositoryMemberWithInheritedResponseBodyResultInherited) SetNameWithNamespace

func (*ListRepositoryMemberWithInheritedResponseBodyResultInherited) SetPath

func (*ListRepositoryMemberWithInheritedResponseBodyResultInherited) SetPathWithNamespace

func (*ListRepositoryMemberWithInheritedResponseBodyResultInherited) SetType

func (*ListRepositoryMemberWithInheritedResponseBodyResultInherited) SetVisibilityLevel

func (ListRepositoryMemberWithInheritedResponseBodyResultInherited) String

type ListRepositoryTagsRequest

type ListRepositoryTagsRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Search         *string `json:"search,omitempty" xml:"search,omitempty"`
	Sort           *string `json:"sort,omitempty" xml:"sort,omitempty"`
}

func (ListRepositoryTagsRequest) GoString

func (s ListRepositoryTagsRequest) GoString() string

func (*ListRepositoryTagsRequest) SetAccessToken

func (*ListRepositoryTagsRequest) SetOrganizationId

func (*ListRepositoryTagsRequest) SetPage

func (*ListRepositoryTagsRequest) SetPageSize

func (*ListRepositoryTagsRequest) SetSearch

func (*ListRepositoryTagsRequest) SetSort

func (ListRepositoryTagsRequest) String

func (s ListRepositoryTagsRequest) String() string

type ListRepositoryTagsResponse

type ListRepositoryTagsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryTagsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryTagsResponse) GoString

func (s ListRepositoryTagsResponse) GoString() string

func (*ListRepositoryTagsResponse) SetBody

func (*ListRepositoryTagsResponse) SetHeaders

func (*ListRepositoryTagsResponse) SetStatusCode

func (ListRepositoryTagsResponse) String

type ListRepositoryTagsResponseBody

type ListRepositoryTagsResponseBody struct {
	ErrorCode    *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoryTagsResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                  `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListRepositoryTagsResponseBody) GoString

func (*ListRepositoryTagsResponseBody) SetErrorCode

func (*ListRepositoryTagsResponseBody) SetErrorMessage

func (*ListRepositoryTagsResponseBody) SetRequestId

func (*ListRepositoryTagsResponseBody) SetResult

func (*ListRepositoryTagsResponseBody) SetSuccess

func (*ListRepositoryTagsResponseBody) SetTotal

func (ListRepositoryTagsResponseBody) String

type ListRepositoryTagsResponseBodyResult

type ListRepositoryTagsResponseBodyResult struct {
	Commit  *ListRepositoryTagsResponseBodyResultCommit `json:"commit,omitempty" xml:"commit,omitempty" type:"Struct"`
	Id      *string                                     `json:"id,omitempty" xml:"id,omitempty"`
	Message *string                                     `json:"message,omitempty" xml:"message,omitempty"`
	Name    *string                                     `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListRepositoryTagsResponseBodyResult) GoString

func (*ListRepositoryTagsResponseBodyResult) SetId

func (*ListRepositoryTagsResponseBodyResult) SetMessage

func (*ListRepositoryTagsResponseBodyResult) SetName

func (ListRepositoryTagsResponseBodyResult) String

type ListRepositoryTagsResponseBodyResultCommit

type ListRepositoryTagsResponseBodyResultCommit struct {
	AuthorEmail    *string                                              `json:"authorEmail,omitempty" xml:"authorEmail,omitempty"`
	AuthorName     *string                                              `json:"authorName,omitempty" xml:"authorName,omitempty"`
	AuthoredDate   *string                                              `json:"authoredDate,omitempty" xml:"authoredDate,omitempty"`
	CommittedDate  *string                                              `json:"committedDate,omitempty" xml:"committedDate,omitempty"`
	CommitterEmail *string                                              `json:"committerEmail,omitempty" xml:"committerEmail,omitempty"`
	CommitterName  *string                                              `json:"committerName,omitempty" xml:"committerName,omitempty"`
	CreatedAt      *string                                              `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Id             *string                                              `json:"id,omitempty" xml:"id,omitempty"`
	Message        *string                                              `json:"message,omitempty" xml:"message,omitempty"`
	ParentIds      []*string                                            `json:"parentIds,omitempty" xml:"parentIds,omitempty" type:"Repeated"`
	ShortId        *string                                              `json:"shortId,omitempty" xml:"shortId,omitempty"`
	Signature      *ListRepositoryTagsResponseBodyResultCommitSignature `json:"signature,omitempty" xml:"signature,omitempty" type:"Struct"`
	Title          *string                                              `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListRepositoryTagsResponseBodyResultCommit) GoString

func (*ListRepositoryTagsResponseBodyResultCommit) SetAuthorEmail

func (*ListRepositoryTagsResponseBodyResultCommit) SetAuthorName

func (*ListRepositoryTagsResponseBodyResultCommit) SetAuthoredDate

func (*ListRepositoryTagsResponseBodyResultCommit) SetCommittedDate

func (*ListRepositoryTagsResponseBodyResultCommit) SetCommitterEmail

func (*ListRepositoryTagsResponseBodyResultCommit) SetCommitterName

func (*ListRepositoryTagsResponseBodyResultCommit) SetCreatedAt

func (*ListRepositoryTagsResponseBodyResultCommit) SetId

func (*ListRepositoryTagsResponseBodyResultCommit) SetMessage

func (*ListRepositoryTagsResponseBodyResultCommit) SetParentIds

func (*ListRepositoryTagsResponseBodyResultCommit) SetShortId

func (*ListRepositoryTagsResponseBodyResultCommit) SetTitle

func (ListRepositoryTagsResponseBodyResultCommit) String

type ListRepositoryTagsResponseBodyResultCommitSignature

type ListRepositoryTagsResponseBodyResultCommitSignature struct {
	GpgKeyId           *string `json:"gpgKeyId,omitempty" xml:"gpgKeyId,omitempty"`
	VerificationStatus *string `json:"verificationStatus,omitempty" xml:"verificationStatus,omitempty"`
}

func (ListRepositoryTagsResponseBodyResultCommitSignature) GoString

func (*ListRepositoryTagsResponseBodyResultCommitSignature) SetGpgKeyId

func (*ListRepositoryTagsResponseBodyResultCommitSignature) SetVerificationStatus

func (ListRepositoryTagsResponseBodyResultCommitSignature) String

type ListRepositoryTreeRequest

type ListRepositoryTreeRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Path           *string `json:"path,omitempty" xml:"path,omitempty"`
	RefName        *string `json:"refName,omitempty" xml:"refName,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListRepositoryTreeRequest) GoString

func (s ListRepositoryTreeRequest) GoString() string

func (*ListRepositoryTreeRequest) SetAccessToken

func (*ListRepositoryTreeRequest) SetOrganizationId

func (*ListRepositoryTreeRequest) SetPath

func (*ListRepositoryTreeRequest) SetRefName

func (*ListRepositoryTreeRequest) SetType

func (ListRepositoryTreeRequest) String

func (s ListRepositoryTreeRequest) String() string

type ListRepositoryTreeResponse

type ListRepositoryTreeResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryTreeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryTreeResponse) GoString

func (s ListRepositoryTreeResponse) GoString() string

func (*ListRepositoryTreeResponse) SetBody

func (*ListRepositoryTreeResponse) SetHeaders

func (*ListRepositoryTreeResponse) SetStatusCode

func (ListRepositoryTreeResponse) String

type ListRepositoryTreeResponseBody

type ListRepositoryTreeResponseBody struct {
	ErrorCode    *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoryTreeResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListRepositoryTreeResponseBody) GoString

func (*ListRepositoryTreeResponseBody) SetErrorCode

func (*ListRepositoryTreeResponseBody) SetErrorMessage

func (*ListRepositoryTreeResponseBody) SetRequestId

func (*ListRepositoryTreeResponseBody) SetResult

func (*ListRepositoryTreeResponseBody) SetSuccess

func (ListRepositoryTreeResponseBody) String

type ListRepositoryTreeResponseBodyResult

type ListRepositoryTreeResponseBodyResult struct {
	Id    *string `json:"id,omitempty" xml:"id,omitempty"`
	IsLFS *bool   `json:"isLFS,omitempty" xml:"isLFS,omitempty"`
	Mode  *string `json:"mode,omitempty" xml:"mode,omitempty"`
	Name  *string `json:"name,omitempty" xml:"name,omitempty"`
	Path  *string `json:"path,omitempty" xml:"path,omitempty"`
	Type  *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListRepositoryTreeResponseBodyResult) GoString

func (*ListRepositoryTreeResponseBodyResult) SetId

func (*ListRepositoryTreeResponseBodyResult) SetIsLFS

func (*ListRepositoryTreeResponseBodyResult) SetMode

func (*ListRepositoryTreeResponseBodyResult) SetName

func (*ListRepositoryTreeResponseBodyResult) SetPath

func (*ListRepositoryTreeResponseBodyResult) SetType

func (ListRepositoryTreeResponseBodyResult) String

type ListRepositoryWebhookRequest

type ListRepositoryWebhookRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListRepositoryWebhookRequest) GoString

func (s ListRepositoryWebhookRequest) GoString() string

func (*ListRepositoryWebhookRequest) SetAccessToken

func (*ListRepositoryWebhookRequest) SetOrganizationId

func (*ListRepositoryWebhookRequest) SetPage

func (*ListRepositoryWebhookRequest) SetPageSize

func (ListRepositoryWebhookRequest) String

type ListRepositoryWebhookResponse

type ListRepositoryWebhookResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListRepositoryWebhookResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListRepositoryWebhookResponse) GoString

func (*ListRepositoryWebhookResponse) SetBody

func (*ListRepositoryWebhookResponse) SetHeaders

func (*ListRepositoryWebhookResponse) SetStatusCode

func (ListRepositoryWebhookResponse) String

type ListRepositoryWebhookResponseBody

type ListRepositoryWebhookResponseBody struct {
	ErrorCode    *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListRepositoryWebhookResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                     `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListRepositoryWebhookResponseBody) GoString

func (*ListRepositoryWebhookResponseBody) SetErrorCode

func (*ListRepositoryWebhookResponseBody) SetErrorMessage

func (*ListRepositoryWebhookResponseBody) SetRequestId

func (*ListRepositoryWebhookResponseBody) SetSuccess

func (*ListRepositoryWebhookResponseBody) SetTotal

func (ListRepositoryWebhookResponseBody) String

type ListRepositoryWebhookResponseBodyResult

type ListRepositoryWebhookResponseBodyResult struct {
	CreatedAt             *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description           *string `json:"description,omitempty" xml:"description,omitempty"`
	EnableSslVerification *bool   `json:"enableSslVerification,omitempty" xml:"enableSslVerification,omitempty"`
	Id                    *int64  `json:"id,omitempty" xml:"id,omitempty"`
	LastTestResult        *string `json:"lastTestResult,omitempty" xml:"lastTestResult,omitempty"`
	MergeRequestsEvents   *bool   `json:"mergeRequestsEvents,omitempty" xml:"mergeRequestsEvents,omitempty"`
	NoteEvents            *bool   `json:"noteEvents,omitempty" xml:"noteEvents,omitempty"`
	ProjectId             *int64  `json:"projectId,omitempty" xml:"projectId,omitempty"`
	PushEvents            *bool   `json:"pushEvents,omitempty" xml:"pushEvents,omitempty"`
	SecretToken           *string `json:"secretToken,omitempty" xml:"secretToken,omitempty"`
	TagPushEvents         *bool   `json:"tagPushEvents,omitempty" xml:"tagPushEvents,omitempty"`
	Url                   *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (ListRepositoryWebhookResponseBodyResult) GoString

func (*ListRepositoryWebhookResponseBodyResult) SetCreatedAt

func (*ListRepositoryWebhookResponseBodyResult) SetDescription

func (*ListRepositoryWebhookResponseBodyResult) SetEnableSslVerification

func (*ListRepositoryWebhookResponseBodyResult) SetId

func (*ListRepositoryWebhookResponseBodyResult) SetLastTestResult

func (*ListRepositoryWebhookResponseBodyResult) SetMergeRequestsEvents

func (*ListRepositoryWebhookResponseBodyResult) SetNoteEvents

func (*ListRepositoryWebhookResponseBodyResult) SetProjectId

func (*ListRepositoryWebhookResponseBodyResult) SetPushEvents

func (*ListRepositoryWebhookResponseBodyResult) SetSecretToken

func (*ListRepositoryWebhookResponseBodyResult) SetTagPushEvents

func (*ListRepositoryWebhookResponseBodyResult) SetUrl

func (ListRepositoryWebhookResponseBodyResult) String

type ListResourceMembersResponse

type ListResourceMembersResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListResourceMembersResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListResourceMembersResponse) GoString

func (s ListResourceMembersResponse) GoString() string

func (*ListResourceMembersResponse) SetBody

func (*ListResourceMembersResponse) SetHeaders

func (*ListResourceMembersResponse) SetStatusCode

func (ListResourceMembersResponse) String

type ListResourceMembersResponseBody

type ListResourceMembersResponseBody struct {
	ErrorCode       *string                                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage    *string                                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId       *string                                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	ResourceMembers []*ListResourceMembersResponseBodyResourceMembers `json:"resourceMembers,omitempty" xml:"resourceMembers,omitempty" type:"Repeated"`
	Success         *bool                                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListResourceMembersResponseBody) GoString

func (*ListResourceMembersResponseBody) SetErrorCode

func (*ListResourceMembersResponseBody) SetErrorMessage

func (*ListResourceMembersResponseBody) SetRequestId

func (*ListResourceMembersResponseBody) SetSuccess

func (ListResourceMembersResponseBody) String

type ListResourceMembersResponseBodyResourceMembers

type ListResourceMembersResponseBodyResourceMembers struct {
	AccountId *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	RoleName  *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListResourceMembersResponseBodyResourceMembers) GoString

func (*ListResourceMembersResponseBodyResourceMembers) SetAccountId

func (*ListResourceMembersResponseBodyResourceMembers) SetRoleName

func (*ListResourceMembersResponseBodyResourceMembers) SetUsername

func (ListResourceMembersResponseBodyResourceMembers) String

type ListSearchCommitRequest

type ListSearchCommitRequest struct {
	Keyword        *string                          `json:"keyword,omitempty" xml:"keyword,omitempty"`
	Order          *string                          `json:"order,omitempty" xml:"order,omitempty"`
	Page           *int32                           `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int32                           `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	RepoPath       *ListSearchCommitRequestRepoPath `json:"repoPath,omitempty" xml:"repoPath,omitempty" type:"Struct"`
	Scope          *string                          `json:"scope,omitempty" xml:"scope,omitempty"`
	Sort           *string                          `json:"sort,omitempty" xml:"sort,omitempty"`
	OrganizationId *string                          `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListSearchCommitRequest) GoString

func (s ListSearchCommitRequest) GoString() string

func (*ListSearchCommitRequest) SetKeyword

func (*ListSearchCommitRequest) SetOrder

func (*ListSearchCommitRequest) SetOrganizationId

func (s *ListSearchCommitRequest) SetOrganizationId(v string) *ListSearchCommitRequest

func (*ListSearchCommitRequest) SetPage

func (*ListSearchCommitRequest) SetPageSize

func (*ListSearchCommitRequest) SetRepoPath

func (*ListSearchCommitRequest) SetScope

func (*ListSearchCommitRequest) SetSort

func (ListSearchCommitRequest) String

func (s ListSearchCommitRequest) String() string

type ListSearchCommitRequestRepoPath

type ListSearchCommitRequestRepoPath struct {
	MatchType    *string `json:"matchType,omitempty" xml:"matchType,omitempty"`
	OperatorType *string `json:"operatorType,omitempty" xml:"operatorType,omitempty"`
	Value        *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (ListSearchCommitRequestRepoPath) GoString

func (*ListSearchCommitRequestRepoPath) SetMatchType

func (*ListSearchCommitRequestRepoPath) SetOperatorType

func (*ListSearchCommitRequestRepoPath) SetValue

func (ListSearchCommitRequestRepoPath) String

type ListSearchCommitResponse

type ListSearchCommitResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListSearchCommitResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListSearchCommitResponse) GoString

func (s ListSearchCommitResponse) GoString() string

func (*ListSearchCommitResponse) SetBody

func (*ListSearchCommitResponse) SetHeaders

func (*ListSearchCommitResponse) SetStatusCode

func (ListSearchCommitResponse) String

func (s ListSearchCommitResponse) String() string

type ListSearchCommitResponseBody

type ListSearchCommitResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListSearchCommitResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListSearchCommitResponseBody) GoString

func (s ListSearchCommitResponseBody) GoString() string

func (*ListSearchCommitResponseBody) SetErrorCode

func (*ListSearchCommitResponseBody) SetErrorMessage

func (*ListSearchCommitResponseBody) SetRequestId

func (*ListSearchCommitResponseBody) SetResult

func (*ListSearchCommitResponseBody) SetSuccess

func (*ListSearchCommitResponseBody) SetTotal

func (ListSearchCommitResponseBody) String

type ListSearchCommitResponseBodyResult

type ListSearchCommitResponseBodyResult struct {
	DocId            *string                                             `json:"docId,omitempty" xml:"docId,omitempty"`
	HighlightTextMap *ListSearchCommitResponseBodyResultHighlightTextMap `json:"highlightTextMap,omitempty" xml:"highlightTextMap,omitempty" type:"Struct"`
	Source           *ListSearchCommitResponseBodyResultSource           `json:"source,omitempty" xml:"source,omitempty" type:"Struct"`
}

func (ListSearchCommitResponseBodyResult) GoString

func (*ListSearchCommitResponseBodyResult) SetDocId

func (ListSearchCommitResponseBodyResult) String

type ListSearchCommitResponseBodyResultHighlightTextMap

type ListSearchCommitResponseBodyResultHighlightTextMap struct {
	CommitId       *string `json:"commitId,omitempty" xml:"commitId,omitempty"`
	CommitMessage  *string `json:"commitMessage,omitempty" xml:"commitMessage,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Title          *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListSearchCommitResponseBodyResultHighlightTextMap) GoString

func (*ListSearchCommitResponseBodyResultHighlightTextMap) SetCommitId

func (*ListSearchCommitResponseBodyResultHighlightTextMap) SetCommitMessage

func (*ListSearchCommitResponseBodyResultHighlightTextMap) SetOrganizationId

func (*ListSearchCommitResponseBodyResultHighlightTextMap) SetTitle

func (ListSearchCommitResponseBodyResultHighlightTextMap) String

type ListSearchCommitResponseBodyResultSource

type ListSearchCommitResponseBodyResultSource struct {
	Author         *ListSearchCommitResponseBodyResultSourceAuthor `json:"author,omitempty" xml:"author,omitempty" type:"Struct"`
	AuthorTime     *string                                         `json:"authorTime,omitempty" xml:"authorTime,omitempty"`
	CommitId       *string                                         `json:"commitId,omitempty" xml:"commitId,omitempty"`
	CommitMessage  *string                                         `json:"commitMessage,omitempty" xml:"commitMessage,omitempty"`
	OrganizationId *string                                         `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepoPath       *string                                         `json:"repoPath,omitempty" xml:"repoPath,omitempty"`
	Title          *string                                         `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListSearchCommitResponseBodyResultSource) GoString

func (*ListSearchCommitResponseBodyResultSource) SetAuthorTime

func (*ListSearchCommitResponseBodyResultSource) SetCommitId

func (*ListSearchCommitResponseBodyResultSource) SetCommitMessage

func (*ListSearchCommitResponseBodyResultSource) SetOrganizationId

func (*ListSearchCommitResponseBodyResultSource) SetRepoPath

func (*ListSearchCommitResponseBodyResultSource) SetTitle

func (ListSearchCommitResponseBodyResultSource) String

type ListSearchCommitResponseBodyResultSourceAuthor

type ListSearchCommitResponseBodyResultSourceAuthor struct {
	Email *string `json:"email,omitempty" xml:"email,omitempty"`
	Name  *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListSearchCommitResponseBodyResultSourceAuthor) GoString

func (*ListSearchCommitResponseBodyResultSourceAuthor) SetEmail

func (*ListSearchCommitResponseBodyResultSourceAuthor) SetName

func (ListSearchCommitResponseBodyResultSourceAuthor) String

type ListSearchRepositoryRequest

type ListSearchRepositoryRequest struct {
	AliyunPk        *string                              `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	Keyword         *string                              `json:"keyword,omitempty" xml:"keyword,omitempty"`
	Order           *string                              `json:"order,omitempty" xml:"order,omitempty"`
	Page            *int32                               `json:"page,omitempty" xml:"page,omitempty"`
	PageSize        *int32                               `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	RepoPath        *ListSearchRepositoryRequestRepoPath `json:"repoPath,omitempty" xml:"repoPath,omitempty" type:"Struct"`
	Scope           *string                              `json:"scope,omitempty" xml:"scope,omitempty"`
	Sort            *string                              `json:"sort,omitempty" xml:"sort,omitempty"`
	VisibilityLevel *int32                               `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	OrganizationId  *string                              `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListSearchRepositoryRequest) GoString

func (s ListSearchRepositoryRequest) GoString() string

func (*ListSearchRepositoryRequest) SetAliyunPk

func (*ListSearchRepositoryRequest) SetKeyword

func (*ListSearchRepositoryRequest) SetOrder

func (*ListSearchRepositoryRequest) SetOrganizationId

func (*ListSearchRepositoryRequest) SetPage

func (*ListSearchRepositoryRequest) SetPageSize

func (*ListSearchRepositoryRequest) SetRepoPath

func (*ListSearchRepositoryRequest) SetScope

func (*ListSearchRepositoryRequest) SetSort

func (*ListSearchRepositoryRequest) SetVisibilityLevel

func (ListSearchRepositoryRequest) String

type ListSearchRepositoryRequestRepoPath

type ListSearchRepositoryRequestRepoPath struct {
	MatchType    *string `json:"matchType,omitempty" xml:"matchType,omitempty"`
	OperatorType *string `json:"operatorType,omitempty" xml:"operatorType,omitempty"`
	Value        *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (ListSearchRepositoryRequestRepoPath) GoString

func (*ListSearchRepositoryRequestRepoPath) SetMatchType

func (*ListSearchRepositoryRequestRepoPath) SetOperatorType

func (*ListSearchRepositoryRequestRepoPath) SetValue

func (ListSearchRepositoryRequestRepoPath) String

type ListSearchRepositoryResponse

type ListSearchRepositoryResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListSearchRepositoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListSearchRepositoryResponse) GoString

func (s ListSearchRepositoryResponse) GoString() string

func (*ListSearchRepositoryResponse) SetBody

func (*ListSearchRepositoryResponse) SetHeaders

func (*ListSearchRepositoryResponse) SetStatusCode

func (ListSearchRepositoryResponse) String

type ListSearchRepositoryResponseBody

type ListSearchRepositoryResponseBody struct {
	ErrorCode    *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                   `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListSearchRepositoryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListSearchRepositoryResponseBody) GoString

func (*ListSearchRepositoryResponseBody) SetErrorCode

func (*ListSearchRepositoryResponseBody) SetErrorMessage

func (*ListSearchRepositoryResponseBody) SetRequestId

func (*ListSearchRepositoryResponseBody) SetSuccess

func (*ListSearchRepositoryResponseBody) SetTotal

func (ListSearchRepositoryResponseBody) String

type ListSearchRepositoryResponseBodyResult

type ListSearchRepositoryResponseBodyResult struct {
	DocId            *string                                                 `json:"docId,omitempty" xml:"docId,omitempty"`
	HighlightTextMap *ListSearchRepositoryResponseBodyResultHighlightTextMap `json:"highlightTextMap,omitempty" xml:"highlightTextMap,omitempty" type:"Struct"`
	Source           *ListSearchRepositoryResponseBodyResultSource           `json:"source,omitempty" xml:"source,omitempty" type:"Struct"`
}

func (ListSearchRepositoryResponseBodyResult) GoString

func (*ListSearchRepositoryResponseBodyResult) SetDocId

func (ListSearchRepositoryResponseBodyResult) String

type ListSearchRepositoryResponseBodyResultHighlightTextMap

type ListSearchRepositoryResponseBodyResultHighlightTextMap struct {
	CreatorUserId         *string `json:"creatorUserId,omitempty" xml:"creatorUserId,omitempty"`
	Description           *string `json:"description,omitempty" xml:"description,omitempty"`
	OrganizationId        *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	ReadMe                *string `json:"readMe,omitempty" xml:"readMe,omitempty"`
	RepoNameWithNamespace *string `json:"repoNameWithNamespace,omitempty" xml:"repoNameWithNamespace,omitempty"`
	RepoPath              *string `json:"repoPath,omitempty" xml:"repoPath,omitempty"`
}

func (ListSearchRepositoryResponseBodyResultHighlightTextMap) GoString

func (*ListSearchRepositoryResponseBodyResultHighlightTextMap) SetCreatorUserId

func (*ListSearchRepositoryResponseBodyResultHighlightTextMap) SetDescription

func (*ListSearchRepositoryResponseBodyResultHighlightTextMap) SetOrganizationId

func (*ListSearchRepositoryResponseBodyResultHighlightTextMap) SetReadMe

func (*ListSearchRepositoryResponseBodyResultHighlightTextMap) SetRepoNameWithNamespace

func (*ListSearchRepositoryResponseBodyResultHighlightTextMap) SetRepoPath

func (ListSearchRepositoryResponseBodyResultHighlightTextMap) String

type ListSearchRepositoryResponseBodyResultSource

type ListSearchRepositoryResponseBodyResultSource struct {
	CreateTime       *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description      *string `json:"description,omitempty" xml:"description,omitempty"`
	LastActivityTime *string `json:"lastActivityTime,omitempty" xml:"lastActivityTime,omitempty"`
	OrganizationId   *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	ReadMe           *string `json:"readMe,omitempty" xml:"readMe,omitempty"`
	RepoName         *string `json:"repoName,omitempty" xml:"repoName,omitempty"`
	RepoPath         *string `json:"repoPath,omitempty" xml:"repoPath,omitempty"`
	VisibilityLevel  *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
}

func (ListSearchRepositoryResponseBodyResultSource) GoString

func (*ListSearchRepositoryResponseBodyResultSource) SetCreateTime

func (*ListSearchRepositoryResponseBodyResultSource) SetDescription

func (*ListSearchRepositoryResponseBodyResultSource) SetLastActivityTime

func (*ListSearchRepositoryResponseBodyResultSource) SetOrganizationId

func (*ListSearchRepositoryResponseBodyResultSource) SetReadMe

func (*ListSearchRepositoryResponseBodyResultSource) SetRepoName

func (*ListSearchRepositoryResponseBodyResultSource) SetRepoPath

func (*ListSearchRepositoryResponseBodyResultSource) SetVisibilityLevel

func (ListSearchRepositoryResponseBodyResultSource) String

type ListSearchSourceCodeRequest

type ListSearchSourceCodeRequest struct {
	FilePath       *ListSearchSourceCodeRequestFilePath `json:"filePath,omitempty" xml:"filePath,omitempty" type:"Struct"`
	IsCodeBlock    *bool                                `json:"isCodeBlock,omitempty" xml:"isCodeBlock,omitempty"`
	Keyword        *string                              `json:"keyword,omitempty" xml:"keyword,omitempty"`
	Language       *string                              `json:"language,omitempty" xml:"language,omitempty"`
	Order          *string                              `json:"order,omitempty" xml:"order,omitempty"`
	Page           *int32                               `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int32                               `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	RepoPath       *ListSearchSourceCodeRequestRepoPath `json:"repoPath,omitempty" xml:"repoPath,omitempty" type:"Struct"`
	Scope          *string                              `json:"scope,omitempty" xml:"scope,omitempty"`
	Sort           *string                              `json:"sort,omitempty" xml:"sort,omitempty"`
	OrganizationId *string                              `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListSearchSourceCodeRequest) GoString

func (s ListSearchSourceCodeRequest) GoString() string

func (*ListSearchSourceCodeRequest) SetFilePath

func (*ListSearchSourceCodeRequest) SetIsCodeBlock

func (*ListSearchSourceCodeRequest) SetKeyword

func (*ListSearchSourceCodeRequest) SetLanguage

func (*ListSearchSourceCodeRequest) SetOrder

func (*ListSearchSourceCodeRequest) SetOrganizationId

func (*ListSearchSourceCodeRequest) SetPage

func (*ListSearchSourceCodeRequest) SetPageSize

func (*ListSearchSourceCodeRequest) SetRepoPath

func (*ListSearchSourceCodeRequest) SetScope

func (*ListSearchSourceCodeRequest) SetSort

func (ListSearchSourceCodeRequest) String

type ListSearchSourceCodeRequestFilePath

type ListSearchSourceCodeRequestFilePath struct {
	MatchType    *string `json:"matchType,omitempty" xml:"matchType,omitempty"`
	OperatorType *string `json:"operatorType,omitempty" xml:"operatorType,omitempty"`
	Value        *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (ListSearchSourceCodeRequestFilePath) GoString

func (*ListSearchSourceCodeRequestFilePath) SetMatchType

func (*ListSearchSourceCodeRequestFilePath) SetOperatorType

func (*ListSearchSourceCodeRequestFilePath) SetValue

func (ListSearchSourceCodeRequestFilePath) String

type ListSearchSourceCodeRequestRepoPath

type ListSearchSourceCodeRequestRepoPath struct {
	MatchType    *string `json:"matchType,omitempty" xml:"matchType,omitempty"`
	OperatorType *string `json:"operatorType,omitempty" xml:"operatorType,omitempty"`
	Value        *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (ListSearchSourceCodeRequestRepoPath) GoString

func (*ListSearchSourceCodeRequestRepoPath) SetMatchType

func (*ListSearchSourceCodeRequestRepoPath) SetOperatorType

func (*ListSearchSourceCodeRequestRepoPath) SetValue

func (ListSearchSourceCodeRequestRepoPath) String

type ListSearchSourceCodeResponse

type ListSearchSourceCodeResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListSearchSourceCodeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListSearchSourceCodeResponse) GoString

func (s ListSearchSourceCodeResponse) GoString() string

func (*ListSearchSourceCodeResponse) SetBody

func (*ListSearchSourceCodeResponse) SetHeaders

func (*ListSearchSourceCodeResponse) SetStatusCode

func (ListSearchSourceCodeResponse) String

type ListSearchSourceCodeResponseBody

type ListSearchSourceCodeResponseBody struct {
	ErrorCode    *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                   `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListSearchSourceCodeResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                    `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListSearchSourceCodeResponseBody) GoString

func (*ListSearchSourceCodeResponseBody) SetErrorCode

func (*ListSearchSourceCodeResponseBody) SetErrorMessage

func (*ListSearchSourceCodeResponseBody) SetRequestId

func (*ListSearchSourceCodeResponseBody) SetSuccess

func (*ListSearchSourceCodeResponseBody) SetTotal

func (ListSearchSourceCodeResponseBody) String

type ListSearchSourceCodeResponseBodyResult

type ListSearchSourceCodeResponseBodyResult struct {
	DocId            *string                                                 `json:"docId,omitempty" xml:"docId,omitempty"`
	HighlightTextMap *ListSearchSourceCodeResponseBodyResultHighlightTextMap `json:"highlightTextMap,omitempty" xml:"highlightTextMap,omitempty" type:"Struct"`
	Source           *ListSearchSourceCodeResponseBodyResultSource           `json:"source,omitempty" xml:"source,omitempty" type:"Struct"`
}

func (ListSearchSourceCodeResponseBodyResult) GoString

func (*ListSearchSourceCodeResponseBodyResult) SetDocId

func (ListSearchSourceCodeResponseBodyResult) String

type ListSearchSourceCodeResponseBodyResultHighlightTextMap

type ListSearchSourceCodeResponseBodyResultHighlightTextMap struct {
	Clob           *string `json:"clob,omitempty" xml:"clob,omitempty"`
	FileName       *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	Language       *string `json:"language,omitempty" xml:"language,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ListSearchSourceCodeResponseBodyResultHighlightTextMap) GoString

func (*ListSearchSourceCodeResponseBodyResultHighlightTextMap) SetClob

func (*ListSearchSourceCodeResponseBodyResultHighlightTextMap) SetFileName

func (*ListSearchSourceCodeResponseBodyResultHighlightTextMap) SetLanguage

func (*ListSearchSourceCodeResponseBodyResultHighlightTextMap) SetOrganizationId

func (ListSearchSourceCodeResponseBodyResultHighlightTextMap) String

type ListSearchSourceCodeResponseBodyResultSource

type ListSearchSourceCodeResponseBodyResultSource struct {
	Branch         *string `json:"branch,omitempty" xml:"branch,omitempty"`
	CheckinDate    *string `json:"checkinDate,omitempty" xml:"checkinDate,omitempty"`
	FileName       *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	FilePath       *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
	Language       *string `json:"language,omitempty" xml:"language,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepoPath       *string `json:"repoPath,omitempty" xml:"repoPath,omitempty"`
}

func (ListSearchSourceCodeResponseBodyResultSource) GoString

func (*ListSearchSourceCodeResponseBodyResultSource) SetBranch

func (*ListSearchSourceCodeResponseBodyResultSource) SetCheckinDate

func (*ListSearchSourceCodeResponseBodyResultSource) SetFileName

func (*ListSearchSourceCodeResponseBodyResultSource) SetFilePath

func (*ListSearchSourceCodeResponseBodyResultSource) SetLanguage

func (*ListSearchSourceCodeResponseBodyResultSource) SetOrganizationId

func (*ListSearchSourceCodeResponseBodyResultSource) SetRepoPath

func (ListSearchSourceCodeResponseBodyResultSource) String

type ListServiceAuthsRequest added in v4.1.0

type ListServiceAuthsRequest struct {
	ServiceAuthType *string `json:"serviceAuthType,omitempty" xml:"serviceAuthType,omitempty"`
}

func (ListServiceAuthsRequest) GoString added in v4.1.0

func (s ListServiceAuthsRequest) GoString() string

func (*ListServiceAuthsRequest) SetServiceAuthType added in v4.1.0

func (s *ListServiceAuthsRequest) SetServiceAuthType(v string) *ListServiceAuthsRequest

func (ListServiceAuthsRequest) String added in v4.1.0

func (s ListServiceAuthsRequest) String() string

type ListServiceAuthsResponse added in v4.1.0

type ListServiceAuthsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListServiceAuthsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListServiceAuthsResponse) GoString added in v4.1.0

func (s ListServiceAuthsResponse) GoString() string

func (*ListServiceAuthsResponse) SetBody added in v4.1.0

func (*ListServiceAuthsResponse) SetHeaders added in v4.1.0

func (*ListServiceAuthsResponse) SetStatusCode added in v4.1.0

func (ListServiceAuthsResponse) String added in v4.1.0

func (s ListServiceAuthsResponse) String() string

type ListServiceAuthsResponseBody added in v4.1.0

type ListServiceAuthsResponseBody struct {
	ErrorCode    *string                                     `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                     `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                     `json:"requestId,omitempty" xml:"requestId,omitempty"`
	ServiceAuths []*ListServiceAuthsResponseBodyServiceAuths `json:"serviceAuths,omitempty" xml:"serviceAuths,omitempty" type:"Repeated"`
	Success      *bool                                       `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListServiceAuthsResponseBody) GoString added in v4.1.0

func (s ListServiceAuthsResponseBody) GoString() string

func (*ListServiceAuthsResponseBody) SetErrorCode added in v4.1.0

func (*ListServiceAuthsResponseBody) SetErrorMessage added in v4.1.0

func (*ListServiceAuthsResponseBody) SetRequestId added in v4.1.0

func (*ListServiceAuthsResponseBody) SetServiceAuths added in v4.1.0

func (*ListServiceAuthsResponseBody) SetSuccess added in v4.1.0

func (ListServiceAuthsResponseBody) String added in v4.1.0

type ListServiceAuthsResponseBodyServiceAuths added in v4.1.0

type ListServiceAuthsResponseBodyServiceAuths struct {
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	OwnerName    *string `json:"ownerName,omitempty" xml:"ownerName,omitempty"`
	OwnerStaffId *string `json:"ownerStaffId,omitempty" xml:"ownerStaffId,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListServiceAuthsResponseBodyServiceAuths) GoString added in v4.1.0

func (*ListServiceAuthsResponseBodyServiceAuths) SetId added in v4.1.0

func (*ListServiceAuthsResponseBodyServiceAuths) SetOwnerName added in v4.1.0

func (*ListServiceAuthsResponseBodyServiceAuths) SetOwnerStaffId added in v4.1.0

func (*ListServiceAuthsResponseBodyServiceAuths) SetType added in v4.1.0

func (ListServiceAuthsResponseBodyServiceAuths) String added in v4.1.0

type ListServiceConnectionsRequest

type ListServiceConnectionsRequest struct {
	SericeConnectionType *string `json:"sericeConnectionType,omitempty" xml:"sericeConnectionType,omitempty"`
}

func (ListServiceConnectionsRequest) GoString

func (*ListServiceConnectionsRequest) SetSericeConnectionType

func (ListServiceConnectionsRequest) String

type ListServiceConnectionsResponse

type ListServiceConnectionsResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListServiceConnectionsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListServiceConnectionsResponse) GoString

func (*ListServiceConnectionsResponse) SetHeaders

func (*ListServiceConnectionsResponse) SetStatusCode

func (ListServiceConnectionsResponse) String

type ListServiceConnectionsResponseBody

type ListServiceConnectionsResponseBody struct {
	ErrorCode          *string                                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage       *string                                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId          *string                                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	ServiceConnections []*ListServiceConnectionsResponseBodyServiceConnections `json:"serviceConnections,omitempty" xml:"serviceConnections,omitempty" type:"Repeated"`
	Success            *bool                                                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListServiceConnectionsResponseBody) GoString

func (*ListServiceConnectionsResponseBody) SetErrorCode

func (*ListServiceConnectionsResponseBody) SetErrorMessage

func (*ListServiceConnectionsResponseBody) SetRequestId

func (*ListServiceConnectionsResponseBody) SetSuccess

func (ListServiceConnectionsResponseBody) String

type ListServiceConnectionsResponseBodyServiceConnections

type ListServiceConnectionsResponseBodyServiceConnections struct {
	CreateTime     *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Id             *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	OwnerAccountId *int64  `json:"ownerAccountId,omitempty" xml:"ownerAccountId,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
	Uuid           *string `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

func (ListServiceConnectionsResponseBodyServiceConnections) GoString

func (*ListServiceConnectionsResponseBodyServiceConnections) SetCreateTime

func (*ListServiceConnectionsResponseBodyServiceConnections) SetId

func (*ListServiceConnectionsResponseBodyServiceConnections) SetName

func (*ListServiceConnectionsResponseBodyServiceConnections) SetOwnerAccountId

func (*ListServiceConnectionsResponseBodyServiceConnections) SetType

func (*ListServiceConnectionsResponseBodyServiceConnections) SetUuid added in v4.2.1

func (ListServiceConnectionsResponseBodyServiceConnections) String

type ListServiceCredentialsRequest added in v4.1.0

type ListServiceCredentialsRequest struct {
	ServiceCredentialType *string `json:"serviceCredentialType,omitempty" xml:"serviceCredentialType,omitempty"`
}

func (ListServiceCredentialsRequest) GoString added in v4.1.0

func (*ListServiceCredentialsRequest) SetServiceCredentialType added in v4.1.0

func (s *ListServiceCredentialsRequest) SetServiceCredentialType(v string) *ListServiceCredentialsRequest

func (ListServiceCredentialsRequest) String added in v4.1.0

type ListServiceCredentialsResponse added in v4.1.0

type ListServiceCredentialsResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListServiceCredentialsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListServiceCredentialsResponse) GoString added in v4.1.0

func (*ListServiceCredentialsResponse) SetBody added in v4.1.0

func (*ListServiceCredentialsResponse) SetHeaders added in v4.1.0

func (*ListServiceCredentialsResponse) SetStatusCode added in v4.1.0

func (ListServiceCredentialsResponse) String added in v4.1.0

type ListServiceCredentialsResponseBody added in v4.1.0

type ListServiceCredentialsResponseBody struct {
	ErrorCode          *string                                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage       *string                                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId          *string                                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	ServiceCredentials []*ListServiceCredentialsResponseBodyServiceCredentials `json:"serviceCredentials,omitempty" xml:"serviceCredentials,omitempty" type:"Repeated"`
	Success            *bool                                                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListServiceCredentialsResponseBody) GoString added in v4.1.0

func (*ListServiceCredentialsResponseBody) SetErrorCode added in v4.1.0

func (*ListServiceCredentialsResponseBody) SetErrorMessage added in v4.1.0

func (*ListServiceCredentialsResponseBody) SetRequestId added in v4.1.0

func (*ListServiceCredentialsResponseBody) SetServiceCredentials added in v4.1.0

func (*ListServiceCredentialsResponseBody) SetSuccess added in v4.1.0

func (ListServiceCredentialsResponseBody) String added in v4.1.0

type ListServiceCredentialsResponseBodyServiceCredentials added in v4.1.0

type ListServiceCredentialsResponseBodyServiceCredentials struct {
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	OwnerName    *string `json:"ownerName,omitempty" xml:"ownerName,omitempty"`
	OwnerStaffId *string `json:"ownerStaffId,omitempty" xml:"ownerStaffId,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListServiceCredentialsResponseBodyServiceCredentials) GoString added in v4.1.0

func (*ListServiceCredentialsResponseBodyServiceCredentials) SetId added in v4.1.0

func (*ListServiceCredentialsResponseBodyServiceCredentials) SetOwnerName added in v4.1.0

func (*ListServiceCredentialsResponseBodyServiceCredentials) SetOwnerStaffId added in v4.1.0

func (*ListServiceCredentialsResponseBodyServiceCredentials) SetType added in v4.1.0

func (ListServiceCredentialsResponseBodyServiceCredentials) String added in v4.1.0

type ListSprintsRequest

type ListSprintsRequest struct {
	MaxResults      *int64  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken       *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	SpaceIdentifier *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType       *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
}

func (ListSprintsRequest) GoString

func (s ListSprintsRequest) GoString() string

func (*ListSprintsRequest) SetMaxResults

func (s *ListSprintsRequest) SetMaxResults(v int64) *ListSprintsRequest

func (*ListSprintsRequest) SetNextToken

func (s *ListSprintsRequest) SetNextToken(v string) *ListSprintsRequest

func (*ListSprintsRequest) SetSpaceIdentifier

func (s *ListSprintsRequest) SetSpaceIdentifier(v string) *ListSprintsRequest

func (*ListSprintsRequest) SetSpaceType

func (s *ListSprintsRequest) SetSpaceType(v string) *ListSprintsRequest

func (ListSprintsRequest) String

func (s ListSprintsRequest) String() string

type ListSprintsResponse

type ListSprintsResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListSprintsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListSprintsResponse) GoString

func (s ListSprintsResponse) GoString() string

func (*ListSprintsResponse) SetBody

func (*ListSprintsResponse) SetHeaders

func (s *ListSprintsResponse) SetHeaders(v map[string]*string) *ListSprintsResponse

func (*ListSprintsResponse) SetStatusCode

func (s *ListSprintsResponse) SetStatusCode(v int32) *ListSprintsResponse

func (ListSprintsResponse) String

func (s ListSprintsResponse) String() string

type ListSprintsResponseBody

type ListSprintsResponseBody struct {
	ErrorCode  *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string                           `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	MaxResults *int64                            `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string                           `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId  *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Sprints    []*ListSprintsResponseBodySprints `json:"sprints,omitempty" xml:"sprints,omitempty" type:"Repeated"`
	Success    *bool                             `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount *int64                            `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (ListSprintsResponseBody) GoString

func (s ListSprintsResponseBody) GoString() string

func (*ListSprintsResponseBody) SetErrorCode

func (*ListSprintsResponseBody) SetErrorMsg

func (*ListSprintsResponseBody) SetMaxResults

func (*ListSprintsResponseBody) SetNextToken

func (*ListSprintsResponseBody) SetRequestId

func (*ListSprintsResponseBody) SetSprints

func (*ListSprintsResponseBody) SetSuccess

func (*ListSprintsResponseBody) SetTotalCount

func (ListSprintsResponseBody) String

func (s ListSprintsResponseBody) String() string

type ListSprintsResponseBodySprints

type ListSprintsResponseBodySprints struct {
	Creator         *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Description     *string `json:"description,omitempty" xml:"description,omitempty"`
	EndDate         *int64  `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GmtCreate       *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified     *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier      *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier        *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	Scope           *string `json:"scope,omitempty" xml:"scope,omitempty"`
	SpaceIdentifier *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	StartDate       *int64  `json:"startDate,omitempty" xml:"startDate,omitempty"`
	Status          *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (ListSprintsResponseBodySprints) GoString

func (*ListSprintsResponseBodySprints) SetCreator

func (*ListSprintsResponseBodySprints) SetDescription

func (*ListSprintsResponseBodySprints) SetEndDate

func (*ListSprintsResponseBodySprints) SetGmtCreate

func (*ListSprintsResponseBodySprints) SetGmtModified

func (*ListSprintsResponseBodySprints) SetIdentifier

func (*ListSprintsResponseBodySprints) SetModifier

func (*ListSprintsResponseBodySprints) SetName

func (*ListSprintsResponseBodySprints) SetScope

func (*ListSprintsResponseBodySprints) SetSpaceIdentifier

func (*ListSprintsResponseBodySprints) SetStartDate

func (*ListSprintsResponseBodySprints) SetStatus

func (ListSprintsResponseBodySprints) String

type ListTestCaseFieldsRequest

type ListTestCaseFieldsRequest struct {
	SpaceIdentifier *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
}

func (ListTestCaseFieldsRequest) GoString

func (s ListTestCaseFieldsRequest) GoString() string

func (*ListTestCaseFieldsRequest) SetSpaceIdentifier

func (ListTestCaseFieldsRequest) String

func (s ListTestCaseFieldsRequest) String() string

type ListTestCaseFieldsResponse

type ListTestCaseFieldsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListTestCaseFieldsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListTestCaseFieldsResponse) GoString

func (s ListTestCaseFieldsResponse) GoString() string

func (*ListTestCaseFieldsResponse) SetBody

func (*ListTestCaseFieldsResponse) SetHeaders

func (*ListTestCaseFieldsResponse) SetStatusCode

func (ListTestCaseFieldsResponse) String

type ListTestCaseFieldsResponseBody

type ListTestCaseFieldsResponseBody struct {
	ErrorCode *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                 `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Fields    []*ListTestCaseFieldsResponseBodyFields `json:"fields,omitempty" xml:"fields,omitempty" type:"Repeated"`
	RequestId *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListTestCaseFieldsResponseBody) GoString

func (*ListTestCaseFieldsResponseBody) SetErrorCode

func (*ListTestCaseFieldsResponseBody) SetErrorMsg

func (*ListTestCaseFieldsResponseBody) SetFields

func (*ListTestCaseFieldsResponseBody) SetRequestId

func (*ListTestCaseFieldsResponseBody) SetSuccess

func (ListTestCaseFieldsResponseBody) String

type ListTestCaseFieldsResponseBodyFields

type ListTestCaseFieldsResponseBodyFields struct {
	ClassName        *string                                        `json:"className,omitempty" xml:"className,omitempty"`
	Creator          *string                                        `json:"creator,omitempty" xml:"creator,omitempty"`
	DefaultValue     *string                                        `json:"defaultValue,omitempty" xml:"defaultValue,omitempty"`
	Description      *string                                        `json:"description,omitempty" xml:"description,omitempty"`
	Format           *string                                        `json:"format,omitempty" xml:"format,omitempty"`
	GmtCreate        *int64                                         `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified      *int64                                         `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier       *string                                        `json:"identifier,omitempty" xml:"identifier,omitempty"`
	IsRequired       *bool                                          `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	IsShowWhenCreate *bool                                          `json:"isShowWhenCreate,omitempty" xml:"isShowWhenCreate,omitempty"`
	IsSystemRequired *bool                                          `json:"isSystemRequired,omitempty" xml:"isSystemRequired,omitempty"`
	LinkWithService  *string                                        `json:"linkWithService,omitempty" xml:"linkWithService,omitempty"`
	Modifier         *string                                        `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name             *string                                        `json:"name,omitempty" xml:"name,omitempty"`
	Options          []*ListTestCaseFieldsResponseBodyFieldsOptions `json:"options,omitempty" xml:"options,omitempty" type:"Repeated"`
	ResourceType     *string                                        `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Type             *string                                        `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListTestCaseFieldsResponseBodyFields) GoString

func (*ListTestCaseFieldsResponseBodyFields) SetClassName

func (*ListTestCaseFieldsResponseBodyFields) SetCreator

func (*ListTestCaseFieldsResponseBodyFields) SetDefaultValue

func (*ListTestCaseFieldsResponseBodyFields) SetDescription

func (*ListTestCaseFieldsResponseBodyFields) SetFormat

func (*ListTestCaseFieldsResponseBodyFields) SetGmtCreate

func (*ListTestCaseFieldsResponseBodyFields) SetGmtModified

func (*ListTestCaseFieldsResponseBodyFields) SetIdentifier

func (*ListTestCaseFieldsResponseBodyFields) SetIsRequired

func (*ListTestCaseFieldsResponseBodyFields) SetIsShowWhenCreate

func (*ListTestCaseFieldsResponseBodyFields) SetIsSystemRequired

func (*ListTestCaseFieldsResponseBodyFields) SetLinkWithService

func (*ListTestCaseFieldsResponseBodyFields) SetModifier

func (*ListTestCaseFieldsResponseBodyFields) SetName

func (*ListTestCaseFieldsResponseBodyFields) SetResourceType

func (*ListTestCaseFieldsResponseBodyFields) SetType

func (ListTestCaseFieldsResponseBodyFields) String

type ListTestCaseFieldsResponseBodyFieldsOptions

type ListTestCaseFieldsResponseBodyFieldsOptions struct {
	DisplayValue    *string `json:"displayValue,omitempty" xml:"displayValue,omitempty"`
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Identifier      *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Level           *int64  `json:"level,omitempty" xml:"level,omitempty"`
	Position        *int64  `json:"position,omitempty" xml:"position,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
	ValueEn         *string `json:"valueEn,omitempty" xml:"valueEn,omitempty"`
}

func (ListTestCaseFieldsResponseBodyFieldsOptions) GoString

func (*ListTestCaseFieldsResponseBodyFieldsOptions) SetDisplayValue

func (*ListTestCaseFieldsResponseBodyFieldsOptions) SetFieldIdentifier

func (*ListTestCaseFieldsResponseBodyFieldsOptions) SetIdentifier

func (*ListTestCaseFieldsResponseBodyFieldsOptions) SetLevel

func (*ListTestCaseFieldsResponseBodyFieldsOptions) SetPosition

func (*ListTestCaseFieldsResponseBodyFieldsOptions) SetValue

func (*ListTestCaseFieldsResponseBodyFieldsOptions) SetValueEn

func (ListTestCaseFieldsResponseBodyFieldsOptions) String

type ListUserDrawRecordByPkRequest added in v4.13.0

type ListUserDrawRecordByPkRequest struct {
	AliyunPk     *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	DrawGroup    *string `json:"drawGroup,omitempty" xml:"drawGroup,omitempty"`
	DrawPoolName *string `json:"drawPoolName,omitempty" xml:"drawPoolName,omitempty"`
}

func (ListUserDrawRecordByPkRequest) GoString added in v4.13.0

func (*ListUserDrawRecordByPkRequest) SetAliyunPk added in v4.13.0

func (*ListUserDrawRecordByPkRequest) SetDrawGroup added in v4.13.0

func (*ListUserDrawRecordByPkRequest) SetDrawPoolName added in v4.13.0

func (ListUserDrawRecordByPkRequest) String added in v4.13.0

type ListUserDrawRecordByPkResponse added in v4.13.0

type ListUserDrawRecordByPkResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserDrawRecordByPkResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserDrawRecordByPkResponse) GoString added in v4.13.0

func (*ListUserDrawRecordByPkResponse) SetBody added in v4.13.0

func (*ListUserDrawRecordByPkResponse) SetHeaders added in v4.13.0

func (*ListUserDrawRecordByPkResponse) SetStatusCode added in v4.13.0

func (ListUserDrawRecordByPkResponse) String added in v4.13.0

type ListUserDrawRecordByPkResponseBody added in v4.13.0

type ListUserDrawRecordByPkResponseBody struct {
	Code      *string                                   `json:"code,omitempty" xml:"code,omitempty"`
	Data      []*ListUserDrawRecordByPkResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
	Message   *string                                   `json:"message,omitempty" xml:"message,omitempty"`
	RequestId *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListUserDrawRecordByPkResponseBody) GoString added in v4.13.0

func (*ListUserDrawRecordByPkResponseBody) SetCode added in v4.13.0

func (*ListUserDrawRecordByPkResponseBody) SetData added in v4.13.0

func (*ListUserDrawRecordByPkResponseBody) SetMessage added in v4.13.0

func (*ListUserDrawRecordByPkResponseBody) SetRequestId added in v4.13.0

func (*ListUserDrawRecordByPkResponseBody) SetSuccess added in v4.13.0

func (ListUserDrawRecordByPkResponseBody) String added in v4.13.0

type ListUserDrawRecordByPkResponseBodyData added in v4.13.0

type ListUserDrawRecordByPkResponseBodyData struct {
	AliyunPk     *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	DrawGroup    *string `json:"drawGroup,omitempty" xml:"drawGroup,omitempty"`
	DrawPoolName *string `json:"drawPoolName,omitempty" xml:"drawPoolName,omitempty"`
	DrawResult   *string `json:"drawResult,omitempty" xml:"drawResult,omitempty"`
	GmtCreate    *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	TaskGroupId  *string `json:"taskGroupId,omitempty" xml:"taskGroupId,omitempty"`
	UccId        *string `json:"uccId,omitempty" xml:"uccId,omitempty"`
}

func (ListUserDrawRecordByPkResponseBodyData) GoString added in v4.13.0

func (*ListUserDrawRecordByPkResponseBodyData) SetAliyunPk added in v4.13.0

func (*ListUserDrawRecordByPkResponseBodyData) SetDrawGroup added in v4.13.0

func (*ListUserDrawRecordByPkResponseBodyData) SetDrawPoolName added in v4.13.0

func (*ListUserDrawRecordByPkResponseBodyData) SetDrawResult added in v4.13.0

func (*ListUserDrawRecordByPkResponseBodyData) SetGmtCreate added in v4.13.0

func (*ListUserDrawRecordByPkResponseBodyData) SetTaskGroupId added in v4.13.0

func (*ListUserDrawRecordByPkResponseBodyData) SetUccId added in v4.13.0

func (ListUserDrawRecordByPkResponseBodyData) String added in v4.13.0

type ListUserKeysRequest

type ListUserKeysRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrderBy        *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Sort           *string `json:"sort,omitempty" xml:"sort,omitempty"`
}

func (ListUserKeysRequest) GoString

func (s ListUserKeysRequest) GoString() string

func (*ListUserKeysRequest) SetAccessToken

func (s *ListUserKeysRequest) SetAccessToken(v string) *ListUserKeysRequest

func (*ListUserKeysRequest) SetOrderBy

func (*ListUserKeysRequest) SetOrganizationId

func (s *ListUserKeysRequest) SetOrganizationId(v string) *ListUserKeysRequest

func (*ListUserKeysRequest) SetPage

func (*ListUserKeysRequest) SetPageSize

func (s *ListUserKeysRequest) SetPageSize(v int64) *ListUserKeysRequest

func (*ListUserKeysRequest) SetSort

func (ListUserKeysRequest) String

func (s ListUserKeysRequest) String() string

type ListUserKeysResponse

type ListUserKeysResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserKeysResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserKeysResponse) GoString

func (s ListUserKeysResponse) GoString() string

func (*ListUserKeysResponse) SetBody

func (*ListUserKeysResponse) SetHeaders

func (s *ListUserKeysResponse) SetHeaders(v map[string]*string) *ListUserKeysResponse

func (*ListUserKeysResponse) SetStatusCode

func (s *ListUserKeysResponse) SetStatusCode(v int32) *ListUserKeysResponse

func (ListUserKeysResponse) String

func (s ListUserKeysResponse) String() string

type ListUserKeysResponseBody

type ListUserKeysResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListUserKeysResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListUserKeysResponseBody) GoString

func (s ListUserKeysResponseBody) GoString() string

func (*ListUserKeysResponseBody) SetErrorCode

func (*ListUserKeysResponseBody) SetErrorMessage

func (*ListUserKeysResponseBody) SetRequestId

func (*ListUserKeysResponseBody) SetResult

func (*ListUserKeysResponseBody) SetSuccess

func (ListUserKeysResponseBody) String

func (s ListUserKeysResponseBody) String() string

type ListUserKeysResponseBodyResult

type ListUserKeysResponseBodyResult struct {
	CreatedAt    *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	ExpireTime   *string `json:"expireTime,omitempty" xml:"expireTime,omitempty"`
	FingerPrint  *string `json:"fingerPrint,omitempty" xml:"fingerPrint,omitempty"`
	Id           *int64  `json:"id,omitempty" xml:"id,omitempty"`
	KeyScope     *string `json:"keyScope,omitempty" xml:"keyScope,omitempty"`
	LastUsedTime *string `json:"lastUsedTime,omitempty" xml:"lastUsedTime,omitempty"`
	PublicKey    *string `json:"publicKey,omitempty" xml:"publicKey,omitempty"`
	Title        *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (ListUserKeysResponseBodyResult) GoString

func (*ListUserKeysResponseBodyResult) SetCreatedAt

func (*ListUserKeysResponseBodyResult) SetExpireTime

func (*ListUserKeysResponseBodyResult) SetFingerPrint

func (*ListUserKeysResponseBodyResult) SetId

func (*ListUserKeysResponseBodyResult) SetKeyScope

func (*ListUserKeysResponseBodyResult) SetLastUsedTime

func (*ListUserKeysResponseBodyResult) SetPublicKey

func (*ListUserKeysResponseBodyResult) SetTitle added in v4.12.2

func (ListUserKeysResponseBodyResult) String

type ListUserResourcesRequest

type ListUserResourcesRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Page           *int64  `json:"page,omitempty" xml:"page,omitempty"`
	PageSize       *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	UserIds        *string `json:"userIds,omitempty" xml:"userIds,omitempty"`
}

func (ListUserResourcesRequest) GoString

func (s ListUserResourcesRequest) GoString() string

func (*ListUserResourcesRequest) SetAccessToken

func (*ListUserResourcesRequest) SetOrganizationId

func (s *ListUserResourcesRequest) SetOrganizationId(v string) *ListUserResourcesRequest

func (*ListUserResourcesRequest) SetPage

func (*ListUserResourcesRequest) SetPageSize

func (*ListUserResourcesRequest) SetUserIds

func (ListUserResourcesRequest) String

func (s ListUserResourcesRequest) String() string

type ListUserResourcesResponse

type ListUserResourcesResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserResourcesResponse) GoString

func (s ListUserResourcesResponse) GoString() string

func (*ListUserResourcesResponse) SetBody

func (*ListUserResourcesResponse) SetHeaders

func (*ListUserResourcesResponse) SetStatusCode

func (ListUserResourcesResponse) String

func (s ListUserResourcesResponse) String() string

type ListUserResourcesResponseBody

type ListUserResourcesResponseBody struct {
	ErrorCode    *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       []*ListUserResourcesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
	Success      *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
	Total        *int64                                 `json:"total,omitempty" xml:"total,omitempty"`
}

func (ListUserResourcesResponseBody) GoString

func (*ListUserResourcesResponseBody) SetErrorCode

func (*ListUserResourcesResponseBody) SetErrorMessage

func (*ListUserResourcesResponseBody) SetRequestId

func (*ListUserResourcesResponseBody) SetResult

func (*ListUserResourcesResponseBody) SetSuccess

func (*ListUserResourcesResponseBody) SetTotal

func (ListUserResourcesResponseBody) String

type ListUserResourcesResponseBodyResult

type ListUserResourcesResponseBodyResult struct {
	GroupInfos      []*ListUserResourcesResponseBodyResultGroupInfos      `json:"groupInfos,omitempty" xml:"groupInfos,omitempty" type:"Repeated"`
	RepositoryInfos []*ListUserResourcesResponseBodyResultRepositoryInfos `json:"repositoryInfos,omitempty" xml:"repositoryInfos,omitempty" type:"Repeated"`
	UserInfo        *ListUserResourcesResponseBodyResultUserInfo          `json:"userInfo,omitempty" xml:"userInfo,omitempty" type:"Struct"`
}

func (ListUserResourcesResponseBodyResult) GoString

func (ListUserResourcesResponseBodyResult) String

type ListUserResourcesResponseBodyResultGroupInfos

type ListUserResourcesResponseBodyResultGroupInfos struct {
	GroupInfo *ListUserResourcesResponseBodyResultGroupInfosGroupInfo `json:"groupInfo,omitempty" xml:"groupInfo,omitempty" type:"Struct"`
	GroupRole *ListUserResourcesResponseBodyResultGroupInfosGroupRole `json:"groupRole,omitempty" xml:"groupRole,omitempty" type:"Struct"`
}

func (ListUserResourcesResponseBodyResultGroupInfos) GoString

func (ListUserResourcesResponseBodyResultGroupInfos) String

type ListUserResourcesResponseBodyResultGroupInfosGroupInfo

type ListUserResourcesResponseBodyResultGroupInfosGroupInfo struct {
	CreatedAt         *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	OwnerId           *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	ParentId          *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	UpdatedAt         *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
}

func (ListUserResourcesResponseBodyResultGroupInfosGroupInfo) GoString

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetCreatedAt

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetDescription

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetId

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetName

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetNameWithNamespace

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetOwnerId

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetParentId

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetPath

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetPathWithNamespace

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetUpdatedAt

func (*ListUserResourcesResponseBodyResultGroupInfosGroupInfo) SetVisibilityLevel

func (ListUserResourcesResponseBodyResultGroupInfosGroupInfo) String

type ListUserResourcesResponseBodyResultGroupInfosGroupRole

type ListUserResourcesResponseBodyResultGroupInfosGroupRole struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	CnRoleName  *string `json:"cnRoleName,omitempty" xml:"cnRoleName,omitempty"`
	EnRoleName  *string `json:"enRoleName,omitempty" xml:"enRoleName,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	SourceType  *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"`
}

func (ListUserResourcesResponseBodyResultGroupInfosGroupRole) GoString

func (*ListUserResourcesResponseBodyResultGroupInfosGroupRole) SetAccessLevel

func (*ListUserResourcesResponseBodyResultGroupInfosGroupRole) SetCnRoleName

func (*ListUserResourcesResponseBodyResultGroupInfosGroupRole) SetEnRoleName

func (*ListUserResourcesResponseBodyResultGroupInfosGroupRole) SetSourceId

func (*ListUserResourcesResponseBodyResultGroupInfosGroupRole) SetSourceType

func (ListUserResourcesResponseBodyResultGroupInfosGroupRole) String

type ListUserResourcesResponseBodyResultRepositoryInfos

type ListUserResourcesResponseBodyResultRepositoryInfos struct {
	RepositoryInfo *ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo `json:"repositoryInfo,omitempty" xml:"repositoryInfo,omitempty" type:"Struct"`
	RepositoryRole *ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole `json:"repositoryRole,omitempty" xml:"repositoryRole,omitempty" type:"Struct"`
}

func (ListUserResourcesResponseBodyResultRepositoryInfos) GoString

func (ListUserResourcesResponseBodyResultRepositoryInfos) String

type ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo

type ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo struct {
	AccessLevel       *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	Archived          *bool   `json:"archived,omitempty" xml:"archived,omitempty"`
	CreatedAt         *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	CreatorId         *int64  `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Encrypted         *bool   `json:"encrypted,omitempty" xml:"encrypted,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	LastActivityAt    *string `json:"lastActivityAt,omitempty" xml:"lastActivityAt,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	NamespaceId       *int64  `json:"namespaceId,omitempty" xml:"namespaceId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	UpdatedAt         *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
}

func (ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) GoString

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetAccessLevel

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetArchived

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetCreatedAt

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetCreatorId

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetDescription

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetEncrypted

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetId

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetLastActivityAt

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetName

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetNameWithNamespace

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetNamespaceId

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetPath

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetPathWithNamespace

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetUpdatedAt

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) SetVisibilityLevel

func (ListUserResourcesResponseBodyResultRepositoryInfosRepositoryInfo) String

type ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole

type ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	CnRoleName  *string `json:"cnRoleName,omitempty" xml:"cnRoleName,omitempty"`
	EnRoleName  *string `json:"enRoleName,omitempty" xml:"enRoleName,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	SourceType  *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"`
}

func (ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole) GoString

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole) SetAccessLevel

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole) SetCnRoleName

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole) SetEnRoleName

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole) SetSourceId

func (*ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole) SetSourceType

func (ListUserResourcesResponseBodyResultRepositoryInfosRepositoryRole) String

type ListUserResourcesResponseBodyResultUserInfo

type ListUserResourcesResponseBodyResultUserInfo struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email     *string `json:"email,omitempty" xml:"email,omitempty"`
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name      *string `json:"name,omitempty" xml:"name,omitempty"`
	State     *string `json:"state,omitempty" xml:"state,omitempty"`
	Username  *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (ListUserResourcesResponseBodyResultUserInfo) GoString

func (*ListUserResourcesResponseBodyResultUserInfo) SetAvatarUrl

func (*ListUserResourcesResponseBodyResultUserInfo) SetEmail

func (*ListUserResourcesResponseBodyResultUserInfo) SetId

func (*ListUserResourcesResponseBodyResultUserInfo) SetName

func (*ListUserResourcesResponseBodyResultUserInfo) SetState

func (*ListUserResourcesResponseBodyResultUserInfo) SetUsername

func (ListUserResourcesResponseBodyResultUserInfo) String

type ListVariableGroupsRequest

type ListVariableGroupsRequest struct {
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	PageOrder  *string `json:"pageOrder,omitempty" xml:"pageOrder,omitempty"`
	PageSort   *string `json:"pageSort,omitempty" xml:"pageSort,omitempty"`
}

func (ListVariableGroupsRequest) GoString

func (s ListVariableGroupsRequest) GoString() string

func (*ListVariableGroupsRequest) SetMaxResults

func (*ListVariableGroupsRequest) SetNextToken

func (*ListVariableGroupsRequest) SetPageOrder

func (*ListVariableGroupsRequest) SetPageSort

func (ListVariableGroupsRequest) String

func (s ListVariableGroupsRequest) String() string

type ListVariableGroupsResponse

type ListVariableGroupsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListVariableGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListVariableGroupsResponse) GoString

func (s ListVariableGroupsResponse) GoString() string

func (*ListVariableGroupsResponse) SetBody

func (*ListVariableGroupsResponse) SetHeaders

func (*ListVariableGroupsResponse) SetStatusCode

func (ListVariableGroupsResponse) String

type ListVariableGroupsResponseBody

type ListVariableGroupsResponseBody struct {
	ErrorCode      *string                                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage   *string                                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	NextToken      *string                                         `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId      *string                                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success        *bool                                           `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount     *int64                                          `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
	VariableGroups []*ListVariableGroupsResponseBodyVariableGroups `json:"variableGroups,omitempty" xml:"variableGroups,omitempty" type:"Repeated"`
}

func (ListVariableGroupsResponseBody) GoString

func (*ListVariableGroupsResponseBody) SetErrorCode

func (*ListVariableGroupsResponseBody) SetErrorMessage

func (*ListVariableGroupsResponseBody) SetNextToken

func (*ListVariableGroupsResponseBody) SetRequestId

func (*ListVariableGroupsResponseBody) SetSuccess

func (*ListVariableGroupsResponseBody) SetTotalCount

func (ListVariableGroupsResponseBody) String

type ListVariableGroupsResponseBodyVariableGroups

type ListVariableGroupsResponseBodyVariableGroups struct {
	CreateTime        *int64                                                          `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreatorAccountId  *string                                                         `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Description       *string                                                         `json:"description,omitempty" xml:"description,omitempty"`
	Id                *int64                                                          `json:"id,omitempty" xml:"id,omitempty"`
	ModifierAccountId *string                                                         `json:"modifierAccountId,omitempty" xml:"modifierAccountId,omitempty"`
	Name              *string                                                         `json:"name,omitempty" xml:"name,omitempty"`
	RelatedPipelines  []*ListVariableGroupsResponseBodyVariableGroupsRelatedPipelines `json:"relatedPipelines,omitempty" xml:"relatedPipelines,omitempty" type:"Repeated"`
	UpdateTime        *int64                                                          `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	Variables         []*ListVariableGroupsResponseBodyVariableGroupsVariables        `json:"variables,omitempty" xml:"variables,omitempty" type:"Repeated"`
}

func (ListVariableGroupsResponseBodyVariableGroups) GoString

func (*ListVariableGroupsResponseBodyVariableGroups) SetCreateTime

func (*ListVariableGroupsResponseBodyVariableGroups) SetCreatorAccountId

func (*ListVariableGroupsResponseBodyVariableGroups) SetDescription

func (*ListVariableGroupsResponseBodyVariableGroups) SetId

func (*ListVariableGroupsResponseBodyVariableGroups) SetModifierAccountId

func (*ListVariableGroupsResponseBodyVariableGroups) SetName

func (*ListVariableGroupsResponseBodyVariableGroups) SetUpdateTime

func (ListVariableGroupsResponseBodyVariableGroups) String

type ListVariableGroupsResponseBodyVariableGroupsRelatedPipelines

type ListVariableGroupsResponseBodyVariableGroupsRelatedPipelines struct {
	Id   *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListVariableGroupsResponseBodyVariableGroupsRelatedPipelines) GoString

func (*ListVariableGroupsResponseBodyVariableGroupsRelatedPipelines) SetId

func (*ListVariableGroupsResponseBodyVariableGroupsRelatedPipelines) SetName

func (ListVariableGroupsResponseBodyVariableGroupsRelatedPipelines) String

type ListVariableGroupsResponseBodyVariableGroupsVariables

type ListVariableGroupsResponseBodyVariableGroupsVariables struct {
	IsEncrypted *bool   `json:"isEncrypted,omitempty" xml:"isEncrypted,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Value       *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (ListVariableGroupsResponseBodyVariableGroupsVariables) GoString

func (*ListVariableGroupsResponseBodyVariableGroupsVariables) SetIsEncrypted

func (*ListVariableGroupsResponseBodyVariableGroupsVariables) SetName

func (*ListVariableGroupsResponseBodyVariableGroupsVariables) SetValue

func (ListVariableGroupsResponseBodyVariableGroupsVariables) String

type ListWorkItemAllFieldsRequest

type ListWorkItemAllFieldsRequest struct {
	SpaceIdentifier        *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType              *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	WorkitemTypeIdentifier *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (ListWorkItemAllFieldsRequest) GoString

func (s ListWorkItemAllFieldsRequest) GoString() string

func (*ListWorkItemAllFieldsRequest) SetSpaceIdentifier

func (*ListWorkItemAllFieldsRequest) SetSpaceType

func (*ListWorkItemAllFieldsRequest) SetWorkitemTypeIdentifier

func (s *ListWorkItemAllFieldsRequest) SetWorkitemTypeIdentifier(v string) *ListWorkItemAllFieldsRequest

func (ListWorkItemAllFieldsRequest) String

type ListWorkItemAllFieldsResponse

type ListWorkItemAllFieldsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListWorkItemAllFieldsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListWorkItemAllFieldsResponse) GoString

func (*ListWorkItemAllFieldsResponse) SetBody

func (*ListWorkItemAllFieldsResponse) SetHeaders

func (*ListWorkItemAllFieldsResponse) SetStatusCode

func (ListWorkItemAllFieldsResponse) String

type ListWorkItemAllFieldsResponseBody

type ListWorkItemAllFieldsResponseBody struct {
	ErrorCode *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                    `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Fields    []*ListWorkItemAllFieldsResponseBodyFields `json:"fields,omitempty" xml:"fields,omitempty" type:"Repeated"`
	RequestId *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListWorkItemAllFieldsResponseBody) GoString

func (*ListWorkItemAllFieldsResponseBody) SetErrorCode

func (*ListWorkItemAllFieldsResponseBody) SetErrorMsg

func (*ListWorkItemAllFieldsResponseBody) SetRequestId

func (*ListWorkItemAllFieldsResponseBody) SetSuccess

func (ListWorkItemAllFieldsResponseBody) String

type ListWorkItemAllFieldsResponseBodyFields

type ListWorkItemAllFieldsResponseBodyFields struct {
	ClassName        *string                                           `json:"className,omitempty" xml:"className,omitempty"`
	Creator          *string                                           `json:"creator,omitempty" xml:"creator,omitempty"`
	DefaultValue     *string                                           `json:"defaultValue,omitempty" xml:"defaultValue,omitempty"`
	Description      *string                                           `json:"description,omitempty" xml:"description,omitempty"`
	Format           *string                                           `json:"format,omitempty" xml:"format,omitempty"`
	GmtCreate        *int64                                            `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified      *int64                                            `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier       *string                                           `json:"identifier,omitempty" xml:"identifier,omitempty"`
	IsRequired       *bool                                             `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	IsShowWhenCreate *bool                                             `json:"isShowWhenCreate,omitempty" xml:"isShowWhenCreate,omitempty"`
	IsSystemRequired *bool                                             `json:"isSystemRequired,omitempty" xml:"isSystemRequired,omitempty"`
	LinkWithService  *string                                           `json:"linkWithService,omitempty" xml:"linkWithService,omitempty"`
	Modifier         *string                                           `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name             *string                                           `json:"name,omitempty" xml:"name,omitempty"`
	Options          []*ListWorkItemAllFieldsResponseBodyFieldsOptions `json:"options,omitempty" xml:"options,omitempty" type:"Repeated"`
	ResourceType     *string                                           `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Type             *string                                           `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListWorkItemAllFieldsResponseBodyFields) GoString

func (*ListWorkItemAllFieldsResponseBodyFields) SetClassName

func (*ListWorkItemAllFieldsResponseBodyFields) SetCreator

func (*ListWorkItemAllFieldsResponseBodyFields) SetDefaultValue

func (*ListWorkItemAllFieldsResponseBodyFields) SetDescription

func (*ListWorkItemAllFieldsResponseBodyFields) SetFormat

func (*ListWorkItemAllFieldsResponseBodyFields) SetGmtCreate

func (*ListWorkItemAllFieldsResponseBodyFields) SetGmtModified

func (*ListWorkItemAllFieldsResponseBodyFields) SetIdentifier

func (*ListWorkItemAllFieldsResponseBodyFields) SetIsRequired

func (*ListWorkItemAllFieldsResponseBodyFields) SetIsShowWhenCreate

func (*ListWorkItemAllFieldsResponseBodyFields) SetIsSystemRequired

func (*ListWorkItemAllFieldsResponseBodyFields) SetLinkWithService

func (*ListWorkItemAllFieldsResponseBodyFields) SetModifier

func (*ListWorkItemAllFieldsResponseBodyFields) SetName

func (*ListWorkItemAllFieldsResponseBodyFields) SetResourceType

func (*ListWorkItemAllFieldsResponseBodyFields) SetType

func (ListWorkItemAllFieldsResponseBodyFields) String

type ListWorkItemAllFieldsResponseBodyFieldsOptions

type ListWorkItemAllFieldsResponseBodyFieldsOptions struct {
	DisplayValue    *string `json:"displayValue,omitempty" xml:"displayValue,omitempty"`
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Identifier      *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Level           *int64  `json:"level,omitempty" xml:"level,omitempty"`
	Position        *int64  `json:"position,omitempty" xml:"position,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
	ValueEn         *string `json:"valueEn,omitempty" xml:"valueEn,omitempty"`
}

func (ListWorkItemAllFieldsResponseBodyFieldsOptions) GoString

func (*ListWorkItemAllFieldsResponseBodyFieldsOptions) SetDisplayValue

func (*ListWorkItemAllFieldsResponseBodyFieldsOptions) SetFieldIdentifier

func (*ListWorkItemAllFieldsResponseBodyFieldsOptions) SetIdentifier

func (*ListWorkItemAllFieldsResponseBodyFieldsOptions) SetLevel

func (*ListWorkItemAllFieldsResponseBodyFieldsOptions) SetPosition

func (*ListWorkItemAllFieldsResponseBodyFieldsOptions) SetValue

func (*ListWorkItemAllFieldsResponseBodyFieldsOptions) SetValueEn

func (ListWorkItemAllFieldsResponseBodyFieldsOptions) String

type ListWorkItemWorkFlowStatusRequest

type ListWorkItemWorkFlowStatusRequest struct {
	SpaceIdentifier            *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType                  *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	WorkitemCategoryIdentifier *string `json:"workitemCategoryIdentifier,omitempty" xml:"workitemCategoryIdentifier,omitempty"`
	WorkitemTypeIdentifier     *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (ListWorkItemWorkFlowStatusRequest) GoString

func (*ListWorkItemWorkFlowStatusRequest) SetSpaceIdentifier

func (*ListWorkItemWorkFlowStatusRequest) SetSpaceType

func (*ListWorkItemWorkFlowStatusRequest) SetWorkitemCategoryIdentifier

func (s *ListWorkItemWorkFlowStatusRequest) SetWorkitemCategoryIdentifier(v string) *ListWorkItemWorkFlowStatusRequest

func (*ListWorkItemWorkFlowStatusRequest) SetWorkitemTypeIdentifier

func (ListWorkItemWorkFlowStatusRequest) String

type ListWorkItemWorkFlowStatusResponse

type ListWorkItemWorkFlowStatusResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListWorkItemWorkFlowStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListWorkItemWorkFlowStatusResponse) GoString

func (*ListWorkItemWorkFlowStatusResponse) SetHeaders

func (*ListWorkItemWorkFlowStatusResponse) SetStatusCode

func (ListWorkItemWorkFlowStatusResponse) String

type ListWorkItemWorkFlowStatusResponseBody

type ListWorkItemWorkFlowStatusResponseBody struct {
	ErrorCode    *string                                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Statuses     []*ListWorkItemWorkFlowStatusResponseBodyStatuses `json:"statuses,omitempty" xml:"statuses,omitempty" type:"Repeated"`
	Success      *bool                                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListWorkItemWorkFlowStatusResponseBody) GoString

func (*ListWorkItemWorkFlowStatusResponseBody) SetErrorCode

func (*ListWorkItemWorkFlowStatusResponseBody) SetErrorMessage

func (*ListWorkItemWorkFlowStatusResponseBody) SetRequestId

func (*ListWorkItemWorkFlowStatusResponseBody) SetSuccess

func (ListWorkItemWorkFlowStatusResponseBody) String

type ListWorkItemWorkFlowStatusResponseBodyStatuses

type ListWorkItemWorkFlowStatusResponseBodyStatuses struct {
	Creator                 *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Description             *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate               *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified             *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier              *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier                *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name                    *string `json:"name,omitempty" xml:"name,omitempty"`
	ResourceType            *string `json:"resourceType,omitempty" xml:"resourceType,omitempty"`
	Source                  *string `json:"source,omitempty" xml:"source,omitempty"`
	WorkflowStageIdentifier *string `json:"workflowStageIdentifier,omitempty" xml:"workflowStageIdentifier,omitempty"`
	WorkflowStageName       *string `json:"workflowStageName,omitempty" xml:"workflowStageName,omitempty"`
}

func (ListWorkItemWorkFlowStatusResponseBodyStatuses) GoString

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetCreator

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetDescription

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetGmtCreate

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetGmtModified

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetIdentifier

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetModifier

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetName

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetResourceType

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetSource

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetWorkflowStageIdentifier

func (*ListWorkItemWorkFlowStatusResponseBodyStatuses) SetWorkflowStageName

func (ListWorkItemWorkFlowStatusResponseBodyStatuses) String

type ListWorkitemAttachmentsResponse added in v4.4.0

type ListWorkitemAttachmentsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListWorkitemAttachmentsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListWorkitemAttachmentsResponse) GoString added in v4.4.0

func (*ListWorkitemAttachmentsResponse) SetBody added in v4.4.0

func (*ListWorkitemAttachmentsResponse) SetHeaders added in v4.4.0

func (*ListWorkitemAttachmentsResponse) SetStatusCode added in v4.4.0

func (ListWorkitemAttachmentsResponse) String added in v4.4.0

type ListWorkitemAttachmentsResponseBody added in v4.4.0

type ListWorkitemAttachmentsResponseBody struct {
	Attachments []*ListWorkitemAttachmentsResponseBodyAttachments `json:"attachments,omitempty" xml:"attachments,omitempty" type:"Repeated"`
	ErrorCode   *string                                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg    *string                                           `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ListWorkitemAttachmentsResponseBody) GoString added in v4.4.0

func (*ListWorkitemAttachmentsResponseBody) SetAttachments added in v4.4.0

func (*ListWorkitemAttachmentsResponseBody) SetErrorCode added in v4.4.0

func (*ListWorkitemAttachmentsResponseBody) SetErrorMsg added in v4.4.0

func (*ListWorkitemAttachmentsResponseBody) SetRequestId added in v4.4.0

func (*ListWorkitemAttachmentsResponseBody) SetSuccess added in v4.4.0

func (ListWorkitemAttachmentsResponseBody) String added in v4.4.0

type ListWorkitemAttachmentsResponseBodyAttachments added in v4.4.0

type ListWorkitemAttachmentsResponseBodyAttachments struct {
	Creator        *string `json:"creator,omitempty" xml:"creator,omitempty"`
	FileIdentifier *string `json:"fileIdentifier,omitempty" xml:"fileIdentifier,omitempty"`
	FileName       *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	FileSuffix     *string `json:"fileSuffix,omitempty" xml:"fileSuffix,omitempty"`
	GmtCreate      *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	Size           *string `json:"size,omitempty" xml:"size,omitempty"`
	Url            *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (ListWorkitemAttachmentsResponseBodyAttachments) GoString added in v4.4.0

func (*ListWorkitemAttachmentsResponseBodyAttachments) SetCreator added in v4.4.0

func (*ListWorkitemAttachmentsResponseBodyAttachments) SetFileIdentifier added in v4.4.0

func (*ListWorkitemAttachmentsResponseBodyAttachments) SetFileName added in v4.4.0

func (*ListWorkitemAttachmentsResponseBodyAttachments) SetFileSuffix added in v4.4.0

func (*ListWorkitemAttachmentsResponseBodyAttachments) SetGmtCreate added in v4.4.0

func (*ListWorkitemAttachmentsResponseBodyAttachments) SetSize added in v4.4.0

func (*ListWorkitemAttachmentsResponseBodyAttachments) SetUrl added in v4.4.0

func (ListWorkitemAttachmentsResponseBodyAttachments) String added in v4.4.0

type ListWorkitemEstimateResponse added in v4.1.0

type ListWorkitemEstimateResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListWorkitemEstimateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListWorkitemEstimateResponse) GoString added in v4.1.0

func (s ListWorkitemEstimateResponse) GoString() string

func (*ListWorkitemEstimateResponse) SetBody added in v4.1.0

func (*ListWorkitemEstimateResponse) SetHeaders added in v4.1.0

func (*ListWorkitemEstimateResponse) SetStatusCode added in v4.1.0

func (ListWorkitemEstimateResponse) String added in v4.1.0

type ListWorkitemEstimateResponseBody added in v4.1.0

type ListWorkitemEstimateResponseBody struct {
	Code                 *int64                                                  `json:"code,omitempty" xml:"code,omitempty"`
	ErrorCode            *string                                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg             *string                                                 `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId            *string                                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success              *bool                                                   `json:"success,omitempty" xml:"success,omitempty"`
	WorkitemTimeEstimate []*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate `json:"workitemTimeEstimate,omitempty" xml:"workitemTimeEstimate,omitempty" type:"Repeated"`
}

func (ListWorkitemEstimateResponseBody) GoString added in v4.1.0

func (*ListWorkitemEstimateResponseBody) SetCode added in v4.1.0

func (*ListWorkitemEstimateResponseBody) SetErrorCode added in v4.1.0

func (*ListWorkitemEstimateResponseBody) SetErrorMsg added in v4.1.0

func (*ListWorkitemEstimateResponseBody) SetRequestId added in v4.1.0

func (*ListWorkitemEstimateResponseBody) SetSuccess added in v4.1.0

func (*ListWorkitemEstimateResponseBody) SetWorkitemTimeEstimate added in v4.1.0

func (ListWorkitemEstimateResponseBody) String added in v4.1.0

type ListWorkitemEstimateResponseBodyWorkitemTimeEstimate added in v4.1.0

type ListWorkitemEstimateResponseBodyWorkitemTimeEstimate struct {
	Description        *string                                                         `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate          *int64                                                          `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtEnd             *int64                                                          `json:"gmtEnd,omitempty" xml:"gmtEnd,omitempty"`
	GmtModified        *int64                                                          `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	GmtStart           *int64                                                          `json:"gmtStart,omitempty" xml:"gmtStart,omitempty"`
	Identifier         *string                                                         `json:"identifier,omitempty" xml:"identifier,omitempty"`
	RecordUser         *ListWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser `json:"recordUser,omitempty" xml:"recordUser,omitempty" type:"Struct"`
	SpentTime          *float32                                                        `json:"spentTime,omitempty" xml:"spentTime,omitempty"`
	Type               *string                                                         `json:"type,omitempty" xml:"type,omitempty"`
	WorkitemIdentifier *string                                                         `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) GoString added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetDescription added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetGmtCreate added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetGmtEnd added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetGmtModified added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetGmtStart added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetIdentifier added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetSpentTime added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetType added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) SetWorkitemIdentifier added in v4.1.0

func (ListWorkitemEstimateResponseBodyWorkitemTimeEstimate) String added in v4.1.0

type ListWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser added in v4.1.0

type ListWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser struct {
	Identifier *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (ListWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) GoString added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetIdentifier added in v4.1.0

func (*ListWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) SetName added in v4.1.0

func (ListWorkitemEstimateResponseBodyWorkitemTimeEstimateRecordUser) String added in v4.1.0

type ListWorkitemTimeResponse

type ListWorkitemTimeResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListWorkitemTimeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListWorkitemTimeResponse) GoString

func (s ListWorkitemTimeResponse) GoString() string

func (*ListWorkitemTimeResponse) SetBody

func (*ListWorkitemTimeResponse) SetHeaders

func (*ListWorkitemTimeResponse) SetStatusCode

func (ListWorkitemTimeResponse) String

func (s ListWorkitemTimeResponse) String() string

type ListWorkitemTimeResponseBody

type ListWorkitemTimeResponseBody struct {
	Code         *int64                                      `json:"code,omitempty" xml:"code,omitempty"`
	ErrorCode    *string                                     `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg     *string                                     `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId    *string                                     `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                       `json:"success,omitempty" xml:"success,omitempty"`
	WorkitemTime []*ListWorkitemTimeResponseBodyWorkitemTime `json:"workitemTime,omitempty" xml:"workitemTime,omitempty" type:"Repeated"`
}

func (ListWorkitemTimeResponseBody) GoString

func (s ListWorkitemTimeResponseBody) GoString() string

func (*ListWorkitemTimeResponseBody) SetCode

func (*ListWorkitemTimeResponseBody) SetErrorCode

func (*ListWorkitemTimeResponseBody) SetErrorMsg

func (*ListWorkitemTimeResponseBody) SetRequestId

func (*ListWorkitemTimeResponseBody) SetSuccess

func (*ListWorkitemTimeResponseBody) SetWorkitemTime

func (ListWorkitemTimeResponseBody) String

type ListWorkitemTimeResponseBodyWorkitemTime

type ListWorkitemTimeResponseBodyWorkitemTime struct {
	ActualTime         *float32 `json:"actualTime,omitempty" xml:"actualTime,omitempty"`
	Description        *string  `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate          *int64   `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtEnd             *int64   `json:"gmtEnd,omitempty" xml:"gmtEnd,omitempty"`
	GmtModified        *int64   `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	GmtStart           *int64   `json:"gmtStart,omitempty" xml:"gmtStart,omitempty"`
	Identifier         *string  `json:"identifier,omitempty" xml:"identifier,omitempty"`
	RecordUser         *string  `json:"recordUser,omitempty" xml:"recordUser,omitempty"`
	Type               *string  `json:"type,omitempty" xml:"type,omitempty"`
	WorkitemIdentifier *string  `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (ListWorkitemTimeResponseBodyWorkitemTime) GoString

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetActualTime

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetDescription

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetGmtCreate

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetGmtEnd

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetGmtModified

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetGmtStart

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetIdentifier

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetRecordUser

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetType

func (*ListWorkitemTimeResponseBodyWorkitemTime) SetWorkitemIdentifier

func (ListWorkitemTimeResponseBodyWorkitemTime) String

type ListWorkitemsRequest

type ListWorkitemsRequest struct {
	Category        *string `json:"category,omitempty" xml:"category,omitempty"`
	Conditions      *string `json:"conditions,omitempty" xml:"conditions,omitempty"`
	ExtraConditions *string `json:"extraConditions,omitempty" xml:"extraConditions,omitempty"`
	GroupCondition  *string `json:"groupCondition,omitempty" xml:"groupCondition,omitempty"`
	MaxResults      *string `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken       *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	OrderBy         *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	SearchType      *string `json:"searchType,omitempty" xml:"searchType,omitempty"`
	SpaceIdentifier *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType       *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
}

func (ListWorkitemsRequest) GoString

func (s ListWorkitemsRequest) GoString() string

func (*ListWorkitemsRequest) SetCategory

func (*ListWorkitemsRequest) SetConditions

func (s *ListWorkitemsRequest) SetConditions(v string) *ListWorkitemsRequest

func (*ListWorkitemsRequest) SetExtraConditions

func (s *ListWorkitemsRequest) SetExtraConditions(v string) *ListWorkitemsRequest

func (*ListWorkitemsRequest) SetGroupCondition

func (s *ListWorkitemsRequest) SetGroupCondition(v string) *ListWorkitemsRequest

func (*ListWorkitemsRequest) SetMaxResults

func (s *ListWorkitemsRequest) SetMaxResults(v string) *ListWorkitemsRequest

func (*ListWorkitemsRequest) SetNextToken

func (s *ListWorkitemsRequest) SetNextToken(v string) *ListWorkitemsRequest

func (*ListWorkitemsRequest) SetOrderBy

func (*ListWorkitemsRequest) SetSearchType

func (s *ListWorkitemsRequest) SetSearchType(v string) *ListWorkitemsRequest

func (*ListWorkitemsRequest) SetSpaceIdentifier

func (s *ListWorkitemsRequest) SetSpaceIdentifier(v string) *ListWorkitemsRequest

func (*ListWorkitemsRequest) SetSpaceType

func (s *ListWorkitemsRequest) SetSpaceType(v string) *ListWorkitemsRequest

func (ListWorkitemsRequest) String

func (s ListWorkitemsRequest) String() string

type ListWorkitemsResponse

type ListWorkitemsResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListWorkitemsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListWorkitemsResponse) GoString

func (s ListWorkitemsResponse) GoString() string

func (*ListWorkitemsResponse) SetBody

func (*ListWorkitemsResponse) SetHeaders

func (*ListWorkitemsResponse) SetStatusCode

func (s *ListWorkitemsResponse) SetStatusCode(v int32) *ListWorkitemsResponse

func (ListWorkitemsResponse) String

func (s ListWorkitemsResponse) String() string

type ListWorkitemsResponseBody

type ListWorkitemsResponseBody struct {
	ErrorCode  *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg   *string                               `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	MaxResults *int64                                `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string                               `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId  *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success    *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount *int64                                `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
	Workitems  []*ListWorkitemsResponseBodyWorkitems `json:"workitems,omitempty" xml:"workitems,omitempty" type:"Repeated"`
}

func (ListWorkitemsResponseBody) GoString

func (s ListWorkitemsResponseBody) GoString() string

func (*ListWorkitemsResponseBody) SetErrorCode

func (*ListWorkitemsResponseBody) SetErrorMsg

func (*ListWorkitemsResponseBody) SetMaxResults

func (*ListWorkitemsResponseBody) SetNextToken

func (*ListWorkitemsResponseBody) SetRequestId

func (*ListWorkitemsResponseBody) SetSuccess

func (*ListWorkitemsResponseBody) SetTotalCount

func (*ListWorkitemsResponseBody) SetWorkitems

func (ListWorkitemsResponseBody) String

func (s ListWorkitemsResponseBody) String() string

type ListWorkitemsResponseBodyWorkitems

type ListWorkitemsResponseBodyWorkitems struct {
	AssignedTo             *string `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	CategoryIdentifier     *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Document               *string `json:"document,omitempty" xml:"document,omitempty"`
	FinishTime             *int64  `json:"finishTime,omitempty" xml:"finishTime,omitempty"`
	GmtCreate              *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier             *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	LogicalStatus          *string `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ParentIdentifier       *string `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	SerialNumber           *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
	SpaceIdentifier        *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceName              *string `json:"spaceName,omitempty" xml:"spaceName,omitempty"`
	SpaceType              *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	SprintIdentifier       *string `json:"sprintIdentifier,omitempty" xml:"sprintIdentifier,omitempty"`
	Status                 *string `json:"status,omitempty" xml:"status,omitempty"`
	StatusIdentifier       *string `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusStageIdentifier  *string `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	Subject                *string `json:"subject,omitempty" xml:"subject,omitempty"`
	UpdateStatusAt         *int64  `json:"updateStatusAt,omitempty" xml:"updateStatusAt,omitempty"`
	WorkitemTypeIdentifier *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (ListWorkitemsResponseBodyWorkitems) GoString

func (*ListWorkitemsResponseBodyWorkitems) SetAssignedTo

func (*ListWorkitemsResponseBodyWorkitems) SetCategoryIdentifier

func (*ListWorkitemsResponseBodyWorkitems) SetCreator

func (*ListWorkitemsResponseBodyWorkitems) SetDocument

func (*ListWorkitemsResponseBodyWorkitems) SetFinishTime added in v4.4.2

func (*ListWorkitemsResponseBodyWorkitems) SetGmtCreate

func (*ListWorkitemsResponseBodyWorkitems) SetGmtModified

func (*ListWorkitemsResponseBodyWorkitems) SetIdentifier

func (*ListWorkitemsResponseBodyWorkitems) SetLogicalStatus

func (*ListWorkitemsResponseBodyWorkitems) SetModifier

func (*ListWorkitemsResponseBodyWorkitems) SetParentIdentifier

func (*ListWorkitemsResponseBodyWorkitems) SetSerialNumber

func (*ListWorkitemsResponseBodyWorkitems) SetSpaceIdentifier

func (*ListWorkitemsResponseBodyWorkitems) SetSpaceName

func (*ListWorkitemsResponseBodyWorkitems) SetSpaceType

func (*ListWorkitemsResponseBodyWorkitems) SetSprintIdentifier

func (*ListWorkitemsResponseBodyWorkitems) SetStatus

func (*ListWorkitemsResponseBodyWorkitems) SetStatusIdentifier

func (*ListWorkitemsResponseBodyWorkitems) SetStatusStageIdentifier

func (*ListWorkitemsResponseBodyWorkitems) SetSubject

func (*ListWorkitemsResponseBodyWorkitems) SetUpdateStatusAt

func (*ListWorkitemsResponseBodyWorkitems) SetWorkitemTypeIdentifier

func (ListWorkitemsResponseBodyWorkitems) String

type ListWorkspacesRequest

type ListWorkspacesRequest struct {
	MaxResults            *int32    `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken             *string   `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	StatusList            []*string `json:"statusList,omitempty" xml:"statusList,omitempty" type:"Repeated"`
	WorkspaceTemplateList []*string `json:"workspaceTemplateList,omitempty" xml:"workspaceTemplateList,omitempty" type:"Repeated"`
}

func (ListWorkspacesRequest) GoString

func (s ListWorkspacesRequest) GoString() string

func (*ListWorkspacesRequest) SetMaxResults

func (s *ListWorkspacesRequest) SetMaxResults(v int32) *ListWorkspacesRequest

func (*ListWorkspacesRequest) SetNextToken

func (*ListWorkspacesRequest) SetStatusList

func (s *ListWorkspacesRequest) SetStatusList(v []*string) *ListWorkspacesRequest

func (*ListWorkspacesRequest) SetWorkspaceTemplateList

func (s *ListWorkspacesRequest) SetWorkspaceTemplateList(v []*string) *ListWorkspacesRequest

func (ListWorkspacesRequest) String

func (s ListWorkspacesRequest) String() string

type ListWorkspacesResponse

type ListWorkspacesResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListWorkspacesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListWorkspacesResponse) GoString

func (s ListWorkspacesResponse) GoString() string

func (*ListWorkspacesResponse) SetBody

func (*ListWorkspacesResponse) SetHeaders

func (*ListWorkspacesResponse) SetStatusCode

func (ListWorkspacesResponse) String

func (s ListWorkspacesResponse) String() string

type ListWorkspacesResponseBody

type ListWorkspacesResponseBody struct {
	ErrorCode    *string                                 `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                 `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	MaxResults   *int32                                  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken    *string                                 `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RequestId    *string                                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                                   `json:"success,omitempty" xml:"success,omitempty"`
	TotalCount   *int32                                  `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
	Workspaces   []*ListWorkspacesResponseBodyWorkspaces `json:"workspaces,omitempty" xml:"workspaces,omitempty" type:"Repeated"`
}

func (ListWorkspacesResponseBody) GoString

func (s ListWorkspacesResponseBody) GoString() string

func (*ListWorkspacesResponseBody) SetErrorCode

func (*ListWorkspacesResponseBody) SetErrorMessage

func (*ListWorkspacesResponseBody) SetMaxResults

func (*ListWorkspacesResponseBody) SetNextToken

func (*ListWorkspacesResponseBody) SetRequestId

func (*ListWorkspacesResponseBody) SetSuccess

func (*ListWorkspacesResponseBody) SetTotalCount

func (*ListWorkspacesResponseBody) SetWorkspaces

func (ListWorkspacesResponseBody) String

type ListWorkspacesResponseBodyWorkspaces

type ListWorkspacesResponseBodyWorkspaces struct {
	CodeUrl     *string `json:"codeUrl,omitempty" xml:"codeUrl,omitempty"`
	CodeVersion *string `json:"codeVersion,omitempty" xml:"codeVersion,omitempty"`
	CreateTime  *string `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Spec        *string `json:"spec,omitempty" xml:"spec,omitempty"`
	Status      *string `json:"status,omitempty" xml:"status,omitempty"`
	Template    *string `json:"template,omitempty" xml:"template,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListWorkspacesResponseBodyWorkspaces) GoString

func (*ListWorkspacesResponseBodyWorkspaces) SetCodeUrl

func (*ListWorkspacesResponseBodyWorkspaces) SetCodeVersion

func (*ListWorkspacesResponseBodyWorkspaces) SetCreateTime

func (*ListWorkspacesResponseBodyWorkspaces) SetId

func (*ListWorkspacesResponseBodyWorkspaces) SetName

func (*ListWorkspacesResponseBodyWorkspaces) SetSpec

func (*ListWorkspacesResponseBodyWorkspaces) SetStatus

func (*ListWorkspacesResponseBodyWorkspaces) SetTemplate

func (*ListWorkspacesResponseBodyWorkspaces) SetUserId

func (ListWorkspacesResponseBodyWorkspaces) String

type ListWorkspacesShrinkRequest

type ListWorkspacesShrinkRequest struct {
	MaxResults                  *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken                   *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	StatusListShrink            *string `json:"statusList,omitempty" xml:"statusList,omitempty"`
	WorkspaceTemplateListShrink *string `json:"workspaceTemplateList,omitempty" xml:"workspaceTemplateList,omitempty"`
}

func (ListWorkspacesShrinkRequest) GoString

func (s ListWorkspacesShrinkRequest) GoString() string

func (*ListWorkspacesShrinkRequest) SetMaxResults

func (*ListWorkspacesShrinkRequest) SetNextToken

func (*ListWorkspacesShrinkRequest) SetStatusListShrink

func (*ListWorkspacesShrinkRequest) SetWorkspaceTemplateListShrink

func (s *ListWorkspacesShrinkRequest) SetWorkspaceTemplateListShrink(v string) *ListWorkspacesShrinkRequest

func (ListWorkspacesShrinkRequest) String

type LogPipelineJobRunResponse

type LogPipelineJobRunResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *LogPipelineJobRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (LogPipelineJobRunResponse) GoString

func (s LogPipelineJobRunResponse) GoString() string

func (*LogPipelineJobRunResponse) SetBody

func (*LogPipelineJobRunResponse) SetHeaders

func (*LogPipelineJobRunResponse) SetStatusCode

func (LogPipelineJobRunResponse) String

func (s LogPipelineJobRunResponse) String() string

type LogPipelineJobRunResponseBody

type LogPipelineJobRunResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Log          *LogPipelineJobRunResponseBodyLog `json:"log,omitempty" xml:"log,omitempty" type:"Struct"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (LogPipelineJobRunResponseBody) GoString

func (*LogPipelineJobRunResponseBody) SetErrorCode

func (*LogPipelineJobRunResponseBody) SetErrorMessage

func (*LogPipelineJobRunResponseBody) SetLog

func (*LogPipelineJobRunResponseBody) SetRequestId

func (*LogPipelineJobRunResponseBody) SetSuccess

func (LogPipelineJobRunResponseBody) String

type LogPipelineJobRunResponseBodyLog

type LogPipelineJobRunResponseBodyLog struct {
	Content *string `json:"content,omitempty" xml:"content,omitempty"`
	More    *bool   `json:"more,omitempty" xml:"more,omitempty"`
}

func (LogPipelineJobRunResponseBodyLog) GoString

func (*LogPipelineJobRunResponseBodyLog) SetContent

func (*LogPipelineJobRunResponseBodyLog) SetMore

func (LogPipelineJobRunResponseBodyLog) String

type LogVMDeployMachineResponse

type LogVMDeployMachineResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *LogVMDeployMachineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (LogVMDeployMachineResponse) GoString

func (s LogVMDeployMachineResponse) GoString() string

func (*LogVMDeployMachineResponse) SetBody

func (*LogVMDeployMachineResponse) SetHeaders

func (*LogVMDeployMachineResponse) SetStatusCode

func (LogVMDeployMachineResponse) String

type LogVMDeployMachineResponseBody

type LogVMDeployMachineResponseBody struct {
	DeployMachineLog *LogVMDeployMachineResponseBodyDeployMachineLog `json:"deployMachineLog,omitempty" xml:"deployMachineLog,omitempty" type:"Struct"`
	ErrorCode        *string                                         `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage     *string                                         `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId        *string                                         `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success          *bool                                           `json:"success,omitempty" xml:"success,omitempty"`
}

func (LogVMDeployMachineResponseBody) GoString

func (*LogVMDeployMachineResponseBody) SetErrorCode

func (*LogVMDeployMachineResponseBody) SetErrorMessage

func (*LogVMDeployMachineResponseBody) SetRequestId

func (*LogVMDeployMachineResponseBody) SetSuccess

func (LogVMDeployMachineResponseBody) String

type LogVMDeployMachineResponseBodyDeployMachineLog

type LogVMDeployMachineResponseBodyDeployMachineLog struct {
	AliyunRegion    *string `json:"aliyunRegion,omitempty" xml:"aliyunRegion,omitempty"`
	DeployBeginTime *int64  `json:"deployBeginTime,omitempty" xml:"deployBeginTime,omitempty"`
	DeployEndTime   *int64  `json:"deployEndTime,omitempty" xml:"deployEndTime,omitempty"`
	DeployLog       *string `json:"deployLog,omitempty" xml:"deployLog,omitempty"`
	DeployLogPath   *string `json:"deployLogPath,omitempty" xml:"deployLogPath,omitempty"`
}

func (LogVMDeployMachineResponseBodyDeployMachineLog) GoString

func (*LogVMDeployMachineResponseBodyDeployMachineLog) SetAliyunRegion

func (*LogVMDeployMachineResponseBodyDeployMachineLog) SetDeployBeginTime

func (*LogVMDeployMachineResponseBodyDeployMachineLog) SetDeployEndTime

func (*LogVMDeployMachineResponseBodyDeployMachineLog) SetDeployLog

func (*LogVMDeployMachineResponseBodyDeployMachineLog) SetDeployLogPath

func (LogVMDeployMachineResponseBodyDeployMachineLog) String

type MergeMergeRequestRequest added in v4.2.0

type MergeMergeRequestRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	MergeMessage       *string `json:"mergeMessage,omitempty" xml:"mergeMessage,omitempty"`
	MergeType          *string `json:"mergeType,omitempty" xml:"mergeType,omitempty"`
	RemoveSourceBranch *bool   `json:"removeSourceBranch,omitempty" xml:"removeSourceBranch,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (MergeMergeRequestRequest) GoString added in v4.2.0

func (s MergeMergeRequestRequest) GoString() string

func (*MergeMergeRequestRequest) SetAccessToken added in v4.2.0

func (*MergeMergeRequestRequest) SetMergeMessage added in v4.2.0

func (*MergeMergeRequestRequest) SetMergeType added in v4.2.0

func (*MergeMergeRequestRequest) SetOrganizationId added in v4.2.0

func (s *MergeMergeRequestRequest) SetOrganizationId(v string) *MergeMergeRequestRequest

func (*MergeMergeRequestRequest) SetRemoveSourceBranch added in v4.2.0

func (s *MergeMergeRequestRequest) SetRemoveSourceBranch(v bool) *MergeMergeRequestRequest

func (MergeMergeRequestRequest) String added in v4.2.0

func (s MergeMergeRequestRequest) String() string

type MergeMergeRequestResponse added in v4.2.0

type MergeMergeRequestResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *MergeMergeRequestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (MergeMergeRequestResponse) GoString added in v4.2.0

func (s MergeMergeRequestResponse) GoString() string

func (*MergeMergeRequestResponse) SetBody added in v4.2.0

func (*MergeMergeRequestResponse) SetHeaders added in v4.2.0

func (*MergeMergeRequestResponse) SetStatusCode added in v4.2.0

func (MergeMergeRequestResponse) String added in v4.2.0

func (s MergeMergeRequestResponse) String() string

type MergeMergeRequestResponseBody added in v4.2.0

type MergeMergeRequestResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *MergeMergeRequestResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
}

func (MergeMergeRequestResponseBody) GoString added in v4.2.0

func (*MergeMergeRequestResponseBody) SetErrorCode added in v4.2.0

func (*MergeMergeRequestResponseBody) SetErrorMessage added in v4.2.0

func (*MergeMergeRequestResponseBody) SetRequestId added in v4.2.0

func (*MergeMergeRequestResponseBody) SetResult added in v4.2.0

func (*MergeMergeRequestResponseBody) SetSuccess added in v4.2.0

func (MergeMergeRequestResponseBody) String added in v4.2.0

type MergeMergeRequestResponseBodyResult added in v4.2.0

type MergeMergeRequestResponseBodyResult struct {
	BizId          *string `json:"bizId,omitempty" xml:"bizId,omitempty"`
	LocalId        *int64  `json:"localId,omitempty" xml:"localId,omitempty"`
	MergedRevision *string `json:"mergedRevision,omitempty" xml:"mergedRevision,omitempty"`
	ProjectId      *int64  `json:"projectId,omitempty" xml:"projectId,omitempty"`
	Result         *bool   `json:"result,omitempty" xml:"result,omitempty"`
}

func (MergeMergeRequestResponseBodyResult) GoString added in v4.2.0

func (*MergeMergeRequestResponseBodyResult) SetBizId added in v4.11.0

func (*MergeMergeRequestResponseBodyResult) SetLocalId added in v4.11.0

func (*MergeMergeRequestResponseBodyResult) SetMergedRevision added in v4.11.0

func (*MergeMergeRequestResponseBodyResult) SetProjectId added in v4.11.0

func (*MergeMergeRequestResponseBodyResult) SetResult added in v4.2.0

func (MergeMergeRequestResponseBodyResult) String added in v4.2.0

type PassPipelineValidateResponse

type PassPipelineValidateResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PassPipelineValidateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PassPipelineValidateResponse) GoString

func (s PassPipelineValidateResponse) GoString() string

func (*PassPipelineValidateResponse) SetBody

func (*PassPipelineValidateResponse) SetHeaders

func (*PassPipelineValidateResponse) SetStatusCode

func (PassPipelineValidateResponse) String

type PassPipelineValidateResponseBody

type PassPipelineValidateResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (PassPipelineValidateResponseBody) GoString

func (*PassPipelineValidateResponseBody) SetErrorCode

func (*PassPipelineValidateResponseBody) SetErrorMessage

func (*PassPipelineValidateResponseBody) SetRequestId

func (*PassPipelineValidateResponseBody) SetSuccess

func (PassPipelineValidateResponseBody) String

type RefusePipelineValidateResponse

type RefusePipelineValidateResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RefusePipelineValidateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RefusePipelineValidateResponse) GoString

func (*RefusePipelineValidateResponse) SetHeaders

func (*RefusePipelineValidateResponse) SetStatusCode

func (RefusePipelineValidateResponse) String

type RefusePipelineValidateResponseBody

type RefusePipelineValidateResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (RefusePipelineValidateResponseBody) GoString

func (*RefusePipelineValidateResponseBody) SetErrorCode

func (*RefusePipelineValidateResponseBody) SetErrorMessage

func (*RefusePipelineValidateResponseBody) SetRequestId

func (*RefusePipelineValidateResponseBody) SetSuccess

func (RefusePipelineValidateResponseBody) String

type ReleaseWorkspaceResponse

type ReleaseWorkspaceResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ReleaseWorkspaceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ReleaseWorkspaceResponse) GoString

func (s ReleaseWorkspaceResponse) GoString() string

func (*ReleaseWorkspaceResponse) SetBody

func (*ReleaseWorkspaceResponse) SetHeaders

func (*ReleaseWorkspaceResponse) SetStatusCode

func (ReleaseWorkspaceResponse) String

func (s ReleaseWorkspaceResponse) String() string

type ReleaseWorkspaceResponseBody

type ReleaseWorkspaceResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ReleaseWorkspaceResponseBody) GoString

func (s ReleaseWorkspaceResponseBody) GoString() string

func (*ReleaseWorkspaceResponseBody) SetErrorCode

func (*ReleaseWorkspaceResponseBody) SetErrorMessage

func (*ReleaseWorkspaceResponseBody) SetRequestId

func (*ReleaseWorkspaceResponseBody) SetSuccess

func (ReleaseWorkspaceResponseBody) String

type ReopenMergeRequestRequest added in v4.2.0

type ReopenMergeRequestRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ReopenMergeRequestRequest) GoString added in v4.2.0

func (s ReopenMergeRequestRequest) GoString() string

func (*ReopenMergeRequestRequest) SetAccessToken added in v4.2.0

func (*ReopenMergeRequestRequest) SetOrganizationId added in v4.2.0

func (ReopenMergeRequestRequest) String added in v4.2.0

func (s ReopenMergeRequestRequest) String() string

type ReopenMergeRequestResponse added in v4.2.0

type ReopenMergeRequestResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ReopenMergeRequestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ReopenMergeRequestResponse) GoString added in v4.2.0

func (s ReopenMergeRequestResponse) GoString() string

func (*ReopenMergeRequestResponse) SetBody added in v4.2.0

func (*ReopenMergeRequestResponse) SetHeaders added in v4.2.0

func (*ReopenMergeRequestResponse) SetStatusCode added in v4.2.0

func (ReopenMergeRequestResponse) String added in v4.2.0

type ReopenMergeRequestResponseBody added in v4.2.0

type ReopenMergeRequestResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *ReopenMergeRequestResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (ReopenMergeRequestResponseBody) GoString added in v4.2.0

func (*ReopenMergeRequestResponseBody) SetErrorCode added in v4.2.0

func (*ReopenMergeRequestResponseBody) SetErrorMessage added in v4.2.0

func (*ReopenMergeRequestResponseBody) SetRequestId added in v4.2.0

func (*ReopenMergeRequestResponseBody) SetResult added in v4.2.0

func (*ReopenMergeRequestResponseBody) SetSuccess added in v4.2.0

func (ReopenMergeRequestResponseBody) String added in v4.2.0

type ReopenMergeRequestResponseBodyResult added in v4.2.0

type ReopenMergeRequestResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (ReopenMergeRequestResponseBodyResult) GoString added in v4.2.0

func (*ReopenMergeRequestResponseBodyResult) SetResult added in v4.2.0

func (ReopenMergeRequestResponseBodyResult) String added in v4.2.0

type ResetSshKeyResponse

type ResetSshKeyResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ResetSshKeyResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ResetSshKeyResponse) GoString

func (s ResetSshKeyResponse) GoString() string

func (*ResetSshKeyResponse) SetBody

func (*ResetSshKeyResponse) SetHeaders

func (s *ResetSshKeyResponse) SetHeaders(v map[string]*string) *ResetSshKeyResponse

func (*ResetSshKeyResponse) SetStatusCode

func (s *ResetSshKeyResponse) SetStatusCode(v int32) *ResetSshKeyResponse

func (ResetSshKeyResponse) String

func (s ResetSshKeyResponse) String() string

type ResetSshKeyResponseBody

type ResetSshKeyResponseBody struct {
	ErrorCode    *string                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	SshKey       *ResetSshKeyResponseBodySshKey `json:"sshKey,omitempty" xml:"sshKey,omitempty" type:"Struct"`
	Success      *bool                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (ResetSshKeyResponseBody) GoString

func (s ResetSshKeyResponseBody) GoString() string

func (*ResetSshKeyResponseBody) SetErrorCode

func (*ResetSshKeyResponseBody) SetErrorMessage

func (*ResetSshKeyResponseBody) SetRequestId

func (*ResetSshKeyResponseBody) SetSshKey

func (*ResetSshKeyResponseBody) SetSuccess

func (ResetSshKeyResponseBody) String

func (s ResetSshKeyResponseBody) String() string

type ResetSshKeyResponseBodySshKey

type ResetSshKeyResponseBodySshKey struct {
	Id        *int64  `json:"id,omitempty" xml:"id,omitempty"`
	PublicKey *string `json:"publicKey,omitempty" xml:"publicKey,omitempty"`
}

func (ResetSshKeyResponseBodySshKey) GoString

func (*ResetSshKeyResponseBodySshKey) SetId

func (*ResetSshKeyResponseBodySshKey) SetPublicKey

func (ResetSshKeyResponseBodySshKey) String

type ResumeVMDeployOrderResponse

type ResumeVMDeployOrderResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ResumeVMDeployOrderResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ResumeVMDeployOrderResponse) GoString

func (s ResumeVMDeployOrderResponse) GoString() string

func (*ResumeVMDeployOrderResponse) SetBody

func (*ResumeVMDeployOrderResponse) SetHeaders

func (*ResumeVMDeployOrderResponse) SetStatusCode

func (ResumeVMDeployOrderResponse) String

type ResumeVMDeployOrderResponseBody

type ResumeVMDeployOrderResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (ResumeVMDeployOrderResponseBody) GoString

func (*ResumeVMDeployOrderResponseBody) SetErrorCode

func (*ResumeVMDeployOrderResponseBody) SetErrorMessage

func (*ResumeVMDeployOrderResponseBody) SetRequestId

func (*ResumeVMDeployOrderResponseBody) SetSuccess

func (ResumeVMDeployOrderResponseBody) String

type RetryPipelineJobRunResponse

type RetryPipelineJobRunResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RetryPipelineJobRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RetryPipelineJobRunResponse) GoString

func (s RetryPipelineJobRunResponse) GoString() string

func (*RetryPipelineJobRunResponse) SetBody

func (*RetryPipelineJobRunResponse) SetHeaders

func (*RetryPipelineJobRunResponse) SetStatusCode

func (RetryPipelineJobRunResponse) String

type RetryPipelineJobRunResponseBody

type RetryPipelineJobRunResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (RetryPipelineJobRunResponseBody) GoString

func (*RetryPipelineJobRunResponseBody) SetErrorCode

func (*RetryPipelineJobRunResponseBody) SetErrorMessage

func (*RetryPipelineJobRunResponseBody) SetRequestId

func (*RetryPipelineJobRunResponseBody) SetSuccess

func (RetryPipelineJobRunResponseBody) String

type RetryVMDeployMachineResponse

type RetryVMDeployMachineResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RetryVMDeployMachineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RetryVMDeployMachineResponse) GoString

func (s RetryVMDeployMachineResponse) GoString() string

func (*RetryVMDeployMachineResponse) SetBody

func (*RetryVMDeployMachineResponse) SetHeaders

func (*RetryVMDeployMachineResponse) SetStatusCode

func (RetryVMDeployMachineResponse) String

type RetryVMDeployMachineResponseBody

type RetryVMDeployMachineResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (RetryVMDeployMachineResponseBody) GoString

func (*RetryVMDeployMachineResponseBody) SetErrorCode

func (*RetryVMDeployMachineResponseBody) SetErrorMessage

func (*RetryVMDeployMachineResponseBody) SetRequestId

func (*RetryVMDeployMachineResponseBody) SetSuccess

func (RetryVMDeployMachineResponseBody) String

type ReviewMergeRequestRequest added in v4.2.0

type ReviewMergeRequestRequest struct {
	AccessToken     *string   `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	DraftCommentIds []*string `json:"draftCommentIds,omitempty" xml:"draftCommentIds,omitempty" type:"Repeated"`
	ReviewComment   *string   `json:"reviewComment,omitempty" xml:"reviewComment,omitempty"`
	ReviewOpinion   *string   `json:"reviewOpinion,omitempty" xml:"reviewOpinion,omitempty"`
	OrganizationId  *string   `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (ReviewMergeRequestRequest) GoString added in v4.2.0

func (s ReviewMergeRequestRequest) GoString() string

func (*ReviewMergeRequestRequest) SetAccessToken added in v4.2.0

func (*ReviewMergeRequestRequest) SetDraftCommentIds added in v4.2.0

func (s *ReviewMergeRequestRequest) SetDraftCommentIds(v []*string) *ReviewMergeRequestRequest

func (*ReviewMergeRequestRequest) SetOrganizationId added in v4.2.0

func (*ReviewMergeRequestRequest) SetReviewComment added in v4.2.0

func (*ReviewMergeRequestRequest) SetReviewOpinion added in v4.2.0

func (ReviewMergeRequestRequest) String added in v4.2.0

func (s ReviewMergeRequestRequest) String() string

type ReviewMergeRequestResponse added in v4.2.0

type ReviewMergeRequestResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ReviewMergeRequestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ReviewMergeRequestResponse) GoString added in v4.2.0

func (s ReviewMergeRequestResponse) GoString() string

func (*ReviewMergeRequestResponse) SetBody added in v4.2.0

func (*ReviewMergeRequestResponse) SetHeaders added in v4.2.0

func (*ReviewMergeRequestResponse) SetStatusCode added in v4.2.0

func (ReviewMergeRequestResponse) String added in v4.2.0

type ReviewMergeRequestResponseBody added in v4.2.0

type ReviewMergeRequestResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *ReviewMergeRequestResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (ReviewMergeRequestResponseBody) GoString added in v4.2.0

func (*ReviewMergeRequestResponseBody) SetErrorCode added in v4.2.0

func (*ReviewMergeRequestResponseBody) SetErrorMessage added in v4.2.0

func (*ReviewMergeRequestResponseBody) SetRequestId added in v4.2.0

func (*ReviewMergeRequestResponseBody) SetResult added in v4.2.0

func (*ReviewMergeRequestResponseBody) SetSuccess added in v4.2.0

func (ReviewMergeRequestResponseBody) String added in v4.2.0

type ReviewMergeRequestResponseBodyResult added in v4.2.0

type ReviewMergeRequestResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (ReviewMergeRequestResponseBodyResult) GoString added in v4.2.0

func (*ReviewMergeRequestResponseBodyResult) SetResult added in v4.2.0

func (ReviewMergeRequestResponseBodyResult) String added in v4.2.0

type SkipPipelineJobRunResponse

type SkipPipelineJobRunResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SkipPipelineJobRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SkipPipelineJobRunResponse) GoString

func (s SkipPipelineJobRunResponse) GoString() string

func (*SkipPipelineJobRunResponse) SetBody

func (*SkipPipelineJobRunResponse) SetHeaders

func (*SkipPipelineJobRunResponse) SetStatusCode

func (SkipPipelineJobRunResponse) String

type SkipPipelineJobRunResponseBody

type SkipPipelineJobRunResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (SkipPipelineJobRunResponseBody) GoString

func (*SkipPipelineJobRunResponseBody) SetErrorCode

func (*SkipPipelineJobRunResponseBody) SetErrorMessage

func (*SkipPipelineJobRunResponseBody) SetRequestId

func (*SkipPipelineJobRunResponseBody) SetSuccess

func (SkipPipelineJobRunResponseBody) String

type SkipVMDeployMachineResponse

type SkipVMDeployMachineResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SkipVMDeployMachineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SkipVMDeployMachineResponse) GoString

func (s SkipVMDeployMachineResponse) GoString() string

func (*SkipVMDeployMachineResponse) SetBody

func (*SkipVMDeployMachineResponse) SetHeaders

func (*SkipVMDeployMachineResponse) SetStatusCode

func (SkipVMDeployMachineResponse) String

type SkipVMDeployMachineResponseBody

type SkipVMDeployMachineResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (SkipVMDeployMachineResponseBody) GoString

func (*SkipVMDeployMachineResponseBody) SetErrorCode

func (*SkipVMDeployMachineResponseBody) SetErrorMessage

func (*SkipVMDeployMachineResponseBody) SetRequestId

func (*SkipVMDeployMachineResponseBody) SetSuccess

func (SkipVMDeployMachineResponseBody) String

type StartPipelineRunRequest

type StartPipelineRunRequest struct {
	Params *string `json:"params,omitempty" xml:"params,omitempty"`
}

func (StartPipelineRunRequest) GoString

func (s StartPipelineRunRequest) GoString() string

func (*StartPipelineRunRequest) SetParams

func (StartPipelineRunRequest) String

func (s StartPipelineRunRequest) String() string

type StartPipelineRunResponse

type StartPipelineRunResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *StartPipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (StartPipelineRunResponse) GoString

func (s StartPipelineRunResponse) GoString() string

func (*StartPipelineRunResponse) SetBody

func (*StartPipelineRunResponse) SetHeaders

func (*StartPipelineRunResponse) SetStatusCode

func (StartPipelineRunResponse) String

func (s StartPipelineRunResponse) String() string

type StartPipelineRunResponseBody

type StartPipelineRunResponseBody struct {
	ErrorCode     *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage  *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	PipelineRunId *int64  `json:"pipelineRunId,omitempty" xml:"pipelineRunId,omitempty"`
	RequestId     *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success       *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (StartPipelineRunResponseBody) GoString

func (s StartPipelineRunResponseBody) GoString() string

func (*StartPipelineRunResponseBody) SetErrorCode

func (*StartPipelineRunResponseBody) SetErrorMessage

func (*StartPipelineRunResponseBody) SetPipelineRunId

func (*StartPipelineRunResponseBody) SetRequestId

func (*StartPipelineRunResponseBody) SetSuccess

func (StartPipelineRunResponseBody) String

type StopPipelineJobRunResponse

type StopPipelineJobRunResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *StopPipelineJobRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (StopPipelineJobRunResponse) GoString

func (s StopPipelineJobRunResponse) GoString() string

func (*StopPipelineJobRunResponse) SetBody

func (*StopPipelineJobRunResponse) SetHeaders

func (*StopPipelineJobRunResponse) SetStatusCode

func (StopPipelineJobRunResponse) String

type StopPipelineJobRunResponseBody

type StopPipelineJobRunResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (StopPipelineJobRunResponseBody) GoString

func (*StopPipelineJobRunResponseBody) SetErrorCode

func (*StopPipelineJobRunResponseBody) SetErrorMessage

func (*StopPipelineJobRunResponseBody) SetRequestId

func (*StopPipelineJobRunResponseBody) SetSuccess

func (StopPipelineJobRunResponseBody) String

type StopPipelineRunResponse

type StopPipelineRunResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *StopPipelineRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (StopPipelineRunResponse) GoString

func (s StopPipelineRunResponse) GoString() string

func (*StopPipelineRunResponse) SetBody

func (*StopPipelineRunResponse) SetHeaders

func (*StopPipelineRunResponse) SetStatusCode

func (StopPipelineRunResponse) String

func (s StopPipelineRunResponse) String() string

type StopPipelineRunResponseBody

type StopPipelineRunResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (StopPipelineRunResponseBody) GoString

func (s StopPipelineRunResponseBody) GoString() string

func (*StopPipelineRunResponseBody) SetErrorCode

func (*StopPipelineRunResponseBody) SetErrorMessage

func (*StopPipelineRunResponseBody) SetRequestId

func (*StopPipelineRunResponseBody) SetSuccess

func (StopPipelineRunResponseBody) String

type StopVMDeployOrderResponse

type StopVMDeployOrderResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *StopVMDeployOrderResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (StopVMDeployOrderResponse) GoString

func (s StopVMDeployOrderResponse) GoString() string

func (*StopVMDeployOrderResponse) SetBody

func (*StopVMDeployOrderResponse) SetHeaders

func (*StopVMDeployOrderResponse) SetStatusCode

func (StopVMDeployOrderResponse) String

func (s StopVMDeployOrderResponse) String() string

type StopVMDeployOrderResponseBody

type StopVMDeployOrderResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (StopVMDeployOrderResponseBody) GoString

func (*StopVMDeployOrderResponseBody) SetErrorCode

func (*StopVMDeployOrderResponseBody) SetErrorMessage

func (*StopVMDeployOrderResponseBody) SetRequestId

func (*StopVMDeployOrderResponseBody) SetSuccess

func (StopVMDeployOrderResponseBody) String

type TransferRepositoryRequest

type TransferRepositoryRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	GroupId        *string `json:"groupId,omitempty" xml:"groupId,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryId   *string `json:"repositoryId,omitempty" xml:"repositoryId,omitempty"`
}

func (TransferRepositoryRequest) GoString

func (s TransferRepositoryRequest) GoString() string

func (*TransferRepositoryRequest) SetAccessToken

func (*TransferRepositoryRequest) SetGroupId

func (*TransferRepositoryRequest) SetOrganizationId

func (*TransferRepositoryRequest) SetRepositoryId

func (TransferRepositoryRequest) String

func (s TransferRepositoryRequest) String() string

type TransferRepositoryResponse

type TransferRepositoryResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *TransferRepositoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (TransferRepositoryResponse) GoString

func (s TransferRepositoryResponse) GoString() string

func (*TransferRepositoryResponse) SetBody

func (*TransferRepositoryResponse) SetHeaders

func (*TransferRepositoryResponse) SetStatusCode

func (TransferRepositoryResponse) String

type TransferRepositoryResponseBody

type TransferRepositoryResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *TransferRepositoryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (TransferRepositoryResponseBody) GoString

func (*TransferRepositoryResponseBody) SetErrorCode

func (*TransferRepositoryResponseBody) SetErrorMessage

func (*TransferRepositoryResponseBody) SetRequestId

func (*TransferRepositoryResponseBody) SetSuccess

func (TransferRepositoryResponseBody) String

type TransferRepositoryResponseBodyResult

type TransferRepositoryResponseBodyResult struct {
	AccessLevel       *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	Archived          *bool   `json:"archived,omitempty" xml:"archived,omitempty"`
	CreatedAt         *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	CreatorId         *int64  `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	DemoProject       *bool   `json:"demoProject,omitempty" xml:"demoProject,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Encrypted         *bool   `json:"encrypted,omitempty" xml:"encrypted,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	LastActivityAt    *string `json:"lastActivityAt,omitempty" xml:"lastActivityAt,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	NamespaceId       *int64  `json:"namespaceId,omitempty" xml:"namespaceId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	StarCount         *int64  `json:"starCount,omitempty" xml:"starCount,omitempty"`
	Starred           *bool   `json:"starred,omitempty" xml:"starred,omitempty"`
	UpdatedAt         *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl            *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (TransferRepositoryResponseBodyResult) GoString

func (*TransferRepositoryResponseBodyResult) SetAccessLevel

func (*TransferRepositoryResponseBodyResult) SetArchived

func (*TransferRepositoryResponseBodyResult) SetCreatedAt

func (*TransferRepositoryResponseBodyResult) SetCreatorId

func (*TransferRepositoryResponseBodyResult) SetDemoProject

func (*TransferRepositoryResponseBodyResult) SetDescription

func (*TransferRepositoryResponseBodyResult) SetEncrypted

func (*TransferRepositoryResponseBodyResult) SetId

func (*TransferRepositoryResponseBodyResult) SetLastActivityAt

func (*TransferRepositoryResponseBodyResult) SetName

func (*TransferRepositoryResponseBodyResult) SetNameWithNamespace

func (*TransferRepositoryResponseBodyResult) SetNamespaceId

func (*TransferRepositoryResponseBodyResult) SetPath

func (*TransferRepositoryResponseBodyResult) SetPathWithNamespace

func (*TransferRepositoryResponseBodyResult) SetStarCount

func (*TransferRepositoryResponseBodyResult) SetStarred

func (*TransferRepositoryResponseBodyResult) SetUpdatedAt

func (*TransferRepositoryResponseBodyResult) SetVisibilityLevel

func (*TransferRepositoryResponseBodyResult) SetWebUrl

func (TransferRepositoryResponseBodyResult) String

type TriggerRepositoryMirrorSyncRequest

type TriggerRepositoryMirrorSyncRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Account        *string `json:"account,omitempty" xml:"account,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	Token          *string `json:"token,omitempty" xml:"token,omitempty"`
}

func (TriggerRepositoryMirrorSyncRequest) GoString

func (*TriggerRepositoryMirrorSyncRequest) SetAccessToken

func (*TriggerRepositoryMirrorSyncRequest) SetAccount

func (*TriggerRepositoryMirrorSyncRequest) SetOrganizationId

func (*TriggerRepositoryMirrorSyncRequest) SetToken

func (TriggerRepositoryMirrorSyncRequest) String

type TriggerRepositoryMirrorSyncResponse

type TriggerRepositoryMirrorSyncResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *TriggerRepositoryMirrorSyncResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (TriggerRepositoryMirrorSyncResponse) GoString

func (*TriggerRepositoryMirrorSyncResponse) SetHeaders

func (*TriggerRepositoryMirrorSyncResponse) SetStatusCode

func (TriggerRepositoryMirrorSyncResponse) String

type TriggerRepositoryMirrorSyncResponseBody

type TriggerRepositoryMirrorSyncResponseBody struct {
	ErrorCode    *string                                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *TriggerRepositoryMirrorSyncResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (TriggerRepositoryMirrorSyncResponseBody) GoString

func (*TriggerRepositoryMirrorSyncResponseBody) SetErrorCode

func (*TriggerRepositoryMirrorSyncResponseBody) SetErrorMessage

func (*TriggerRepositoryMirrorSyncResponseBody) SetRequestId

func (*TriggerRepositoryMirrorSyncResponseBody) SetSuccess

func (TriggerRepositoryMirrorSyncResponseBody) String

type TriggerRepositoryMirrorSyncResponseBodyResult

type TriggerRepositoryMirrorSyncResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (TriggerRepositoryMirrorSyncResponseBodyResult) GoString

func (*TriggerRepositoryMirrorSyncResponseBodyResult) SetResult

func (TriggerRepositoryMirrorSyncResponseBodyResult) String

type UpdateAppMemberRequest added in v4.6.0

type UpdateAppMemberRequest struct {
	Player         *UpdateAppMemberRequestPlayer `json:"player,omitempty" xml:"player,omitempty" type:"Struct"`
	RoleNames      []*string                     `json:"roleNames,omitempty" xml:"roleNames,omitempty" type:"Repeated"`
	OrganizationId *string                       `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateAppMemberRequest) GoString added in v4.6.0

func (s UpdateAppMemberRequest) GoString() string

func (*UpdateAppMemberRequest) SetOrganizationId added in v4.6.0

func (s *UpdateAppMemberRequest) SetOrganizationId(v string) *UpdateAppMemberRequest

func (*UpdateAppMemberRequest) SetPlayer added in v4.6.0

func (*UpdateAppMemberRequest) SetRoleNames added in v4.6.0

func (s *UpdateAppMemberRequest) SetRoleNames(v []*string) *UpdateAppMemberRequest

func (UpdateAppMemberRequest) String added in v4.6.0

func (s UpdateAppMemberRequest) String() string

type UpdateAppMemberRequestPlayer added in v4.6.0

type UpdateAppMemberRequestPlayer struct {
	Id   *string `json:"id,omitempty" xml:"id,omitempty"`
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (UpdateAppMemberRequestPlayer) GoString added in v4.6.0

func (s UpdateAppMemberRequestPlayer) GoString() string

func (*UpdateAppMemberRequestPlayer) SetId added in v4.6.0

func (*UpdateAppMemberRequestPlayer) SetType added in v4.6.0

func (UpdateAppMemberRequestPlayer) String added in v4.6.0

type UpdateAppMemberResponse added in v4.6.0

type UpdateAppMemberResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *string            `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateAppMemberResponse) GoString added in v4.6.0

func (s UpdateAppMemberResponse) GoString() string

func (*UpdateAppMemberResponse) SetBody added in v4.6.0

func (*UpdateAppMemberResponse) SetHeaders added in v4.6.0

func (*UpdateAppMemberResponse) SetStatusCode added in v4.6.0

func (UpdateAppMemberResponse) String added in v4.6.0

func (s UpdateAppMemberResponse) String() string

type UpdateApplicationRequest added in v4.6.0

type UpdateApplicationRequest struct {
	OwnerAccountId *string `json:"ownerAccountId,omitempty" xml:"ownerAccountId,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateApplicationRequest) GoString added in v4.6.0

func (s UpdateApplicationRequest) GoString() string

func (*UpdateApplicationRequest) SetOrganizationId added in v4.6.0

func (s *UpdateApplicationRequest) SetOrganizationId(v string) *UpdateApplicationRequest

func (*UpdateApplicationRequest) SetOwnerAccountId added in v4.6.0

func (s *UpdateApplicationRequest) SetOwnerAccountId(v string) *UpdateApplicationRequest

func (UpdateApplicationRequest) String added in v4.6.0

func (s UpdateApplicationRequest) String() string

type UpdateApplicationResponse added in v4.6.0

type UpdateApplicationResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateApplicationResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateApplicationResponse) GoString added in v4.6.0

func (s UpdateApplicationResponse) GoString() string

func (*UpdateApplicationResponse) SetBody added in v4.6.0

func (*UpdateApplicationResponse) SetHeaders added in v4.6.0

func (*UpdateApplicationResponse) SetStatusCode added in v4.6.0

func (UpdateApplicationResponse) String added in v4.6.0

func (s UpdateApplicationResponse) String() string

type UpdateApplicationResponseBody added in v4.6.0

type UpdateApplicationResponseBody struct {
	CreatorAccountId *string `json:"creatorAccountId,omitempty" xml:"creatorAccountId,omitempty"`
	Description      *string `json:"description,omitempty" xml:"description,omitempty"`
	GmtCreate        *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
	RequestId        *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (UpdateApplicationResponseBody) GoString added in v4.6.0

func (*UpdateApplicationResponseBody) SetCreatorAccountId added in v4.6.0

func (*UpdateApplicationResponseBody) SetDescription added in v4.6.0

func (*UpdateApplicationResponseBody) SetGmtCreate added in v4.6.0

func (*UpdateApplicationResponseBody) SetName added in v4.6.0

func (*UpdateApplicationResponseBody) SetRequestId added in v4.6.0

func (UpdateApplicationResponseBody) String added in v4.6.0

type UpdateCheckRunRequest added in v4.12.0

type UpdateCheckRunRequest struct {
	AccessToken        *string                             `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Annotations        []*UpdateCheckRunRequestAnnotations `json:"annotations,omitempty" xml:"annotations,omitempty" type:"Repeated"`
	CompletedAt        *string                             `json:"completedAt,omitempty" xml:"completedAt,omitempty"`
	Conclusion         *string                             `json:"conclusion,omitempty" xml:"conclusion,omitempty"`
	DetailsUrl         *string                             `json:"detailsUrl,omitempty" xml:"detailsUrl,omitempty"`
	ExternalId         *string                             `json:"externalId,omitempty" xml:"externalId,omitempty"`
	Name               *string                             `json:"name,omitempty" xml:"name,omitempty"`
	Output             *UpdateCheckRunRequestOutput        `json:"output,omitempty" xml:"output,omitempty" type:"Struct"`
	StartedAt          *string                             `json:"startedAt,omitempty" xml:"startedAt,omitempty"`
	Status             *string                             `json:"status,omitempty" xml:"status,omitempty"`
	CheckRunId         *int64                              `json:"checkRunId,omitempty" xml:"checkRunId,omitempty"`
	OrganizationId     *string                             `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string                             `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (UpdateCheckRunRequest) GoString added in v4.12.0

func (s UpdateCheckRunRequest) GoString() string

func (*UpdateCheckRunRequest) SetAccessToken added in v4.12.0

func (s *UpdateCheckRunRequest) SetAccessToken(v string) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetAnnotations added in v4.12.0

func (*UpdateCheckRunRequest) SetCheckRunId added in v4.12.0

func (s *UpdateCheckRunRequest) SetCheckRunId(v int64) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetCompletedAt added in v4.12.0

func (s *UpdateCheckRunRequest) SetCompletedAt(v string) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetConclusion added in v4.12.0

func (s *UpdateCheckRunRequest) SetConclusion(v string) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetDetailsUrl added in v4.12.0

func (s *UpdateCheckRunRequest) SetDetailsUrl(v string) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetExternalId added in v4.12.0

func (s *UpdateCheckRunRequest) SetExternalId(v string) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetName added in v4.12.0

func (*UpdateCheckRunRequest) SetOrganizationId added in v4.12.0

func (s *UpdateCheckRunRequest) SetOrganizationId(v string) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetOutput added in v4.12.0

func (*UpdateCheckRunRequest) SetRepositoryIdentity added in v4.12.0

func (s *UpdateCheckRunRequest) SetRepositoryIdentity(v string) *UpdateCheckRunRequest

func (*UpdateCheckRunRequest) SetStartedAt added in v4.12.0

func (*UpdateCheckRunRequest) SetStatus added in v4.12.0

func (UpdateCheckRunRequest) String added in v4.12.0

func (s UpdateCheckRunRequest) String() string

type UpdateCheckRunRequestAnnotations added in v4.12.0

type UpdateCheckRunRequestAnnotations struct {
	AnnotationLevel *string `json:"annotationLevel,omitempty" xml:"annotationLevel,omitempty"`
	EndColumn       *int64  `json:"endColumn,omitempty" xml:"endColumn,omitempty"`
	EndLine         *int64  `json:"endLine,omitempty" xml:"endLine,omitempty"`
	Message         *string `json:"message,omitempty" xml:"message,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	RawDetails      *string `json:"rawDetails,omitempty" xml:"rawDetails,omitempty"`
	StartColumn     *int64  `json:"startColumn,omitempty" xml:"startColumn,omitempty"`
	StartLine       *int64  `json:"startLine,omitempty" xml:"startLine,omitempty"`
	Title           *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (UpdateCheckRunRequestAnnotations) GoString added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetAnnotationLevel added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetEndColumn added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetEndLine added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetMessage added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetPath added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetRawDetails added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetStartColumn added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetStartLine added in v4.12.0

func (*UpdateCheckRunRequestAnnotations) SetTitle added in v4.12.0

func (UpdateCheckRunRequestAnnotations) String added in v4.12.0

type UpdateCheckRunRequestOutput added in v4.12.0

type UpdateCheckRunRequestOutput struct {
	Images  []*UpdateCheckRunRequestOutputImages `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	Summary *string                              `json:"summary,omitempty" xml:"summary,omitempty"`
	Text    *string                              `json:"text,omitempty" xml:"text,omitempty"`
	Title   *string                              `json:"title,omitempty" xml:"title,omitempty"`
}

func (UpdateCheckRunRequestOutput) GoString added in v4.12.0

func (s UpdateCheckRunRequestOutput) GoString() string

func (*UpdateCheckRunRequestOutput) SetImages added in v4.12.0

func (*UpdateCheckRunRequestOutput) SetSummary added in v4.12.0

func (*UpdateCheckRunRequestOutput) SetText added in v4.12.0

func (*UpdateCheckRunRequestOutput) SetTitle added in v4.12.0

func (UpdateCheckRunRequestOutput) String added in v4.12.0

type UpdateCheckRunRequestOutputImages added in v4.12.0

type UpdateCheckRunRequestOutputImages struct {
	Alt      *string `json:"alt,omitempty" xml:"alt,omitempty"`
	Caption  *string `json:"caption,omitempty" xml:"caption,omitempty"`
	ImageUrl *string `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
}

func (UpdateCheckRunRequestOutputImages) GoString added in v4.12.0

func (*UpdateCheckRunRequestOutputImages) SetAlt added in v4.12.0

func (*UpdateCheckRunRequestOutputImages) SetCaption added in v4.12.0

func (*UpdateCheckRunRequestOutputImages) SetImageUrl added in v4.12.0

func (UpdateCheckRunRequestOutputImages) String added in v4.12.0

type UpdateCheckRunResponse added in v4.12.0

type UpdateCheckRunResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateCheckRunResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateCheckRunResponse) GoString added in v4.12.0

func (s UpdateCheckRunResponse) GoString() string

func (*UpdateCheckRunResponse) SetBody added in v4.12.0

func (*UpdateCheckRunResponse) SetHeaders added in v4.12.0

func (*UpdateCheckRunResponse) SetStatusCode added in v4.12.0

func (UpdateCheckRunResponse) String added in v4.12.0

func (s UpdateCheckRunResponse) String() string

type UpdateCheckRunResponseBody added in v4.12.0

type UpdateCheckRunResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateCheckRunResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateCheckRunResponseBody) GoString added in v4.12.0

func (s UpdateCheckRunResponseBody) GoString() string

func (*UpdateCheckRunResponseBody) SetErrorCode added in v4.12.0

func (*UpdateCheckRunResponseBody) SetErrorMessage added in v4.12.0

func (*UpdateCheckRunResponseBody) SetRequestId added in v4.12.0

func (*UpdateCheckRunResponseBody) SetResult added in v4.12.0

func (*UpdateCheckRunResponseBody) SetSuccess added in v4.12.0

func (UpdateCheckRunResponseBody) String added in v4.12.0

type UpdateCheckRunResponseBodyResult added in v4.12.0

type UpdateCheckRunResponseBodyResult struct {
	Annotations []*UpdateCheckRunResponseBodyResultAnnotations `json:"annotations,omitempty" xml:"annotations,omitempty" type:"Repeated"`
	CheckSuite  *UpdateCheckRunResponseBodyResultCheckSuite    `json:"checkSuite,omitempty" xml:"checkSuite,omitempty" type:"Struct"`
	CompletedAt *string                                        `json:"completedAt,omitempty" xml:"completedAt,omitempty"`
	Conclusion  *string                                        `json:"conclusion,omitempty" xml:"conclusion,omitempty"`
	CreatedAt   *string                                        `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	DetailsUrl  *string                                        `json:"detailsUrl,omitempty" xml:"detailsUrl,omitempty"`
	ExternalId  *string                                        `json:"externalId,omitempty" xml:"externalId,omitempty"`
	HeadSha     *string                                        `json:"headSha,omitempty" xml:"headSha,omitempty"`
	Id          *int64                                         `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string                                        `json:"name,omitempty" xml:"name,omitempty"`
	Output      *UpdateCheckRunResponseBodyResultOutput        `json:"output,omitempty" xml:"output,omitempty" type:"Struct"`
	StartedAt   *string                                        `json:"startedAt,omitempty" xml:"startedAt,omitempty"`
	Status      *string                                        `json:"status,omitempty" xml:"status,omitempty"`
	UpdatedAt   *string                                        `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	Writer      *UpdateCheckRunResponseBodyResultWriter        `json:"writer,omitempty" xml:"writer,omitempty" type:"Struct"`
}

func (UpdateCheckRunResponseBodyResult) GoString added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetAnnotations added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetCheckSuite added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetCompletedAt added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetConclusion added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetCreatedAt added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetDetailsUrl added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetExternalId added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetHeadSha added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetId added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetName added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetOutput added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetStartedAt added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetStatus added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetUpdatedAt added in v4.12.0

func (*UpdateCheckRunResponseBodyResult) SetWriter added in v4.12.0

func (UpdateCheckRunResponseBodyResult) String added in v4.12.0

type UpdateCheckRunResponseBodyResultAnnotations added in v4.12.0

type UpdateCheckRunResponseBodyResultAnnotations struct {
	AnnotationLevel *string `json:"annotationLevel,omitempty" xml:"annotationLevel,omitempty"`
	EndColumn       *int64  `json:"endColumn,omitempty" xml:"endColumn,omitempty"`
	EndLine         *int64  `json:"endLine,omitempty" xml:"endLine,omitempty"`
	Id              *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Message         *string `json:"message,omitempty" xml:"message,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	RawDetails      *string `json:"rawDetails,omitempty" xml:"rawDetails,omitempty"`
	StartColumn     *int64  `json:"startColumn,omitempty" xml:"startColumn,omitempty"`
	StartLine       *int64  `json:"startLine,omitempty" xml:"startLine,omitempty"`
	Title           *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (UpdateCheckRunResponseBodyResultAnnotations) GoString added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetAnnotationLevel added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetEndColumn added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetEndLine added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetId added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetMessage added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetPath added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetRawDetails added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetStartColumn added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetStartLine added in v4.12.0

func (*UpdateCheckRunResponseBodyResultAnnotations) SetTitle added in v4.12.0

func (UpdateCheckRunResponseBodyResultAnnotations) String added in v4.12.0

type UpdateCheckRunResponseBodyResultCheckSuite added in v4.12.0

type UpdateCheckRunResponseBodyResultCheckSuite struct {
	Id *int64 `json:"id,omitempty" xml:"id,omitempty"`
}

func (UpdateCheckRunResponseBodyResultCheckSuite) GoString added in v4.12.0

func (*UpdateCheckRunResponseBodyResultCheckSuite) SetId added in v4.12.0

func (UpdateCheckRunResponseBodyResultCheckSuite) String added in v4.12.0

type UpdateCheckRunResponseBodyResultOutput added in v4.12.0

type UpdateCheckRunResponseBodyResultOutput struct {
	Images  []*UpdateCheckRunResponseBodyResultOutputImages `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	Summary *string                                         `json:"summary,omitempty" xml:"summary,omitempty"`
	Text    *string                                         `json:"text,omitempty" xml:"text,omitempty"`
	Title   *string                                         `json:"title,omitempty" xml:"title,omitempty"`
}

func (UpdateCheckRunResponseBodyResultOutput) GoString added in v4.12.0

func (*UpdateCheckRunResponseBodyResultOutput) SetImages added in v4.12.0

func (*UpdateCheckRunResponseBodyResultOutput) SetSummary added in v4.12.0

func (*UpdateCheckRunResponseBodyResultOutput) SetText added in v4.12.0

func (*UpdateCheckRunResponseBodyResultOutput) SetTitle added in v4.12.0

func (UpdateCheckRunResponseBodyResultOutput) String added in v4.12.0

type UpdateCheckRunResponseBodyResultOutputImages added in v4.12.0

type UpdateCheckRunResponseBodyResultOutputImages struct {
	Alt      *string `json:"alt,omitempty" xml:"alt,omitempty"`
	Caption  *string `json:"caption,omitempty" xml:"caption,omitempty"`
	ImageUrl *string `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
}

func (UpdateCheckRunResponseBodyResultOutputImages) GoString added in v4.12.0

func (*UpdateCheckRunResponseBodyResultOutputImages) SetAlt added in v4.12.0

func (*UpdateCheckRunResponseBodyResultOutputImages) SetCaption added in v4.12.0

func (*UpdateCheckRunResponseBodyResultOutputImages) SetImageUrl added in v4.12.0

func (UpdateCheckRunResponseBodyResultOutputImages) String added in v4.12.0

type UpdateCheckRunResponseBodyResultWriter added in v4.12.0

type UpdateCheckRunResponseBodyResultWriter struct {
	Id      *string `json:"id,omitempty" xml:"id,omitempty"`
	LogoUrl *string `json:"logoUrl,omitempty" xml:"logoUrl,omitempty"`
	Name    *string `json:"name,omitempty" xml:"name,omitempty"`
	Slug    *string `json:"slug,omitempty" xml:"slug,omitempty"`
	Type    *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (UpdateCheckRunResponseBodyResultWriter) GoString added in v4.12.0

func (*UpdateCheckRunResponseBodyResultWriter) SetId added in v4.12.0

func (*UpdateCheckRunResponseBodyResultWriter) SetLogoUrl added in v4.12.0

func (*UpdateCheckRunResponseBodyResultWriter) SetName added in v4.12.0

func (*UpdateCheckRunResponseBodyResultWriter) SetSlug added in v4.12.0

func (*UpdateCheckRunResponseBodyResultWriter) SetType added in v4.12.0

func (UpdateCheckRunResponseBodyResultWriter) String added in v4.12.0

type UpdateFileRequest

type UpdateFileRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	BranchName     *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	CommitMessage  *string `json:"commitMessage,omitempty" xml:"commitMessage,omitempty"`
	Content        *string `json:"content,omitempty" xml:"content,omitempty"`
	Encoding       *string `json:"encoding,omitempty" xml:"encoding,omitempty"`
	NewPath        *string `json:"newPath,omitempty" xml:"newPath,omitempty"`
	OldPath        *string `json:"oldPath,omitempty" xml:"oldPath,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateFileRequest) GoString

func (s UpdateFileRequest) GoString() string

func (*UpdateFileRequest) SetAccessToken

func (s *UpdateFileRequest) SetAccessToken(v string) *UpdateFileRequest

func (*UpdateFileRequest) SetBranchName

func (s *UpdateFileRequest) SetBranchName(v string) *UpdateFileRequest

func (*UpdateFileRequest) SetCommitMessage

func (s *UpdateFileRequest) SetCommitMessage(v string) *UpdateFileRequest

func (*UpdateFileRequest) SetContent

func (s *UpdateFileRequest) SetContent(v string) *UpdateFileRequest

func (*UpdateFileRequest) SetEncoding

func (s *UpdateFileRequest) SetEncoding(v string) *UpdateFileRequest

func (*UpdateFileRequest) SetNewPath

func (s *UpdateFileRequest) SetNewPath(v string) *UpdateFileRequest

func (*UpdateFileRequest) SetOldPath

func (s *UpdateFileRequest) SetOldPath(v string) *UpdateFileRequest

func (*UpdateFileRequest) SetOrganizationId

func (s *UpdateFileRequest) SetOrganizationId(v string) *UpdateFileRequest

func (UpdateFileRequest) String

func (s UpdateFileRequest) String() string

type UpdateFileResponse

type UpdateFileResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateFileResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateFileResponse) GoString

func (s UpdateFileResponse) GoString() string

func (*UpdateFileResponse) SetBody

func (*UpdateFileResponse) SetHeaders

func (s *UpdateFileResponse) SetHeaders(v map[string]*string) *UpdateFileResponse

func (*UpdateFileResponse) SetStatusCode

func (s *UpdateFileResponse) SetStatusCode(v int32) *UpdateFileResponse

func (UpdateFileResponse) String

func (s UpdateFileResponse) String() string

type UpdateFileResponseBody

type UpdateFileResponseBody struct {
	ErrorCode    *string                       `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                       `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                       `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateFileResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateFileResponseBody) GoString

func (s UpdateFileResponseBody) GoString() string

func (*UpdateFileResponseBody) SetErrorCode

func (*UpdateFileResponseBody) SetErrorMessage

func (s *UpdateFileResponseBody) SetErrorMessage(v string) *UpdateFileResponseBody

func (*UpdateFileResponseBody) SetRequestId

func (*UpdateFileResponseBody) SetResult

func (*UpdateFileResponseBody) SetSuccess

func (UpdateFileResponseBody) String

func (s UpdateFileResponseBody) String() string

type UpdateFileResponseBodyResult

type UpdateFileResponseBodyResult struct {
	BranchName *string `json:"branchName,omitempty" xml:"branchName,omitempty"`
	FilePath   *string `json:"filePath,omitempty" xml:"filePath,omitempty"`
}

func (UpdateFileResponseBodyResult) GoString

func (s UpdateFileResponseBodyResult) GoString() string

func (*UpdateFileResponseBodyResult) SetBranchName

func (*UpdateFileResponseBodyResult) SetFilePath

func (UpdateFileResponseBodyResult) String

type UpdateFlowTagGroupRequest

type UpdateFlowTagGroupRequest struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateFlowTagGroupRequest) GoString

func (s UpdateFlowTagGroupRequest) GoString() string

func (*UpdateFlowTagGroupRequest) SetName

func (UpdateFlowTagGroupRequest) String

func (s UpdateFlowTagGroupRequest) String() string

type UpdateFlowTagGroupResponse

type UpdateFlowTagGroupResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateFlowTagGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateFlowTagGroupResponse) GoString

func (s UpdateFlowTagGroupResponse) GoString() string

func (*UpdateFlowTagGroupResponse) SetBody

func (*UpdateFlowTagGroupResponse) SetHeaders

func (*UpdateFlowTagGroupResponse) SetStatusCode

func (UpdateFlowTagGroupResponse) String

type UpdateFlowTagGroupResponseBody

type UpdateFlowTagGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateFlowTagGroupResponseBody) GoString

func (*UpdateFlowTagGroupResponseBody) SetErrorCode

func (*UpdateFlowTagGroupResponseBody) SetErrorMessage

func (*UpdateFlowTagGroupResponseBody) SetRequestId

func (*UpdateFlowTagGroupResponseBody) SetSuccess

func (UpdateFlowTagGroupResponseBody) String

type UpdateFlowTagRequest

type UpdateFlowTagRequest struct {
	Color          *string `json:"color,omitempty" xml:"color,omitempty"`
	FlowTagGroupId *int64  `json:"flowTagGroupId,omitempty" xml:"flowTagGroupId,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateFlowTagRequest) GoString

func (s UpdateFlowTagRequest) GoString() string

func (*UpdateFlowTagRequest) SetColor

func (*UpdateFlowTagRequest) SetFlowTagGroupId

func (s *UpdateFlowTagRequest) SetFlowTagGroupId(v int64) *UpdateFlowTagRequest

func (*UpdateFlowTagRequest) SetName

func (UpdateFlowTagRequest) String

func (s UpdateFlowTagRequest) String() string

type UpdateFlowTagResponse

type UpdateFlowTagResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateFlowTagResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateFlowTagResponse) GoString

func (s UpdateFlowTagResponse) GoString() string

func (*UpdateFlowTagResponse) SetBody

func (*UpdateFlowTagResponse) SetHeaders

func (*UpdateFlowTagResponse) SetStatusCode

func (s *UpdateFlowTagResponse) SetStatusCode(v int32) *UpdateFlowTagResponse

func (UpdateFlowTagResponse) String

func (s UpdateFlowTagResponse) String() string

type UpdateFlowTagResponseBody

type UpdateFlowTagResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateFlowTagResponseBody) GoString

func (s UpdateFlowTagResponseBody) GoString() string

func (*UpdateFlowTagResponseBody) SetErrorCode

func (*UpdateFlowTagResponseBody) SetErrorMessage

func (*UpdateFlowTagResponseBody) SetRequestId

func (*UpdateFlowTagResponseBody) SetSuccess

func (UpdateFlowTagResponseBody) String

func (s UpdateFlowTagResponseBody) String() string

type UpdateGroupMemberRequest

type UpdateGroupMemberRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AliyunPk       *string `json:"aliyunPk,omitempty" xml:"aliyunPk,omitempty"`
	AccessLevel    *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	MemberType     *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateGroupMemberRequest) GoString

func (s UpdateGroupMemberRequest) GoString() string

func (*UpdateGroupMemberRequest) SetAccessLevel

func (*UpdateGroupMemberRequest) SetAccessToken

func (*UpdateGroupMemberRequest) SetAliyunPk

func (*UpdateGroupMemberRequest) SetMemberType

func (*UpdateGroupMemberRequest) SetOrganizationId

func (s *UpdateGroupMemberRequest) SetOrganizationId(v string) *UpdateGroupMemberRequest

func (UpdateGroupMemberRequest) String

func (s UpdateGroupMemberRequest) String() string

type UpdateGroupMemberResponse

type UpdateGroupMemberResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateGroupMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateGroupMemberResponse) GoString

func (s UpdateGroupMemberResponse) GoString() string

func (*UpdateGroupMemberResponse) SetBody

func (*UpdateGroupMemberResponse) SetHeaders

func (*UpdateGroupMemberResponse) SetStatusCode

func (UpdateGroupMemberResponse) String

func (s UpdateGroupMemberResponse) String() string

type UpdateGroupMemberResponseBody

type UpdateGroupMemberResponseBody struct {
	ErrorCode    *string                              `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                              `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                              `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateGroupMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateGroupMemberResponseBody) GoString

func (*UpdateGroupMemberResponseBody) SetErrorCode

func (*UpdateGroupMemberResponseBody) SetErrorMessage

func (*UpdateGroupMemberResponseBody) SetRequestId

func (*UpdateGroupMemberResponseBody) SetSuccess

func (UpdateGroupMemberResponseBody) String

type UpdateGroupMemberResponseBodyResult

type UpdateGroupMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email       *string `json:"email,omitempty" xml:"email,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	MemberType  *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	State       *string `json:"state,omitempty" xml:"state,omitempty"`
	Username    *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (UpdateGroupMemberResponseBodyResult) GoString

func (*UpdateGroupMemberResponseBodyResult) SetAccessLevel

func (*UpdateGroupMemberResponseBodyResult) SetAvatarUrl

func (*UpdateGroupMemberResponseBodyResult) SetEmail

func (*UpdateGroupMemberResponseBodyResult) SetId

func (*UpdateGroupMemberResponseBodyResult) SetMemberType

func (*UpdateGroupMemberResponseBodyResult) SetName

func (*UpdateGroupMemberResponseBodyResult) SetSourceId

func (*UpdateGroupMemberResponseBodyResult) SetState

func (*UpdateGroupMemberResponseBodyResult) SetUsername

func (UpdateGroupMemberResponseBodyResult) String

type UpdateGroupRequest

type UpdateGroupRequest struct {
	AccessToken       *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AvatarUrl         *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	OrganizationId    *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateGroupRequest) GoString

func (s UpdateGroupRequest) GoString() string

func (*UpdateGroupRequest) SetAccessToken

func (s *UpdateGroupRequest) SetAccessToken(v string) *UpdateGroupRequest

func (*UpdateGroupRequest) SetAvatarUrl

func (s *UpdateGroupRequest) SetAvatarUrl(v string) *UpdateGroupRequest

func (*UpdateGroupRequest) SetDescription

func (s *UpdateGroupRequest) SetDescription(v string) *UpdateGroupRequest

func (*UpdateGroupRequest) SetName

func (*UpdateGroupRequest) SetOrganizationId

func (s *UpdateGroupRequest) SetOrganizationId(v string) *UpdateGroupRequest

func (*UpdateGroupRequest) SetPath

func (*UpdateGroupRequest) SetPathWithNamespace

func (s *UpdateGroupRequest) SetPathWithNamespace(v string) *UpdateGroupRequest

func (*UpdateGroupRequest) SetVisibilityLevel

func (s *UpdateGroupRequest) SetVisibilityLevel(v int32) *UpdateGroupRequest

func (UpdateGroupRequest) String

func (s UpdateGroupRequest) String() string

type UpdateGroupResponse

type UpdateGroupResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateGroupResponse) GoString

func (s UpdateGroupResponse) GoString() string

func (*UpdateGroupResponse) SetBody

func (*UpdateGroupResponse) SetHeaders

func (s *UpdateGroupResponse) SetHeaders(v map[string]*string) *UpdateGroupResponse

func (*UpdateGroupResponse) SetStatusCode

func (s *UpdateGroupResponse) SetStatusCode(v int32) *UpdateGroupResponse

func (UpdateGroupResponse) String

func (s UpdateGroupResponse) String() string

type UpdateGroupResponseBody

type UpdateGroupResponseBody struct {
	ErrorCode    *string                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateGroupResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateGroupResponseBody) GoString

func (s UpdateGroupResponseBody) GoString() string

func (*UpdateGroupResponseBody) SetErrorCode

func (*UpdateGroupResponseBody) SetErrorMessage

func (*UpdateGroupResponseBody) SetRequestId

func (*UpdateGroupResponseBody) SetResult

func (*UpdateGroupResponseBody) SetSuccess

func (UpdateGroupResponseBody) String

func (s UpdateGroupResponseBody) String() string

type UpdateGroupResponseBodyResult

type UpdateGroupResponseBodyResult struct {
	AvatarUrl         *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	Id                *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace *string `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	OwnerId           *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	ParentId          *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Path              *string `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace *string `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	Type              *string `json:"type,omitempty" xml:"type,omitempty"`
	VisibilityLevel   *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl            *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (UpdateGroupResponseBodyResult) GoString

func (*UpdateGroupResponseBodyResult) SetAvatarUrl

func (*UpdateGroupResponseBodyResult) SetDescription

func (*UpdateGroupResponseBodyResult) SetId

func (*UpdateGroupResponseBodyResult) SetName

func (*UpdateGroupResponseBodyResult) SetNameWithNamespace

func (*UpdateGroupResponseBodyResult) SetOwnerId

func (*UpdateGroupResponseBodyResult) SetParentId

func (*UpdateGroupResponseBodyResult) SetPath

func (*UpdateGroupResponseBodyResult) SetPathWithNamespace

func (*UpdateGroupResponseBodyResult) SetType

func (*UpdateGroupResponseBodyResult) SetVisibilityLevel

func (*UpdateGroupResponseBodyResult) SetWebUrl

func (UpdateGroupResponseBodyResult) String

type UpdateHostGroupRequest

type UpdateHostGroupRequest struct {
	AliyunRegion        *string `json:"aliyunRegion,omitempty" xml:"aliyunRegion,omitempty"`
	EcsLabelKey         *string `json:"ecsLabelKey,omitempty" xml:"ecsLabelKey,omitempty"`
	EcsLabelValue       *string `json:"ecsLabelValue,omitempty" xml:"ecsLabelValue,omitempty"`
	EcsType             *string `json:"ecsType,omitempty" xml:"ecsType,omitempty"`
	EnvId               *string `json:"envId,omitempty" xml:"envId,omitempty"`
	MachineInfos        *string `json:"machineInfos,omitempty" xml:"machineInfos,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	ServiceConnectionId *int64  `json:"serviceConnectionId,omitempty" xml:"serviceConnectionId,omitempty"`
	TagIds              *string `json:"tagIds,omitempty" xml:"tagIds,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (UpdateHostGroupRequest) GoString

func (s UpdateHostGroupRequest) GoString() string

func (*UpdateHostGroupRequest) SetAliyunRegion

func (s *UpdateHostGroupRequest) SetAliyunRegion(v string) *UpdateHostGroupRequest

func (*UpdateHostGroupRequest) SetEcsLabelKey

func (*UpdateHostGroupRequest) SetEcsLabelValue

func (s *UpdateHostGroupRequest) SetEcsLabelValue(v string) *UpdateHostGroupRequest

func (*UpdateHostGroupRequest) SetEcsType

func (*UpdateHostGroupRequest) SetEnvId

func (*UpdateHostGroupRequest) SetMachineInfos

func (s *UpdateHostGroupRequest) SetMachineInfos(v string) *UpdateHostGroupRequest

func (*UpdateHostGroupRequest) SetName

func (*UpdateHostGroupRequest) SetServiceConnectionId

func (s *UpdateHostGroupRequest) SetServiceConnectionId(v int64) *UpdateHostGroupRequest

func (*UpdateHostGroupRequest) SetTagIds

func (*UpdateHostGroupRequest) SetType

func (UpdateHostGroupRequest) String

func (s UpdateHostGroupRequest) String() string

type UpdateHostGroupResponse

type UpdateHostGroupResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateHostGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateHostGroupResponse) GoString

func (s UpdateHostGroupResponse) GoString() string

func (*UpdateHostGroupResponse) SetBody

func (*UpdateHostGroupResponse) SetHeaders

func (*UpdateHostGroupResponse) SetStatusCode

func (UpdateHostGroupResponse) String

func (s UpdateHostGroupResponse) String() string

type UpdateHostGroupResponseBody

type UpdateHostGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateHostGroupResponseBody) GoString

func (s UpdateHostGroupResponseBody) GoString() string

func (*UpdateHostGroupResponseBody) SetErrorCode

func (*UpdateHostGroupResponseBody) SetErrorMessage

func (*UpdateHostGroupResponseBody) SetRequestId

func (*UpdateHostGroupResponseBody) SetSuccess

func (UpdateHostGroupResponseBody) String

type UpdateMergeRequestPersonnelRequest added in v4.2.0

type UpdateMergeRequestPersonnelRequest struct {
	AccessToken    *string   `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	NewUserIdList  []*string `json:"newUserIdList,omitempty" xml:"newUserIdList,omitempty" type:"Repeated"`
	OrganizationId *string   `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateMergeRequestPersonnelRequest) GoString added in v4.2.0

func (*UpdateMergeRequestPersonnelRequest) SetAccessToken added in v4.2.0

func (*UpdateMergeRequestPersonnelRequest) SetNewUserIdList added in v4.2.0

func (*UpdateMergeRequestPersonnelRequest) SetOrganizationId added in v4.2.0

func (UpdateMergeRequestPersonnelRequest) String added in v4.2.0

type UpdateMergeRequestPersonnelResponse added in v4.2.0

type UpdateMergeRequestPersonnelResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateMergeRequestPersonnelResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateMergeRequestPersonnelResponse) GoString added in v4.2.0

func (*UpdateMergeRequestPersonnelResponse) SetBody added in v4.2.0

func (*UpdateMergeRequestPersonnelResponse) SetHeaders added in v4.2.0

func (*UpdateMergeRequestPersonnelResponse) SetStatusCode added in v4.2.0

func (UpdateMergeRequestPersonnelResponse) String added in v4.2.0

type UpdateMergeRequestPersonnelResponseBody added in v4.2.0

type UpdateMergeRequestPersonnelResponseBody struct {
	ErrorCode    *string                                        `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                        `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateMergeRequestPersonnelResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateMergeRequestPersonnelResponseBody) GoString added in v4.2.0

func (*UpdateMergeRequestPersonnelResponseBody) SetErrorCode added in v4.2.0

func (*UpdateMergeRequestPersonnelResponseBody) SetErrorMessage added in v4.2.0

func (*UpdateMergeRequestPersonnelResponseBody) SetRequestId added in v4.2.0

func (*UpdateMergeRequestPersonnelResponseBody) SetResult added in v4.2.0

func (*UpdateMergeRequestPersonnelResponseBody) SetSuccess added in v4.2.0

func (UpdateMergeRequestPersonnelResponseBody) String added in v4.2.0

type UpdateMergeRequestPersonnelResponseBodyResult added in v4.2.0

type UpdateMergeRequestPersonnelResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateMergeRequestPersonnelResponseBodyResult) GoString added in v4.2.0

func (*UpdateMergeRequestPersonnelResponseBodyResult) SetResult added in v4.2.0

func (UpdateMergeRequestPersonnelResponseBodyResult) String added in v4.2.0

type UpdateMergeRequestRequest added in v4.2.0

type UpdateMergeRequestRequest struct {
	AccessToken    *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Description    *string `json:"description,omitempty" xml:"description,omitempty"`
	Title          *string `json:"title,omitempty" xml:"title,omitempty"`
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateMergeRequestRequest) GoString added in v4.2.0

func (s UpdateMergeRequestRequest) GoString() string

func (*UpdateMergeRequestRequest) SetAccessToken added in v4.2.0

func (*UpdateMergeRequestRequest) SetDescription added in v4.2.0

func (*UpdateMergeRequestRequest) SetOrganizationId added in v4.2.0

func (*UpdateMergeRequestRequest) SetTitle added in v4.2.0

func (UpdateMergeRequestRequest) String added in v4.2.0

func (s UpdateMergeRequestRequest) String() string

type UpdateMergeRequestResponse added in v4.2.0

type UpdateMergeRequestResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateMergeRequestResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateMergeRequestResponse) GoString added in v4.2.0

func (s UpdateMergeRequestResponse) GoString() string

func (*UpdateMergeRequestResponse) SetBody added in v4.2.0

func (*UpdateMergeRequestResponse) SetHeaders added in v4.2.0

func (*UpdateMergeRequestResponse) SetStatusCode added in v4.2.0

func (UpdateMergeRequestResponse) String added in v4.2.0

type UpdateMergeRequestResponseBody added in v4.2.0

type UpdateMergeRequestResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateMergeRequestResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateMergeRequestResponseBody) GoString added in v4.2.0

func (*UpdateMergeRequestResponseBody) SetErrorCode added in v4.2.0

func (*UpdateMergeRequestResponseBody) SetErrorMessage added in v4.2.0

func (*UpdateMergeRequestResponseBody) SetRequestId added in v4.2.0

func (*UpdateMergeRequestResponseBody) SetResult added in v4.2.0

func (*UpdateMergeRequestResponseBody) SetSuccess added in v4.2.0

func (UpdateMergeRequestResponseBody) String added in v4.2.0

type UpdateMergeRequestResponseBodyResult added in v4.2.0

type UpdateMergeRequestResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateMergeRequestResponseBodyResult) GoString added in v4.2.0

func (*UpdateMergeRequestResponseBodyResult) SetResult added in v4.2.0

func (UpdateMergeRequestResponseBodyResult) String added in v4.2.0

type UpdatePipelineBaseInfoRequest

type UpdatePipelineBaseInfoRequest struct {
	EnvId        *int64  `json:"envId,omitempty" xml:"envId,omitempty"`
	PipelineName *string `json:"pipelineName,omitempty" xml:"pipelineName,omitempty"`
	TagList      *string `json:"tagList,omitempty" xml:"tagList,omitempty"`
}

func (UpdatePipelineBaseInfoRequest) GoString

func (*UpdatePipelineBaseInfoRequest) SetEnvId

func (*UpdatePipelineBaseInfoRequest) SetPipelineName

func (*UpdatePipelineBaseInfoRequest) SetTagList

func (UpdatePipelineBaseInfoRequest) String

type UpdatePipelineBaseInfoResponse

type UpdatePipelineBaseInfoResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdatePipelineBaseInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdatePipelineBaseInfoResponse) GoString

func (*UpdatePipelineBaseInfoResponse) SetHeaders

func (*UpdatePipelineBaseInfoResponse) SetStatusCode

func (UpdatePipelineBaseInfoResponse) String

type UpdatePipelineBaseInfoResponseBody

type UpdatePipelineBaseInfoResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdatePipelineBaseInfoResponseBody) GoString

func (*UpdatePipelineBaseInfoResponseBody) SetErrorCode

func (*UpdatePipelineBaseInfoResponseBody) SetErrorMessage

func (*UpdatePipelineBaseInfoResponseBody) SetRequestId

func (*UpdatePipelineBaseInfoResponseBody) SetSuccess

func (UpdatePipelineBaseInfoResponseBody) String

type UpdatePipelineGroupRequest

type UpdatePipelineGroupRequest struct {
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdatePipelineGroupRequest) GoString

func (s UpdatePipelineGroupRequest) GoString() string

func (*UpdatePipelineGroupRequest) SetName

func (UpdatePipelineGroupRequest) String

type UpdatePipelineGroupResponse

type UpdatePipelineGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdatePipelineGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdatePipelineGroupResponse) GoString

func (s UpdatePipelineGroupResponse) GoString() string

func (*UpdatePipelineGroupResponse) SetBody

func (*UpdatePipelineGroupResponse) SetHeaders

func (*UpdatePipelineGroupResponse) SetStatusCode

func (UpdatePipelineGroupResponse) String

type UpdatePipelineGroupResponseBody

type UpdatePipelineGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdatePipelineGroupResponseBody) GoString

func (*UpdatePipelineGroupResponseBody) SetErrorCode

func (*UpdatePipelineGroupResponseBody) SetErrorMessage

func (*UpdatePipelineGroupResponseBody) SetRequestId

func (*UpdatePipelineGroupResponseBody) SetSuccess

func (UpdatePipelineGroupResponseBody) String

type UpdatePipelineRequest

type UpdatePipelineRequest struct {
	Content    *string `json:"content,omitempty" xml:"content,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	PipelineId *string `json:"pipelineId,omitempty" xml:"pipelineId,omitempty"`
}

func (UpdatePipelineRequest) GoString

func (s UpdatePipelineRequest) GoString() string

func (*UpdatePipelineRequest) SetContent

func (*UpdatePipelineRequest) SetName

func (*UpdatePipelineRequest) SetPipelineId

func (s *UpdatePipelineRequest) SetPipelineId(v string) *UpdatePipelineRequest

func (UpdatePipelineRequest) String

func (s UpdatePipelineRequest) String() string

type UpdatePipelineResponse

type UpdatePipelineResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdatePipelineResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdatePipelineResponse) GoString

func (s UpdatePipelineResponse) GoString() string

func (*UpdatePipelineResponse) SetBody

func (*UpdatePipelineResponse) SetHeaders

func (*UpdatePipelineResponse) SetStatusCode

func (UpdatePipelineResponse) String

func (s UpdatePipelineResponse) String() string

type UpdatePipelineResponseBody

type UpdatePipelineResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdatePipelineResponseBody) GoString

func (s UpdatePipelineResponseBody) GoString() string

func (*UpdatePipelineResponseBody) SetErrorCode

func (*UpdatePipelineResponseBody) SetErrorMessage

func (*UpdatePipelineResponseBody) SetRequestId

func (*UpdatePipelineResponseBody) SetSuccess

func (UpdatePipelineResponseBody) String

type UpdateProjectFieldRequest added in v4.1.0

type UpdateProjectFieldRequest struct {
	StatusIdentifier            *string                                                 `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	UpdateBasicFieldRequestList []*UpdateProjectFieldRequestUpdateBasicFieldRequestList `json:"updateBasicFieldRequestList,omitempty" xml:"updateBasicFieldRequestList,omitempty" type:"Repeated"`
	UpdateForOpenApiList        []*UpdateProjectFieldRequestUpdateForOpenApiList        `json:"updateForOpenApiList,omitempty" xml:"updateForOpenApiList,omitempty" type:"Repeated"`
}

func (UpdateProjectFieldRequest) GoString added in v4.1.0

func (s UpdateProjectFieldRequest) GoString() string

func (*UpdateProjectFieldRequest) SetStatusIdentifier added in v4.1.0

func (s *UpdateProjectFieldRequest) SetStatusIdentifier(v string) *UpdateProjectFieldRequest

func (*UpdateProjectFieldRequest) SetUpdateBasicFieldRequestList added in v4.1.0

func (*UpdateProjectFieldRequest) SetUpdateForOpenApiList added in v4.1.0

func (UpdateProjectFieldRequest) String added in v4.1.0

func (s UpdateProjectFieldRequest) String() string

type UpdateProjectFieldRequestUpdateBasicFieldRequestList added in v4.1.0

type UpdateProjectFieldRequestUpdateBasicFieldRequestList struct {
	PropertyKey   *string `json:"propertyKey,omitempty" xml:"propertyKey,omitempty"`
	PropertyValue *string `json:"propertyValue,omitempty" xml:"propertyValue,omitempty"`
}

func (UpdateProjectFieldRequestUpdateBasicFieldRequestList) GoString added in v4.1.0

func (*UpdateProjectFieldRequestUpdateBasicFieldRequestList) SetPropertyKey added in v4.1.0

func (*UpdateProjectFieldRequestUpdateBasicFieldRequestList) SetPropertyValue added in v4.1.0

func (UpdateProjectFieldRequestUpdateBasicFieldRequestList) String added in v4.1.0

type UpdateProjectFieldRequestUpdateForOpenApiList added in v4.1.0

type UpdateProjectFieldRequestUpdateForOpenApiList struct {
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	Value           *string `json:"value,omitempty" xml:"value,omitempty"`
}

func (UpdateProjectFieldRequestUpdateForOpenApiList) GoString added in v4.1.0

func (*UpdateProjectFieldRequestUpdateForOpenApiList) SetFieldIdentifier added in v4.1.0

func (*UpdateProjectFieldRequestUpdateForOpenApiList) SetValue added in v4.1.0

func (UpdateProjectFieldRequestUpdateForOpenApiList) String added in v4.1.0

type UpdateProjectFieldResponse added in v4.1.0

type UpdateProjectFieldResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateProjectFieldResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateProjectFieldResponse) GoString added in v4.1.0

func (s UpdateProjectFieldResponse) GoString() string

func (*UpdateProjectFieldResponse) SetBody added in v4.1.0

func (*UpdateProjectFieldResponse) SetHeaders added in v4.1.0

func (*UpdateProjectFieldResponse) SetStatusCode added in v4.1.0

func (UpdateProjectFieldResponse) String added in v4.1.0

type UpdateProjectFieldResponseBody added in v4.1.0

type UpdateProjectFieldResponseBody struct {
	ErrorCode    *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	Project      *UpdateProjectFieldResponseBodyProject `json:"project,omitempty" xml:"project,omitempty" type:"Struct"`
	RequestId    *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	// true/false
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateProjectFieldResponseBody) GoString added in v4.1.0

func (*UpdateProjectFieldResponseBody) SetErrorCode added in v4.1.0

func (*UpdateProjectFieldResponseBody) SetErrorMessage added in v4.1.0

func (*UpdateProjectFieldResponseBody) SetProject added in v4.1.0

func (*UpdateProjectFieldResponseBody) SetRequestId added in v4.1.0

func (*UpdateProjectFieldResponseBody) SetSuccess added in v4.1.0

func (UpdateProjectFieldResponseBody) String added in v4.1.0

type UpdateProjectFieldResponseBodyProject added in v4.1.0

type UpdateProjectFieldResponseBodyProject struct {
	Category               *string                                           `json:"category,omitempty" xml:"category,omitempty"`
	CategoryIdentifier     *string                                           `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string                                           `json:"creator,omitempty" xml:"creator,omitempty"`
	CustomCode             *string                                           `json:"customCode,omitempty" xml:"customCode,omitempty"`
	Description            *string                                           `json:"description,omitempty" xml:"description,omitempty"`
	FieldList              []*UpdateProjectFieldResponseBodyProjectFieldList `json:"fieldList,omitempty" xml:"fieldList,omitempty" type:"Repeated"`
	GmtCreate              *int64                                            `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64                                            `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Icon                   *string                                           `json:"icon,omitempty" xml:"icon,omitempty"`
	IconBig                *string                                           `json:"iconBig,omitempty" xml:"iconBig,omitempty"`
	IconGroup              *string                                           `json:"iconGroup,omitempty" xml:"iconGroup,omitempty"`
	IconSmall              *string                                           `json:"iconSmall,omitempty" xml:"iconSmall,omitempty"`
	Id                     *string                                           `json:"id,omitempty" xml:"id,omitempty"`
	Identifier             *string                                           `json:"identifier,omitempty" xml:"identifier,omitempty"`
	IdentifierPath         *string                                           `json:"identifierPath,omitempty" xml:"identifierPath,omitempty"`
	LogicalStatus          *string                                           `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string                                           `json:"modifier,omitempty" xml:"modifier,omitempty"`
	Name                   *string                                           `json:"name,omitempty" xml:"name,omitempty"`
	OrganizationIdentifier *string                                           `json:"organizationIdentifier,omitempty" xml:"organizationIdentifier,omitempty"`
	ParentIdentifier       *string                                           `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	Scope                  *string                                           `json:"scope,omitempty" xml:"scope,omitempty"`
	StatusIdentifier       *string                                           `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusName             *string                                           `json:"statusName,omitempty" xml:"statusName,omitempty"`
	StatusStageIdentifier  *string                                           `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	SubType                *string                                           `json:"subType,omitempty" xml:"subType,omitempty"`
	TypeIdentifier         *string                                           `json:"typeIdentifier,omitempty" xml:"typeIdentifier,omitempty"`
}

func (UpdateProjectFieldResponseBodyProject) GoString added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetCategory added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetCategoryIdentifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetCreator added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetCustomCode added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetDescription added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetFieldList added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetGmtCreate added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetGmtModified added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetIcon added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetIconBig added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetIconGroup added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetIconSmall added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetId added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetIdentifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetIdentifierPath added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetLogicalStatus added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetModifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetName added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetOrganizationIdentifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetParentIdentifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetScope added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetStatusIdentifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetStatusName added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetStatusStageIdentifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetSubType added in v4.1.0

func (*UpdateProjectFieldResponseBodyProject) SetTypeIdentifier added in v4.1.0

func (UpdateProjectFieldResponseBodyProject) String added in v4.1.0

type UpdateProjectFieldResponseBodyProjectFieldList added in v4.1.0

type UpdateProjectFieldResponseBodyProjectFieldList struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Identifier  *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Value       *string `json:"value,omitempty" xml:"value,omitempty"`
	ValueType   *string `json:"valueType,omitempty" xml:"valueType,omitempty"`
}

func (UpdateProjectFieldResponseBodyProjectFieldList) GoString added in v4.1.0

func (*UpdateProjectFieldResponseBodyProjectFieldList) SetDisplayName added in v4.1.0

func (*UpdateProjectFieldResponseBodyProjectFieldList) SetIdentifier added in v4.1.0

func (*UpdateProjectFieldResponseBodyProjectFieldList) SetValue added in v4.1.0

func (*UpdateProjectFieldResponseBodyProjectFieldList) SetValueType added in v4.1.0

func (UpdateProjectFieldResponseBodyProjectFieldList) String added in v4.1.0

type UpdateProjectLabelRequest added in v4.8.0

type UpdateProjectLabelRequest struct {
	AccessToken        *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	Color              *string `json:"color,omitempty" xml:"color,omitempty"`
	Description        *string `json:"description,omitempty" xml:"description,omitempty"`
	Name               *string `json:"name,omitempty" xml:"name,omitempty"`
	OrganizationId     *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	RepositoryIdentity *string `json:"repositoryIdentity,omitempty" xml:"repositoryIdentity,omitempty"`
}

func (UpdateProjectLabelRequest) GoString added in v4.8.0

func (s UpdateProjectLabelRequest) GoString() string

func (*UpdateProjectLabelRequest) SetAccessToken added in v4.8.0

func (*UpdateProjectLabelRequest) SetColor added in v4.8.0

func (*UpdateProjectLabelRequest) SetDescription added in v4.8.0

func (*UpdateProjectLabelRequest) SetName added in v4.8.0

func (*UpdateProjectLabelRequest) SetOrganizationId added in v4.8.0

func (*UpdateProjectLabelRequest) SetRepositoryIdentity added in v4.8.0

func (s *UpdateProjectLabelRequest) SetRepositoryIdentity(v string) *UpdateProjectLabelRequest

func (UpdateProjectLabelRequest) String added in v4.8.0

func (s UpdateProjectLabelRequest) String() string

type UpdateProjectLabelResponse added in v4.8.0

type UpdateProjectLabelResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateProjectLabelResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateProjectLabelResponse) GoString added in v4.8.0

func (s UpdateProjectLabelResponse) GoString() string

func (*UpdateProjectLabelResponse) SetBody added in v4.8.0

func (*UpdateProjectLabelResponse) SetHeaders added in v4.8.0

func (*UpdateProjectLabelResponse) SetStatusCode added in v4.8.0

func (UpdateProjectLabelResponse) String added in v4.8.0

type UpdateProjectLabelResponseBody added in v4.8.0

type UpdateProjectLabelResponseBody struct {
	ErrorCode    *string                               `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                               `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateProjectLabelResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateProjectLabelResponseBody) GoString added in v4.8.0

func (*UpdateProjectLabelResponseBody) SetErrorCode added in v4.8.0

func (*UpdateProjectLabelResponseBody) SetErrorMessage added in v4.8.0

func (*UpdateProjectLabelResponseBody) SetRequestId added in v4.8.0

func (*UpdateProjectLabelResponseBody) SetResult added in v4.8.0

func (*UpdateProjectLabelResponseBody) SetSuccess added in v4.8.0

func (UpdateProjectLabelResponseBody) String added in v4.8.0

type UpdateProjectLabelResponseBodyResult added in v4.8.0

type UpdateProjectLabelResponseBodyResult struct {
	Color       *string `json:"color,omitempty" xml:"color,omitempty"`
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateProjectLabelResponseBodyResult) GoString added in v4.8.0

func (*UpdateProjectLabelResponseBodyResult) SetColor added in v4.8.0

func (*UpdateProjectLabelResponseBodyResult) SetDescription added in v4.8.0

func (*UpdateProjectLabelResponseBodyResult) SetId added in v4.8.0

func (*UpdateProjectLabelResponseBodyResult) SetName added in v4.8.0

func (UpdateProjectLabelResponseBodyResult) String added in v4.8.0

type UpdateProjectMemberRequest

type UpdateProjectMemberRequest struct {
	RoleIdentifier   *string `json:"roleIdentifier,omitempty" xml:"roleIdentifier,omitempty"`
	TargetIdentifier *string `json:"targetIdentifier,omitempty" xml:"targetIdentifier,omitempty"`
	TargetType       *string `json:"targetType,omitempty" xml:"targetType,omitempty"`
	UserIdentifier   *string `json:"userIdentifier,omitempty" xml:"userIdentifier,omitempty"`
	UserType         *string `json:"userType,omitempty" xml:"userType,omitempty"`
}

func (UpdateProjectMemberRequest) GoString

func (s UpdateProjectMemberRequest) GoString() string

func (*UpdateProjectMemberRequest) SetRoleIdentifier

func (*UpdateProjectMemberRequest) SetTargetIdentifier

func (*UpdateProjectMemberRequest) SetTargetType

func (*UpdateProjectMemberRequest) SetUserIdentifier

func (*UpdateProjectMemberRequest) SetUserType

func (UpdateProjectMemberRequest) String

type UpdateProjectMemberResponse

type UpdateProjectMemberResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateProjectMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateProjectMemberResponse) GoString

func (s UpdateProjectMemberResponse) GoString() string

func (*UpdateProjectMemberResponse) SetBody

func (*UpdateProjectMemberResponse) SetHeaders

func (*UpdateProjectMemberResponse) SetStatusCode

func (UpdateProjectMemberResponse) String

type UpdateProjectMemberResponseBody

type UpdateProjectMemberResponseBody struct {
	ErrorCode *string                                `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Member    *UpdateProjectMemberResponseBodyMember `json:"member,omitempty" xml:"member,omitempty" type:"Struct"`
	RequestId *string                                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                  `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateProjectMemberResponseBody) GoString

func (*UpdateProjectMemberResponseBody) SetErrorCode

func (*UpdateProjectMemberResponseBody) SetErrorMsg

func (*UpdateProjectMemberResponseBody) SetRequestId

func (*UpdateProjectMemberResponseBody) SetSuccess

func (UpdateProjectMemberResponseBody) String

type UpdateProjectMemberResponseBodyMember

type UpdateProjectMemberResponseBodyMember struct {
	GmtCreate        *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified      *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id               *string `json:"id,omitempty" xml:"id,omitempty"`
	RoleIdentifier   *string `json:"roleIdentifier,omitempty" xml:"roleIdentifier,omitempty"`
	TargetIdentifier *string `json:"targetIdentifier,omitempty" xml:"targetIdentifier,omitempty"`
	TargetType       *string `json:"targetType,omitempty" xml:"targetType,omitempty"`
	UserIdentifier   *string `json:"userIdentifier,omitempty" xml:"userIdentifier,omitempty"`
	UserType         *string `json:"userType,omitempty" xml:"userType,omitempty"`
}

func (UpdateProjectMemberResponseBodyMember) GoString

func (*UpdateProjectMemberResponseBodyMember) SetGmtCreate

func (*UpdateProjectMemberResponseBodyMember) SetGmtModified

func (*UpdateProjectMemberResponseBodyMember) SetId

func (*UpdateProjectMemberResponseBodyMember) SetRoleIdentifier

func (*UpdateProjectMemberResponseBodyMember) SetTargetIdentifier

func (*UpdateProjectMemberResponseBodyMember) SetTargetType

func (*UpdateProjectMemberResponseBodyMember) SetUserIdentifier

func (*UpdateProjectMemberResponseBodyMember) SetUserType

func (UpdateProjectMemberResponseBodyMember) String

type UpdateProtectedBranchesRequest

type UpdateProtectedBranchesRequest struct {
	AccessToken         *string                                            `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AllowMergeRoles     []*int32                                           `json:"allowMergeRoles,omitempty" xml:"allowMergeRoles,omitempty" type:"Repeated"`
	AllowMergeUserIds   []*string                                          `json:"allowMergeUserIds,omitempty" xml:"allowMergeUserIds,omitempty" type:"Repeated"`
	AllowPushRoles      []*int32                                           `json:"allowPushRoles,omitempty" xml:"allowPushRoles,omitempty" type:"Repeated"`
	AllowPushUserIds    []*string                                          `json:"allowPushUserIds,omitempty" xml:"allowPushUserIds,omitempty" type:"Repeated"`
	Branch              *string                                            `json:"branch,omitempty" xml:"branch,omitempty"`
	Id                  *int64                                             `json:"id,omitempty" xml:"id,omitempty"`
	MergeRequestSetting *UpdateProtectedBranchesRequestMergeRequestSetting `json:"mergeRequestSetting,omitempty" xml:"mergeRequestSetting,omitempty" type:"Struct"`
	TestSettingDTO      *UpdateProtectedBranchesRequestTestSettingDTO      `json:"testSettingDTO,omitempty" xml:"testSettingDTO,omitempty" type:"Struct"`
	OrganizationId      *string                                            `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateProtectedBranchesRequest) GoString

func (*UpdateProtectedBranchesRequest) SetAccessToken

func (*UpdateProtectedBranchesRequest) SetAllowMergeRoles

func (*UpdateProtectedBranchesRequest) SetAllowMergeUserIds

func (*UpdateProtectedBranchesRequest) SetAllowPushRoles

func (*UpdateProtectedBranchesRequest) SetAllowPushUserIds

func (*UpdateProtectedBranchesRequest) SetBranch

func (*UpdateProtectedBranchesRequest) SetId

func (*UpdateProtectedBranchesRequest) SetOrganizationId

func (UpdateProtectedBranchesRequest) String

type UpdateProtectedBranchesRequestMergeRequestSetting

type UpdateProtectedBranchesRequestMergeRequestSetting struct {
	AllowMergeRequestRoles       []*int32  `json:"allowMergeRequestRoles,omitempty" xml:"allowMergeRequestRoles,omitempty" type:"Repeated"`
	DefaultAssignees             []*string `json:"defaultAssignees,omitempty" xml:"defaultAssignees,omitempty" type:"Repeated"`
	IsAllowSelfApproval          *bool     `json:"isAllowSelfApproval,omitempty" xml:"isAllowSelfApproval,omitempty"`
	IsRequireDiscussionProcessed *bool     `json:"isRequireDiscussionProcessed,omitempty" xml:"isRequireDiscussionProcessed,omitempty"`
	IsRequired                   *bool     `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	IsResetApprovalWhenNewPush   *bool     `json:"isResetApprovalWhenNewPush,omitempty" xml:"isResetApprovalWhenNewPush,omitempty"`
	MinimumApproval              *int32    `json:"minimumApproval,omitempty" xml:"minimumApproval,omitempty"`
	MrMode                       *string   `json:"mrMode,omitempty" xml:"mrMode,omitempty"`
	WhiteList                    *string   `json:"whiteList,omitempty" xml:"whiteList,omitempty"`
}

func (UpdateProtectedBranchesRequestMergeRequestSetting) GoString

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetAllowMergeRequestRoles

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetDefaultAssignees

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetIsAllowSelfApproval

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetIsRequireDiscussionProcessed

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetIsRequired

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetIsResetApprovalWhenNewPush

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetMinimumApproval

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetMrMode

func (*UpdateProtectedBranchesRequestMergeRequestSetting) SetWhiteList

func (UpdateProtectedBranchesRequestMergeRequestSetting) String

type UpdateProtectedBranchesRequestTestSettingDTO

type UpdateProtectedBranchesRequestTestSettingDTO struct {
	CheckConfig             *UpdateProtectedBranchesRequestTestSettingDTOCheckConfig             `json:"checkConfig,omitempty" xml:"checkConfig,omitempty" type:"Struct"`
	CheckTaskQualityConfig  *UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig  `json:"checkTaskQualityConfig,omitempty" xml:"checkTaskQualityConfig,omitempty" type:"Struct"`
	CodeGuidelinesDetection *UpdateProtectedBranchesRequestTestSettingDTOCodeGuidelinesDetection `json:"codeGuidelinesDetection,omitempty" xml:"codeGuidelinesDetection,omitempty" type:"Struct"`
	IsRequired              *bool                                                                `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	SensitiveInfoDetection  *UpdateProtectedBranchesRequestTestSettingDTOSensitiveInfoDetection  `json:"sensitiveInfoDetection,omitempty" xml:"sensitiveInfoDetection,omitempty" type:"Struct"`
}

func (UpdateProtectedBranchesRequestTestSettingDTO) GoString

func (*UpdateProtectedBranchesRequestTestSettingDTO) SetIsRequired

func (UpdateProtectedBranchesRequestTestSettingDTO) String

type UpdateProtectedBranchesRequestTestSettingDTOCheckConfig

type UpdateProtectedBranchesRequestTestSettingDTOCheckConfig struct {
	CheckItems []*UpdateProtectedBranchesRequestTestSettingDTOCheckConfigCheckItems `json:"checkItems,omitempty" xml:"checkItems,omitempty" type:"Repeated"`
}

func (UpdateProtectedBranchesRequestTestSettingDTOCheckConfig) GoString

func (UpdateProtectedBranchesRequestTestSettingDTOCheckConfig) String

type UpdateProtectedBranchesRequestTestSettingDTOCheckConfigCheckItems

type UpdateProtectedBranchesRequestTestSettingDTOCheckConfigCheckItems struct {
	IsRequired *bool   `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateProtectedBranchesRequestTestSettingDTOCheckConfigCheckItems) GoString

func (*UpdateProtectedBranchesRequestTestSettingDTOCheckConfigCheckItems) SetIsRequired

func (*UpdateProtectedBranchesRequestTestSettingDTOCheckConfigCheckItems) SetName

func (UpdateProtectedBranchesRequestTestSettingDTOCheckConfigCheckItems) String

type UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig

type UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig struct {
	BizNo    *string `json:"bizNo,omitempty" xml:"bizNo,omitempty"`
	Enabled  *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message  *string `json:"message,omitempty" xml:"message,omitempty"`
	TaskName *string `json:"taskName,omitempty" xml:"taskName,omitempty"`
}

func (UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig) GoString

func (*UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig) SetBizNo

func (*UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig) SetEnabled

func (*UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig) SetMessage

func (*UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig) SetTaskName

func (UpdateProtectedBranchesRequestTestSettingDTOCheckTaskQualityConfig) String

type UpdateProtectedBranchesRequestTestSettingDTOCodeGuidelinesDetection

type UpdateProtectedBranchesRequestTestSettingDTOCodeGuidelinesDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (UpdateProtectedBranchesRequestTestSettingDTOCodeGuidelinesDetection) GoString

func (*UpdateProtectedBranchesRequestTestSettingDTOCodeGuidelinesDetection) SetEnabled

func (*UpdateProtectedBranchesRequestTestSettingDTOCodeGuidelinesDetection) SetMessage

func (UpdateProtectedBranchesRequestTestSettingDTOCodeGuidelinesDetection) String

type UpdateProtectedBranchesRequestTestSettingDTOSensitiveInfoDetection

type UpdateProtectedBranchesRequestTestSettingDTOSensitiveInfoDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (UpdateProtectedBranchesRequestTestSettingDTOSensitiveInfoDetection) GoString

func (*UpdateProtectedBranchesRequestTestSettingDTOSensitiveInfoDetection) SetEnabled

func (*UpdateProtectedBranchesRequestTestSettingDTOSensitiveInfoDetection) SetMessage

func (UpdateProtectedBranchesRequestTestSettingDTOSensitiveInfoDetection) String

type UpdateProtectedBranchesResponse

type UpdateProtectedBranchesResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateProtectedBranchesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateProtectedBranchesResponse) GoString

func (*UpdateProtectedBranchesResponse) SetHeaders

func (*UpdateProtectedBranchesResponse) SetStatusCode

func (UpdateProtectedBranchesResponse) String

type UpdateProtectedBranchesResponseBody

type UpdateProtectedBranchesResponseBody struct {
	ErrorCode    *string                                    `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                    `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateProtectedBranchesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                      `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateProtectedBranchesResponseBody) GoString

func (*UpdateProtectedBranchesResponseBody) SetErrorCode

func (*UpdateProtectedBranchesResponseBody) SetErrorMessage

func (*UpdateProtectedBranchesResponseBody) SetRequestId

func (*UpdateProtectedBranchesResponseBody) SetSuccess

func (UpdateProtectedBranchesResponseBody) String

type UpdateProtectedBranchesResponseBodyResult

type UpdateProtectedBranchesResponseBodyResult struct {
	AllowMergeRoles     []*int32                                                      `json:"allowMergeRoles,omitempty" xml:"allowMergeRoles,omitempty" type:"Repeated"`
	AllowMergeUserIds   []*int64                                                      `json:"allowMergeUserIds,omitempty" xml:"allowMergeUserIds,omitempty" type:"Repeated"`
	AllowPushRoles      []*int32                                                      `json:"allowPushRoles,omitempty" xml:"allowPushRoles,omitempty" type:"Repeated"`
	AllowPushUserIds    []*int64                                                      `json:"allowPushUserIds,omitempty" xml:"allowPushUserIds,omitempty" type:"Repeated"`
	Branch              *string                                                       `json:"branch,omitempty" xml:"branch,omitempty"`
	Id                  *int64                                                        `json:"id,omitempty" xml:"id,omitempty"`
	MergeRequestSetting *UpdateProtectedBranchesResponseBodyResultMergeRequestSetting `json:"mergeRequestSetting,omitempty" xml:"mergeRequestSetting,omitempty" type:"Struct"`
	TestSettingDTO      *UpdateProtectedBranchesResponseBodyResultTestSettingDTO      `json:"testSettingDTO,omitempty" xml:"testSettingDTO,omitempty" type:"Struct"`
}

func (UpdateProtectedBranchesResponseBodyResult) GoString

func (*UpdateProtectedBranchesResponseBodyResult) SetAllowMergeRoles

func (*UpdateProtectedBranchesResponseBodyResult) SetAllowMergeUserIds

func (*UpdateProtectedBranchesResponseBodyResult) SetAllowPushRoles

func (*UpdateProtectedBranchesResponseBodyResult) SetAllowPushUserIds

func (*UpdateProtectedBranchesResponseBodyResult) SetBranch

func (*UpdateProtectedBranchesResponseBodyResult) SetId

func (UpdateProtectedBranchesResponseBodyResult) String

type UpdateProtectedBranchesResponseBodyResultMergeRequestSetting

type UpdateProtectedBranchesResponseBodyResultMergeRequestSetting struct {
	AllowMergeRequestRoles       []*int32  `json:"allowMergeRequestRoles,omitempty" xml:"allowMergeRequestRoles,omitempty" type:"Repeated"`
	DefaultAssignees             []*string `json:"defaultAssignees,omitempty" xml:"defaultAssignees,omitempty" type:"Repeated"`
	IsAllowSelfApproval          *bool     `json:"isAllowSelfApproval,omitempty" xml:"isAllowSelfApproval,omitempty"`
	IsRequireDiscussionProcessed *bool     `json:"isRequireDiscussionProcessed,omitempty" xml:"isRequireDiscussionProcessed,omitempty"`
	IsRequired                   *bool     `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	IsResetApprovalWhenNewPush   *bool     `json:"isResetApprovalWhenNewPush,omitempty" xml:"isResetApprovalWhenNewPush,omitempty"`
	MinimumApproval              *int32    `json:"minimumApproval,omitempty" xml:"minimumApproval,omitempty"`
	MrMode                       *string   `json:"mrMode,omitempty" xml:"mrMode,omitempty"`
	WhiteList                    *string   `json:"whiteList,omitempty" xml:"whiteList,omitempty"`
}

func (UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) GoString

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetAllowMergeRequestRoles

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetDefaultAssignees

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsAllowSelfApproval

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsRequireDiscussionProcessed

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsRequired

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetIsResetApprovalWhenNewPush

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetMinimumApproval

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetMrMode

func (*UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) SetWhiteList

func (UpdateProtectedBranchesResponseBodyResultMergeRequestSetting) String

type UpdateProtectedBranchesResponseBodyResultTestSettingDTO

type UpdateProtectedBranchesResponseBodyResultTestSettingDTO struct {
	CheckConfig             *UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig             `json:"checkConfig,omitempty" xml:"checkConfig,omitempty" type:"Struct"`
	CheckTaskQualityConfig  *UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig  `json:"checkTaskQualityConfig,omitempty" xml:"checkTaskQualityConfig,omitempty" type:"Struct"`
	CodeGuidelinesDetection *UpdateProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection `json:"codeGuidelinesDetection,omitempty" xml:"codeGuidelinesDetection,omitempty" type:"Struct"`
	IsRequired              *bool                                                                           `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	SensitiveInfoDetection  *UpdateProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection  `json:"sensitiveInfoDetection,omitempty" xml:"sensitiveInfoDetection,omitempty" type:"Struct"`
}

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTO) GoString

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTO) SetIsRequired

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTO) String

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig struct {
	CheckItems []*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems `json:"checkItems,omitempty" xml:"checkItems,omitempty" type:"Repeated"`
}

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig) GoString

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfig) String

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems struct {
	IsRequired *bool   `json:"isRequired,omitempty" xml:"isRequired,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) GoString

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) SetIsRequired

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) SetName

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckConfigCheckItems) String

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig struct {
	BizNo    *string `json:"bizNo,omitempty" xml:"bizNo,omitempty"`
	Enabled  *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message  *string `json:"message,omitempty" xml:"message,omitempty"`
	TaskName *string `json:"taskName,omitempty" xml:"taskName,omitempty"`
}

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) GoString

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetBizNo

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetEnabled

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetMessage

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) SetTaskName

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCheckTaskQualityConfig) String

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) GoString

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) SetEnabled

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) SetMessage

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOCodeGuidelinesDetection) String

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection

type UpdateProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection struct {
	Enabled *bool   `json:"enabled,omitempty" xml:"enabled,omitempty"`
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
}

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) GoString

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) SetEnabled

func (*UpdateProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) SetMessage

func (UpdateProtectedBranchesResponseBodyResultTestSettingDTOSensitiveInfoDetection) String

type UpdatePushReviewOnOffRequest

type UpdatePushReviewOnOffRequest struct {
	OrganizationId *string `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
	TrunkMode      *bool   `json:"trunkMode,omitempty" xml:"trunkMode,omitempty"`
}

func (UpdatePushReviewOnOffRequest) GoString

func (s UpdatePushReviewOnOffRequest) GoString() string

func (*UpdatePushReviewOnOffRequest) SetOrganizationId

func (*UpdatePushReviewOnOffRequest) SetTrunkMode

func (UpdatePushReviewOnOffRequest) String

type UpdatePushReviewOnOffResponse

type UpdatePushReviewOnOffResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdatePushReviewOnOffResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdatePushReviewOnOffResponse) GoString

func (*UpdatePushReviewOnOffResponse) SetBody

func (*UpdatePushReviewOnOffResponse) SetHeaders

func (*UpdatePushReviewOnOffResponse) SetStatusCode

func (UpdatePushReviewOnOffResponse) String

type UpdatePushReviewOnOffResponseBody

type UpdatePushReviewOnOffResponseBody struct {
	ErrorCode    *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                  `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdatePushReviewOnOffResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdatePushReviewOnOffResponseBody) GoString

func (*UpdatePushReviewOnOffResponseBody) SetErrorCode

func (*UpdatePushReviewOnOffResponseBody) SetErrorMessage

func (*UpdatePushReviewOnOffResponseBody) SetRequestId

func (*UpdatePushReviewOnOffResponseBody) SetSuccess

func (UpdatePushReviewOnOffResponseBody) String

type UpdatePushReviewOnOffResponseBodyResult

type UpdatePushReviewOnOffResponseBodyResult struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdatePushReviewOnOffResponseBodyResult) GoString

func (*UpdatePushReviewOnOffResponseBodyResult) SetResult

func (UpdatePushReviewOnOffResponseBodyResult) String

type UpdatePushRuleRequest added in v4.3.0

type UpdatePushRuleRequest struct {
	AccessToken    *string                           `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	RuleInfos      []*UpdatePushRuleRequestRuleInfos `json:"ruleInfos,omitempty" xml:"ruleInfos,omitempty" type:"Repeated"`
	OrganizationId *string                           `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdatePushRuleRequest) GoString added in v4.3.0

func (s UpdatePushRuleRequest) GoString() string

func (*UpdatePushRuleRequest) SetAccessToken added in v4.3.0

func (s *UpdatePushRuleRequest) SetAccessToken(v string) *UpdatePushRuleRequest

func (*UpdatePushRuleRequest) SetOrganizationId added in v4.3.0

func (s *UpdatePushRuleRequest) SetOrganizationId(v string) *UpdatePushRuleRequest

func (*UpdatePushRuleRequest) SetRuleInfos added in v4.3.0

func (UpdatePushRuleRequest) String added in v4.3.0

func (s UpdatePushRuleRequest) String() string

type UpdatePushRuleRequestRuleInfos added in v4.3.0

type UpdatePushRuleRequestRuleInfos struct {
	CheckerName     *string   `json:"checkerName,omitempty" xml:"checkerName,omitempty"`
	CheckerType     *string   `json:"checkerType,omitempty" xml:"checkerType,omitempty"`
	ExtraMessage    *string   `json:"extraMessage,omitempty" xml:"extraMessage,omitempty"`
	FileRuleRegexes []*string `json:"fileRuleRegexes,omitempty" xml:"fileRuleRegexes,omitempty" type:"Repeated"`
}

func (UpdatePushRuleRequestRuleInfos) GoString added in v4.3.0

func (*UpdatePushRuleRequestRuleInfos) SetCheckerName added in v4.3.0

func (*UpdatePushRuleRequestRuleInfos) SetCheckerType added in v4.3.0

func (*UpdatePushRuleRequestRuleInfos) SetExtraMessage added in v4.3.0

func (*UpdatePushRuleRequestRuleInfos) SetFileRuleRegexes added in v4.3.0

func (UpdatePushRuleRequestRuleInfos) String added in v4.3.0

type UpdatePushRuleResponse added in v4.3.0

type UpdatePushRuleResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdatePushRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdatePushRuleResponse) GoString added in v4.3.0

func (s UpdatePushRuleResponse) GoString() string

func (*UpdatePushRuleResponse) SetBody added in v4.3.0

func (*UpdatePushRuleResponse) SetHeaders added in v4.3.0

func (*UpdatePushRuleResponse) SetStatusCode added in v4.3.0

func (UpdatePushRuleResponse) String added in v4.3.0

func (s UpdatePushRuleResponse) String() string

type UpdatePushRuleResponseBody added in v4.3.0

type UpdatePushRuleResponseBody struct {
	ErrorCode    *string                           `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                           `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdatePushRuleResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                             `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdatePushRuleResponseBody) GoString added in v4.3.0

func (s UpdatePushRuleResponseBody) GoString() string

func (*UpdatePushRuleResponseBody) SetErrorCode added in v4.3.0

func (*UpdatePushRuleResponseBody) SetErrorMessage added in v4.3.0

func (*UpdatePushRuleResponseBody) SetRequestId added in v4.3.0

func (*UpdatePushRuleResponseBody) SetResult added in v4.3.0

func (*UpdatePushRuleResponseBody) SetSuccess added in v4.3.0

func (UpdatePushRuleResponseBody) String added in v4.3.0

type UpdatePushRuleResponseBodyResult added in v4.3.0

type UpdatePushRuleResponseBodyResult struct {
	GmtCreate   *string                                      `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified *string                                      `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Id          *int64                                       `json:"id,omitempty" xml:"id,omitempty"`
	RuleInfos   []*UpdatePushRuleResponseBodyResultRuleInfos `json:"ruleInfos,omitempty" xml:"ruleInfos,omitempty" type:"Repeated"`
}

func (UpdatePushRuleResponseBodyResult) GoString added in v4.3.0

func (*UpdatePushRuleResponseBodyResult) SetGmtCreate added in v4.3.0

func (*UpdatePushRuleResponseBodyResult) SetGmtModified added in v4.3.0

func (*UpdatePushRuleResponseBodyResult) SetId added in v4.3.0

func (*UpdatePushRuleResponseBodyResult) SetRuleInfos added in v4.3.0

func (UpdatePushRuleResponseBodyResult) String added in v4.3.0

type UpdatePushRuleResponseBodyResultRuleInfos added in v4.3.0

type UpdatePushRuleResponseBodyResultRuleInfos struct {
	CheckerName     *string   `json:"checkerName,omitempty" xml:"checkerName,omitempty"`
	CheckerType     *string   `json:"checkerType,omitempty" xml:"checkerType,omitempty"`
	ExtraMessage    *string   `json:"extraMessage,omitempty" xml:"extraMessage,omitempty"`
	FileRuleRegexes []*string `json:"fileRuleRegexes,omitempty" xml:"fileRuleRegexes,omitempty" type:"Repeated"`
}

func (UpdatePushRuleResponseBodyResultRuleInfos) GoString added in v4.3.0

func (*UpdatePushRuleResponseBodyResultRuleInfos) SetCheckerName added in v4.3.0

func (*UpdatePushRuleResponseBodyResultRuleInfos) SetCheckerType added in v4.3.0

func (*UpdatePushRuleResponseBodyResultRuleInfos) SetExtraMessage added in v4.3.0

func (*UpdatePushRuleResponseBodyResultRuleInfos) SetFileRuleRegexes added in v4.3.0

func (UpdatePushRuleResponseBodyResultRuleInfos) String added in v4.3.0

type UpdateRepositoryMemberRequest

type UpdateRepositoryMemberRequest struct {
	AccessToken    *string                                      `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AccessLevel    *int32                                       `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	ExpireAt       *string                                      `json:"expireAt,omitempty" xml:"expireAt,omitempty"`
	MemberType     *string                                      `json:"memberType,omitempty" xml:"memberType,omitempty"`
	RelatedId      *string                                      `json:"relatedId,omitempty" xml:"relatedId,omitempty"`
	RelatedInfos   []*UpdateRepositoryMemberRequestRelatedInfos `json:"relatedInfos,omitempty" xml:"relatedInfos,omitempty" type:"Repeated"`
	OrganizationId *string                                      `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateRepositoryMemberRequest) GoString

func (*UpdateRepositoryMemberRequest) SetAccessLevel

func (*UpdateRepositoryMemberRequest) SetAccessToken

func (*UpdateRepositoryMemberRequest) SetExpireAt

func (*UpdateRepositoryMemberRequest) SetMemberType

func (*UpdateRepositoryMemberRequest) SetOrganizationId

func (*UpdateRepositoryMemberRequest) SetRelatedId

func (UpdateRepositoryMemberRequest) String

type UpdateRepositoryMemberRequestRelatedInfos

type UpdateRepositoryMemberRequestRelatedInfos struct {
	RelatedId  *string `json:"relatedId,omitempty" xml:"relatedId,omitempty"`
	SourceId   *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	SourceType *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"`
}

func (UpdateRepositoryMemberRequestRelatedInfos) GoString

func (*UpdateRepositoryMemberRequestRelatedInfos) SetRelatedId

func (*UpdateRepositoryMemberRequestRelatedInfos) SetSourceId

func (*UpdateRepositoryMemberRequestRelatedInfos) SetSourceType

func (UpdateRepositoryMemberRequestRelatedInfos) String

type UpdateRepositoryMemberResponse

type UpdateRepositoryMemberResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateRepositoryMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateRepositoryMemberResponse) GoString

func (*UpdateRepositoryMemberResponse) SetHeaders

func (*UpdateRepositoryMemberResponse) SetStatusCode

func (UpdateRepositoryMemberResponse) String

type UpdateRepositoryMemberResponseBody

type UpdateRepositoryMemberResponseBody struct {
	ErrorCode    *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                                   `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateRepositoryMemberResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                                     `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateRepositoryMemberResponseBody) GoString

func (*UpdateRepositoryMemberResponseBody) SetErrorCode

func (*UpdateRepositoryMemberResponseBody) SetErrorMessage

func (*UpdateRepositoryMemberResponseBody) SetRequestId

func (*UpdateRepositoryMemberResponseBody) SetSuccess

func (UpdateRepositoryMemberResponseBody) String

type UpdateRepositoryMemberResponseBodyResult

type UpdateRepositoryMemberResponseBodyResult struct {
	AccessLevel *int32  `json:"accessLevel,omitempty" xml:"accessLevel,omitempty"`
	AvatarUrl   *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Email       *string `json:"email,omitempty" xml:"email,omitempty"`
	ExpireAt    *string `json:"expireAt,omitempty" xml:"expireAt,omitempty"`
	Id          *int64  `json:"id,omitempty" xml:"id,omitempty"`
	MemberName  *string `json:"memberName,omitempty" xml:"memberName,omitempty"`
	MemberType  *string `json:"memberType,omitempty" xml:"memberType,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	SourceId    *int64  `json:"sourceId,omitempty" xml:"sourceId,omitempty"`
	SourceType  *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"`
	State       *string `json:"state,omitempty" xml:"state,omitempty"`
	Username    *string `json:"username,omitempty" xml:"username,omitempty"`
	// web url
	WebUrl *string `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
}

func (UpdateRepositoryMemberResponseBodyResult) GoString

func (*UpdateRepositoryMemberResponseBodyResult) SetAccessLevel

func (*UpdateRepositoryMemberResponseBodyResult) SetAvatarUrl

func (*UpdateRepositoryMemberResponseBodyResult) SetEmail

func (*UpdateRepositoryMemberResponseBodyResult) SetExpireAt

func (*UpdateRepositoryMemberResponseBodyResult) SetId

func (*UpdateRepositoryMemberResponseBodyResult) SetMemberName

func (*UpdateRepositoryMemberResponseBodyResult) SetMemberType

func (*UpdateRepositoryMemberResponseBodyResult) SetName

func (*UpdateRepositoryMemberResponseBodyResult) SetSourceId

func (*UpdateRepositoryMemberResponseBodyResult) SetSourceType

func (*UpdateRepositoryMemberResponseBodyResult) SetState

func (*UpdateRepositoryMemberResponseBodyResult) SetUsername

func (*UpdateRepositoryMemberResponseBodyResult) SetWebUrl

func (UpdateRepositoryMemberResponseBodyResult) String

type UpdateRepositoryRequest

type UpdateRepositoryRequest struct {
	AccessToken                    *string                                                  `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AdminSettingLanguage           *string                                                  `json:"adminSettingLanguage,omitempty" xml:"adminSettingLanguage,omitempty"`
	Avatar                         *string                                                  `json:"avatar,omitempty" xml:"avatar,omitempty"`
	BuildsEnabled                  *bool                                                    `json:"buildsEnabled,omitempty" xml:"buildsEnabled,omitempty"`
	CheckEmail                     *bool                                                    `json:"checkEmail,omitempty" xml:"checkEmail,omitempty"`
	DefaultBranch                  *string                                                  `json:"defaultBranch,omitempty" xml:"defaultBranch,omitempty"`
	Description                    *string                                                  `json:"description,omitempty" xml:"description,omitempty"`
	Id                             *int64                                                   `json:"id,omitempty" xml:"id,omitempty"`
	IssuesEnabled                  *bool                                                    `json:"issuesEnabled,omitempty" xml:"issuesEnabled,omitempty"`
	MergeRequestsEnabled           *bool                                                    `json:"mergeRequestsEnabled,omitempty" xml:"mergeRequestsEnabled,omitempty"`
	Name                           *string                                                  `json:"name,omitempty" xml:"name,omitempty"`
	OpenCloneDownloadControl       *bool                                                    `json:"openCloneDownloadControl,omitempty" xml:"openCloneDownloadControl,omitempty"`
	Path                           *string                                                  `json:"path,omitempty" xml:"path,omitempty"`
	ProjectCloneDownloadMethodList []*UpdateRepositoryRequestProjectCloneDownloadMethodList `json:"projectCloneDownloadMethodList,omitempty" xml:"projectCloneDownloadMethodList,omitempty" type:"Repeated"`
	ProjectCloneDownloadRoleList   []*UpdateRepositoryRequestProjectCloneDownloadRoleList   `json:"projectCloneDownloadRoleList,omitempty" xml:"projectCloneDownloadRoleList,omitempty" type:"Repeated"`
	SnippetsEnabled                *bool                                                    `json:"snippetsEnabled,omitempty" xml:"snippetsEnabled,omitempty"`
	VisibilityLevel                *int32                                                   `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WikiEnabled                    *bool                                                    `json:"wikiEnabled,omitempty" xml:"wikiEnabled,omitempty"`
	OrganizationId                 *string                                                  `json:"organizationId,omitempty" xml:"organizationId,omitempty"`
}

func (UpdateRepositoryRequest) GoString

func (s UpdateRepositoryRequest) GoString() string

func (*UpdateRepositoryRequest) SetAccessToken

func (*UpdateRepositoryRequest) SetAdminSettingLanguage

func (s *UpdateRepositoryRequest) SetAdminSettingLanguage(v string) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetAvatar

func (*UpdateRepositoryRequest) SetBuildsEnabled

func (s *UpdateRepositoryRequest) SetBuildsEnabled(v bool) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetCheckEmail

func (*UpdateRepositoryRequest) SetDefaultBranch

func (s *UpdateRepositoryRequest) SetDefaultBranch(v string) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetDescription

func (*UpdateRepositoryRequest) SetId

func (*UpdateRepositoryRequest) SetIssuesEnabled

func (s *UpdateRepositoryRequest) SetIssuesEnabled(v bool) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetMergeRequestsEnabled

func (s *UpdateRepositoryRequest) SetMergeRequestsEnabled(v bool) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetName

func (*UpdateRepositoryRequest) SetOpenCloneDownloadControl

func (s *UpdateRepositoryRequest) SetOpenCloneDownloadControl(v bool) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetOrganizationId

func (s *UpdateRepositoryRequest) SetOrganizationId(v string) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetPath

func (*UpdateRepositoryRequest) SetProjectCloneDownloadRoleList

func (*UpdateRepositoryRequest) SetSnippetsEnabled

func (s *UpdateRepositoryRequest) SetSnippetsEnabled(v bool) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetVisibilityLevel

func (s *UpdateRepositoryRequest) SetVisibilityLevel(v int32) *UpdateRepositoryRequest

func (*UpdateRepositoryRequest) SetWikiEnabled

func (UpdateRepositoryRequest) String

func (s UpdateRepositoryRequest) String() string

type UpdateRepositoryRequestProjectCloneDownloadMethodList

type UpdateRepositoryRequestProjectCloneDownloadMethodList struct {
	Allowed        *bool   `json:"allowed,omitempty" xml:"allowed,omitempty"`
	PermissionCode *string `json:"permissionCode,omitempty" xml:"permissionCode,omitempty"`
}

func (UpdateRepositoryRequestProjectCloneDownloadMethodList) GoString

func (*UpdateRepositoryRequestProjectCloneDownloadMethodList) SetAllowed

func (*UpdateRepositoryRequestProjectCloneDownloadMethodList) SetPermissionCode

func (UpdateRepositoryRequestProjectCloneDownloadMethodList) String

type UpdateRepositoryRequestProjectCloneDownloadRoleList

type UpdateRepositoryRequestProjectCloneDownloadRoleList struct {
	Allowed  *bool  `json:"allowed,omitempty" xml:"allowed,omitempty"`
	RoleCode *int32 `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (UpdateRepositoryRequestProjectCloneDownloadRoleList) GoString

func (*UpdateRepositoryRequestProjectCloneDownloadRoleList) SetAllowed

func (*UpdateRepositoryRequestProjectCloneDownloadRoleList) SetRoleCode

func (UpdateRepositoryRequestProjectCloneDownloadRoleList) String

type UpdateRepositoryResponse

type UpdateRepositoryResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateRepositoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateRepositoryResponse) GoString

func (s UpdateRepositoryResponse) GoString() string

func (*UpdateRepositoryResponse) SetBody

func (*UpdateRepositoryResponse) SetHeaders

func (*UpdateRepositoryResponse) SetStatusCode

func (UpdateRepositoryResponse) String

func (s UpdateRepositoryResponse) String() string

type UpdateRepositoryResponseBody

type UpdateRepositoryResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result       *UpdateRepositoryResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateRepositoryResponseBody) GoString

func (s UpdateRepositoryResponseBody) GoString() string

func (*UpdateRepositoryResponseBody) SetErrorCode

func (*UpdateRepositoryResponseBody) SetErrorMessage

func (*UpdateRepositoryResponseBody) SetRequestId

func (*UpdateRepositoryResponseBody) SetResult

func (*UpdateRepositoryResponseBody) SetSuccess

func (UpdateRepositoryResponseBody) String

type UpdateRepositoryResponseBodyResult

type UpdateRepositoryResponseBodyResult struct {
	Archived             *bool                                        `json:"archived,omitempty" xml:"archived,omitempty"`
	AvatarUrl            *string                                      `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	BuildsEnabled        *bool                                        `json:"buildsEnabled,omitempty" xml:"buildsEnabled,omitempty"`
	CreatedAt            *string                                      `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	CreatorId            *int64                                       `json:"creatorId,omitempty" xml:"creatorId,omitempty"`
	DefaultBranch        *string                                      `json:"defaultBranch,omitempty" xml:"defaultBranch,omitempty"`
	Description          *string                                      `json:"description,omitempty" xml:"description,omitempty"`
	HttpUrlToRepo        *string                                      `json:"httpUrlToRepo,omitempty" xml:"httpUrlToRepo,omitempty"`
	Id                   *int64                                       `json:"id,omitempty" xml:"id,omitempty"`
	IssuesEnabled        *bool                                        `json:"issuesEnabled,omitempty" xml:"issuesEnabled,omitempty"`
	LastActivityAt       *string                                      `json:"lastActivityAt,omitempty" xml:"lastActivityAt,omitempty"`
	MergeRequestsEnabled *bool                                        `json:"mergeRequestsEnabled,omitempty" xml:"mergeRequestsEnabled,omitempty"`
	Name                 *string                                      `json:"name,omitempty" xml:"name,omitempty"`
	NameWithNamespace    *string                                      `json:"nameWithNamespace,omitempty" xml:"nameWithNamespace,omitempty"`
	Namespace            *UpdateRepositoryResponseBodyResultNamespace `json:"namespace,omitempty" xml:"namespace,omitempty" type:"Struct"`
	Path                 *string                                      `json:"path,omitempty" xml:"path,omitempty"`
	PathWithNamespace    *string                                      `json:"pathWithNamespace,omitempty" xml:"pathWithNamespace,omitempty"`
	SnippetsEnabled      *bool                                        `json:"snippetsEnabled,omitempty" xml:"snippetsEnabled,omitempty"`
	SshUrlToRepo         *string                                      `json:"sshUrlToRepo,omitempty" xml:"sshUrlToRepo,omitempty"`
	VisibilityLevel      *int32                                       `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
	WebUrl               *string                                      `json:"webUrl,omitempty" xml:"webUrl,omitempty"`
	WikiEnabled          *bool                                        `json:"wikiEnabled,omitempty" xml:"wikiEnabled,omitempty"`
}

func (UpdateRepositoryResponseBodyResult) GoString

func (*UpdateRepositoryResponseBodyResult) SetArchived

func (*UpdateRepositoryResponseBodyResult) SetAvatarUrl

func (*UpdateRepositoryResponseBodyResult) SetBuildsEnabled

func (*UpdateRepositoryResponseBodyResult) SetCreatedAt

func (*UpdateRepositoryResponseBodyResult) SetCreatorId

func (*UpdateRepositoryResponseBodyResult) SetDefaultBranch

func (*UpdateRepositoryResponseBodyResult) SetDescription

func (*UpdateRepositoryResponseBodyResult) SetHttpUrlToRepo

func (*UpdateRepositoryResponseBodyResult) SetId

func (*UpdateRepositoryResponseBodyResult) SetIssuesEnabled

func (*UpdateRepositoryResponseBodyResult) SetLastActivityAt

func (*UpdateRepositoryResponseBodyResult) SetMergeRequestsEnabled

func (*UpdateRepositoryResponseBodyResult) SetName

func (*UpdateRepositoryResponseBodyResult) SetNameWithNamespace

func (*UpdateRepositoryResponseBodyResult) SetPath

func (*UpdateRepositoryResponseBodyResult) SetPathWithNamespace

func (*UpdateRepositoryResponseBodyResult) SetSnippetsEnabled

func (*UpdateRepositoryResponseBodyResult) SetSshUrlToRepo

func (*UpdateRepositoryResponseBodyResult) SetVisibilityLevel

func (*UpdateRepositoryResponseBodyResult) SetWebUrl

func (*UpdateRepositoryResponseBodyResult) SetWikiEnabled

func (UpdateRepositoryResponseBodyResult) String

type UpdateRepositoryResponseBodyResultNamespace

type UpdateRepositoryResponseBodyResultNamespace struct {
	Avatar          *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	CreatedAt       *string `json:"createdAt,omitempty" xml:"createdAt,omitempty"`
	Description     *string `json:"description,omitempty" xml:"description,omitempty"`
	Id              *int64  `json:"id,omitempty" xml:"id,omitempty"`
	Name            *string `json:"name,omitempty" xml:"name,omitempty"`
	OwnerId         *int64  `json:"ownerId,omitempty" xml:"ownerId,omitempty"`
	Path            *string `json:"path,omitempty" xml:"path,omitempty"`
	UpdatedAt       *string `json:"updatedAt,omitempty" xml:"updatedAt,omitempty"`
	VisibilityLevel *int32  `json:"visibilityLevel,omitempty" xml:"visibilityLevel,omitempty"`
}

func (UpdateRepositoryResponseBodyResultNamespace) GoString

func (*UpdateRepositoryResponseBodyResultNamespace) SetAvatar

func (*UpdateRepositoryResponseBodyResultNamespace) SetCreatedAt

func (*UpdateRepositoryResponseBodyResultNamespace) SetDescription

func (*UpdateRepositoryResponseBodyResultNamespace) SetId

func (*UpdateRepositoryResponseBodyResultNamespace) SetName

func (*UpdateRepositoryResponseBodyResultNamespace) SetOwnerId

func (*UpdateRepositoryResponseBodyResultNamespace) SetPath

func (*UpdateRepositoryResponseBodyResultNamespace) SetUpdatedAt

func (*UpdateRepositoryResponseBodyResultNamespace) SetVisibilityLevel

func (UpdateRepositoryResponseBodyResultNamespace) String

type UpdateResourceMemberRequest

type UpdateResourceMemberRequest struct {
	RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
}

func (UpdateResourceMemberRequest) GoString

func (s UpdateResourceMemberRequest) GoString() string

func (*UpdateResourceMemberRequest) SetRoleName

func (UpdateResourceMemberRequest) String

type UpdateResourceMemberResponse

type UpdateResourceMemberResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateResourceMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateResourceMemberResponse) GoString

func (s UpdateResourceMemberResponse) GoString() string

func (*UpdateResourceMemberResponse) SetBody

func (*UpdateResourceMemberResponse) SetHeaders

func (*UpdateResourceMemberResponse) SetStatusCode

func (UpdateResourceMemberResponse) String

type UpdateResourceMemberResponseBody

type UpdateResourceMemberResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateResourceMemberResponseBody) GoString

func (*UpdateResourceMemberResponseBody) SetErrorCode

func (*UpdateResourceMemberResponseBody) SetErrorMessage

func (*UpdateResourceMemberResponseBody) SetRequestId

func (*UpdateResourceMemberResponseBody) SetSuccess

func (UpdateResourceMemberResponseBody) String

type UpdateTestCaseRequest

type UpdateTestCaseRequest struct {
	UpdateWorkitemPropertyRequest []*UpdateTestCaseRequestUpdateWorkitemPropertyRequest `json:"updateWorkitemPropertyRequest,omitempty" xml:"updateWorkitemPropertyRequest,omitempty" type:"Repeated"`
}

func (UpdateTestCaseRequest) GoString

func (s UpdateTestCaseRequest) GoString() string

func (*UpdateTestCaseRequest) SetUpdateWorkitemPropertyRequest

func (UpdateTestCaseRequest) String

func (s UpdateTestCaseRequest) String() string

type UpdateTestCaseRequestUpdateWorkitemPropertyRequest

type UpdateTestCaseRequestUpdateWorkitemPropertyRequest struct {
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	FieldValue      *string `json:"fieldValue,omitempty" xml:"fieldValue,omitempty"`
}

func (UpdateTestCaseRequestUpdateWorkitemPropertyRequest) GoString

func (*UpdateTestCaseRequestUpdateWorkitemPropertyRequest) SetFieldIdentifier

func (*UpdateTestCaseRequestUpdateWorkitemPropertyRequest) SetFieldValue

func (UpdateTestCaseRequestUpdateWorkitemPropertyRequest) String

type UpdateTestCaseResponse

type UpdateTestCaseResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateTestCaseResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateTestCaseResponse) GoString

func (s UpdateTestCaseResponse) GoString() string

func (*UpdateTestCaseResponse) SetBody

func (*UpdateTestCaseResponse) SetHeaders

func (*UpdateTestCaseResponse) SetStatusCode

func (UpdateTestCaseResponse) String

func (s UpdateTestCaseResponse) String() string

type UpdateTestCaseResponseBody

type UpdateTestCaseResponseBody struct {
	Testcase  *UpdateTestCaseResponseBodyTestcase `json:"Testcase,omitempty" xml:"Testcase,omitempty" type:"Struct"`
	ErrorCode *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                             `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateTestCaseResponseBody) GoString

func (s UpdateTestCaseResponseBody) GoString() string

func (*UpdateTestCaseResponseBody) SetErrorCode

func (*UpdateTestCaseResponseBody) SetErrorMsg

func (*UpdateTestCaseResponseBody) SetRequestId

func (*UpdateTestCaseResponseBody) SetSuccess

func (*UpdateTestCaseResponseBody) SetTestcase

func (UpdateTestCaseResponseBody) String

type UpdateTestCaseResponseBodyTestcase

type UpdateTestCaseResponseBodyTestcase struct {
	AssignedTo         *UpdateTestCaseResponseBodyTestcaseAssignedTo `json:"assignedTo,omitempty" xml:"assignedTo,omitempty" type:"Struct"`
	CategoryIdentifier *string                                       `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator            *UpdateTestCaseResponseBodyTestcaseCreator    `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	DetailInfo         *UpdateTestCaseResponseBodyTestcaseDetailInfo `json:"detailInfo,omitempty" xml:"detailInfo,omitempty" type:"Struct"`
	Directory          *UpdateTestCaseResponseBodyTestcaseDirectory  `json:"directory,omitempty" xml:"directory,omitempty" type:"Struct"`
	Identifier         *string                                       `json:"identifier,omitempty" xml:"identifier,omitempty"`
	Modifier           *UpdateTestCaseResponseBodyTestcaseModifier   `json:"modifier,omitempty" xml:"modifier,omitempty" type:"Struct"`
	SpaceIdentifier    *string                                       `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceType          *string                                       `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	Subject            *string                                       `json:"subject,omitempty" xml:"subject,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcase) GoString

func (*UpdateTestCaseResponseBodyTestcase) SetCategoryIdentifier

func (*UpdateTestCaseResponseBodyTestcase) SetIdentifier

func (*UpdateTestCaseResponseBodyTestcase) SetSpaceIdentifier

func (*UpdateTestCaseResponseBodyTestcase) SetSpaceType

func (*UpdateTestCaseResponseBodyTestcase) SetSubject

func (UpdateTestCaseResponseBodyTestcase) String

type UpdateTestCaseResponseBodyTestcaseAssignedTo

type UpdateTestCaseResponseBodyTestcaseAssignedTo struct {
	AssignIdentifier *string `json:"assignIdentifier,omitempty" xml:"assignIdentifier,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
	TbRoleId         *string `json:"tbRoleId,omitempty" xml:"tbRoleId,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcaseAssignedTo) GoString

func (*UpdateTestCaseResponseBodyTestcaseAssignedTo) SetAssignIdentifier

func (*UpdateTestCaseResponseBodyTestcaseAssignedTo) SetName

func (*UpdateTestCaseResponseBodyTestcaseAssignedTo) SetTbRoleId

func (UpdateTestCaseResponseBodyTestcaseAssignedTo) String

type UpdateTestCaseResponseBodyTestcaseCreator

type UpdateTestCaseResponseBodyTestcaseCreator struct {
	CreateIdentifier *string `json:"createIdentifier,omitempty" xml:"createIdentifier,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcaseCreator) GoString

func (*UpdateTestCaseResponseBodyTestcaseCreator) SetCreateIdentifier

func (*UpdateTestCaseResponseBodyTestcaseCreator) SetName

func (UpdateTestCaseResponseBodyTestcaseCreator) String

type UpdateTestCaseResponseBodyTestcaseDetailInfo

type UpdateTestCaseResponseBodyTestcaseDetailInfo struct {
	ExpectedResult *UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult `json:"expectedResult,omitempty" xml:"expectedResult,omitempty" type:"Struct"`
	Precondition   *UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition   `json:"precondition,omitempty" xml:"precondition,omitempty" type:"Struct"`
	StepContent    *UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent    `json:"stepContent,omitempty" xml:"stepContent,omitempty" type:"Struct"`
	StepType       *string                                                     `json:"stepType,omitempty" xml:"stepType,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcaseDetailInfo) GoString

func (*UpdateTestCaseResponseBodyTestcaseDetailInfo) SetStepType

func (UpdateTestCaseResponseBodyTestcaseDetailInfo) String

type UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult

type UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult struct {
	ExpectContent     *string `json:"expectContent,omitempty" xml:"expectContent,omitempty"`
	ExpectContentType *string `json:"expectContentType,omitempty" xml:"expectContentType,omitempty"`
	ExpectIdentifier  *string `json:"expectIdentifier,omitempty" xml:"expectIdentifier,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) GoString

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) SetExpectContent

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) SetExpectContentType

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) SetExpectIdentifier

func (UpdateTestCaseResponseBodyTestcaseDetailInfoExpectedResult) String

type UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition

type UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition struct {
	PreContent     *string `json:"preContent,omitempty" xml:"preContent,omitempty"`
	PreContentType *string `json:"preContentType,omitempty" xml:"preContentType,omitempty"`
	PreIdentifier  *string `json:"preIdentifier,omitempty" xml:"preIdentifier,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition) GoString

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition) SetPreContent

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition) SetPreContentType

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition) SetPreIdentifier

func (UpdateTestCaseResponseBodyTestcaseDetailInfoPrecondition) String

type UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent

type UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent struct {
	StepContent     *string `json:"stepContent,omitempty" xml:"stepContent,omitempty"`
	StepContentType *string `json:"stepContentType,omitempty" xml:"stepContentType,omitempty"`
	StepIdentifier  *string `json:"stepIdentifier,omitempty" xml:"stepIdentifier,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent) GoString

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent) SetStepContent

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent) SetStepContentType

func (*UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent) SetStepIdentifier

func (UpdateTestCaseResponseBodyTestcaseDetailInfoStepContent) String

type UpdateTestCaseResponseBodyTestcaseDirectory

type UpdateTestCaseResponseBodyTestcaseDirectory struct {
	ChildIdentifier     *string   `json:"childIdentifier,omitempty" xml:"childIdentifier,omitempty"`
	DirectoryIdentifier *string   `json:"directoryIdentifier,omitempty" xml:"directoryIdentifier,omitempty"`
	Name                *string   `json:"name,omitempty" xml:"name,omitempty"`
	PathName            []*string `json:"pathName,omitempty" xml:"pathName,omitempty" type:"Repeated"`
}

func (UpdateTestCaseResponseBodyTestcaseDirectory) GoString

func (*UpdateTestCaseResponseBodyTestcaseDirectory) SetChildIdentifier

func (*UpdateTestCaseResponseBodyTestcaseDirectory) SetDirectoryIdentifier

func (*UpdateTestCaseResponseBodyTestcaseDirectory) SetName

func (*UpdateTestCaseResponseBodyTestcaseDirectory) SetPathName

func (UpdateTestCaseResponseBodyTestcaseDirectory) String

type UpdateTestCaseResponseBodyTestcaseModifier

type UpdateTestCaseResponseBodyTestcaseModifier struct {
	ModifyIdentifier *string `json:"modifyIdentifier,omitempty" xml:"modifyIdentifier,omitempty"`
	Name             *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateTestCaseResponseBodyTestcaseModifier) GoString

func (*UpdateTestCaseResponseBodyTestcaseModifier) SetModifyIdentifier

func (*UpdateTestCaseResponseBodyTestcaseModifier) SetName

func (UpdateTestCaseResponseBodyTestcaseModifier) String

type UpdateTestResultRequest

type UpdateTestResultRequest struct {
	Executor *string `json:"executor,omitempty" xml:"executor,omitempty"`
	Status   *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (UpdateTestResultRequest) GoString

func (s UpdateTestResultRequest) GoString() string

func (*UpdateTestResultRequest) SetExecutor

func (*UpdateTestResultRequest) SetStatus

func (UpdateTestResultRequest) String

func (s UpdateTestResultRequest) String() string

type UpdateTestResultResponse

type UpdateTestResultResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateTestResultResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateTestResultResponse) GoString

func (s UpdateTestResultResponse) GoString() string

func (*UpdateTestResultResponse) SetBody

func (*UpdateTestResultResponse) SetHeaders

func (*UpdateTestResultResponse) SetStatusCode

func (UpdateTestResultResponse) String

func (s UpdateTestResultResponse) String() string

type UpdateTestResultResponseBody

type UpdateTestResultResponseBody struct {
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateTestResultResponseBody) GoString

func (s UpdateTestResultResponseBody) GoString() string

func (*UpdateTestResultResponseBody) SetErrorCode

func (*UpdateTestResultResponseBody) SetErrorMsg

func (*UpdateTestResultResponseBody) SetRequestId

func (*UpdateTestResultResponseBody) SetSuccess

func (UpdateTestResultResponseBody) String

type UpdateVariableGroupRequest

type UpdateVariableGroupRequest struct {
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	Variables   *string `json:"variables,omitempty" xml:"variables,omitempty"`
}

func (UpdateVariableGroupRequest) GoString

func (s UpdateVariableGroupRequest) GoString() string

func (*UpdateVariableGroupRequest) SetDescription

func (*UpdateVariableGroupRequest) SetName

func (*UpdateVariableGroupRequest) SetVariables

func (UpdateVariableGroupRequest) String

type UpdateVariableGroupResponse

type UpdateVariableGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateVariableGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateVariableGroupResponse) GoString

func (s UpdateVariableGroupResponse) GoString() string

func (*UpdateVariableGroupResponse) SetBody

func (*UpdateVariableGroupResponse) SetHeaders

func (*UpdateVariableGroupResponse) SetStatusCode

func (UpdateVariableGroupResponse) String

type UpdateVariableGroupResponseBody

type UpdateVariableGroupResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateVariableGroupResponseBody) GoString

func (*UpdateVariableGroupResponseBody) SetErrorCode

func (*UpdateVariableGroupResponseBody) SetErrorMessage

func (*UpdateVariableGroupResponseBody) SetRequestId

func (*UpdateVariableGroupResponseBody) SetSuccess

func (UpdateVariableGroupResponseBody) String

type UpdateWorkItemRequest

type UpdateWorkItemRequest struct {
	FieldType     *string `json:"fieldType,omitempty" xml:"fieldType,omitempty"`
	Identifier    *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	PropertyKey   *string `json:"propertyKey,omitempty" xml:"propertyKey,omitempty"`
	PropertyValue *string `json:"propertyValue,omitempty" xml:"propertyValue,omitempty"`
}

func (UpdateWorkItemRequest) GoString

func (s UpdateWorkItemRequest) GoString() string

func (*UpdateWorkItemRequest) SetFieldType

func (*UpdateWorkItemRequest) SetIdentifier

func (s *UpdateWorkItemRequest) SetIdentifier(v string) *UpdateWorkItemRequest

func (*UpdateWorkItemRequest) SetPropertyKey

func (s *UpdateWorkItemRequest) SetPropertyKey(v string) *UpdateWorkItemRequest

func (*UpdateWorkItemRequest) SetPropertyValue

func (s *UpdateWorkItemRequest) SetPropertyValue(v string) *UpdateWorkItemRequest

func (UpdateWorkItemRequest) String

func (s UpdateWorkItemRequest) String() string

type UpdateWorkItemResponse

type UpdateWorkItemResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateWorkItemResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateWorkItemResponse) GoString

func (s UpdateWorkItemResponse) GoString() string

func (*UpdateWorkItemResponse) SetBody

func (*UpdateWorkItemResponse) SetHeaders

func (*UpdateWorkItemResponse) SetStatusCode

func (UpdateWorkItemResponse) String

func (s UpdateWorkItemResponse) String() string

type UpdateWorkItemResponseBody

type UpdateWorkItemResponseBody struct {
	ErrorCode    *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string                             `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *bool                               `json:"success,omitempty" xml:"success,omitempty"`
	Workitem     *UpdateWorkItemResponseBodyWorkitem `json:"workitem,omitempty" xml:"workitem,omitempty" type:"Struct"`
}

func (UpdateWorkItemResponseBody) GoString

func (s UpdateWorkItemResponseBody) GoString() string

func (*UpdateWorkItemResponseBody) SetErrorCode

func (*UpdateWorkItemResponseBody) SetErrorMessage

func (*UpdateWorkItemResponseBody) SetRequestId

func (*UpdateWorkItemResponseBody) SetSuccess

func (*UpdateWorkItemResponseBody) SetWorkitem

func (UpdateWorkItemResponseBody) String

type UpdateWorkItemResponseBodyWorkitem

type UpdateWorkItemResponseBodyWorkitem struct {
	AssignedTo             *string `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	CategoryIdentifier     *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Document               *string `json:"document,omitempty" xml:"document,omitempty"`
	DocumentFormat         *string `json:"documentFormat,omitempty" xml:"documentFormat,omitempty"`
	GmtCreate              *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier             *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	LogicalStatus          *string `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ParentIdentifier       *string `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	SerialNumber           *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
	SpaceIdentifier        *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceName              *string `json:"spaceName,omitempty" xml:"spaceName,omitempty"`
	SpaceType              *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	SprintIdentifier       *string `json:"sprintIdentifier,omitempty" xml:"sprintIdentifier,omitempty"`
	Status                 *string `json:"status,omitempty" xml:"status,omitempty"`
	StatusIdentifier       *string `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusStageIdentifier  *string `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	Subject                *string `json:"subject,omitempty" xml:"subject,omitempty"`
	UpdateStatusAt         *int64  `json:"updateStatusAt,omitempty" xml:"updateStatusAt,omitempty"`
	WorkitemTypeIdentifier *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (UpdateWorkItemResponseBodyWorkitem) GoString

func (*UpdateWorkItemResponseBodyWorkitem) SetAssignedTo

func (*UpdateWorkItemResponseBodyWorkitem) SetCategoryIdentifier

func (*UpdateWorkItemResponseBodyWorkitem) SetCreator

func (*UpdateWorkItemResponseBodyWorkitem) SetDocument

func (*UpdateWorkItemResponseBodyWorkitem) SetDocumentFormat added in v4.18.4

func (*UpdateWorkItemResponseBodyWorkitem) SetGmtCreate

func (*UpdateWorkItemResponseBodyWorkitem) SetGmtModified

func (*UpdateWorkItemResponseBodyWorkitem) SetIdentifier

func (*UpdateWorkItemResponseBodyWorkitem) SetLogicalStatus

func (*UpdateWorkItemResponseBodyWorkitem) SetModifier

func (*UpdateWorkItemResponseBodyWorkitem) SetParentIdentifier

func (*UpdateWorkItemResponseBodyWorkitem) SetSerialNumber

func (*UpdateWorkItemResponseBodyWorkitem) SetSpaceIdentifier

func (*UpdateWorkItemResponseBodyWorkitem) SetSpaceName

func (*UpdateWorkItemResponseBodyWorkitem) SetSpaceType

func (*UpdateWorkItemResponseBodyWorkitem) SetSprintIdentifier

func (*UpdateWorkItemResponseBodyWorkitem) SetStatus

func (*UpdateWorkItemResponseBodyWorkitem) SetStatusIdentifier

func (*UpdateWorkItemResponseBodyWorkitem) SetStatusStageIdentifier

func (*UpdateWorkItemResponseBodyWorkitem) SetSubject

func (*UpdateWorkItemResponseBodyWorkitem) SetUpdateStatusAt

func (*UpdateWorkItemResponseBodyWorkitem) SetWorkitemTypeIdentifier

func (UpdateWorkItemResponseBodyWorkitem) String

type UpdateWorkitemCommentRequest

type UpdateWorkitemCommentRequest struct {
	CommentId          *int64  `json:"commentId,omitempty" xml:"commentId,omitempty"`
	Content            *string `json:"content,omitempty" xml:"content,omitempty"`
	FormatType         *string `json:"formatType,omitempty" xml:"formatType,omitempty"`
	WorkitemIdentifier *string `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (UpdateWorkitemCommentRequest) GoString

func (s UpdateWorkitemCommentRequest) GoString() string

func (*UpdateWorkitemCommentRequest) SetCommentId

func (*UpdateWorkitemCommentRequest) SetContent

func (*UpdateWorkitemCommentRequest) SetFormatType

func (*UpdateWorkitemCommentRequest) SetWorkitemIdentifier

func (UpdateWorkitemCommentRequest) String

type UpdateWorkitemCommentResponse

type UpdateWorkitemCommentResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateWorkitemCommentResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateWorkitemCommentResponse) GoString

func (*UpdateWorkitemCommentResponse) SetBody

func (*UpdateWorkitemCommentResponse) SetHeaders

func (*UpdateWorkitemCommentResponse) SetStatusCode

func (UpdateWorkitemCommentResponse) String

type UpdateWorkitemCommentResponseBody

type UpdateWorkitemCommentResponseBody struct {
	Comment   *UpdateWorkitemCommentResponseBodyComment `json:"comment,omitempty" xml:"comment,omitempty" type:"Struct"`
	ErrorCode *string                                   `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                   `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	// Id of the request
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateWorkitemCommentResponseBody) GoString

func (*UpdateWorkitemCommentResponseBody) SetErrorCode

func (*UpdateWorkitemCommentResponseBody) SetErrorMsg

func (*UpdateWorkitemCommentResponseBody) SetRequestId

func (*UpdateWorkitemCommentResponseBody) SetSuccess

func (UpdateWorkitemCommentResponseBody) String

type UpdateWorkitemCommentResponseBodyComment

type UpdateWorkitemCommentResponseBodyComment struct {
	Content          *string                                       `json:"content,omitempty" xml:"content,omitempty"`
	CreateTime       *int64                                        `json:"createTime,omitempty" xml:"createTime,omitempty"`
	FormatType       *string                                       `json:"formatType,omitempty" xml:"formatType,omitempty"`
	Id               *string                                       `json:"id,omitempty" xml:"id,omitempty"`
	IsTop            *bool                                         `json:"isTop,omitempty" xml:"isTop,omitempty"`
	ModifiedTime     *int64                                        `json:"modifiedTime,omitempty" xml:"modifiedTime,omitempty"`
	ParentId         *int64                                        `json:"parentId,omitempty" xml:"parentId,omitempty"`
	TargetIdentifier *string                                       `json:"targetIdentifier,omitempty" xml:"targetIdentifier,omitempty"`
	TargetType       *string                                       `json:"targetType,omitempty" xml:"targetType,omitempty"`
	TopTime          *int64                                        `json:"topTime,omitempty" xml:"topTime,omitempty"`
	User             *UpdateWorkitemCommentResponseBodyCommentUser `json:"user,omitempty" xml:"user,omitempty" type:"Struct"`
}

func (UpdateWorkitemCommentResponseBodyComment) GoString

func (*UpdateWorkitemCommentResponseBodyComment) SetContent

func (*UpdateWorkitemCommentResponseBodyComment) SetCreateTime

func (*UpdateWorkitemCommentResponseBodyComment) SetFormatType

func (*UpdateWorkitemCommentResponseBodyComment) SetId

func (*UpdateWorkitemCommentResponseBodyComment) SetIsTop

func (*UpdateWorkitemCommentResponseBodyComment) SetModifiedTime

func (*UpdateWorkitemCommentResponseBodyComment) SetParentId

func (*UpdateWorkitemCommentResponseBodyComment) SetTargetIdentifier

func (*UpdateWorkitemCommentResponseBodyComment) SetTargetType

func (*UpdateWorkitemCommentResponseBodyComment) SetTopTime

func (UpdateWorkitemCommentResponseBodyComment) String

type UpdateWorkitemCommentResponseBodyCommentUser

type UpdateWorkitemCommentResponseBodyCommentUser struct {
	Account     *string `json:"account,omitempty" xml:"account,omitempty"`
	Avatar      *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Identifier  *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	NickName    *string `json:"nickName,omitempty" xml:"nickName,omitempty"`
	RealName    *string `json:"realName,omitempty" xml:"realName,omitempty"`
}

func (UpdateWorkitemCommentResponseBodyCommentUser) GoString

func (*UpdateWorkitemCommentResponseBodyCommentUser) SetAccount

func (*UpdateWorkitemCommentResponseBodyCommentUser) SetAvatar

func (*UpdateWorkitemCommentResponseBodyCommentUser) SetDisplayName

func (*UpdateWorkitemCommentResponseBodyCommentUser) SetIdentifier

func (*UpdateWorkitemCommentResponseBodyCommentUser) SetNickName

func (*UpdateWorkitemCommentResponseBodyCommentUser) SetRealName

func (UpdateWorkitemCommentResponseBodyCommentUser) String

type UpdateWorkitemFieldRequest

type UpdateWorkitemFieldRequest struct {
	UpdateWorkitemPropertyRequest []*UpdateWorkitemFieldRequestUpdateWorkitemPropertyRequest `json:"updateWorkitemPropertyRequest,omitempty" xml:"updateWorkitemPropertyRequest,omitempty" type:"Repeated"`
	WorkitemIdentifier            *string                                                    `json:"workitemIdentifier,omitempty" xml:"workitemIdentifier,omitempty"`
}

func (UpdateWorkitemFieldRequest) GoString

func (s UpdateWorkitemFieldRequest) GoString() string

func (*UpdateWorkitemFieldRequest) SetWorkitemIdentifier

func (s *UpdateWorkitemFieldRequest) SetWorkitemIdentifier(v string) *UpdateWorkitemFieldRequest

func (UpdateWorkitemFieldRequest) String

type UpdateWorkitemFieldRequestUpdateWorkitemPropertyRequest

type UpdateWorkitemFieldRequestUpdateWorkitemPropertyRequest struct {
	FieldIdentifier *string `json:"fieldIdentifier,omitempty" xml:"fieldIdentifier,omitempty"`
	FieldValue      *string `json:"fieldValue,omitempty" xml:"fieldValue,omitempty"`
}

func (UpdateWorkitemFieldRequestUpdateWorkitemPropertyRequest) GoString

func (*UpdateWorkitemFieldRequestUpdateWorkitemPropertyRequest) SetFieldIdentifier

func (*UpdateWorkitemFieldRequestUpdateWorkitemPropertyRequest) SetFieldValue

func (UpdateWorkitemFieldRequestUpdateWorkitemPropertyRequest) String

type UpdateWorkitemFieldResponse

type UpdateWorkitemFieldResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateWorkitemFieldResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateWorkitemFieldResponse) GoString

func (s UpdateWorkitemFieldResponse) GoString() string

func (*UpdateWorkitemFieldResponse) SetBody

func (*UpdateWorkitemFieldResponse) SetHeaders

func (*UpdateWorkitemFieldResponse) SetStatusCode

func (UpdateWorkitemFieldResponse) String

type UpdateWorkitemFieldResponseBody

type UpdateWorkitemFieldResponseBody struct {
	ErrorCode *string                                  `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                                  `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	RequestId *string                                  `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                    `json:"success,omitempty" xml:"success,omitempty"`
	Workitem  *UpdateWorkitemFieldResponseBodyWorkitem `json:"workitem,omitempty" xml:"workitem,omitempty" type:"Struct"`
}

func (UpdateWorkitemFieldResponseBody) GoString

func (*UpdateWorkitemFieldResponseBody) SetErrorCode

func (*UpdateWorkitemFieldResponseBody) SetErrorMsg

func (*UpdateWorkitemFieldResponseBody) SetRequestId

func (*UpdateWorkitemFieldResponseBody) SetSuccess

func (UpdateWorkitemFieldResponseBody) String

type UpdateWorkitemFieldResponseBodyWorkitem

type UpdateWorkitemFieldResponseBodyWorkitem struct {
	AssignedTo             *string `json:"assignedTo,omitempty" xml:"assignedTo,omitempty"`
	CategoryIdentifier     *string `json:"categoryIdentifier,omitempty" xml:"categoryIdentifier,omitempty"`
	Creator                *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Document               *string `json:"document,omitempty" xml:"document,omitempty"`
	GmtCreate              *int64  `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified            *int64  `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	Identifier             *string `json:"identifier,omitempty" xml:"identifier,omitempty"`
	LogicalStatus          *string `json:"logicalStatus,omitempty" xml:"logicalStatus,omitempty"`
	Modifier               *string `json:"modifier,omitempty" xml:"modifier,omitempty"`
	ParentIdentifier       *string `json:"parentIdentifier,omitempty" xml:"parentIdentifier,omitempty"`
	SerialNumber           *string `json:"serialNumber,omitempty" xml:"serialNumber,omitempty"`
	SpaceIdentifier        *string `json:"spaceIdentifier,omitempty" xml:"spaceIdentifier,omitempty"`
	SpaceName              *string `json:"spaceName,omitempty" xml:"spaceName,omitempty"`
	SpaceType              *string `json:"spaceType,omitempty" xml:"spaceType,omitempty"`
	SprintIdentifier       *string `json:"sprintIdentifier,omitempty" xml:"sprintIdentifier,omitempty"`
	Status                 *string `json:"status,omitempty" xml:"status,omitempty"`
	StatusIdentifier       *string `json:"statusIdentifier,omitempty" xml:"statusIdentifier,omitempty"`
	StatusStageIdentifier  *string `json:"statusStageIdentifier,omitempty" xml:"statusStageIdentifier,omitempty"`
	Subject                *string `json:"subject,omitempty" xml:"subject,omitempty"`
	UpdateStatusAt         *int64  `json:"updateStatusAt,omitempty" xml:"updateStatusAt,omitempty"`
	WorkitemTypeIdentifier *string `json:"workitemTypeIdentifier,omitempty" xml:"workitemTypeIdentifier,omitempty"`
}

func (UpdateWorkitemFieldResponseBodyWorkitem) GoString

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetAssignedTo

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetCategoryIdentifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetCreator

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetDocument

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetGmtCreate

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetGmtModified

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetIdentifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetLogicalStatus

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetModifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetParentIdentifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetSerialNumber

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetSpaceIdentifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetSpaceName

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetSpaceType

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetSprintIdentifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetStatus

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetStatusIdentifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetStatusStageIdentifier

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetSubject

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetUpdateStatusAt

func (*UpdateWorkitemFieldResponseBodyWorkitem) SetWorkitemTypeIdentifier

func (UpdateWorkitemFieldResponseBodyWorkitem) String

type WorkitemAttachmentCreateRequest

type WorkitemAttachmentCreateRequest struct {
	FileKey          *string `json:"fileKey,omitempty" xml:"fileKey,omitempty"`
	OriginalFilename *string `json:"originalFilename,omitempty" xml:"originalFilename,omitempty"`
}

func (WorkitemAttachmentCreateRequest) GoString

func (*WorkitemAttachmentCreateRequest) SetFileKey

func (*WorkitemAttachmentCreateRequest) SetOriginalFilename

func (WorkitemAttachmentCreateRequest) String

type WorkitemAttachmentCreateResponse

type WorkitemAttachmentCreateResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *WorkitemAttachmentCreateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (WorkitemAttachmentCreateResponse) GoString

func (*WorkitemAttachmentCreateResponse) SetHeaders

func (*WorkitemAttachmentCreateResponse) SetStatusCode

func (WorkitemAttachmentCreateResponse) String

type WorkitemAttachmentCreateResponseBody

type WorkitemAttachmentCreateResponseBody struct {
	ErrorCode    *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"`
	RequestId    *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success      *string `json:"success,omitempty" xml:"success,omitempty"`
}

func (WorkitemAttachmentCreateResponseBody) GoString

func (*WorkitemAttachmentCreateResponseBody) SetErrorCode

func (*WorkitemAttachmentCreateResponseBody) SetErrorMessage

func (*WorkitemAttachmentCreateResponseBody) SetRequestId

func (*WorkitemAttachmentCreateResponseBody) SetSuccess

func (WorkitemAttachmentCreateResponseBody) String

Jump to

Keyboard shortcuts

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