Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) SendContractCard(request *SendContractCardRequest) (_result *SendContractCardResponse, _err error)
- func (client *Client) SendContractCardWithOptions(request *SendContractCardRequest, headers *SendContractCardHeaders, ...) (_result *SendContractCardResponse, _err error)
- type SendContractCardHeaders
- type SendContractCardRequest
- func (s SendContractCardRequest) GoString() string
- func (s *SendContractCardRequest) SetCardType(v string) *SendContractCardRequest
- func (s *SendContractCardRequest) SetContractInfo(v *SendContractCardRequestContractInfo) *SendContractCardRequest
- func (s *SendContractCardRequest) SetCorpId(v string) *SendContractCardRequest
- func (s *SendContractCardRequest) SetExtension(v map[string]*string) *SendContractCardRequest
- func (s *SendContractCardRequest) SetProcessInstanceId(v string) *SendContractCardRequest
- func (s *SendContractCardRequest) SetReceiveGroups(v []*string) *SendContractCardRequest
- func (s *SendContractCardRequest) SetReceivers(v []*SendContractCardRequestReceivers) *SendContractCardRequest
- func (s *SendContractCardRequest) SetSender(v *SendContractCardRequestSender) *SendContractCardRequest
- func (s *SendContractCardRequest) SetSyncSingleChat(v bool) *SendContractCardRequest
- func (s SendContractCardRequest) String() string
- type SendContractCardRequestContractInfo
- func (s SendContractCardRequestContractInfo) GoString() string
- func (s *SendContractCardRequestContractInfo) SetContractCode(v string) *SendContractCardRequestContractInfo
- func (s *SendContractCardRequestContractInfo) SetContractName(v string) *SendContractCardRequestContractInfo
- func (s *SendContractCardRequestContractInfo) SetCreateTime(v int64) *SendContractCardRequestContractInfo
- func (s *SendContractCardRequestContractInfo) SetSignUserName(v string) *SendContractCardRequestContractInfo
- func (s SendContractCardRequestContractInfo) String() string
- type SendContractCardRequestReceivers
- func (s SendContractCardRequestReceivers) GoString() string
- func (s *SendContractCardRequestReceivers) SetCorpId(v string) *SendContractCardRequestReceivers
- func (s *SendContractCardRequestReceivers) SetUserId(v string) *SendContractCardRequestReceivers
- func (s *SendContractCardRequestReceivers) SetUserType(v string) *SendContractCardRequestReceivers
- func (s SendContractCardRequestReceivers) String() string
- type SendContractCardRequestSender
- func (s SendContractCardRequestSender) GoString() string
- func (s *SendContractCardRequestSender) SetCorpId(v string) *SendContractCardRequestSender
- func (s *SendContractCardRequestSender) SetUserId(v string) *SendContractCardRequestSender
- func (s *SendContractCardRequestSender) SetUserType(v string) *SendContractCardRequestSender
- func (s SendContractCardRequestSender) String() string
- type SendContractCardResponse
- func (s SendContractCardResponse) GoString() string
- func (s *SendContractCardResponse) SetBody(v *SendContractCardResponseBody) *SendContractCardResponse
- func (s *SendContractCardResponse) SetHeaders(v map[string]*string) *SendContractCardResponse
- func (s *SendContractCardResponse) SetStatusCode(v int32) *SendContractCardResponse
- func (s SendContractCardResponse) String() string
- type SendContractCardResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) SendContractCard ¶
func (client *Client) SendContractCard(request *SendContractCardRequest) (_result *SendContractCardResponse, _err error)
func (*Client) SendContractCardWithOptions ¶
func (client *Client) SendContractCardWithOptions(request *SendContractCardRequest, headers *SendContractCardHeaders, runtime *util.RuntimeOptions) (_result *SendContractCardResponse, _err error)
type SendContractCardHeaders ¶
type SendContractCardHeaders 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 (SendContractCardHeaders) GoString ¶
func (s SendContractCardHeaders) GoString() string
func (*SendContractCardHeaders) SetCommonHeaders ¶
func (s *SendContractCardHeaders) SetCommonHeaders(v map[string]*string) *SendContractCardHeaders
func (*SendContractCardHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendContractCardHeaders) SetXAcsDingtalkAccessToken(v string) *SendContractCardHeaders
func (SendContractCardHeaders) String ¶
func (s SendContractCardHeaders) String() string
type SendContractCardRequest ¶
type SendContractCardRequest struct { CardType *string `json:"cardType,omitempty" xml:"cardType,omitempty"` ContractInfo *SendContractCardRequestContractInfo `json:"contractInfo,omitempty" xml:"contractInfo,omitempty" type:"Struct"` CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` Extension map[string]*string `json:"extension,omitempty" xml:"extension,omitempty"` ProcessInstanceId *string `json:"processInstanceId,omitempty" xml:"processInstanceId,omitempty"` ReceiveGroups []*string `json:"receiveGroups,omitempty" xml:"receiveGroups,omitempty" type:"Repeated"` Receivers []*SendContractCardRequestReceivers `json:"receivers,omitempty" xml:"receivers,omitempty" type:"Repeated"` Sender *SendContractCardRequestSender `json:"sender,omitempty" xml:"sender,omitempty" type:"Struct"` SyncSingleChat *bool `json:"syncSingleChat,omitempty" xml:"syncSingleChat,omitempty"` }
func (SendContractCardRequest) GoString ¶
func (s SendContractCardRequest) GoString() string
func (*SendContractCardRequest) SetCardType ¶
func (s *SendContractCardRequest) SetCardType(v string) *SendContractCardRequest
func (*SendContractCardRequest) SetContractInfo ¶
func (s *SendContractCardRequest) SetContractInfo(v *SendContractCardRequestContractInfo) *SendContractCardRequest
func (*SendContractCardRequest) SetCorpId ¶
func (s *SendContractCardRequest) SetCorpId(v string) *SendContractCardRequest
func (*SendContractCardRequest) SetExtension ¶
func (s *SendContractCardRequest) SetExtension(v map[string]*string) *SendContractCardRequest
func (*SendContractCardRequest) SetProcessInstanceId ¶
func (s *SendContractCardRequest) SetProcessInstanceId(v string) *SendContractCardRequest
func (*SendContractCardRequest) SetReceiveGroups ¶
func (s *SendContractCardRequest) SetReceiveGroups(v []*string) *SendContractCardRequest
func (*SendContractCardRequest) SetReceivers ¶
func (s *SendContractCardRequest) SetReceivers(v []*SendContractCardRequestReceivers) *SendContractCardRequest
func (*SendContractCardRequest) SetSender ¶
func (s *SendContractCardRequest) SetSender(v *SendContractCardRequestSender) *SendContractCardRequest
func (*SendContractCardRequest) SetSyncSingleChat ¶
func (s *SendContractCardRequest) SetSyncSingleChat(v bool) *SendContractCardRequest
func (SendContractCardRequest) String ¶
func (s SendContractCardRequest) String() string
type SendContractCardRequestContractInfo ¶
type SendContractCardRequestContractInfo struct { ContractCode *string `json:"contractCode,omitempty" xml:"contractCode,omitempty"` ContractName *string `json:"contractName,omitempty" xml:"contractName,omitempty"` CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` SignUserName *string `json:"signUserName,omitempty" xml:"signUserName,omitempty"` }
func (SendContractCardRequestContractInfo) GoString ¶
func (s SendContractCardRequestContractInfo) GoString() string
func (*SendContractCardRequestContractInfo) SetContractCode ¶
func (s *SendContractCardRequestContractInfo) SetContractCode(v string) *SendContractCardRequestContractInfo
func (*SendContractCardRequestContractInfo) SetContractName ¶
func (s *SendContractCardRequestContractInfo) SetContractName(v string) *SendContractCardRequestContractInfo
func (*SendContractCardRequestContractInfo) SetCreateTime ¶
func (s *SendContractCardRequestContractInfo) SetCreateTime(v int64) *SendContractCardRequestContractInfo
func (*SendContractCardRequestContractInfo) SetSignUserName ¶
func (s *SendContractCardRequestContractInfo) SetSignUserName(v string) *SendContractCardRequestContractInfo
func (SendContractCardRequestContractInfo) String ¶
func (s SendContractCardRequestContractInfo) String() string
type SendContractCardRequestReceivers ¶
type SendContractCardRequestReceivers struct { CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` UserType *string `json:"userType,omitempty" xml:"userType,omitempty"` }
func (SendContractCardRequestReceivers) GoString ¶
func (s SendContractCardRequestReceivers) GoString() string
func (*SendContractCardRequestReceivers) SetCorpId ¶
func (s *SendContractCardRequestReceivers) SetCorpId(v string) *SendContractCardRequestReceivers
func (*SendContractCardRequestReceivers) SetUserId ¶
func (s *SendContractCardRequestReceivers) SetUserId(v string) *SendContractCardRequestReceivers
func (*SendContractCardRequestReceivers) SetUserType ¶
func (s *SendContractCardRequestReceivers) SetUserType(v string) *SendContractCardRequestReceivers
func (SendContractCardRequestReceivers) String ¶
func (s SendContractCardRequestReceivers) String() string
type SendContractCardRequestSender ¶
type SendContractCardRequestSender struct { CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` UserType *string `json:"userType,omitempty" xml:"userType,omitempty"` }
func (SendContractCardRequestSender) GoString ¶
func (s SendContractCardRequestSender) GoString() string
func (*SendContractCardRequestSender) SetCorpId ¶
func (s *SendContractCardRequestSender) SetCorpId(v string) *SendContractCardRequestSender
func (*SendContractCardRequestSender) SetUserId ¶
func (s *SendContractCardRequestSender) SetUserId(v string) *SendContractCardRequestSender
func (*SendContractCardRequestSender) SetUserType ¶
func (s *SendContractCardRequestSender) SetUserType(v string) *SendContractCardRequestSender
func (SendContractCardRequestSender) String ¶
func (s SendContractCardRequestSender) String() string
type SendContractCardResponse ¶
type SendContractCardResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *SendContractCardResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendContractCardResponse) GoString ¶
func (s SendContractCardResponse) GoString() string
func (*SendContractCardResponse) SetBody ¶
func (s *SendContractCardResponse) SetBody(v *SendContractCardResponseBody) *SendContractCardResponse
func (*SendContractCardResponse) SetHeaders ¶
func (s *SendContractCardResponse) SetHeaders(v map[string]*string) *SendContractCardResponse
func (*SendContractCardResponse) SetStatusCode ¶
func (s *SendContractCardResponse) SetStatusCode(v int32) *SendContractCardResponse
func (SendContractCardResponse) String ¶
func (s SendContractCardResponse) String() string
type SendContractCardResponseBody ¶
type SendContractCardResponseBody struct {
Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}
func (SendContractCardResponseBody) GoString ¶
func (s SendContractCardResponseBody) GoString() string
func (*SendContractCardResponseBody) SetSuccess ¶
func (s *SendContractCardResponseBody) SetSuccess(v bool) *SendContractCardResponseBody
func (SendContractCardResponseBody) String ¶
func (s SendContractCardResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.