Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) CountWorkRecord(request *CountWorkRecordRequest) (_result *CountWorkRecordResponse, _err error)
- func (client *Client) CountWorkRecordWithOptions(request *CountWorkRecordRequest, headers *CountWorkRecordHeaders, ...) (_result *CountWorkRecordResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- type CountWorkRecordHeaders
- type CountWorkRecordRequest
- type CountWorkRecordResponse
- type CountWorkRecordResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CountWorkRecord ¶
func (client *Client) CountWorkRecord(request *CountWorkRecordRequest) (_result *CountWorkRecordResponse, _err error)
func (*Client) CountWorkRecordWithOptions ¶
func (client *Client) CountWorkRecordWithOptions(request *CountWorkRecordRequest, headers *CountWorkRecordHeaders, runtime *util.RuntimeOptions) (_result *CountWorkRecordResponse, _err error)
type CountWorkRecordHeaders ¶
type CountWorkRecordHeaders 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 (CountWorkRecordHeaders) GoString ¶
func (s CountWorkRecordHeaders) GoString() string
func (*CountWorkRecordHeaders) SetCommonHeaders ¶
func (s *CountWorkRecordHeaders) SetCommonHeaders(v map[string]*string) *CountWorkRecordHeaders
func (*CountWorkRecordHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CountWorkRecordHeaders) SetXAcsDingtalkAccessToken(v string) *CountWorkRecordHeaders
func (CountWorkRecordHeaders) String ¶
func (s CountWorkRecordHeaders) String() string
type CountWorkRecordRequest ¶
type CountWorkRecordRequest struct { // userId UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (CountWorkRecordRequest) GoString ¶
func (s CountWorkRecordRequest) GoString() string
func (*CountWorkRecordRequest) SetUserId ¶
func (s *CountWorkRecordRequest) SetUserId(v string) *CountWorkRecordRequest
func (CountWorkRecordRequest) String ¶
func (s CountWorkRecordRequest) String() string
type CountWorkRecordResponse ¶
type CountWorkRecordResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CountWorkRecordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CountWorkRecordResponse) GoString ¶
func (s CountWorkRecordResponse) GoString() string
func (*CountWorkRecordResponse) SetBody ¶
func (s *CountWorkRecordResponse) SetBody(v *CountWorkRecordResponseBody) *CountWorkRecordResponse
func (*CountWorkRecordResponse) SetHeaders ¶
func (s *CountWorkRecordResponse) SetHeaders(v map[string]*string) *CountWorkRecordResponse
func (CountWorkRecordResponse) String ¶
func (s CountWorkRecordResponse) String() string
type CountWorkRecordResponseBody ¶
type CountWorkRecordResponseBody struct { // undoCount UndoCount *int64 `json:"undoCount,omitempty" xml:"undoCount,omitempty"` }
func (CountWorkRecordResponseBody) GoString ¶
func (s CountWorkRecordResponseBody) GoString() string
func (*CountWorkRecordResponseBody) SetUndoCount ¶
func (s *CountWorkRecordResponseBody) SetUndoCount(v int64) *CountWorkRecordResponseBody
func (CountWorkRecordResponseBody) String ¶
func (s CountWorkRecordResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.