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) RunCallUser(request *RunCallUserRequest) (_result *RunCallUserResponse, _err error)
- func (client *Client) RunCallUserWithOptions(request *RunCallUserRequest, headers *RunCallUserHeaders, ...) (_result *RunCallUserResponse, _err error)
- type RunCallUserHeaders
- type RunCallUserRequest
- func (s RunCallUserRequest) GoString() string
- func (s *RunCallUserRequest) SetAuthorizeCorpId(v string) *RunCallUserRequest
- func (s *RunCallUserRequest) SetAuthorizeUserId(v string) *RunCallUserRequest
- func (s *RunCallUserRequest) SetOrderId(v string) *RunCallUserRequest
- func (s *RunCallUserRequest) SetUserId(v string) *RunCallUserRequest
- func (s RunCallUserRequest) String() string
- type RunCallUserResponse
- func (s RunCallUserResponse) GoString() string
- func (s *RunCallUserResponse) SetBody(v *RunCallUserResponseBody) *RunCallUserResponse
- func (s *RunCallUserResponse) SetHeaders(v map[string]*string) *RunCallUserResponse
- func (s *RunCallUserResponse) SetStatusCode(v int32) *RunCallUserResponse
- func (s RunCallUserResponse) String() string
- type RunCallUserResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) RunCallUser ¶
func (client *Client) RunCallUser(request *RunCallUserRequest) (_result *RunCallUserResponse, _err error)
func (*Client) RunCallUserWithOptions ¶
func (client *Client) RunCallUserWithOptions(request *RunCallUserRequest, headers *RunCallUserHeaders, runtime *util.RuntimeOptions) (_result *RunCallUserResponse, _err error)
type RunCallUserHeaders ¶
type RunCallUserHeaders 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 (RunCallUserHeaders) GoString ¶
func (s RunCallUserHeaders) GoString() string
func (*RunCallUserHeaders) SetCommonHeaders ¶
func (s *RunCallUserHeaders) SetCommonHeaders(v map[string]*string) *RunCallUserHeaders
func (*RunCallUserHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RunCallUserHeaders) SetXAcsDingtalkAccessToken(v string) *RunCallUserHeaders
func (RunCallUserHeaders) String ¶
func (s RunCallUserHeaders) String() string
type RunCallUserRequest ¶
type RunCallUserRequest struct { AuthorizeCorpId *string `json:"authorizeCorpId,omitempty" xml:"authorizeCorpId,omitempty"` AuthorizeUserId *string `json:"authorizeUserId,omitempty" xml:"authorizeUserId,omitempty"` OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (RunCallUserRequest) GoString ¶
func (s RunCallUserRequest) GoString() string
func (*RunCallUserRequest) SetAuthorizeCorpId ¶
func (s *RunCallUserRequest) SetAuthorizeCorpId(v string) *RunCallUserRequest
func (*RunCallUserRequest) SetAuthorizeUserId ¶
func (s *RunCallUserRequest) SetAuthorizeUserId(v string) *RunCallUserRequest
func (*RunCallUserRequest) SetOrderId ¶
func (s *RunCallUserRequest) SetOrderId(v string) *RunCallUserRequest
func (*RunCallUserRequest) SetUserId ¶
func (s *RunCallUserRequest) SetUserId(v string) *RunCallUserRequest
func (RunCallUserRequest) String ¶
func (s RunCallUserRequest) String() string
type RunCallUserResponse ¶
type RunCallUserResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *RunCallUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RunCallUserResponse) GoString ¶
func (s RunCallUserResponse) GoString() string
func (*RunCallUserResponse) SetBody ¶
func (s *RunCallUserResponse) SetBody(v *RunCallUserResponseBody) *RunCallUserResponse
func (*RunCallUserResponse) SetHeaders ¶
func (s *RunCallUserResponse) SetHeaders(v map[string]*string) *RunCallUserResponse
func (*RunCallUserResponse) SetStatusCode ¶
func (s *RunCallUserResponse) SetStatusCode(v int32) *RunCallUserResponse
func (RunCallUserResponse) String ¶
func (s RunCallUserResponse) String() string
type RunCallUserResponseBody ¶
type RunCallUserResponseBody struct {
Success *string `json:"success,omitempty" xml:"success,omitempty"`
}
func (RunCallUserResponseBody) GoString ¶
func (s RunCallUserResponseBody) GoString() string
func (*RunCallUserResponseBody) SetSuccess ¶
func (s *RunCallUserResponseBody) SetSuccess(v string) *RunCallUserResponseBody
func (RunCallUserResponseBody) String ¶
func (s RunCallUserResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.