Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type BatchRegisterDeviceHeaders
- func (s BatchRegisterDeviceHeaders) GoString() string
- func (s *BatchRegisterDeviceHeaders) SetCommonHeaders(v map[string]*string) *BatchRegisterDeviceHeaders
- func (s *BatchRegisterDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *BatchRegisterDeviceHeaders
- func (s BatchRegisterDeviceHeaders) String() string
- type BatchRegisterDeviceRequest
- func (s BatchRegisterDeviceRequest) GoString() string
- func (s *BatchRegisterDeviceRequest) SetDeviceList(v []*BatchRegisterDeviceRequestDeviceList) *BatchRegisterDeviceRequest
- func (s *BatchRegisterDeviceRequest) SetUserId(v string) *BatchRegisterDeviceRequest
- func (s BatchRegisterDeviceRequest) String() string
- type BatchRegisterDeviceRequestDeviceList
- func (s BatchRegisterDeviceRequestDeviceList) GoString() string
- func (s *BatchRegisterDeviceRequestDeviceList) SetCollaborators(v string) *BatchRegisterDeviceRequestDeviceList
- func (s *BatchRegisterDeviceRequestDeviceList) SetDepartmentId(v int64) *BatchRegisterDeviceRequestDeviceList
- func (s *BatchRegisterDeviceRequestDeviceList) SetDescription(v string) *BatchRegisterDeviceRequestDeviceList
- func (s *BatchRegisterDeviceRequestDeviceList) SetDeviceKey(v string) *BatchRegisterDeviceRequestDeviceList
- func (s *BatchRegisterDeviceRequestDeviceList) SetDeviceName(v string) *BatchRegisterDeviceRequestDeviceList
- func (s *BatchRegisterDeviceRequestDeviceList) SetManagers(v string) *BatchRegisterDeviceRequestDeviceList
- func (s BatchRegisterDeviceRequestDeviceList) String() string
- type BatchRegisterDeviceResponse
- func (s BatchRegisterDeviceResponse) GoString() string
- func (s *BatchRegisterDeviceResponse) SetBody(v *BatchRegisterDeviceResponseBody) *BatchRegisterDeviceResponse
- func (s *BatchRegisterDeviceResponse) SetHeaders(v map[string]*string) *BatchRegisterDeviceResponse
- func (s *BatchRegisterDeviceResponse) SetStatusCode(v int32) *BatchRegisterDeviceResponse
- func (s BatchRegisterDeviceResponse) String() string
- type BatchRegisterDeviceResponseBody
- type Client
- func (client *Client) BatchRegisterDevice(request *BatchRegisterDeviceRequest) (_result *BatchRegisterDeviceResponse, _err error)
- func (client *Client) BatchRegisterDeviceWithOptions(request *BatchRegisterDeviceRequest, headers *BatchRegisterDeviceHeaders, ...) (_result *BatchRegisterDeviceResponse, _err error)
- func (client *Client) ConnectorEventPush(request *ConnectorEventPushRequest) (_result *ConnectorEventPushResponse, _err error)
- func (client *Client) ConnectorEventPushWithOptions(request *ConnectorEventPushRequest, headers *ConnectorEventPushHeaders, ...) (_result *ConnectorEventPushResponse, _err error)
- func (client *Client) CreateChatRoom(request *CreateChatRoomRequest) (_result *CreateChatRoomResponse, _err error)
- func (client *Client) CreateChatRoomWithOptions(request *CreateChatRoomRequest, headers *CreateChatRoomHeaders, ...) (_result *CreateChatRoomResponse, _err error)
- func (client *Client) CreateDepartment(request *CreateDepartmentRequest) (_result *CreateDepartmentResponse, _err error)
- func (client *Client) CreateDepartmentWithOptions(request *CreateDepartmentRequest, headers *CreateDepartmentHeaders, ...) (_result *CreateDepartmentResponse, _err error)
- func (client *Client) CreateDeviceChatRoom(request *CreateDeviceChatRoomRequest) (_result *CreateDeviceChatRoomResponse, _err error)
- func (client *Client) CreateDeviceChatRoomWithOptions(request *CreateDeviceChatRoomRequest, headers *CreateDeviceChatRoomHeaders, ...) (_result *CreateDeviceChatRoomResponse, _err error)
- func (client *Client) DeviceDing(request *DeviceDingRequest) (_result *DeviceDingResponse, _err error)
- func (client *Client) DeviceDingWithOptions(request *DeviceDingRequest, headers *DeviceDingHeaders, ...) (_result *DeviceDingResponse, _err error)
- func (client *Client) DissolveGroup(request *DissolveGroupRequest) (_result *DissolveGroupResponse, _err error)
- func (client *Client) DissolveGroupWithOptions(request *DissolveGroupRequest, headers *DissolveGroupHeaders, ...) (_result *DissolveGroupResponse, _err error)
- func (client *Client) EditDeviceAdmin(request *EditDeviceAdminRequest) (_result *EditDeviceAdminResponse, _err error)
- func (client *Client) EditDeviceAdminWithOptions(request *EditDeviceAdminRequest, headers *EditDeviceAdminHeaders, ...) (_result *EditDeviceAdminResponse, _err error)
- func (client *Client) GetDeviceGroupInfo(request *GetDeviceGroupInfoRequest) (_result *GetDeviceGroupInfoResponse, _err error)
- func (client *Client) GetDeviceGroupInfoWithOptions(request *GetDeviceGroupInfoRequest, headers *GetDeviceGroupInfoHeaders, ...) (_result *GetDeviceGroupInfoResponse, _err error)
- func (client *Client) GetWholeDeviceGroup() (_result *GetWholeDeviceGroupResponse, _err error)
- func (client *Client) GetWholeDeviceGroupWithOptions(headers *GetWholeDeviceGroupHeaders, runtime *util.RuntimeOptions) (_result *GetWholeDeviceGroupResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListActivateDevices(request *ListActivateDevicesRequest) (_result *ListActivateDevicesResponse, _err error)
- func (client *Client) ListActivateDevicesWithOptions(request *ListActivateDevicesRequest, headers *ListActivateDevicesHeaders, ...) (_result *ListActivateDevicesResponse, _err error)
- func (client *Client) ListInspectInfo(request *ListInspectInfoRequest) (_result *ListInspectInfoResponse, _err error)
- func (client *Client) ListInspectInfoWithOptions(request *ListInspectInfoRequest, headers *ListInspectInfoHeaders, ...) (_result *ListInspectInfoResponse, _err error)
- func (client *Client) ListMaintainInfo(request *ListMaintainInfoRequest) (_result *ListMaintainInfoResponse, _err error)
- func (client *Client) ListMaintainInfoWithOptions(request *ListMaintainInfoRequest, headers *ListMaintainInfoHeaders, ...) (_result *ListMaintainInfoResponse, _err error)
- func (client *Client) PullDeviceToGroup(request *PullDeviceToGroupRequest) (_result *PullDeviceToGroupResponse, _err error)
- func (client *Client) PullDeviceToGroupWithOptions(request *PullDeviceToGroupRequest, headers *PullDeviceToGroupHeaders, ...) (_result *PullDeviceToGroupResponse, _err error)
- func (client *Client) PullUserToGroup(request *PullUserToGroupRequest) (_result *PullUserToGroupResponse, _err error)
- func (client *Client) PullUserToGroupWithOptions(request *PullUserToGroupRequest, headers *PullUserToGroupHeaders, ...) (_result *PullUserToGroupResponse, _err error)
- func (client *Client) RegisterAndActivateDevice(request *RegisterAndActivateDeviceRequest) (_result *RegisterAndActivateDeviceResponse, _err error)
- func (client *Client) RegisterAndActivateDeviceBatch(request *RegisterAndActivateDeviceBatchRequest) (_result *RegisterAndActivateDeviceBatchResponse, _err error)
- func (client *Client) RegisterAndActivateDeviceBatchWithOptions(request *RegisterAndActivateDeviceBatchRequest, ...) (_result *RegisterAndActivateDeviceBatchResponse, _err error)
- func (client *Client) RegisterAndActivateDeviceWithOptions(request *RegisterAndActivateDeviceRequest, ...) (_result *RegisterAndActivateDeviceResponse, _err error)
- func (client *Client) RegisterDevice(request *RegisterDeviceRequest) (_result *RegisterDeviceResponse, _err error)
- func (client *Client) RegisterDeviceWithOptions(request *RegisterDeviceRequest, headers *RegisterDeviceHeaders, ...) (_result *RegisterDeviceResponse, _err error)
- func (client *Client) RemoveDeviceFromGroup(request *RemoveDeviceFromGroupRequest) (_result *RemoveDeviceFromGroupResponse, _err error)
- func (client *Client) RemoveDeviceFromGroupWithOptions(request *RemoveDeviceFromGroupRequest, headers *RemoveDeviceFromGroupHeaders, ...) (_result *RemoveDeviceFromGroupResponse, _err error)
- func (client *Client) RemoveUserFromGroup(request *RemoveUserFromGroupRequest) (_result *RemoveUserFromGroupResponse, _err error)
- func (client *Client) RemoveUserFromGroupWithOptions(request *RemoveUserFromGroupRequest, headers *RemoveUserFromGroupHeaders, ...) (_result *RemoveUserFromGroupResponse, _err error)
- func (client *Client) SendCard(request *SendCardRequest) (_result *SendCardResponse, _err error)
- func (client *Client) SendCardWithOptions(request *SendCardRequest, headers *SendCardHeaders, ...) (_result *SendCardResponse, _err error)
- func (client *Client) SendMsg(request *SendMsgRequest) (_result *SendMsgResponse, _err error)
- func (client *Client) SendMsgWithOptions(request *SendMsgRequest, headers *SendMsgHeaders, runtime *util.RuntimeOptions) (_result *SendMsgResponse, _err error)
- func (client *Client) UninstallDeviceRobot(request *UninstallDeviceRobotRequest) (_result *UninstallDeviceRobotResponse, _err error)
- func (client *Client) UninstallDeviceRobotWithOptions(request *UninstallDeviceRobotRequest, headers *UninstallDeviceRobotHeaders, ...) (_result *UninstallDeviceRobotResponse, _err error)
- func (client *Client) UpdateCard(request *UpdateCardRequest) (_result *UpdateCardResponse, _err error)
- func (client *Client) UpdateCardWithOptions(request *UpdateCardRequest, headers *UpdateCardHeaders, ...) (_result *UpdateCardResponse, _err error)
- func (client *Client) UploadEvent(request *UploadEventRequest) (_result *UploadEventResponse, _err error)
- func (client *Client) UploadEventWithOptions(request *UploadEventRequest, headers *UploadEventHeaders, ...) (_result *UploadEventResponse, _err error)
- type ConnectorEventPushHeaders
- func (s ConnectorEventPushHeaders) GoString() string
- func (s *ConnectorEventPushHeaders) SetCommonHeaders(v map[string]*string) *ConnectorEventPushHeaders
- func (s *ConnectorEventPushHeaders) SetXAcsDingtalkAccessToken(v string) *ConnectorEventPushHeaders
- func (s ConnectorEventPushHeaders) String() string
- type ConnectorEventPushRequest
- func (s ConnectorEventPushRequest) GoString() string
- func (s *ConnectorEventPushRequest) SetDeviceTypeUuid(v string) *ConnectorEventPushRequest
- func (s *ConnectorEventPushRequest) SetEventName(v string) *ConnectorEventPushRequest
- func (s *ConnectorEventPushRequest) SetInput(v string) *ConnectorEventPushRequest
- func (s ConnectorEventPushRequest) String() string
- type ConnectorEventPushResponse
- func (s ConnectorEventPushResponse) GoString() string
- func (s *ConnectorEventPushResponse) SetBody(v *ConnectorEventPushResponseBody) *ConnectorEventPushResponse
- func (s *ConnectorEventPushResponse) SetHeaders(v map[string]*string) *ConnectorEventPushResponse
- func (s *ConnectorEventPushResponse) SetStatusCode(v int32) *ConnectorEventPushResponse
- func (s ConnectorEventPushResponse) String() string
- type ConnectorEventPushResponseBody
- type CreateChatRoomHeaders
- type CreateChatRoomRequest
- func (s CreateChatRoomRequest) GoString() string
- func (s *CreateChatRoomRequest) SetChatGroupName(v string) *CreateChatRoomRequest
- func (s *CreateChatRoomRequest) SetDeviceCodes(v []*string) *CreateChatRoomRequest
- func (s *CreateChatRoomRequest) SetDeviceTypeId(v string) *CreateChatRoomRequest
- func (s *CreateChatRoomRequest) SetOwnerUserId(v string) *CreateChatRoomRequest
- func (s *CreateChatRoomRequest) SetRoleList(v []*string) *CreateChatRoomRequest
- func (s CreateChatRoomRequest) String() string
- type CreateChatRoomResponse
- func (s CreateChatRoomResponse) GoString() string
- func (s *CreateChatRoomResponse) SetBody(v *CreateChatRoomResponseBody) *CreateChatRoomResponse
- func (s *CreateChatRoomResponse) SetHeaders(v map[string]*string) *CreateChatRoomResponse
- func (s *CreateChatRoomResponse) SetStatusCode(v int32) *CreateChatRoomResponse
- func (s CreateChatRoomResponse) String() string
- type CreateChatRoomResponseBody
- type CreateDepartmentHeaders
- type CreateDepartmentRequest
- func (s CreateDepartmentRequest) GoString() string
- func (s *CreateDepartmentRequest) SetAuthInfo(v string) *CreateDepartmentRequest
- func (s *CreateDepartmentRequest) SetAuthType(v string) *CreateDepartmentRequest
- func (s *CreateDepartmentRequest) SetBizExt(v string) *CreateDepartmentRequest
- func (s *CreateDepartmentRequest) SetDepartmentName(v string) *CreateDepartmentRequest
- func (s *CreateDepartmentRequest) SetDepartmentType(v string) *CreateDepartmentRequest
- func (s *CreateDepartmentRequest) SetDescription(v string) *CreateDepartmentRequest
- func (s *CreateDepartmentRequest) SetSystemUrl(v string) *CreateDepartmentRequest
- func (s *CreateDepartmentRequest) SetUserId(v string) *CreateDepartmentRequest
- func (s CreateDepartmentRequest) String() string
- type CreateDepartmentResponse
- func (s CreateDepartmentResponse) GoString() string
- func (s *CreateDepartmentResponse) SetBody(v *CreateDepartmentResponseBody) *CreateDepartmentResponse
- func (s *CreateDepartmentResponse) SetHeaders(v map[string]*string) *CreateDepartmentResponse
- func (s *CreateDepartmentResponse) SetStatusCode(v int32) *CreateDepartmentResponse
- func (s CreateDepartmentResponse) String() string
- type CreateDepartmentResponseBody
- type CreateDeviceChatRoomHeaders
- func (s CreateDeviceChatRoomHeaders) GoString() string
- func (s *CreateDeviceChatRoomHeaders) SetCommonHeaders(v map[string]*string) *CreateDeviceChatRoomHeaders
- func (s *CreateDeviceChatRoomHeaders) SetXAcsDingtalkAccessToken(v string) *CreateDeviceChatRoomHeaders
- func (s CreateDeviceChatRoomHeaders) String() string
- type CreateDeviceChatRoomRequest
- func (s CreateDeviceChatRoomRequest) GoString() string
- func (s *CreateDeviceChatRoomRequest) SetChatType(v string) *CreateDeviceChatRoomRequest
- func (s *CreateDeviceChatRoomRequest) SetDeviceCodes(v []*string) *CreateDeviceChatRoomRequest
- func (s *CreateDeviceChatRoomRequest) SetDeviceUuids(v []*string) *CreateDeviceChatRoomRequest
- func (s *CreateDeviceChatRoomRequest) SetOwnerUserId(v string) *CreateDeviceChatRoomRequest
- func (s *CreateDeviceChatRoomRequest) SetTitle(v string) *CreateDeviceChatRoomRequest
- func (s *CreateDeviceChatRoomRequest) SetUserIds(v []*string) *CreateDeviceChatRoomRequest
- func (s CreateDeviceChatRoomRequest) String() string
- type CreateDeviceChatRoomResponse
- func (s CreateDeviceChatRoomResponse) GoString() string
- func (s *CreateDeviceChatRoomResponse) SetBody(v *CreateDeviceChatRoomResponseBody) *CreateDeviceChatRoomResponse
- func (s *CreateDeviceChatRoomResponse) SetHeaders(v map[string]*string) *CreateDeviceChatRoomResponse
- func (s *CreateDeviceChatRoomResponse) SetStatusCode(v int32) *CreateDeviceChatRoomResponse
- func (s CreateDeviceChatRoomResponse) String() string
- type CreateDeviceChatRoomResponseBody
- func (s CreateDeviceChatRoomResponseBody) GoString() string
- func (s *CreateDeviceChatRoomResponseBody) SetResult(v *CreateDeviceChatRoomResponseBodyResult) *CreateDeviceChatRoomResponseBody
- func (s *CreateDeviceChatRoomResponseBody) SetSuccess(v bool) *CreateDeviceChatRoomResponseBody
- func (s CreateDeviceChatRoomResponseBody) String() string
- type CreateDeviceChatRoomResponseBodyResult
- func (s CreateDeviceChatRoomResponseBodyResult) GoString() string
- func (s *CreateDeviceChatRoomResponseBodyResult) SetChatId(v string) *CreateDeviceChatRoomResponseBodyResult
- func (s *CreateDeviceChatRoomResponseBodyResult) SetEncodedCid(v string) *CreateDeviceChatRoomResponseBodyResult
- func (s *CreateDeviceChatRoomResponseBodyResult) SetOpenConversationId(v string) *CreateDeviceChatRoomResponseBodyResult
- func (s CreateDeviceChatRoomResponseBodyResult) String() string
- type DeviceDingHeaders
- type DeviceDingRequest
- func (s DeviceDingRequest) GoString() string
- func (s *DeviceDingRequest) SetDeviceKey(v string) *DeviceDingRequest
- func (s *DeviceDingRequest) SetParamsJson(v string) *DeviceDingRequest
- func (s *DeviceDingRequest) SetReceiverUserIdList(v []*string) *DeviceDingRequest
- func (s DeviceDingRequest) String() string
- type DeviceDingResponse
- func (s DeviceDingResponse) GoString() string
- func (s *DeviceDingResponse) SetBody(v *DeviceDingResponseBody) *DeviceDingResponse
- func (s *DeviceDingResponse) SetHeaders(v map[string]*string) *DeviceDingResponse
- func (s *DeviceDingResponse) SetStatusCode(v int32) *DeviceDingResponse
- func (s DeviceDingResponse) String() string
- type DeviceDingResponseBody
- type DissolveGroupHeaders
- type DissolveGroupRequest
- type DissolveGroupResponse
- func (s DissolveGroupResponse) GoString() string
- func (s *DissolveGroupResponse) SetBody(v *DissolveGroupResponseBody) *DissolveGroupResponse
- func (s *DissolveGroupResponse) SetHeaders(v map[string]*string) *DissolveGroupResponse
- func (s *DissolveGroupResponse) SetStatusCode(v int32) *DissolveGroupResponse
- func (s DissolveGroupResponse) String() string
- type DissolveGroupResponseBody
- type EditDeviceAdminHeaders
- type EditDeviceAdminRequest
- func (s EditDeviceAdminRequest) GoString() string
- func (s *EditDeviceAdminRequest) SetDeviceCode(v string) *EditDeviceAdminRequest
- func (s *EditDeviceAdminRequest) SetRoleUuid(v string) *EditDeviceAdminRequest
- func (s *EditDeviceAdminRequest) SetUserIds(v []*string) *EditDeviceAdminRequest
- func (s *EditDeviceAdminRequest) SetUuid(v string) *EditDeviceAdminRequest
- func (s EditDeviceAdminRequest) String() string
- type EditDeviceAdminResponse
- func (s EditDeviceAdminResponse) GoString() string
- func (s *EditDeviceAdminResponse) SetBody(v *EditDeviceAdminResponseBody) *EditDeviceAdminResponse
- func (s *EditDeviceAdminResponse) SetHeaders(v map[string]*string) *EditDeviceAdminResponse
- func (s *EditDeviceAdminResponse) SetStatusCode(v int32) *EditDeviceAdminResponse
- func (s EditDeviceAdminResponse) String() string
- type EditDeviceAdminResponseBody
- type GetDeviceGroupInfoHeaders
- func (s GetDeviceGroupInfoHeaders) GoString() string
- func (s *GetDeviceGroupInfoHeaders) SetCommonHeaders(v map[string]*string) *GetDeviceGroupInfoHeaders
- func (s *GetDeviceGroupInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetDeviceGroupInfoHeaders
- func (s GetDeviceGroupInfoHeaders) String() string
- type GetDeviceGroupInfoRequest
- type GetDeviceGroupInfoResponse
- func (s GetDeviceGroupInfoResponse) GoString() string
- func (s *GetDeviceGroupInfoResponse) SetBody(v *GetDeviceGroupInfoResponseBody) *GetDeviceGroupInfoResponse
- func (s *GetDeviceGroupInfoResponse) SetHeaders(v map[string]*string) *GetDeviceGroupInfoResponse
- func (s *GetDeviceGroupInfoResponse) SetStatusCode(v int32) *GetDeviceGroupInfoResponse
- func (s GetDeviceGroupInfoResponse) String() string
- type GetDeviceGroupInfoResponseBody
- func (s GetDeviceGroupInfoResponseBody) GoString() string
- func (s *GetDeviceGroupInfoResponseBody) SetResult(v *GetDeviceGroupInfoResponseBodyResult) *GetDeviceGroupInfoResponseBody
- func (s *GetDeviceGroupInfoResponseBody) SetSuccess(v bool) *GetDeviceGroupInfoResponseBody
- func (s GetDeviceGroupInfoResponseBody) String() string
- type GetDeviceGroupInfoResponseBodyResult
- func (s GetDeviceGroupInfoResponseBodyResult) GoString() string
- func (s *GetDeviceGroupInfoResponseBodyResult) SetDevices(v []*GetDeviceGroupInfoResponseBodyResultDevices) *GetDeviceGroupInfoResponseBodyResult
- func (s *GetDeviceGroupInfoResponseBodyResult) SetOwnerUser(v string) *GetDeviceGroupInfoResponseBodyResult
- func (s *GetDeviceGroupInfoResponseBodyResult) SetSubAdminUsers(v []*string) *GetDeviceGroupInfoResponseBodyResult
- func (s *GetDeviceGroupInfoResponseBodyResult) SetTitle(v string) *GetDeviceGroupInfoResponseBodyResult
- func (s *GetDeviceGroupInfoResponseBodyResult) SetUsers(v map[string]*string) *GetDeviceGroupInfoResponseBodyResult
- func (s GetDeviceGroupInfoResponseBodyResult) String() string
- type GetDeviceGroupInfoResponseBodyResultDevices
- func (s GetDeviceGroupInfoResponseBodyResultDevices) GoString() string
- func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceCode(v string) *GetDeviceGroupInfoResponseBodyResultDevices
- func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceName(v string) *GetDeviceGroupInfoResponseBodyResultDevices
- func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceUuid(v string) *GetDeviceGroupInfoResponseBodyResultDevices
- func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetUuid(v string) *GetDeviceGroupInfoResponseBodyResultDevices
- func (s GetDeviceGroupInfoResponseBodyResultDevices) String() string
- type GetWholeDeviceGroupHeaders
- func (s GetWholeDeviceGroupHeaders) GoString() string
- func (s *GetWholeDeviceGroupHeaders) SetCommonHeaders(v map[string]*string) *GetWholeDeviceGroupHeaders
- func (s *GetWholeDeviceGroupHeaders) SetXAcsDingtalkAccessToken(v string) *GetWholeDeviceGroupHeaders
- func (s GetWholeDeviceGroupHeaders) String() string
- type GetWholeDeviceGroupResponse
- func (s GetWholeDeviceGroupResponse) GoString() string
- func (s *GetWholeDeviceGroupResponse) SetBody(v *GetWholeDeviceGroupResponseBody) *GetWholeDeviceGroupResponse
- func (s *GetWholeDeviceGroupResponse) SetHeaders(v map[string]*string) *GetWholeDeviceGroupResponse
- func (s *GetWholeDeviceGroupResponse) SetStatusCode(v int32) *GetWholeDeviceGroupResponse
- func (s GetWholeDeviceGroupResponse) String() string
- type GetWholeDeviceGroupResponseBody
- func (s GetWholeDeviceGroupResponseBody) GoString() string
- func (s *GetWholeDeviceGroupResponseBody) SetResult(v string) *GetWholeDeviceGroupResponseBody
- func (s *GetWholeDeviceGroupResponseBody) SetSuccess(v bool) *GetWholeDeviceGroupResponseBody
- func (s GetWholeDeviceGroupResponseBody) String() string
- type ListActivateDevicesHeaders
- func (s ListActivateDevicesHeaders) GoString() string
- func (s *ListActivateDevicesHeaders) SetCommonHeaders(v map[string]*string) *ListActivateDevicesHeaders
- func (s *ListActivateDevicesHeaders) SetXAcsDingtalkAccessToken(v string) *ListActivateDevicesHeaders
- func (s ListActivateDevicesHeaders) String() string
- type ListActivateDevicesRequest
- func (s ListActivateDevicesRequest) GoString() string
- func (s *ListActivateDevicesRequest) SetDeviceCategory(v int32) *ListActivateDevicesRequest
- func (s *ListActivateDevicesRequest) SetDeviceCode(v string) *ListActivateDevicesRequest
- func (s *ListActivateDevicesRequest) SetDeviceTypeId(v string) *ListActivateDevicesRequest
- func (s *ListActivateDevicesRequest) SetGroupId(v string) *ListActivateDevicesRequest
- func (s *ListActivateDevicesRequest) SetPageNumber(v int32) *ListActivateDevicesRequest
- func (s *ListActivateDevicesRequest) SetPageSize(v int32) *ListActivateDevicesRequest
- func (s ListActivateDevicesRequest) String() string
- type ListActivateDevicesResponse
- func (s ListActivateDevicesResponse) GoString() string
- func (s *ListActivateDevicesResponse) SetBody(v *ListActivateDevicesResponseBody) *ListActivateDevicesResponse
- func (s *ListActivateDevicesResponse) SetHeaders(v map[string]*string) *ListActivateDevicesResponse
- func (s *ListActivateDevicesResponse) SetStatusCode(v int32) *ListActivateDevicesResponse
- func (s ListActivateDevicesResponse) String() string
- type ListActivateDevicesResponseBody
- func (s ListActivateDevicesResponseBody) GoString() string
- func (s *ListActivateDevicesResponseBody) SetResult(v []*ListActivateDevicesResponseBodyResult) *ListActivateDevicesResponseBody
- func (s *ListActivateDevicesResponseBody) SetSuccess(v bool) *ListActivateDevicesResponseBody
- func (s *ListActivateDevicesResponseBody) SetTotalCount(v int64) *ListActivateDevicesResponseBody
- func (s ListActivateDevicesResponseBody) String() string
- type ListActivateDevicesResponseBodyResult
- func (s ListActivateDevicesResponseBodyResult) GoString() string
- func (s *ListActivateDevicesResponseBodyResult) SetBizExt(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetDeviceCategory(v int32) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetDeviceCode(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetDeviceDetailUrl(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetDeviceName(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetGroupUuid(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetIcon(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetIntroduction(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetTypeUuid(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetUuid(v string) *ListActivateDevicesResponseBodyResult
- func (s ListActivateDevicesResponseBodyResult) String() string
- type ListInspectInfoHeaders
- type ListInspectInfoRequest
- func (s ListInspectInfoRequest) GoString() string
- func (s *ListInspectInfoRequest) SetDeviceUuid(v []*string) *ListInspectInfoRequest
- func (s *ListInspectInfoRequest) SetPageNumber(v int32) *ListInspectInfoRequest
- func (s *ListInspectInfoRequest) SetPageSize(v int32) *ListInspectInfoRequest
- func (s *ListInspectInfoRequest) SetType(v string) *ListInspectInfoRequest
- func (s ListInspectInfoRequest) String() string
- type ListInspectInfoResponse
- func (s ListInspectInfoResponse) GoString() string
- func (s *ListInspectInfoResponse) SetBody(v *ListInspectInfoResponseBody) *ListInspectInfoResponse
- func (s *ListInspectInfoResponse) SetHeaders(v map[string]*string) *ListInspectInfoResponse
- func (s *ListInspectInfoResponse) SetStatusCode(v int32) *ListInspectInfoResponse
- func (s ListInspectInfoResponse) String() string
- type ListInspectInfoResponseBody
- func (s ListInspectInfoResponseBody) GoString() string
- func (s *ListInspectInfoResponseBody) SetResult(v []*ListInspectInfoResponseBodyResult) *ListInspectInfoResponseBody
- func (s *ListInspectInfoResponseBody) SetSuccess(v bool) *ListInspectInfoResponseBody
- func (s *ListInspectInfoResponseBody) SetTotalCount(v int64) *ListInspectInfoResponseBody
- func (s ListInspectInfoResponseBody) String() string
- type ListInspectInfoResponseBodyResult
- func (s ListInspectInfoResponseBodyResult) GoString() string
- func (s *ListInspectInfoResponseBodyResult) SetDeviceCode(v string) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetDeviceName(v string) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetGmtCreate(v string) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetHandleTime(v string) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetMaintenanceStaff(v []*string) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetName(v string) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetRemark(v string) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetRepairStatus(v int32) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetStatus(v int32) *ListInspectInfoResponseBodyResult
- func (s *ListInspectInfoResponseBodyResult) SetType(v string) *ListInspectInfoResponseBodyResult
- func (s ListInspectInfoResponseBodyResult) String() string
- type ListMaintainInfoHeaders
- type ListMaintainInfoRequest
- func (s ListMaintainInfoRequest) GoString() string
- func (s *ListMaintainInfoRequest) SetDeviceUuid(v []*string) *ListMaintainInfoRequest
- func (s *ListMaintainInfoRequest) SetPageNumber(v int32) *ListMaintainInfoRequest
- func (s *ListMaintainInfoRequest) SetPageSize(v int32) *ListMaintainInfoRequest
- func (s ListMaintainInfoRequest) String() string
- type ListMaintainInfoResponse
- func (s ListMaintainInfoResponse) GoString() string
- func (s *ListMaintainInfoResponse) SetBody(v *ListMaintainInfoResponseBody) *ListMaintainInfoResponse
- func (s *ListMaintainInfoResponse) SetHeaders(v map[string]*string) *ListMaintainInfoResponse
- func (s *ListMaintainInfoResponse) SetStatusCode(v int32) *ListMaintainInfoResponse
- func (s ListMaintainInfoResponse) String() string
- type ListMaintainInfoResponseBody
- func (s ListMaintainInfoResponseBody) GoString() string
- func (s *ListMaintainInfoResponseBody) SetResult(v []*ListMaintainInfoResponseBodyResult) *ListMaintainInfoResponseBody
- func (s *ListMaintainInfoResponseBody) SetSuccess(v bool) *ListMaintainInfoResponseBody
- func (s *ListMaintainInfoResponseBody) SetTotalCount(v int64) *ListMaintainInfoResponseBody
- func (s ListMaintainInfoResponseBody) String() string
- type ListMaintainInfoResponseBodyResult
- func (s ListMaintainInfoResponseBodyResult) GoString() string
- func (s *ListMaintainInfoResponseBodyResult) SetDeviceCode(v string) *ListMaintainInfoResponseBodyResult
- func (s *ListMaintainInfoResponseBodyResult) SetDeviceName(v string) *ListMaintainInfoResponseBodyResult
- func (s *ListMaintainInfoResponseBodyResult) SetGmtCreate(v string) *ListMaintainInfoResponseBodyResult
- func (s *ListMaintainInfoResponseBodyResult) SetHandleTime(v string) *ListMaintainInfoResponseBodyResult
- func (s *ListMaintainInfoResponseBodyResult) SetMaintenanceStaff(v []*string) *ListMaintainInfoResponseBodyResult
- func (s *ListMaintainInfoResponseBodyResult) SetProcessState(v int32) *ListMaintainInfoResponseBodyResult
- func (s *ListMaintainInfoResponseBodyResult) SetRemark(v string) *ListMaintainInfoResponseBodyResult
- func (s ListMaintainInfoResponseBodyResult) String() string
- type PullDeviceToGroupHeaders
- type PullDeviceToGroupRequest
- func (s PullDeviceToGroupRequest) GoString() string
- func (s *PullDeviceToGroupRequest) SetDeviceCodes(v []*string) *PullDeviceToGroupRequest
- func (s *PullDeviceToGroupRequest) SetDeviceUuids(v []*string) *PullDeviceToGroupRequest
- func (s *PullDeviceToGroupRequest) SetOpenConversationId(v string) *PullDeviceToGroupRequest
- func (s *PullDeviceToGroupRequest) SetOperator(v string) *PullDeviceToGroupRequest
- func (s PullDeviceToGroupRequest) String() string
- type PullDeviceToGroupResponse
- func (s PullDeviceToGroupResponse) GoString() string
- func (s *PullDeviceToGroupResponse) SetBody(v *PullDeviceToGroupResponseBody) *PullDeviceToGroupResponse
- func (s *PullDeviceToGroupResponse) SetHeaders(v map[string]*string) *PullDeviceToGroupResponse
- func (s *PullDeviceToGroupResponse) SetStatusCode(v int32) *PullDeviceToGroupResponse
- func (s PullDeviceToGroupResponse) String() string
- type PullDeviceToGroupResponseBody
- type PullUserToGroupHeaders
- type PullUserToGroupRequest
- type PullUserToGroupResponse
- func (s PullUserToGroupResponse) GoString() string
- func (s *PullUserToGroupResponse) SetBody(v *PullUserToGroupResponseBody) *PullUserToGroupResponse
- func (s *PullUserToGroupResponse) SetHeaders(v map[string]*string) *PullUserToGroupResponse
- func (s *PullUserToGroupResponse) SetStatusCode(v int32) *PullUserToGroupResponse
- func (s PullUserToGroupResponse) String() string
- type PullUserToGroupResponseBody
- type RegisterAndActivateDeviceBatchHeaders
- func (s RegisterAndActivateDeviceBatchHeaders) GoString() string
- func (s *RegisterAndActivateDeviceBatchHeaders) SetCommonHeaders(v map[string]*string) *RegisterAndActivateDeviceBatchHeaders
- func (s *RegisterAndActivateDeviceBatchHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterAndActivateDeviceBatchHeaders
- func (s RegisterAndActivateDeviceBatchHeaders) String() string
- type RegisterAndActivateDeviceBatchRequest
- func (s RegisterAndActivateDeviceBatchRequest) GoString() string
- func (s *RegisterAndActivateDeviceBatchRequest) SetRegisterAndActivateVOS(v []*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) *RegisterAndActivateDeviceBatchRequest
- func (s RegisterAndActivateDeviceBatchRequest) String() string
- type RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) GoString() string
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCategory(v int32) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCode(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceName(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetGroupUuid(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetIntroduction(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetRoleUuid(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetTypeUuid(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetUserIds(v []*string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
- func (s RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) String() string
- type RegisterAndActivateDeviceBatchResponse
- func (s RegisterAndActivateDeviceBatchResponse) GoString() string
- func (s *RegisterAndActivateDeviceBatchResponse) SetBody(v *RegisterAndActivateDeviceBatchResponseBody) *RegisterAndActivateDeviceBatchResponse
- func (s *RegisterAndActivateDeviceBatchResponse) SetHeaders(v map[string]*string) *RegisterAndActivateDeviceBatchResponse
- func (s *RegisterAndActivateDeviceBatchResponse) SetStatusCode(v int32) *RegisterAndActivateDeviceBatchResponse
- func (s RegisterAndActivateDeviceBatchResponse) String() string
- type RegisterAndActivateDeviceBatchResponseBody
- func (s RegisterAndActivateDeviceBatchResponseBody) GoString() string
- func (s *RegisterAndActivateDeviceBatchResponseBody) SetFailItems(v []*RegisterAndActivateDeviceBatchResponseBodyFailItems) *RegisterAndActivateDeviceBatchResponseBody
- func (s *RegisterAndActivateDeviceBatchResponseBody) SetSuccess(v bool) *RegisterAndActivateDeviceBatchResponseBody
- func (s *RegisterAndActivateDeviceBatchResponseBody) SetSuccessItems(v []*RegisterAndActivateDeviceBatchResponseBodySuccessItems) *RegisterAndActivateDeviceBatchResponseBody
- func (s RegisterAndActivateDeviceBatchResponseBody) String() string
- type RegisterAndActivateDeviceBatchResponseBodyFailItems
- func (s RegisterAndActivateDeviceBatchResponseBodyFailItems) GoString() string
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorCode(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItems
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorMsg(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItems
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItems) SetResult(v *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) *RegisterAndActivateDeviceBatchResponseBodyFailItems
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItems) SetSuccess(v bool) *RegisterAndActivateDeviceBatchResponseBodyFailItems
- func (s RegisterAndActivateDeviceBatchResponseBodyFailItems) String() string
- type RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) GoString() string
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCategory(v int32) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCode(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceName(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetGroupUuid(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetIcon(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetIntroduction(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetRoleUuid(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetStatus(v int64) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetTypeUuid(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetUserIds(v []*string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetUuid(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) String() string
- type RegisterAndActivateDeviceBatchResponseBodySuccessItems
- func (s RegisterAndActivateDeviceBatchResponseBodySuccessItems) GoString() string
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetErrorCode(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItems
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetErrorMsg(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItems
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetResult(v *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) *RegisterAndActivateDeviceBatchResponseBodySuccessItems
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetSuccess(v bool) *RegisterAndActivateDeviceBatchResponseBodySuccessItems
- func (s RegisterAndActivateDeviceBatchResponseBodySuccessItems) String() string
- type RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) GoString() string
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCategory(v int32) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCode(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceName(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetGroupUuid(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetIcon(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetIntroduction(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetRoleUuid(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetStatus(v int64) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetTypeUuid(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetUserIds(v []*string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetUuid(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) String() string
- type RegisterAndActivateDeviceHeaders
- func (s RegisterAndActivateDeviceHeaders) GoString() string
- func (s *RegisterAndActivateDeviceHeaders) SetCommonHeaders(v map[string]*string) *RegisterAndActivateDeviceHeaders
- func (s *RegisterAndActivateDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterAndActivateDeviceHeaders
- func (s RegisterAndActivateDeviceHeaders) String() string
- type RegisterAndActivateDeviceRequest
- func (s RegisterAndActivateDeviceRequest) GoString() string
- func (s *RegisterAndActivateDeviceRequest) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetDeviceCategory(v int32) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetDeviceCode(v string) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetDeviceName(v string) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetIntroduction(v string) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetRoleUuid(v string) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetTypeUuid(v string) *RegisterAndActivateDeviceRequest
- func (s *RegisterAndActivateDeviceRequest) SetUserIds(v []*string) *RegisterAndActivateDeviceRequest
- func (s RegisterAndActivateDeviceRequest) String() string
- type RegisterAndActivateDeviceResponse
- func (s RegisterAndActivateDeviceResponse) GoString() string
- func (s *RegisterAndActivateDeviceResponse) SetBody(v *RegisterAndActivateDeviceResponseBody) *RegisterAndActivateDeviceResponse
- func (s *RegisterAndActivateDeviceResponse) SetHeaders(v map[string]*string) *RegisterAndActivateDeviceResponse
- func (s *RegisterAndActivateDeviceResponse) SetStatusCode(v int32) *RegisterAndActivateDeviceResponse
- func (s RegisterAndActivateDeviceResponse) String() string
- type RegisterAndActivateDeviceResponseBody
- func (s RegisterAndActivateDeviceResponseBody) GoString() string
- func (s *RegisterAndActivateDeviceResponseBody) SetResult(v *RegisterAndActivateDeviceResponseBodyResult) *RegisterAndActivateDeviceResponseBody
- func (s *RegisterAndActivateDeviceResponseBody) SetSuccess(v bool) *RegisterAndActivateDeviceResponseBody
- func (s RegisterAndActivateDeviceResponseBody) String() string
- type RegisterAndActivateDeviceResponseBodyResult
- func (s RegisterAndActivateDeviceResponseBodyResult) GoString() string
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceCategory(v int32) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceCode(v string) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceName(v string) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceUuid(v string) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetIntroduction(v string) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetRoleUuid(v string) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetTypeUuid(v string) *RegisterAndActivateDeviceResponseBodyResult
- func (s *RegisterAndActivateDeviceResponseBodyResult) SetUserIds(v []*string) *RegisterAndActivateDeviceResponseBodyResult
- func (s RegisterAndActivateDeviceResponseBodyResult) String() string
- type RegisterDeviceHeaders
- type RegisterDeviceRequest
- func (s RegisterDeviceRequest) GoString() string
- func (s *RegisterDeviceRequest) SetCollaborators(v string) *RegisterDeviceRequest
- func (s *RegisterDeviceRequest) SetDepartmentId(v int64) *RegisterDeviceRequest
- func (s *RegisterDeviceRequest) SetDescription(v string) *RegisterDeviceRequest
- func (s *RegisterDeviceRequest) SetDeviceKey(v string) *RegisterDeviceRequest
- func (s *RegisterDeviceRequest) SetDeviceName(v string) *RegisterDeviceRequest
- func (s *RegisterDeviceRequest) SetManagers(v string) *RegisterDeviceRequest
- func (s *RegisterDeviceRequest) SetUserId(v string) *RegisterDeviceRequest
- func (s RegisterDeviceRequest) String() string
- type RegisterDeviceResponse
- func (s RegisterDeviceResponse) GoString() string
- func (s *RegisterDeviceResponse) SetBody(v *RegisterDeviceResponseBody) *RegisterDeviceResponse
- func (s *RegisterDeviceResponse) SetHeaders(v map[string]*string) *RegisterDeviceResponse
- func (s *RegisterDeviceResponse) SetStatusCode(v int32) *RegisterDeviceResponse
- func (s RegisterDeviceResponse) String() string
- type RegisterDeviceResponseBody
- type RemoveDeviceFromGroupHeaders
- func (s RemoveDeviceFromGroupHeaders) GoString() string
- func (s *RemoveDeviceFromGroupHeaders) SetCommonHeaders(v map[string]*string) *RemoveDeviceFromGroupHeaders
- func (s *RemoveDeviceFromGroupHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveDeviceFromGroupHeaders
- func (s RemoveDeviceFromGroupHeaders) String() string
- type RemoveDeviceFromGroupRequest
- func (s RemoveDeviceFromGroupRequest) GoString() string
- func (s *RemoveDeviceFromGroupRequest) SetDeviceCodes(v []*string) *RemoveDeviceFromGroupRequest
- func (s *RemoveDeviceFromGroupRequest) SetDeviceUuids(v []*string) *RemoveDeviceFromGroupRequest
- func (s *RemoveDeviceFromGroupRequest) SetOpenConversationId(v string) *RemoveDeviceFromGroupRequest
- func (s *RemoveDeviceFromGroupRequest) SetOperator(v string) *RemoveDeviceFromGroupRequest
- func (s RemoveDeviceFromGroupRequest) String() string
- type RemoveDeviceFromGroupResponse
- func (s RemoveDeviceFromGroupResponse) GoString() string
- func (s *RemoveDeviceFromGroupResponse) SetBody(v *RemoveDeviceFromGroupResponseBody) *RemoveDeviceFromGroupResponse
- func (s *RemoveDeviceFromGroupResponse) SetHeaders(v map[string]*string) *RemoveDeviceFromGroupResponse
- func (s *RemoveDeviceFromGroupResponse) SetStatusCode(v int32) *RemoveDeviceFromGroupResponse
- func (s RemoveDeviceFromGroupResponse) String() string
- type RemoveDeviceFromGroupResponseBody
- func (s RemoveDeviceFromGroupResponseBody) GoString() string
- func (s *RemoveDeviceFromGroupResponseBody) SetResult(v string) *RemoveDeviceFromGroupResponseBody
- func (s *RemoveDeviceFromGroupResponseBody) SetSuccess(v bool) *RemoveDeviceFromGroupResponseBody
- func (s RemoveDeviceFromGroupResponseBody) String() string
- type RemoveUserFromGroupHeaders
- func (s RemoveUserFromGroupHeaders) GoString() string
- func (s *RemoveUserFromGroupHeaders) SetCommonHeaders(v map[string]*string) *RemoveUserFromGroupHeaders
- func (s *RemoveUserFromGroupHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveUserFromGroupHeaders
- func (s RemoveUserFromGroupHeaders) String() string
- type RemoveUserFromGroupRequest
- type RemoveUserFromGroupResponse
- func (s RemoveUserFromGroupResponse) GoString() string
- func (s *RemoveUserFromGroupResponse) SetBody(v *RemoveUserFromGroupResponseBody) *RemoveUserFromGroupResponse
- func (s *RemoveUserFromGroupResponse) SetHeaders(v map[string]*string) *RemoveUserFromGroupResponse
- func (s *RemoveUserFromGroupResponse) SetStatusCode(v int32) *RemoveUserFromGroupResponse
- func (s RemoveUserFromGroupResponse) String() string
- type RemoveUserFromGroupResponseBody
- func (s RemoveUserFromGroupResponseBody) GoString() string
- func (s *RemoveUserFromGroupResponseBody) SetResult(v string) *RemoveUserFromGroupResponseBody
- func (s *RemoveUserFromGroupResponseBody) SetSuccess(v bool) *RemoveUserFromGroupResponseBody
- func (s RemoveUserFromGroupResponseBody) String() string
- type SendCardHeaders
- type SendCardRequest
- func (s SendCardRequest) GoString() string
- func (s *SendCardRequest) SetBizId(v string) *SendCardRequest
- func (s *SendCardRequest) SetCardData(v string) *SendCardRequest
- func (s *SendCardRequest) SetDeviceCode(v string) *SendCardRequest
- func (s *SendCardRequest) SetDeviceUuid(v string) *SendCardRequest
- func (s *SendCardRequest) SetOpenConversationId(v string) *SendCardRequest
- func (s *SendCardRequest) SetPartVisible(v bool) *SendCardRequest
- func (s *SendCardRequest) SetReceivers(v []*string) *SendCardRequest
- func (s *SendCardRequest) SetTemplateId(v string) *SendCardRequest
- func (s *SendCardRequest) SetTopbox(v bool) *SendCardRequest
- func (s *SendCardRequest) SetUserId(v string) *SendCardRequest
- func (s SendCardRequest) String() string
- type SendCardResponse
- func (s SendCardResponse) GoString() string
- func (s *SendCardResponse) SetBody(v *SendCardResponseBody) *SendCardResponse
- func (s *SendCardResponse) SetHeaders(v map[string]*string) *SendCardResponse
- func (s *SendCardResponse) SetStatusCode(v int32) *SendCardResponse
- func (s SendCardResponse) String() string
- type SendCardResponseBody
- type SendMsgHeaders
- type SendMsgRequest
- func (s SendMsgRequest) GoString() string
- func (s *SendMsgRequest) SetContent(v string) *SendMsgRequest
- func (s *SendMsgRequest) SetDeviceCode(v string) *SendMsgRequest
- func (s *SendMsgRequest) SetDeviceUuid(v string) *SendMsgRequest
- func (s *SendMsgRequest) SetOpenConversationId(v string) *SendMsgRequest
- func (s *SendMsgRequest) SetUserList(v []*string) *SendMsgRequest
- func (s SendMsgRequest) String() string
- type SendMsgResponse
- func (s SendMsgResponse) GoString() string
- func (s *SendMsgResponse) SetBody(v *SendMsgResponseBody) *SendMsgResponse
- func (s *SendMsgResponse) SetHeaders(v map[string]*string) *SendMsgResponse
- func (s *SendMsgResponse) SetStatusCode(v int32) *SendMsgResponse
- func (s SendMsgResponse) String() string
- type SendMsgResponseBody
- type UninstallDeviceRobotHeaders
- func (s UninstallDeviceRobotHeaders) GoString() string
- func (s *UninstallDeviceRobotHeaders) SetCommonHeaders(v map[string]*string) *UninstallDeviceRobotHeaders
- func (s *UninstallDeviceRobotHeaders) SetXAcsDingtalkAccessToken(v string) *UninstallDeviceRobotHeaders
- func (s UninstallDeviceRobotHeaders) String() string
- type UninstallDeviceRobotRequest
- type UninstallDeviceRobotResponse
- func (s UninstallDeviceRobotResponse) GoString() string
- func (s *UninstallDeviceRobotResponse) SetBody(v *UninstallDeviceRobotResponseBody) *UninstallDeviceRobotResponse
- func (s *UninstallDeviceRobotResponse) SetHeaders(v map[string]*string) *UninstallDeviceRobotResponse
- func (s *UninstallDeviceRobotResponse) SetStatusCode(v int32) *UninstallDeviceRobotResponse
- func (s UninstallDeviceRobotResponse) String() string
- type UninstallDeviceRobotResponseBody
- func (s UninstallDeviceRobotResponseBody) GoString() string
- func (s *UninstallDeviceRobotResponseBody) SetResult(v string) *UninstallDeviceRobotResponseBody
- func (s *UninstallDeviceRobotResponseBody) SetSuccess(v bool) *UninstallDeviceRobotResponseBody
- func (s UninstallDeviceRobotResponseBody) String() string
- type UpdateCardHeaders
- type UpdateCardRequest
- func (s UpdateCardRequest) GoString() string
- func (s *UpdateCardRequest) SetBizId(v string) *UpdateCardRequest
- func (s *UpdateCardRequest) SetCardData(v string) *UpdateCardRequest
- func (s *UpdateCardRequest) SetTips(v *UpdateCardRequestTips) *UpdateCardRequest
- func (s UpdateCardRequest) String() string
- type UpdateCardRequestTips
- func (s UpdateCardRequestTips) GoString() string
- func (s *UpdateCardRequestTips) SetCids(v string) *UpdateCardRequestTips
- func (s *UpdateCardRequestTips) SetContent(v string) *UpdateCardRequestTips
- func (s *UpdateCardRequestTips) SetSender(v string) *UpdateCardRequestTips
- func (s UpdateCardRequestTips) String() string
- type UpdateCardResponse
- func (s UpdateCardResponse) GoString() string
- func (s *UpdateCardResponse) SetBody(v *UpdateCardResponseBody) *UpdateCardResponse
- func (s *UpdateCardResponse) SetHeaders(v map[string]*string) *UpdateCardResponse
- func (s *UpdateCardResponse) SetStatusCode(v int32) *UpdateCardResponse
- func (s UpdateCardResponse) String() string
- type UpdateCardResponseBody
- type UploadEventHeaders
- type UploadEventRequest
- func (s UploadEventRequest) GoString() string
- func (s *UploadEventRequest) SetContent(v string) *UploadEventRequest
- func (s *UploadEventRequest) SetCoverUrl(v string) *UploadEventRequest
- func (s *UploadEventRequest) SetDeviceCode(v string) *UploadEventRequest
- func (s *UploadEventRequest) SetDeviceUuid(v string) *UploadEventRequest
- func (s *UploadEventRequest) SetEventTime(v string) *UploadEventRequest
- func (s *UploadEventRequest) SetEventType(v string) *UploadEventRequest
- func (s *UploadEventRequest) SetLevel(v string) *UploadEventRequest
- func (s UploadEventRequest) String() string
- type UploadEventResponse
- func (s UploadEventResponse) GoString() string
- func (s *UploadEventResponse) SetBody(v *UploadEventResponseBody) *UploadEventResponse
- func (s *UploadEventResponse) SetHeaders(v map[string]*string) *UploadEventResponse
- func (s *UploadEventResponse) SetStatusCode(v int32) *UploadEventResponse
- func (s UploadEventResponse) String() string
- type UploadEventResponseBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchRegisterDeviceHeaders ¶
type BatchRegisterDeviceHeaders 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 (BatchRegisterDeviceHeaders) GoString ¶
func (s BatchRegisterDeviceHeaders) GoString() string
func (*BatchRegisterDeviceHeaders) SetCommonHeaders ¶
func (s *BatchRegisterDeviceHeaders) SetCommonHeaders(v map[string]*string) *BatchRegisterDeviceHeaders
func (*BatchRegisterDeviceHeaders) SetXAcsDingtalkAccessToken ¶
func (s *BatchRegisterDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *BatchRegisterDeviceHeaders
func (BatchRegisterDeviceHeaders) String ¶
func (s BatchRegisterDeviceHeaders) String() string
type BatchRegisterDeviceRequest ¶
type BatchRegisterDeviceRequest struct { DeviceList []*BatchRegisterDeviceRequestDeviceList `json:"deviceList,omitempty" xml:"deviceList,omitempty" type:"Repeated"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (BatchRegisterDeviceRequest) GoString ¶
func (s BatchRegisterDeviceRequest) GoString() string
func (*BatchRegisterDeviceRequest) SetDeviceList ¶
func (s *BatchRegisterDeviceRequest) SetDeviceList(v []*BatchRegisterDeviceRequestDeviceList) *BatchRegisterDeviceRequest
func (*BatchRegisterDeviceRequest) SetUserId ¶
func (s *BatchRegisterDeviceRequest) SetUserId(v string) *BatchRegisterDeviceRequest
func (BatchRegisterDeviceRequest) String ¶
func (s BatchRegisterDeviceRequest) String() string
type BatchRegisterDeviceRequestDeviceList ¶
type BatchRegisterDeviceRequestDeviceList struct { Collaborators *string `json:"collaborators,omitempty" xml:"collaborators,omitempty"` DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DeviceKey *string `json:"deviceKey,omitempty" xml:"deviceKey,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` Managers *string `json:"managers,omitempty" xml:"managers,omitempty"` }
func (BatchRegisterDeviceRequestDeviceList) GoString ¶
func (s BatchRegisterDeviceRequestDeviceList) GoString() string
func (*BatchRegisterDeviceRequestDeviceList) SetCollaborators ¶
func (s *BatchRegisterDeviceRequestDeviceList) SetCollaborators(v string) *BatchRegisterDeviceRequestDeviceList
func (*BatchRegisterDeviceRequestDeviceList) SetDepartmentId ¶
func (s *BatchRegisterDeviceRequestDeviceList) SetDepartmentId(v int64) *BatchRegisterDeviceRequestDeviceList
func (*BatchRegisterDeviceRequestDeviceList) SetDescription ¶
func (s *BatchRegisterDeviceRequestDeviceList) SetDescription(v string) *BatchRegisterDeviceRequestDeviceList
func (*BatchRegisterDeviceRequestDeviceList) SetDeviceKey ¶
func (s *BatchRegisterDeviceRequestDeviceList) SetDeviceKey(v string) *BatchRegisterDeviceRequestDeviceList
func (*BatchRegisterDeviceRequestDeviceList) SetDeviceName ¶
func (s *BatchRegisterDeviceRequestDeviceList) SetDeviceName(v string) *BatchRegisterDeviceRequestDeviceList
func (*BatchRegisterDeviceRequestDeviceList) SetManagers ¶
func (s *BatchRegisterDeviceRequestDeviceList) SetManagers(v string) *BatchRegisterDeviceRequestDeviceList
func (BatchRegisterDeviceRequestDeviceList) String ¶
func (s BatchRegisterDeviceRequestDeviceList) String() string
type BatchRegisterDeviceResponse ¶
type BatchRegisterDeviceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *BatchRegisterDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (BatchRegisterDeviceResponse) GoString ¶
func (s BatchRegisterDeviceResponse) GoString() string
func (*BatchRegisterDeviceResponse) SetBody ¶
func (s *BatchRegisterDeviceResponse) SetBody(v *BatchRegisterDeviceResponseBody) *BatchRegisterDeviceResponse
func (*BatchRegisterDeviceResponse) SetHeaders ¶
func (s *BatchRegisterDeviceResponse) SetHeaders(v map[string]*string) *BatchRegisterDeviceResponse
func (*BatchRegisterDeviceResponse) SetStatusCode ¶
func (s *BatchRegisterDeviceResponse) SetStatusCode(v int32) *BatchRegisterDeviceResponse
func (BatchRegisterDeviceResponse) String ¶
func (s BatchRegisterDeviceResponse) String() string
type BatchRegisterDeviceResponseBody ¶
type BatchRegisterDeviceResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (BatchRegisterDeviceResponseBody) GoString ¶
func (s BatchRegisterDeviceResponseBody) GoString() string
func (*BatchRegisterDeviceResponseBody) SetResult ¶
func (s *BatchRegisterDeviceResponseBody) SetResult(v string) *BatchRegisterDeviceResponseBody
func (BatchRegisterDeviceResponseBody) String ¶
func (s BatchRegisterDeviceResponseBody) String() string
type Client ¶
func (*Client) BatchRegisterDevice ¶
func (client *Client) BatchRegisterDevice(request *BatchRegisterDeviceRequest) (_result *BatchRegisterDeviceResponse, _err error)
func (*Client) BatchRegisterDeviceWithOptions ¶
func (client *Client) BatchRegisterDeviceWithOptions(request *BatchRegisterDeviceRequest, headers *BatchRegisterDeviceHeaders, runtime *util.RuntimeOptions) (_result *BatchRegisterDeviceResponse, _err error)
func (*Client) ConnectorEventPush ¶
func (client *Client) ConnectorEventPush(request *ConnectorEventPushRequest) (_result *ConnectorEventPushResponse, _err error)
func (*Client) ConnectorEventPushWithOptions ¶
func (client *Client) ConnectorEventPushWithOptions(request *ConnectorEventPushRequest, headers *ConnectorEventPushHeaders, runtime *util.RuntimeOptions) (_result *ConnectorEventPushResponse, _err error)
func (*Client) CreateChatRoom ¶
func (client *Client) CreateChatRoom(request *CreateChatRoomRequest) (_result *CreateChatRoomResponse, _err error)
func (*Client) CreateChatRoomWithOptions ¶
func (client *Client) CreateChatRoomWithOptions(request *CreateChatRoomRequest, headers *CreateChatRoomHeaders, runtime *util.RuntimeOptions) (_result *CreateChatRoomResponse, _err error)
func (*Client) CreateDepartment ¶
func (client *Client) CreateDepartment(request *CreateDepartmentRequest) (_result *CreateDepartmentResponse, _err error)
func (*Client) CreateDepartmentWithOptions ¶
func (client *Client) CreateDepartmentWithOptions(request *CreateDepartmentRequest, headers *CreateDepartmentHeaders, runtime *util.RuntimeOptions) (_result *CreateDepartmentResponse, _err error)
func (*Client) CreateDeviceChatRoom ¶
func (client *Client) CreateDeviceChatRoom(request *CreateDeviceChatRoomRequest) (_result *CreateDeviceChatRoomResponse, _err error)
func (*Client) CreateDeviceChatRoomWithOptions ¶
func (client *Client) CreateDeviceChatRoomWithOptions(request *CreateDeviceChatRoomRequest, headers *CreateDeviceChatRoomHeaders, runtime *util.RuntimeOptions) (_result *CreateDeviceChatRoomResponse, _err error)
func (*Client) DeviceDing ¶
func (client *Client) DeviceDing(request *DeviceDingRequest) (_result *DeviceDingResponse, _err error)
func (*Client) DeviceDingWithOptions ¶
func (client *Client) DeviceDingWithOptions(request *DeviceDingRequest, headers *DeviceDingHeaders, runtime *util.RuntimeOptions) (_result *DeviceDingResponse, _err error)
func (*Client) DissolveGroup ¶
func (client *Client) DissolveGroup(request *DissolveGroupRequest) (_result *DissolveGroupResponse, _err error)
func (*Client) DissolveGroupWithOptions ¶
func (client *Client) DissolveGroupWithOptions(request *DissolveGroupRequest, headers *DissolveGroupHeaders, runtime *util.RuntimeOptions) (_result *DissolveGroupResponse, _err error)
func (*Client) EditDeviceAdmin ¶
func (client *Client) EditDeviceAdmin(request *EditDeviceAdminRequest) (_result *EditDeviceAdminResponse, _err error)
func (*Client) EditDeviceAdminWithOptions ¶
func (client *Client) EditDeviceAdminWithOptions(request *EditDeviceAdminRequest, headers *EditDeviceAdminHeaders, runtime *util.RuntimeOptions) (_result *EditDeviceAdminResponse, _err error)
func (*Client) GetDeviceGroupInfo ¶
func (client *Client) GetDeviceGroupInfo(request *GetDeviceGroupInfoRequest) (_result *GetDeviceGroupInfoResponse, _err error)
func (*Client) GetDeviceGroupInfoWithOptions ¶
func (client *Client) GetDeviceGroupInfoWithOptions(request *GetDeviceGroupInfoRequest, headers *GetDeviceGroupInfoHeaders, runtime *util.RuntimeOptions) (_result *GetDeviceGroupInfoResponse, _err error)
func (*Client) GetWholeDeviceGroup ¶
func (client *Client) GetWholeDeviceGroup() (_result *GetWholeDeviceGroupResponse, _err error)
func (*Client) GetWholeDeviceGroupWithOptions ¶
func (client *Client) GetWholeDeviceGroupWithOptions(headers *GetWholeDeviceGroupHeaders, runtime *util.RuntimeOptions) (_result *GetWholeDeviceGroupResponse, _err error)
func (*Client) ListActivateDevices ¶
func (client *Client) ListActivateDevices(request *ListActivateDevicesRequest) (_result *ListActivateDevicesResponse, _err error)
func (*Client) ListActivateDevicesWithOptions ¶
func (client *Client) ListActivateDevicesWithOptions(request *ListActivateDevicesRequest, headers *ListActivateDevicesHeaders, runtime *util.RuntimeOptions) (_result *ListActivateDevicesResponse, _err error)
func (*Client) ListInspectInfo ¶
func (client *Client) ListInspectInfo(request *ListInspectInfoRequest) (_result *ListInspectInfoResponse, _err error)
func (*Client) ListInspectInfoWithOptions ¶
func (client *Client) ListInspectInfoWithOptions(request *ListInspectInfoRequest, headers *ListInspectInfoHeaders, runtime *util.RuntimeOptions) (_result *ListInspectInfoResponse, _err error)
func (*Client) ListMaintainInfo ¶
func (client *Client) ListMaintainInfo(request *ListMaintainInfoRequest) (_result *ListMaintainInfoResponse, _err error)
func (*Client) ListMaintainInfoWithOptions ¶
func (client *Client) ListMaintainInfoWithOptions(request *ListMaintainInfoRequest, headers *ListMaintainInfoHeaders, runtime *util.RuntimeOptions) (_result *ListMaintainInfoResponse, _err error)
func (*Client) PullDeviceToGroup ¶
func (client *Client) PullDeviceToGroup(request *PullDeviceToGroupRequest) (_result *PullDeviceToGroupResponse, _err error)
func (*Client) PullDeviceToGroupWithOptions ¶
func (client *Client) PullDeviceToGroupWithOptions(request *PullDeviceToGroupRequest, headers *PullDeviceToGroupHeaders, runtime *util.RuntimeOptions) (_result *PullDeviceToGroupResponse, _err error)
func (*Client) PullUserToGroup ¶
func (client *Client) PullUserToGroup(request *PullUserToGroupRequest) (_result *PullUserToGroupResponse, _err error)
func (*Client) PullUserToGroupWithOptions ¶
func (client *Client) PullUserToGroupWithOptions(request *PullUserToGroupRequest, headers *PullUserToGroupHeaders, runtime *util.RuntimeOptions) (_result *PullUserToGroupResponse, _err error)
func (*Client) RegisterAndActivateDevice ¶
func (client *Client) RegisterAndActivateDevice(request *RegisterAndActivateDeviceRequest) (_result *RegisterAndActivateDeviceResponse, _err error)
func (*Client) RegisterAndActivateDeviceBatch ¶
func (client *Client) RegisterAndActivateDeviceBatch(request *RegisterAndActivateDeviceBatchRequest) (_result *RegisterAndActivateDeviceBatchResponse, _err error)
func (*Client) RegisterAndActivateDeviceBatchWithOptions ¶
func (client *Client) RegisterAndActivateDeviceBatchWithOptions(request *RegisterAndActivateDeviceBatchRequest, headers *RegisterAndActivateDeviceBatchHeaders, runtime *util.RuntimeOptions) (_result *RegisterAndActivateDeviceBatchResponse, _err error)
func (*Client) RegisterAndActivateDeviceWithOptions ¶
func (client *Client) RegisterAndActivateDeviceWithOptions(request *RegisterAndActivateDeviceRequest, headers *RegisterAndActivateDeviceHeaders, runtime *util.RuntimeOptions) (_result *RegisterAndActivateDeviceResponse, _err error)
func (*Client) RegisterDevice ¶
func (client *Client) RegisterDevice(request *RegisterDeviceRequest) (_result *RegisterDeviceResponse, _err error)
func (*Client) RegisterDeviceWithOptions ¶
func (client *Client) RegisterDeviceWithOptions(request *RegisterDeviceRequest, headers *RegisterDeviceHeaders, runtime *util.RuntimeOptions) (_result *RegisterDeviceResponse, _err error)
func (*Client) RemoveDeviceFromGroup ¶
func (client *Client) RemoveDeviceFromGroup(request *RemoveDeviceFromGroupRequest) (_result *RemoveDeviceFromGroupResponse, _err error)
func (*Client) RemoveDeviceFromGroupWithOptions ¶
func (client *Client) RemoveDeviceFromGroupWithOptions(request *RemoveDeviceFromGroupRequest, headers *RemoveDeviceFromGroupHeaders, runtime *util.RuntimeOptions) (_result *RemoveDeviceFromGroupResponse, _err error)
func (*Client) RemoveUserFromGroup ¶
func (client *Client) RemoveUserFromGroup(request *RemoveUserFromGroupRequest) (_result *RemoveUserFromGroupResponse, _err error)
func (*Client) RemoveUserFromGroupWithOptions ¶
func (client *Client) RemoveUserFromGroupWithOptions(request *RemoveUserFromGroupRequest, headers *RemoveUserFromGroupHeaders, runtime *util.RuntimeOptions) (_result *RemoveUserFromGroupResponse, _err error)
func (*Client) SendCard ¶
func (client *Client) SendCard(request *SendCardRequest) (_result *SendCardResponse, _err error)
func (*Client) SendCardWithOptions ¶
func (client *Client) SendCardWithOptions(request *SendCardRequest, headers *SendCardHeaders, runtime *util.RuntimeOptions) (_result *SendCardResponse, _err error)
func (*Client) SendMsg ¶
func (client *Client) SendMsg(request *SendMsgRequest) (_result *SendMsgResponse, _err error)
func (*Client) SendMsgWithOptions ¶
func (client *Client) SendMsgWithOptions(request *SendMsgRequest, headers *SendMsgHeaders, runtime *util.RuntimeOptions) (_result *SendMsgResponse, _err error)
func (*Client) UninstallDeviceRobot ¶
func (client *Client) UninstallDeviceRobot(request *UninstallDeviceRobotRequest) (_result *UninstallDeviceRobotResponse, _err error)
func (*Client) UninstallDeviceRobotWithOptions ¶
func (client *Client) UninstallDeviceRobotWithOptions(request *UninstallDeviceRobotRequest, headers *UninstallDeviceRobotHeaders, runtime *util.RuntimeOptions) (_result *UninstallDeviceRobotResponse, _err error)
func (*Client) UpdateCard ¶
func (client *Client) UpdateCard(request *UpdateCardRequest) (_result *UpdateCardResponse, _err error)
func (*Client) UpdateCardWithOptions ¶
func (client *Client) UpdateCardWithOptions(request *UpdateCardRequest, headers *UpdateCardHeaders, runtime *util.RuntimeOptions) (_result *UpdateCardResponse, _err error)
func (*Client) UploadEvent ¶
func (client *Client) UploadEvent(request *UploadEventRequest) (_result *UploadEventResponse, _err error)
func (*Client) UploadEventWithOptions ¶
func (client *Client) UploadEventWithOptions(request *UploadEventRequest, headers *UploadEventHeaders, runtime *util.RuntimeOptions) (_result *UploadEventResponse, _err error)
type ConnectorEventPushHeaders ¶
type ConnectorEventPushHeaders 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 (ConnectorEventPushHeaders) GoString ¶
func (s ConnectorEventPushHeaders) GoString() string
func (*ConnectorEventPushHeaders) SetCommonHeaders ¶
func (s *ConnectorEventPushHeaders) SetCommonHeaders(v map[string]*string) *ConnectorEventPushHeaders
func (*ConnectorEventPushHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ConnectorEventPushHeaders) SetXAcsDingtalkAccessToken(v string) *ConnectorEventPushHeaders
func (ConnectorEventPushHeaders) String ¶
func (s ConnectorEventPushHeaders) String() string
type ConnectorEventPushRequest ¶
type ConnectorEventPushRequest struct { DeviceTypeUuid *string `json:"deviceTypeUuid,omitempty" xml:"deviceTypeUuid,omitempty"` EventName *string `json:"eventName,omitempty" xml:"eventName,omitempty"` Input *string `json:"input,omitempty" xml:"input,omitempty"` }
func (ConnectorEventPushRequest) GoString ¶
func (s ConnectorEventPushRequest) GoString() string
func (*ConnectorEventPushRequest) SetDeviceTypeUuid ¶
func (s *ConnectorEventPushRequest) SetDeviceTypeUuid(v string) *ConnectorEventPushRequest
func (*ConnectorEventPushRequest) SetEventName ¶
func (s *ConnectorEventPushRequest) SetEventName(v string) *ConnectorEventPushRequest
func (*ConnectorEventPushRequest) SetInput ¶
func (s *ConnectorEventPushRequest) SetInput(v string) *ConnectorEventPushRequest
func (ConnectorEventPushRequest) String ¶
func (s ConnectorEventPushRequest) String() string
type ConnectorEventPushResponse ¶
type ConnectorEventPushResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ConnectorEventPushResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ConnectorEventPushResponse) GoString ¶
func (s ConnectorEventPushResponse) GoString() string
func (*ConnectorEventPushResponse) SetBody ¶
func (s *ConnectorEventPushResponse) SetBody(v *ConnectorEventPushResponseBody) *ConnectorEventPushResponse
func (*ConnectorEventPushResponse) SetHeaders ¶
func (s *ConnectorEventPushResponse) SetHeaders(v map[string]*string) *ConnectorEventPushResponse
func (*ConnectorEventPushResponse) SetStatusCode ¶
func (s *ConnectorEventPushResponse) SetStatusCode(v int32) *ConnectorEventPushResponse
func (ConnectorEventPushResponse) String ¶
func (s ConnectorEventPushResponse) String() string
type ConnectorEventPushResponseBody ¶
type ConnectorEventPushResponseBody struct {
Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}
func (ConnectorEventPushResponseBody) GoString ¶
func (s ConnectorEventPushResponseBody) GoString() string
func (*ConnectorEventPushResponseBody) SetSuccess ¶
func (s *ConnectorEventPushResponseBody) SetSuccess(v bool) *ConnectorEventPushResponseBody
func (ConnectorEventPushResponseBody) String ¶
func (s ConnectorEventPushResponseBody) String() string
type CreateChatRoomHeaders ¶
type CreateChatRoomHeaders 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 (CreateChatRoomHeaders) GoString ¶
func (s CreateChatRoomHeaders) GoString() string
func (*CreateChatRoomHeaders) SetCommonHeaders ¶
func (s *CreateChatRoomHeaders) SetCommonHeaders(v map[string]*string) *CreateChatRoomHeaders
func (*CreateChatRoomHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CreateChatRoomHeaders) SetXAcsDingtalkAccessToken(v string) *CreateChatRoomHeaders
func (CreateChatRoomHeaders) String ¶
func (s CreateChatRoomHeaders) String() string
type CreateChatRoomRequest ¶
type CreateChatRoomRequest struct { ChatGroupName *string `json:"chatGroupName,omitempty" xml:"chatGroupName,omitempty"` DeviceCodes []*string `json:"deviceCodes,omitempty" xml:"deviceCodes,omitempty" type:"Repeated"` DeviceTypeId *string `json:"deviceTypeId,omitempty" xml:"deviceTypeId,omitempty"` OwnerUserId *string `json:"ownerUserId,omitempty" xml:"ownerUserId,omitempty"` RoleList []*string `json:"roleList,omitempty" xml:"roleList,omitempty" type:"Repeated"` }
func (CreateChatRoomRequest) GoString ¶
func (s CreateChatRoomRequest) GoString() string
func (*CreateChatRoomRequest) SetChatGroupName ¶
func (s *CreateChatRoomRequest) SetChatGroupName(v string) *CreateChatRoomRequest
func (*CreateChatRoomRequest) SetDeviceCodes ¶
func (s *CreateChatRoomRequest) SetDeviceCodes(v []*string) *CreateChatRoomRequest
func (*CreateChatRoomRequest) SetDeviceTypeId ¶
func (s *CreateChatRoomRequest) SetDeviceTypeId(v string) *CreateChatRoomRequest
func (*CreateChatRoomRequest) SetOwnerUserId ¶
func (s *CreateChatRoomRequest) SetOwnerUserId(v string) *CreateChatRoomRequest
func (*CreateChatRoomRequest) SetRoleList ¶
func (s *CreateChatRoomRequest) SetRoleList(v []*string) *CreateChatRoomRequest
func (CreateChatRoomRequest) String ¶
func (s CreateChatRoomRequest) String() string
type CreateChatRoomResponse ¶
type CreateChatRoomResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateChatRoomResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateChatRoomResponse) GoString ¶
func (s CreateChatRoomResponse) GoString() string
func (*CreateChatRoomResponse) SetBody ¶
func (s *CreateChatRoomResponse) SetBody(v *CreateChatRoomResponseBody) *CreateChatRoomResponse
func (*CreateChatRoomResponse) SetHeaders ¶
func (s *CreateChatRoomResponse) SetHeaders(v map[string]*string) *CreateChatRoomResponse
func (*CreateChatRoomResponse) SetStatusCode ¶
func (s *CreateChatRoomResponse) SetStatusCode(v int32) *CreateChatRoomResponse
func (CreateChatRoomResponse) String ¶
func (s CreateChatRoomResponse) String() string
type CreateChatRoomResponseBody ¶
type CreateChatRoomResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (CreateChatRoomResponseBody) GoString ¶
func (s CreateChatRoomResponseBody) GoString() string
func (*CreateChatRoomResponseBody) SetResult ¶
func (s *CreateChatRoomResponseBody) SetResult(v string) *CreateChatRoomResponseBody
func (*CreateChatRoomResponseBody) SetSuccess ¶
func (s *CreateChatRoomResponseBody) SetSuccess(v bool) *CreateChatRoomResponseBody
func (CreateChatRoomResponseBody) String ¶
func (s CreateChatRoomResponseBody) String() string
type CreateDepartmentHeaders ¶
type CreateDepartmentHeaders 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 (CreateDepartmentHeaders) GoString ¶
func (s CreateDepartmentHeaders) GoString() string
func (*CreateDepartmentHeaders) SetCommonHeaders ¶
func (s *CreateDepartmentHeaders) SetCommonHeaders(v map[string]*string) *CreateDepartmentHeaders
func (*CreateDepartmentHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CreateDepartmentHeaders) SetXAcsDingtalkAccessToken(v string) *CreateDepartmentHeaders
func (CreateDepartmentHeaders) String ¶
func (s CreateDepartmentHeaders) String() string
type CreateDepartmentRequest ¶
type CreateDepartmentRequest struct { AuthInfo *string `json:"authInfo,omitempty" xml:"authInfo,omitempty"` AuthType *string `json:"authType,omitempty" xml:"authType,omitempty"` BizExt *string `json:"bizExt,omitempty" xml:"bizExt,omitempty"` DepartmentName *string `json:"departmentName,omitempty" xml:"departmentName,omitempty"` DepartmentType *string `json:"departmentType,omitempty" xml:"departmentType,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` SystemUrl *string `json:"systemUrl,omitempty" xml:"systemUrl,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (CreateDepartmentRequest) GoString ¶
func (s CreateDepartmentRequest) GoString() string
func (*CreateDepartmentRequest) SetAuthInfo ¶
func (s *CreateDepartmentRequest) SetAuthInfo(v string) *CreateDepartmentRequest
func (*CreateDepartmentRequest) SetAuthType ¶
func (s *CreateDepartmentRequest) SetAuthType(v string) *CreateDepartmentRequest
func (*CreateDepartmentRequest) SetBizExt ¶
func (s *CreateDepartmentRequest) SetBizExt(v string) *CreateDepartmentRequest
func (*CreateDepartmentRequest) SetDepartmentName ¶
func (s *CreateDepartmentRequest) SetDepartmentName(v string) *CreateDepartmentRequest
func (*CreateDepartmentRequest) SetDepartmentType ¶
func (s *CreateDepartmentRequest) SetDepartmentType(v string) *CreateDepartmentRequest
func (*CreateDepartmentRequest) SetDescription ¶
func (s *CreateDepartmentRequest) SetDescription(v string) *CreateDepartmentRequest
func (*CreateDepartmentRequest) SetSystemUrl ¶
func (s *CreateDepartmentRequest) SetSystemUrl(v string) *CreateDepartmentRequest
func (*CreateDepartmentRequest) SetUserId ¶
func (s *CreateDepartmentRequest) SetUserId(v string) *CreateDepartmentRequest
func (CreateDepartmentRequest) String ¶
func (s CreateDepartmentRequest) String() string
type CreateDepartmentResponse ¶
type CreateDepartmentResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateDepartmentResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateDepartmentResponse) GoString ¶
func (s CreateDepartmentResponse) GoString() string
func (*CreateDepartmentResponse) SetBody ¶
func (s *CreateDepartmentResponse) SetBody(v *CreateDepartmentResponseBody) *CreateDepartmentResponse
func (*CreateDepartmentResponse) SetHeaders ¶
func (s *CreateDepartmentResponse) SetHeaders(v map[string]*string) *CreateDepartmentResponse
func (*CreateDepartmentResponse) SetStatusCode ¶
func (s *CreateDepartmentResponse) SetStatusCode(v int32) *CreateDepartmentResponse
func (CreateDepartmentResponse) String ¶
func (s CreateDepartmentResponse) String() string
type CreateDepartmentResponseBody ¶
type CreateDepartmentResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (CreateDepartmentResponseBody) GoString ¶
func (s CreateDepartmentResponseBody) GoString() string
func (*CreateDepartmentResponseBody) SetResult ¶
func (s *CreateDepartmentResponseBody) SetResult(v string) *CreateDepartmentResponseBody
func (CreateDepartmentResponseBody) String ¶
func (s CreateDepartmentResponseBody) String() string
type CreateDeviceChatRoomHeaders ¶
type CreateDeviceChatRoomHeaders 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 (CreateDeviceChatRoomHeaders) GoString ¶
func (s CreateDeviceChatRoomHeaders) GoString() string
func (*CreateDeviceChatRoomHeaders) SetCommonHeaders ¶
func (s *CreateDeviceChatRoomHeaders) SetCommonHeaders(v map[string]*string) *CreateDeviceChatRoomHeaders
func (*CreateDeviceChatRoomHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CreateDeviceChatRoomHeaders) SetXAcsDingtalkAccessToken(v string) *CreateDeviceChatRoomHeaders
func (CreateDeviceChatRoomHeaders) String ¶
func (s CreateDeviceChatRoomHeaders) String() string
type CreateDeviceChatRoomRequest ¶
type CreateDeviceChatRoomRequest struct { ChatType *string `json:"chatType,omitempty" xml:"chatType,omitempty"` DeviceCodes []*string `json:"deviceCodes,omitempty" xml:"deviceCodes,omitempty" type:"Repeated"` DeviceUuids []*string `json:"deviceUuids,omitempty" xml:"deviceUuids,omitempty" type:"Repeated"` OwnerUserId *string `json:"ownerUserId,omitempty" xml:"ownerUserId,omitempty"` Title *string `json:"title,omitempty" xml:"title,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (CreateDeviceChatRoomRequest) GoString ¶
func (s CreateDeviceChatRoomRequest) GoString() string
func (*CreateDeviceChatRoomRequest) SetChatType ¶
func (s *CreateDeviceChatRoomRequest) SetChatType(v string) *CreateDeviceChatRoomRequest
func (*CreateDeviceChatRoomRequest) SetDeviceCodes ¶
func (s *CreateDeviceChatRoomRequest) SetDeviceCodes(v []*string) *CreateDeviceChatRoomRequest
func (*CreateDeviceChatRoomRequest) SetDeviceUuids ¶
func (s *CreateDeviceChatRoomRequest) SetDeviceUuids(v []*string) *CreateDeviceChatRoomRequest
func (*CreateDeviceChatRoomRequest) SetOwnerUserId ¶
func (s *CreateDeviceChatRoomRequest) SetOwnerUserId(v string) *CreateDeviceChatRoomRequest
func (*CreateDeviceChatRoomRequest) SetTitle ¶
func (s *CreateDeviceChatRoomRequest) SetTitle(v string) *CreateDeviceChatRoomRequest
func (*CreateDeviceChatRoomRequest) SetUserIds ¶
func (s *CreateDeviceChatRoomRequest) SetUserIds(v []*string) *CreateDeviceChatRoomRequest
func (CreateDeviceChatRoomRequest) String ¶
func (s CreateDeviceChatRoomRequest) String() string
type CreateDeviceChatRoomResponse ¶
type CreateDeviceChatRoomResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateDeviceChatRoomResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateDeviceChatRoomResponse) GoString ¶
func (s CreateDeviceChatRoomResponse) GoString() string
func (*CreateDeviceChatRoomResponse) SetBody ¶
func (s *CreateDeviceChatRoomResponse) SetBody(v *CreateDeviceChatRoomResponseBody) *CreateDeviceChatRoomResponse
func (*CreateDeviceChatRoomResponse) SetHeaders ¶
func (s *CreateDeviceChatRoomResponse) SetHeaders(v map[string]*string) *CreateDeviceChatRoomResponse
func (*CreateDeviceChatRoomResponse) SetStatusCode ¶
func (s *CreateDeviceChatRoomResponse) SetStatusCode(v int32) *CreateDeviceChatRoomResponse
func (CreateDeviceChatRoomResponse) String ¶
func (s CreateDeviceChatRoomResponse) String() string
type CreateDeviceChatRoomResponseBody ¶
type CreateDeviceChatRoomResponseBody struct { Result *CreateDeviceChatRoomResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (CreateDeviceChatRoomResponseBody) GoString ¶
func (s CreateDeviceChatRoomResponseBody) GoString() string
func (*CreateDeviceChatRoomResponseBody) SetResult ¶
func (s *CreateDeviceChatRoomResponseBody) SetResult(v *CreateDeviceChatRoomResponseBodyResult) *CreateDeviceChatRoomResponseBody
func (*CreateDeviceChatRoomResponseBody) SetSuccess ¶
func (s *CreateDeviceChatRoomResponseBody) SetSuccess(v bool) *CreateDeviceChatRoomResponseBody
func (CreateDeviceChatRoomResponseBody) String ¶
func (s CreateDeviceChatRoomResponseBody) String() string
type CreateDeviceChatRoomResponseBodyResult ¶
type CreateDeviceChatRoomResponseBodyResult struct { ChatId *string `json:"chatId,omitempty" xml:"chatId,omitempty"` EncodedCid *string `json:"encodedCid,omitempty" xml:"encodedCid,omitempty"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` }
func (CreateDeviceChatRoomResponseBodyResult) GoString ¶
func (s CreateDeviceChatRoomResponseBodyResult) GoString() string
func (*CreateDeviceChatRoomResponseBodyResult) SetChatId ¶
func (s *CreateDeviceChatRoomResponseBodyResult) SetChatId(v string) *CreateDeviceChatRoomResponseBodyResult
func (*CreateDeviceChatRoomResponseBodyResult) SetEncodedCid ¶
func (s *CreateDeviceChatRoomResponseBodyResult) SetEncodedCid(v string) *CreateDeviceChatRoomResponseBodyResult
func (*CreateDeviceChatRoomResponseBodyResult) SetOpenConversationId ¶
func (s *CreateDeviceChatRoomResponseBodyResult) SetOpenConversationId(v string) *CreateDeviceChatRoomResponseBodyResult
func (CreateDeviceChatRoomResponseBodyResult) String ¶
func (s CreateDeviceChatRoomResponseBodyResult) String() string
type DeviceDingHeaders ¶
type DeviceDingHeaders 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 (DeviceDingHeaders) GoString ¶
func (s DeviceDingHeaders) GoString() string
func (*DeviceDingHeaders) SetCommonHeaders ¶
func (s *DeviceDingHeaders) SetCommonHeaders(v map[string]*string) *DeviceDingHeaders
func (*DeviceDingHeaders) SetXAcsDingtalkAccessToken ¶
func (s *DeviceDingHeaders) SetXAcsDingtalkAccessToken(v string) *DeviceDingHeaders
func (DeviceDingHeaders) String ¶
func (s DeviceDingHeaders) String() string
type DeviceDingRequest ¶
type DeviceDingRequest struct { DeviceKey *string `json:"deviceKey,omitempty" xml:"deviceKey,omitempty"` ParamsJson *string `json:"paramsJson,omitempty" xml:"paramsJson,omitempty"` ReceiverUserIdList []*string `json:"receiverUserIdList,omitempty" xml:"receiverUserIdList,omitempty" type:"Repeated"` }
func (DeviceDingRequest) GoString ¶
func (s DeviceDingRequest) GoString() string
func (*DeviceDingRequest) SetDeviceKey ¶
func (s *DeviceDingRequest) SetDeviceKey(v string) *DeviceDingRequest
func (*DeviceDingRequest) SetParamsJson ¶
func (s *DeviceDingRequest) SetParamsJson(v string) *DeviceDingRequest
func (*DeviceDingRequest) SetReceiverUserIdList ¶
func (s *DeviceDingRequest) SetReceiverUserIdList(v []*string) *DeviceDingRequest
func (DeviceDingRequest) String ¶
func (s DeviceDingRequest) String() string
type DeviceDingResponse ¶
type DeviceDingResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeviceDingResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeviceDingResponse) GoString ¶
func (s DeviceDingResponse) GoString() string
func (*DeviceDingResponse) SetBody ¶
func (s *DeviceDingResponse) SetBody(v *DeviceDingResponseBody) *DeviceDingResponse
func (*DeviceDingResponse) SetHeaders ¶
func (s *DeviceDingResponse) SetHeaders(v map[string]*string) *DeviceDingResponse
func (*DeviceDingResponse) SetStatusCode ¶
func (s *DeviceDingResponse) SetStatusCode(v int32) *DeviceDingResponse
func (DeviceDingResponse) String ¶
func (s DeviceDingResponse) String() string
type DeviceDingResponseBody ¶
type DeviceDingResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (DeviceDingResponseBody) GoString ¶
func (s DeviceDingResponseBody) GoString() string
func (*DeviceDingResponseBody) SetResult ¶
func (s *DeviceDingResponseBody) SetResult(v string) *DeviceDingResponseBody
func (DeviceDingResponseBody) String ¶
func (s DeviceDingResponseBody) String() string
type DissolveGroupHeaders ¶
type DissolveGroupHeaders 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 (DissolveGroupHeaders) GoString ¶
func (s DissolveGroupHeaders) GoString() string
func (*DissolveGroupHeaders) SetCommonHeaders ¶
func (s *DissolveGroupHeaders) SetCommonHeaders(v map[string]*string) *DissolveGroupHeaders
func (*DissolveGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *DissolveGroupHeaders) SetXAcsDingtalkAccessToken(v string) *DissolveGroupHeaders
func (DissolveGroupHeaders) String ¶
func (s DissolveGroupHeaders) String() string
type DissolveGroupRequest ¶
type DissolveGroupRequest struct {
OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
}
func (DissolveGroupRequest) GoString ¶
func (s DissolveGroupRequest) GoString() string
func (*DissolveGroupRequest) SetOpenConversationId ¶
func (s *DissolveGroupRequest) SetOpenConversationId(v string) *DissolveGroupRequest
func (DissolveGroupRequest) String ¶
func (s DissolveGroupRequest) String() string
type DissolveGroupResponse ¶
type DissolveGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DissolveGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DissolveGroupResponse) GoString ¶
func (s DissolveGroupResponse) GoString() string
func (*DissolveGroupResponse) SetBody ¶
func (s *DissolveGroupResponse) SetBody(v *DissolveGroupResponseBody) *DissolveGroupResponse
func (*DissolveGroupResponse) SetHeaders ¶
func (s *DissolveGroupResponse) SetHeaders(v map[string]*string) *DissolveGroupResponse
func (*DissolveGroupResponse) SetStatusCode ¶
func (s *DissolveGroupResponse) SetStatusCode(v int32) *DissolveGroupResponse
func (DissolveGroupResponse) String ¶
func (s DissolveGroupResponse) String() string
type DissolveGroupResponseBody ¶
type DissolveGroupResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (DissolveGroupResponseBody) GoString ¶
func (s DissolveGroupResponseBody) GoString() string
func (*DissolveGroupResponseBody) SetResult ¶
func (s *DissolveGroupResponseBody) SetResult(v string) *DissolveGroupResponseBody
func (*DissolveGroupResponseBody) SetSuccess ¶
func (s *DissolveGroupResponseBody) SetSuccess(v bool) *DissolveGroupResponseBody
func (DissolveGroupResponseBody) String ¶
func (s DissolveGroupResponseBody) String() string
type EditDeviceAdminHeaders ¶
type EditDeviceAdminHeaders 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 (EditDeviceAdminHeaders) GoString ¶
func (s EditDeviceAdminHeaders) GoString() string
func (*EditDeviceAdminHeaders) SetCommonHeaders ¶
func (s *EditDeviceAdminHeaders) SetCommonHeaders(v map[string]*string) *EditDeviceAdminHeaders
func (*EditDeviceAdminHeaders) SetXAcsDingtalkAccessToken ¶
func (s *EditDeviceAdminHeaders) SetXAcsDingtalkAccessToken(v string) *EditDeviceAdminHeaders
func (EditDeviceAdminHeaders) String ¶
func (s EditDeviceAdminHeaders) String() string
type EditDeviceAdminRequest ¶
type EditDeviceAdminRequest struct { DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` RoleUuid *string `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (EditDeviceAdminRequest) GoString ¶
func (s EditDeviceAdminRequest) GoString() string
func (*EditDeviceAdminRequest) SetDeviceCode ¶
func (s *EditDeviceAdminRequest) SetDeviceCode(v string) *EditDeviceAdminRequest
func (*EditDeviceAdminRequest) SetRoleUuid ¶
func (s *EditDeviceAdminRequest) SetRoleUuid(v string) *EditDeviceAdminRequest
func (*EditDeviceAdminRequest) SetUserIds ¶
func (s *EditDeviceAdminRequest) SetUserIds(v []*string) *EditDeviceAdminRequest
func (*EditDeviceAdminRequest) SetUuid ¶
func (s *EditDeviceAdminRequest) SetUuid(v string) *EditDeviceAdminRequest
func (EditDeviceAdminRequest) String ¶
func (s EditDeviceAdminRequest) String() string
type EditDeviceAdminResponse ¶
type EditDeviceAdminResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *EditDeviceAdminResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (EditDeviceAdminResponse) GoString ¶
func (s EditDeviceAdminResponse) GoString() string
func (*EditDeviceAdminResponse) SetBody ¶
func (s *EditDeviceAdminResponse) SetBody(v *EditDeviceAdminResponseBody) *EditDeviceAdminResponse
func (*EditDeviceAdminResponse) SetHeaders ¶
func (s *EditDeviceAdminResponse) SetHeaders(v map[string]*string) *EditDeviceAdminResponse
func (*EditDeviceAdminResponse) SetStatusCode ¶
func (s *EditDeviceAdminResponse) SetStatusCode(v int32) *EditDeviceAdminResponse
func (EditDeviceAdminResponse) String ¶
func (s EditDeviceAdminResponse) String() string
type EditDeviceAdminResponseBody ¶
type EditDeviceAdminResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (EditDeviceAdminResponseBody) GoString ¶
func (s EditDeviceAdminResponseBody) GoString() string
func (*EditDeviceAdminResponseBody) SetResult ¶
func (s *EditDeviceAdminResponseBody) SetResult(v string) *EditDeviceAdminResponseBody
func (*EditDeviceAdminResponseBody) SetSuccess ¶
func (s *EditDeviceAdminResponseBody) SetSuccess(v bool) *EditDeviceAdminResponseBody
func (EditDeviceAdminResponseBody) String ¶
func (s EditDeviceAdminResponseBody) String() string
type GetDeviceGroupInfoHeaders ¶
type GetDeviceGroupInfoHeaders 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 (GetDeviceGroupInfoHeaders) GoString ¶
func (s GetDeviceGroupInfoHeaders) GoString() string
func (*GetDeviceGroupInfoHeaders) SetCommonHeaders ¶
func (s *GetDeviceGroupInfoHeaders) SetCommonHeaders(v map[string]*string) *GetDeviceGroupInfoHeaders
func (*GetDeviceGroupInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetDeviceGroupInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetDeviceGroupInfoHeaders
func (GetDeviceGroupInfoHeaders) String ¶
func (s GetDeviceGroupInfoHeaders) String() string
type GetDeviceGroupInfoRequest ¶
type GetDeviceGroupInfoRequest struct {
OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
}
func (GetDeviceGroupInfoRequest) GoString ¶
func (s GetDeviceGroupInfoRequest) GoString() string
func (*GetDeviceGroupInfoRequest) SetOpenConversationId ¶
func (s *GetDeviceGroupInfoRequest) SetOpenConversationId(v string) *GetDeviceGroupInfoRequest
func (GetDeviceGroupInfoRequest) String ¶
func (s GetDeviceGroupInfoRequest) String() string
type GetDeviceGroupInfoResponse ¶
type GetDeviceGroupInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetDeviceGroupInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetDeviceGroupInfoResponse) GoString ¶
func (s GetDeviceGroupInfoResponse) GoString() string
func (*GetDeviceGroupInfoResponse) SetBody ¶
func (s *GetDeviceGroupInfoResponse) SetBody(v *GetDeviceGroupInfoResponseBody) *GetDeviceGroupInfoResponse
func (*GetDeviceGroupInfoResponse) SetHeaders ¶
func (s *GetDeviceGroupInfoResponse) SetHeaders(v map[string]*string) *GetDeviceGroupInfoResponse
func (*GetDeviceGroupInfoResponse) SetStatusCode ¶
func (s *GetDeviceGroupInfoResponse) SetStatusCode(v int32) *GetDeviceGroupInfoResponse
func (GetDeviceGroupInfoResponse) String ¶
func (s GetDeviceGroupInfoResponse) String() string
type GetDeviceGroupInfoResponseBody ¶
type GetDeviceGroupInfoResponseBody struct { Result *GetDeviceGroupInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (GetDeviceGroupInfoResponseBody) GoString ¶
func (s GetDeviceGroupInfoResponseBody) GoString() string
func (*GetDeviceGroupInfoResponseBody) SetResult ¶
func (s *GetDeviceGroupInfoResponseBody) SetResult(v *GetDeviceGroupInfoResponseBodyResult) *GetDeviceGroupInfoResponseBody
func (*GetDeviceGroupInfoResponseBody) SetSuccess ¶
func (s *GetDeviceGroupInfoResponseBody) SetSuccess(v bool) *GetDeviceGroupInfoResponseBody
func (GetDeviceGroupInfoResponseBody) String ¶
func (s GetDeviceGroupInfoResponseBody) String() string
type GetDeviceGroupInfoResponseBodyResult ¶
type GetDeviceGroupInfoResponseBodyResult struct { Devices []*GetDeviceGroupInfoResponseBodyResultDevices `json:"devices,omitempty" xml:"devices,omitempty" type:"Repeated"` OwnerUser *string `json:"ownerUser,omitempty" xml:"ownerUser,omitempty"` SubAdminUsers []*string `json:"subAdminUsers,omitempty" xml:"subAdminUsers,omitempty" type:"Repeated"` Title *string `json:"title,omitempty" xml:"title,omitempty"` Users map[string]*string `json:"users,omitempty" xml:"users,omitempty"` }
func (GetDeviceGroupInfoResponseBodyResult) GoString ¶
func (s GetDeviceGroupInfoResponseBodyResult) GoString() string
func (*GetDeviceGroupInfoResponseBodyResult) SetDevices ¶
func (s *GetDeviceGroupInfoResponseBodyResult) SetDevices(v []*GetDeviceGroupInfoResponseBodyResultDevices) *GetDeviceGroupInfoResponseBodyResult
func (*GetDeviceGroupInfoResponseBodyResult) SetOwnerUser ¶
func (s *GetDeviceGroupInfoResponseBodyResult) SetOwnerUser(v string) *GetDeviceGroupInfoResponseBodyResult
func (*GetDeviceGroupInfoResponseBodyResult) SetSubAdminUsers ¶
func (s *GetDeviceGroupInfoResponseBodyResult) SetSubAdminUsers(v []*string) *GetDeviceGroupInfoResponseBodyResult
func (*GetDeviceGroupInfoResponseBodyResult) SetTitle ¶
func (s *GetDeviceGroupInfoResponseBodyResult) SetTitle(v string) *GetDeviceGroupInfoResponseBodyResult
func (*GetDeviceGroupInfoResponseBodyResult) SetUsers ¶
func (s *GetDeviceGroupInfoResponseBodyResult) SetUsers(v map[string]*string) *GetDeviceGroupInfoResponseBodyResult
func (GetDeviceGroupInfoResponseBodyResult) String ¶
func (s GetDeviceGroupInfoResponseBodyResult) String() string
type GetDeviceGroupInfoResponseBodyResultDevices ¶
type GetDeviceGroupInfoResponseBodyResultDevices struct { DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` DeviceUuid *string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (GetDeviceGroupInfoResponseBodyResultDevices) GoString ¶
func (s GetDeviceGroupInfoResponseBodyResultDevices) GoString() string
func (*GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceCode ¶
func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceCode(v string) *GetDeviceGroupInfoResponseBodyResultDevices
func (*GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceName ¶
func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceName(v string) *GetDeviceGroupInfoResponseBodyResultDevices
func (*GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceUuid ¶
func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceUuid(v string) *GetDeviceGroupInfoResponseBodyResultDevices
func (*GetDeviceGroupInfoResponseBodyResultDevices) SetUuid ¶
func (s *GetDeviceGroupInfoResponseBodyResultDevices) SetUuid(v string) *GetDeviceGroupInfoResponseBodyResultDevices
func (GetDeviceGroupInfoResponseBodyResultDevices) String ¶
func (s GetDeviceGroupInfoResponseBodyResultDevices) String() string
type GetWholeDeviceGroupHeaders ¶
type GetWholeDeviceGroupHeaders 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 (GetWholeDeviceGroupHeaders) GoString ¶
func (s GetWholeDeviceGroupHeaders) GoString() string
func (*GetWholeDeviceGroupHeaders) SetCommonHeaders ¶
func (s *GetWholeDeviceGroupHeaders) SetCommonHeaders(v map[string]*string) *GetWholeDeviceGroupHeaders
func (*GetWholeDeviceGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetWholeDeviceGroupHeaders) SetXAcsDingtalkAccessToken(v string) *GetWholeDeviceGroupHeaders
func (GetWholeDeviceGroupHeaders) String ¶
func (s GetWholeDeviceGroupHeaders) String() string
type GetWholeDeviceGroupResponse ¶
type GetWholeDeviceGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetWholeDeviceGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetWholeDeviceGroupResponse) GoString ¶
func (s GetWholeDeviceGroupResponse) GoString() string
func (*GetWholeDeviceGroupResponse) SetBody ¶
func (s *GetWholeDeviceGroupResponse) SetBody(v *GetWholeDeviceGroupResponseBody) *GetWholeDeviceGroupResponse
func (*GetWholeDeviceGroupResponse) SetHeaders ¶
func (s *GetWholeDeviceGroupResponse) SetHeaders(v map[string]*string) *GetWholeDeviceGroupResponse
func (*GetWholeDeviceGroupResponse) SetStatusCode ¶
func (s *GetWholeDeviceGroupResponse) SetStatusCode(v int32) *GetWholeDeviceGroupResponse
func (GetWholeDeviceGroupResponse) String ¶
func (s GetWholeDeviceGroupResponse) String() string
type GetWholeDeviceGroupResponseBody ¶
type GetWholeDeviceGroupResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (GetWholeDeviceGroupResponseBody) GoString ¶
func (s GetWholeDeviceGroupResponseBody) GoString() string
func (*GetWholeDeviceGroupResponseBody) SetResult ¶
func (s *GetWholeDeviceGroupResponseBody) SetResult(v string) *GetWholeDeviceGroupResponseBody
func (*GetWholeDeviceGroupResponseBody) SetSuccess ¶
func (s *GetWholeDeviceGroupResponseBody) SetSuccess(v bool) *GetWholeDeviceGroupResponseBody
func (GetWholeDeviceGroupResponseBody) String ¶
func (s GetWholeDeviceGroupResponseBody) String() string
type ListActivateDevicesHeaders ¶
type ListActivateDevicesHeaders 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 (ListActivateDevicesHeaders) GoString ¶
func (s ListActivateDevicesHeaders) GoString() string
func (*ListActivateDevicesHeaders) SetCommonHeaders ¶
func (s *ListActivateDevicesHeaders) SetCommonHeaders(v map[string]*string) *ListActivateDevicesHeaders
func (*ListActivateDevicesHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListActivateDevicesHeaders) SetXAcsDingtalkAccessToken(v string) *ListActivateDevicesHeaders
func (ListActivateDevicesHeaders) String ¶
func (s ListActivateDevicesHeaders) String() string
type ListActivateDevicesRequest ¶
type ListActivateDevicesRequest struct { DeviceCategory *int32 `json:"deviceCategory,omitempty" xml:"deviceCategory,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceTypeId *string `json:"deviceTypeId,omitempty" xml:"deviceTypeId,omitempty"` GroupId *string `json:"groupId,omitempty" xml:"groupId,omitempty"` PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListActivateDevicesRequest) GoString ¶
func (s ListActivateDevicesRequest) GoString() string
func (*ListActivateDevicesRequest) SetDeviceCategory ¶
func (s *ListActivateDevicesRequest) SetDeviceCategory(v int32) *ListActivateDevicesRequest
func (*ListActivateDevicesRequest) SetDeviceCode ¶
func (s *ListActivateDevicesRequest) SetDeviceCode(v string) *ListActivateDevicesRequest
func (*ListActivateDevicesRequest) SetDeviceTypeId ¶
func (s *ListActivateDevicesRequest) SetDeviceTypeId(v string) *ListActivateDevicesRequest
func (*ListActivateDevicesRequest) SetGroupId ¶
func (s *ListActivateDevicesRequest) SetGroupId(v string) *ListActivateDevicesRequest
func (*ListActivateDevicesRequest) SetPageNumber ¶
func (s *ListActivateDevicesRequest) SetPageNumber(v int32) *ListActivateDevicesRequest
func (*ListActivateDevicesRequest) SetPageSize ¶
func (s *ListActivateDevicesRequest) SetPageSize(v int32) *ListActivateDevicesRequest
func (ListActivateDevicesRequest) String ¶
func (s ListActivateDevicesRequest) String() string
type ListActivateDevicesResponse ¶
type ListActivateDevicesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListActivateDevicesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListActivateDevicesResponse) GoString ¶
func (s ListActivateDevicesResponse) GoString() string
func (*ListActivateDevicesResponse) SetBody ¶
func (s *ListActivateDevicesResponse) SetBody(v *ListActivateDevicesResponseBody) *ListActivateDevicesResponse
func (*ListActivateDevicesResponse) SetHeaders ¶
func (s *ListActivateDevicesResponse) SetHeaders(v map[string]*string) *ListActivateDevicesResponse
func (*ListActivateDevicesResponse) SetStatusCode ¶
func (s *ListActivateDevicesResponse) SetStatusCode(v int32) *ListActivateDevicesResponse
func (ListActivateDevicesResponse) String ¶
func (s ListActivateDevicesResponse) String() string
type ListActivateDevicesResponseBody ¶
type ListActivateDevicesResponseBody struct { Result []*ListActivateDevicesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (ListActivateDevicesResponseBody) GoString ¶
func (s ListActivateDevicesResponseBody) GoString() string
func (*ListActivateDevicesResponseBody) SetResult ¶
func (s *ListActivateDevicesResponseBody) SetResult(v []*ListActivateDevicesResponseBodyResult) *ListActivateDevicesResponseBody
func (*ListActivateDevicesResponseBody) SetSuccess ¶
func (s *ListActivateDevicesResponseBody) SetSuccess(v bool) *ListActivateDevicesResponseBody
func (*ListActivateDevicesResponseBody) SetTotalCount ¶
func (s *ListActivateDevicesResponseBody) SetTotalCount(v int64) *ListActivateDevicesResponseBody
func (ListActivateDevicesResponseBody) String ¶
func (s ListActivateDevicesResponseBody) String() string
type ListActivateDevicesResponseBodyResult ¶
type ListActivateDevicesResponseBodyResult struct { BizExt *string `json:"bizExt,omitempty" xml:"bizExt,omitempty"` DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"` DeviceCategory *int32 `json:"deviceCategory,omitempty" xml:"deviceCategory,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceDetailUrl *string `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` GroupUuid *string `json:"groupUuid,omitempty" xml:"groupUuid,omitempty"` Icon *string `json:"icon,omitempty" xml:"icon,omitempty"` Introduction *string `json:"introduction,omitempty" xml:"introduction,omitempty"` TypeUuid *string `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (ListActivateDevicesResponseBodyResult) GoString ¶
func (s ListActivateDevicesResponseBodyResult) GoString() string
func (*ListActivateDevicesResponseBodyResult) SetBizExt ¶
func (s *ListActivateDevicesResponseBodyResult) SetBizExt(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl ¶
func (s *ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetDeviceCategory ¶
func (s *ListActivateDevicesResponseBodyResult) SetDeviceCategory(v int32) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetDeviceCode ¶
func (s *ListActivateDevicesResponseBodyResult) SetDeviceCode(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetDeviceDetailUrl ¶
func (s *ListActivateDevicesResponseBodyResult) SetDeviceDetailUrl(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetDeviceName ¶
func (s *ListActivateDevicesResponseBodyResult) SetDeviceName(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetGroupUuid ¶
func (s *ListActivateDevicesResponseBodyResult) SetGroupUuid(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetIcon ¶
func (s *ListActivateDevicesResponseBodyResult) SetIcon(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetIntroduction ¶
func (s *ListActivateDevicesResponseBodyResult) SetIntroduction(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetTypeUuid ¶
func (s *ListActivateDevicesResponseBodyResult) SetTypeUuid(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetUuid ¶
func (s *ListActivateDevicesResponseBodyResult) SetUuid(v string) *ListActivateDevicesResponseBodyResult
func (ListActivateDevicesResponseBodyResult) String ¶
func (s ListActivateDevicesResponseBodyResult) String() string
type ListInspectInfoHeaders ¶
type ListInspectInfoHeaders 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 (ListInspectInfoHeaders) GoString ¶
func (s ListInspectInfoHeaders) GoString() string
func (*ListInspectInfoHeaders) SetCommonHeaders ¶
func (s *ListInspectInfoHeaders) SetCommonHeaders(v map[string]*string) *ListInspectInfoHeaders
func (*ListInspectInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListInspectInfoHeaders) SetXAcsDingtalkAccessToken(v string) *ListInspectInfoHeaders
func (ListInspectInfoHeaders) String ¶
func (s ListInspectInfoHeaders) String() string
type ListInspectInfoRequest ¶
type ListInspectInfoRequest struct { DeviceUuid []*string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty" type:"Repeated"` PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListInspectInfoRequest) GoString ¶
func (s ListInspectInfoRequest) GoString() string
func (*ListInspectInfoRequest) SetDeviceUuid ¶
func (s *ListInspectInfoRequest) SetDeviceUuid(v []*string) *ListInspectInfoRequest
func (*ListInspectInfoRequest) SetPageNumber ¶
func (s *ListInspectInfoRequest) SetPageNumber(v int32) *ListInspectInfoRequest
func (*ListInspectInfoRequest) SetPageSize ¶
func (s *ListInspectInfoRequest) SetPageSize(v int32) *ListInspectInfoRequest
func (*ListInspectInfoRequest) SetType ¶
func (s *ListInspectInfoRequest) SetType(v string) *ListInspectInfoRequest
func (ListInspectInfoRequest) String ¶
func (s ListInspectInfoRequest) String() string
type ListInspectInfoResponse ¶
type ListInspectInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListInspectInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListInspectInfoResponse) GoString ¶
func (s ListInspectInfoResponse) GoString() string
func (*ListInspectInfoResponse) SetBody ¶
func (s *ListInspectInfoResponse) SetBody(v *ListInspectInfoResponseBody) *ListInspectInfoResponse
func (*ListInspectInfoResponse) SetHeaders ¶
func (s *ListInspectInfoResponse) SetHeaders(v map[string]*string) *ListInspectInfoResponse
func (*ListInspectInfoResponse) SetStatusCode ¶
func (s *ListInspectInfoResponse) SetStatusCode(v int32) *ListInspectInfoResponse
func (ListInspectInfoResponse) String ¶
func (s ListInspectInfoResponse) String() string
type ListInspectInfoResponseBody ¶
type ListInspectInfoResponseBody struct { Result []*ListInspectInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (ListInspectInfoResponseBody) GoString ¶
func (s ListInspectInfoResponseBody) GoString() string
func (*ListInspectInfoResponseBody) SetResult ¶
func (s *ListInspectInfoResponseBody) SetResult(v []*ListInspectInfoResponseBodyResult) *ListInspectInfoResponseBody
func (*ListInspectInfoResponseBody) SetSuccess ¶
func (s *ListInspectInfoResponseBody) SetSuccess(v bool) *ListInspectInfoResponseBody
func (*ListInspectInfoResponseBody) SetTotalCount ¶
func (s *ListInspectInfoResponseBody) SetTotalCount(v int64) *ListInspectInfoResponseBody
func (ListInspectInfoResponseBody) String ¶
func (s ListInspectInfoResponseBody) String() string
type ListInspectInfoResponseBodyResult ¶
type ListInspectInfoResponseBodyResult struct { DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` GmtCreate *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"` HandleTime *string `json:"handleTime,omitempty" xml:"handleTime,omitempty"` MaintenanceStaff []*string `json:"maintenanceStaff,omitempty" xml:"maintenanceStaff,omitempty" type:"Repeated"` Name *string `json:"name,omitempty" xml:"name,omitempty"` Remark *string `json:"remark,omitempty" xml:"remark,omitempty"` RepairStatus *int32 `json:"repairStatus,omitempty" xml:"repairStatus,omitempty"` Status *int32 `json:"status,omitempty" xml:"status,omitempty"` Type *string `json:"type,omitempty" xml:"type,omitempty"` }
func (ListInspectInfoResponseBodyResult) GoString ¶
func (s ListInspectInfoResponseBodyResult) GoString() string
func (*ListInspectInfoResponseBodyResult) SetDeviceCode ¶
func (s *ListInspectInfoResponseBodyResult) SetDeviceCode(v string) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetDeviceName ¶
func (s *ListInspectInfoResponseBodyResult) SetDeviceName(v string) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetGmtCreate ¶
func (s *ListInspectInfoResponseBodyResult) SetGmtCreate(v string) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetHandleTime ¶
func (s *ListInspectInfoResponseBodyResult) SetHandleTime(v string) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetMaintenanceStaff ¶
func (s *ListInspectInfoResponseBodyResult) SetMaintenanceStaff(v []*string) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetName ¶
func (s *ListInspectInfoResponseBodyResult) SetName(v string) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetRemark ¶
func (s *ListInspectInfoResponseBodyResult) SetRemark(v string) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetRepairStatus ¶
func (s *ListInspectInfoResponseBodyResult) SetRepairStatus(v int32) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetStatus ¶
func (s *ListInspectInfoResponseBodyResult) SetStatus(v int32) *ListInspectInfoResponseBodyResult
func (*ListInspectInfoResponseBodyResult) SetType ¶
func (s *ListInspectInfoResponseBodyResult) SetType(v string) *ListInspectInfoResponseBodyResult
func (ListInspectInfoResponseBodyResult) String ¶
func (s ListInspectInfoResponseBodyResult) String() string
type ListMaintainInfoHeaders ¶
type ListMaintainInfoHeaders 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 (ListMaintainInfoHeaders) GoString ¶
func (s ListMaintainInfoHeaders) GoString() string
func (*ListMaintainInfoHeaders) SetCommonHeaders ¶
func (s *ListMaintainInfoHeaders) SetCommonHeaders(v map[string]*string) *ListMaintainInfoHeaders
func (*ListMaintainInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListMaintainInfoHeaders) SetXAcsDingtalkAccessToken(v string) *ListMaintainInfoHeaders
func (ListMaintainInfoHeaders) String ¶
func (s ListMaintainInfoHeaders) String() string
type ListMaintainInfoRequest ¶
type ListMaintainInfoRequest struct { DeviceUuid []*string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty" type:"Repeated"` PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListMaintainInfoRequest) GoString ¶
func (s ListMaintainInfoRequest) GoString() string
func (*ListMaintainInfoRequest) SetDeviceUuid ¶
func (s *ListMaintainInfoRequest) SetDeviceUuid(v []*string) *ListMaintainInfoRequest
func (*ListMaintainInfoRequest) SetPageNumber ¶
func (s *ListMaintainInfoRequest) SetPageNumber(v int32) *ListMaintainInfoRequest
func (*ListMaintainInfoRequest) SetPageSize ¶
func (s *ListMaintainInfoRequest) SetPageSize(v int32) *ListMaintainInfoRequest
func (ListMaintainInfoRequest) String ¶
func (s ListMaintainInfoRequest) String() string
type ListMaintainInfoResponse ¶
type ListMaintainInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListMaintainInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListMaintainInfoResponse) GoString ¶
func (s ListMaintainInfoResponse) GoString() string
func (*ListMaintainInfoResponse) SetBody ¶
func (s *ListMaintainInfoResponse) SetBody(v *ListMaintainInfoResponseBody) *ListMaintainInfoResponse
func (*ListMaintainInfoResponse) SetHeaders ¶
func (s *ListMaintainInfoResponse) SetHeaders(v map[string]*string) *ListMaintainInfoResponse
func (*ListMaintainInfoResponse) SetStatusCode ¶
func (s *ListMaintainInfoResponse) SetStatusCode(v int32) *ListMaintainInfoResponse
func (ListMaintainInfoResponse) String ¶
func (s ListMaintainInfoResponse) String() string
type ListMaintainInfoResponseBody ¶
type ListMaintainInfoResponseBody struct { Result []*ListMaintainInfoResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` TotalCount *int64 `json:"totalCount,omitempty" xml:"totalCount,omitempty"` }
func (ListMaintainInfoResponseBody) GoString ¶
func (s ListMaintainInfoResponseBody) GoString() string
func (*ListMaintainInfoResponseBody) SetResult ¶
func (s *ListMaintainInfoResponseBody) SetResult(v []*ListMaintainInfoResponseBodyResult) *ListMaintainInfoResponseBody
func (*ListMaintainInfoResponseBody) SetSuccess ¶
func (s *ListMaintainInfoResponseBody) SetSuccess(v bool) *ListMaintainInfoResponseBody
func (*ListMaintainInfoResponseBody) SetTotalCount ¶
func (s *ListMaintainInfoResponseBody) SetTotalCount(v int64) *ListMaintainInfoResponseBody
func (ListMaintainInfoResponseBody) String ¶
func (s ListMaintainInfoResponseBody) String() string
type ListMaintainInfoResponseBodyResult ¶
type ListMaintainInfoResponseBodyResult struct { DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` GmtCreate *string `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"` HandleTime *string `json:"handleTime,omitempty" xml:"handleTime,omitempty"` MaintenanceStaff []*string `json:"maintenanceStaff,omitempty" xml:"maintenanceStaff,omitempty" type:"Repeated"` ProcessState *int32 `json:"processState,omitempty" xml:"processState,omitempty"` Remark *string `json:"remark,omitempty" xml:"remark,omitempty"` }
func (ListMaintainInfoResponseBodyResult) GoString ¶
func (s ListMaintainInfoResponseBodyResult) GoString() string
func (*ListMaintainInfoResponseBodyResult) SetDeviceCode ¶
func (s *ListMaintainInfoResponseBodyResult) SetDeviceCode(v string) *ListMaintainInfoResponseBodyResult
func (*ListMaintainInfoResponseBodyResult) SetDeviceName ¶
func (s *ListMaintainInfoResponseBodyResult) SetDeviceName(v string) *ListMaintainInfoResponseBodyResult
func (*ListMaintainInfoResponseBodyResult) SetGmtCreate ¶
func (s *ListMaintainInfoResponseBodyResult) SetGmtCreate(v string) *ListMaintainInfoResponseBodyResult
func (*ListMaintainInfoResponseBodyResult) SetHandleTime ¶
func (s *ListMaintainInfoResponseBodyResult) SetHandleTime(v string) *ListMaintainInfoResponseBodyResult
func (*ListMaintainInfoResponseBodyResult) SetMaintenanceStaff ¶
func (s *ListMaintainInfoResponseBodyResult) SetMaintenanceStaff(v []*string) *ListMaintainInfoResponseBodyResult
func (*ListMaintainInfoResponseBodyResult) SetProcessState ¶
func (s *ListMaintainInfoResponseBodyResult) SetProcessState(v int32) *ListMaintainInfoResponseBodyResult
func (*ListMaintainInfoResponseBodyResult) SetRemark ¶
func (s *ListMaintainInfoResponseBodyResult) SetRemark(v string) *ListMaintainInfoResponseBodyResult
func (ListMaintainInfoResponseBodyResult) String ¶
func (s ListMaintainInfoResponseBodyResult) String() string
type PullDeviceToGroupHeaders ¶
type PullDeviceToGroupHeaders 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 (PullDeviceToGroupHeaders) GoString ¶
func (s PullDeviceToGroupHeaders) GoString() string
func (*PullDeviceToGroupHeaders) SetCommonHeaders ¶
func (s *PullDeviceToGroupHeaders) SetCommonHeaders(v map[string]*string) *PullDeviceToGroupHeaders
func (*PullDeviceToGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PullDeviceToGroupHeaders) SetXAcsDingtalkAccessToken(v string) *PullDeviceToGroupHeaders
func (PullDeviceToGroupHeaders) String ¶
func (s PullDeviceToGroupHeaders) String() string
type PullDeviceToGroupRequest ¶
type PullDeviceToGroupRequest struct { DeviceCodes []*string `json:"deviceCodes,omitempty" xml:"deviceCodes,omitempty" type:"Repeated"` DeviceUuids []*string `json:"deviceUuids,omitempty" xml:"deviceUuids,omitempty" type:"Repeated"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` Operator *string `json:"operator,omitempty" xml:"operator,omitempty"` }
func (PullDeviceToGroupRequest) GoString ¶
func (s PullDeviceToGroupRequest) GoString() string
func (*PullDeviceToGroupRequest) SetDeviceCodes ¶
func (s *PullDeviceToGroupRequest) SetDeviceCodes(v []*string) *PullDeviceToGroupRequest
func (*PullDeviceToGroupRequest) SetDeviceUuids ¶
func (s *PullDeviceToGroupRequest) SetDeviceUuids(v []*string) *PullDeviceToGroupRequest
func (*PullDeviceToGroupRequest) SetOpenConversationId ¶
func (s *PullDeviceToGroupRequest) SetOpenConversationId(v string) *PullDeviceToGroupRequest
func (*PullDeviceToGroupRequest) SetOperator ¶
func (s *PullDeviceToGroupRequest) SetOperator(v string) *PullDeviceToGroupRequest
func (PullDeviceToGroupRequest) String ¶
func (s PullDeviceToGroupRequest) String() string
type PullDeviceToGroupResponse ¶
type PullDeviceToGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PullDeviceToGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PullDeviceToGroupResponse) GoString ¶
func (s PullDeviceToGroupResponse) GoString() string
func (*PullDeviceToGroupResponse) SetBody ¶
func (s *PullDeviceToGroupResponse) SetBody(v *PullDeviceToGroupResponseBody) *PullDeviceToGroupResponse
func (*PullDeviceToGroupResponse) SetHeaders ¶
func (s *PullDeviceToGroupResponse) SetHeaders(v map[string]*string) *PullDeviceToGroupResponse
func (*PullDeviceToGroupResponse) SetStatusCode ¶
func (s *PullDeviceToGroupResponse) SetStatusCode(v int32) *PullDeviceToGroupResponse
func (PullDeviceToGroupResponse) String ¶
func (s PullDeviceToGroupResponse) String() string
type PullDeviceToGroupResponseBody ¶
type PullDeviceToGroupResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (PullDeviceToGroupResponseBody) GoString ¶
func (s PullDeviceToGroupResponseBody) GoString() string
func (*PullDeviceToGroupResponseBody) SetResult ¶
func (s *PullDeviceToGroupResponseBody) SetResult(v string) *PullDeviceToGroupResponseBody
func (*PullDeviceToGroupResponseBody) SetSuccess ¶
func (s *PullDeviceToGroupResponseBody) SetSuccess(v bool) *PullDeviceToGroupResponseBody
func (PullDeviceToGroupResponseBody) String ¶
func (s PullDeviceToGroupResponseBody) String() string
type PullUserToGroupHeaders ¶
type PullUserToGroupHeaders 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 (PullUserToGroupHeaders) GoString ¶
func (s PullUserToGroupHeaders) GoString() string
func (*PullUserToGroupHeaders) SetCommonHeaders ¶
func (s *PullUserToGroupHeaders) SetCommonHeaders(v map[string]*string) *PullUserToGroupHeaders
func (*PullUserToGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *PullUserToGroupHeaders) SetXAcsDingtalkAccessToken(v string) *PullUserToGroupHeaders
func (PullUserToGroupHeaders) String ¶
func (s PullUserToGroupHeaders) String() string
type PullUserToGroupRequest ¶
type PullUserToGroupRequest struct { OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (PullUserToGroupRequest) GoString ¶
func (s PullUserToGroupRequest) GoString() string
func (*PullUserToGroupRequest) SetOpenConversationId ¶
func (s *PullUserToGroupRequest) SetOpenConversationId(v string) *PullUserToGroupRequest
func (*PullUserToGroupRequest) SetUserIds ¶
func (s *PullUserToGroupRequest) SetUserIds(v []*string) *PullUserToGroupRequest
func (PullUserToGroupRequest) String ¶
func (s PullUserToGroupRequest) String() string
type PullUserToGroupResponse ¶
type PullUserToGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PullUserToGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PullUserToGroupResponse) GoString ¶
func (s PullUserToGroupResponse) GoString() string
func (*PullUserToGroupResponse) SetBody ¶
func (s *PullUserToGroupResponse) SetBody(v *PullUserToGroupResponseBody) *PullUserToGroupResponse
func (*PullUserToGroupResponse) SetHeaders ¶
func (s *PullUserToGroupResponse) SetHeaders(v map[string]*string) *PullUserToGroupResponse
func (*PullUserToGroupResponse) SetStatusCode ¶
func (s *PullUserToGroupResponse) SetStatusCode(v int32) *PullUserToGroupResponse
func (PullUserToGroupResponse) String ¶
func (s PullUserToGroupResponse) String() string
type PullUserToGroupResponseBody ¶
type PullUserToGroupResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (PullUserToGroupResponseBody) GoString ¶
func (s PullUserToGroupResponseBody) GoString() string
func (*PullUserToGroupResponseBody) SetResult ¶
func (s *PullUserToGroupResponseBody) SetResult(v string) *PullUserToGroupResponseBody
func (*PullUserToGroupResponseBody) SetSuccess ¶
func (s *PullUserToGroupResponseBody) SetSuccess(v bool) *PullUserToGroupResponseBody
func (PullUserToGroupResponseBody) String ¶
func (s PullUserToGroupResponseBody) String() string
type RegisterAndActivateDeviceBatchHeaders ¶
type RegisterAndActivateDeviceBatchHeaders 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 (RegisterAndActivateDeviceBatchHeaders) GoString ¶
func (s RegisterAndActivateDeviceBatchHeaders) GoString() string
func (*RegisterAndActivateDeviceBatchHeaders) SetCommonHeaders ¶
func (s *RegisterAndActivateDeviceBatchHeaders) SetCommonHeaders(v map[string]*string) *RegisterAndActivateDeviceBatchHeaders
func (*RegisterAndActivateDeviceBatchHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RegisterAndActivateDeviceBatchHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterAndActivateDeviceBatchHeaders
func (RegisterAndActivateDeviceBatchHeaders) String ¶
func (s RegisterAndActivateDeviceBatchHeaders) String() string
type RegisterAndActivateDeviceBatchRequest ¶
type RegisterAndActivateDeviceBatchRequest struct {
RegisterAndActivateVOS []*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS `json:"registerAndActivateVOS,omitempty" xml:"registerAndActivateVOS,omitempty" type:"Repeated"`
}
func (RegisterAndActivateDeviceBatchRequest) GoString ¶
func (s RegisterAndActivateDeviceBatchRequest) GoString() string
func (*RegisterAndActivateDeviceBatchRequest) SetRegisterAndActivateVOS ¶
func (s *RegisterAndActivateDeviceBatchRequest) SetRegisterAndActivateVOS(v []*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) *RegisterAndActivateDeviceBatchRequest
func (RegisterAndActivateDeviceBatchRequest) String ¶
func (s RegisterAndActivateDeviceBatchRequest) String() string
type RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS ¶
type RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS struct { DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"` DeviceCategory *int32 `json:"deviceCategory,omitempty" xml:"deviceCategory,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceDetailUrl *string `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` GroupUuid *string `json:"groupUuid,omitempty" xml:"groupUuid,omitempty"` Introduction *string `json:"introduction,omitempty" xml:"introduction,omitempty"` RoleUuid *string `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"` TypeUuid *string `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) GoString ¶
func (s RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) GoString() string
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCallbackUrl ¶
func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCategory ¶
func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCategory(v int32) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCode ¶
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceDetailUrl ¶
func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceName ¶
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetGroupUuid ¶
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetIntroduction ¶
func (s *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetIntroduction(v string) *RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetRoleUuid ¶
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetTypeUuid ¶
func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetUserIds ¶
func (RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) String ¶
func (s RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) String() string
type RegisterAndActivateDeviceBatchResponse ¶
type RegisterAndActivateDeviceBatchResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RegisterAndActivateDeviceBatchResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RegisterAndActivateDeviceBatchResponse) GoString ¶
func (s RegisterAndActivateDeviceBatchResponse) GoString() string
func (*RegisterAndActivateDeviceBatchResponse) SetHeaders ¶
func (s *RegisterAndActivateDeviceBatchResponse) SetHeaders(v map[string]*string) *RegisterAndActivateDeviceBatchResponse
func (*RegisterAndActivateDeviceBatchResponse) SetStatusCode ¶
func (s *RegisterAndActivateDeviceBatchResponse) SetStatusCode(v int32) *RegisterAndActivateDeviceBatchResponse
func (RegisterAndActivateDeviceBatchResponse) String ¶
func (s RegisterAndActivateDeviceBatchResponse) String() string
type RegisterAndActivateDeviceBatchResponseBody ¶
type RegisterAndActivateDeviceBatchResponseBody struct { FailItems []*RegisterAndActivateDeviceBatchResponseBodyFailItems `json:"failItems,omitempty" xml:"failItems,omitempty" type:"Repeated"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` SuccessItems []*RegisterAndActivateDeviceBatchResponseBodySuccessItems `json:"successItems,omitempty" xml:"successItems,omitempty" type:"Repeated"` }
func (RegisterAndActivateDeviceBatchResponseBody) GoString ¶
func (s RegisterAndActivateDeviceBatchResponseBody) GoString() string
func (*RegisterAndActivateDeviceBatchResponseBody) SetFailItems ¶
func (*RegisterAndActivateDeviceBatchResponseBody) SetSuccess ¶
func (s *RegisterAndActivateDeviceBatchResponseBody) SetSuccess(v bool) *RegisterAndActivateDeviceBatchResponseBody
func (*RegisterAndActivateDeviceBatchResponseBody) SetSuccessItems ¶
func (s *RegisterAndActivateDeviceBatchResponseBody) SetSuccessItems(v []*RegisterAndActivateDeviceBatchResponseBodySuccessItems) *RegisterAndActivateDeviceBatchResponseBody
func (RegisterAndActivateDeviceBatchResponseBody) String ¶
func (s RegisterAndActivateDeviceBatchResponseBody) String() string
type RegisterAndActivateDeviceBatchResponseBodyFailItems ¶
type RegisterAndActivateDeviceBatchResponseBodyFailItems struct { ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` Result *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (RegisterAndActivateDeviceBatchResponseBodyFailItems) GoString ¶
func (s RegisterAndActivateDeviceBatchResponseBodyFailItems) GoString() string
func (*RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorCode ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorCode(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItems
func (*RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorMsg ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorMsg(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItems
func (*RegisterAndActivateDeviceBatchResponseBodyFailItems) SetSuccess ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItems) SetSuccess(v bool) *RegisterAndActivateDeviceBatchResponseBodyFailItems
func (RegisterAndActivateDeviceBatchResponseBodyFailItems) String ¶
func (s RegisterAndActivateDeviceBatchResponseBodyFailItems) String() string
type RegisterAndActivateDeviceBatchResponseBodyFailItemsResult ¶
type RegisterAndActivateDeviceBatchResponseBodyFailItemsResult struct { DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"` DeviceCategory *int32 `json:"deviceCategory,omitempty" xml:"deviceCategory,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceDetailUrl *string `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` GroupUuid *string `json:"groupUuid,omitempty" xml:"groupUuid,omitempty"` Icon *string `json:"icon,omitempty" xml:"icon,omitempty"` Introduction *string `json:"introduction,omitempty" xml:"introduction,omitempty"` RoleUuid *string `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"` Status *int64 `json:"status,omitempty" xml:"status,omitempty"` TypeUuid *string `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) GoString ¶
func (s RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) GoString() string
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCallbackUrl ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCategory ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCategory(v int32) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCode ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCode(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceDetailUrl ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceName ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceName(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetGroupUuid ¶
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetIntroduction ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetIntroduction(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetRoleUuid ¶
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetTypeUuid ¶
func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetUserIds ¶
func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetUserIds(v []*string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
func (RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) String ¶
func (s RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) String() string
type RegisterAndActivateDeviceBatchResponseBodySuccessItems ¶
type RegisterAndActivateDeviceBatchResponseBodySuccessItems struct { ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"` ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"` Result *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (RegisterAndActivateDeviceBatchResponseBodySuccessItems) GoString ¶
func (s RegisterAndActivateDeviceBatchResponseBodySuccessItems) GoString() string
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetErrorCode ¶
func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetErrorCode(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItems
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetErrorMsg ¶
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetSuccess ¶
func (RegisterAndActivateDeviceBatchResponseBodySuccessItems) String ¶
func (s RegisterAndActivateDeviceBatchResponseBodySuccessItems) String() string
type RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult ¶
type RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult struct { DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"` DeviceCategory *int32 `json:"deviceCategory,omitempty" xml:"deviceCategory,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceDetailUrl *string `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` GroupUuid *string `json:"groupUuid,omitempty" xml:"groupUuid,omitempty"` Icon *string `json:"icon,omitempty" xml:"icon,omitempty"` Introduction *string `json:"introduction,omitempty" xml:"introduction,omitempty"` RoleUuid *string `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"` Status *int64 `json:"status,omitempty" xml:"status,omitempty"` TypeUuid *string `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) GoString ¶
func (s RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) GoString() string
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCallbackUrl ¶
func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCategory ¶
func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCategory(v int32) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCode ¶
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceDetailUrl ¶
func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceName ¶
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetGroupUuid ¶
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetIntroduction ¶
func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetIntroduction(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetRoleUuid ¶
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetTypeUuid ¶
func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetUserIds ¶
func (RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) String ¶
func (s RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) String() string
type RegisterAndActivateDeviceHeaders ¶
type RegisterAndActivateDeviceHeaders 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 (RegisterAndActivateDeviceHeaders) GoString ¶
func (s RegisterAndActivateDeviceHeaders) GoString() string
func (*RegisterAndActivateDeviceHeaders) SetCommonHeaders ¶
func (s *RegisterAndActivateDeviceHeaders) SetCommonHeaders(v map[string]*string) *RegisterAndActivateDeviceHeaders
func (*RegisterAndActivateDeviceHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RegisterAndActivateDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterAndActivateDeviceHeaders
func (RegisterAndActivateDeviceHeaders) String ¶
func (s RegisterAndActivateDeviceHeaders) String() string
type RegisterAndActivateDeviceRequest ¶
type RegisterAndActivateDeviceRequest struct { DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"` DeviceCategory *int32 `json:"deviceCategory,omitempty" xml:"deviceCategory,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceDetailUrl *string `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` Introduction *string `json:"introduction,omitempty" xml:"introduction,omitempty"` RoleUuid *string `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"` TypeUuid *string `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (RegisterAndActivateDeviceRequest) GoString ¶
func (s RegisterAndActivateDeviceRequest) GoString() string
func (*RegisterAndActivateDeviceRequest) SetDeviceCallbackUrl ¶
func (s *RegisterAndActivateDeviceRequest) SetDeviceCallbackUrl(v string) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetDeviceCategory ¶
func (s *RegisterAndActivateDeviceRequest) SetDeviceCategory(v int32) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetDeviceCode ¶
func (s *RegisterAndActivateDeviceRequest) SetDeviceCode(v string) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetDeviceDetailUrl ¶
func (s *RegisterAndActivateDeviceRequest) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetDeviceName ¶
func (s *RegisterAndActivateDeviceRequest) SetDeviceName(v string) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetIntroduction ¶
func (s *RegisterAndActivateDeviceRequest) SetIntroduction(v string) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetRoleUuid ¶
func (s *RegisterAndActivateDeviceRequest) SetRoleUuid(v string) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetTypeUuid ¶
func (s *RegisterAndActivateDeviceRequest) SetTypeUuid(v string) *RegisterAndActivateDeviceRequest
func (*RegisterAndActivateDeviceRequest) SetUserIds ¶
func (s *RegisterAndActivateDeviceRequest) SetUserIds(v []*string) *RegisterAndActivateDeviceRequest
func (RegisterAndActivateDeviceRequest) String ¶
func (s RegisterAndActivateDeviceRequest) String() string
type RegisterAndActivateDeviceResponse ¶
type RegisterAndActivateDeviceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RegisterAndActivateDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RegisterAndActivateDeviceResponse) GoString ¶
func (s RegisterAndActivateDeviceResponse) GoString() string
func (*RegisterAndActivateDeviceResponse) SetHeaders ¶
func (s *RegisterAndActivateDeviceResponse) SetHeaders(v map[string]*string) *RegisterAndActivateDeviceResponse
func (*RegisterAndActivateDeviceResponse) SetStatusCode ¶
func (s *RegisterAndActivateDeviceResponse) SetStatusCode(v int32) *RegisterAndActivateDeviceResponse
func (RegisterAndActivateDeviceResponse) String ¶
func (s RegisterAndActivateDeviceResponse) String() string
type RegisterAndActivateDeviceResponseBody ¶
type RegisterAndActivateDeviceResponseBody struct { Result *RegisterAndActivateDeviceResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (RegisterAndActivateDeviceResponseBody) GoString ¶
func (s RegisterAndActivateDeviceResponseBody) GoString() string
func (*RegisterAndActivateDeviceResponseBody) SetSuccess ¶
func (s *RegisterAndActivateDeviceResponseBody) SetSuccess(v bool) *RegisterAndActivateDeviceResponseBody
func (RegisterAndActivateDeviceResponseBody) String ¶
func (s RegisterAndActivateDeviceResponseBody) String() string
type RegisterAndActivateDeviceResponseBodyResult ¶
type RegisterAndActivateDeviceResponseBodyResult struct { DeviceCategory *int32 `json:"deviceCategory,omitempty" xml:"deviceCategory,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceDetailUrl *string `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` DeviceUuid *string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty"` Introduction *string `json:"introduction,omitempty" xml:"introduction,omitempty"` RoleUuid *string `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"` TypeUuid *string `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (RegisterAndActivateDeviceResponseBodyResult) GoString ¶
func (s RegisterAndActivateDeviceResponseBodyResult) GoString() string
func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceCategory ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceCategory(v int32) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceCode ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceCode(v string) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceDetailUrl ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceDetailUrl(v string) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceName ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceName(v string) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceUuid ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetDeviceUuid(v string) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetIntroduction ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetIntroduction(v string) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetRoleUuid ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetRoleUuid(v string) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetTypeUuid ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetTypeUuid(v string) *RegisterAndActivateDeviceResponseBodyResult
func (*RegisterAndActivateDeviceResponseBodyResult) SetUserIds ¶
func (s *RegisterAndActivateDeviceResponseBodyResult) SetUserIds(v []*string) *RegisterAndActivateDeviceResponseBodyResult
func (RegisterAndActivateDeviceResponseBodyResult) String ¶
func (s RegisterAndActivateDeviceResponseBodyResult) String() string
type RegisterDeviceHeaders ¶
type RegisterDeviceHeaders 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 (RegisterDeviceHeaders) GoString ¶
func (s RegisterDeviceHeaders) GoString() string
func (*RegisterDeviceHeaders) SetCommonHeaders ¶
func (s *RegisterDeviceHeaders) SetCommonHeaders(v map[string]*string) *RegisterDeviceHeaders
func (*RegisterDeviceHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RegisterDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *RegisterDeviceHeaders
func (RegisterDeviceHeaders) String ¶
func (s RegisterDeviceHeaders) String() string
type RegisterDeviceRequest ¶
type RegisterDeviceRequest struct { Collaborators *string `json:"collaborators,omitempty" xml:"collaborators,omitempty"` DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"` Description *string `json:"description,omitempty" xml:"description,omitempty"` DeviceKey *string `json:"deviceKey,omitempty" xml:"deviceKey,omitempty"` DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"` Managers *string `json:"managers,omitempty" xml:"managers,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (RegisterDeviceRequest) GoString ¶
func (s RegisterDeviceRequest) GoString() string
func (*RegisterDeviceRequest) SetCollaborators ¶
func (s *RegisterDeviceRequest) SetCollaborators(v string) *RegisterDeviceRequest
func (*RegisterDeviceRequest) SetDepartmentId ¶
func (s *RegisterDeviceRequest) SetDepartmentId(v int64) *RegisterDeviceRequest
func (*RegisterDeviceRequest) SetDescription ¶
func (s *RegisterDeviceRequest) SetDescription(v string) *RegisterDeviceRequest
func (*RegisterDeviceRequest) SetDeviceKey ¶
func (s *RegisterDeviceRequest) SetDeviceKey(v string) *RegisterDeviceRequest
func (*RegisterDeviceRequest) SetDeviceName ¶
func (s *RegisterDeviceRequest) SetDeviceName(v string) *RegisterDeviceRequest
func (*RegisterDeviceRequest) SetManagers ¶
func (s *RegisterDeviceRequest) SetManagers(v string) *RegisterDeviceRequest
func (*RegisterDeviceRequest) SetUserId ¶
func (s *RegisterDeviceRequest) SetUserId(v string) *RegisterDeviceRequest
func (RegisterDeviceRequest) String ¶
func (s RegisterDeviceRequest) String() string
type RegisterDeviceResponse ¶
type RegisterDeviceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RegisterDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RegisterDeviceResponse) GoString ¶
func (s RegisterDeviceResponse) GoString() string
func (*RegisterDeviceResponse) SetBody ¶
func (s *RegisterDeviceResponse) SetBody(v *RegisterDeviceResponseBody) *RegisterDeviceResponse
func (*RegisterDeviceResponse) SetHeaders ¶
func (s *RegisterDeviceResponse) SetHeaders(v map[string]*string) *RegisterDeviceResponse
func (*RegisterDeviceResponse) SetStatusCode ¶
func (s *RegisterDeviceResponse) SetStatusCode(v int32) *RegisterDeviceResponse
func (RegisterDeviceResponse) String ¶
func (s RegisterDeviceResponse) String() string
type RegisterDeviceResponseBody ¶
type RegisterDeviceResponseBody struct {
Result *string `json:"result,omitempty" xml:"result,omitempty"`
}
func (RegisterDeviceResponseBody) GoString ¶
func (s RegisterDeviceResponseBody) GoString() string
func (*RegisterDeviceResponseBody) SetResult ¶
func (s *RegisterDeviceResponseBody) SetResult(v string) *RegisterDeviceResponseBody
func (RegisterDeviceResponseBody) String ¶
func (s RegisterDeviceResponseBody) String() string
type RemoveDeviceFromGroupHeaders ¶
type RemoveDeviceFromGroupHeaders 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 (RemoveDeviceFromGroupHeaders) GoString ¶
func (s RemoveDeviceFromGroupHeaders) GoString() string
func (*RemoveDeviceFromGroupHeaders) SetCommonHeaders ¶
func (s *RemoveDeviceFromGroupHeaders) SetCommonHeaders(v map[string]*string) *RemoveDeviceFromGroupHeaders
func (*RemoveDeviceFromGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RemoveDeviceFromGroupHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveDeviceFromGroupHeaders
func (RemoveDeviceFromGroupHeaders) String ¶
func (s RemoveDeviceFromGroupHeaders) String() string
type RemoveDeviceFromGroupRequest ¶
type RemoveDeviceFromGroupRequest struct { DeviceCodes []*string `json:"deviceCodes,omitempty" xml:"deviceCodes,omitempty" type:"Repeated"` DeviceUuids []*string `json:"deviceUuids,omitempty" xml:"deviceUuids,omitempty" type:"Repeated"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` Operator *string `json:"operator,omitempty" xml:"operator,omitempty"` }
func (RemoveDeviceFromGroupRequest) GoString ¶
func (s RemoveDeviceFromGroupRequest) GoString() string
func (*RemoveDeviceFromGroupRequest) SetDeviceCodes ¶
func (s *RemoveDeviceFromGroupRequest) SetDeviceCodes(v []*string) *RemoveDeviceFromGroupRequest
func (*RemoveDeviceFromGroupRequest) SetDeviceUuids ¶
func (s *RemoveDeviceFromGroupRequest) SetDeviceUuids(v []*string) *RemoveDeviceFromGroupRequest
func (*RemoveDeviceFromGroupRequest) SetOpenConversationId ¶
func (s *RemoveDeviceFromGroupRequest) SetOpenConversationId(v string) *RemoveDeviceFromGroupRequest
func (*RemoveDeviceFromGroupRequest) SetOperator ¶
func (s *RemoveDeviceFromGroupRequest) SetOperator(v string) *RemoveDeviceFromGroupRequest
func (RemoveDeviceFromGroupRequest) String ¶
func (s RemoveDeviceFromGroupRequest) String() string
type RemoveDeviceFromGroupResponse ¶
type RemoveDeviceFromGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RemoveDeviceFromGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RemoveDeviceFromGroupResponse) GoString ¶
func (s RemoveDeviceFromGroupResponse) GoString() string
func (*RemoveDeviceFromGroupResponse) SetBody ¶
func (s *RemoveDeviceFromGroupResponse) SetBody(v *RemoveDeviceFromGroupResponseBody) *RemoveDeviceFromGroupResponse
func (*RemoveDeviceFromGroupResponse) SetHeaders ¶
func (s *RemoveDeviceFromGroupResponse) SetHeaders(v map[string]*string) *RemoveDeviceFromGroupResponse
func (*RemoveDeviceFromGroupResponse) SetStatusCode ¶
func (s *RemoveDeviceFromGroupResponse) SetStatusCode(v int32) *RemoveDeviceFromGroupResponse
func (RemoveDeviceFromGroupResponse) String ¶
func (s RemoveDeviceFromGroupResponse) String() string
type RemoveDeviceFromGroupResponseBody ¶
type RemoveDeviceFromGroupResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (RemoveDeviceFromGroupResponseBody) GoString ¶
func (s RemoveDeviceFromGroupResponseBody) GoString() string
func (*RemoveDeviceFromGroupResponseBody) SetResult ¶
func (s *RemoveDeviceFromGroupResponseBody) SetResult(v string) *RemoveDeviceFromGroupResponseBody
func (*RemoveDeviceFromGroupResponseBody) SetSuccess ¶
func (s *RemoveDeviceFromGroupResponseBody) SetSuccess(v bool) *RemoveDeviceFromGroupResponseBody
func (RemoveDeviceFromGroupResponseBody) String ¶
func (s RemoveDeviceFromGroupResponseBody) String() string
type RemoveUserFromGroupHeaders ¶
type RemoveUserFromGroupHeaders 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 (RemoveUserFromGroupHeaders) GoString ¶
func (s RemoveUserFromGroupHeaders) GoString() string
func (*RemoveUserFromGroupHeaders) SetCommonHeaders ¶
func (s *RemoveUserFromGroupHeaders) SetCommonHeaders(v map[string]*string) *RemoveUserFromGroupHeaders
func (*RemoveUserFromGroupHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RemoveUserFromGroupHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveUserFromGroupHeaders
func (RemoveUserFromGroupHeaders) String ¶
func (s RemoveUserFromGroupHeaders) String() string
type RemoveUserFromGroupRequest ¶
type RemoveUserFromGroupRequest struct { OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` UserIds []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"` }
func (RemoveUserFromGroupRequest) GoString ¶
func (s RemoveUserFromGroupRequest) GoString() string
func (*RemoveUserFromGroupRequest) SetOpenConversationId ¶
func (s *RemoveUserFromGroupRequest) SetOpenConversationId(v string) *RemoveUserFromGroupRequest
func (*RemoveUserFromGroupRequest) SetUserIds ¶
func (s *RemoveUserFromGroupRequest) SetUserIds(v []*string) *RemoveUserFromGroupRequest
func (RemoveUserFromGroupRequest) String ¶
func (s RemoveUserFromGroupRequest) String() string
type RemoveUserFromGroupResponse ¶
type RemoveUserFromGroupResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *RemoveUserFromGroupResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (RemoveUserFromGroupResponse) GoString ¶
func (s RemoveUserFromGroupResponse) GoString() string
func (*RemoveUserFromGroupResponse) SetBody ¶
func (s *RemoveUserFromGroupResponse) SetBody(v *RemoveUserFromGroupResponseBody) *RemoveUserFromGroupResponse
func (*RemoveUserFromGroupResponse) SetHeaders ¶
func (s *RemoveUserFromGroupResponse) SetHeaders(v map[string]*string) *RemoveUserFromGroupResponse
func (*RemoveUserFromGroupResponse) SetStatusCode ¶
func (s *RemoveUserFromGroupResponse) SetStatusCode(v int32) *RemoveUserFromGroupResponse
func (RemoveUserFromGroupResponse) String ¶
func (s RemoveUserFromGroupResponse) String() string
type RemoveUserFromGroupResponseBody ¶
type RemoveUserFromGroupResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (RemoveUserFromGroupResponseBody) GoString ¶
func (s RemoveUserFromGroupResponseBody) GoString() string
func (*RemoveUserFromGroupResponseBody) SetResult ¶
func (s *RemoveUserFromGroupResponseBody) SetResult(v string) *RemoveUserFromGroupResponseBody
func (*RemoveUserFromGroupResponseBody) SetSuccess ¶
func (s *RemoveUserFromGroupResponseBody) SetSuccess(v bool) *RemoveUserFromGroupResponseBody
func (RemoveUserFromGroupResponseBody) String ¶
func (s RemoveUserFromGroupResponseBody) String() string
type SendCardHeaders ¶
type SendCardHeaders 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 (SendCardHeaders) GoString ¶
func (s SendCardHeaders) GoString() string
func (*SendCardHeaders) SetCommonHeaders ¶
func (s *SendCardHeaders) SetCommonHeaders(v map[string]*string) *SendCardHeaders
func (*SendCardHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendCardHeaders) SetXAcsDingtalkAccessToken(v string) *SendCardHeaders
func (SendCardHeaders) String ¶
func (s SendCardHeaders) String() string
type SendCardRequest ¶
type SendCardRequest struct { BizId *string `json:"bizId,omitempty" xml:"bizId,omitempty"` CardData *string `json:"cardData,omitempty" xml:"cardData,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceUuid *string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` PartVisible *bool `json:"partVisible,omitempty" xml:"partVisible,omitempty"` Receivers []*string `json:"receivers,omitempty" xml:"receivers,omitempty" type:"Repeated"` TemplateId *string `json:"templateId,omitempty" xml:"templateId,omitempty"` Topbox *bool `json:"topbox,omitempty" xml:"topbox,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (SendCardRequest) GoString ¶
func (s SendCardRequest) GoString() string
func (*SendCardRequest) SetBizId ¶
func (s *SendCardRequest) SetBizId(v string) *SendCardRequest
func (*SendCardRequest) SetCardData ¶
func (s *SendCardRequest) SetCardData(v string) *SendCardRequest
func (*SendCardRequest) SetDeviceCode ¶
func (s *SendCardRequest) SetDeviceCode(v string) *SendCardRequest
func (*SendCardRequest) SetDeviceUuid ¶
func (s *SendCardRequest) SetDeviceUuid(v string) *SendCardRequest
func (*SendCardRequest) SetOpenConversationId ¶
func (s *SendCardRequest) SetOpenConversationId(v string) *SendCardRequest
func (*SendCardRequest) SetPartVisible ¶
func (s *SendCardRequest) SetPartVisible(v bool) *SendCardRequest
func (*SendCardRequest) SetReceivers ¶
func (s *SendCardRequest) SetReceivers(v []*string) *SendCardRequest
func (*SendCardRequest) SetTemplateId ¶
func (s *SendCardRequest) SetTemplateId(v string) *SendCardRequest
func (*SendCardRequest) SetTopbox ¶
func (s *SendCardRequest) SetTopbox(v bool) *SendCardRequest
func (*SendCardRequest) SetUserId ¶
func (s *SendCardRequest) SetUserId(v string) *SendCardRequest
func (SendCardRequest) String ¶
func (s SendCardRequest) String() string
type SendCardResponse ¶
type SendCardResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *SendCardResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (SendCardResponse) GoString ¶
func (s SendCardResponse) GoString() string
func (*SendCardResponse) SetBody ¶
func (s *SendCardResponse) SetBody(v *SendCardResponseBody) *SendCardResponse
func (*SendCardResponse) SetHeaders ¶
func (s *SendCardResponse) SetHeaders(v map[string]*string) *SendCardResponse
func (*SendCardResponse) SetStatusCode ¶
func (s *SendCardResponse) SetStatusCode(v int32) *SendCardResponse
func (SendCardResponse) String ¶
func (s SendCardResponse) String() string
type SendCardResponseBody ¶
type SendCardResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (SendCardResponseBody) GoString ¶
func (s SendCardResponseBody) GoString() string
func (*SendCardResponseBody) SetResult ¶
func (s *SendCardResponseBody) SetResult(v string) *SendCardResponseBody
func (*SendCardResponseBody) SetSuccess ¶
func (s *SendCardResponseBody) SetSuccess(v bool) *SendCardResponseBody
func (SendCardResponseBody) String ¶
func (s SendCardResponseBody) String() string
type SendMsgHeaders ¶
type SendMsgHeaders 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 (SendMsgHeaders) GoString ¶
func (s SendMsgHeaders) GoString() string
func (*SendMsgHeaders) SetCommonHeaders ¶
func (s *SendMsgHeaders) SetCommonHeaders(v map[string]*string) *SendMsgHeaders
func (*SendMsgHeaders) SetXAcsDingtalkAccessToken ¶
func (s *SendMsgHeaders) SetXAcsDingtalkAccessToken(v string) *SendMsgHeaders
func (SendMsgHeaders) String ¶
func (s SendMsgHeaders) String() string
type SendMsgRequest ¶
type SendMsgRequest struct { Content *string `json:"content,omitempty" xml:"content,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceUuid *string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty"` OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"` UserList []*string `json:"userList,omitempty" xml:"userList,omitempty" type:"Repeated"` }
func (SendMsgRequest) GoString ¶
func (s SendMsgRequest) GoString() string
func (*SendMsgRequest) SetContent ¶
func (s *SendMsgRequest) SetContent(v string) *SendMsgRequest
func (*SendMsgRequest) SetDeviceCode ¶
func (s *SendMsgRequest) SetDeviceCode(v string) *SendMsgRequest
func (*SendMsgRequest) SetDeviceUuid ¶
func (s *SendMsgRequest) SetDeviceUuid(v string) *SendMsgRequest
func (*SendMsgRequest) SetOpenConversationId ¶
func (s *SendMsgRequest) SetOpenConversationId(v string) *SendMsgRequest
func (*SendMsgRequest) SetUserList ¶
func (s *SendMsgRequest) SetUserList(v []*string) *SendMsgRequest
func (SendMsgRequest) String ¶
func (s SendMsgRequest) String() string
type SendMsgResponse ¶
type SendMsgResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *SendMsgResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (SendMsgResponse) GoString ¶
func (s SendMsgResponse) GoString() string
func (*SendMsgResponse) SetBody ¶
func (s *SendMsgResponse) SetBody(v *SendMsgResponseBody) *SendMsgResponse
func (*SendMsgResponse) SetHeaders ¶
func (s *SendMsgResponse) SetHeaders(v map[string]*string) *SendMsgResponse
func (*SendMsgResponse) SetStatusCode ¶
func (s *SendMsgResponse) SetStatusCode(v int32) *SendMsgResponse
func (SendMsgResponse) String ¶
func (s SendMsgResponse) String() string
type SendMsgResponseBody ¶
type SendMsgResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (SendMsgResponseBody) GoString ¶
func (s SendMsgResponseBody) GoString() string
func (*SendMsgResponseBody) SetResult ¶
func (s *SendMsgResponseBody) SetResult(v string) *SendMsgResponseBody
func (*SendMsgResponseBody) SetSuccess ¶
func (s *SendMsgResponseBody) SetSuccess(v bool) *SendMsgResponseBody
func (SendMsgResponseBody) String ¶
func (s SendMsgResponseBody) String() string
type UninstallDeviceRobotHeaders ¶
type UninstallDeviceRobotHeaders 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 (UninstallDeviceRobotHeaders) GoString ¶
func (s UninstallDeviceRobotHeaders) GoString() string
func (*UninstallDeviceRobotHeaders) SetCommonHeaders ¶
func (s *UninstallDeviceRobotHeaders) SetCommonHeaders(v map[string]*string) *UninstallDeviceRobotHeaders
func (*UninstallDeviceRobotHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UninstallDeviceRobotHeaders) SetXAcsDingtalkAccessToken(v string) *UninstallDeviceRobotHeaders
func (UninstallDeviceRobotHeaders) String ¶
func (s UninstallDeviceRobotHeaders) String() string
type UninstallDeviceRobotRequest ¶
type UninstallDeviceRobotRequest struct { DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` Uuid *string `json:"uuid,omitempty" xml:"uuid,omitempty"` }
func (UninstallDeviceRobotRequest) GoString ¶
func (s UninstallDeviceRobotRequest) GoString() string
func (*UninstallDeviceRobotRequest) SetDeviceCode ¶
func (s *UninstallDeviceRobotRequest) SetDeviceCode(v string) *UninstallDeviceRobotRequest
func (*UninstallDeviceRobotRequest) SetUuid ¶
func (s *UninstallDeviceRobotRequest) SetUuid(v string) *UninstallDeviceRobotRequest
func (UninstallDeviceRobotRequest) String ¶
func (s UninstallDeviceRobotRequest) String() string
type UninstallDeviceRobotResponse ¶
type UninstallDeviceRobotResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UninstallDeviceRobotResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UninstallDeviceRobotResponse) GoString ¶
func (s UninstallDeviceRobotResponse) GoString() string
func (*UninstallDeviceRobotResponse) SetBody ¶
func (s *UninstallDeviceRobotResponse) SetBody(v *UninstallDeviceRobotResponseBody) *UninstallDeviceRobotResponse
func (*UninstallDeviceRobotResponse) SetHeaders ¶
func (s *UninstallDeviceRobotResponse) SetHeaders(v map[string]*string) *UninstallDeviceRobotResponse
func (*UninstallDeviceRobotResponse) SetStatusCode ¶
func (s *UninstallDeviceRobotResponse) SetStatusCode(v int32) *UninstallDeviceRobotResponse
func (UninstallDeviceRobotResponse) String ¶
func (s UninstallDeviceRobotResponse) String() string
type UninstallDeviceRobotResponseBody ¶
type UninstallDeviceRobotResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (UninstallDeviceRobotResponseBody) GoString ¶
func (s UninstallDeviceRobotResponseBody) GoString() string
func (*UninstallDeviceRobotResponseBody) SetResult ¶
func (s *UninstallDeviceRobotResponseBody) SetResult(v string) *UninstallDeviceRobotResponseBody
func (*UninstallDeviceRobotResponseBody) SetSuccess ¶
func (s *UninstallDeviceRobotResponseBody) SetSuccess(v bool) *UninstallDeviceRobotResponseBody
func (UninstallDeviceRobotResponseBody) String ¶
func (s UninstallDeviceRobotResponseBody) String() string
type UpdateCardHeaders ¶
type UpdateCardHeaders 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 (UpdateCardHeaders) GoString ¶
func (s UpdateCardHeaders) GoString() string
func (*UpdateCardHeaders) SetCommonHeaders ¶
func (s *UpdateCardHeaders) SetCommonHeaders(v map[string]*string) *UpdateCardHeaders
func (*UpdateCardHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UpdateCardHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateCardHeaders
func (UpdateCardHeaders) String ¶
func (s UpdateCardHeaders) String() string
type UpdateCardRequest ¶
type UpdateCardRequest struct { BizId *string `json:"bizId,omitempty" xml:"bizId,omitempty"` CardData *string `json:"cardData,omitempty" xml:"cardData,omitempty"` Tips *UpdateCardRequestTips `json:"tips,omitempty" xml:"tips,omitempty" type:"Struct"` }
func (UpdateCardRequest) GoString ¶
func (s UpdateCardRequest) GoString() string
func (*UpdateCardRequest) SetBizId ¶
func (s *UpdateCardRequest) SetBizId(v string) *UpdateCardRequest
func (*UpdateCardRequest) SetCardData ¶
func (s *UpdateCardRequest) SetCardData(v string) *UpdateCardRequest
func (*UpdateCardRequest) SetTips ¶
func (s *UpdateCardRequest) SetTips(v *UpdateCardRequestTips) *UpdateCardRequest
func (UpdateCardRequest) String ¶
func (s UpdateCardRequest) String() string
type UpdateCardRequestTips ¶
type UpdateCardRequestTips struct { Cids *string `json:"cids,omitempty" xml:"cids,omitempty"` Content *string `json:"content,omitempty" xml:"content,omitempty"` Sender *string `json:"sender,omitempty" xml:"sender,omitempty"` }
func (UpdateCardRequestTips) GoString ¶
func (s UpdateCardRequestTips) GoString() string
func (*UpdateCardRequestTips) SetCids ¶
func (s *UpdateCardRequestTips) SetCids(v string) *UpdateCardRequestTips
func (*UpdateCardRequestTips) SetContent ¶
func (s *UpdateCardRequestTips) SetContent(v string) *UpdateCardRequestTips
func (*UpdateCardRequestTips) SetSender ¶
func (s *UpdateCardRequestTips) SetSender(v string) *UpdateCardRequestTips
func (UpdateCardRequestTips) String ¶
func (s UpdateCardRequestTips) String() string
type UpdateCardResponse ¶
type UpdateCardResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateCardResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateCardResponse) GoString ¶
func (s UpdateCardResponse) GoString() string
func (*UpdateCardResponse) SetBody ¶
func (s *UpdateCardResponse) SetBody(v *UpdateCardResponseBody) *UpdateCardResponse
func (*UpdateCardResponse) SetHeaders ¶
func (s *UpdateCardResponse) SetHeaders(v map[string]*string) *UpdateCardResponse
func (*UpdateCardResponse) SetStatusCode ¶
func (s *UpdateCardResponse) SetStatusCode(v int32) *UpdateCardResponse
func (UpdateCardResponse) String ¶
func (s UpdateCardResponse) String() string
type UpdateCardResponseBody ¶
type UpdateCardResponseBody struct { Result *bool `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (UpdateCardResponseBody) GoString ¶
func (s UpdateCardResponseBody) GoString() string
func (*UpdateCardResponseBody) SetResult ¶
func (s *UpdateCardResponseBody) SetResult(v bool) *UpdateCardResponseBody
func (*UpdateCardResponseBody) SetSuccess ¶
func (s *UpdateCardResponseBody) SetSuccess(v bool) *UpdateCardResponseBody
func (UpdateCardResponseBody) String ¶
func (s UpdateCardResponseBody) String() string
type UploadEventHeaders ¶
type UploadEventHeaders 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 (UploadEventHeaders) GoString ¶
func (s UploadEventHeaders) GoString() string
func (*UploadEventHeaders) SetCommonHeaders ¶
func (s *UploadEventHeaders) SetCommonHeaders(v map[string]*string) *UploadEventHeaders
func (*UploadEventHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UploadEventHeaders) SetXAcsDingtalkAccessToken(v string) *UploadEventHeaders
func (UploadEventHeaders) String ¶
func (s UploadEventHeaders) String() string
type UploadEventRequest ¶
type UploadEventRequest struct { Content *string `json:"content,omitempty" xml:"content,omitempty"` CoverUrl *string `json:"coverUrl,omitempty" xml:"coverUrl,omitempty"` DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` DeviceUuid *string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty"` EventTime *string `json:"eventTime,omitempty" xml:"eventTime,omitempty"` EventType *string `json:"eventType,omitempty" xml:"eventType,omitempty"` Level *string `json:"level,omitempty" xml:"level,omitempty"` }
func (UploadEventRequest) GoString ¶
func (s UploadEventRequest) GoString() string
func (*UploadEventRequest) SetContent ¶
func (s *UploadEventRequest) SetContent(v string) *UploadEventRequest
func (*UploadEventRequest) SetCoverUrl ¶
func (s *UploadEventRequest) SetCoverUrl(v string) *UploadEventRequest
func (*UploadEventRequest) SetDeviceCode ¶
func (s *UploadEventRequest) SetDeviceCode(v string) *UploadEventRequest
func (*UploadEventRequest) SetDeviceUuid ¶
func (s *UploadEventRequest) SetDeviceUuid(v string) *UploadEventRequest
func (*UploadEventRequest) SetEventTime ¶
func (s *UploadEventRequest) SetEventTime(v string) *UploadEventRequest
func (*UploadEventRequest) SetEventType ¶
func (s *UploadEventRequest) SetEventType(v string) *UploadEventRequest
func (*UploadEventRequest) SetLevel ¶
func (s *UploadEventRequest) SetLevel(v string) *UploadEventRequest
func (UploadEventRequest) String ¶
func (s UploadEventRequest) String() string
type UploadEventResponse ¶
type UploadEventResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UploadEventResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UploadEventResponse) GoString ¶
func (s UploadEventResponse) GoString() string
func (*UploadEventResponse) SetBody ¶
func (s *UploadEventResponse) SetBody(v *UploadEventResponseBody) *UploadEventResponse
func (*UploadEventResponse) SetHeaders ¶
func (s *UploadEventResponse) SetHeaders(v map[string]*string) *UploadEventResponse
func (*UploadEventResponse) SetStatusCode ¶
func (s *UploadEventResponse) SetStatusCode(v int32) *UploadEventResponse
func (UploadEventResponse) String ¶
func (s UploadEventResponse) String() string
type UploadEventResponseBody ¶
type UploadEventResponseBody struct { Result *string `json:"result,omitempty" xml:"result,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (UploadEventResponseBody) GoString ¶
func (s UploadEventResponseBody) GoString() string
func (*UploadEventResponseBody) SetResult ¶
func (s *UploadEventResponseBody) SetResult(v string) *UploadEventResponseBody
func (*UploadEventResponseBody) SetSuccess ¶
func (s *UploadEventResponseBody) SetSuccess(v bool) *UploadEventResponseBody
func (UploadEventResponseBody) String ¶
func (s UploadEventResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.