devicemng_1_0

package
v1.6.71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

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 (*BatchRegisterDeviceHeaders) SetXAcsDingtalkAccessToken

func (s *BatchRegisterDeviceHeaders) SetXAcsDingtalkAccessToken(v string) *BatchRegisterDeviceHeaders

func (BatchRegisterDeviceHeaders) 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 (*BatchRegisterDeviceRequest) SetUserId

func (BatchRegisterDeviceRequest) 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 (*BatchRegisterDeviceRequestDeviceList) SetCollaborators

func (*BatchRegisterDeviceRequestDeviceList) SetDepartmentId

func (*BatchRegisterDeviceRequestDeviceList) SetDescription

func (*BatchRegisterDeviceRequestDeviceList) SetDeviceKey

func (*BatchRegisterDeviceRequestDeviceList) SetDeviceName

func (*BatchRegisterDeviceRequestDeviceList) SetManagers

func (BatchRegisterDeviceRequestDeviceList) 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 (*BatchRegisterDeviceResponse) SetHeaders

func (*BatchRegisterDeviceResponse) SetStatusCode

func (BatchRegisterDeviceResponse) String

type BatchRegisterDeviceResponseBody

type BatchRegisterDeviceResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (BatchRegisterDeviceResponseBody) GoString

func (*BatchRegisterDeviceResponseBody) SetResult

func (BatchRegisterDeviceResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

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) Init

