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) 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) 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) DeviceDing(request *DeviceDingRequest) (_result *DeviceDingResponse, _err error)
- func (client *Client) DeviceDingWithOptions(request *DeviceDingRequest, headers *DeviceDingHeaders, ...) (_result *DeviceDingResponse, _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) 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) SendCard(request *SendCardRequest) (_result *SendCardResponse, _err error)
- func (client *Client) SendCardWithOptions(request *SendCardRequest, headers *SendCardHeaders, ...) (_result *SendCardResponse, _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 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
- 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
- type CreateDepartmentResponseBody
- 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
- type DeviceDingResponseBody
- 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) 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) 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) SetCorpId(v string) *ListActivateDevicesResponseBodyResult
- func (s *ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl(v string) *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 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) 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) 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) SetCorpId(v string) *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCallbackUrl(v string) *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) SetCorpId(v string) *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult
- func (s *RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCallbackUrl(v string) *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) 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) 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) SetCorpId(v string) *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
- type RegisterDeviceResponseBody
- 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) SetEncodeCid(v string) *SendCardRequest
- func (s *SendCardRequest) SetTemplateId(v string) *SendCardRequest
- func (s *SendCardRequest) SetUserId(v string) *SendCardRequest
- func (s SendCardRequest) String() string
- type SendCardResponse
- type SendCardResponseBody
- type UpdateCardHeaders
- type UpdateCardRequest
- type UpdateCardResponse
- 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
- 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 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 { // 协助者userId列表 Collaborators *string `json:"collaborators,omitempty" xml:"collaborators,omitempty"` // 部门id 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"` // 管理员userId列表 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" require:"true"` Body *BatchRegisterDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s BatchRegisterDeviceResponse) String() string
type BatchRegisterDeviceResponseBody ¶
type BatchRegisterDeviceResponseBody struct { // Id of the request 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) 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) 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) 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) 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) 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) 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 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" require:"true"` Body *CreateChatRoomResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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" require:"true"` Body *CreateDepartmentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s CreateDepartmentResponse) String() string
type CreateDepartmentResponseBody ¶
type CreateDepartmentResponseBody struct { // Id of the request 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 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"` // staffId列表 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" require:"true"` Body *DeviceDingResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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 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 { // deviceCode DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"` // deviceTypeId DeviceTypeId *string `json:"deviceTypeId,omitempty" xml:"deviceTypeId,omitempty"` // groupId GroupId *string `json:"groupId,omitempty" xml:"groupId,omitempty"` // pageNo PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"` // pageSize PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"` }
func (ListActivateDevicesRequest) GoString ¶
func (s ListActivateDevicesRequest) GoString() string
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" require:"true"` Body *ListActivateDevicesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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"` CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,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) SetCorpId ¶ added in v1.2.98
func (s *ListActivateDevicesResponseBodyResult) SetCorpId(v string) *ListActivateDevicesResponseBodyResult
func (*ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl ¶
func (s *ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl(v string) *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 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"` 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) 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" require:"true"` Body *RegisterAndActivateDeviceBatchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RegisterAndActivateDeviceBatchResponse) GoString ¶
func (s RegisterAndActivateDeviceBatchResponse) GoString() string
func (*RegisterAndActivateDeviceBatchResponse) SetHeaders ¶
func (s *RegisterAndActivateDeviceBatchResponse) SetHeaders(v map[string]*string) *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 { CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,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) 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 { CorpId *string `json:"corpId,omitempty" xml:"corpId,omitempty"` DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,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) 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"` 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) 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" require:"true"` Body *RegisterAndActivateDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (RegisterAndActivateDeviceResponse) GoString ¶
func (s RegisterAndActivateDeviceResponse) GoString() string
func (*RegisterAndActivateDeviceResponse) SetHeaders ¶
func (s *RegisterAndActivateDeviceResponse) SetHeaders(v map[string]*string) *RegisterAndActivateDeviceResponse
func (RegisterAndActivateDeviceResponse) String ¶
func (s RegisterAndActivateDeviceResponse) String() string
type RegisterAndActivateDeviceResponseBody ¶
type RegisterAndActivateDeviceResponseBody struct { Result *RegisterAndActivateDeviceResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` // Id of the request 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 { CorpId *string `json:"corpId,omitempty" xml:"corpId,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) SetCorpId ¶ added in v1.2.98
func (s *RegisterAndActivateDeviceResponseBodyResult) SetCorpId(v string) *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 { // 协助者userId列表 Collaborators *string `json:"collaborators,omitempty" xml:"collaborators,omitempty"` // 部门id 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"` // 管理员userId列表 Managers *string `json:"managers,omitempty" xml:"managers,omitempty"` // 创建者userId 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" require:"true"` Body *RegisterDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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 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"` EncodeCid *string `json:"encodeCid,omitempty" xml:"encodeCid,omitempty"` TemplateId *string `json:"templateId,omitempty" xml:"templateId,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) SetEncodeCid ¶ added in v1.3.51
func (s *SendCardRequest) SetEncodeCid(v string) *SendCardRequest
func (*SendCardRequest) SetTemplateId ¶
func (s *SendCardRequest) SetTemplateId(v string) *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" require:"true"` Body *SendCardResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s SendCardResponse) String() string
type SendCardResponseBody ¶
type SendCardResponseBody struct { // result Result *string `json:"result,omitempty" xml:"result,omitempty"` // success 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 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"` }
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) String ¶
func (s UpdateCardRequest) String() string
type UpdateCardResponse ¶
type UpdateCardResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *UpdateCardResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s UpdateCardResponse) String() string
type UpdateCardResponseBody ¶
type UpdateCardResponseBody struct { // 响应数据 Result *string `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 string) *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" require:"true"` Body *UploadEventResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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.