Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddGroupMembersHeaders
- func (s AddGroupMembersHeaders) GoString() string
- func (s *AddGroupMembersHeaders) SetCommonHeaders(v map[string]*string) *AddGroupMembersHeaders
- func (s *AddGroupMembersHeaders) SetOperationSource(v string) *AddGroupMembersHeaders
- func (s *AddGroupMembersHeaders) SetXAcsDingtalkAccessToken(v string) *AddGroupMembersHeaders
- func (s AddGroupMembersHeaders) String() string
- type AddGroupMembersRequest
- func (s AddGroupMembersRequest) GoString() string
- func (s *AddGroupMembersRequest) SetConversationId(v string) *AddGroupMembersRequest
- func (s *AddGroupMembersRequest) SetMembers(v []*AddGroupMembersRequestMembers) *AddGroupMembersRequest
- func (s *AddGroupMembersRequest) SetOperatorUid(v string) *AddGroupMembersRequest
- func (s AddGroupMembersRequest) String() string
- type AddGroupMembersRequestMembers
- type AddGroupMembersResponse
- type AddGroupMembersResponseBody
- type AddProfileHeaders
- type AddProfileRequest
- func (s AddProfileRequest) GoString() string
- func (s *AddProfileRequest) SetAppUid(v string) *AddProfileRequest
- func (s *AddProfileRequest) SetAvatarMediaId(v string) *AddProfileRequest
- func (s *AddProfileRequest) SetMobileNumber(v string) *AddProfileRequest
- func (s *AddProfileRequest) SetNick(v string) *AddProfileRequest
- func (s AddProfileRequest) String() string
- type AddProfileResponse
- type BatchSendHeaders
- type BatchSendRequest
- func (s BatchSendRequest) GoString() string
- func (s *BatchSendRequest) SetAppUids(v []*string) *BatchSendRequest
- func (s *BatchSendRequest) SetContent(v string) *BatchSendRequest
- func (s *BatchSendRequest) SetConversationIds(v []*string) *BatchSendRequest
- func (s *BatchSendRequest) SetUserId(v string) *BatchSendRequest
- func (s BatchSendRequest) String() string
- type BatchSendResponse
- type BatchSendResponseBody
- type Client
- func (client *Client) AddGroupMembers(request *AddGroupMembersRequest) (_result *AddGroupMembersResponse, _err error)
- func (client *Client) AddGroupMembersWithOptions(request *AddGroupMembersRequest, headers *AddGroupMembersHeaders, ...) (_result *AddGroupMembersResponse, _err error)
- func (client *Client) AddProfile(request *AddProfileRequest) (_result *AddProfileResponse, _err error)
- func (client *Client) AddProfileWithOptions(request *AddProfileRequest, headers *AddProfileHeaders, ...) (_result *AddProfileResponse, _err error)
- func (client *Client) BatchSend(request *BatchSendRequest) (_result *BatchSendResponse, _err error)
- func (client *Client) BatchSendWithOptions(request *BatchSendRequest, headers *BatchSendHeaders, ...) (_result *BatchSendResponse, _err error)
- func (client *Client) CreateGroup(request *CreateGroupRequest) (_result *CreateGroupResponse, _err error)
- func (client *Client) CreateGroupWithOptions(request *CreateGroupRequest, headers *CreateGroupHeaders, ...) (_result *CreateGroupResponse, _err error)
- func (client *Client) CreateTrustGroup(request *CreateTrustGroupRequest) (_result *CreateTrustGroupResponse, _err error)
- func (client *Client) CreateTrustGroupWithOptions(request *CreateTrustGroupRequest, headers *CreateTrustGroupHeaders, ...) (_result *CreateTrustGroupResponse, _err error)
- func (client *Client) DismissGroup(request *DismissGroupRequest) (_result *DismissGroupResponse, _err error)
- func (client *Client) DismissGroupWithOptions(request *DismissGroupRequest, headers *DismissGroupHeaders, ...) (_result *DismissGroupResponse, _err error)
- func (client *Client) GetConversationId(request *GetConversationIdRequest) (_result *GetConversationIdResponse, _err error)
- func (client *Client) GetConversationIdWithOptions(request *GetConversationIdRequest, headers *GetConversationIdHeaders, ...) (_result *GetConversationIdResponse, _err error)
- func (client *Client) GetMediaUrl(request *GetMediaUrlRequest) (_result *GetMediaUrlResponse, _err error)
- func (client *Client) GetMediaUrlWithOptions(request *GetMediaUrlRequest, headers *GetMediaUrlHeaders, ...) (_result *GetMediaUrlResponse, _err error)
- func (client *Client) GetMediaUrls(request *GetMediaUrlsRequest) (_result *GetMediaUrlsResponse, _err error)
- func (client *Client) GetMediaUrlsWithOptions(request *GetMediaUrlsRequest, headers *GetMediaUrlsHeaders, ...) (_result *GetMediaUrlsResponse, _err error)
- func (client *Client) GetSpaceFileUrl(request *GetSpaceFileUrlRequest) (_result *GetSpaceFileUrlResponse, _err error)
- func (client *Client) GetSpaceFileUrlWithOptions(request *GetSpaceFileUrlRequest, headers *GetSpaceFileUrlHeaders, ...) (_result *GetSpaceFileUrlResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListGroupStaffMembers(request *ListGroupStaffMembersRequest) (_result *ListGroupStaffMembersResponse, _err error)
- func (client *Client) ListGroupStaffMembersWithOptions(request *ListGroupStaffMembersRequest, headers *ListGroupStaffMembersHeaders, ...) (_result *ListGroupStaffMembersResponse, _err error)
- func (client *Client) QueryBatchSendResult(request *QueryBatchSendResultRequest) (_result *QueryBatchSendResultResponse, _err error)
- func (client *Client) QueryBatchSendResultWithOptions(request *QueryBatchSendResultRequest, headers *QueryBatchSendResultHeaders, ...) (_result *QueryBatchSendResultResponse, _err error)
- func (client *Client) ReadMessage(request *ReadMessageRequest) (_result *ReadMessageResponse, _err error)
- func (client *Client) ReadMessageWithOptions(request *ReadMessageRequest, headers *ReadMessageHeaders, ...) (_result *ReadMessageResponse, _err error)
- func (client *Client) RecallMessage(request *RecallMessageRequest) (_result *RecallMessageResponse, _err error)
- func (client *Client) RecallMessageWithOptions(request *RecallMessageRequest, headers *RecallMessageHeaders, ...) (_result *RecallMessageResponse, _err error)
- func (client *Client) RemoveGroupMembers(request *RemoveGroupMembersRequest) (_result *RemoveGroupMembersResponse, _err error)
- func (client *Client) RemoveGroupMembersWithOptions(request *RemoveGroupMembersRequest, headers *RemoveGroupMembersHeaders, ...) (_result *RemoveGroupMembersResponse, _err error)
- func (client *Client) SendMessage(request *SendMessageRequest) (_result *SendMessageResponse, _err error)
- func (client *Client) SendMessageWithOptions(request *SendMessageRequest, headers *SendMessageHeaders, ...) (_result *SendMessageResponse, _err error)
- func (client *Client) SendRobotMessage(request *SendRobotMessageRequest) (_result *SendRobotMessageResponse, _err error)
- func (client *Client) SendRobotMessageWithOptions(request *SendRobotMessageRequest, headers *SendRobotMessageHeaders, ...) (_result *SendRobotMessageResponse, _err error)
- func (client *Client) UpdateGroupName(request *UpdateGroupNameRequest) (_result *UpdateGroupNameResponse, _err error)
- func (client *Client) UpdateGroupNameWithOptions(request *UpdateGroupNameRequest, headers *UpdateGroupNameHeaders, ...) (_result *UpdateGroupNameResponse, _err error)
- func (client *Client) UpdateGroupOwner(request *UpdateGroupOwnerRequest) (_result *UpdateGroupOwnerResponse, _err error)
- func (client *Client) UpdateGroupOwnerWithOptions(request *UpdateGroupOwnerRequest, headers *UpdateGroupOwnerHeaders, ...) (_result *UpdateGroupOwnerResponse, _err error)
- type CreateGroupHeaders
- func (s CreateGroupHeaders) GoString() string
- func (s *CreateGroupHeaders) SetCommonHeaders(v map[string]*string) *CreateGroupHeaders
- func (s *CreateGroupHeaders) SetOperationSource(v string) *CreateGroupHeaders
- func (s *CreateGroupHeaders) SetXAcsDingtalkAccessToken(v string) *CreateGroupHeaders
- func (s CreateGroupHeaders) String() string
- type CreateGroupRequest
- func (s CreateGroupRequest) GoString() string
- func (s *CreateGroupRequest) SetChannel(v string) *CreateGroupRequest
- func (s *CreateGroupRequest) SetCreatorUid(v string) *CreateGroupRequest
- func (s *CreateGroupRequest) SetIconMediaId(v string) *CreateGroupRequest
- func (s *CreateGroupRequest) SetName(v string) *CreateGroupRequest
- func (s *CreateGroupRequest) SetProperties(v map[string]*string) *CreateGroupRequest
- func (s *CreateGroupRequest) SetUuid(v string) *CreateGroupRequest
- func (s CreateGroupRequest) String() string
- type CreateGroupResponse
- type CreateGroupResponseBody
- func (s CreateGroupResponseBody) GoString() string
- func (s *CreateGroupResponseBody) SetChatId(v string) *CreateGroupResponseBody
- func (s *CreateGroupResponseBody) SetConversationId(v string) *CreateGroupResponseBody
- func (s *CreateGroupResponseBody) SetCreateTime(v int64) *CreateGroupResponseBody
- func (s CreateGroupResponseBody) String() string
- type CreateTrustGroupHeaders
- func (s CreateTrustGroupHeaders) GoString() string
- func (s *CreateTrustGroupHeaders) SetCommonHeaders(v map[string]*string) *CreateTrustGroupHeaders
- func (s *CreateTrustGroupHeaders) SetOperationSource(v string) *CreateTrustGroupHeaders
- func (s *CreateTrustGroupHeaders) SetXAcsDingtalkAccessToken(v string) *CreateTrustGroupHeaders
- func (s CreateTrustGroupHeaders) String() string
- type CreateTrustGroupRequest
- func (s CreateTrustGroupRequest) GoString() string
- func (s *CreateTrustGroupRequest) SetChannel(v string) *CreateTrustGroupRequest
- func (s *CreateTrustGroupRequest) SetIconMediaId(v string) *CreateTrustGroupRequest
- func (s *CreateTrustGroupRequest) SetMembers(v []*CreateTrustGroupRequestMembers) *CreateTrustGroupRequest
- func (s *CreateTrustGroupRequest) SetName(v string) *CreateTrustGroupRequest
- func (s *CreateTrustGroupRequest) SetProperties(v map[string]*string) *CreateTrustGroupRequest
- func (s *CreateTrustGroupRequest) SetUuid(v string) *CreateTrustGroupRequest
- func (s CreateTrustGroupRequest) String() string
- type CreateTrustGroupRequestMembers
- type CreateTrustGroupResponse
- type CreateTrustGroupResponseBody
- func (s CreateTrustGroupResponseBody) GoString() string
- func (s *CreateTrustGroupResponseBody) SetChatId(v string) *CreateTrustGroupResponseBody
- func (s *CreateTrustGroupResponseBody) SetCreateTime(v int64) *CreateTrustGroupResponseBody
- func (s *CreateTrustGroupResponseBody) SetOpenConversationId(v string) *CreateTrustGroupResponseBody
- func (s CreateTrustGroupResponseBody) String() string
- type DismissGroupHeaders
- func (s DismissGroupHeaders) GoString() string
- func (s *DismissGroupHeaders) SetCommonHeaders(v map[string]*string) *DismissGroupHeaders
- func (s *DismissGroupHeaders) SetOperationSource(v string) *DismissGroupHeaders
- func (s *DismissGroupHeaders) SetXAcsDingtalkAccessToken(v string) *DismissGroupHeaders
- func (s DismissGroupHeaders) String() string
- type DismissGroupRequest
- type DismissGroupResponse
- type GetConversationIdHeaders
- type GetConversationIdRequest
- type GetConversationIdResponse
- func (s GetConversationIdResponse) GoString() string
- func (s *GetConversationIdResponse) SetBody(v *GetConversationIdResponseBody) *GetConversationIdResponse
- func (s *GetConversationIdResponse) SetHeaders(v map[string]*string) *GetConversationIdResponse
- func (s GetConversationIdResponse) String() string
- type GetConversationIdResponseBody
- type GetMediaUrlHeaders
- type GetMediaUrlRequest
- type GetMediaUrlResponse
- type GetMediaUrlResponseBody
- type GetMediaUrlsHeaders
- type GetMediaUrlsRequest
- type GetMediaUrlsResponse
- type GetMediaUrlsResponseBody
- type GetSpaceFileUrlHeaders
- type GetSpaceFileUrlRequest
- func (s GetSpaceFileUrlRequest) GoString() string
- func (s *GetSpaceFileUrlRequest) SetFileId(v string) *GetSpaceFileUrlRequest
- func (s *GetSpaceFileUrlRequest) SetSenderUid(v string) *GetSpaceFileUrlRequest
- func (s *GetSpaceFileUrlRequest) SetSpaceId(v string) *GetSpaceFileUrlRequest
- func (s GetSpaceFileUrlRequest) String() string
- type GetSpaceFileUrlResponse
- type GetSpaceFileUrlResponseBody
- func (s GetSpaceFileUrlResponseBody) GoString() string
- func (s *GetSpaceFileUrlResponseBody) SetHeaders(v map[string]interface{}) *GetSpaceFileUrlResponseBody
- func (s *GetSpaceFileUrlResponseBody) SetInternalResourceUrl(v string) *GetSpaceFileUrlResponseBody
- func (s *GetSpaceFileUrlResponseBody) SetResourceUrl(v string) *GetSpaceFileUrlResponseBody
- func (s GetSpaceFileUrlResponseBody) String() string
- type ListGroupStaffMembersHeaders
- func (s ListGroupStaffMembersHeaders) GoString() string
- func (s *ListGroupStaffMembersHeaders) SetCommonHeaders(v map[string]*string) *ListGroupStaffMembersHeaders
- func (s *ListGroupStaffMembersHeaders) SetXAcsDingtalkAccessToken(v string) *ListGroupStaffMembersHeaders
- func (s ListGroupStaffMembersHeaders) String() string
- type ListGroupStaffMembersRequest
- type ListGroupStaffMembersResponse
- func (s ListGroupStaffMembersResponse) GoString() string
- func (s *ListGroupStaffMembersResponse) SetBody(v *ListGroupStaffMembersResponseBody) *ListGroupStaffMembersResponse
- func (s *ListGroupStaffMembersResponse) SetHeaders(v map[string]*string) *ListGroupStaffMembersResponse
- func (s ListGroupStaffMembersResponse) String() string
- type ListGroupStaffMembersResponseBody
- type ListGroupStaffMembersResponseBodyMembers
- func (s ListGroupStaffMembersResponseBodyMembers) GoString() string
- func (s *ListGroupStaffMembersResponseBodyMembers) SetNick(v string) *ListGroupStaffMembersResponseBodyMembers
- func (s *ListGroupStaffMembersResponseBodyMembers) SetUid(v string) *ListGroupStaffMembersResponseBodyMembers
- func (s ListGroupStaffMembersResponseBodyMembers) String() string
- type QueryBatchSendResultHeaders
- func (s QueryBatchSendResultHeaders) GoString() string
- func (s *QueryBatchSendResultHeaders) SetCommonHeaders(v map[string]*string) *QueryBatchSendResultHeaders
- func (s *QueryBatchSendResultHeaders) SetXAcsDingtalkAccessToken(v string) *QueryBatchSendResultHeaders
- func (s QueryBatchSendResultHeaders) String() string
- type QueryBatchSendResultRequest
- type QueryBatchSendResultResponse
- func (s QueryBatchSendResultResponse) GoString() string
- func (s *QueryBatchSendResultResponse) SetBody(v *QueryBatchSendResultResponseBody) *QueryBatchSendResultResponse
- func (s *QueryBatchSendResultResponse) SetHeaders(v map[string]*string) *QueryBatchSendResultResponse
- func (s QueryBatchSendResultResponse) String() string
- type QueryBatchSendResultResponseBody
- func (s QueryBatchSendResultResponseBody) GoString() string
- func (s *QueryBatchSendResultResponseBody) SetResults(v []*QueryBatchSendResultResponseBodyResults) *QueryBatchSendResultResponseBody
- func (s *QueryBatchSendResultResponseBody) SetStatus(v int32) *QueryBatchSendResultResponseBody
- func (s QueryBatchSendResultResponseBody) String() string
- type QueryBatchSendResultResponseBodyResults
- func (s QueryBatchSendResultResponseBodyResults) GoString() string
- func (s *QueryBatchSendResultResponseBodyResults) SetAppUid(v string) *QueryBatchSendResultResponseBodyResults
- func (s *QueryBatchSendResultResponseBodyResults) SetConversationId(v string) *QueryBatchSendResultResponseBodyResults
- func (s *QueryBatchSendResultResponseBodyResults) SetErrorCode(v string) *QueryBatchSendResultResponseBodyResults
- func (s *QueryBatchSendResultResponseBodyResults) SetErrorMessage(v string) *QueryBatchSendResultResponseBodyResults
- func (s *QueryBatchSendResultResponseBodyResults) SetMsgId(v string) *QueryBatchSendResultResponseBodyResults
- func (s QueryBatchSendResultResponseBodyResults) String() string
- type ReadMessageHeaders
- func (s ReadMessageHeaders) GoString() string
- func (s *ReadMessageHeaders) SetCommonHeaders(v map[string]*string) *ReadMessageHeaders
- func (s *ReadMessageHeaders) SetOperationSource(v string) *ReadMessageHeaders
- func (s *ReadMessageHeaders) SetXAcsDingtalkAccessToken(v string) *ReadMessageHeaders
- func (s ReadMessageHeaders) String() string
- type ReadMessageRequest
- type ReadMessageResponse
- type RecallMessageHeaders
- func (s RecallMessageHeaders) GoString() string
- func (s *RecallMessageHeaders) SetCommonHeaders(v map[string]*string) *RecallMessageHeaders
- func (s *RecallMessageHeaders) SetOperationSource(v string) *RecallMessageHeaders
- func (s *RecallMessageHeaders) SetXAcsDingtalkAccessToken(v string) *RecallMessageHeaders
- func (s RecallMessageHeaders) String() string
- type RecallMessageRequest
- func (s RecallMessageRequest) GoString() string
- func (s *RecallMessageRequest) SetMessageId(v string) *RecallMessageRequest
- func (s *RecallMessageRequest) SetOperatorUid(v string) *RecallMessageRequest
- func (s *RecallMessageRequest) SetType(v int32) *RecallMessageRequest
- func (s RecallMessageRequest) String() string
- type RecallMessageResponse
- type RemoveGroupMembersHeaders
- func (s RemoveGroupMembersHeaders) GoString() string
- func (s *RemoveGroupMembersHeaders) SetCommonHeaders(v map[string]*string) *RemoveGroupMembersHeaders
- func (s *RemoveGroupMembersHeaders) SetOperationSource(v string) *RemoveGroupMembersHeaders
- func (s *RemoveGroupMembersHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveGroupMembersHeaders
- func (s RemoveGroupMembersHeaders) String() string
- type RemoveGroupMembersRequest
- func (s RemoveGroupMembersRequest) GoString() string
- func (s *RemoveGroupMembersRequest) SetConversationId(v string) *RemoveGroupMembersRequest
- func (s *RemoveGroupMembersRequest) SetMemberUids(v []*string) *RemoveGroupMembersRequest
- func (s *RemoveGroupMembersRequest) SetOperatorUid(v string) *RemoveGroupMembersRequest
- func (s RemoveGroupMembersRequest) String() string
- type RemoveGroupMembersResponse
- type SendMessageHeaders
- func (s SendMessageHeaders) GoString() string
- func (s *SendMessageHeaders) SetCommonHeaders(v map[string]*string) *SendMessageHeaders
- func (s *SendMessageHeaders) SetOperationSource(v string) *SendMessageHeaders
- func (s *SendMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendMessageHeaders
- func (s SendMessageHeaders) String() string
- type SendMessageRequest
- func (s SendMessageRequest) GoString() string
- func (s *SendMessageRequest) SetContent(v string) *SendMessageRequest
- func (s *SendMessageRequest) SetConversationId(v string) *SendMessageRequest
- func (s *SendMessageRequest) SetCreateTime(v int64) *SendMessageRequest
- func (s *SendMessageRequest) SetReceiverUid(v string) *SendMessageRequest
- func (s *SendMessageRequest) SetSenderUid(v string) *SendMessageRequest
- func (s *SendMessageRequest) SetUuid(v string) *SendMessageRequest
- func (s SendMessageRequest) String() string
- type SendMessageResponse
- type SendMessageResponseBody
- func (s SendMessageResponseBody) GoString() string
- func (s *SendMessageResponseBody) SetCreateTime(v int64) *SendMessageResponseBody
- func (s *SendMessageResponseBody) SetMessageId(v string) *SendMessageResponseBody
- func (s *SendMessageResponseBody) SetMsgId(v string) *SendMessageResponseBody
- func (s SendMessageResponseBody) String() string
- type SendRobotMessageHeaders
- type SendRobotMessageRequest
- func (s SendRobotMessageRequest) GoString() string
- func (s *SendRobotMessageRequest) SetAtAll(v bool) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetAtAppUids(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetAtMobiles(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetAtUnionIds(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetAtUsers(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetChannel(v string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetMsgMediaIdParamMap(v map[string]interface{}) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetMsgParamMap(v map[string]interface{}) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetMsgTemplateId(v string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetReceiverAppUids(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetReceiverMobiles(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetReceiverUnionIds(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetReceiverUserIds(v []*string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetRobotCode(v string) *SendRobotMessageRequest
- func (s *SendRobotMessageRequest) SetTargetOpenConversationId(v string) *SendRobotMessageRequest
- func (s SendRobotMessageRequest) String() string
- type SendRobotMessageResponse
- type SendRobotMessageResponseBody
- type UpdateGroupNameHeaders
- func (s UpdateGroupNameHeaders) GoString() string
- func (s *UpdateGroupNameHeaders) SetCommonHeaders(v map[string]*string) *UpdateGroupNameHeaders
- func (s *UpdateGroupNameHeaders) SetOperationSource(v string) *UpdateGroupNameHeaders
- func (s *UpdateGroupNameHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateGroupNameHeaders
- func (s UpdateGroupNameHeaders) String() string
- type UpdateGroupNameRequest
- func (s UpdateGroupNameRequest) GoString() string
- func (s *UpdateGroupNameRequest) SetConversationId(v string) *UpdateGroupNameRequest
- func (s *UpdateGroupNameRequest) SetName(v string) *UpdateGroupNameRequest
- func (s *UpdateGroupNameRequest) SetOperatorUid(v string) *UpdateGroupNameRequest
- func (s UpdateGroupNameRequest) String() string
- type UpdateGroupNameResponse
- type UpdateGroupOwnerHeaders
- type UpdateGroupOwnerRequest
- func (s UpdateGroupOwnerRequest) GoString() string
- func (s *UpdateGroupOwnerRequest) SetConversationId(v string) *UpdateGroupOwnerRequest
- func (s *UpdateGroupOwnerRequest) SetOperatorUid(v string) *UpdateGroupOwnerRequest
- func (s *UpdateGroupOwnerRequest) SetOwnerUid(v string) *UpdateGroupOwnerRequest
- func (s UpdateGroupOwnerRequest) String() string
- type UpdateGroupOwnerResponse
- type UpdateGroupOwnerResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddGroupMembersHeaders ¶
type AddGroupMembersHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (AddGroupMembersHeaders) GoString ¶
func (s AddGroupMembersHeaders) GoString() string
func (*AddGroupMembersHeaders) SetCommonHeaders ¶
func (s *AddGroupMembersHeaders) SetCommonHeaders(v map[string]*string) *AddGroupMembersHeaders
func (*AddGroupMembersHeaders) SetOperationSource ¶
func (s *AddGroupMembersHeaders) SetOperationSource(v string) *AddGroupMembersHeaders
func (*AddGroupMembersHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AddGroupMembersHeaders) SetXAcsDingtalkAccessToken(v string) *AddGroupMembersHeaders
func (AddGroupMembersHeaders) String ¶
func (s AddGroupMembersHeaders) String() string
type AddGroupMembersRequest ¶
type AddGroupMembersRequest struct { ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` Members []*AddGroupMembersRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"` OperatorUid *string `json:"operatorUid,omitempty" xml:"operatorUid,omitempty"` }
func (AddGroupMembersRequest) GoString ¶
func (s AddGroupMembersRequest) GoString() string
func (*AddGroupMembersRequest) SetConversationId ¶
func (s *AddGroupMembersRequest) SetConversationId(v string) *AddGroupMembersRequest
func (*AddGroupMembersRequest) SetMembers ¶
func (s *AddGroupMembersRequest) SetMembers(v []*AddGroupMembersRequestMembers) *AddGroupMembersRequest
func (*AddGroupMembersRequest) SetOperatorUid ¶
func (s *AddGroupMembersRequest) SetOperatorUid(v string) *AddGroupMembersRequest
func (AddGroupMembersRequest) String ¶
func (s AddGroupMembersRequest) String() string
type AddGroupMembersRequestMembers ¶
type AddGroupMembersRequestMembers struct { Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` Uid *string `json:"uid,omitempty" xml:"uid,omitempty"` }
func (AddGroupMembersRequestMembers) GoString ¶
func (s AddGroupMembersRequestMembers) GoString() string
func (*AddGroupMembersRequestMembers) SetNick ¶
func (s *AddGroupMembersRequestMembers) SetNick(v string) *AddGroupMembersRequestMembers
func (*AddGroupMembersRequestMembers) SetUid ¶
func (s *AddGroupMembersRequestMembers) SetUid(v string) *AddGroupMembersRequestMembers
func (AddGroupMembersRequestMembers) String ¶
func (s AddGroupMembersRequestMembers) String() string
type AddGroupMembersResponse ¶
type AddGroupMembersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *AddGroupMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AddGroupMembersResponse) GoString ¶
func (s AddGroupMembersResponse) GoString() string
func (*AddGroupMembersResponse) SetBody ¶
func (s *AddGroupMembersResponse) SetBody(v *AddGroupMembersResponseBody) *AddGroupMembersResponse
func (*AddGroupMembersResponse) SetHeaders ¶
func (s *AddGroupMembersResponse) SetHeaders(v map[string]*string) *AddGroupMembersResponse
func (AddGroupMembersResponse) String ¶
func (s AddGroupMembersResponse) String() string
type AddGroupMembersResponseBody ¶
type AddGroupMembersResponseBody struct {
MemberUids []*string `json:"memberUids,omitempty" xml:"memberUids,omitempty" type:"Repeated"`
}
func (AddGroupMembersResponseBody) GoString ¶
func (s AddGroupMembersResponseBody) GoString() string
func (*AddGroupMembersResponseBody) SetMemberUids ¶
func (s *AddGroupMembersResponseBody) SetMemberUids(v []*string) *AddGroupMembersResponseBody
func (AddGroupMembersResponseBody) String ¶
func (s AddGroupMembersResponseBody) String() string
type AddProfileHeaders ¶
type AddProfileHeaders 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 (AddProfileHeaders) GoString ¶
func (s AddProfileHeaders) GoString() string
func (*AddProfileHeaders) SetCommonHeaders ¶
func (s *AddProfileHeaders) SetCommonHeaders(v map[string]*string) *AddProfileHeaders
func (*AddProfileHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AddProfileHeaders) SetXAcsDingtalkAccessToken(v string) *AddProfileHeaders
func (AddProfileHeaders) String ¶
func (s AddProfileHeaders) String() string
type AddProfileRequest ¶
type AddProfileRequest struct { // 外部app的账号,格式:xxx@channel格式 AppUid *string `json:"appUid,omitempty" xml:"appUid,omitempty"` // 头像mediaId,调用Upload接口获得 AvatarMediaId *string `json:"avatarMediaId,omitempty" xml:"avatarMediaId,omitempty"` // 手机号 MobileNumber *string `json:"mobileNumber,omitempty" xml:"mobileNumber,omitempty"` // 昵称 Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` }
func (AddProfileRequest) GoString ¶
func (s AddProfileRequest) GoString() string
func (*AddProfileRequest) SetAppUid ¶
func (s *AddProfileRequest) SetAppUid(v string) *AddProfileRequest
func (*AddProfileRequest) SetAvatarMediaId ¶
func (s *AddProfileRequest) SetAvatarMediaId(v string) *AddProfileRequest
func (*AddProfileRequest) SetMobileNumber ¶
func (s *AddProfileRequest) SetMobileNumber(v string) *AddProfileRequest
func (*AddProfileRequest) SetNick ¶
func (s *AddProfileRequest) SetNick(v string) *AddProfileRequest
func (AddProfileRequest) String ¶
func (s AddProfileRequest) String() string
type AddProfileResponse ¶
type AddProfileResponse struct {
Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}
func (AddProfileResponse) GoString ¶
func (s AddProfileResponse) GoString() string
func (*AddProfileResponse) SetHeaders ¶
func (s *AddProfileResponse) SetHeaders(v map[string]*string) *AddProfileResponse
func (AddProfileResponse) String ¶
func (s AddProfileResponse) String() string
type BatchSendHeaders ¶
type BatchSendHeaders 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 (BatchSendHeaders) GoString ¶
func (s BatchSendHeaders) GoString() string
func (*BatchSendHeaders) SetCommonHeaders ¶
func (s *BatchSendHeaders) SetCommonHeaders(v map[string]*string) *BatchSendHeaders
func (*BatchSendHeaders) SetXAcsDingtalkAccessToken ¶
func (s *BatchSendHeaders) SetXAcsDingtalkAccessToken(v string) *BatchSendHeaders
func (BatchSendHeaders) String ¶
func (s BatchSendHeaders) String() string
type BatchSendRequest ¶
type BatchSendRequest struct { // 接受者列表,外部用户 AppUids []*string `json:"appUids,omitempty" xml:"appUids,omitempty" type:"Repeated"` // 消息内容 Content *string `json:"content,omitempty" xml:"content,omitempty"` // 接收消息的群聊列表 ConversationIds []*string `json:"conversationIds,omitempty" xml:"conversationIds,omitempty" type:"Repeated"` // 发送者,企业员工账号 UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (BatchSendRequest) GoString ¶
func (s BatchSendRequest) GoString() string
func (*BatchSendRequest) SetAppUids ¶
func (s *BatchSendRequest) SetAppUids(v []*string) *BatchSendRequest
func (*BatchSendRequest) SetContent ¶
func (s *BatchSendRequest) SetContent(v string) *BatchSendRequest
func (*BatchSendRequest) SetConversationIds ¶
func (s *BatchSendRequest) SetConversationIds(v []*string) *BatchSendRequest
func (*BatchSendRequest) SetUserId ¶
func (s *BatchSendRequest) SetUserId(v string) *BatchSendRequest
func (BatchSendRequest) String ¶
func (s BatchSendRequest) String() string
type BatchSendResponse ¶
type BatchSendResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *BatchSendResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (BatchSendResponse) GoString ¶
func (s BatchSendResponse) GoString() string
func (*BatchSendResponse) SetBody ¶
func (s *BatchSendResponse) SetBody(v *BatchSendResponseBody) *BatchSendResponse
func (*BatchSendResponse) SetHeaders ¶
func (s *BatchSendResponse) SetHeaders(v map[string]*string) *BatchSendResponse
func (BatchSendResponse) String ¶
func (s BatchSendResponse) String() string
type BatchSendResponseBody ¶
type BatchSendResponseBody struct { // 任务Id TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"` }
func (BatchSendResponseBody) GoString ¶
func (s BatchSendResponseBody) GoString() string
func (*BatchSendResponseBody) SetTaskId ¶
func (s *BatchSendResponseBody) SetTaskId(v string) *BatchSendResponseBody
func (BatchSendResponseBody) String ¶
func (s BatchSendResponseBody) String() string
type Client ¶
func (*Client) AddGroupMembers ¶
func (client *Client) AddGroupMembers(request *AddGroupMembersRequest) (_result *AddGroupMembersResponse, _err error)
func (*Client) AddGroupMembersWithOptions ¶
func (client *Client) AddGroupMembersWithOptions(request *AddGroupMembersRequest, headers *AddGroupMembersHeaders, runtime *util.RuntimeOptions) (_result *AddGroupMembersResponse, _err error)
func (*Client) AddProfile ¶
func (client *Client) AddProfile(request *AddProfileRequest) (_result *AddProfileResponse, _err error)
func (*Client) AddProfileWithOptions ¶
func (client *Client) AddProfileWithOptions(request *AddProfileRequest, headers *AddProfileHeaders, runtime *util.RuntimeOptions) (_result *AddProfileResponse, _err error)
func (*Client) BatchSend ¶
func (client *Client) BatchSend(request *BatchSendRequest) (_result *BatchSendResponse, _err error)
func (*Client) BatchSendWithOptions ¶
func (client *Client) BatchSendWithOptions(request *BatchSendRequest, headers *BatchSendHeaders, runtime *util.RuntimeOptions) (_result *BatchSendResponse, _err error)
func (*Client) CreateGroup ¶
func (client *Client) CreateGroup(request *CreateGroupRequest) (_result *CreateGroupResponse, _err error)
func (*Client) CreateGroupWithOptions ¶
func (client *Client) CreateGroupWithOptions(request *CreateGroupRequest, headers *CreateGroupHeaders, runtime *util.RuntimeOptions) (_result *CreateGroupResponse, _err error)
func (*Client) CreateTrustGroup ¶
func (client *Client) CreateTrustGroup(request *CreateTrustGroupRequest) (_result *CreateTrustGroupResponse, _err error)
func (*Client) CreateTrustGroupWithOptions ¶
func (client *Client) CreateTrustGroupWithOptions(request *CreateTrustGroupRequest, headers *CreateTrustGroupHeaders, runtime *util.RuntimeOptions) (_result *CreateTrustGroupResponse, _err error)
func (*Client) DismissGroup ¶
func (client *Client) DismissGroup(request *DismissGroupRequest) (_result *DismissGroupResponse, _err error)
func (*Client) DismissGroupWithOptions ¶
func (client *Client) DismissGroupWithOptions(request *DismissGroupRequest, headers *DismissGroupHeaders, runtime *util.RuntimeOptions) (_result *DismissGroupResponse, _err error)
func (*Client) GetConversationId ¶
func (client *Client) GetConversationId(request *GetConversationIdRequest) (_result *GetConversationIdResponse, _err error)
func (*Client) GetConversationIdWithOptions ¶
func (client *Client) GetConversationIdWithOptions(request *GetConversationIdRequest, headers *GetConversationIdHeaders, runtime *util.RuntimeOptions) (_result *GetConversationIdResponse, _err error)
func (*Client) GetMediaUrl ¶
func (client *Client) GetMediaUrl(request *GetMediaUrlRequest) (_result *GetMediaUrlResponse, _err error)
func (*Client) GetMediaUrlWithOptions ¶
func (client *Client) GetMediaUrlWithOptions(request *GetMediaUrlRequest, headers *GetMediaUrlHeaders, runtime *util.RuntimeOptions) (_result *GetMediaUrlResponse, _err error)
func (*Client) GetMediaUrls ¶
func (client *Client) GetMediaUrls(request *GetMediaUrlsRequest) (_result *GetMediaUrlsResponse, _err error)
func (*Client) GetMediaUrlsWithOptions ¶
func (client *Client) GetMediaUrlsWithOptions(request *GetMediaUrlsRequest, headers *GetMediaUrlsHeaders, runtime *util.RuntimeOptions) (_result *GetMediaUrlsResponse, _err error)
func (*Client) GetSpaceFileUrl ¶
func (client *Client) GetSpaceFileUrl(request *GetSpaceFileUrlRequest) (_result *GetSpaceFileUrlResponse, _err error)
func (*Client) GetSpaceFileUrlWithOptions ¶
func (client *Client) GetSpaceFileUrlWithOptions(request *GetSpaceFileUrlRequest, headers *GetSpaceFileUrlHeaders, runtime *util.RuntimeOptions) (_result *GetSpaceFileUrlResponse, _err error)
func (*Client) ListGroupStaffMembers ¶
func (client *Client) ListGroupStaffMembers(request *ListGroupStaffMembersRequest) (_result *ListGroupStaffMembersResponse, _err error)
func (*Client) ListGroupStaffMembersWithOptions ¶
func (client *Client) ListGroupStaffMembersWithOptions(request *ListGroupStaffMembersRequest, headers *ListGroupStaffMembersHeaders, runtime *util.RuntimeOptions) (_result *ListGroupStaffMembersResponse, _err error)
func (*Client) QueryBatchSendResult ¶
func (client *Client) QueryBatchSendResult(request *QueryBatchSendResultRequest) (_result *QueryBatchSendResultResponse, _err error)
func (*Client) QueryBatchSendResultWithOptions ¶
func (client *Client) QueryBatchSendResultWithOptions(request *QueryBatchSendResultRequest, headers *QueryBatchSendResultHeaders, runtime *util.RuntimeOptions) (_result *QueryBatchSendResultResponse, _err error)
func (*Client) ReadMessage ¶
func (client *Client) ReadMessage(request *ReadMessageRequest) (_result *ReadMessageResponse, _err error)
func (*Client) ReadMessageWithOptions ¶
func (client *Client) ReadMessageWithOptions(request *ReadMessageRequest, headers *ReadMessageHeaders, runtime *util.RuntimeOptions) (_result *ReadMessageResponse, _err error)
func (*Client) RecallMessage ¶
func (client *Client) RecallMessage(request *RecallMessageRequest) (_result *RecallMessageResponse, _err error)
func (*Client) RecallMessageWithOptions ¶
func (client *Client) RecallMessageWithOptions(request *RecallMessageRequest, headers *RecallMessageHeaders, runtime *util.RuntimeOptions) (_result *RecallMessageResponse, _err error)
func (*Client) RemoveGroupMembers ¶
func (client *Client) RemoveGroupMembers(request *RemoveGroupMembersRequest) (_result *RemoveGroupMembersResponse, _err error)
func (*Client) RemoveGroupMembersWithOptions ¶
func (client *Client) RemoveGroupMembersWithOptions(request *RemoveGroupMembersRequest, headers *RemoveGroupMembersHeaders, runtime *util.RuntimeOptions) (_result *RemoveGroupMembersResponse, _err error)
func (*Client) SendMessage ¶
func (client *Client) SendMessage(request *SendMessageRequest) (_result *SendMessageResponse, _err error)
func (*Client) SendMessageWithOptions ¶
func (client *Client) SendMessageWithOptions(request *SendMessageRequest, headers *SendMessageHeaders, runtime *util.RuntimeOptions) (_result *SendMessageResponse, _err error)
func (*Client) SendRobotMessage ¶
func (client *Client) SendRobotMessage(request *SendRobotMessageRequest) (_result *SendRobotMessageResponse, _err error)
func (*Client) SendRobotMessageWithOptions ¶
func (client *Client) SendRobotMessageWithOptions(request *SendRobotMessageRequest, headers *SendRobotMessageHeaders, runtime *util.RuntimeOptions) (_result *SendRobotMessageResponse, _err error)
func (*Client) UpdateGroupName ¶
func (client *Client) UpdateGroupName(request *UpdateGroupNameRequest) (_result *UpdateGroupNameResponse, _err error)
func (*Client) UpdateGroupNameWithOptions ¶
func (client *Client) UpdateGroupNameWithOptions(request *UpdateGroupNameRequest, headers *UpdateGroupNameHeaders, runtime *util.RuntimeOptions) (_result *UpdateGroupNameResponse, _err error)
func (*Client) UpdateGroupOwner ¶
func (client *Client) UpdateGroupOwner(request *UpdateGroupOwnerRequest) (_result *UpdateGroupOwnerResponse, _err error)
func (*Client) UpdateGroupOwnerWithOptions ¶
func (client *Client) UpdateGroupOwnerWithOptions(request *UpdateGroupOwnerRequest, headers *UpdateGroupOwnerHeaders, runtime *util.RuntimeOptions) (_result *UpdateGroupOwnerResponse, _err error)
type CreateGroupHeaders ¶
type CreateGroupHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (CreateGroupHeaders) GoString ¶
func (s CreateGroupHeaders) GoString() string
func (*CreateGroupHeaders) SetCommonHeaders ¶
func (s *CreateGroupHeaders) SetCommonHeaders(v map[string]*string) *CreateGroupHeaders
func (*CreateGroupHeaders) SetOperationSource ¶
func (s *CreateGroupHeaders) SetOperationSource(v string) *CreateGroupHeaders
func (*CreateGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CreateGroupHeaders) SetXAcsDingtalkAccessToken(v string) *CreateGroupHeaders
func (CreateGroupHeaders) String ¶
func (s CreateGroupHeaders) String() string
type CreateGroupRequest ¶
type CreateGroupRequest struct { Channel *string `json:"channel,omitempty" xml:"channel,omitempty"` CreatorUid *string `json:"creatorUid,omitempty" xml:"creatorUid,omitempty"` IconMediaId *string `json:"iconMediaId,omitempty" xml:"iconMediaId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Properties map[string]*string `json:"properties,omitempty" xml:"properties,omitempty"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (CreateGroupRequest) GoString ¶
func (s CreateGroupRequest) GoString() string
func (*CreateGroupRequest) SetChannel ¶
func (s *CreateGroupRequest) SetChannel(v string) *CreateGroupRequest
func (*CreateGroupRequest) SetCreatorUid ¶
func (s *CreateGroupRequest) SetCreatorUid(v string) *CreateGroupRequest
func (*CreateGroupRequest) SetIconMediaId ¶
func (s *CreateGroupRequest) SetIconMediaId(v string) *CreateGroupRequest
func (*CreateGroupRequest) SetName ¶
func (s *CreateGroupRequest) SetName(v string) *CreateGroupRequest
func (*CreateGroupRequest) SetProperties ¶
func (s *CreateGroupRequest) SetProperties(v map[string]*string) *CreateGroupRequest
func (*CreateGroupRequest) SetUuid ¶
func (s *CreateGroupRequest) SetUuid(v string) *CreateGroupRequest
func (CreateGroupRequest) String ¶
func (s CreateGroupRequest) String() string
type CreateGroupResponse ¶
type CreateGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateGroupResponse) GoString ¶
func (s CreateGroupResponse) GoString() string
func (*CreateGroupResponse) SetBody ¶
func (s *CreateGroupResponse) SetBody(v *CreateGroupResponseBody) *CreateGroupResponse
func (*CreateGroupResponse) SetHeaders ¶
func (s *CreateGroupResponse) SetHeaders(v map[string]*string) *CreateGroupResponse
func (CreateGroupResponse) String ¶
func (s CreateGroupResponse) String() string
type CreateGroupResponseBody ¶
type CreateGroupResponseBody struct { ChatId *string `json:"chatId,omitempty" xml:"chatId,omitempty"` ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` }
func (CreateGroupResponseBody) GoString ¶
func (s CreateGroupResponseBody) GoString() string
func (*CreateGroupResponseBody) SetChatId ¶
func (s *CreateGroupResponseBody) SetChatId(v string) *CreateGroupResponseBody
func (*CreateGroupResponseBody) SetConversationId ¶
func (s *CreateGroupResponseBody) SetConversationId(v string) *CreateGroupResponseBody
func (*CreateGroupResponseBody) SetCreateTime ¶
func (s *CreateGroupResponseBody) SetCreateTime(v int64) *CreateGroupResponseBody
func (CreateGroupResponseBody) String ¶
func (s CreateGroupResponseBody) String() string
type CreateTrustGroupHeaders ¶
type CreateTrustGroupHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (CreateTrustGroupHeaders) GoString ¶
func (s CreateTrustGroupHeaders) GoString() string
func (*CreateTrustGroupHeaders) SetCommonHeaders ¶
func (s *CreateTrustGroupHeaders) SetCommonHeaders(v map[string]*string) *CreateTrustGroupHeaders
func (*CreateTrustGroupHeaders) SetOperationSource ¶
func (s *CreateTrustGroupHeaders) SetOperationSource(v string) *CreateTrustGroupHeaders
func (*CreateTrustGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CreateTrustGroupHeaders) SetXAcsDingtalkAccessToken(v string) *CreateTrustGroupHeaders
func (CreateTrustGroupHeaders) String ¶
func (s CreateTrustGroupHeaders) String() string
type CreateTrustGroupRequest ¶
type CreateTrustGroupRequest struct { // MPASS渠道编码 Channel *string `json:"channel,omitempty" xml:"channel,omitempty"` // 素材ID IconMediaId *string `json:"iconMediaId,omitempty" xml:"iconMediaId,omitempty"` // 群成员列表 Members []*CreateTrustGroupRequestMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"` // 群名称 Name *string `json:"name,omitempty" xml:"name,omitempty"` // 其他扩展参数 Properties map[string]*string `json:"properties,omitempty" xml:"properties,omitempty"` // 外部系统映射唯一标识 Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (CreateTrustGroupRequest) GoString ¶
func (s CreateTrustGroupRequest) GoString() string
func (*CreateTrustGroupRequest) SetChannel ¶
func (s *CreateTrustGroupRequest) SetChannel(v string) *CreateTrustGroupRequest
func (*CreateTrustGroupRequest) SetIconMediaId ¶
func (s *CreateTrustGroupRequest) SetIconMediaId(v string) *CreateTrustGroupRequest
func (*CreateTrustGroupRequest) SetMembers ¶
func (s *CreateTrustGroupRequest) SetMembers(v []*CreateTrustGroupRequestMembers) *CreateTrustGroupRequest
func (*CreateTrustGroupRequest) SetName ¶
func (s *CreateTrustGroupRequest) SetName(v string) *CreateTrustGroupRequest
func (*CreateTrustGroupRequest) SetProperties ¶
func (s *CreateTrustGroupRequest) SetProperties(v map[string]*string) *CreateTrustGroupRequest
func (*CreateTrustGroupRequest) SetUuid ¶
func (s *CreateTrustGroupRequest) SetUuid(v string) *CreateTrustGroupRequest
func (CreateTrustGroupRequest) String ¶
func (s CreateTrustGroupRequest) String() string
type CreateTrustGroupRequestMembers ¶
type CreateTrustGroupRequestMembers struct { // 昵称 Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` // 互通账号ID Uid *string `json:"uid,omitempty" xml:"uid,omitempty"` }
func (CreateTrustGroupRequestMembers) GoString ¶
func (s CreateTrustGroupRequestMembers) GoString() string
func (*CreateTrustGroupRequestMembers) SetNick ¶
func (s *CreateTrustGroupRequestMembers) SetNick(v string) *CreateTrustGroupRequestMembers
func (*CreateTrustGroupRequestMembers) SetUid ¶
func (s *CreateTrustGroupRequestMembers) SetUid(v string) *CreateTrustGroupRequestMembers
func (CreateTrustGroupRequestMembers) String ¶
func (s CreateTrustGroupRequestMembers) String() string
type CreateTrustGroupResponse ¶
type CreateTrustGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateTrustGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateTrustGroupResponse) GoString ¶
func (s CreateTrustGroupResponse) GoString() string
func (*CreateTrustGroupResponse) SetBody ¶
func (s *CreateTrustGroupResponse) SetBody(v *CreateTrustGroupResponseBody) *CreateTrustGroupResponse
func (*CreateTrustGroupResponse) SetHeaders ¶
func (s *CreateTrustGroupResponse) SetHeaders(v map[string]*string) *CreateTrustGroupResponse
func (CreateTrustGroupResponse) String ¶
func (s CreateTrustGroupResponse) String() string
type CreateTrustGroupResponseBody ¶
type CreateTrustGroupResponseBody struct { ChatId *string `json:"chatId,omitempty" xml:"chatId,omitempty"` CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` }
func (CreateTrustGroupResponseBody) GoString ¶
func (s CreateTrustGroupResponseBody) GoString() string
func (*CreateTrustGroupResponseBody) SetChatId ¶
func (s *CreateTrustGroupResponseBody) SetChatId(v string) *CreateTrustGroupResponseBody
func (*CreateTrustGroupResponseBody) SetCreateTime ¶
func (s *CreateTrustGroupResponseBody) SetCreateTime(v int64) *CreateTrustGroupResponseBody
func (*CreateTrustGroupResponseBody) SetOpenConversationId ¶
func (s *CreateTrustGroupResponseBody) SetOpenConversationId(v string) *CreateTrustGroupResponseBody
func (CreateTrustGroupResponseBody) String ¶
func (s CreateTrustGroupResponseBody) String() string
type DismissGroupHeaders ¶
type DismissGroupHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (DismissGroupHeaders) GoString ¶
func (s DismissGroupHeaders) GoString() string
func (*DismissGroupHeaders) SetCommonHeaders ¶
func (s *DismissGroupHeaders) SetCommonHeaders(v map[string]*string) *DismissGroupHeaders
func (*DismissGroupHeaders) SetOperationSource ¶
func (s *DismissGroupHeaders) SetOperationSource(v string) *DismissGroupHeaders
func (*DismissGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *DismissGroupHeaders) SetXAcsDingtalkAccessToken(v string) *DismissGroupHeaders
func (DismissGroupHeaders) String ¶
func (s DismissGroupHeaders) String() string
type DismissGroupRequest ¶
type DismissGroupRequest struct { ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` OperatorUid *string `json:"operatorUid,omitempty" xml:"operatorUid,omitempty"` }
func (DismissGroupRequest) GoString ¶
func (s DismissGroupRequest) GoString() string
func (*DismissGroupRequest) SetConversationId ¶
func (s *DismissGroupRequest) SetConversationId(v string) *DismissGroupRequest
func (*DismissGroupRequest) SetOperatorUid ¶
func (s *DismissGroupRequest) SetOperatorUid(v string) *DismissGroupRequest
func (DismissGroupRequest) String ¶
func (s DismissGroupRequest) String() string
type DismissGroupResponse ¶
type DismissGroupResponse struct {
Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}
func (DismissGroupResponse) GoString ¶
func (s DismissGroupResponse) GoString() string
func (*DismissGroupResponse) SetHeaders ¶
func (s *DismissGroupResponse) SetHeaders(v map[string]*string) *DismissGroupResponse
func (DismissGroupResponse) String ¶
func (s DismissGroupResponse) String() string
type GetConversationIdHeaders ¶
type GetConversationIdHeaders 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 (GetConversationIdHeaders) GoString ¶
func (s GetConversationIdHeaders) GoString() string
func (*GetConversationIdHeaders) SetCommonHeaders ¶
func (s *GetConversationIdHeaders) SetCommonHeaders(v map[string]*string) *GetConversationIdHeaders
func (*GetConversationIdHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetConversationIdHeaders) SetXAcsDingtalkAccessToken(v string) *GetConversationIdHeaders
func (GetConversationIdHeaders) String ¶
func (s GetConversationIdHeaders) String() string
type GetConversationIdRequest ¶
type GetConversationIdRequest struct { // 外部用户账号:outerId@channel AppUid *string `json:"appUid,omitempty" xml:"appUid,omitempty"` // 员工企业账号:staffId#corpId@dingding UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetConversationIdRequest) GoString ¶
func (s GetConversationIdRequest) GoString() string
func (*GetConversationIdRequest) SetAppUid ¶
func (s *GetConversationIdRequest) SetAppUid(v string) *GetConversationIdRequest
func (*GetConversationIdRequest) SetUserId ¶
func (s *GetConversationIdRequest) SetUserId(v string) *GetConversationIdRequest
func (GetConversationIdRequest) String ¶
func (s GetConversationIdRequest) String() string
type GetConversationIdResponse ¶
type GetConversationIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetConversationIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetConversationIdResponse) GoString ¶
func (s GetConversationIdResponse) GoString() string
func (*GetConversationIdResponse) SetBody ¶
func (s *GetConversationIdResponse) SetBody(v *GetConversationIdResponseBody) *GetConversationIdResponse
func (*GetConversationIdResponse) SetHeaders ¶
func (s *GetConversationIdResponse) SetHeaders(v map[string]*string) *GetConversationIdResponse
func (GetConversationIdResponse) String ¶
func (s GetConversationIdResponse) String() string
type GetConversationIdResponseBody ¶
type GetConversationIdResponseBody struct {
ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"`
}
func (GetConversationIdResponseBody) GoString ¶
func (s GetConversationIdResponseBody) GoString() string
func (*GetConversationIdResponseBody) SetConversationId ¶
func (s *GetConversationIdResponseBody) SetConversationId(v string) *GetConversationIdResponseBody
func (GetConversationIdResponseBody) String ¶
func (s GetConversationIdResponseBody) String() string
type GetMediaUrlHeaders ¶
type GetMediaUrlHeaders 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 (GetMediaUrlHeaders) GoString ¶
func (s GetMediaUrlHeaders) GoString() string
func (*GetMediaUrlHeaders) SetCommonHeaders ¶
func (s *GetMediaUrlHeaders) SetCommonHeaders(v map[string]*string) *GetMediaUrlHeaders
func (*GetMediaUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetMediaUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetMediaUrlHeaders
func (GetMediaUrlHeaders) String ¶
func (s GetMediaUrlHeaders) String() string
type GetMediaUrlRequest ¶
type GetMediaUrlRequest struct { // 多媒体id MediaId *string `json:"mediaId,omitempty" xml:"mediaId,omitempty"` // 过期时间 UrlExpireTime *int32 `json:"urlExpireTime,omitempty" xml:"urlExpireTime,omitempty"` }
func (GetMediaUrlRequest) GoString ¶
func (s GetMediaUrlRequest) GoString() string
func (*GetMediaUrlRequest) SetMediaId ¶
func (s *GetMediaUrlRequest) SetMediaId(v string) *GetMediaUrlRequest
func (*GetMediaUrlRequest) SetUrlExpireTime ¶
func (s *GetMediaUrlRequest) SetUrlExpireTime(v int32) *GetMediaUrlRequest
func (GetMediaUrlRequest) String ¶
func (s GetMediaUrlRequest) String() string
type GetMediaUrlResponse ¶
type GetMediaUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetMediaUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetMediaUrlResponse) GoString ¶
func (s GetMediaUrlResponse) GoString() string
func (*GetMediaUrlResponse) SetBody ¶
func (s *GetMediaUrlResponse) SetBody(v *GetMediaUrlResponseBody) *GetMediaUrlResponse
func (*GetMediaUrlResponse) SetHeaders ¶
func (s *GetMediaUrlResponse) SetHeaders(v map[string]*string) *GetMediaUrlResponse
func (GetMediaUrlResponse) String ¶
func (s GetMediaUrlResponse) String() string
type GetMediaUrlResponseBody ¶
type GetMediaUrlResponseBody struct {
Url *string `json:"url,omitempty" xml:"url,omitempty"`
}
func (GetMediaUrlResponseBody) GoString ¶
func (s GetMediaUrlResponseBody) GoString() string
func (*GetMediaUrlResponseBody) SetUrl ¶
func (s *GetMediaUrlResponseBody) SetUrl(v string) *GetMediaUrlResponseBody
func (GetMediaUrlResponseBody) String ¶
func (s GetMediaUrlResponseBody) String() string
type GetMediaUrlsHeaders ¶
type GetMediaUrlsHeaders 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 (GetMediaUrlsHeaders) GoString ¶
func (s GetMediaUrlsHeaders) GoString() string
func (*GetMediaUrlsHeaders) SetCommonHeaders ¶
func (s *GetMediaUrlsHeaders) SetCommonHeaders(v map[string]*string) *GetMediaUrlsHeaders
func (*GetMediaUrlsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetMediaUrlsHeaders) SetXAcsDingtalkAccessToken(v string) *GetMediaUrlsHeaders
func (GetMediaUrlsHeaders) String ¶
func (s GetMediaUrlsHeaders) String() string
type GetMediaUrlsRequest ¶
type GetMediaUrlsRequest struct { // 多媒体id列表 MediaIds []*string `json:"mediaIds,omitempty" xml:"mediaIds,omitempty" type:"Repeated"` // 过期时间 UrlExpireTime *int32 `json:"urlExpireTime,omitempty" xml:"urlExpireTime,omitempty"` }
func (GetMediaUrlsRequest) GoString ¶
func (s GetMediaUrlsRequest) GoString() string
func (*GetMediaUrlsRequest) SetMediaIds ¶
func (s *GetMediaUrlsRequest) SetMediaIds(v []*string) *GetMediaUrlsRequest
func (*GetMediaUrlsRequest) SetUrlExpireTime ¶
func (s *GetMediaUrlsRequest) SetUrlExpireTime(v int32) *GetMediaUrlsRequest
func (GetMediaUrlsRequest) String ¶
func (s GetMediaUrlsRequest) String() string
type GetMediaUrlsResponse ¶
type GetMediaUrlsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetMediaUrlsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetMediaUrlsResponse) GoString ¶
func (s GetMediaUrlsResponse) GoString() string
func (*GetMediaUrlsResponse) SetBody ¶
func (s *GetMediaUrlsResponse) SetBody(v *GetMediaUrlsResponseBody) *GetMediaUrlsResponse
func (*GetMediaUrlsResponse) SetHeaders ¶
func (s *GetMediaUrlsResponse) SetHeaders(v map[string]*string) *GetMediaUrlsResponse
func (GetMediaUrlsResponse) String ¶
func (s GetMediaUrlsResponse) String() string
type GetMediaUrlsResponseBody ¶
type GetMediaUrlsResponseBody struct {
Urls map[string]interface{} `json:"urls,omitempty" xml:"urls,omitempty"`
}
func (GetMediaUrlsResponseBody) GoString ¶
func (s GetMediaUrlsResponseBody) GoString() string
func (*GetMediaUrlsResponseBody) SetUrls ¶
func (s *GetMediaUrlsResponseBody) SetUrls(v map[string]interface{}) *GetMediaUrlsResponseBody
func (GetMediaUrlsResponseBody) String ¶
func (s GetMediaUrlsResponseBody) String() string
type GetSpaceFileUrlHeaders ¶
type GetSpaceFileUrlHeaders 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 (GetSpaceFileUrlHeaders) GoString ¶
func (s GetSpaceFileUrlHeaders) GoString() string
func (*GetSpaceFileUrlHeaders) SetCommonHeaders ¶
func (s *GetSpaceFileUrlHeaders) SetCommonHeaders(v map[string]*string) *GetSpaceFileUrlHeaders
func (*GetSpaceFileUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetSpaceFileUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetSpaceFileUrlHeaders
func (GetSpaceFileUrlHeaders) String ¶
func (s GetSpaceFileUrlHeaders) String() string
type GetSpaceFileUrlRequest ¶
type GetSpaceFileUrlRequest struct { // 钉盘文件id FileId *string `json:"fileId,omitempty" xml:"fileId,omitempty"` // 发送人互通账号 SenderUid *string `json:"senderUid,omitempty" xml:"senderUid,omitempty"` // 钉盘spaceId SpaceId *string `json:"spaceId,omitempty" xml:"spaceId,omitempty"` }
func (GetSpaceFileUrlRequest) GoString ¶
func (s GetSpaceFileUrlRequest) GoString() string
func (*GetSpaceFileUrlRequest) SetFileId ¶
func (s *GetSpaceFileUrlRequest) SetFileId(v string) *GetSpaceFileUrlRequest
func (*GetSpaceFileUrlRequest) SetSenderUid ¶
func (s *GetSpaceFileUrlRequest) SetSenderUid(v string) *GetSpaceFileUrlRequest
func (*GetSpaceFileUrlRequest) SetSpaceId ¶
func (s *GetSpaceFileUrlRequest) SetSpaceId(v string) *GetSpaceFileUrlRequest
func (GetSpaceFileUrlRequest) String ¶
func (s GetSpaceFileUrlRequest) String() string
type GetSpaceFileUrlResponse ¶
type GetSpaceFileUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetSpaceFileUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetSpaceFileUrlResponse) GoString ¶
func (s GetSpaceFileUrlResponse) GoString() string
func (*GetSpaceFileUrlResponse) SetBody ¶
func (s *GetSpaceFileUrlResponse) SetBody(v *GetSpaceFileUrlResponseBody) *GetSpaceFileUrlResponse
func (*GetSpaceFileUrlResponse) SetHeaders ¶
func (s *GetSpaceFileUrlResponse) SetHeaders(v map[string]*string) *GetSpaceFileUrlResponse
func (GetSpaceFileUrlResponse) String ¶
func (s GetSpaceFileUrlResponse) String() string
type GetSpaceFileUrlResponseBody ¶
type GetSpaceFileUrlResponseBody struct { Headers map[string]interface{} `json:"headers,omitempty" xml:"headers,omitempty"` InternalResourceUrl *string `json:"internalResourceUrl,omitempty" xml:"internalResourceUrl,omitempty"` ResourceUrl *string `json:"resourceUrl,omitempty" xml:"resourceUrl,omitempty"` }
func (GetSpaceFileUrlResponseBody) GoString ¶
func (s GetSpaceFileUrlResponseBody) GoString() string
func (*GetSpaceFileUrlResponseBody) SetHeaders ¶
func (s *GetSpaceFileUrlResponseBody) SetHeaders(v map[string]interface{}) *GetSpaceFileUrlResponseBody
func (*GetSpaceFileUrlResponseBody) SetInternalResourceUrl ¶
func (s *GetSpaceFileUrlResponseBody) SetInternalResourceUrl(v string) *GetSpaceFileUrlResponseBody
func (*GetSpaceFileUrlResponseBody) SetResourceUrl ¶
func (s *GetSpaceFileUrlResponseBody) SetResourceUrl(v string) *GetSpaceFileUrlResponseBody
func (GetSpaceFileUrlResponseBody) String ¶
func (s GetSpaceFileUrlResponseBody) String() string
type ListGroupStaffMembersHeaders ¶
type ListGroupStaffMembersHeaders 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 (ListGroupStaffMembersHeaders) GoString ¶
func (s ListGroupStaffMembersHeaders) GoString() string
func (*ListGroupStaffMembersHeaders) SetCommonHeaders ¶
func (s *ListGroupStaffMembersHeaders) SetCommonHeaders(v map[string]*string) *ListGroupStaffMembersHeaders
func (*ListGroupStaffMembersHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListGroupStaffMembersHeaders) SetXAcsDingtalkAccessToken(v string) *ListGroupStaffMembersHeaders
func (ListGroupStaffMembersHeaders) String ¶
func (s ListGroupStaffMembersHeaders) String() string
type ListGroupStaffMembersRequest ¶
type ListGroupStaffMembersRequest struct {
ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"`
}
func (ListGroupStaffMembersRequest) GoString ¶
func (s ListGroupStaffMembersRequest) GoString() string
func (*ListGroupStaffMembersRequest) SetConversationId ¶
func (s *ListGroupStaffMembersRequest) SetConversationId(v string) *ListGroupStaffMembersRequest
func (ListGroupStaffMembersRequest) String ¶
func (s ListGroupStaffMembersRequest) String() string
type ListGroupStaffMembersResponse ¶
type ListGroupStaffMembersResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListGroupStaffMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListGroupStaffMembersResponse) GoString ¶
func (s ListGroupStaffMembersResponse) GoString() string
func (*ListGroupStaffMembersResponse) SetBody ¶
func (s *ListGroupStaffMembersResponse) SetBody(v *ListGroupStaffMembersResponseBody) *ListGroupStaffMembersResponse
func (*ListGroupStaffMembersResponse) SetHeaders ¶
func (s *ListGroupStaffMembersResponse) SetHeaders(v map[string]*string) *ListGroupStaffMembersResponse
func (ListGroupStaffMembersResponse) String ¶
func (s ListGroupStaffMembersResponse) String() string
type ListGroupStaffMembersResponseBody ¶
type ListGroupStaffMembersResponseBody struct {
Members []*ListGroupStaffMembersResponseBodyMembers `json:"members,omitempty" xml:"members,omitempty" type:"Repeated"`
}
func (ListGroupStaffMembersResponseBody) GoString ¶
func (s ListGroupStaffMembersResponseBody) GoString() string
func (*ListGroupStaffMembersResponseBody) SetMembers ¶
func (s *ListGroupStaffMembersResponseBody) SetMembers(v []*ListGroupStaffMembersResponseBodyMembers) *ListGroupStaffMembersResponseBody
func (ListGroupStaffMembersResponseBody) String ¶
func (s ListGroupStaffMembersResponseBody) String() string
type ListGroupStaffMembersResponseBodyMembers ¶
type ListGroupStaffMembersResponseBodyMembers struct { Nick *string `json:"nick,omitempty" xml:"nick,omitempty"` Uid *string `json:"uid,omitempty" xml:"uid,omitempty"` }
func (ListGroupStaffMembersResponseBodyMembers) GoString ¶
func (s ListGroupStaffMembersResponseBodyMembers) GoString() string
func (*ListGroupStaffMembersResponseBodyMembers) SetNick ¶
func (s *ListGroupStaffMembersResponseBodyMembers) SetNick(v string) *ListGroupStaffMembersResponseBodyMembers
func (*ListGroupStaffMembersResponseBodyMembers) SetUid ¶
func (s *ListGroupStaffMembersResponseBodyMembers) SetUid(v string) *ListGroupStaffMembersResponseBodyMembers
func (ListGroupStaffMembersResponseBodyMembers) String ¶
func (s ListGroupStaffMembersResponseBodyMembers) String() string
type QueryBatchSendResultHeaders ¶
type QueryBatchSendResultHeaders 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 (QueryBatchSendResultHeaders) GoString ¶
func (s QueryBatchSendResultHeaders) GoString() string
func (*QueryBatchSendResultHeaders) SetCommonHeaders ¶
func (s *QueryBatchSendResultHeaders) SetCommonHeaders(v map[string]*string) *QueryBatchSendResultHeaders
func (*QueryBatchSendResultHeaders) SetXAcsDingtalkAccessToken ¶
func (s *QueryBatchSendResultHeaders) SetXAcsDingtalkAccessToken(v string) *QueryBatchSendResultHeaders
func (QueryBatchSendResultHeaders) String ¶
func (s QueryBatchSendResultHeaders) String() string
type QueryBatchSendResultRequest ¶
type QueryBatchSendResultRequest struct { // 发送者,必须是B端用户 SenderUserId *string `json:"senderUserId,omitempty" xml:"senderUserId,omitempty"` // batchSend返回的taskId TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"` }
func (QueryBatchSendResultRequest) GoString ¶
func (s QueryBatchSendResultRequest) GoString() string
func (*QueryBatchSendResultRequest) SetSenderUserId ¶
func (s *QueryBatchSendResultRequest) SetSenderUserId(v string) *QueryBatchSendResultRequest
func (*QueryBatchSendResultRequest) SetTaskId ¶
func (s *QueryBatchSendResultRequest) SetTaskId(v string) *QueryBatchSendResultRequest
func (QueryBatchSendResultRequest) String ¶
func (s QueryBatchSendResultRequest) String() string
type QueryBatchSendResultResponse ¶
type QueryBatchSendResultResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *QueryBatchSendResultResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (QueryBatchSendResultResponse) GoString ¶
func (s QueryBatchSendResultResponse) GoString() string
func (*QueryBatchSendResultResponse) SetBody ¶
func (s *QueryBatchSendResultResponse) SetBody(v *QueryBatchSendResultResponseBody) *QueryBatchSendResultResponse
func (*QueryBatchSendResultResponse) SetHeaders ¶
func (s *QueryBatchSendResultResponse) SetHeaders(v map[string]*string) *QueryBatchSendResultResponse
func (QueryBatchSendResultResponse) String ¶
func (s QueryBatchSendResultResponse) String() string
type QueryBatchSendResultResponseBody ¶
type QueryBatchSendResultResponseBody struct { Results []*QueryBatchSendResultResponseBodyResults `json:"results,omitempty" xml:"results,omitempty" type:"Repeated"` // status Status *int32 `json:"status,omitempty" xml:"status,omitempty"` }
func (QueryBatchSendResultResponseBody) GoString ¶
func (s QueryBatchSendResultResponseBody) GoString() string
func (*QueryBatchSendResultResponseBody) SetResults ¶
func (s *QueryBatchSendResultResponseBody) SetResults(v []*QueryBatchSendResultResponseBodyResults) *QueryBatchSendResultResponseBody
func (*QueryBatchSendResultResponseBody) SetStatus ¶
func (s *QueryBatchSendResultResponseBody) SetStatus(v int32) *QueryBatchSendResultResponseBody
func (QueryBatchSendResultResponseBody) String ¶
func (s QueryBatchSendResultResponseBody) String() string
type QueryBatchSendResultResponseBodyResults ¶
type QueryBatchSendResultResponseBodyResults struct { AppUid *string `json:"appUid,omitempty" xml:"appUid,omitempty"` ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` ErrorMessage *string `json:"errorMessage,omitempty" xml:"errorMessage,omitempty"` MsgId *string `json:"msgId,omitempty" xml:"msgId,omitempty"` }
func (QueryBatchSendResultResponseBodyResults) GoString ¶
func (s QueryBatchSendResultResponseBodyResults) GoString() string
func (*QueryBatchSendResultResponseBodyResults) SetAppUid ¶
func (s *QueryBatchSendResultResponseBodyResults) SetAppUid(v string) *QueryBatchSendResultResponseBodyResults
func (*QueryBatchSendResultResponseBodyResults) SetConversationId ¶
func (s *QueryBatchSendResultResponseBodyResults) SetConversationId(v string) *QueryBatchSendResultResponseBodyResults
func (*QueryBatchSendResultResponseBodyResults) SetErrorCode ¶
func (s *QueryBatchSendResultResponseBodyResults) SetErrorCode(v string) *QueryBatchSendResultResponseBodyResults
func (*QueryBatchSendResultResponseBodyResults) SetErrorMessage ¶
func (s *QueryBatchSendResultResponseBodyResults) SetErrorMessage(v string) *QueryBatchSendResultResponseBodyResults
func (*QueryBatchSendResultResponseBodyResults) SetMsgId ¶
func (s *QueryBatchSendResultResponseBodyResults) SetMsgId(v string) *QueryBatchSendResultResponseBodyResults
func (QueryBatchSendResultResponseBodyResults) String ¶
func (s QueryBatchSendResultResponseBodyResults) String() string
type ReadMessageHeaders ¶
type ReadMessageHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ReadMessageHeaders) GoString ¶
func (s ReadMessageHeaders) GoString() string
func (*ReadMessageHeaders) SetCommonHeaders ¶
func (s *ReadMessageHeaders) SetCommonHeaders(v map[string]*string) *ReadMessageHeaders
func (*ReadMessageHeaders) SetOperationSource ¶
func (s *ReadMessageHeaders) SetOperationSource(v string) *ReadMessageHeaders
func (*ReadMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ReadMessageHeaders) SetXAcsDingtalkAccessToken(v string) *ReadMessageHeaders
func (ReadMessageHeaders) String ¶
func (s ReadMessageHeaders) String() string
type ReadMessageRequest ¶
type ReadMessageRequest struct { MessageId *string `json:"messageId,omitempty" xml:"messageId,omitempty"` OperatorUid *string `json:"operatorUid,omitempty" xml:"operatorUid,omitempty"` }
func (ReadMessageRequest) GoString ¶
func (s ReadMessageRequest) GoString() string
func (*ReadMessageRequest) SetMessageId ¶
func (s *ReadMessageRequest) SetMessageId(v string) *ReadMessageRequest
func (*ReadMessageRequest) SetOperatorUid ¶
func (s *ReadMessageRequest) SetOperatorUid(v string) *ReadMessageRequest
func (ReadMessageRequest) String ¶
func (s ReadMessageRequest) String() string
type ReadMessageResponse ¶
type ReadMessageResponse struct {
Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}
func (ReadMessageResponse) GoString ¶
func (s ReadMessageResponse) GoString() string
func (*ReadMessageResponse) SetHeaders ¶
func (s *ReadMessageResponse) SetHeaders(v map[string]*string) *ReadMessageResponse
func (ReadMessageResponse) String ¶
func (s ReadMessageResponse) String() string
type RecallMessageHeaders ¶
type RecallMessageHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (RecallMessageHeaders) GoString ¶
func (s RecallMessageHeaders) GoString() string
func (*RecallMessageHeaders) SetCommonHeaders ¶
func (s *RecallMessageHeaders) SetCommonHeaders(v map[string]*string) *RecallMessageHeaders
func (*RecallMessageHeaders) SetOperationSource ¶
func (s *RecallMessageHeaders) SetOperationSource(v string) *RecallMessageHeaders
func (*RecallMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RecallMessageHeaders) SetXAcsDingtalkAccessToken(v string) *RecallMessageHeaders
func (RecallMessageHeaders) String ¶
func (s RecallMessageHeaders) String() string
type RecallMessageRequest ¶
type RecallMessageRequest struct { MessageId *string `json:"messageId,omitempty" xml:"messageId,omitempty"` OperatorUid *string `json:"operatorUid,omitempty" xml:"operatorUid,omitempty"` Type *int32 `json:"type,omitempty" xml:"type,omitempty"` }
func (RecallMessageRequest) GoString ¶
func (s RecallMessageRequest) GoString() string
func (*RecallMessageRequest) SetMessageId ¶
func (s *RecallMessageRequest) SetMessageId(v string) *RecallMessageRequest
func (*RecallMessageRequest) SetOperatorUid ¶
func (s *RecallMessageRequest) SetOperatorUid(v string) *RecallMessageRequest
func (*RecallMessageRequest) SetType ¶
func (s *RecallMessageRequest) SetType(v int32) *RecallMessageRequest
func (RecallMessageRequest) String ¶
func (s RecallMessageRequest) String() string
type RecallMessageResponse ¶
type RecallMessageResponse struct {
Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}
func (RecallMessageResponse) GoString ¶
func (s RecallMessageResponse) GoString() string
func (*RecallMessageResponse) SetHeaders ¶
func (s *RecallMessageResponse) SetHeaders(v map[string]*string) *RecallMessageResponse
func (RecallMessageResponse) String ¶
func (s RecallMessageResponse) String() string
type RemoveGroupMembersHeaders ¶
type RemoveGroupMembersHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (RemoveGroupMembersHeaders) GoString ¶
func (s RemoveGroupMembersHeaders) GoString() string
func (*RemoveGroupMembersHeaders) SetCommonHeaders ¶
func (s *RemoveGroupMembersHeaders) SetCommonHeaders(v map[string]*string) *RemoveGroupMembersHeaders
func (*RemoveGroupMembersHeaders) SetOperationSource ¶
func (s *RemoveGroupMembersHeaders) SetOperationSource(v string) *RemoveGroupMembersHeaders
func (*RemoveGroupMembersHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RemoveGroupMembersHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveGroupMembersHeaders
func (RemoveGroupMembersHeaders) String ¶
func (s RemoveGroupMembersHeaders) String() string
type RemoveGroupMembersRequest ¶
type RemoveGroupMembersRequest struct { ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` MemberUids []*string `json:"memberUids,omitempty" xml:"memberUids,omitempty" type:"Repeated"` OperatorUid *string `json:"operatorUid,omitempty" xml:"operatorUid,omitempty"` }
func (RemoveGroupMembersRequest) GoString ¶
func (s RemoveGroupMembersRequest) GoString() string
func (*RemoveGroupMembersRequest) SetConversationId ¶
func (s *RemoveGroupMembersRequest) SetConversationId(v string) *RemoveGroupMembersRequest
func (*RemoveGroupMembersRequest) SetMemberUids ¶
func (s *RemoveGroupMembersRequest) SetMemberUids(v []*string) *RemoveGroupMembersRequest
func (*RemoveGroupMembersRequest) SetOperatorUid ¶
func (s *RemoveGroupMembersRequest) SetOperatorUid(v string) *RemoveGroupMembersRequest
func (RemoveGroupMembersRequest) String ¶
func (s RemoveGroupMembersRequest) String() string
type RemoveGroupMembersResponse ¶
type RemoveGroupMembersResponse struct {
Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}
func (RemoveGroupMembersResponse) GoString ¶
func (s RemoveGroupMembersResponse) GoString() string
func (*RemoveGroupMembersResponse) SetHeaders ¶
func (s *RemoveGroupMembersResponse) SetHeaders(v map[string]*string) *RemoveGroupMembersResponse
func (RemoveGroupMembersResponse) String ¶
func (s RemoveGroupMembersResponse) String() string
type SendMessageHeaders ¶
type SendMessageHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (SendMessageHeaders) GoString ¶
func (s SendMessageHeaders) GoString() string
func (*SendMessageHeaders) SetCommonHeaders ¶
func (s *SendMessageHeaders) SetCommonHeaders(v map[string]*string) *SendMessageHeaders
func (*SendMessageHeaders) SetOperationSource ¶
func (s *SendMessageHeaders) SetOperationSource(v string) *SendMessageHeaders
func (*SendMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendMessageHeaders
func (SendMessageHeaders) String ¶
func (s SendMessageHeaders) String() string
type SendMessageRequest ¶
type SendMessageRequest struct { Content *string `json:"content,omitempty" xml:"content,omitempty"` ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` ReceiverUid *string `json:"receiverUid,omitempty" xml:"receiverUid,omitempty"` SenderUid *string `json:"senderUid,omitempty" xml:"senderUid,omitempty"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (SendMessageRequest) GoString ¶
func (s SendMessageRequest) GoString() string
func (*SendMessageRequest) SetContent ¶
func (s *SendMessageRequest) SetContent(v string) *SendMessageRequest
func (*SendMessageRequest) SetConversationId ¶
func (s *SendMessageRequest) SetConversationId(v string) *SendMessageRequest
func (*SendMessageRequest) SetCreateTime ¶
func (s *SendMessageRequest) SetCreateTime(v int64) *SendMessageRequest
func (*SendMessageRequest) SetReceiverUid ¶
func (s *SendMessageRequest) SetReceiverUid(v string) *SendMessageRequest
func (*SendMessageRequest) SetSenderUid ¶
func (s *SendMessageRequest) SetSenderUid(v string) *SendMessageRequest
func (*SendMessageRequest) SetUuid ¶
func (s *SendMessageRequest) SetUuid(v string) *SendMessageRequest
func (SendMessageRequest) String ¶
func (s SendMessageRequest) String() string
type SendMessageResponse ¶
type SendMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *SendMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendMessageResponse) GoString ¶
func (s SendMessageResponse) GoString() string
func (*SendMessageResponse) SetBody ¶
func (s *SendMessageResponse) SetBody(v *SendMessageResponseBody) *SendMessageResponse
func (*SendMessageResponse) SetHeaders ¶
func (s *SendMessageResponse) SetHeaders(v map[string]*string) *SendMessageResponse
func (SendMessageResponse) String ¶
func (s SendMessageResponse) String() string
type SendMessageResponseBody ¶
type SendMessageResponseBody struct { CreateTime *int64 `json:"createTime,omitempty" xml:"createTime,omitempty"` MessageId *string `json:"messageId,omitempty" xml:"messageId,omitempty"` MsgId *string `json:"msgId,omitempty" xml:"msgId,omitempty"` }
func (SendMessageResponseBody) GoString ¶
func (s SendMessageResponseBody) GoString() string
func (*SendMessageResponseBody) SetCreateTime ¶
func (s *SendMessageResponseBody) SetCreateTime(v int64) *SendMessageResponseBody
func (*SendMessageResponseBody) SetMessageId ¶
func (s *SendMessageResponseBody) SetMessageId(v string) *SendMessageResponseBody
func (*SendMessageResponseBody) SetMsgId ¶
func (s *SendMessageResponseBody) SetMsgId(v string) *SendMessageResponseBody
func (SendMessageResponseBody) String ¶
func (s SendMessageResponseBody) String() string
type SendRobotMessageHeaders ¶
type SendRobotMessageHeaders 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 (SendRobotMessageHeaders) GoString ¶
func (s SendRobotMessageHeaders) GoString() string
func (*SendRobotMessageHeaders) SetCommonHeaders ¶
func (s *SendRobotMessageHeaders) SetCommonHeaders(v map[string]*string) *SendRobotMessageHeaders
func (*SendRobotMessageHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendRobotMessageHeaders) SetXAcsDingtalkAccessToken(v string) *SendRobotMessageHeaders
func (SendRobotMessageHeaders) String ¶
func (s SendRobotMessageHeaders) String() string
type SendRobotMessageRequest ¶
type SendRobotMessageRequest struct { // 是否@全员 AtAll *bool `json:"atAll,omitempty" xml:"atAll,omitempty"` // @人的appuid列表 AtAppUids []*string `json:"atAppUids,omitempty" xml:"atAppUids,omitempty" type:"Repeated"` // @人的手机号列表 AtMobiles []*string `json:"atMobiles,omitempty" xml:"atMobiles,omitempty" type:"Repeated"` // @人的unionid列表 AtUnionIds []*string `json:"atUnionIds,omitempty" xml:"atUnionIds,omitempty" type:"Repeated"` // @人的userid列表 AtUsers []*string `json:"atUsers,omitempty" xml:"atUsers,omitempty" type:"Repeated"` // 租户channel Channel *string `json:"channel,omitempty" xml:"channel,omitempty"` // 消息模板内容替换参数,多媒体类型 MsgMediaIdParamMap map[string]interface{} `json:"msgMediaIdParamMap,omitempty" xml:"msgMediaIdParamMap,omitempty"` // 消息模板内容替换参数,普通文本类型 MsgParamMap map[string]interface{} `json:"msgParamMap,omitempty" xml:"msgParamMap,omitempty"` // 消息模板id MsgTemplateId *string `json:"msgTemplateId,omitempty" xml:"msgTemplateId,omitempty"` // 消息接收人appuid列表 ReceiverAppUids []*string `json:"receiverAppUids,omitempty" xml:"receiverAppUids,omitempty" type:"Repeated"` // 消息接收人手机号列表 ReceiverMobiles []*string `json:"receiverMobiles,omitempty" xml:"receiverMobiles,omitempty" type:"Repeated"` // 消息接收人unionId列表 ReceiverUnionIds []*string `json:"receiverUnionIds,omitempty" xml:"receiverUnionIds,omitempty" type:"Repeated"` // 消息接收人userId列表 ReceiverUserIds []*string `json:"receiverUserIds,omitempty" xml:"receiverUserIds,omitempty" type:"Repeated"` // 用于发送卡片的机器人编码,与场景群模板中的机器人编码保持一致 RobotCode *string `json:"robotCode,omitempty" xml:"robotCode,omitempty"` // 会话id TargetOpenConversationId *string `json:"targetOpenConversationId,omitempty" xml:"targetOpenConversationId,omitempty"` }
func (SendRobotMessageRequest) GoString ¶
func (s SendRobotMessageRequest) GoString() string
func (*SendRobotMessageRequest) SetAtAll ¶
func (s *SendRobotMessageRequest) SetAtAll(v bool) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetAtAppUids ¶
func (s *SendRobotMessageRequest) SetAtAppUids(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetAtMobiles ¶
func (s *SendRobotMessageRequest) SetAtMobiles(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetAtUnionIds ¶
func (s *SendRobotMessageRequest) SetAtUnionIds(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetAtUsers ¶
func (s *SendRobotMessageRequest) SetAtUsers(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetChannel ¶
func (s *SendRobotMessageRequest) SetChannel(v string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetMsgMediaIdParamMap ¶
func (s *SendRobotMessageRequest) SetMsgMediaIdParamMap(v map[string]interface{}) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetMsgParamMap ¶
func (s *SendRobotMessageRequest) SetMsgParamMap(v map[string]interface{}) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetMsgTemplateId ¶
func (s *SendRobotMessageRequest) SetMsgTemplateId(v string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetReceiverAppUids ¶
func (s *SendRobotMessageRequest) SetReceiverAppUids(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetReceiverMobiles ¶
func (s *SendRobotMessageRequest) SetReceiverMobiles(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetReceiverUnionIds ¶
func (s *SendRobotMessageRequest) SetReceiverUnionIds(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetReceiverUserIds ¶
func (s *SendRobotMessageRequest) SetReceiverUserIds(v []*string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetRobotCode ¶
func (s *SendRobotMessageRequest) SetRobotCode(v string) *SendRobotMessageRequest
func (*SendRobotMessageRequest) SetTargetOpenConversationId ¶
func (s *SendRobotMessageRequest) SetTargetOpenConversationId(v string) *SendRobotMessageRequest
func (SendRobotMessageRequest) String ¶
func (s SendRobotMessageRequest) String() string
type SendRobotMessageResponse ¶
type SendRobotMessageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *SendRobotMessageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (SendRobotMessageResponse) GoString ¶
func (s SendRobotMessageResponse) GoString() string
func (*SendRobotMessageResponse) SetBody ¶
func (s *SendRobotMessageResponse) SetBody(v *SendRobotMessageResponseBody) *SendRobotMessageResponse
func (*SendRobotMessageResponse) SetHeaders ¶
func (s *SendRobotMessageResponse) SetHeaders(v map[string]*string) *SendRobotMessageResponse
func (SendRobotMessageResponse) String ¶
func (s SendRobotMessageResponse) String() string
type SendRobotMessageResponseBody ¶
type SendRobotMessageResponseBody struct {
OpenMsgId *string `json:"openMsgId,omitempty" xml:"openMsgId,omitempty"`
}
func (SendRobotMessageResponseBody) GoString ¶
func (s SendRobotMessageResponseBody) GoString() string
func (*SendRobotMessageResponseBody) SetOpenMsgId ¶
func (s *SendRobotMessageResponseBody) SetOpenMsgId(v string) *SendRobotMessageResponseBody
func (SendRobotMessageResponseBody) String ¶
func (s SendRobotMessageResponseBody) String() string
type UpdateGroupNameHeaders ¶
type UpdateGroupNameHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` OperationSource *string `json:"operationSource,omitempty" xml:"operationSource,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (UpdateGroupNameHeaders) GoString ¶
func (s UpdateGroupNameHeaders) GoString() string
func (*UpdateGroupNameHeaders) SetCommonHeaders ¶
func (s *UpdateGroupNameHeaders) SetCommonHeaders(v map[string]*string) *UpdateGroupNameHeaders
func (*UpdateGroupNameHeaders) SetOperationSource ¶
func (s *UpdateGroupNameHeaders) SetOperationSource(v string) *UpdateGroupNameHeaders
func (*UpdateGroupNameHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UpdateGroupNameHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateGroupNameHeaders
func (UpdateGroupNameHeaders) String ¶
func (s UpdateGroupNameHeaders) String() string
type UpdateGroupNameRequest ¶
type UpdateGroupNameRequest struct { ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` OperatorUid *string `json:"operatorUid,omitempty" xml:"operatorUid,omitempty"` }
func (UpdateGroupNameRequest) GoString ¶
func (s UpdateGroupNameRequest) GoString() string
func (*UpdateGroupNameRequest) SetConversationId ¶
func (s *UpdateGroupNameRequest) SetConversationId(v string) *UpdateGroupNameRequest
func (*UpdateGroupNameRequest) SetName ¶
func (s *UpdateGroupNameRequest) SetName(v string) *UpdateGroupNameRequest
func (*UpdateGroupNameRequest) SetOperatorUid ¶
func (s *UpdateGroupNameRequest) SetOperatorUid(v string) *UpdateGroupNameRequest
func (UpdateGroupNameRequest) String ¶
func (s UpdateGroupNameRequest) String() string
type UpdateGroupNameResponse ¶
type UpdateGroupNameResponse struct {
Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}
func (UpdateGroupNameResponse) GoString ¶
func (s UpdateGroupNameResponse) GoString() string
func (*UpdateGroupNameResponse) SetHeaders ¶
func (s *UpdateGroupNameResponse) SetHeaders(v map[string]*string) *UpdateGroupNameResponse
func (UpdateGroupNameResponse) String ¶
func (s UpdateGroupNameResponse) String() string
type UpdateGroupOwnerHeaders ¶
type UpdateGroupOwnerHeaders 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 (UpdateGroupOwnerHeaders) GoString ¶
func (s UpdateGroupOwnerHeaders) GoString() string
func (*UpdateGroupOwnerHeaders) SetCommonHeaders ¶
func (s *UpdateGroupOwnerHeaders) SetCommonHeaders(v map[string]*string) *UpdateGroupOwnerHeaders
func (*UpdateGroupOwnerHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UpdateGroupOwnerHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateGroupOwnerHeaders
func (UpdateGroupOwnerHeaders) String ¶
func (s UpdateGroupOwnerHeaders) String() string
type UpdateGroupOwnerRequest ¶
type UpdateGroupOwnerRequest struct { ConversationId *string `json:"conversationId,omitempty" xml:"conversationId,omitempty"` OperatorUid *string `json:"operatorUid,omitempty" xml:"operatorUid,omitempty"` OwnerUid *string `json:"ownerUid,omitempty" xml:"ownerUid,omitempty"` }
func (UpdateGroupOwnerRequest) GoString ¶
func (s UpdateGroupOwnerRequest) GoString() string
func (*UpdateGroupOwnerRequest) SetConversationId ¶
func (s *UpdateGroupOwnerRequest) SetConversationId(v string) *UpdateGroupOwnerRequest
func (*UpdateGroupOwnerRequest) SetOperatorUid ¶
func (s *UpdateGroupOwnerRequest) SetOperatorUid(v string) *UpdateGroupOwnerRequest
func (*UpdateGroupOwnerRequest) SetOwnerUid ¶
func (s *UpdateGroupOwnerRequest) SetOwnerUid(v string) *UpdateGroupOwnerRequest
func (UpdateGroupOwnerRequest) String ¶
func (s UpdateGroupOwnerRequest) String() string
type UpdateGroupOwnerResponse ¶
type UpdateGroupOwnerResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *UpdateGroupOwnerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateGroupOwnerResponse) GoString ¶
func (s UpdateGroupOwnerResponse) GoString() string
func (*UpdateGroupOwnerResponse) SetBody ¶
func (s *UpdateGroupOwnerResponse) SetBody(v *UpdateGroupOwnerResponseBody) *UpdateGroupOwnerResponse
func (*UpdateGroupOwnerResponse) SetHeaders ¶
func (s *UpdateGroupOwnerResponse) SetHeaders(v map[string]*string) *UpdateGroupOwnerResponse
func (UpdateGroupOwnerResponse) String ¶
func (s UpdateGroupOwnerResponse) String() string
type UpdateGroupOwnerResponseBody ¶
type UpdateGroupOwnerResponseBody struct { // 返回结果 Result *bool `json:"result,omitempty" xml:"result,omitempty"` }
func (UpdateGroupOwnerResponseBody) GoString ¶
func (s UpdateGroupOwnerResponseBody) GoString() string
func (*UpdateGroupOwnerResponseBody) SetResult ¶
func (s *UpdateGroupOwnerResponseBody) SetResult(v bool) *UpdateGroupOwnerResponseBody
func (UpdateGroupOwnerResponseBody) String ¶
func (s UpdateGroupOwnerResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.