Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type ApprovalListHeaders
- func (s ApprovalListHeaders) GoString() string
- func (s *ApprovalListHeaders) SetCommonHeaders(v map[string]*string) *ApprovalListHeaders
- func (s *ApprovalListHeaders) SetServiceGroup(v string) *ApprovalListHeaders
- func (s *ApprovalListHeaders) SetXAcsDingtalkAccessToken(v string) *ApprovalListHeaders
- func (s ApprovalListHeaders) String() string
- type ApprovalListResponse
- type ApprovalListResponseBody
- type ApprovalListResponseBodyData
- func (s ApprovalListResponseBodyData) GoString() string
- func (s *ApprovalListResponseBodyData) SetApprovalName(v string) *ApprovalListResponseBodyData
- func (s *ApprovalListResponseBodyData) SetApprovalNodes(v []*ApprovalListResponseBodyDataApprovalNodes) *ApprovalListResponseBodyData
- func (s *ApprovalListResponseBodyData) SetEndTime(v float32) *ApprovalListResponseBodyData
- func (s *ApprovalListResponseBodyData) SetRefuseReason(v string) *ApprovalListResponseBodyData
- func (s *ApprovalListResponseBodyData) SetSealIdImg(v string) *ApprovalListResponseBodyData
- func (s *ApprovalListResponseBodyData) SetSponsorAccountName(v string) *ApprovalListResponseBodyData
- func (s *ApprovalListResponseBodyData) SetStartTime(v float32) *ApprovalListResponseBodyData
- func (s *ApprovalListResponseBodyData) SetStatus(v string) *ApprovalListResponseBodyData
- func (s ApprovalListResponseBodyData) String() string
- type ApprovalListResponseBodyDataApprovalNodes
- func (s ApprovalListResponseBodyDataApprovalNodes) GoString() string
- func (s *ApprovalListResponseBodyDataApprovalNodes) SetApprovalTime(v string) *ApprovalListResponseBodyDataApprovalNodes
- func (s *ApprovalListResponseBodyDataApprovalNodes) SetApproverName(v string) *ApprovalListResponseBodyDataApprovalNodes
- func (s *ApprovalListResponseBodyDataApprovalNodes) SetStartTime(v float32) *ApprovalListResponseBodyDataApprovalNodes
- func (s *ApprovalListResponseBodyDataApprovalNodes) SetStatus(v string) *ApprovalListResponseBodyDataApprovalNodes
- func (s ApprovalListResponseBodyDataApprovalNodes) String() string
- type CancelCorpAuthHeaders
- func (s CancelCorpAuthHeaders) GoString() string
- func (s *CancelCorpAuthHeaders) SetCommonHeaders(v map[string]*string) *CancelCorpAuthHeaders
- func (s *CancelCorpAuthHeaders) SetServiceGroup(v string) *CancelCorpAuthHeaders
- func (s *CancelCorpAuthHeaders) SetXAcsDingtalkAccessToken(v string) *CancelCorpAuthHeaders
- func (s CancelCorpAuthHeaders) String() string
- type CancelCorpAuthRequest
- type CancelCorpAuthResponse
- type CancelCorpAuthResponseBody
- type ChannelOrdersHeaders
- func (s ChannelOrdersHeaders) GoString() string
- func (s *ChannelOrdersHeaders) SetCommonHeaders(v map[string]*string) *ChannelOrdersHeaders
- func (s *ChannelOrdersHeaders) SetServiceGroup(v string) *ChannelOrdersHeaders
- func (s *ChannelOrdersHeaders) SetXAcsDingtalkAccessToken(v string) *ChannelOrdersHeaders
- func (s ChannelOrdersHeaders) String() string
- type ChannelOrdersRequest
- func (s ChannelOrdersRequest) GoString() string
- func (s *ChannelOrdersRequest) SetItemCode(v string) *ChannelOrdersRequest
- func (s *ChannelOrdersRequest) SetItemName(v string) *ChannelOrdersRequest
- func (s *ChannelOrdersRequest) SetOrderCreateTime(v float32) *ChannelOrdersRequest
- func (s *ChannelOrdersRequest) SetOrderId(v string) *ChannelOrdersRequest
- func (s *ChannelOrdersRequest) SetPayFee(v float32) *ChannelOrdersRequest
- func (s *ChannelOrdersRequest) SetQuantity(v float32) *ChannelOrdersRequest
- func (s ChannelOrdersRequest) String() string
- type ChannelOrdersResponse
- type ChannelOrdersResponseBody
- type Client
- func (client *Client) ApprovalList(taskId *string) (_result *ApprovalListResponse, _err error)
- func (client *Client) ApprovalListWithOptions(taskId *string, headers *ApprovalListHeaders, runtime *util.RuntimeOptions) (_result *ApprovalListResponse, _err error)
- func (client *Client) CancelCorpAuth(request *CancelCorpAuthRequest) (_result *CancelCorpAuthResponse, _err error)
- func (client *Client) CancelCorpAuthWithOptions(request *CancelCorpAuthRequest, headers *CancelCorpAuthHeaders, ...) (_result *CancelCorpAuthResponse, _err error)
- func (client *Client) ChannelOrders(request *ChannelOrdersRequest) (_result *ChannelOrdersResponse, _err error)
- func (client *Client) ChannelOrdersWithOptions(request *ChannelOrdersRequest, headers *ChannelOrdersHeaders, ...) (_result *ChannelOrdersResponse, _err error)
- func (client *Client) CorpRealname(request *CorpRealnameRequest) (_result *CorpRealnameResponse, _err error)
- func (client *Client) CorpRealnameWithOptions(request *CorpRealnameRequest, headers *CorpRealnameHeaders, ...) (_result *CorpRealnameResponse, _err error)
- func (client *Client) CreateDevelopers(request *CreateDevelopersRequest) (_result *CreateDevelopersResponse, _err error)
- func (client *Client) CreateDevelopersWithOptions(request *CreateDevelopersRequest, headers *CreateDevelopersHeaders, ...) (_result *CreateDevelopersResponse, _err error)
- func (client *Client) CreateProcess(request *CreateProcessRequest) (_result *CreateProcessResponse, _err error)
- func (client *Client) CreateProcessWithOptions(request *CreateProcessRequest, headers *CreateProcessHeaders, ...) (_result *CreateProcessResponse, _err error)
- func (client *Client) GetAttachsApproval(instanceId *string) (_result *GetAttachsApprovalResponse, _err error)
- func (client *Client) GetAttachsApprovalWithOptions(instanceId *string, headers *GetAttachsApprovalHeaders, ...) (_result *GetAttachsApprovalResponse, _err error)
- func (client *Client) GetAuthUrl(request *GetAuthUrlRequest) (_result *GetAuthUrlResponse, _err error)
- func (client *Client) GetAuthUrlWithOptions(request *GetAuthUrlRequest, headers *GetAuthUrlHeaders, ...) (_result *GetAuthUrlResponse, _err error)
- func (client *Client) GetContractMargin() (_result *GetContractMarginResponse, _err error)
- func (client *Client) GetContractMarginWithOptions(headers *GetContractMarginHeaders, runtime *util.RuntimeOptions) (_result *GetContractMarginResponse, _err error)
- func (client *Client) GetCorpConsole() (_result *GetCorpConsoleResponse, _err error)
- func (client *Client) GetCorpConsoleWithOptions(headers *GetCorpConsoleHeaders, runtime *util.RuntimeOptions) (_result *GetCorpConsoleResponse, _err error)
- func (client *Client) GetCorpInfo() (_result *GetCorpInfoResponse, _err error)
- func (client *Client) GetCorpInfoWithOptions(headers *GetCorpInfoHeaders, runtime *util.RuntimeOptions) (_result *GetCorpInfoResponse, _err error)
- func (client *Client) GetExecuteUrl(request *GetExecuteUrlRequest) (_result *GetExecuteUrlResponse, _err error)
- func (client *Client) GetExecuteUrlWithOptions(request *GetExecuteUrlRequest, headers *GetExecuteUrlHeaders, ...) (_result *GetExecuteUrlResponse, _err error)
- func (client *Client) GetFileInfo(fileId *string) (_result *GetFileInfoResponse, _err error)
- func (client *Client) GetFileInfoWithOptions(fileId *string, headers *GetFileInfoHeaders, runtime *util.RuntimeOptions) (_result *GetFileInfoResponse, _err error)
- func (client *Client) GetFileUploadUrl(request *GetFileUploadUrlRequest) (_result *GetFileUploadUrlResponse, _err error)
- func (client *Client) GetFileUploadUrlWithOptions(request *GetFileUploadUrlRequest, headers *GetFileUploadUrlHeaders, ...) (_result *GetFileUploadUrlResponse, _err error)
- func (client *Client) GetFlowDetail(taskId *string) (_result *GetFlowDetailResponse, _err error)
- func (client *Client) GetFlowDetailWithOptions(taskId *string, headers *GetFlowDetailHeaders, runtime *util.RuntimeOptions) (_result *GetFlowDetailResponse, _err error)
- func (client *Client) GetFlowDocs(taskId *string) (_result *GetFlowDocsResponse, _err error)
- func (client *Client) GetFlowDocsWithOptions(taskId *string, headers *GetFlowDocsHeaders, runtime *util.RuntimeOptions) (_result *GetFlowDocsResponse, _err error)
- func (client *Client) GetIsvStatus() (_result *GetIsvStatusResponse, _err error)
- func (client *Client) GetIsvStatusWithOptions(headers *GetIsvStatusHeaders, runtime *util.RuntimeOptions) (_result *GetIsvStatusResponse, _err error)
- func (client *Client) GetSignDetail(taskId *string) (_result *GetSignDetailResponse, _err error)
- func (client *Client) GetSignDetailWithOptions(taskId *string, headers *GetSignDetailHeaders, runtime *util.RuntimeOptions) (_result *GetSignDetailResponse, _err error)
- func (client *Client) GetUserInfo(userId *string) (_result *GetUserInfoResponse, _err error)
- func (client *Client) GetUserInfoWithOptions(userId *string, headers *GetUserInfoHeaders, runtime *util.RuntimeOptions) (_result *GetUserInfoResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ProcessStart(request *ProcessStartRequest) (_result *ProcessStartResponse, _err error)
- func (client *Client) ProcessStartWithOptions(request *ProcessStartRequest, headers *ProcessStartHeaders, ...) (_result *ProcessStartResponse, _err error)
- func (client *Client) ResaleOrder(request *ResaleOrderRequest) (_result *ResaleOrderResponse, _err error)
- func (client *Client) ResaleOrderWithOptions(request *ResaleOrderRequest, headers *ResaleOrderHeaders, ...) (_result *ResaleOrderResponse, _err error)
- func (client *Client) UsersRealname(request *UsersRealnameRequest) (_result *UsersRealnameResponse, _err error)
- func (client *Client) UsersRealnameWithOptions(request *UsersRealnameRequest, headers *UsersRealnameHeaders, ...) (_result *UsersRealnameResponse, _err error)
- type CorpRealnameHeaders
- func (s CorpRealnameHeaders) GoString() string
- func (s *CorpRealnameHeaders) SetCommonHeaders(v map[string]*string) *CorpRealnameHeaders
- func (s *CorpRealnameHeaders) SetServiceGroup(v string) *CorpRealnameHeaders
- func (s *CorpRealnameHeaders) SetXAcsDingtalkAccessToken(v string) *CorpRealnameHeaders
- func (s CorpRealnameHeaders) String() string
- type CorpRealnameRequest
- type CorpRealnameResponse
- type CorpRealnameResponseBody
- func (s CorpRealnameResponseBody) GoString() string
- func (s *CorpRealnameResponseBody) SetMobileUrl(v string) *CorpRealnameResponseBody
- func (s *CorpRealnameResponseBody) SetPcUrl(v string) *CorpRealnameResponseBody
- func (s *CorpRealnameResponseBody) SetTaskId(v string) *CorpRealnameResponseBody
- func (s CorpRealnameResponseBody) String() string
- type CreateDevelopersHeaders
- func (s CreateDevelopersHeaders) GoString() string
- func (s *CreateDevelopersHeaders) SetCommonHeaders(v map[string]*string) *CreateDevelopersHeaders
- func (s *CreateDevelopersHeaders) SetServiceGroup(v string) *CreateDevelopersHeaders
- func (s *CreateDevelopersHeaders) SetXAcsDingtalkAccessToken(v string) *CreateDevelopersHeaders
- func (s CreateDevelopersHeaders) String() string
- type CreateDevelopersRequest
- type CreateDevelopersResponse
- type CreateDevelopersResponseBody
- type CreateProcessHeaders
- type CreateProcessRequest
- func (s CreateProcessRequest) GoString() string
- func (s *CreateProcessRequest) SetCcs(v []*CreateProcessRequestCcs) *CreateProcessRequest
- func (s *CreateProcessRequest) SetFiles(v []*CreateProcessRequestFiles) *CreateProcessRequest
- func (s *CreateProcessRequest) SetInitiatorUserId(v string) *CreateProcessRequest
- func (s *CreateProcessRequest) SetParticipants(v []*CreateProcessRequestParticipants) *CreateProcessRequest
- func (s *CreateProcessRequest) SetRedirectUrl(v string) *CreateProcessRequest
- func (s *CreateProcessRequest) SetSignEndTime(v int64) *CreateProcessRequest
- func (s *CreateProcessRequest) SetSourceInfo(v *CreateProcessRequestSourceInfo) *CreateProcessRequest
- func (s *CreateProcessRequest) SetTaskName(v string) *CreateProcessRequest
- func (s CreateProcessRequest) String() string
- type CreateProcessRequestCcs
- func (s CreateProcessRequestCcs) GoString() string
- func (s *CreateProcessRequestCcs) SetAccount(v string) *CreateProcessRequestCcs
- func (s *CreateProcessRequestCcs) SetAccountName(v string) *CreateProcessRequestCcs
- func (s *CreateProcessRequestCcs) SetAccountType(v string) *CreateProcessRequestCcs
- func (s *CreateProcessRequestCcs) SetOrgName(v string) *CreateProcessRequestCcs
- func (s *CreateProcessRequestCcs) SetUserId(v string) *CreateProcessRequestCcs
- func (s CreateProcessRequestCcs) String() string
- type CreateProcessRequestFiles
- func (s CreateProcessRequestFiles) GoString() string
- func (s *CreateProcessRequestFiles) SetFileId(v string) *CreateProcessRequestFiles
- func (s *CreateProcessRequestFiles) SetFileName(v string) *CreateProcessRequestFiles
- func (s *CreateProcessRequestFiles) SetFileType(v int32) *CreateProcessRequestFiles
- func (s CreateProcessRequestFiles) String() string
- type CreateProcessRequestParticipants
- func (s CreateProcessRequestParticipants) GoString() string
- func (s *CreateProcessRequestParticipants) SetAccount(v string) *CreateProcessRequestParticipants
- func (s *CreateProcessRequestParticipants) SetAccountName(v string) *CreateProcessRequestParticipants
- func (s *CreateProcessRequestParticipants) SetAccountType(v string) *CreateProcessRequestParticipants
- func (s *CreateProcessRequestParticipants) SetOrgName(v string) *CreateProcessRequestParticipants
- func (s *CreateProcessRequestParticipants) SetSignOrder(v int32) *CreateProcessRequestParticipants
- func (s *CreateProcessRequestParticipants) SetSignPosList(v []*CreateProcessRequestParticipantsSignPosList) *CreateProcessRequestParticipants
- func (s *CreateProcessRequestParticipants) SetSignRequirements(v string) *CreateProcessRequestParticipants
- func (s *CreateProcessRequestParticipants) SetUserId(v string) *CreateProcessRequestParticipants
- func (s CreateProcessRequestParticipants) String() string
- type CreateProcessRequestParticipantsSignPosList
- func (s CreateProcessRequestParticipantsSignPosList) GoString() string
- func (s *CreateProcessRequestParticipantsSignPosList) SetFileId(v string) *CreateProcessRequestParticipantsSignPosList
- func (s *CreateProcessRequestParticipantsSignPosList) SetIsCrossPage(v bool) *CreateProcessRequestParticipantsSignPosList
- func (s *CreateProcessRequestParticipantsSignPosList) SetNeedSignDate(v bool) *CreateProcessRequestParticipantsSignPosList
- func (s *CreateProcessRequestParticipantsSignPosList) SetPage(v string) *CreateProcessRequestParticipantsSignPosList
- func (s *CreateProcessRequestParticipantsSignPosList) SetSignDate(v *CreateProcessRequestParticipantsSignPosListSignDate) *CreateProcessRequestParticipantsSignPosList
- func (s *CreateProcessRequestParticipantsSignPosList) SetSignRequirement(v string) *CreateProcessRequestParticipantsSignPosList
- func (s *CreateProcessRequestParticipantsSignPosList) SetX(v float64) *CreateProcessRequestParticipantsSignPosList
- func (s *CreateProcessRequestParticipantsSignPosList) SetY(v float64) *CreateProcessRequestParticipantsSignPosList
- func (s CreateProcessRequestParticipantsSignPosList) String() string
- type CreateProcessRequestParticipantsSignPosListSignDate
- type CreateProcessRequestSourceInfo
- func (s CreateProcessRequestSourceInfo) GoString() string
- func (s *CreateProcessRequestSourceInfo) SetMobileUrl(v string) *CreateProcessRequestSourceInfo
- func (s *CreateProcessRequestSourceInfo) SetPcUrl(v string) *CreateProcessRequestSourceInfo
- func (s *CreateProcessRequestSourceInfo) SetShowText(v string) *CreateProcessRequestSourceInfo
- func (s CreateProcessRequestSourceInfo) String() string
- type CreateProcessResponse
- type CreateProcessResponseBody
- type GetAttachsApprovalHeaders
- func (s GetAttachsApprovalHeaders) GoString() string
- func (s *GetAttachsApprovalHeaders) SetCommonHeaders(v map[string]*string) *GetAttachsApprovalHeaders
- func (s *GetAttachsApprovalHeaders) SetServiceGroup(v string) *GetAttachsApprovalHeaders
- func (s *GetAttachsApprovalHeaders) SetTsignOpenAppId(v string) *GetAttachsApprovalHeaders
- func (s *GetAttachsApprovalHeaders) SetXAcsDingtalkAccessToken(v string) *GetAttachsApprovalHeaders
- func (s GetAttachsApprovalHeaders) String() string
- type GetAttachsApprovalResponse
- func (s GetAttachsApprovalResponse) GoString() string
- func (s *GetAttachsApprovalResponse) SetBody(v *GetAttachsApprovalResponseBody) *GetAttachsApprovalResponse
- func (s *GetAttachsApprovalResponse) SetHeaders(v map[string]*string) *GetAttachsApprovalResponse
- func (s GetAttachsApprovalResponse) String() string
- type GetAttachsApprovalResponseBody
- type GetAttachsApprovalResponseBodyData
- func (s GetAttachsApprovalResponseBodyData) GoString() string
- func (s *GetAttachsApprovalResponseBodyData) SetFiles(v []*GetAttachsApprovalResponseBodyDataFiles) *GetAttachsApprovalResponseBodyData
- func (s *GetAttachsApprovalResponseBodyData) SetFlowId(v string) *GetAttachsApprovalResponseBodyData
- func (s *GetAttachsApprovalResponseBodyData) SetStatus(v string) *GetAttachsApprovalResponseBodyData
- func (s GetAttachsApprovalResponseBodyData) String() string
- type GetAttachsApprovalResponseBodyDataFiles
- func (s GetAttachsApprovalResponseBodyDataFiles) GoString() string
- func (s *GetAttachsApprovalResponseBodyDataFiles) SetFileName(v string) *GetAttachsApprovalResponseBodyDataFiles
- func (s *GetAttachsApprovalResponseBodyDataFiles) SetOriginalFileUrl(v string) *GetAttachsApprovalResponseBodyDataFiles
- func (s *GetAttachsApprovalResponseBodyDataFiles) SetSignFinishFileUrl(v string) *GetAttachsApprovalResponseBodyDataFiles
- func (s GetAttachsApprovalResponseBodyDataFiles) String() string
- type GetAuthUrlHeaders
- func (s GetAuthUrlHeaders) GoString() string
- func (s *GetAuthUrlHeaders) SetCommonHeaders(v map[string]*string) *GetAuthUrlHeaders
- func (s *GetAuthUrlHeaders) SetServiceGroup(v string) *GetAuthUrlHeaders
- func (s *GetAuthUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetAuthUrlHeaders
- func (s GetAuthUrlHeaders) String() string
- type GetAuthUrlRequest
- type GetAuthUrlResponse
- type GetAuthUrlResponseBody
- func (s GetAuthUrlResponseBody) GoString() string
- func (s *GetAuthUrlResponseBody) SetMobileUrl(v string) *GetAuthUrlResponseBody
- func (s *GetAuthUrlResponseBody) SetPcUrl(v string) *GetAuthUrlResponseBody
- func (s *GetAuthUrlResponseBody) SetTaskId(v string) *GetAuthUrlResponseBody
- func (s GetAuthUrlResponseBody) String() string
- type GetContractMarginHeaders
- func (s GetContractMarginHeaders) GoString() string
- func (s *GetContractMarginHeaders) SetCommonHeaders(v map[string]*string) *GetContractMarginHeaders
- func (s *GetContractMarginHeaders) SetServiceGroup(v string) *GetContractMarginHeaders
- func (s *GetContractMarginHeaders) SetXAcsDingtalkAccessToken(v string) *GetContractMarginHeaders
- func (s GetContractMarginHeaders) String() string
- type GetContractMarginResponse
- func (s GetContractMarginResponse) GoString() string
- func (s *GetContractMarginResponse) SetBody(v *GetContractMarginResponseBody) *GetContractMarginResponse
- func (s *GetContractMarginResponse) SetHeaders(v map[string]*string) *GetContractMarginResponse
- func (s GetContractMarginResponse) String() string
- type GetContractMarginResponseBody
- type GetCorpConsoleHeaders
- func (s GetCorpConsoleHeaders) GoString() string
- func (s *GetCorpConsoleHeaders) SetCommonHeaders(v map[string]*string) *GetCorpConsoleHeaders
- func (s *GetCorpConsoleHeaders) SetServiceGroup(v string) *GetCorpConsoleHeaders
- func (s *GetCorpConsoleHeaders) SetXAcsDingtalkAccessToken(v string) *GetCorpConsoleHeaders
- func (s GetCorpConsoleHeaders) String() string
- type GetCorpConsoleResponse
- type GetCorpConsoleResponseBody
- type GetCorpInfoHeaders
- func (s GetCorpInfoHeaders) GoString() string
- func (s *GetCorpInfoHeaders) SetCommonHeaders(v map[string]*string) *GetCorpInfoHeaders
- func (s *GetCorpInfoHeaders) SetServiceGroup(v string) *GetCorpInfoHeaders
- func (s *GetCorpInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetCorpInfoHeaders
- func (s GetCorpInfoHeaders) String() string
- type GetCorpInfoResponse
- type GetCorpInfoResponseBody
- type GetExecuteUrlHeaders
- func (s GetExecuteUrlHeaders) GoString() string
- func (s *GetExecuteUrlHeaders) SetCommonHeaders(v map[string]*string) *GetExecuteUrlHeaders
- func (s *GetExecuteUrlHeaders) SetServiceGroup(v string) *GetExecuteUrlHeaders
- func (s *GetExecuteUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetExecuteUrlHeaders
- func (s GetExecuteUrlHeaders) String() string
- type GetExecuteUrlRequest
- func (s GetExecuteUrlRequest) GoString() string
- func (s *GetExecuteUrlRequest) SetAccount(v string) *GetExecuteUrlRequest
- func (s *GetExecuteUrlRequest) SetSignContainer(v int32) *GetExecuteUrlRequest
- func (s *GetExecuteUrlRequest) SetTaskId(v string) *GetExecuteUrlRequest
- func (s GetExecuteUrlRequest) String() string
- type GetExecuteUrlResponse
- type GetExecuteUrlResponseBody
- func (s GetExecuteUrlResponseBody) GoString() string
- func (s *GetExecuteUrlResponseBody) SetLongUrl(v string) *GetExecuteUrlResponseBody
- func (s *GetExecuteUrlResponseBody) SetMobileUrl(v string) *GetExecuteUrlResponseBody
- func (s *GetExecuteUrlResponseBody) SetPcUrl(v string) *GetExecuteUrlResponseBody
- func (s *GetExecuteUrlResponseBody) SetShortUrl(v string) *GetExecuteUrlResponseBody
- func (s GetExecuteUrlResponseBody) String() string
- type GetFileInfoHeaders
- func (s GetFileInfoHeaders) GoString() string
- func (s *GetFileInfoHeaders) SetCommonHeaders(v map[string]*string) *GetFileInfoHeaders
- func (s *GetFileInfoHeaders) SetServiceGroup(v string) *GetFileInfoHeaders
- func (s *GetFileInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFileInfoHeaders
- func (s GetFileInfoHeaders) String() string
- type GetFileInfoResponse
- type GetFileInfoResponseBody
- func (s GetFileInfoResponseBody) GoString() string
- func (s *GetFileInfoResponseBody) SetDownloadUrl(v string) *GetFileInfoResponseBody
- func (s *GetFileInfoResponseBody) SetFileId(v string) *GetFileInfoResponseBody
- func (s *GetFileInfoResponseBody) SetName(v string) *GetFileInfoResponseBody
- func (s *GetFileInfoResponseBody) SetPdfTotalPages(v int64) *GetFileInfoResponseBody
- func (s *GetFileInfoResponseBody) SetSize(v int64) *GetFileInfoResponseBody
- func (s *GetFileInfoResponseBody) SetStatus(v int64) *GetFileInfoResponseBody
- func (s GetFileInfoResponseBody) String() string
- type GetFileUploadUrlHeaders
- func (s GetFileUploadUrlHeaders) GoString() string
- func (s *GetFileUploadUrlHeaders) SetCommonHeaders(v map[string]*string) *GetFileUploadUrlHeaders
- func (s *GetFileUploadUrlHeaders) SetServiceGroup(v string) *GetFileUploadUrlHeaders
- func (s *GetFileUploadUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetFileUploadUrlHeaders
- func (s GetFileUploadUrlHeaders) String() string
- type GetFileUploadUrlRequest
- func (s GetFileUploadUrlRequest) GoString() string
- func (s *GetFileUploadUrlRequest) SetContentMd5(v string) *GetFileUploadUrlRequest
- func (s *GetFileUploadUrlRequest) SetContentType(v string) *GetFileUploadUrlRequest
- func (s *GetFileUploadUrlRequest) SetConvert2Pdf(v bool) *GetFileUploadUrlRequest
- func (s *GetFileUploadUrlRequest) SetFileName(v string) *GetFileUploadUrlRequest
- func (s *GetFileUploadUrlRequest) SetFileSize(v int64) *GetFileUploadUrlRequest
- func (s GetFileUploadUrlRequest) String() string
- type GetFileUploadUrlResponse
- type GetFileUploadUrlResponseBody
- type GetFlowDetailHeaders
- func (s GetFlowDetailHeaders) GoString() string
- func (s *GetFlowDetailHeaders) SetCommonHeaders(v map[string]*string) *GetFlowDetailHeaders
- func (s *GetFlowDetailHeaders) SetServiceGroup(v string) *GetFlowDetailHeaders
- func (s *GetFlowDetailHeaders) SetXAcsDingtalkAccessToken(v string) *GetFlowDetailHeaders
- func (s GetFlowDetailHeaders) String() string
- type GetFlowDetailResponse
- type GetFlowDetailResponseBody
- func (s GetFlowDetailResponseBody) GoString() string
- func (s *GetFlowDetailResponseBody) SetBusinessScene(v string) *GetFlowDetailResponseBody
- func (s *GetFlowDetailResponseBody) SetFlowStatus(v float32) *GetFlowDetailResponseBody
- func (s *GetFlowDetailResponseBody) SetInitiatorAuthorizedName(v string) *GetFlowDetailResponseBody
- func (s *GetFlowDetailResponseBody) SetInitiatorName(v string) *GetFlowDetailResponseBody
- func (s *GetFlowDetailResponseBody) SetLogs(v []*GetFlowDetailResponseBodyLogs) *GetFlowDetailResponseBody
- func (s GetFlowDetailResponseBody) String() string
- type GetFlowDetailResponseBodyLogs
- func (s GetFlowDetailResponseBodyLogs) GoString() string
- func (s *GetFlowDetailResponseBodyLogs) SetLogType(v string) *GetFlowDetailResponseBodyLogs
- func (s *GetFlowDetailResponseBodyLogs) SetOperateDescription(v string) *GetFlowDetailResponseBodyLogs
- func (s *GetFlowDetailResponseBodyLogs) SetOperateTime(v float32) *GetFlowDetailResponseBodyLogs
- func (s *GetFlowDetailResponseBodyLogs) SetOperatorAccountName(v string) *GetFlowDetailResponseBodyLogs
- func (s GetFlowDetailResponseBodyLogs) String() string
- type GetFlowDocsHeaders
- func (s GetFlowDocsHeaders) GoString() string
- func (s *GetFlowDocsHeaders) SetCommonHeaders(v map[string]*string) *GetFlowDocsHeaders
- func (s *GetFlowDocsHeaders) SetServiceGroup(v string) *GetFlowDocsHeaders
- func (s *GetFlowDocsHeaders) SetXAcsDingtalkAccessToken(v string) *GetFlowDocsHeaders
- func (s GetFlowDocsHeaders) String() string
- type GetFlowDocsResponse
- type GetFlowDocsResponseBody
- type GetFlowDocsResponseBodyData
- func (s GetFlowDocsResponseBodyData) GoString() string
- func (s *GetFlowDocsResponseBodyData) SetFileId(v string) *GetFlowDocsResponseBodyData
- func (s *GetFlowDocsResponseBodyData) SetFileName(v string) *GetFlowDocsResponseBodyData
- func (s *GetFlowDocsResponseBodyData) SetFileUrl(v string) *GetFlowDocsResponseBodyData
- func (s GetFlowDocsResponseBodyData) String() string
- type GetIsvStatusHeaders
- func (s GetIsvStatusHeaders) GoString() string
- func (s *GetIsvStatusHeaders) SetCommonHeaders(v map[string]*string) *GetIsvStatusHeaders
- func (s *GetIsvStatusHeaders) SetServiceGroup(v string) *GetIsvStatusHeaders
- func (s *GetIsvStatusHeaders) SetXAcsDingtalkAccessToken(v string) *GetIsvStatusHeaders
- func (s GetIsvStatusHeaders) String() string
- type GetIsvStatusResponse
- type GetIsvStatusResponseBody
- type GetSignDetailHeaders
- func (s GetSignDetailHeaders) GoString() string
- func (s *GetSignDetailHeaders) SetCommonHeaders(v map[string]*string) *GetSignDetailHeaders
- func (s *GetSignDetailHeaders) SetServiceGroup(v string) *GetSignDetailHeaders
- func (s *GetSignDetailHeaders) SetXAcsDingtalkAccessToken(v string) *GetSignDetailHeaders
- func (s GetSignDetailHeaders) String() string
- type GetSignDetailResponse
- type GetSignDetailResponseBody
- func (s GetSignDetailResponseBody) GoString() string
- func (s *GetSignDetailResponseBody) SetBusinessScene(v string) *GetSignDetailResponseBody
- func (s *GetSignDetailResponseBody) SetFlowStatus(v float32) *GetSignDetailResponseBody
- func (s *GetSignDetailResponseBody) SetSigners(v []*GetSignDetailResponseBodySigners) *GetSignDetailResponseBody
- func (s GetSignDetailResponseBody) String() string
- type GetSignDetailResponseBodySigners
- func (s GetSignDetailResponseBodySigners) GoString() string
- func (s *GetSignDetailResponseBodySigners) SetSignStatus(v float32) *GetSignDetailResponseBodySigners
- func (s *GetSignDetailResponseBodySigners) SetSignerName(v string) *GetSignDetailResponseBodySigners
- func (s GetSignDetailResponseBodySigners) String() string
- type GetUserInfoHeaders
- func (s GetUserInfoHeaders) GoString() string
- func (s *GetUserInfoHeaders) SetCommonHeaders(v map[string]*string) *GetUserInfoHeaders
- func (s *GetUserInfoHeaders) SetServiceGroup(v string) *GetUserInfoHeaders
- func (s *GetUserInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserInfoHeaders
- func (s GetUserInfoHeaders) String() string
- type GetUserInfoResponse
- type GetUserInfoResponseBody
- type ProcessStartHeaders
- func (s ProcessStartHeaders) GoString() string
- func (s *ProcessStartHeaders) SetCommonHeaders(v map[string]*string) *ProcessStartHeaders
- func (s *ProcessStartHeaders) SetServiceGroup(v string) *ProcessStartHeaders
- func (s *ProcessStartHeaders) SetXAcsDingtalkAccessToken(v string) *ProcessStartHeaders
- func (s ProcessStartHeaders) String() string
- type ProcessStartRequest
- func (s ProcessStartRequest) GoString() string
- func (s *ProcessStartRequest) SetAutoStart(v string) *ProcessStartRequest
- func (s *ProcessStartRequest) SetCcs(v []*ProcessStartRequestCcs) *ProcessStartRequest
- func (s *ProcessStartRequest) SetFiles(v []*ProcessStartRequestFiles) *ProcessStartRequest
- func (s *ProcessStartRequest) SetInitiatorUserId(v string) *ProcessStartRequest
- func (s *ProcessStartRequest) SetParticipants(v []*ProcessStartRequestParticipants) *ProcessStartRequest
- func (s *ProcessStartRequest) SetRedirectUrl(v string) *ProcessStartRequest
- func (s *ProcessStartRequest) SetSourceInfo(v *ProcessStartRequestSourceInfo) *ProcessStartRequest
- func (s *ProcessStartRequest) SetTaskName(v string) *ProcessStartRequest
- func (s ProcessStartRequest) String() string
- type ProcessStartRequestCcs
- func (s ProcessStartRequestCcs) GoString() string
- func (s *ProcessStartRequestCcs) SetAccount(v string) *ProcessStartRequestCcs
- func (s *ProcessStartRequestCcs) SetAccountName(v string) *ProcessStartRequestCcs
- func (s *ProcessStartRequestCcs) SetAccountType(v string) *ProcessStartRequestCcs
- func (s *ProcessStartRequestCcs) SetOrgName(v string) *ProcessStartRequestCcs
- func (s *ProcessStartRequestCcs) SetUserId(v string) *ProcessStartRequestCcs
- func (s ProcessStartRequestCcs) String() string
- type ProcessStartRequestFiles
- type ProcessStartRequestParticipants
- func (s ProcessStartRequestParticipants) GoString() string
- func (s *ProcessStartRequestParticipants) SetAccount(v string) *ProcessStartRequestParticipants
- func (s *ProcessStartRequestParticipants) SetAccountName(v string) *ProcessStartRequestParticipants
- func (s *ProcessStartRequestParticipants) SetAccountType(v string) *ProcessStartRequestParticipants
- func (s *ProcessStartRequestParticipants) SetOrgName(v string) *ProcessStartRequestParticipants
- func (s *ProcessStartRequestParticipants) SetSignRequirements(v string) *ProcessStartRequestParticipants
- func (s *ProcessStartRequestParticipants) SetUserId(v string) *ProcessStartRequestParticipants
- func (s ProcessStartRequestParticipants) String() string
- type ProcessStartRequestSourceInfo
- func (s ProcessStartRequestSourceInfo) GoString() string
- func (s *ProcessStartRequestSourceInfo) SetMobileUrl(v string) *ProcessStartRequestSourceInfo
- func (s *ProcessStartRequestSourceInfo) SetPcUrl(v string) *ProcessStartRequestSourceInfo
- func (s *ProcessStartRequestSourceInfo) SetShowText(v string) *ProcessStartRequestSourceInfo
- func (s ProcessStartRequestSourceInfo) String() string
- type ProcessStartResponse
- type ProcessStartResponseBody
- func (s ProcessStartResponseBody) GoString() string
- func (s *ProcessStartResponseBody) SetMobileUrl(v string) *ProcessStartResponseBody
- func (s *ProcessStartResponseBody) SetPcUrl(v string) *ProcessStartResponseBody
- func (s *ProcessStartResponseBody) SetTaskId(v string) *ProcessStartResponseBody
- func (s ProcessStartResponseBody) String() string
- type ResaleOrderHeaders
- func (s ResaleOrderHeaders) GoString() string
- func (s *ResaleOrderHeaders) SetCommonHeaders(v map[string]*string) *ResaleOrderHeaders
- func (s *ResaleOrderHeaders) SetServiceGroup(v string) *ResaleOrderHeaders
- func (s *ResaleOrderHeaders) SetXAcsDingtalkAccessToken(v string) *ResaleOrderHeaders
- func (s ResaleOrderHeaders) String() string
- type ResaleOrderRequest
- func (s ResaleOrderRequest) GoString() string
- func (s *ResaleOrderRequest) SetOrderCreateTime(v float32) *ResaleOrderRequest
- func (s *ResaleOrderRequest) SetOrderId(v string) *ResaleOrderRequest
- func (s *ResaleOrderRequest) SetQuantity(v float32) *ResaleOrderRequest
- func (s *ResaleOrderRequest) SetServiceStartTime(v float32) *ResaleOrderRequest
- func (s *ResaleOrderRequest) SetServiceStopTime(v float32) *ResaleOrderRequest
- func (s ResaleOrderRequest) String() string
- type ResaleOrderResponse
- type ResaleOrderResponseBody
- type UsersRealnameHeaders
- func (s UsersRealnameHeaders) GoString() string
- func (s *UsersRealnameHeaders) SetCommonHeaders(v map[string]*string) *UsersRealnameHeaders
- func (s *UsersRealnameHeaders) SetServiceGroup(v string) *UsersRealnameHeaders
- func (s *UsersRealnameHeaders) SetXAcsDingtalkAccessToken(v string) *UsersRealnameHeaders
- func (s UsersRealnameHeaders) String() string
- type UsersRealnameRequest
- type UsersRealnameResponse
- type UsersRealnameResponseBody
- func (s UsersRealnameResponseBody) GoString() string
- func (s *UsersRealnameResponseBody) SetMobileUrl(v string) *UsersRealnameResponseBody
- func (s *UsersRealnameResponseBody) SetPcUrl(v string) *UsersRealnameResponseBody
- func (s *UsersRealnameResponseBody) SetTaskId(v string) *UsersRealnameResponseBody
- func (s UsersRealnameResponseBody) String() string
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" require:"true"` Body *ApprovalListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ApprovalListResponse) GoString ¶
func (s ApprovalListResponse) GoString() string
func (*ApprovalListResponse) SetBody ¶
func (s *ApprovalListResponse) SetBody(v *ApprovalListResponseBody) *ApprovalListResponse
func (*ApprovalListResponse) SetHeaders ¶
func (s *ApprovalListResponse) SetHeaders(v map[string]*string) *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 (s *ApprovalListResponseBody) SetData(v []*ApprovalListResponseBodyData) *ApprovalListResponseBody
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 (s *ApprovalListResponseBodyData) SetApprovalName(v string) *ApprovalListResponseBodyData
func (*ApprovalListResponseBodyData) SetApprovalNodes ¶
func (s *ApprovalListResponseBodyData) SetApprovalNodes(v []*ApprovalListResponseBodyDataApprovalNodes) *ApprovalListResponseBodyData
func (*ApprovalListResponseBodyData) SetEndTime ¶
func (s *ApprovalListResponseBodyData) SetEndTime(v float32) *ApprovalListResponseBodyData
func (*ApprovalListResponseBodyData) SetRefuseReason ¶
func (s *ApprovalListResponseBodyData) SetRefuseReason(v string) *ApprovalListResponseBodyData
func (*ApprovalListResponseBodyData) SetSealIdImg ¶
func (s *ApprovalListResponseBodyData) SetSealIdImg(v string) *ApprovalListResponseBodyData
func (*ApprovalListResponseBodyData) SetSponsorAccountName ¶
func (s *ApprovalListResponseBodyData) SetSponsorAccountName(v string) *ApprovalListResponseBodyData
func (*ApprovalListResponseBodyData) SetStartTime ¶
func (s *ApprovalListResponseBodyData) SetStartTime(v float32) *ApprovalListResponseBodyData
func (*ApprovalListResponseBodyData) SetStatus ¶
func (s *ApprovalListResponseBodyData) SetStatus(v string) *ApprovalListResponseBodyData
func (ApprovalListResponseBodyData) String ¶
func (s ApprovalListResponseBodyData) String() 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 (s ApprovalListResponseBodyDataApprovalNodes) GoString() string
func (*ApprovalListResponseBodyDataApprovalNodes) SetApprovalTime ¶
func (s *ApprovalListResponseBodyDataApprovalNodes) SetApprovalTime(v string) *ApprovalListResponseBodyDataApprovalNodes
func (*ApprovalListResponseBodyDataApprovalNodes) SetApproverName ¶
func (s *ApprovalListResponseBodyDataApprovalNodes) SetApproverName(v string) *ApprovalListResponseBodyDataApprovalNodes
func (*ApprovalListResponseBodyDataApprovalNodes) SetStartTime ¶
func (s *ApprovalListResponseBodyDataApprovalNodes) SetStartTime(v float32) *ApprovalListResponseBodyDataApprovalNodes
func (*ApprovalListResponseBodyDataApprovalNodes) SetStatus ¶
func (s *ApprovalListResponseBodyDataApprovalNodes) SetStatus(v string) *ApprovalListResponseBodyDataApprovalNodes
func (ApprovalListResponseBodyDataApprovalNodes) String ¶
func (s ApprovalListResponseBodyDataApprovalNodes) String() 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" require:"true"` Body *CancelCorpAuthResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CancelCorpAuthResponse) GoString ¶
func (s CancelCorpAuthResponse) GoString() string
func (*CancelCorpAuthResponse) SetBody ¶
func (s *CancelCorpAuthResponse) SetBody(v *CancelCorpAuthResponseBody) *CancelCorpAuthResponse
func (*CancelCorpAuthResponse) SetHeaders ¶
func (s *CancelCorpAuthResponse) SetHeaders(v map[string]*string) *CancelCorpAuthResponse
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 (s *CancelCorpAuthResponseBody) SetResult(v bool) *CancelCorpAuthResponseBody
func (CancelCorpAuthResponseBody) String ¶
func (s CancelCorpAuthResponseBody) String() 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 { // 商品id ItemCode *string `json:"itemCode,omitempty" xml:"itemCode,omitempty"` // 商品名称 ItemName *string `json:"itemName,omitempty" xml:"itemName,omitempty"` // 下单时间 OrderCreateTime *float32 `json:"orderCreateTime,omitempty" xml:"orderCreateTime,omitempty"` // isv方的订单Id(用于幂等,请保证唯一性) 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 (s *ChannelOrdersRequest) SetItemCode(v string) *ChannelOrdersRequest
func (*ChannelOrdersRequest) SetItemName ¶
func (s *ChannelOrdersRequest) SetItemName(v string) *ChannelOrdersRequest
func (*ChannelOrdersRequest) SetOrderCreateTime ¶
func (s *ChannelOrdersRequest) SetOrderCreateTime(v float32) *ChannelOrdersRequest
func (*ChannelOrdersRequest) SetOrderId ¶
func (s *ChannelOrdersRequest) SetOrderId(v string) *ChannelOrdersRequest
func (*ChannelOrdersRequest) SetPayFee ¶
func (s *ChannelOrdersRequest) SetPayFee(v float32) *ChannelOrdersRequest
func (*ChannelOrdersRequest) SetQuantity ¶
func (s *ChannelOrdersRequest) SetQuantity(v float32) *ChannelOrdersRequest
func (ChannelOrdersRequest) String ¶
func (s ChannelOrdersRequest) String() string
type ChannelOrdersResponse ¶
type ChannelOrdersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ChannelOrdersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ChannelOrdersResponse) GoString ¶
func (s ChannelOrdersResponse) GoString() string
func (*ChannelOrdersResponse) SetBody ¶
func (s *ChannelOrdersResponse) SetBody(v *ChannelOrdersResponseBody) *ChannelOrdersResponse
func (*ChannelOrdersResponse) SetHeaders ¶
func (s *ChannelOrdersResponse) SetHeaders(v map[string]*string) *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 (s *ChannelOrdersResponseBody) SetEsignOrderId(v string) *ChannelOrdersResponseBody
func (ChannelOrdersResponseBody) String ¶
func (s ChannelOrdersResponseBody) String() string
type Client ¶
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) 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 (s *CorpRealnameRequest) SetUserId(v string) *CorpRealnameRequest
func (CorpRealnameRequest) String ¶
func (s CorpRealnameRequest) String() string
type CorpRealnameResponse ¶
type CorpRealnameResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CorpRealnameResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CorpRealnameResponse) GoString ¶
func (s CorpRealnameResponse) GoString() string
func (*CorpRealnameResponse) SetBody ¶
func (s *CorpRealnameResponse) SetBody(v *CorpRealnameResponseBody) *CorpRealnameResponse
func (*CorpRealnameResponse) SetHeaders ¶
func (s *CorpRealnameResponse) SetHeaders(v map[string]*string) *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 (s *CorpRealnameResponseBody) SetMobileUrl(v string) *CorpRealnameResponseBody
func (*CorpRealnameResponseBody) SetPcUrl ¶
func (s *CorpRealnameResponseBody) SetPcUrl(v string) *CorpRealnameResponseBody
func (*CorpRealnameResponseBody) SetTaskId ¶
func (s *CorpRealnameResponseBody) SetTaskId(v string) *CorpRealnameResponseBody
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 (s *CreateDevelopersHeaders) SetServiceGroup(v string) *CreateDevelopersHeaders
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 (s *CreateDevelopersRequest) SetNoticeUrl(v string) *CreateDevelopersRequest
func (CreateDevelopersRequest) String ¶
func (s CreateDevelopersRequest) String() string
type CreateDevelopersResponse ¶
type CreateDevelopersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateDevelopersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateDevelopersResponse) GoString ¶
func (s CreateDevelopersResponse) GoString() string
func (*CreateDevelopersResponse) SetBody ¶
func (s *CreateDevelopersResponse) SetBody(v *CreateDevelopersResponseBody) *CreateDevelopersResponse
func (*CreateDevelopersResponse) SetHeaders ¶
func (s *CreateDevelopersResponse) SetHeaders(v map[string]*string) *CreateDevelopersResponse
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 (s *CreateDevelopersResponseBody) SetData(v bool) *CreateDevelopersResponseBody
func (CreateDevelopersResponseBody) String ¶
func (s CreateDevelopersResponseBody) String() 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 (s *CreateProcessRequest) SetCcs(v []*CreateProcessRequestCcs) *CreateProcessRequest
func (*CreateProcessRequest) SetFiles ¶
func (s *CreateProcessRequest) SetFiles(v []*CreateProcessRequestFiles) *CreateProcessRequest
func (*CreateProcessRequest) SetInitiatorUserId ¶
func (s *CreateProcessRequest) SetInitiatorUserId(v string) *CreateProcessRequest
func (*CreateProcessRequest) SetParticipants ¶
func (s *CreateProcessRequest) SetParticipants(v []*CreateProcessRequestParticipants) *CreateProcessRequest
func (*CreateProcessRequest) SetRedirectUrl ¶
func (s *CreateProcessRequest) SetRedirectUrl(v string) *CreateProcessRequest
func (*CreateProcessRequest) SetSignEndTime ¶
func (s *CreateProcessRequest) SetSignEndTime(v int64) *CreateProcessRequest
func (*CreateProcessRequest) SetSourceInfo ¶
func (s *CreateProcessRequest) SetSourceInfo(v *CreateProcessRequestSourceInfo) *CreateProcessRequest
func (*CreateProcessRequest) SetTaskName ¶
func (s *CreateProcessRequest) SetTaskName(v string) *CreateProcessRequest
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 (s *CreateProcessRequestCcs) SetAccount(v string) *CreateProcessRequestCcs
func (*CreateProcessRequestCcs) SetAccountName ¶
func (s *CreateProcessRequestCcs) SetAccountName(v string) *CreateProcessRequestCcs
func (*CreateProcessRequestCcs) SetAccountType ¶
func (s *CreateProcessRequestCcs) SetAccountType(v string) *CreateProcessRequestCcs
func (*CreateProcessRequestCcs) SetOrgName ¶
func (s *CreateProcessRequestCcs) SetOrgName(v string) *CreateProcessRequestCcs
func (*CreateProcessRequestCcs) SetUserId ¶
func (s *CreateProcessRequestCcs) SetUserId(v string) *CreateProcessRequestCcs
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 (s *CreateProcessRequestFiles) SetFileId(v string) *CreateProcessRequestFiles
func (*CreateProcessRequestFiles) SetFileName ¶
func (s *CreateProcessRequestFiles) SetFileName(v string) *CreateProcessRequestFiles
func (*CreateProcessRequestFiles) SetFileType ¶
func (s *CreateProcessRequestFiles) SetFileType(v int32) *CreateProcessRequestFiles
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 (s CreateProcessRequestParticipants) GoString() string
func (*CreateProcessRequestParticipants) SetAccount ¶
func (s *CreateProcessRequestParticipants) SetAccount(v string) *CreateProcessRequestParticipants
func (*CreateProcessRequestParticipants) SetAccountName ¶
func (s *CreateProcessRequestParticipants) SetAccountName(v string) *CreateProcessRequestParticipants
func (*CreateProcessRequestParticipants) SetAccountType ¶
func (s *CreateProcessRequestParticipants) SetAccountType(v string) *CreateProcessRequestParticipants
func (*CreateProcessRequestParticipants) SetOrgName ¶
func (s *CreateProcessRequestParticipants) SetOrgName(v string) *CreateProcessRequestParticipants
func (*CreateProcessRequestParticipants) SetSignOrder ¶
func (s *CreateProcessRequestParticipants) SetSignOrder(v int32) *CreateProcessRequestParticipants
func (*CreateProcessRequestParticipants) SetSignPosList ¶
func (s *CreateProcessRequestParticipants) SetSignPosList(v []*CreateProcessRequestParticipantsSignPosList) *CreateProcessRequestParticipants
func (*CreateProcessRequestParticipants) SetSignRequirements ¶
func (s *CreateProcessRequestParticipants) SetSignRequirements(v string) *CreateProcessRequestParticipants
func (*CreateProcessRequestParticipants) SetUserId ¶
func (s *CreateProcessRequestParticipants) SetUserId(v string) *CreateProcessRequestParticipants
func (CreateProcessRequestParticipants) String ¶
func (s CreateProcessRequestParticipants) String() string
type CreateProcessRequestParticipantsSignPosList ¶
type CreateProcessRequestParticipantsSignPosList struct { // 文件id 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"` // 签署要求,1-企业章 2-经办人 SignRequirement *string `json:"signRequirement,omitempty" xml:"signRequirement,omitempty"` // 签署区x坐标 X *float64 `json:"x,omitempty" xml:"x,omitempty"` // 签署区y坐标 Y *float64 `json:"y,omitempty" xml:"y,omitempty"` }
func (CreateProcessRequestParticipantsSignPosList) GoString ¶
func (s CreateProcessRequestParticipantsSignPosList) GoString() string
func (*CreateProcessRequestParticipantsSignPosList) SetFileId ¶
func (s *CreateProcessRequestParticipantsSignPosList) SetFileId(v string) *CreateProcessRequestParticipantsSignPosList
func (*CreateProcessRequestParticipantsSignPosList) SetIsCrossPage ¶
func (s *CreateProcessRequestParticipantsSignPosList) SetIsCrossPage(v bool) *CreateProcessRequestParticipantsSignPosList
func (*CreateProcessRequestParticipantsSignPosList) SetNeedSignDate ¶
func (s *CreateProcessRequestParticipantsSignPosList) SetNeedSignDate(v bool) *CreateProcessRequestParticipantsSignPosList
func (*CreateProcessRequestParticipantsSignPosList) SetPage ¶
func (s *CreateProcessRequestParticipantsSignPosList) SetPage(v string) *CreateProcessRequestParticipantsSignPosList
func (*CreateProcessRequestParticipantsSignPosList) SetSignDate ¶
func (*CreateProcessRequestParticipantsSignPosList) SetSignRequirement ¶
func (s *CreateProcessRequestParticipantsSignPosList) SetSignRequirement(v string) *CreateProcessRequestParticipantsSignPosList
func (CreateProcessRequestParticipantsSignPosList) String ¶
func (s CreateProcessRequestParticipantsSignPosList) String() string
type CreateProcessRequestParticipantsSignPosListSignDate ¶
type CreateProcessRequestParticipantsSignPosListSignDate struct { // 签署区时间格式, 支持yyyy/MM/dd, yyyy-MM-dd, yyyy年MM月dd日 Format *string `json:"format,omitempty" xml:"format,omitempty"` }
func (CreateProcessRequestParticipantsSignPosListSignDate) GoString ¶
func (s CreateProcessRequestParticipantsSignPosListSignDate) GoString() string
func (CreateProcessRequestParticipantsSignPosListSignDate) String ¶
func (s CreateProcessRequestParticipantsSignPosListSignDate) String() 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 (s CreateProcessRequestSourceInfo) GoString() string
func (*CreateProcessRequestSourceInfo) SetMobileUrl ¶
func (s *CreateProcessRequestSourceInfo) SetMobileUrl(v string) *CreateProcessRequestSourceInfo
func (*CreateProcessRequestSourceInfo) SetPcUrl ¶
func (s *CreateProcessRequestSourceInfo) SetPcUrl(v string) *CreateProcessRequestSourceInfo
func (*CreateProcessRequestSourceInfo) SetShowText ¶
func (s *CreateProcessRequestSourceInfo) SetShowText(v string) *CreateProcessRequestSourceInfo
func (CreateProcessRequestSourceInfo) String ¶
func (s CreateProcessRequestSourceInfo) String() string
type CreateProcessResponse ¶
type CreateProcessResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateProcessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateProcessResponse) GoString ¶
func (s CreateProcessResponse) GoString() string
func (*CreateProcessResponse) SetBody ¶
func (s *CreateProcessResponse) SetBody(v *CreateProcessResponseBody) *CreateProcessResponse
func (*CreateProcessResponse) SetHeaders ¶
func (s *CreateProcessResponse) SetHeaders(v map[string]*string) *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 (s *CreateProcessResponseBody) SetTaskId(v string) *CreateProcessResponseBody
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 (s *GetAttachsApprovalHeaders) SetCommonHeaders(v map[string]*string) *GetAttachsApprovalHeaders
func (*GetAttachsApprovalHeaders) SetServiceGroup ¶
func (s *GetAttachsApprovalHeaders) SetServiceGroup(v string) *GetAttachsApprovalHeaders
func (*GetAttachsApprovalHeaders) SetTsignOpenAppId ¶
func (s *GetAttachsApprovalHeaders) SetTsignOpenAppId(v string) *GetAttachsApprovalHeaders
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" require:"true"` Body *GetAttachsApprovalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetAttachsApprovalResponse) GoString ¶
func (s GetAttachsApprovalResponse) GoString() string
func (*GetAttachsApprovalResponse) SetBody ¶
func (s *GetAttachsApprovalResponse) SetBody(v *GetAttachsApprovalResponseBody) *GetAttachsApprovalResponse
func (*GetAttachsApprovalResponse) SetHeaders ¶
func (s *GetAttachsApprovalResponse) SetHeaders(v map[string]*string) *GetAttachsApprovalResponse
func (GetAttachsApprovalResponse) String ¶
func (s GetAttachsApprovalResponse) String() string
type GetAttachsApprovalResponseBody ¶
type GetAttachsApprovalResponseBody struct { // Id of the request Data []*GetAttachsApprovalResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"` }
func (GetAttachsApprovalResponseBody) GoString ¶
func (s GetAttachsApprovalResponseBody) GoString() string
func (*GetAttachsApprovalResponseBody) SetData ¶
func (s *GetAttachsApprovalResponseBody) SetData(v []*GetAttachsApprovalResponseBodyData) *GetAttachsApprovalResponseBody
func (GetAttachsApprovalResponseBody) String ¶
func (s GetAttachsApprovalResponseBody) String() 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 (s GetAttachsApprovalResponseBodyData) GoString() string
func (*GetAttachsApprovalResponseBodyData) SetFiles ¶
func (s *GetAttachsApprovalResponseBodyData) SetFiles(v []*GetAttachsApprovalResponseBodyDataFiles) *GetAttachsApprovalResponseBodyData
func (*GetAttachsApprovalResponseBodyData) SetFlowId ¶
func (s *GetAttachsApprovalResponseBodyData) SetFlowId(v string) *GetAttachsApprovalResponseBodyData
func (*GetAttachsApprovalResponseBodyData) SetStatus ¶
func (s *GetAttachsApprovalResponseBodyData) SetStatus(v string) *GetAttachsApprovalResponseBodyData
func (GetAttachsApprovalResponseBodyData) String ¶
func (s GetAttachsApprovalResponseBodyData) String() 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 (s GetAttachsApprovalResponseBodyDataFiles) GoString() string
func (*GetAttachsApprovalResponseBodyDataFiles) SetFileName ¶
func (s *GetAttachsApprovalResponseBodyDataFiles) SetFileName(v string) *GetAttachsApprovalResponseBodyDataFiles
func (*GetAttachsApprovalResponseBodyDataFiles) SetOriginalFileUrl ¶
func (s *GetAttachsApprovalResponseBodyDataFiles) SetOriginalFileUrl(v string) *GetAttachsApprovalResponseBodyDataFiles
func (*GetAttachsApprovalResponseBodyDataFiles) SetSignFinishFileUrl ¶
func (s *GetAttachsApprovalResponseBodyDataFiles) SetSignFinishFileUrl(v string) *GetAttachsApprovalResponseBodyDataFiles
func (GetAttachsApprovalResponseBodyDataFiles) String ¶
func (s GetAttachsApprovalResponseBodyDataFiles) String() 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" require:"true"` Body *GetAuthUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetAuthUrlResponse) GoString ¶
func (s GetAuthUrlResponse) GoString() string
func (*GetAuthUrlResponse) SetBody ¶
func (s *GetAuthUrlResponse) SetBody(v *GetAuthUrlResponseBody) *GetAuthUrlResponse
func (*GetAuthUrlResponse) SetHeaders ¶
func (s *GetAuthUrlResponse) SetHeaders(v map[string]*string) *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 (s *GetAuthUrlResponseBody) SetMobileUrl(v string) *GetAuthUrlResponseBody
func (*GetAuthUrlResponseBody) SetPcUrl ¶
func (s *GetAuthUrlResponseBody) SetPcUrl(v string) *GetAuthUrlResponseBody
func (*GetAuthUrlResponseBody) SetTaskId ¶
func (s *GetAuthUrlResponseBody) SetTaskId(v string) *GetAuthUrlResponseBody
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 (s *GetContractMarginHeaders) SetServiceGroup(v string) *GetContractMarginHeaders
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" require:"true"` Body *GetContractMarginResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetContractMarginResponse) GoString ¶
func (s GetContractMarginResponse) GoString() string
func (*GetContractMarginResponse) SetBody ¶
func (s *GetContractMarginResponse) SetBody(v *GetContractMarginResponseBody) *GetContractMarginResponse
func (*GetContractMarginResponse) SetHeaders ¶
func (s *GetContractMarginResponse) SetHeaders(v map[string]*string) *GetContractMarginResponse
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 (s GetContractMarginResponseBody) GoString() string
func (*GetContractMarginResponseBody) SetMargin ¶
func (s *GetContractMarginResponseBody) SetMargin(v float32) *GetContractMarginResponseBody
func (GetContractMarginResponseBody) String ¶
func (s GetContractMarginResponseBody) String() 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" require:"true"` Body *GetCorpConsoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetCorpConsoleResponse) GoString ¶
func (s GetCorpConsoleResponse) GoString() string
func (*GetCorpConsoleResponse) SetBody ¶
func (s *GetCorpConsoleResponse) SetBody(v *GetCorpConsoleResponseBody) *GetCorpConsoleResponse
func (*GetCorpConsoleResponse) SetHeaders ¶
func (s *GetCorpConsoleResponse) SetHeaders(v map[string]*string) *GetCorpConsoleResponse
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 (s *GetCorpConsoleResponseBody) SetOrgConsoleUrl(v string) *GetCorpConsoleResponseBody
func (GetCorpConsoleResponseBody) String ¶
func (s GetCorpConsoleResponseBody) String() 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" require:"true"` Body *GetCorpInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetCorpInfoResponse) GoString ¶
func (s GetCorpInfoResponse) GoString() string
func (*GetCorpInfoResponse) SetBody ¶
func (s *GetCorpInfoResponse) SetBody(v *GetCorpInfoResponseBody) *GetCorpInfoResponse
func (*GetCorpInfoResponse) SetHeaders ¶
func (s *GetCorpInfoResponse) SetHeaders(v map[string]*string) *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 (s *GetCorpInfoResponseBody) SetIsRealName(v string) *GetCorpInfoResponseBody
func (*GetCorpInfoResponseBody) SetOrgRealName ¶
func (s *GetCorpInfoResponseBody) SetOrgRealName(v string) *GetCorpInfoResponseBody
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 (s *GetExecuteUrlRequest) SetAccount(v string) *GetExecuteUrlRequest
func (*GetExecuteUrlRequest) SetSignContainer ¶
func (s *GetExecuteUrlRequest) SetSignContainer(v int32) *GetExecuteUrlRequest
func (*GetExecuteUrlRequest) SetTaskId ¶
func (s *GetExecuteUrlRequest) SetTaskId(v string) *GetExecuteUrlRequest
func (GetExecuteUrlRequest) String ¶
func (s GetExecuteUrlRequest) String() string
type GetExecuteUrlResponse ¶
type GetExecuteUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetExecuteUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetExecuteUrlResponse) GoString ¶
func (s GetExecuteUrlResponse) GoString() string
func (*GetExecuteUrlResponse) SetBody ¶
func (s *GetExecuteUrlResponse) SetBody(v *GetExecuteUrlResponseBody) *GetExecuteUrlResponse
func (*GetExecuteUrlResponse) SetHeaders ¶
func (s *GetExecuteUrlResponse) SetHeaders(v map[string]*string) *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 (s *GetExecuteUrlResponseBody) SetLongUrl(v string) *GetExecuteUrlResponseBody
func (*GetExecuteUrlResponseBody) SetMobileUrl ¶
func (s *GetExecuteUrlResponseBody) SetMobileUrl(v string) *GetExecuteUrlResponseBody
func (*GetExecuteUrlResponseBody) SetPcUrl ¶
func (s *GetExecuteUrlResponseBody) SetPcUrl(v string) *GetExecuteUrlResponseBody
func (*GetExecuteUrlResponseBody) SetShortUrl ¶
func (s *GetExecuteUrlResponseBody) SetShortUrl(v string) *GetExecuteUrlResponseBody
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" require:"true"` Body *GetFileInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFileInfoResponse) GoString ¶
func (s GetFileInfoResponse) GoString() string
func (*GetFileInfoResponse) SetBody ¶
func (s *GetFileInfoResponse) SetBody(v *GetFileInfoResponseBody) *GetFileInfoResponse
func (*GetFileInfoResponse) SetHeaders ¶
func (s *GetFileInfoResponse) SetHeaders(v map[string]*string) *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 (s *GetFileInfoResponseBody) SetDownloadUrl(v string) *GetFileInfoResponseBody
func (*GetFileInfoResponseBody) SetFileId ¶
func (s *GetFileInfoResponseBody) SetFileId(v string) *GetFileInfoResponseBody
func (*GetFileInfoResponseBody) SetName ¶
func (s *GetFileInfoResponseBody) SetName(v string) *GetFileInfoResponseBody
func (*GetFileInfoResponseBody) SetPdfTotalPages ¶
func (s *GetFileInfoResponseBody) SetPdfTotalPages(v int64) *GetFileInfoResponseBody
func (*GetFileInfoResponseBody) SetSize ¶
func (s *GetFileInfoResponseBody) SetSize(v int64) *GetFileInfoResponseBody
func (*GetFileInfoResponseBody) SetStatus ¶
func (s *GetFileInfoResponseBody) SetStatus(v int64) *GetFileInfoResponseBody
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 (s *GetFileUploadUrlHeaders) SetServiceGroup(v string) *GetFileUploadUrlHeaders
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 (s *GetFileUploadUrlRequest) SetContentMd5(v string) *GetFileUploadUrlRequest
func (*GetFileUploadUrlRequest) SetContentType ¶
func (s *GetFileUploadUrlRequest) SetContentType(v string) *GetFileUploadUrlRequest
func (*GetFileUploadUrlRequest) SetConvert2Pdf ¶
func (s *GetFileUploadUrlRequest) SetConvert2Pdf(v bool) *GetFileUploadUrlRequest
func (*GetFileUploadUrlRequest) SetFileName ¶
func (s *GetFileUploadUrlRequest) SetFileName(v string) *GetFileUploadUrlRequest
func (*GetFileUploadUrlRequest) SetFileSize ¶
func (s *GetFileUploadUrlRequest) SetFileSize(v int64) *GetFileUploadUrlRequest
func (GetFileUploadUrlRequest) String ¶
func (s GetFileUploadUrlRequest) String() string
type GetFileUploadUrlResponse ¶
type GetFileUploadUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetFileUploadUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFileUploadUrlResponse) GoString ¶
func (s GetFileUploadUrlResponse) GoString() string
func (*GetFileUploadUrlResponse) SetBody ¶
func (s *GetFileUploadUrlResponse) SetBody(v *GetFileUploadUrlResponseBody) *GetFileUploadUrlResponse
func (*GetFileUploadUrlResponse) SetHeaders ¶
func (s *GetFileUploadUrlResponse) SetHeaders(v map[string]*string) *GetFileUploadUrlResponse
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 (s *GetFileUploadUrlResponseBody) SetFileId(v string) *GetFileUploadUrlResponseBody
func (*GetFileUploadUrlResponseBody) SetUploadUrl ¶
func (s *GetFileUploadUrlResponseBody) SetUploadUrl(v string) *GetFileUploadUrlResponseBody
func (GetFileUploadUrlResponseBody) String ¶
func (s GetFileUploadUrlResponseBody) String() 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" require:"true"` Body *GetFlowDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFlowDetailResponse) GoString ¶
func (s GetFlowDetailResponse) GoString() string
func (*GetFlowDetailResponse) SetBody ¶
func (s *GetFlowDetailResponse) SetBody(v *GetFlowDetailResponseBody) *GetFlowDetailResponse
func (*GetFlowDetailResponse) SetHeaders ¶
func (s *GetFlowDetailResponse) SetHeaders(v map[string]*string) *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 (s *GetFlowDetailResponseBody) SetBusinessScene(v string) *GetFlowDetailResponseBody
func (*GetFlowDetailResponseBody) SetFlowStatus ¶
func (s *GetFlowDetailResponseBody) SetFlowStatus(v float32) *GetFlowDetailResponseBody
func (*GetFlowDetailResponseBody) SetInitiatorAuthorizedName ¶
func (s *GetFlowDetailResponseBody) SetInitiatorAuthorizedName(v string) *GetFlowDetailResponseBody
func (*GetFlowDetailResponseBody) SetInitiatorName ¶
func (s *GetFlowDetailResponseBody) SetInitiatorName(v string) *GetFlowDetailResponseBody
func (*GetFlowDetailResponseBody) SetLogs ¶
func (s *GetFlowDetailResponseBody) SetLogs(v []*GetFlowDetailResponseBodyLogs) *GetFlowDetailResponseBody
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 (s GetFlowDetailResponseBodyLogs) GoString() string
func (*GetFlowDetailResponseBodyLogs) SetLogType ¶
func (s *GetFlowDetailResponseBodyLogs) SetLogType(v string) *GetFlowDetailResponseBodyLogs
func (*GetFlowDetailResponseBodyLogs) SetOperateDescription ¶
func (s *GetFlowDetailResponseBodyLogs) SetOperateDescription(v string) *GetFlowDetailResponseBodyLogs
func (*GetFlowDetailResponseBodyLogs) SetOperateTime ¶
func (s *GetFlowDetailResponseBodyLogs) SetOperateTime(v float32) *GetFlowDetailResponseBodyLogs
func (*GetFlowDetailResponseBodyLogs) SetOperatorAccountName ¶
func (s *GetFlowDetailResponseBodyLogs) SetOperatorAccountName(v string) *GetFlowDetailResponseBodyLogs
func (GetFlowDetailResponseBodyLogs) String ¶
func (s GetFlowDetailResponseBodyLogs) String() 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" require:"true"` Body *GetFlowDocsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFlowDocsResponse) GoString ¶
func (s GetFlowDocsResponse) GoString() string
func (*GetFlowDocsResponse) SetBody ¶
func (s *GetFlowDocsResponse) SetBody(v *GetFlowDocsResponseBody) *GetFlowDocsResponse
func (*GetFlowDocsResponse) SetHeaders ¶
func (s *GetFlowDocsResponse) SetHeaders(v map[string]*string) *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 (s *GetFlowDocsResponseBody) SetData(v []*GetFlowDocsResponseBodyData) *GetFlowDocsResponseBody
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 (s *GetFlowDocsResponseBodyData) SetFileId(v string) *GetFlowDocsResponseBodyData
func (*GetFlowDocsResponseBodyData) SetFileName ¶
func (s *GetFlowDocsResponseBodyData) SetFileName(v string) *GetFlowDocsResponseBodyData
func (*GetFlowDocsResponseBodyData) SetFileUrl ¶
func (s *GetFlowDocsResponseBodyData) SetFileUrl(v string) *GetFlowDocsResponseBodyData
func (GetFlowDocsResponseBodyData) String ¶
func (s GetFlowDocsResponseBodyData) String() 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" require:"true"` Body *GetIsvStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetIsvStatusResponse) GoString ¶
func (s GetIsvStatusResponse) GoString() string
func (*GetIsvStatusResponse) SetBody ¶
func (s *GetIsvStatusResponse) SetBody(v *GetIsvStatusResponseBody) *GetIsvStatusResponse
func (*GetIsvStatusResponse) SetHeaders ¶
func (s *GetIsvStatusResponse) SetHeaders(v map[string]*string) *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 (s *GetIsvStatusResponseBody) SetAuthStatus(v string) *GetIsvStatusResponseBody
func (*GetIsvStatusResponseBody) SetInstallStatus ¶
func (s *GetIsvStatusResponseBody) SetInstallStatus(v string) *GetIsvStatusResponseBody
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" require:"true"` Body *GetSignDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetSignDetailResponse) GoString ¶
func (s GetSignDetailResponse) GoString() string
func (*GetSignDetailResponse) SetBody ¶
func (s *GetSignDetailResponse) SetBody(v *GetSignDetailResponseBody) *GetSignDetailResponse
func (*GetSignDetailResponse) SetHeaders ¶
func (s *GetSignDetailResponse) SetHeaders(v map[string]*string) *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 (s *GetSignDetailResponseBody) SetBusinessScene(v string) *GetSignDetailResponseBody
func (*GetSignDetailResponseBody) SetFlowStatus ¶
func (s *GetSignDetailResponseBody) SetFlowStatus(v float32) *GetSignDetailResponseBody
func (*GetSignDetailResponseBody) SetSigners ¶
func (s *GetSignDetailResponseBody) SetSigners(v []*GetSignDetailResponseBodySigners) *GetSignDetailResponseBody
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 (s GetSignDetailResponseBodySigners) GoString() string
func (*GetSignDetailResponseBodySigners) SetSignStatus ¶
func (s *GetSignDetailResponseBodySigners) SetSignStatus(v float32) *GetSignDetailResponseBodySigners
func (*GetSignDetailResponseBodySigners) SetSignerName ¶
func (s *GetSignDetailResponseBodySigners) SetSignerName(v string) *GetSignDetailResponseBodySigners
func (GetSignDetailResponseBodySigners) String ¶
func (s GetSignDetailResponseBodySigners) String() 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" require:"true"` Body *GetUserInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserInfoResponse) GoString ¶
func (s GetUserInfoResponse) GoString() string
func (*GetUserInfoResponse) SetBody ¶
func (s *GetUserInfoResponse) SetBody(v *GetUserInfoResponseBody) *GetUserInfoResponse
func (*GetUserInfoResponse) SetHeaders ¶
func (s *GetUserInfoResponse) SetHeaders(v map[string]*string) *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 (s *GetUserInfoResponseBody) SetIsRealName(v string) *GetUserInfoResponseBody
func (*GetUserInfoResponseBody) SetUserRealName ¶
func (s *GetUserInfoResponseBody) SetUserRealName(v string) *GetUserInfoResponseBody
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"` // 发起方userId 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 (s *ProcessStartRequest) SetCcs(v []*ProcessStartRequestCcs) *ProcessStartRequest
func (*ProcessStartRequest) SetFiles ¶
func (s *ProcessStartRequest) SetFiles(v []*ProcessStartRequestFiles) *ProcessStartRequest
func (*ProcessStartRequest) SetInitiatorUserId ¶
func (s *ProcessStartRequest) SetInitiatorUserId(v string) *ProcessStartRequest
func (*ProcessStartRequest) SetParticipants ¶
func (s *ProcessStartRequest) SetParticipants(v []*ProcessStartRequestParticipants) *ProcessStartRequest
func (*ProcessStartRequest) SetRedirectUrl ¶
func (s *ProcessStartRequest) SetRedirectUrl(v string) *ProcessStartRequest
func (*ProcessStartRequest) SetSourceInfo ¶
func (s *ProcessStartRequest) SetSourceInfo(v *ProcessStartRequestSourceInfo) *ProcessStartRequest
func (*ProcessStartRequest) SetTaskName ¶
func (s *ProcessStartRequest) SetTaskName(v string) *ProcessStartRequest
func (ProcessStartRequest) String ¶
func (s ProcessStartRequest) String() string
type ProcessStartRequestCcs ¶
type ProcessStartRequestCcs struct { // OUTER_USER必填 Account *string `json:"account,omitempty" xml:"account,omitempty"` // OUTER_USER必填 AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"` // 用户类型("DING_USER":钉钉用户,"OUTER_USER":外部用户) AccountType *string `json:"accountType,omitempty" xml:"accountType,omitempty"` // 发给企业方必填 OrgName *string `json:"orgName,omitempty" xml:"orgName,omitempty"` // DING_USER必填 UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ProcessStartRequestCcs) GoString ¶
func (s ProcessStartRequestCcs) GoString() string
func (*ProcessStartRequestCcs) SetAccount ¶
func (s *ProcessStartRequestCcs) SetAccount(v string) *ProcessStartRequestCcs
func (*ProcessStartRequestCcs) SetAccountName ¶
func (s *ProcessStartRequestCcs) SetAccountName(v string) *ProcessStartRequestCcs
func (*ProcessStartRequestCcs) SetAccountType ¶
func (s *ProcessStartRequestCcs) SetAccountType(v string) *ProcessStartRequestCcs
func (*ProcessStartRequestCcs) SetOrgName ¶
func (s *ProcessStartRequestCcs) SetOrgName(v string) *ProcessStartRequestCcs
func (*ProcessStartRequestCcs) SetUserId ¶
func (s *ProcessStartRequestCcs) SetUserId(v string) *ProcessStartRequestCcs
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 (s *ProcessStartRequestFiles) SetFileId(v string) *ProcessStartRequestFiles
func (*ProcessStartRequestFiles) SetFileName ¶
func (s *ProcessStartRequestFiles) SetFileName(v string) *ProcessStartRequestFiles
func (ProcessStartRequestFiles) String ¶
func (s ProcessStartRequestFiles) String() string
type ProcessStartRequestParticipants ¶
type ProcessStartRequestParticipants struct { // OUTER_USER必填 Account *string `json:"account,omitempty" xml:"account,omitempty"` // OUTER_USER必填 AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"` // 用户类型("DING_USER":钉钉用户,"OUTER_USER":外部用户) AccountType *string `json:"accountType,omitempty" xml:"accountType,omitempty"` // OUTER_USER需要盖企业章必填(如果不传,默认会赋值当前企业名称) OrgName *string `json:"orgName,omitempty" xml:"orgName,omitempty"` // 签署印章类型(1:企业章 2:个人章 1,2:个人和企业章) SignRequirements *string `json:"signRequirements,omitempty" xml:"signRequirements,omitempty"` // DING_USER必填 UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (ProcessStartRequestParticipants) GoString ¶
func (s ProcessStartRequestParticipants) GoString() string
func (*ProcessStartRequestParticipants) SetAccount ¶
func (s *ProcessStartRequestParticipants) SetAccount(v string) *ProcessStartRequestParticipants
func (*ProcessStartRequestParticipants) SetAccountName ¶
func (s *ProcessStartRequestParticipants) SetAccountName(v string) *ProcessStartRequestParticipants
func (*ProcessStartRequestParticipants) SetAccountType ¶
func (s *ProcessStartRequestParticipants) SetAccountType(v string) *ProcessStartRequestParticipants
func (*ProcessStartRequestParticipants) SetOrgName ¶
func (s *ProcessStartRequestParticipants) SetOrgName(v string) *ProcessStartRequestParticipants
func (*ProcessStartRequestParticipants) SetSignRequirements ¶
func (s *ProcessStartRequestParticipants) SetSignRequirements(v string) *ProcessStartRequestParticipants
func (*ProcessStartRequestParticipants) SetUserId ¶
func (s *ProcessStartRequestParticipants) SetUserId(v string) *ProcessStartRequestParticipants
func (ProcessStartRequestParticipants) String ¶
func (s ProcessStartRequestParticipants) String() string
type ProcessStartRequestSourceInfo ¶
type ProcessStartRequestSourceInfo struct { // 移动端跳转地址 MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"` // pc端跳转地址 PcUrl *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"` // 展示文案 ShowText *string `json:"showText,omitempty" xml:"showText,omitempty"` }
func (ProcessStartRequestSourceInfo) GoString ¶
func (s ProcessStartRequestSourceInfo) GoString() string
func (*ProcessStartRequestSourceInfo) SetMobileUrl ¶
func (s *ProcessStartRequestSourceInfo) SetMobileUrl(v string) *ProcessStartRequestSourceInfo
func (*ProcessStartRequestSourceInfo) SetPcUrl ¶
func (s *ProcessStartRequestSourceInfo) SetPcUrl(v string) *ProcessStartRequestSourceInfo
func (*ProcessStartRequestSourceInfo) SetShowText ¶
func (s *ProcessStartRequestSourceInfo) SetShowText(v string) *ProcessStartRequestSourceInfo
func (ProcessStartRequestSourceInfo) String ¶
func (s ProcessStartRequestSourceInfo) String() string
type ProcessStartResponse ¶
type ProcessStartResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ProcessStartResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ProcessStartResponse) GoString ¶
func (s ProcessStartResponse) GoString() string
func (*ProcessStartResponse) SetBody ¶
func (s *ProcessStartResponse) SetBody(v *ProcessStartResponseBody) *ProcessStartResponse
func (*ProcessStartResponse) SetHeaders ¶
func (s *ProcessStartResponse) SetHeaders(v map[string]*string) *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 (s *ProcessStartResponseBody) SetMobileUrl(v string) *ProcessStartResponseBody
func (*ProcessStartResponseBody) SetPcUrl ¶
func (s *ProcessStartResponseBody) SetPcUrl(v string) *ProcessStartResponseBody
func (*ProcessStartResponseBody) SetTaskId ¶
func (s *ProcessStartResponseBody) SetTaskId(v string) *ProcessStartResponseBody
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"` // isv方的订单Id(用于幂等,请保证唯一性) 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" require:"true"` Body *ResaleOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ResaleOrderResponse) GoString ¶
func (s ResaleOrderResponse) GoString() string
func (*ResaleOrderResponse) SetBody ¶
func (s *ResaleOrderResponse) SetBody(v *ResaleOrderResponseBody) *ResaleOrderResponse
func (*ResaleOrderResponse) SetHeaders ¶
func (s *ResaleOrderResponse) SetHeaders(v map[string]*string) *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 (s *ResaleOrderResponseBody) SetEsignOrderId(v string) *ResaleOrderResponseBody
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 (s *UsersRealnameRequest) SetUserId(v string) *UsersRealnameRequest
func (UsersRealnameRequest) String ¶
func (s UsersRealnameRequest) String() string
type UsersRealnameResponse ¶
type UsersRealnameResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *UsersRealnameResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UsersRealnameResponse) GoString ¶
func (s UsersRealnameResponse) GoString() string
func (*UsersRealnameResponse) SetBody ¶
func (s *UsersRealnameResponse) SetBody(v *UsersRealnameResponseBody) *UsersRealnameResponse
func (*UsersRealnameResponse) SetHeaders ¶
func (s *UsersRealnameResponse) SetHeaders(v map[string]*string) *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 (s *UsersRealnameResponseBody) SetMobileUrl(v string) *UsersRealnameResponseBody
func (*UsersRealnameResponseBody) SetPcUrl ¶
func (s *UsersRealnameResponseBody) SetPcUrl(v string) *UsersRealnameResponseBody
func (*UsersRealnameResponseBody) SetTaskId ¶
func (s *UsersRealnameResponseBody) SetTaskId(v string) *UsersRealnameResponseBody
func (UsersRealnameResponseBody) String ¶
func (s UsersRealnameResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.