func (client *Client) Init(config *openapi.Config) (_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 (*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 (*ConnectorEventPushRequest) SetEventName

func (*ConnectorEventPushRequest) SetInput

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 (*ConnectorEventPushResponse) SetHeaders

func (*ConnectorEventPushResponse) SetStatusCode

func (ConnectorEventPushResponse) String

type ConnectorEventPushResponseBody

type ConnectorEventPushResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (ConnectorEventPushResponseBody) GoString

func (*ConnectorEventPushResponseBody) SetSuccess

func (ConnectorEventPushResponseBody) 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 (*CreateChatRoomResponse) SetHeaders

func (*CreateChatRoomResponse) SetStatusCode

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 (*CreateChatRoomResponseBody) SetSuccess

func (CreateChatRoomResponseBody) 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 (*CreateDepartmentRequest) SetAuthType

func (*CreateDepartmentRequest) SetBizExt

func (*CreateDepartmentRequest) SetDepartmentName

func (s *CreateDepartmentRequest) SetDepartmentName(v string) *CreateDepartmentRequest

func (*CreateDepartmentRequest) SetDepartmentType

func (s *CreateDepartmentRequest) SetDepartmentType(v string) *CreateDepartmentRequest

func (*CreateDepartmentRequest) SetDescription

func (*CreateDepartmentRequest) SetSystemUrl

func (*CreateDepartmentRequest) SetUserId

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 (*CreateDepartmentResponse) SetHeaders

func (*CreateDepartmentResponse) SetStatusCode

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 (CreateDepartmentResponseBody) 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 (*CreateDeviceChatRoomHeaders) SetXAcsDingtalkAccessToken

func (s *CreateDeviceChatRoomHeaders) SetXAcsDingtalkAccessToken(v string) *CreateDeviceChatRoomHeaders

func (CreateDeviceChatRoomHeaders) 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 (*CreateDeviceChatRoomRequest) SetDeviceCodes

func (*CreateDeviceChatRoomRequest) SetDeviceUuids

func (*CreateDeviceChatRoomRequest) SetOwnerUserId

func (*CreateDeviceChatRoomRequest) SetTitle

func (*CreateDeviceChatRoomRequest) SetUserIds

func (CreateDeviceChatRoomRequest) 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 (*CreateDeviceChatRoomResponse) SetHeaders

func (*CreateDeviceChatRoomResponse) SetStatusCode

func (CreateDeviceChatRoomResponse) 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 (*CreateDeviceChatRoomResponseBody) SetSuccess

func (CreateDeviceChatRoomResponseBody) 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 (*CreateDeviceChatRoomResponseBodyResult) SetChatId

func (*CreateDeviceChatRoomResponseBodyResult) SetEncodedCid

func (*CreateDeviceChatRoomResponseBodyResult) SetOpenConversationId

func (CreateDeviceChatRoomResponseBodyResult) 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 (*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 (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 (*DissolveGroupResponse) SetHeaders

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 (*DissolveGroupResponseBody) SetSuccess

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 (*EditDeviceAdminRequest) SetRoleUuid

func (*EditDeviceAdminRequest) SetUserIds

func (*EditDeviceAdminRequest) SetUuid

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 (*EditDeviceAdminResponse) SetHeaders

func (*EditDeviceAdminResponse) SetStatusCode

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 (*EditDeviceAdminResponseBody) SetSuccess

func (EditDeviceAdminResponseBody) 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 (*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 (*GetDeviceGroupInfoResponse) SetHeaders

func (*GetDeviceGroupInfoResponse) SetStatusCode

func (GetDeviceGroupInfoResponse) 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 (*GetDeviceGroupInfoResponseBody) SetSuccess

func (GetDeviceGroupInfoResponseBody) 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 (*GetDeviceGroupInfoResponseBodyResult) SetOwnerUser

func (*GetDeviceGroupInfoResponseBodyResult) SetSubAdminUsers

func (*GetDeviceGroupInfoResponseBodyResult) SetTitle

func (*GetDeviceGroupInfoResponseBodyResult) SetUsers

func (GetDeviceGroupInfoResponseBodyResult) 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 (*GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceCode

func (*GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceName

func (*GetDeviceGroupInfoResponseBodyResultDevices) SetDeviceUuid

func (*GetDeviceGroupInfoResponseBodyResultDevices) SetUuid

func (GetDeviceGroupInfoResponseBodyResultDevices) 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 (*GetWholeDeviceGroupHeaders) SetXAcsDingtalkAccessToken

func (s *GetWholeDeviceGroupHeaders) SetXAcsDingtalkAccessToken(v string) *GetWholeDeviceGroupHeaders

func (GetWholeDeviceGroupHeaders) 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 (*GetWholeDeviceGroupResponse) SetHeaders

func (*GetWholeDeviceGroupResponse) SetStatusCode

func (GetWholeDeviceGroupResponse) 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 (*GetWholeDeviceGroupResponseBody) SetResult

func (*GetWholeDeviceGroupResponseBody) SetSuccess

func (GetWholeDeviceGroupResponseBody) 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 (*ListActivateDevicesHeaders) SetXAcsDingtalkAccessToken

func (s *ListActivateDevicesHeaders) SetXAcsDingtalkAccessToken(v string) *ListActivateDevicesHeaders

func (ListActivateDevicesHeaders) 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 (*ListActivateDevicesRequest) SetDeviceCode

func (*ListActivateDevicesRequest) SetDeviceTypeId

func (*ListActivateDevicesRequest) SetGroupId

func (*ListActivateDevicesRequest) SetPageNumber

func (*ListActivateDevicesRequest) SetPageSize

func (ListActivateDevicesRequest) 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 (*ListActivateDevicesResponse) SetHeaders

func (*ListActivateDevicesResponse) SetStatusCode

func (ListActivateDevicesResponse) 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 (*ListActivateDevicesResponseBody) SetSuccess

func (*ListActivateDevicesResponseBody) SetTotalCount

func (ListActivateDevicesResponseBody) 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 (*ListActivateDevicesResponseBodyResult) SetBizExt

func (*ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl

func (*ListActivateDevicesResponseBodyResult) SetDeviceCategory

func (*ListActivateDevicesResponseBodyResult) SetDeviceCode

func (*ListActivateDevicesResponseBodyResult) SetDeviceDetailUrl

func (*ListActivateDevicesResponseBodyResult) SetDeviceName

func (*ListActivateDevicesResponseBodyResult) SetGroupUuid

func (*ListActivateDevicesResponseBodyResult) SetIcon

func (*ListActivateDevicesResponseBodyResult) SetIntroduction

func (*ListActivateDevicesResponseBodyResult) SetTypeUuid

func (*ListActivateDevicesResponseBodyResult) SetUuid

func (ListActivateDevicesResponseBodyResult) 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 (*ListInspectInfoRequest) SetPageSize

func (*ListInspectInfoRequest) SetType

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 (*ListInspectInfoResponse) SetHeaders

func (*ListInspectInfoResponse) SetStatusCode

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 (*ListInspectInfoResponseBody) SetSuccess

func (*ListInspectInfoResponseBody) SetTotalCount

func (ListInspectInfoResponseBody) 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 (*ListInspectInfoResponseBodyResult) SetDeviceCode

func (*ListInspectInfoResponseBodyResult) SetDeviceName

func (*ListInspectInfoResponseBodyResult) SetGmtCreate

func (*ListInspectInfoResponseBodyResult) SetHandleTime

func (*ListInspectInfoResponseBodyResult) SetMaintenanceStaff

func (*ListInspectInfoResponseBodyResult) SetName

func (*ListInspectInfoResponseBodyResult) SetRemark

func (*ListInspectInfoResponseBodyResult) SetRepairStatus

func (*ListInspectInfoResponseBodyResult) SetStatus

func (*ListInspectInfoResponseBodyResult) SetType

func (ListInspectInfoResponseBodyResult) 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 (*ListMaintainInfoRequest) SetPageSize

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 (*ListMaintainInfoResponse) SetHeaders

func (*ListMaintainInfoResponse) SetStatusCode

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 (*ListMaintainInfoResponseBody) SetSuccess

func (*ListMaintainInfoResponseBody) SetTotalCount

func (ListMaintainInfoResponseBody) 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 (*ListMaintainInfoResponseBodyResult) SetDeviceCode

func (*ListMaintainInfoResponseBodyResult) SetDeviceName

func (*ListMaintainInfoResponseBodyResult) SetGmtCreate

func (*ListMaintainInfoResponseBodyResult) SetHandleTime

func (*ListMaintainInfoResponseBodyResult) SetMaintenanceStaff

func (*ListMaintainInfoResponseBodyResult) SetProcessState

func (*ListMaintainInfoResponseBodyResult) SetRemark

func (ListMaintainInfoResponseBodyResult) 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 (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 (*PullDeviceToGroupResponse) SetHeaders

func (*PullDeviceToGroupResponse) SetStatusCode

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 (*PullDeviceToGroupResponseBody) SetResult

func (*PullDeviceToGroupResponseBody) SetSuccess

func (PullDeviceToGroupResponseBody) 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 (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 (*PullUserToGroupResponse) SetHeaders

func (*PullUserToGroupResponse) SetStatusCode

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 (*PullUserToGroupResponseBody) SetSuccess

func (PullUserToGroupResponseBody) 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 (*RegisterAndActivateDeviceBatchHeaders) SetCommonHeaders

func (*RegisterAndActivateDeviceBatchHeaders) SetXAcsDingtalkAccessToken

func (RegisterAndActivateDeviceBatchHeaders) String

type RegisterAndActivateDeviceBatchRequest

type RegisterAndActivateDeviceBatchRequest struct {
	RegisterAndActivateVOS []*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS `json:"registerAndActivateVOS,omitempty" xml:"registerAndActivateVOS,omitempty" type:"Repeated"`
}

func (RegisterAndActivateDeviceBatchRequest) GoString

func (RegisterAndActivateDeviceBatchRequest) 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 (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCallbackUrl

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCategory

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceCode

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceDetailUrl

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetDeviceName

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetGroupUuid

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetIntroduction

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetRoleUuid

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetTypeUuid

func (*RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) SetUserIds

func (RegisterAndActivateDeviceBatchRequestRegisterAndActivateVOS) 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 (*RegisterAndActivateDeviceBatchResponse) SetHeaders

func (*RegisterAndActivateDeviceBatchResponse) SetStatusCode

func (RegisterAndActivateDeviceBatchResponse) 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 (*RegisterAndActivateDeviceBatchResponseBody) SetSuccess

func (RegisterAndActivateDeviceBatchResponseBody) 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 (*RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorCode

func (*RegisterAndActivateDeviceBatchResponseBodyFailItems) SetErrorMsg

func (*RegisterAndActivateDeviceBatchResponseBodyFailItems) SetSuccess

func (RegisterAndActivateDeviceBatchResponseBodyFailItems) 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 (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCallbackUrl

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCategory

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCode

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceDetailUrl

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceName

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetGroupUuid

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetIcon

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetIntroduction

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetRoleUuid

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetStatus

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetTypeUuid

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetUserIds

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetUuid

func (RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) 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 (*RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetErrorCode

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetErrorMsg

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItems) SetSuccess

func (RegisterAndActivateDeviceBatchResponseBodySuccessItems) 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 (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCallbackUrl

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCategory

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCode

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceDetailUrl

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceName

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetGroupUuid

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetIcon

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetIntroduction

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetRoleUuid

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetStatus

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetTypeUuid

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetUserIds

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetUuid

func (RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) 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 (*RegisterAndActivateDeviceHeaders) SetCommonHeaders

func (*RegisterAndActivateDeviceHeaders) SetXAcsDingtalkAccessToken

func (RegisterAndActivateDeviceHeaders) 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 (*RegisterAndActivateDeviceRequest) SetDeviceCallbackUrl

func (*RegisterAndActivateDeviceRequest) SetDeviceCategory

func (*RegisterAndActivateDeviceRequest) SetDeviceCode

func (*RegisterAndActivateDeviceRequest) SetDeviceDetailUrl

func (*RegisterAndActivateDeviceRequest) SetDeviceName

func (*RegisterAndActivateDeviceRequest) SetIntroduction

func (*RegisterAndActivateDeviceRequest) SetRoleUuid

func (*RegisterAndActivateDeviceRequest) SetTypeUuid

func (*RegisterAndActivateDeviceRequest) SetUserIds

func (RegisterAndActivateDeviceRequest) 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 (*RegisterAndActivateDeviceResponse) SetHeaders

func (*RegisterAndActivateDeviceResponse) SetStatusCode

func (RegisterAndActivateDeviceResponse) 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 (*RegisterAndActivateDeviceResponseBody) SetSuccess

func (RegisterAndActivateDeviceResponseBody) 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 (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceCategory

func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceCode

func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceDetailUrl

func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceName

func (*RegisterAndActivateDeviceResponseBodyResult) SetDeviceUuid

func (*RegisterAndActivateDeviceResponseBodyResult) SetIntroduction

func (*RegisterAndActivateDeviceResponseBodyResult) SetRoleUuid

func (*RegisterAndActivateDeviceResponseBodyResult) SetTypeUuid

func (*RegisterAndActivateDeviceResponseBodyResult) SetUserIds

func (RegisterAndActivateDeviceResponseBodyResult) 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 (*RegisterDeviceRequest) SetDeviceName

func (s *RegisterDeviceRequest) SetDeviceName(v string) *RegisterDeviceRequest

func (*RegisterDeviceRequest) SetManagers

func (*RegisterDeviceRequest) SetUserId

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 (*RegisterDeviceResponse) SetHeaders

func (*RegisterDeviceResponse) SetStatusCode

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 (RegisterDeviceResponseBody) 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 (*RemoveDeviceFromGroupHeaders) SetXAcsDingtalkAccessToken

func (s *RemoveDeviceFromGroupHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveDeviceFromGroupHeaders

func (RemoveDeviceFromGroupHeaders) 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 (*RemoveDeviceFromGroupRequest) SetDeviceUuids

func (*RemoveDeviceFromGroupRequest) SetOpenConversationId

func (*RemoveDeviceFromGroupRequest) SetOperator

func (RemoveDeviceFromGroupRequest) 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 (*RemoveDeviceFromGroupResponse) SetBody

func (*RemoveDeviceFromGroupResponse) SetHeaders

func (*RemoveDeviceFromGroupResponse) SetStatusCode

func (RemoveDeviceFromGroupResponse) 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 (*RemoveDeviceFromGroupResponseBody) SetResult

func (*RemoveDeviceFromGroupResponseBody) SetSuccess

func (RemoveDeviceFromGroupResponseBody) 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 (*RemoveUserFromGroupHeaders) SetXAcsDingtalkAccessToken

func (s *RemoveUserFromGroupHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveUserFromGroupHeaders

func (RemoveUserFromGroupHeaders) 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 (RemoveUserFromGroupRequest) 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 (*RemoveUserFromGroupResponse) SetHeaders

func (*RemoveUserFromGroupResponse) SetStatusCode

func (RemoveUserFromGroupResponse) 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 (*RemoveUserFromGroupResponseBody) SetResult

func (*RemoveUserFromGroupResponseBody) SetSuccess

func (RemoveUserFromGroupResponseBody) 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 (*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 (*SendCardResponseBody) SetSuccess

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 (*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 (*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 (*UninstallDeviceRobotHeaders) SetXAcsDingtalkAccessToken

func (s *UninstallDeviceRobotHeaders) SetXAcsDingtalkAccessToken(v string) *UninstallDeviceRobotHeaders

func (UninstallDeviceRobotHeaders) 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 (*UninstallDeviceRobotRequest) SetUuid

func (UninstallDeviceRobotRequest) 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 (*UninstallDeviceRobotResponse) SetHeaders

func (*UninstallDeviceRobotResponse) SetStatusCode

func (UninstallDeviceRobotResponse) 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 (*UninstallDeviceRobotResponseBody) SetResult

func (*UninstallDeviceRobotResponseBody) SetSuccess

func (UninstallDeviceRobotResponseBody) 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 (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 (*UpdateCardRequestTips) SetContent

func (*UpdateCardRequestTips) SetSender

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 (*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 (*UpdateCardResponseBody) SetSuccess

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 (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 (*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 (*UploadEventResponseBody) SetSuccess

func (UploadEventResponseBody) String

func (s UploadEventResponseBody) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL