esign_2_0

package
v1.6.71 Latest Latest
Warning

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

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

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 ApprovalListHeaders

type ApprovalListHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ApprovalListHeaders) GoString

func (s ApprovalListHeaders) GoString() string

func (*ApprovalListHeaders) SetCommonHeaders

func (s *ApprovalListHeaders) SetCommonHeaders(v map[string]*string) *ApprovalListHeaders

func (*ApprovalListHeaders) SetServiceGroup

func (s *ApprovalListHeaders) SetServiceGroup(v string) *ApprovalListHeaders

func (*ApprovalListHeaders) SetXAcsDingtalkAccessToken

func (s *ApprovalListHeaders) SetXAcsDingtalkAccessToken(v string) *ApprovalListHeaders

func (ApprovalListHeaders) String

func (s ApprovalListHeaders) String() string

type ApprovalListResponse

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

func (ApprovalListResponse) GoString

func (s ApprovalListResponse) GoString() string

func (*ApprovalListResponse) SetBody

func (*ApprovalListResponse) SetHeaders

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

func (*ApprovalListResponse) SetStatusCode

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

func (ApprovalListResponse) String

func (s ApprovalListResponse) String() string

type ApprovalListResponseBody

type ApprovalListResponseBody struct {
	Data []*ApprovalListResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (ApprovalListResponseBody) GoString

func (s ApprovalListResponseBody) GoString() string

func (*ApprovalListResponseBody) SetData

func (ApprovalListResponseBody) String

func (s ApprovalListResponseBody) String() string

type ApprovalListResponseBodyData

type ApprovalListResponseBodyData struct {
	ApprovalName       *string                                      `json:"approvalName,omitempty" xml:"approvalName,omitempty"`
	ApprovalNodes      []*ApprovalListResponseBodyDataApprovalNodes `json:"approvalNodes,omitempty" xml:"approvalNodes,omitempty" type:"Repeated"`
	EndTime            *float32                                     `json:"endTime,omitempty" xml:"endTime,omitempty"`
	RefuseReason       *string                                      `json:"refuseReason,omitempty" xml:"refuseReason,omitempty"`
	SealIdImg          *string                                      `json:"sealIdImg,omitempty" xml:"sealIdImg,omitempty"`
	SponsorAccountName *string                                      `json:"sponsorAccountName,omitempty" xml:"sponsorAccountName,omitempty"`
	StartTime          *float32                                     `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Status             *string                                      `json:"status,omitempty" xml:"status,omitempty"`
}

func (ApprovalListResponseBodyData) GoString

func (s ApprovalListResponseBodyData) GoString() string

func (*ApprovalListResponseBodyData) SetApprovalName

func (*ApprovalListResponseBodyData) SetApprovalNodes

func (*ApprovalListResponseBodyData) SetEndTime

func (*ApprovalListResponseBodyData) SetRefuseReason

func (*ApprovalListResponseBodyData) SetSealIdImg

func (*ApprovalListResponseBodyData) SetSponsorAccountName

func (*ApprovalListResponseBodyData) SetStartTime

func (*ApprovalListResponseBodyData) SetStatus

func (ApprovalListResponseBodyData) String

type ApprovalListResponseBodyDataApprovalNodes

type ApprovalListResponseBodyDataApprovalNodes struct {
	ApprovalTime *string  `json:"approvalTime,omitempty" xml:"approvalTime,omitempty"`
	ApproverName *string  `json:"approverName,omitempty" xml:"approverName,omitempty"`
	StartTime    *float32 `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Status       *string  `json:"status,omitempty" xml:"status,omitempty"`
}

func (ApprovalListResponseBodyDataApprovalNodes) GoString

func (*ApprovalListResponseBodyDataApprovalNodes) SetApprovalTime

func (*ApprovalListResponseBodyDataApprovalNodes) SetApproverName

func (*ApprovalListResponseBodyDataApprovalNodes) SetStartTime

func (*ApprovalListResponseBodyDataApprovalNodes) SetStatus

func (ApprovalListResponseBodyDataApprovalNodes) String

type CancelCorpAuthHeaders

type CancelCorpAuthHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CancelCorpAuthHeaders) GoString

func (s CancelCorpAuthHeaders) GoString() string

func (*CancelCorpAuthHeaders) SetCommonHeaders

func (s *CancelCorpAuthHeaders) SetCommonHeaders(v map[string]*string) *CancelCorpAuthHeaders

func (*CancelCorpAuthHeaders) SetServiceGroup

func (s *CancelCorpAuthHeaders) SetServiceGroup(v string) *CancelCorpAuthHeaders

func (*CancelCorpAuthHeaders) SetXAcsDingtalkAccessToken

func (s *CancelCorpAuthHeaders) SetXAcsDingtalkAccessToken(v string) *CancelCorpAuthHeaders

func (CancelCorpAuthHeaders) String

func (s CancelCorpAuthHeaders) String() string

type CancelCorpAuthRequest

type CancelCorpAuthRequest struct {
}

func (CancelCorpAuthRequest) GoString

func (s CancelCorpAuthRequest) GoString() string

func (CancelCorpAuthRequest) String

func (s CancelCorpAuthRequest) String() string

type CancelCorpAuthResponse

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

func (CancelCorpAuthResponse) GoString

func (s CancelCorpAuthResponse) GoString() string

func (*CancelCorpAuthResponse) SetBody

func (*CancelCorpAuthResponse) SetHeaders

func (*CancelCorpAuthResponse) SetStatusCode

func (CancelCorpAuthResponse) String

func (s CancelCorpAuthResponse) String() string

type CancelCorpAuthResponseBody

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

func (CancelCorpAuthResponseBody) GoString

func (s CancelCorpAuthResponseBody) GoString() string

func (*CancelCorpAuthResponseBody) SetResult

func (CancelCorpAuthResponseBody) String

type ChannelOrdersHeaders

type ChannelOrdersHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ChannelOrdersHeaders) GoString

func (s ChannelOrdersHeaders) GoString() string

func (*ChannelOrdersHeaders) SetCommonHeaders

func (s *ChannelOrdersHeaders) SetCommonHeaders(v map[string]*string) *ChannelOrdersHeaders

func (*ChannelOrdersHeaders) SetServiceGroup

func (s *ChannelOrdersHeaders) SetServiceGroup(v string) *ChannelOrdersHeaders

func (*ChannelOrdersHeaders) SetXAcsDingtalkAccessToken

func (s *ChannelOrdersHeaders) SetXAcsDingtalkAccessToken(v string) *ChannelOrdersHeaders

func (ChannelOrdersHeaders) String

func (s ChannelOrdersHeaders) String() string

type ChannelOrdersRequest

type ChannelOrdersRequest struct {
	ItemCode        *string  `json:"itemCode,omitempty" xml:"itemCode,omitempty"`
	ItemName        *string  `json:"itemName,omitempty" xml:"itemName,omitempty"`
	OrderCreateTime *float32 `json:"orderCreateTime,omitempty" xml:"orderCreateTime,omitempty"`
	OrderId         *string  `json:"orderId,omitempty" xml:"orderId,omitempty"`
	PayFee          *float32 `json:"payFee,omitempty" xml:"payFee,omitempty"`
	Quantity        *float32 `json:"quantity,omitempty" xml:"quantity,omitempty"`
}

func (ChannelOrdersRequest) GoString

func (s ChannelOrdersRequest) GoString() string

func (*ChannelOrdersRequest) SetItemCode

func (*ChannelOrdersRequest) SetItemName

func (*ChannelOrdersRequest) SetOrderCreateTime

func (s *ChannelOrdersRequest) SetOrderCreateTime(v float32) *ChannelOrdersRequest

func (*ChannelOrdersRequest) SetOrderId

func (*ChannelOrdersRequest) SetPayFee

func (*ChannelOrdersRequest) SetQuantity

func (ChannelOrdersRequest) String

func (s ChannelOrdersRequest) String() string

type ChannelOrdersResponse

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

func (ChannelOrdersResponse) GoString

func (s ChannelOrdersResponse) GoString() string

func (*ChannelOrdersResponse) SetBody

func (*ChannelOrdersResponse) SetHeaders

func (*ChannelOrdersResponse) SetStatusCode

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

func (ChannelOrdersResponse) String

func (s ChannelOrdersResponse) String() string

type ChannelOrdersResponseBody

type ChannelOrdersResponseBody struct {
	EsignOrderId *string `json:"esignOrderId,omitempty" xml:"esignOrderId,omitempty"`
}

func (ChannelOrdersResponseBody) GoString

func (s ChannelOrdersResponseBody) GoString() string

func (*ChannelOrdersResponseBody) SetEsignOrderId

func (ChannelOrdersResponseBody) String

func (s ChannelOrdersResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) ApprovalList

func (client *Client) ApprovalList(taskId *string) (_result *ApprovalListResponse, _err error)

func (*Client) ApprovalListWithOptions

func (client *Client) ApprovalListWithOptions(taskId *string, headers *ApprovalListHeaders, runtime *util.RuntimeOptions) (_result *ApprovalListResponse, _err error)

func (*Client) CancelCorpAuth

func (client *Client) CancelCorpAuth(request *CancelCorpAuthRequest) (_result *CancelCorpAuthResponse, _err error)

func (*Client) CancelCorpAuthWithOptions

func (client *Client) CancelCorpAuthWithOptions(request *CancelCorpAuthRequest, headers *CancelCorpAuthHeaders, runtime *util.RuntimeOptions) (_result *CancelCorpAuthResponse, _err error)

func (*Client) ChannelOrders

func (client *Client) ChannelOrders(request *ChannelOrdersRequest) (_result *ChannelOrdersResponse, _err error)

func (*Client) ChannelOrdersWithOptions

func (client *Client) ChannelOrdersWithOptions(request *ChannelOrdersRequest, headers *ChannelOrdersHeaders, runtime *util.RuntimeOptions) (_result *ChannelOrdersResponse, _err error)

func (*Client) CorpRealname

func (client *Client) CorpRealname(request *CorpRealnameRequest) (_result *CorpRealnameResponse, _err error)

func (*Client) CorpRealnameWithOptions

func (client *Client) CorpRealnameWithOptions(request *CorpRealnameRequest, headers *CorpRealnameHeaders, runtime *util.RuntimeOptions) (_result *CorpRealnameResponse, _err error)

func (*Client) CreateDevelopers

func (client *Client) CreateDevelopers(request *CreateDevelopersRequest) (_result *CreateDevelopersResponse, _err error)

func (*Client) CreateDevelopersWithOptions

func (client *Client) CreateDevelopersWithOptions(request *CreateDevelopersRequest, headers *CreateDevelopersHeaders, runtime *util.RuntimeOptions) (_result *CreateDevelopersResponse, _err error)

func (*Client) CreateProcess

func (client *Client) CreateProcess(request *CreateProcessRequest) (_result *CreateProcessResponse, _err error)

func (*Client) CreateProcessWithOptions

func (client *Client) CreateProcessWithOptions(request *CreateProcessRequest, headers *CreateProcessHeaders, runtime *util.RuntimeOptions) (_result *CreateProcessResponse, _err error)

func (*Client) GetAttachsApproval

func (client *Client) GetAttachsApproval(instanceId *string) (_result *GetAttachsApprovalResponse, _err error)

func (*Client) GetAttachsApprovalWithOptions

func (client *Client) GetAttachsApprovalWithOptions(instanceId *string, headers *GetAttachsApprovalHeaders, runtime *util.RuntimeOptions) (_result *GetAttachsApprovalResponse, _err error)

func (*Client) GetAuthUrl

func (client *Client) GetAuthUrl(request *GetAuthUrlRequest) (_result *GetAuthUrlResponse, _err error)

func (*Client) GetAuthUrlWithOptions

func (client *Client) GetAuthUrlWithOptions(request *GetAuthUrlRequest, headers *GetAuthUrlHeaders, runtime *util.RuntimeOptions) (_result *GetAuthUrlResponse, _err error)

func (*Client) GetContractMargin

func (client *Client) GetContractMargin() (_result *GetContractMarginResponse, _err error)

func (*Client) GetContractMarginWithOptions

func (client *Client) GetContractMarginWithOptions(headers *GetContractMarginHeaders, runtime *util.RuntimeOptions) (_result *GetContractMarginResponse, _err error)

func (*Client) GetCorpConsole

func (client *Client) GetCorpConsole() (_result *GetCorpConsoleResponse, _err error)

func (*Client) GetCorpConsoleWithOptions

func (client *Client) GetCorpConsoleWithOptions(headers *GetCorpConsoleHeaders, runtime *util.RuntimeOptions) (_result *GetCorpConsoleResponse, _err error)

func (*Client) GetCorpInfo

func (client *Client) GetCorpInfo() (_result *GetCorpInfoResponse, _err error)

func (*Client) GetCorpInfoWithOptions

func (client *Client) GetCorpInfoWithOptions(headers *GetCorpInfoHeaders, runtime *util.RuntimeOptions) (_result *GetCorpInfoResponse, _err error)

func (*Client) GetExecuteUrl

func (client *Client) GetExecuteUrl(request *GetExecuteUrlRequest) (_result *GetExecuteUrlResponse, _err error)

func (*Client) GetExecuteUrlWithOptions

func (client *Client) GetExecuteUrlWithOptions(request *GetExecuteUrlRequest, headers *GetExecuteUrlHeaders, runtime *util.RuntimeOptions) (_result *GetExecuteUrlResponse, _err error)

func (*Client) GetFileInfo

func (client *Client) GetFileInfo(fileId *string) (_result *GetFileInfoResponse, _err error)

func (*Client) GetFileInfoWithOptions

func (client *Client) GetFileInfoWithOptions(fileId *string, headers *GetFileInfoHeaders, runtime *util.RuntimeOptions) (_result *GetFileInfoResponse, _err error)

func (*Client) GetFileUploadUrl

func (client *Client) GetFileUploadUrl(request *GetFileUploadUrlRequest) (_result *GetFileUploadUrlResponse, _err error)

func (*Client) GetFileUploadUrlWithOptions

func (client *Client) GetFileUploadUrlWithOptions(request *GetFileUploadUrlRequest, headers *GetFileUploadUrlHeaders, runtime *util.RuntimeOptions) (_result *GetFileUploadUrlResponse, _err error)

func (*Client) GetFlowDetail

func (client *Client) GetFlowDetail(taskId *string) (_result *GetFlowDetailResponse, _err error)

func (*Client) GetFlowDetailWithOptions

func (client *Client) GetFlowDetailWithOptions(taskId *string, headers *GetFlowDetailHeaders, runtime *util.RuntimeOptions) (_result *GetFlowDetailResponse, _err error)

func (*Client) GetFlowDocs

func (client *Client) GetFlowDocs(taskId *string) (_result *GetFlowDocsResponse, _err error)

func (*Client) GetFlowDocsWithOptions

func (client *Client) GetFlowDocsWithOptions(taskId *string, headers *GetFlowDocsHeaders, runtime *util.RuntimeOptions) (_result *GetFlowDocsResponse, _err error)

func (*Client) GetIsvStatus

func (client *Client) GetIsvStatus() (_result *GetIsvStatusResponse, _err error)

func (*Client) GetIsvStatusWithOptions

func (client *Client) GetIsvStatusWithOptions(headers *GetIsvStatusHeaders, runtime *util.RuntimeOptions) (_result *GetIsvStatusResponse, _err error)

func (*Client) GetSignDetail

func (client *Client) GetSignDetail(taskId *string) (_result *GetSignDetailResponse, _err error)

func (*Client) GetSignDetailWithOptions

func (client *Client) GetSignDetailWithOptions(taskId *string, headers *GetSignDetailHeaders, runtime *util.RuntimeOptions) (_result *GetSignDetailResponse, _err error)

func (*Client) GetUserInfo

func (client *Client) GetUserInfo(userId *string) (_result *GetUserInfoResponse, _err error)

func (*Client) GetUserInfoWithOptions

func (client *Client) GetUserInfoWithOptions(userId *string, headers *GetUserInfoHeaders, runtime *util.RuntimeOptions) (_result *GetUserInfoResponse, _err error)

func (*Client) Init

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

func (*Client) ProcessStart

func (client *Client) ProcessStart(request *ProcessStartRequest) (_result *ProcessStartResponse, _err error)

func (*Client) ProcessStartWithOptions

func (client *Client) ProcessStartWithOptions(request *ProcessStartRequest, headers *ProcessStartHeaders, runtime *util.RuntimeOptions) (_result *ProcessStartResponse, _err error)

func (*Client) ResaleOrder

func (client *Client) ResaleOrder(request *ResaleOrderRequest) (_result *ResaleOrderResponse, _err error)

func (*Client) ResaleOrderWithOptions

func (client *Client) ResaleOrderWithOptions(request *ResaleOrderRequest, headers *ResaleOrderHeaders, runtime *util.RuntimeOptions) (_result *ResaleOrderResponse, _err error)

func (*Client) UsersRealname

func (client *Client) UsersRealname(request *UsersRealnameRequest) (_result *UsersRealnameResponse, _err error)

func (*Client) UsersRealnameWithOptions

func (client *Client) UsersRealnameWithOptions(request *UsersRealnameRequest, headers *UsersRealnameHeaders, runtime *util.RuntimeOptions) (_result *UsersRealnameResponse, _err error)

type CorpRealnameHeaders

type CorpRealnameHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CorpRealnameHeaders) GoString

func (s CorpRealnameHeaders) GoString() string

func (*CorpRealnameHeaders) SetCommonHeaders

func (s *CorpRealnameHeaders) SetCommonHeaders(v map[string]*string) *CorpRealnameHeaders

func (*CorpRealnameHeaders) SetServiceGroup

func (s *CorpRealnameHeaders) SetServiceGroup(v string) *CorpRealnameHeaders

func (*CorpRealnameHeaders) SetXAcsDingtalkAccessToken

func (s *CorpRealnameHeaders) SetXAcsDingtalkAccessToken(v string) *CorpRealnameHeaders

func (CorpRealnameHeaders) String

func (s CorpRealnameHeaders) String() string

type CorpRealnameRequest

type CorpRealnameRequest struct {
	RedirectUrl *string `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CorpRealnameRequest) GoString

func (s CorpRealnameRequest) GoString() string

func (*CorpRealnameRequest) SetRedirectUrl

func (s *CorpRealnameRequest) SetRedirectUrl(v string) *CorpRealnameRequest

func (*CorpRealnameRequest) SetUserId

func (CorpRealnameRequest) String

func (s CorpRealnameRequest) String() string

type CorpRealnameResponse

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

func (CorpRealnameResponse) GoString

func (s CorpRealnameResponse) GoString() string

func (*CorpRealnameResponse) SetBody

func (*CorpRealnameResponse) SetHeaders

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

func (*CorpRealnameResponse) SetStatusCode

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

func (CorpRealnameResponse) String

func (s CorpRealnameResponse) String() string

type CorpRealnameResponseBody

type CorpRealnameResponseBody struct {
	MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	PcUrl     *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	TaskId    *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}

func (CorpRealnameResponseBody) GoString

func (s CorpRealnameResponseBody) GoString() string

func (*CorpRealnameResponseBody) SetMobileUrl

func (*CorpRealnameResponseBody) SetPcUrl

func (*CorpRealnameResponseBody) SetTaskId

func (CorpRealnameResponseBody) String

func (s CorpRealnameResponseBody) String() string

type CreateDevelopersHeaders

type CreateDevelopersHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateDevelopersHeaders) GoString

func (s CreateDevelopersHeaders) GoString() string

func (*CreateDevelopersHeaders) SetCommonHeaders

func (s *CreateDevelopersHeaders) SetCommonHeaders(v map[string]*string) *CreateDevelopersHeaders

func (*CreateDevelopersHeaders) SetServiceGroup

func (*CreateDevelopersHeaders) SetXAcsDingtalkAccessToken

func (s *CreateDevelopersHeaders) SetXAcsDingtalkAccessToken(v string) *CreateDevelopersHeaders

func (CreateDevelopersHeaders) String

func (s CreateDevelopersHeaders) String() string

type CreateDevelopersRequest

type CreateDevelopersRequest struct {
	NoticeUrl *string `json:"noticeUrl,omitempty" xml:"noticeUrl,omitempty"`
}

func (CreateDevelopersRequest) GoString

func (s CreateDevelopersRequest) GoString() string

func (*CreateDevelopersRequest) SetNoticeUrl

func (CreateDevelopersRequest) String

func (s CreateDevelopersRequest) String() string

type CreateDevelopersResponse

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

func (CreateDevelopersResponse) GoString

func (s CreateDevelopersResponse) GoString() string

func (*CreateDevelopersResponse) SetBody

func (*CreateDevelopersResponse) SetHeaders

func (*CreateDevelopersResponse) SetStatusCode

func (CreateDevelopersResponse) String

func (s CreateDevelopersResponse) String() string

type CreateDevelopersResponseBody

type CreateDevelopersResponseBody struct {
	Data *bool `json:"data,omitempty" xml:"data,omitempty"`
}

func (CreateDevelopersResponseBody) GoString

func (s CreateDevelopersResponseBody) GoString() string

func (*CreateDevelopersResponseBody) SetData

func (CreateDevelopersResponseBody) String

type CreateProcessHeaders

type CreateProcessHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateProcessHeaders) GoString

func (s CreateProcessHeaders) GoString() string

func (*CreateProcessHeaders) SetCommonHeaders

func (s *CreateProcessHeaders) SetCommonHeaders(v map[string]*string) *CreateProcessHeaders

func (*CreateProcessHeaders) SetXAcsDingtalkAccessToken

func (s *CreateProcessHeaders) SetXAcsDingtalkAccessToken(v string) *CreateProcessHeaders

func (CreateProcessHeaders) String

func (s CreateProcessHeaders) String() string

type CreateProcessRequest

type CreateProcessRequest struct {
	Ccs             []*CreateProcessRequestCcs          `json:"ccs,omitempty" xml:"ccs,omitempty" type:"Repeated"`
	Files           []*CreateProcessRequestFiles        `json:"files,omitempty" xml:"files,omitempty" type:"Repeated"`
	InitiatorUserId *string                             `json:"initiatorUserId,omitempty" xml:"initiatorUserId,omitempty"`
	Participants    []*CreateProcessRequestParticipants `json:"participants,omitempty" xml:"participants,omitempty" type:"Repeated"`
	RedirectUrl     *string                             `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"`
	SignEndTime     *int64                              `json:"signEndTime,omitempty" xml:"signEndTime,omitempty"`
	SourceInfo      *CreateProcessRequestSourceInfo     `json:"sourceInfo,omitempty" xml:"sourceInfo,omitempty" type:"Struct"`
	TaskName        *string                             `json:"taskName,omitempty" xml:"taskName,omitempty"`
}

func (CreateProcessRequest) GoString

func (s CreateProcessRequest) GoString() string

func (*CreateProcessRequest) SetCcs

func (*CreateProcessRequest) SetFiles

func (*CreateProcessRequest) SetInitiatorUserId

func (s *CreateProcessRequest) SetInitiatorUserId(v string) *CreateProcessRequest

func (*CreateProcessRequest) SetParticipants

func (*CreateProcessRequest) SetRedirectUrl

func (s *CreateProcessRequest) SetRedirectUrl(v string) *CreateProcessRequest

func (*CreateProcessRequest) SetSignEndTime

func (s *CreateProcessRequest) SetSignEndTime(v int64) *CreateProcessRequest

func (*CreateProcessRequest) SetSourceInfo

func (*CreateProcessRequest) SetTaskName

func (CreateProcessRequest) String

func (s CreateProcessRequest) String() string

type CreateProcessRequestCcs

type CreateProcessRequestCcs struct {
	Account     *string `json:"account,omitempty" xml:"account,omitempty"`
	AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"`
	AccountType *string `json:"accountType,omitempty" xml:"accountType,omitempty"`
	OrgName     *string `json:"orgName,omitempty" xml:"orgName,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateProcessRequestCcs) GoString

func (s CreateProcessRequestCcs) GoString() string

func (*CreateProcessRequestCcs) SetAccount

func (*CreateProcessRequestCcs) SetAccountName

func (*CreateProcessRequestCcs) SetAccountType

func (*CreateProcessRequestCcs) SetOrgName

func (*CreateProcessRequestCcs) SetUserId

func (CreateProcessRequestCcs) String

func (s CreateProcessRequestCcs) String() string

type CreateProcessRequestFiles

type CreateProcessRequestFiles struct {
	FileId   *string `json:"fileId,omitempty" xml:"fileId,omitempty"`
	FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	FileType *int32  `json:"fileType,omitempty" xml:"fileType,omitempty"`
}

func (CreateProcessRequestFiles) GoString

func (s CreateProcessRequestFiles) GoString() string

func (*CreateProcessRequestFiles) SetFileId

func (*CreateProcessRequestFiles) SetFileName

func (*CreateProcessRequestFiles) SetFileType

func (CreateProcessRequestFiles) String

func (s CreateProcessRequestFiles) String() string

type CreateProcessRequestParticipants

type CreateProcessRequestParticipants struct {
	Account          *string                                        `json:"account,omitempty" xml:"account,omitempty"`
	AccountName      *string                                        `json:"accountName,omitempty" xml:"accountName,omitempty"`
	AccountType      *string                                        `json:"accountType,omitempty" xml:"accountType,omitempty"`
	OrgName          *string                                        `json:"orgName,omitempty" xml:"orgName,omitempty"`
	SignOrder        *int32                                         `json:"signOrder,omitempty" xml:"signOrder,omitempty"`
	SignPosList      []*CreateProcessRequestParticipantsSignPosList `json:"signPosList,omitempty" xml:"signPosList,omitempty" type:"Repeated"`
	SignRequirements *string                                        `json:"signRequirements,omitempty" xml:"signRequirements,omitempty"`
	UserId           *string                                        `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateProcessRequestParticipants) GoString

func (*CreateProcessRequestParticipants) SetAccount

func (*CreateProcessRequestParticipants) SetAccountName

func (*CreateProcessRequestParticipants) SetAccountType

func (*CreateProcessRequestParticipants) SetOrgName

func (*CreateProcessRequestParticipants) SetSignOrder

func (*CreateProcessRequestParticipants) SetSignRequirements

func (*CreateProcessRequestParticipants) SetUserId

func (CreateProcessRequestParticipants) String

type CreateProcessRequestParticipantsSignPosList

type CreateProcessRequestParticipantsSignPosList struct {
	FileId          *string                                              `json:"fileId,omitempty" xml:"fileId,omitempty"`
	IsCrossPage     *bool                                                `json:"isCrossPage,omitempty" xml:"isCrossPage,omitempty"`
	NeedSignDate    *bool                                                `json:"needSignDate,omitempty" xml:"needSignDate,omitempty"`
	Page            *string                                              `json:"page,omitempty" xml:"page,omitempty"`
	SignDate        *CreateProcessRequestParticipantsSignPosListSignDate `json:"signDate,omitempty" xml:"signDate,omitempty" type:"Struct"`
	SignRequirement *string                                              `json:"signRequirement,omitempty" xml:"signRequirement,omitempty"`
	X               *float64                                             `json:"x,omitempty" xml:"x,omitempty"`
	Y               *float64                                             `json:"y,omitempty" xml:"y,omitempty"`
}

func (CreateProcessRequestParticipantsSignPosList) GoString

func (*CreateProcessRequestParticipantsSignPosList) SetFileId

func (*CreateProcessRequestParticipantsSignPosList) SetIsCrossPage

func (*CreateProcessRequestParticipantsSignPosList) SetNeedSignDate

func (*CreateProcessRequestParticipantsSignPosList) SetPage

func (*CreateProcessRequestParticipantsSignPosList) SetSignRequirement

func (*CreateProcessRequestParticipantsSignPosList) SetX

func (*CreateProcessRequestParticipantsSignPosList) SetY

func (CreateProcessRequestParticipantsSignPosList) String

type CreateProcessRequestParticipantsSignPosListSignDate

type CreateProcessRequestParticipantsSignPosListSignDate struct {
	Format *string `json:"format,omitempty" xml:"format,omitempty"`
}

func (CreateProcessRequestParticipantsSignPosListSignDate) GoString

func (*CreateProcessRequestParticipantsSignPosListSignDate) SetFormat

func (CreateProcessRequestParticipantsSignPosListSignDate) String

type CreateProcessRequestSourceInfo

type CreateProcessRequestSourceInfo struct {
	MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	PcUrl     *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	ShowText  *string `json:"showText,omitempty" xml:"showText,omitempty"`
}

func (CreateProcessRequestSourceInfo) GoString

func (*CreateProcessRequestSourceInfo) SetMobileUrl

func (*CreateProcessRequestSourceInfo) SetPcUrl

func (*CreateProcessRequestSourceInfo) SetShowText

func (CreateProcessRequestSourceInfo) String

type CreateProcessResponse

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

func (CreateProcessResponse) GoString

func (s CreateProcessResponse) GoString() string

func (*CreateProcessResponse) SetBody

func (*CreateProcessResponse) SetHeaders

func (*CreateProcessResponse) SetStatusCode

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

func (CreateProcessResponse) String

func (s CreateProcessResponse) String() string

type CreateProcessResponseBody

type CreateProcessResponseBody struct {
	TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}

func (CreateProcessResponseBody) GoString

func (s CreateProcessResponseBody) GoString() string

func (*CreateProcessResponseBody) SetTaskId

func (CreateProcessResponseBody) String

func (s CreateProcessResponseBody) String() string

type GetAttachsApprovalHeaders

type GetAttachsApprovalHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	TsignOpenAppId          *string            `json:"tsignOpenAppId,omitempty" xml:"tsignOpenAppId,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetAttachsApprovalHeaders) GoString

func (s GetAttachsApprovalHeaders) GoString() string

func (*GetAttachsApprovalHeaders) SetCommonHeaders

func (*GetAttachsApprovalHeaders) SetServiceGroup

func (*GetAttachsApprovalHeaders) SetTsignOpenAppId

func (*GetAttachsApprovalHeaders) SetXAcsDingtalkAccessToken

func (s *GetAttachsApprovalHeaders) SetXAcsDingtalkAccessToken(v string) *GetAttachsApprovalHeaders

func (GetAttachsApprovalHeaders) String

func (s GetAttachsApprovalHeaders) String() string

type GetAttachsApprovalResponse

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

func (GetAttachsApprovalResponse) GoString

func (s GetAttachsApprovalResponse) GoString() string

func (*GetAttachsApprovalResponse) SetBody

func (*GetAttachsApprovalResponse) SetHeaders

func (*GetAttachsApprovalResponse) SetStatusCode

func (GetAttachsApprovalResponse) String

type GetAttachsApprovalResponseBody

type GetAttachsApprovalResponseBody struct {
	Data []*GetAttachsApprovalResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (GetAttachsApprovalResponseBody) GoString

func (*GetAttachsApprovalResponseBody) SetData

func (GetAttachsApprovalResponseBody) String

type GetAttachsApprovalResponseBodyData

type GetAttachsApprovalResponseBodyData struct {
	Files  []*GetAttachsApprovalResponseBodyDataFiles `json:"files,omitempty" xml:"files,omitempty" type:"Repeated"`
	FlowId *string                                    `json:"flowId,omitempty" xml:"flowId,omitempty"`
	Status *string                                    `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetAttachsApprovalResponseBodyData) GoString

func (*GetAttachsApprovalResponseBodyData) SetFlowId

func (*GetAttachsApprovalResponseBodyData) SetStatus

func (GetAttachsApprovalResponseBodyData) String

type GetAttachsApprovalResponseBodyDataFiles

type GetAttachsApprovalResponseBodyDataFiles struct {
	FileName          *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	OriginalFileUrl   *string `json:"originalFileUrl,omitempty" xml:"originalFileUrl,omitempty"`
	SignFinishFileUrl *string `json:"signFinishFileUrl,omitempty" xml:"signFinishFileUrl,omitempty"`
}

func (GetAttachsApprovalResponseBodyDataFiles) GoString

func (*GetAttachsApprovalResponseBodyDataFiles) SetFileName

func (*GetAttachsApprovalResponseBodyDataFiles) SetOriginalFileUrl

func (*GetAttachsApprovalResponseBodyDataFiles) SetSignFinishFileUrl

func (GetAttachsApprovalResponseBodyDataFiles) String

type GetAuthUrlHeaders

type GetAuthUrlHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetAuthUrlHeaders) GoString

func (s GetAuthUrlHeaders) GoString() string

func (*GetAuthUrlHeaders) SetCommonHeaders

func (s *GetAuthUrlHeaders) SetCommonHeaders(v map[string]*string) *GetAuthUrlHeaders

func (*GetAuthUrlHeaders) SetServiceGroup

func (s *GetAuthUrlHeaders) SetServiceGroup(v string) *GetAuthUrlHeaders

func (*GetAuthUrlHeaders) SetXAcsDingtalkAccessToken

func (s *GetAuthUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetAuthUrlHeaders

func (GetAuthUrlHeaders) String

func (s GetAuthUrlHeaders) String() string

type GetAuthUrlRequest

type GetAuthUrlRequest struct {
	RedirectUrl *string `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"`
}

func (GetAuthUrlRequest) GoString

func (s GetAuthUrlRequest) GoString() string

func (*GetAuthUrlRequest) SetRedirectUrl

func (s *GetAuthUrlRequest) SetRedirectUrl(v string) *GetAuthUrlRequest

func (GetAuthUrlRequest) String

func (s GetAuthUrlRequest) String() string

type GetAuthUrlResponse

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

func (GetAuthUrlResponse) GoString

func (s GetAuthUrlResponse) GoString() string

func (*GetAuthUrlResponse) SetBody

func (*GetAuthUrlResponse) SetHeaders

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

func (*GetAuthUrlResponse) SetStatusCode

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

func (GetAuthUrlResponse) String

func (s GetAuthUrlResponse) String() string

type GetAuthUrlResponseBody

type GetAuthUrlResponseBody struct {
	MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	PcUrl     *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	TaskId    *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}

func (GetAuthUrlResponseBody) GoString

func (s GetAuthUrlResponseBody) GoString() string

func (*GetAuthUrlResponseBody) SetMobileUrl

func (*GetAuthUrlResponseBody) SetPcUrl

func (*GetAuthUrlResponseBody) SetTaskId

func (GetAuthUrlResponseBody) String

func (s GetAuthUrlResponseBody) String() string

type GetContractMarginHeaders

type GetContractMarginHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetContractMarginHeaders) GoString

func (s GetContractMarginHeaders) GoString() string

func (*GetContractMarginHeaders) SetCommonHeaders

func (s *GetContractMarginHeaders) SetCommonHeaders(v map[string]*string) *GetContractMarginHeaders

func (*GetContractMarginHeaders) SetServiceGroup

func (*GetContractMarginHeaders) SetXAcsDingtalkAccessToken

func (s *GetContractMarginHeaders) SetXAcsDingtalkAccessToken(v string) *GetContractMarginHeaders

func (GetContractMarginHeaders) String

func (s GetContractMarginHeaders) String() string

type GetContractMarginResponse

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

func (GetContractMarginResponse) GoString

func (s GetContractMarginResponse) GoString() string

func (*GetContractMarginResponse) SetBody

func (*GetContractMarginResponse) SetHeaders

func (*GetContractMarginResponse) SetStatusCode

func (GetContractMarginResponse) String

func (s GetContractMarginResponse) String() string

type GetContractMarginResponseBody

type GetContractMarginResponseBody struct {
	Margin *float32 `json:"margin,omitempty" xml:"margin,omitempty"`
}

func (GetContractMarginResponseBody) GoString

func (*GetContractMarginResponseBody) SetMargin

func (GetContractMarginResponseBody) String

type GetCorpConsoleHeaders

type GetCorpConsoleHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetCorpConsoleHeaders) GoString

func (s GetCorpConsoleHeaders) GoString() string

func (*GetCorpConsoleHeaders) SetCommonHeaders

func (s *GetCorpConsoleHeaders) SetCommonHeaders(v map[string]*string) *GetCorpConsoleHeaders

func (*GetCorpConsoleHeaders) SetServiceGroup

func (s *GetCorpConsoleHeaders) SetServiceGroup(v string) *GetCorpConsoleHeaders

func (*GetCorpConsoleHeaders) SetXAcsDingtalkAccessToken

func (s *GetCorpConsoleHeaders) SetXAcsDingtalkAccessToken(v string) *GetCorpConsoleHeaders

func (GetCorpConsoleHeaders) String

func (s GetCorpConsoleHeaders) String() string

type GetCorpConsoleResponse

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

func (GetCorpConsoleResponse) GoString

func (s GetCorpConsoleResponse) GoString() string

func (*GetCorpConsoleResponse) SetBody

func (*GetCorpConsoleResponse) SetHeaders

func (*GetCorpConsoleResponse) SetStatusCode

func (GetCorpConsoleResponse) String

func (s GetCorpConsoleResponse) String() string

type GetCorpConsoleResponseBody

type GetCorpConsoleResponseBody struct {
	OrgConsoleUrl *string `json:"orgConsoleUrl,omitempty" xml:"orgConsoleUrl,omitempty"`
}

func (GetCorpConsoleResponseBody) GoString

func (s GetCorpConsoleResponseBody) GoString() string

func (*GetCorpConsoleResponseBody) SetOrgConsoleUrl

func (GetCorpConsoleResponseBody) String

type GetCorpInfoHeaders

type GetCorpInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetCorpInfoHeaders) GoString

func (s GetCorpInfoHeaders) GoString() string

func (*GetCorpInfoHeaders) SetCommonHeaders

func (s *GetCorpInfoHeaders) SetCommonHeaders(v map[string]*string) *GetCorpInfoHeaders

func (*GetCorpInfoHeaders) SetServiceGroup

func (s *GetCorpInfoHeaders) SetServiceGroup(v string) *GetCorpInfoHeaders

func (*GetCorpInfoHeaders) SetXAcsDingtalkAccessToken

func (s *GetCorpInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetCorpInfoHeaders

func (GetCorpInfoHeaders) String

func (s GetCorpInfoHeaders) String() string

type GetCorpInfoResponse

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

func (GetCorpInfoResponse) GoString

func (s GetCorpInfoResponse) GoString() string

func (*GetCorpInfoResponse) SetBody

func (*GetCorpInfoResponse) SetHeaders

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

func (*GetCorpInfoResponse) SetStatusCode

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

func (GetCorpInfoResponse) String

func (s GetCorpInfoResponse) String() string

type GetCorpInfoResponseBody

type GetCorpInfoResponseBody struct {
	IsRealName  *string `json:"isRealName,omitempty" xml:"isRealName,omitempty"`
	OrgRealName *string `json:"orgRealName,omitempty" xml:"orgRealName,omitempty"`
}

func (GetCorpInfoResponseBody) GoString

func (s GetCorpInfoResponseBody) GoString() string

func (*GetCorpInfoResponseBody) SetIsRealName

func (*GetCorpInfoResponseBody) SetOrgRealName

func (GetCorpInfoResponseBody) String

func (s GetCorpInfoResponseBody) String() string

type GetExecuteUrlHeaders

type GetExecuteUrlHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetExecuteUrlHeaders) GoString

func (s GetExecuteUrlHeaders) GoString() string

func (*GetExecuteUrlHeaders) SetCommonHeaders

func (s *GetExecuteUrlHeaders) SetCommonHeaders(v map[string]*string) *GetExecuteUrlHeaders

func (*GetExecuteUrlHeaders) SetServiceGroup

func (s *GetExecuteUrlHeaders) SetServiceGroup(v string) *GetExecuteUrlHeaders

func (*GetExecuteUrlHeaders) SetXAcsDingtalkAccessToken

func (s *GetExecuteUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetExecuteUrlHeaders

func (GetExecuteUrlHeaders) String

func (s GetExecuteUrlHeaders) String() string

type GetExecuteUrlRequest

type GetExecuteUrlRequest struct {
	Account       *string `json:"account,omitempty" xml:"account,omitempty"`
	SignContainer *int32  `json:"signContainer,omitempty" xml:"signContainer,omitempty"`
	TaskId        *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}

func (GetExecuteUrlRequest) GoString

func (s GetExecuteUrlRequest) GoString() string

func (*GetExecuteUrlRequest) SetAccount

func (*GetExecuteUrlRequest) SetSignContainer

func (s *GetExecuteUrlRequest) SetSignContainer(v int32) *GetExecuteUrlRequest

func (*GetExecuteUrlRequest) SetTaskId

func (GetExecuteUrlRequest) String

func (s GetExecuteUrlRequest) String() string

type GetExecuteUrlResponse

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

func (GetExecuteUrlResponse) GoString

func (s GetExecuteUrlResponse) GoString() string

func (*GetExecuteUrlResponse) SetBody

func (*GetExecuteUrlResponse) SetHeaders

func (*GetExecuteUrlResponse) SetStatusCode

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

func (GetExecuteUrlResponse) String

func (s GetExecuteUrlResponse) String() string

type GetExecuteUrlResponseBody

type GetExecuteUrlResponseBody struct {
	LongUrl   *string `json:"longUrl,omitempty" xml:"longUrl,omitempty"`
	MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	PcUrl     *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	ShortUrl  *string `json:"shortUrl,omitempty" xml:"shortUrl,omitempty"`
}

func (GetExecuteUrlResponseBody) GoString

func (s GetExecuteUrlResponseBody) GoString() string

func (*GetExecuteUrlResponseBody) SetLongUrl

func (*GetExecuteUrlResponseBody) SetMobileUrl

func (*GetExecuteUrlResponseBody) SetPcUrl

func (*GetExecuteUrlResponseBody) SetShortUrl

func (GetExecuteUrlResponseBody) String

func (s GetExecuteUrlResponseBody) String() string

type GetFileInfoHeaders

type GetFileInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetFileInfoHeaders) GoString

func (s GetFileInfoHeaders) GoString() string

func (*GetFileInfoHeaders) SetCommonHeaders

func (s *GetFileInfoHeaders) SetCommonHeaders(v map[string]*string) *GetFileInfoHeaders

func (*GetFileInfoHeaders) SetServiceGroup

func (s *GetFileInfoHeaders) SetServiceGroup(v string) *GetFileInfoHeaders

func (*GetFileInfoHeaders) SetXAcsDingtalkAccessToken

func (s *GetFileInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFileInfoHeaders

func (GetFileInfoHeaders) String

func (s GetFileInfoHeaders) String() string

type GetFileInfoResponse

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

func (GetFileInfoResponse) GoString

func (s GetFileInfoResponse) GoString() string

func (*GetFileInfoResponse) SetBody

func (*GetFileInfoResponse) SetHeaders

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

func (*GetFileInfoResponse) SetStatusCode

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

func (GetFileInfoResponse) String

func (s GetFileInfoResponse) String() string

type GetFileInfoResponseBody

type GetFileInfoResponseBody struct {
	DownloadUrl   *string `json:"downloadUrl,omitempty" xml:"downloadUrl,omitempty"`
	FileId        *string `json:"fileId,omitempty" xml:"fileId,omitempty"`
	Name          *string `json:"name,omitempty" xml:"name,omitempty"`
	PdfTotalPages *int64  `json:"pdfTotalPages,omitempty" xml:"pdfTotalPages,omitempty"`
	Size          *int64  `json:"size,omitempty" xml:"size,omitempty"`
	Status        *int64  `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetFileInfoResponseBody) GoString

func (s GetFileInfoResponseBody) GoString() string

func (*GetFileInfoResponseBody) SetDownloadUrl

func (*GetFileInfoResponseBody) SetFileId

func (*GetFileInfoResponseBody) SetName

func (*GetFileInfoResponseBody) SetPdfTotalPages

func (s *GetFileInfoResponseBody) SetPdfTotalPages(v int64) *GetFileInfoResponseBody

func (*GetFileInfoResponseBody) SetSize

func (*GetFileInfoResponseBody) SetStatus

func (GetFileInfoResponseBody) String

func (s GetFileInfoResponseBody) String() string

type GetFileUploadUrlHeaders

type GetFileUploadUrlHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetFileUploadUrlHeaders) GoString

func (s GetFileUploadUrlHeaders) GoString() string

func (*GetFileUploadUrlHeaders) SetCommonHeaders

func (s *GetFileUploadUrlHeaders) SetCommonHeaders(v map[string]*string) *GetFileUploadUrlHeaders

func (*GetFileUploadUrlHeaders) SetServiceGroup

func (*GetFileUploadUrlHeaders) SetXAcsDingtalkAccessToken

func (s *GetFileUploadUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetFileUploadUrlHeaders

func (GetFileUploadUrlHeaders) String

func (s GetFileUploadUrlHeaders) String() string

type GetFileUploadUrlRequest

type GetFileUploadUrlRequest struct {
	ContentMd5  *string `json:"contentMd5,omitempty" xml:"contentMd5,omitempty"`
	ContentType *string `json:"contentType,omitempty" xml:"contentType,omitempty"`
	Convert2Pdf *bool   `json:"convert2Pdf,omitempty" xml:"convert2Pdf,omitempty"`
	FileName    *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	FileSize    *int64  `json:"fileSize,omitempty" xml:"fileSize,omitempty"`
}

func (GetFileUploadUrlRequest) GoString

func (s GetFileUploadUrlRequest) GoString() string

func (*GetFileUploadUrlRequest) SetContentMd5

func (*GetFileUploadUrlRequest) SetContentType

func (*GetFileUploadUrlRequest) SetConvert2Pdf

func (*GetFileUploadUrlRequest) SetFileName

func (*GetFileUploadUrlRequest) SetFileSize

func (GetFileUploadUrlRequest) String

func (s GetFileUploadUrlRequest) String() string

type GetFileUploadUrlResponse

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

func (GetFileUploadUrlResponse) GoString

func (s GetFileUploadUrlResponse) GoString() string

func (*GetFileUploadUrlResponse) SetBody

func (*GetFileUploadUrlResponse) SetHeaders

func (*GetFileUploadUrlResponse) SetStatusCode

func (GetFileUploadUrlResponse) String

func (s GetFileUploadUrlResponse) String() string

type GetFileUploadUrlResponseBody

type GetFileUploadUrlResponseBody struct {
	FileId    *string `json:"fileId,omitempty" xml:"fileId,omitempty"`
	UploadUrl *string `json:"uploadUrl,omitempty" xml:"uploadUrl,omitempty"`
}

func (GetFileUploadUrlResponseBody) GoString

func (s GetFileUploadUrlResponseBody) GoString() string

func (*GetFileUploadUrlResponseBody) SetFileId

func (*GetFileUploadUrlResponseBody) SetUploadUrl

func (GetFileUploadUrlResponseBody) String

type GetFlowDetailHeaders

type GetFlowDetailHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetFlowDetailHeaders) GoString

func (s GetFlowDetailHeaders) GoString() string

func (*GetFlowDetailHeaders) SetCommonHeaders

func (s *GetFlowDetailHeaders) SetCommonHeaders(v map[string]*string) *GetFlowDetailHeaders

func (*GetFlowDetailHeaders) SetServiceGroup

func (s *GetFlowDetailHeaders) SetServiceGroup(v string) *GetFlowDetailHeaders

func (*GetFlowDetailHeaders) SetXAcsDingtalkAccessToken

func (s *GetFlowDetailHeaders) SetXAcsDingtalkAccessToken(v string) *GetFlowDetailHeaders

func (GetFlowDetailHeaders) String

func (s GetFlowDetailHeaders) String() string

type GetFlowDetailResponse

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

func (GetFlowDetailResponse) GoString

func (s GetFlowDetailResponse) GoString() string

func (*GetFlowDetailResponse) SetBody

func (*GetFlowDetailResponse) SetHeaders

func (*GetFlowDetailResponse) SetStatusCode

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

func (GetFlowDetailResponse) String

func (s GetFlowDetailResponse) String() string

type GetFlowDetailResponseBody

type GetFlowDetailResponseBody struct {
	BusinessScene           *string                          `json:"businessScene,omitempty" xml:"businessScene,omitempty"`
	FlowStatus              *float32                         `json:"flowStatus,omitempty" xml:"flowStatus,omitempty"`
	InitiatorAuthorizedName *string                          `json:"initiatorAuthorizedName,omitempty" xml:"initiatorAuthorizedName,omitempty"`
	InitiatorName           *string                          `json:"initiatorName,omitempty" xml:"initiatorName,omitempty"`
	Logs                    []*GetFlowDetailResponseBodyLogs `json:"logs,omitempty" xml:"logs,omitempty" type:"Repeated"`
}

func (GetFlowDetailResponseBody) GoString

func (s GetFlowDetailResponseBody) GoString() string

func (*GetFlowDetailResponseBody) SetBusinessScene

func (*GetFlowDetailResponseBody) SetFlowStatus

func (*GetFlowDetailResponseBody) SetInitiatorAuthorizedName

func (s *GetFlowDetailResponseBody) SetInitiatorAuthorizedName(v string) *GetFlowDetailResponseBody

func (*GetFlowDetailResponseBody) SetInitiatorName

func (*GetFlowDetailResponseBody) SetLogs

func (GetFlowDetailResponseBody) String

func (s GetFlowDetailResponseBody) String() string

type GetFlowDetailResponseBodyLogs

type GetFlowDetailResponseBodyLogs struct {
	LogType             *string  `json:"logType,omitempty" xml:"logType,omitempty"`
	OperateDescription  *string  `json:"operateDescription,omitempty" xml:"operateDescription,omitempty"`
	OperateTime         *float32 `json:"operateTime,omitempty" xml:"operateTime,omitempty"`
	OperatorAccountName *string  `json:"operatorAccountName,omitempty" xml:"operatorAccountName,omitempty"`
}

func (GetFlowDetailResponseBodyLogs) GoString

func (*GetFlowDetailResponseBodyLogs) SetLogType

func (*GetFlowDetailResponseBodyLogs) SetOperateDescription

func (*GetFlowDetailResponseBodyLogs) SetOperateTime

func (*GetFlowDetailResponseBodyLogs) SetOperatorAccountName

func (GetFlowDetailResponseBodyLogs) String

type GetFlowDocsHeaders

type GetFlowDocsHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetFlowDocsHeaders) GoString

func (s GetFlowDocsHeaders) GoString() string

func (*GetFlowDocsHeaders) SetCommonHeaders

func (s *GetFlowDocsHeaders) SetCommonHeaders(v map[string]*string) *GetFlowDocsHeaders

func (*GetFlowDocsHeaders) SetServiceGroup

func (s *GetFlowDocsHeaders) SetServiceGroup(v string) *GetFlowDocsHeaders

func (*GetFlowDocsHeaders) SetXAcsDingtalkAccessToken

func (s *GetFlowDocsHeaders) SetXAcsDingtalkAccessToken(v string) *GetFlowDocsHeaders

func (GetFlowDocsHeaders) String

func (s GetFlowDocsHeaders) String() string

type GetFlowDocsResponse

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

func (GetFlowDocsResponse) GoString

func (s GetFlowDocsResponse) GoString() string

func (*GetFlowDocsResponse) SetBody

func (*GetFlowDocsResponse) SetHeaders

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

func (*GetFlowDocsResponse) SetStatusCode

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

func (GetFlowDocsResponse) String

func (s GetFlowDocsResponse) String() string

type GetFlowDocsResponseBody

type GetFlowDocsResponseBody struct {
	Data []*GetFlowDocsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"`
}

func (GetFlowDocsResponseBody) GoString

func (s GetFlowDocsResponseBody) GoString() string

func (*GetFlowDocsResponseBody) SetData

func (GetFlowDocsResponseBody) String

func (s GetFlowDocsResponseBody) String() string

type GetFlowDocsResponseBodyData

type GetFlowDocsResponseBodyData struct {
	FileId   *string `json:"fileId,omitempty" xml:"fileId,omitempty"`
	FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
	FileUrl  *string `json:"fileUrl,omitempty" xml:"fileUrl,omitempty"`
}

func (GetFlowDocsResponseBodyData) GoString

func (s GetFlowDocsResponseBodyData) GoString() string

func (*GetFlowDocsResponseBodyData) SetFileId

func (*GetFlowDocsResponseBodyData) SetFileName

func (*GetFlowDocsResponseBodyData) SetFileUrl

func (GetFlowDocsResponseBodyData) String

type GetIsvStatusHeaders

type GetIsvStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetIsvStatusHeaders) GoString

func (s GetIsvStatusHeaders) GoString() string

func (*GetIsvStatusHeaders) SetCommonHeaders

func (s *GetIsvStatusHeaders) SetCommonHeaders(v map[string]*string) *GetIsvStatusHeaders

func (*GetIsvStatusHeaders) SetServiceGroup

func (s *GetIsvStatusHeaders) SetServiceGroup(v string) *GetIsvStatusHeaders

func (*GetIsvStatusHeaders) SetXAcsDingtalkAccessToken

func (s *GetIsvStatusHeaders) SetXAcsDingtalkAccessToken(v string) *GetIsvStatusHeaders

func (GetIsvStatusHeaders) String

func (s GetIsvStatusHeaders) String() string

type GetIsvStatusResponse

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

func (GetIsvStatusResponse) GoString

func (s GetIsvStatusResponse) GoString() string

func (*GetIsvStatusResponse) SetBody

func (*GetIsvStatusResponse) SetHeaders

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

func (*GetIsvStatusResponse) SetStatusCode

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

func (GetIsvStatusResponse) String

func (s GetIsvStatusResponse) String() string

type GetIsvStatusResponseBody

type GetIsvStatusResponseBody struct {
	AuthStatus    *string `json:"authStatus,omitempty" xml:"authStatus,omitempty"`
	InstallStatus *string `json:"installStatus,omitempty" xml:"installStatus,omitempty"`
}

func (GetIsvStatusResponseBody) GoString

func (s GetIsvStatusResponseBody) GoString() string

func (*GetIsvStatusResponseBody) SetAuthStatus

func (*GetIsvStatusResponseBody) SetInstallStatus

func (GetIsvStatusResponseBody) String

func (s GetIsvStatusResponseBody) String() string

type GetSignDetailHeaders

type GetSignDetailHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetSignDetailHeaders) GoString

func (s GetSignDetailHeaders) GoString() string

func (*GetSignDetailHeaders) SetCommonHeaders

func (s *GetSignDetailHeaders) SetCommonHeaders(v map[string]*string) *GetSignDetailHeaders

func (*GetSignDetailHeaders) SetServiceGroup

func (s *GetSignDetailHeaders) SetServiceGroup(v string) *GetSignDetailHeaders

func (*GetSignDetailHeaders) SetXAcsDingtalkAccessToken

func (s *GetSignDetailHeaders) SetXAcsDingtalkAccessToken(v string) *GetSignDetailHeaders

func (GetSignDetailHeaders) String

func (s GetSignDetailHeaders) String() string

type GetSignDetailResponse

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

func (GetSignDetailResponse) GoString

func (s GetSignDetailResponse) GoString() string

func (*GetSignDetailResponse) SetBody

func (*GetSignDetailResponse) SetHeaders

func (*GetSignDetailResponse) SetStatusCode

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

func (GetSignDetailResponse) String

func (s GetSignDetailResponse) String() string

type GetSignDetailResponseBody

type GetSignDetailResponseBody struct {
	BusinessScene *string                             `json:"businessScene,omitempty" xml:"businessScene,omitempty"`
	FlowStatus    *float32                            `json:"flowStatus,omitempty" xml:"flowStatus,omitempty"`
	Signers       []*GetSignDetailResponseBodySigners `json:"signers,omitempty" xml:"signers,omitempty" type:"Repeated"`
}

func (GetSignDetailResponseBody) GoString

func (s GetSignDetailResponseBody) GoString() string

func (*GetSignDetailResponseBody) SetBusinessScene

func (*GetSignDetailResponseBody) SetFlowStatus

func (*GetSignDetailResponseBody) SetSigners

func (GetSignDetailResponseBody) String

func (s GetSignDetailResponseBody) String() string

type GetSignDetailResponseBodySigners

type GetSignDetailResponseBodySigners struct {
	SignStatus *float32 `json:"signStatus,omitempty" xml:"signStatus,omitempty"`
	SignerName *string  `json:"signerName,omitempty" xml:"signerName,omitempty"`
}

func (GetSignDetailResponseBodySigners) GoString

func (*GetSignDetailResponseBodySigners) SetSignStatus

func (*GetSignDetailResponseBodySigners) SetSignerName

func (GetSignDetailResponseBodySigners) String

type GetUserInfoHeaders

type GetUserInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetUserInfoHeaders) GoString

func (s GetUserInfoHeaders) GoString() string

func (*GetUserInfoHeaders) SetCommonHeaders

func (s *GetUserInfoHeaders) SetCommonHeaders(v map[string]*string) *GetUserInfoHeaders

func (*GetUserInfoHeaders) SetServiceGroup

func (s *GetUserInfoHeaders) SetServiceGroup(v string) *GetUserInfoHeaders

func (*GetUserInfoHeaders) SetXAcsDingtalkAccessToken

func (s *GetUserInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserInfoHeaders

func (GetUserInfoHeaders) String

func (s GetUserInfoHeaders) 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 {
	IsRealName   *string `json:"isRealName,omitempty" xml:"isRealName,omitempty"`
	UserRealName *string `json:"userRealName,omitempty" xml:"userRealName,omitempty"`
}

func (GetUserInfoResponseBody) GoString

func (s GetUserInfoResponseBody) GoString() string

func (*GetUserInfoResponseBody) SetIsRealName

func (*GetUserInfoResponseBody) SetUserRealName

func (GetUserInfoResponseBody) String

func (s GetUserInfoResponseBody) String() string

type ProcessStartHeaders

type ProcessStartHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ProcessStartHeaders) GoString

func (s ProcessStartHeaders) GoString() string

func (*ProcessStartHeaders) SetCommonHeaders

func (s *ProcessStartHeaders) SetCommonHeaders(v map[string]*string) *ProcessStartHeaders

func (*ProcessStartHeaders) SetServiceGroup

func (s *ProcessStartHeaders) SetServiceGroup(v string) *ProcessStartHeaders

func (*ProcessStartHeaders) SetXAcsDingtalkAccessToken

func (s *ProcessStartHeaders) SetXAcsDingtalkAccessToken(v string) *ProcessStartHeaders

func (ProcessStartHeaders) String

func (s ProcessStartHeaders) String() string

type ProcessStartRequest

type ProcessStartRequest struct {
	AutoStart       *string                            `json:"autoStart,omitempty" xml:"autoStart,omitempty"`
	Ccs             []*ProcessStartRequestCcs          `json:"ccs,omitempty" xml:"ccs,omitempty" type:"Repeated"`
	Files           []*ProcessStartRequestFiles        `json:"files,omitempty" xml:"files,omitempty" type:"Repeated"`
	InitiatorUserId *string                            `json:"initiatorUserId,omitempty" xml:"initiatorUserId,omitempty"`
	Participants    []*ProcessStartRequestParticipants `json:"participants,omitempty" xml:"participants,omitempty" type:"Repeated"`
	RedirectUrl     *string                            `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"`
	SourceInfo      *ProcessStartRequestSourceInfo     `json:"sourceInfo,omitempty" xml:"sourceInfo,omitempty" type:"Struct"`
	TaskName        *string                            `json:"taskName,omitempty" xml:"taskName,omitempty"`
}

func (ProcessStartRequest) GoString

func (s ProcessStartRequest) GoString() string

func (*ProcessStartRequest) SetAutoStart

func (s *ProcessStartRequest) SetAutoStart(v string) *ProcessStartRequest

func (*ProcessStartRequest) SetCcs

func (*ProcessStartRequest) SetFiles

func (*ProcessStartRequest) SetInitiatorUserId

func (s *ProcessStartRequest) SetInitiatorUserId(v string) *ProcessStartRequest

func (*ProcessStartRequest) SetParticipants

func (*ProcessStartRequest) SetRedirectUrl

func (s *ProcessStartRequest) SetRedirectUrl(v string) *ProcessStartRequest

func (*ProcessStartRequest) SetSourceInfo

func (*ProcessStartRequest) SetTaskName

func (s *ProcessStartRequest) SetTaskName(v string) *ProcessStartRequest

func (ProcessStartRequest) String

func (s ProcessStartRequest) String() string

type ProcessStartRequestCcs

type ProcessStartRequestCcs struct {
	Account     *string `json:"account,omitempty" xml:"account,omitempty"`
	AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"`
	AccountType *string `json:"accountType,omitempty" xml:"accountType,omitempty"`
	OrgName     *string `json:"orgName,omitempty" xml:"orgName,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ProcessStartRequestCcs) GoString

func (s ProcessStartRequestCcs) GoString() string

func (*ProcessStartRequestCcs) SetAccount

func (*ProcessStartRequestCcs) SetAccountName

func (*ProcessStartRequestCcs) SetAccountType

func (*ProcessStartRequestCcs) SetOrgName

func (*ProcessStartRequestCcs) SetUserId

func (ProcessStartRequestCcs) String

func (s ProcessStartRequestCcs) String() string

type ProcessStartRequestFiles

type ProcessStartRequestFiles struct {
	FileId   *string `json:"fileId,omitempty" xml:"fileId,omitempty"`
	FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"`
}

func (ProcessStartRequestFiles) GoString

func (s ProcessStartRequestFiles) GoString() string

func (*ProcessStartRequestFiles) SetFileId

func (*ProcessStartRequestFiles) SetFileName

func (ProcessStartRequestFiles) String

func (s ProcessStartRequestFiles) String() string

type ProcessStartRequestParticipants

type ProcessStartRequestParticipants struct {
	Account          *string `json:"account,omitempty" xml:"account,omitempty"`
	AccountName      *string `json:"accountName,omitempty" xml:"accountName,omitempty"`
	AccountType      *string `json:"accountType,omitempty" xml:"accountType,omitempty"`
	OrgName          *string `json:"orgName,omitempty" xml:"orgName,omitempty"`
	SignRequirements *string `json:"signRequirements,omitempty" xml:"signRequirements,omitempty"`
	UserId           *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ProcessStartRequestParticipants) GoString

func (*ProcessStartRequestParticipants) SetAccount

func (*ProcessStartRequestParticipants) SetAccountName

func (*ProcessStartRequestParticipants) SetAccountType

func (*ProcessStartRequestParticipants) SetOrgName

func (*ProcessStartRequestParticipants) SetSignRequirements

func (*ProcessStartRequestParticipants) SetUserId

func (ProcessStartRequestParticipants) String

type ProcessStartRequestSourceInfo

type ProcessStartRequestSourceInfo struct {
	MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	PcUrl     *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	ShowText  *string `json:"showText,omitempty" xml:"showText,omitempty"`
}

func (ProcessStartRequestSourceInfo) GoString

func (*ProcessStartRequestSourceInfo) SetMobileUrl

func (*ProcessStartRequestSourceInfo) SetPcUrl

func (*ProcessStartRequestSourceInfo) SetShowText

func (ProcessStartRequestSourceInfo) String

type ProcessStartResponse

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

func (ProcessStartResponse) GoString

func (s ProcessStartResponse) GoString() string

func (*ProcessStartResponse) SetBody

func (*ProcessStartResponse) SetHeaders

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

func (*ProcessStartResponse) SetStatusCode

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

func (ProcessStartResponse) String

func (s ProcessStartResponse) String() string

type ProcessStartResponseBody

type ProcessStartResponseBody struct {
	MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	PcUrl     *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	TaskId    *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}

func (ProcessStartResponseBody) GoString

func (s ProcessStartResponseBody) GoString() string

func (*ProcessStartResponseBody) SetMobileUrl

func (*ProcessStartResponseBody) SetPcUrl

func (*ProcessStartResponseBody) SetTaskId

func (ProcessStartResponseBody) String

func (s ProcessStartResponseBody) String() string

type ResaleOrderHeaders

type ResaleOrderHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ResaleOrderHeaders) GoString

func (s ResaleOrderHeaders) GoString() string

func (*ResaleOrderHeaders) SetCommonHeaders

func (s *ResaleOrderHeaders) SetCommonHeaders(v map[string]*string) *ResaleOrderHeaders

func (*ResaleOrderHeaders) SetServiceGroup

func (s *ResaleOrderHeaders) SetServiceGroup(v string) *ResaleOrderHeaders

func (*ResaleOrderHeaders) SetXAcsDingtalkAccessToken

func (s *ResaleOrderHeaders) SetXAcsDingtalkAccessToken(v string) *ResaleOrderHeaders

func (ResaleOrderHeaders) String

func (s ResaleOrderHeaders) String() string

type ResaleOrderRequest

type ResaleOrderRequest struct {
	OrderCreateTime  *float32 `json:"orderCreateTime,omitempty" xml:"orderCreateTime,omitempty"`
	OrderId          *string  `json:"orderId,omitempty" xml:"orderId,omitempty"`
	Quantity         *float32 `json:"quantity,omitempty" xml:"quantity,omitempty"`
	ServiceStartTime *float32 `json:"serviceStartTime,omitempty" xml:"serviceStartTime,omitempty"`
	ServiceStopTime  *float32 `json:"serviceStopTime,omitempty" xml:"serviceStopTime,omitempty"`
}

func (ResaleOrderRequest) GoString

func (s ResaleOrderRequest) GoString() string

func (*ResaleOrderRequest) SetOrderCreateTime

func (s *ResaleOrderRequest) SetOrderCreateTime(v float32) *ResaleOrderRequest

func (*ResaleOrderRequest) SetOrderId

func (s *ResaleOrderRequest) SetOrderId(v string) *ResaleOrderRequest

func (*ResaleOrderRequest) SetQuantity

func (s *ResaleOrderRequest) SetQuantity(v float32) *ResaleOrderRequest

func (*ResaleOrderRequest) SetServiceStartTime

func (s *ResaleOrderRequest) SetServiceStartTime(v float32) *ResaleOrderRequest

func (*ResaleOrderRequest) SetServiceStopTime

func (s *ResaleOrderRequest) SetServiceStopTime(v float32) *ResaleOrderRequest

func (ResaleOrderRequest) String

func (s ResaleOrderRequest) String() string

type ResaleOrderResponse

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

func (ResaleOrderResponse) GoString

func (s ResaleOrderResponse) GoString() string

func (*ResaleOrderResponse) SetBody

func (*ResaleOrderResponse) SetHeaders

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

func (*ResaleOrderResponse) SetStatusCode

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

func (ResaleOrderResponse) String

func (s ResaleOrderResponse) String() string

type ResaleOrderResponseBody

type ResaleOrderResponseBody struct {
	EsignOrderId *string `json:"esignOrderId,omitempty" xml:"esignOrderId,omitempty"`
}

func (ResaleOrderResponseBody) GoString

func (s ResaleOrderResponseBody) GoString() string

func (*ResaleOrderResponseBody) SetEsignOrderId

func (ResaleOrderResponseBody) String

func (s ResaleOrderResponseBody) String() string

type UsersRealnameHeaders

type UsersRealnameHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	ServiceGroup            *string            `json:"serviceGroup,omitempty" xml:"serviceGroup,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UsersRealnameHeaders) GoString

func (s UsersRealnameHeaders) GoString() string

func (*UsersRealnameHeaders) SetCommonHeaders

func (s *UsersRealnameHeaders) SetCommonHeaders(v map[string]*string) *UsersRealnameHeaders

func (*UsersRealnameHeaders) SetServiceGroup

func (s *UsersRealnameHeaders) SetServiceGroup(v string) *UsersRealnameHeaders

func (*UsersRealnameHeaders) SetXAcsDingtalkAccessToken

func (s *UsersRealnameHeaders) SetXAcsDingtalkAccessToken(v string) *UsersRealnameHeaders

func (UsersRealnameHeaders) String

func (s UsersRealnameHeaders) String() string

type UsersRealnameRequest

type UsersRealnameRequest struct {
	RedirectUrl *string `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (UsersRealnameRequest) GoString

func (s UsersRealnameRequest) GoString() string

func (*UsersRealnameRequest) SetRedirectUrl

func (s *UsersRealnameRequest) SetRedirectUrl(v string) *UsersRealnameRequest

func (*UsersRealnameRequest) SetUserId

func (UsersRealnameRequest) String

func (s UsersRealnameRequest) String() string

type UsersRealnameResponse

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

func (UsersRealnameResponse) GoString

func (s UsersRealnameResponse) GoString() string

func (*UsersRealnameResponse) SetBody

func (*UsersRealnameResponse) SetHeaders

func (*UsersRealnameResponse) SetStatusCode

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

func (UsersRealnameResponse) String

func (s UsersRealnameResponse) String() string

type UsersRealnameResponseBody

type UsersRealnameResponseBody struct {
	MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"`
	PcUrl     *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"`
	TaskId    *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}

func (UsersRealnameResponseBody) GoString

func (s UsersRealnameResponseBody) GoString() string

func (*UsersRealnameResponseBody) SetMobileUrl

func (*UsersRealnameResponseBody) SetPcUrl

func (*UsersRealnameResponseBody) SetTaskId

func (UsersRealnameResponseBody) String

func (s UsersRealnameResponseBody) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL