devicemng_1_0

package
v1.3.54 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: Apache-2.0 Imports: 4 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
	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 {
	// 协助者userId列表
	Collaborators *string `json:"collaborators,omitempty" xml:"collaborators,omitempty"`
	// 部门id
	DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"`
	// 设备描述
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	// 设备标识
	DeviceKey *string `json:"deviceKey,omitempty" xml:"deviceKey,omitempty"`
	// 设备名称
	DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"`
	// 管理员userId列表
	Managers *string `json:"managers,omitempty" xml:"managers,omitempty"`
}

func (BatchRegisterDeviceRequestDeviceList) GoString

func (*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" require:"true"`
	Body    *BatchRegisterDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BatchRegisterDeviceResponse) GoString

func (s BatchRegisterDeviceResponse) GoString() string

func (*BatchRegisterDeviceResponse) SetBody

func (*BatchRegisterDeviceResponse) SetHeaders

func (BatchRegisterDeviceResponse) String

type BatchRegisterDeviceResponseBody

type BatchRegisterDeviceResponseBody struct {
	// Id of the request
	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) CreateChatRoom

func (client *Client) CreateChatRoom(request *CreateChatRoomRequest) (_result *CreateChatRoomResponse, _err error)

func (*Client) CreateChatRoomWithOptions

func (client *Client) CreateChatRoomWithOptions(request *CreateChatRoomRequest, headers *CreateChatRoomHeaders, runtime *util.RuntimeOptions) (_result *CreateChatRoomResponse, _err error)

func (*Client) CreateDepartment

func (client *Client) CreateDepartment(request *CreateDepartmentRequest) (_result *CreateDepartmentResponse, _err error)

func (*Client) CreateDepartmentWithOptions

func (client *Client) CreateDepartmentWithOptions(request *CreateDepartmentRequest, headers *CreateDepartmentHeaders, runtime *util.RuntimeOptions) (_result *CreateDepartmentResponse, _err error)

func (*Client) DeviceDing

func (client *Client) DeviceDing(request *DeviceDingRequest) (_result *DeviceDingResponse, _err error)

func (*Client) DeviceDingWithOptions

func (client *Client) DeviceDingWithOptions(request *DeviceDingRequest, headers *DeviceDingHeaders, runtime *util.RuntimeOptions) (_result *DeviceDingResponse, _err error)

func (*Client) 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) RegisterAndActivateDevice

func (client *Client) RegisterAndActivateDevice(request *RegisterAndActivateDeviceRequest) (_result *RegisterAndActivateDeviceResponse, _err error)

func (*Client) RegisterAndActivateDeviceBatch

func (client *Client) RegisterAndActivateDeviceBatch(request *RegisterAndActivateDeviceBatchRequest) (_result *RegisterAndActivateDeviceBatchResponse, _err error)

func (*Client) RegisterAndActivateDeviceBatchWithOptions

func (client *Client) RegisterAndActivateDeviceBatchWithOptions(request *RegisterAndActivateDeviceBatchRequest, headers *RegisterAndActivateDeviceBatchHeaders, runtime *util.RuntimeOptions) (_result *RegisterAndActivateDeviceBatchResponse, _err error)

func (*Client) RegisterAndActivateDeviceWithOptions

func (client *Client) RegisterAndActivateDeviceWithOptions(request *RegisterAndActivateDeviceRequest, headers *RegisterAndActivateDeviceHeaders, runtime *util.RuntimeOptions) (_result *RegisterAndActivateDeviceResponse, _err error)

func (*Client) RegisterDevice

func (client *Client) RegisterDevice(request *RegisterDeviceRequest) (_result *RegisterDeviceResponse, _err error)

func (*Client) RegisterDeviceWithOptions

func (client *Client) RegisterDeviceWithOptions(request *RegisterDeviceRequest, headers *RegisterDeviceHeaders, runtime *util.RuntimeOptions) (_result *RegisterDeviceResponse, _err error)

func (*Client) SendCard

func (client *Client) SendCard(request *SendCardRequest) (_result *SendCardResponse, _err error)

func (*Client) SendCardWithOptions

func (client *Client) SendCardWithOptions(request *SendCardRequest, headers *SendCardHeaders, runtime *util.RuntimeOptions) (_result *SendCardResponse, _err error)

func (*Client) UpdateCard

func (client *Client) UpdateCard(request *UpdateCardRequest) (_result *UpdateCardResponse, _err error)

func (*Client) UpdateCardWithOptions

func (client *Client) UpdateCardWithOptions(request *UpdateCardRequest, headers *UpdateCardHeaders, runtime *util.RuntimeOptions) (_result *UpdateCardResponse, _err error)

func (*Client) UploadEvent

func (client *Client) UploadEvent(request *UploadEventRequest) (_result *UploadEventResponse, _err error)

func (*Client) UploadEventWithOptions

func (client *Client) UploadEventWithOptions(request *UploadEventRequest, headers *UploadEventHeaders, runtime *util.RuntimeOptions) (_result *UploadEventResponse, _err error)

type CreateChatRoomHeaders

type CreateChatRoomHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateChatRoomHeaders) GoString

func (s CreateChatRoomHeaders) GoString() string

func (*CreateChatRoomHeaders) SetCommonHeaders

func (s *CreateChatRoomHeaders) SetCommonHeaders(v map[string]*string) *CreateChatRoomHeaders

func (*CreateChatRoomHeaders) SetXAcsDingtalkAccessToken

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

func (CreateChatRoomHeaders) String

func (s CreateChatRoomHeaders) String() string

type CreateChatRoomRequest

type CreateChatRoomRequest struct {
	ChatGroupName *string   `json:"chatGroupName,omitempty" xml:"chatGroupName,omitempty"`
	DeviceCodes   []*string `json:"deviceCodes,omitempty" xml:"deviceCodes,omitempty" type:"Repeated"`
	DeviceTypeId  *string   `json:"deviceTypeId,omitempty" xml:"deviceTypeId,omitempty"`
	OwnerUserId   *string   `json:"ownerUserId,omitempty" xml:"ownerUserId,omitempty"`
	RoleList      []*string `json:"roleList,omitempty" xml:"roleList,omitempty" type:"Repeated"`
}

func (CreateChatRoomRequest) GoString

func (s CreateChatRoomRequest) GoString() string

func (*CreateChatRoomRequest) SetChatGroupName

func (s *CreateChatRoomRequest) SetChatGroupName(v string) *CreateChatRoomRequest

func (*CreateChatRoomRequest) SetDeviceCodes

func (s *CreateChatRoomRequest) SetDeviceCodes(v []*string) *CreateChatRoomRequest

func (*CreateChatRoomRequest) SetDeviceTypeId

func (s *CreateChatRoomRequest) SetDeviceTypeId(v string) *CreateChatRoomRequest

func (*CreateChatRoomRequest) SetOwnerUserId

func (s *CreateChatRoomRequest) SetOwnerUserId(v string) *CreateChatRoomRequest

func (*CreateChatRoomRequest) SetRoleList

func (s *CreateChatRoomRequest) SetRoleList(v []*string) *CreateChatRoomRequest

func (CreateChatRoomRequest) String

func (s CreateChatRoomRequest) String() string

type CreateChatRoomResponse

type CreateChatRoomResponse struct {
	Headers map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *CreateChatRoomResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateChatRoomResponse) GoString

func (s CreateChatRoomResponse) GoString() string

func (*CreateChatRoomResponse) SetBody

func (*CreateChatRoomResponse) SetHeaders

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" require:"true"`
	Body    *CreateDepartmentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDepartmentResponse) GoString

func (s CreateDepartmentResponse) GoString() string

func (*CreateDepartmentResponse) SetBody

func (*CreateDepartmentResponse) SetHeaders

func (CreateDepartmentResponse) String

func (s CreateDepartmentResponse) String() string

type CreateDepartmentResponseBody

type CreateDepartmentResponseBody struct {
	// Id of the request
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (CreateDepartmentResponseBody) GoString

func (s CreateDepartmentResponseBody) GoString() string

func (*CreateDepartmentResponseBody) SetResult

func (CreateDepartmentResponseBody) String

type DeviceDingHeaders

type DeviceDingHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DeviceDingHeaders) GoString

func (s DeviceDingHeaders) GoString() string

func (*DeviceDingHeaders) SetCommonHeaders

func (s *DeviceDingHeaders) SetCommonHeaders(v map[string]*string) *DeviceDingHeaders

func (*DeviceDingHeaders) SetXAcsDingtalkAccessToken

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

func (DeviceDingHeaders) String

func (s DeviceDingHeaders) String() string

type DeviceDingRequest

type DeviceDingRequest struct {
	// 设备标识
	DeviceKey *string `json:"deviceKey,omitempty" xml:"deviceKey,omitempty"`
	// 消息体动态参数
	ParamsJson *string `json:"paramsJson,omitempty" xml:"paramsJson,omitempty"`
	// staffId列表
	ReceiverUserIdList []*string `json:"receiverUserIdList,omitempty" xml:"receiverUserIdList,omitempty" type:"Repeated"`
}

func (DeviceDingRequest) GoString

func (s DeviceDingRequest) GoString() string

func (*DeviceDingRequest) SetDeviceKey

func (s *DeviceDingRequest) SetDeviceKey(v string) *DeviceDingRequest

func (*DeviceDingRequest) SetParamsJson

func (s *DeviceDingRequest) SetParamsJson(v string) *DeviceDingRequest

func (*DeviceDingRequest) SetReceiverUserIdList

func (s *DeviceDingRequest) SetReceiverUserIdList(v []*string) *DeviceDingRequest

func (DeviceDingRequest) String

func (s DeviceDingRequest) String() string

type DeviceDingResponse

type DeviceDingResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *DeviceDingResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeviceDingResponse) GoString

func (s DeviceDingResponse) GoString() string

func (*DeviceDingResponse) SetBody

func (*DeviceDingResponse) SetHeaders

func (s *DeviceDingResponse) SetHeaders(v map[string]*string) *DeviceDingResponse

func (DeviceDingResponse) String

func (s DeviceDingResponse) String() string

type DeviceDingResponseBody

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

func (DeviceDingResponseBody) GoString

func (s DeviceDingResponseBody) GoString() string

func (*DeviceDingResponseBody) SetResult

func (DeviceDingResponseBody) String

func (s DeviceDingResponseBody) String() string

type ListActivateDevicesHeaders

type ListActivateDevicesHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ListActivateDevicesHeaders) GoString

func (s ListActivateDevicesHeaders) GoString() string

func (*ListActivateDevicesHeaders) SetCommonHeaders

func (*ListActivateDevicesHeaders) SetXAcsDingtalkAccessToken

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

func (ListActivateDevicesHeaders) String

type ListActivateDevicesRequest

type ListActivateDevicesRequest struct {
	// deviceCode
	DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"`
	// deviceTypeId
	DeviceTypeId *string `json:"deviceTypeId,omitempty" xml:"deviceTypeId,omitempty"`
	// groupId
	GroupId *string `json:"groupId,omitempty" xml:"groupId,omitempty"`
	// pageNo
	PageNumber *int32 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	// pageSize
	PageSize *int32 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListActivateDevicesRequest) GoString

func (s ListActivateDevicesRequest) GoString() string

func (*ListActivateDevicesRequest) SetDeviceCode

func (*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" require:"true"`
	Body    *ListActivateDevicesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListActivateDevicesResponse) GoString

func (s ListActivateDevicesResponse) GoString() string

func (*ListActivateDevicesResponse) SetBody

func (*ListActivateDevicesResponse) SetHeaders

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"`
	CorpId            *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	DeviceCallbackUrl *string `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"`
	DeviceCode        *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"`
	DeviceDetailUrl   *string `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"`
	DeviceName        *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"`
	GroupUuid         *string `json:"groupUuid,omitempty" xml:"groupUuid,omitempty"`
	Icon              *string `json:"icon,omitempty" xml:"icon,omitempty"`
	Introduction      *string `json:"introduction,omitempty" xml:"introduction,omitempty"`
	TypeUuid          *string `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"`
	Uuid              *string `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

func (ListActivateDevicesResponseBodyResult) GoString

func (*ListActivateDevicesResponseBodyResult) SetBizExt

func (*ListActivateDevicesResponseBodyResult) SetCorpId added in v1.2.98

func (*ListActivateDevicesResponseBodyResult) SetDeviceCallbackUrl

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 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"`
	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) 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" require:"true"`
	Body    *RegisterAndActivateDeviceBatchResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RegisterAndActivateDeviceBatchResponse) GoString

func (*RegisterAndActivateDeviceBatchResponse) SetHeaders

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 {
	CorpId            *string   `json:"corpId,omitempty" xml:"corpId,omitempty"`
	DeviceCallbackUrl *string   `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"`
	DeviceCode        *string   `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"`
	DeviceDetailUrl   *string   `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"`
	DeviceName        *string   `json:"deviceName,omitempty" xml:"deviceName,omitempty"`
	GroupUuid         *string   `json:"groupUuid,omitempty" xml:"groupUuid,omitempty"`
	Icon              *string   `json:"icon,omitempty" xml:"icon,omitempty"`
	Introduction      *string   `json:"introduction,omitempty" xml:"introduction,omitempty"`
	RoleUuid          *string   `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"`
	Status            *int64    `json:"status,omitempty" xml:"status,omitempty"`
	TypeUuid          *string   `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"`
	UserIds           []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
	Uuid              *string   `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

func (RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) GoString

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetCorpId added in v1.2.98

func (*RegisterAndActivateDeviceBatchResponseBodyFailItemsResult) SetDeviceCallbackUrl

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 {
	CorpId            *string   `json:"corpId,omitempty" xml:"corpId,omitempty"`
	DeviceCallbackUrl *string   `json:"deviceCallbackUrl,omitempty" xml:"deviceCallbackUrl,omitempty"`
	DeviceCode        *string   `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"`
	DeviceDetailUrl   *string   `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"`
	DeviceName        *string   `json:"deviceName,omitempty" xml:"deviceName,omitempty"`
	GroupUuid         *string   `json:"groupUuid,omitempty" xml:"groupUuid,omitempty"`
	Icon              *string   `json:"icon,omitempty" xml:"icon,omitempty"`
	Introduction      *string   `json:"introduction,omitempty" xml:"introduction,omitempty"`
	RoleUuid          *string   `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"`
	Status            *int64    `json:"status,omitempty" xml:"status,omitempty"`
	TypeUuid          *string   `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"`
	UserIds           []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
	Uuid              *string   `json:"uuid,omitempty" xml:"uuid,omitempty"`
}

func (RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) GoString

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetCorpId added in v1.2.98

func (*RegisterAndActivateDeviceBatchResponseBodySuccessItemsResult) SetDeviceCallbackUrl

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"`
	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) 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" require:"true"`
	Body    *RegisterAndActivateDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RegisterAndActivateDeviceResponse) GoString

func (*RegisterAndActivateDeviceResponse) SetHeaders

func (RegisterAndActivateDeviceResponse) String

type RegisterAndActivateDeviceResponseBody

type RegisterAndActivateDeviceResponseBody struct {
	Result *RegisterAndActivateDeviceResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	// Id of the request
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (RegisterAndActivateDeviceResponseBody) GoString

func (*RegisterAndActivateDeviceResponseBody) SetSuccess

func (RegisterAndActivateDeviceResponseBody) String

type RegisterAndActivateDeviceResponseBodyResult

type RegisterAndActivateDeviceResponseBodyResult struct {
	CorpId          *string   `json:"corpId,omitempty" xml:"corpId,omitempty"`
	DeviceCode      *string   `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"`
	DeviceDetailUrl *string   `json:"deviceDetailUrl,omitempty" xml:"deviceDetailUrl,omitempty"`
	DeviceName      *string   `json:"deviceName,omitempty" xml:"deviceName,omitempty"`
	DeviceUuid      *string   `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty"`
	Introduction    *string   `json:"introduction,omitempty" xml:"introduction,omitempty"`
	RoleUuid        *string   `json:"roleUuid,omitempty" xml:"roleUuid,omitempty"`
	TypeUuid        *string   `json:"typeUuid,omitempty" xml:"typeUuid,omitempty"`
	UserIds         []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (RegisterAndActivateDeviceResponseBodyResult) GoString

func (*RegisterAndActivateDeviceResponseBodyResult) SetCorpId added in v1.2.98

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 {
	// 协助者userId列表
	Collaborators *string `json:"collaborators,omitempty" xml:"collaborators,omitempty"`
	// 部门id
	DepartmentId *int64 `json:"departmentId,omitempty" xml:"departmentId,omitempty"`
	// 设备描述
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	// 设备标识
	DeviceKey *string `json:"deviceKey,omitempty" xml:"deviceKey,omitempty"`
	// 设备名称
	DeviceName *string `json:"deviceName,omitempty" xml:"deviceName,omitempty"`
	// 管理员userId列表
	Managers *string `json:"managers,omitempty" xml:"managers,omitempty"`
	// 创建者userId
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (RegisterDeviceRequest) GoString

func (s RegisterDeviceRequest) GoString() string

func (*RegisterDeviceRequest) SetCollaborators

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

func (*RegisterDeviceRequest) SetDepartmentId

func (s *RegisterDeviceRequest) SetDepartmentId(v int64) *RegisterDeviceRequest

func (*RegisterDeviceRequest) SetDescription

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

func (*RegisterDeviceRequest) SetDeviceKey

func (*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" require:"true"`
	Body    *RegisterDeviceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RegisterDeviceResponse) GoString

func (s RegisterDeviceResponse) GoString() string

func (*RegisterDeviceResponse) SetBody

func (*RegisterDeviceResponse) SetHeaders

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 SendCardHeaders

type SendCardHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (SendCardHeaders) GoString

func (s SendCardHeaders) GoString() string

func (*SendCardHeaders) SetCommonHeaders

func (s *SendCardHeaders) SetCommonHeaders(v map[string]*string) *SendCardHeaders

func (*SendCardHeaders) SetXAcsDingtalkAccessToken

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

func (SendCardHeaders) String

func (s SendCardHeaders) String() string

type SendCardRequest

type SendCardRequest struct {
	BizId      *string `json:"bizId,omitempty" xml:"bizId,omitempty"`
	CardData   *string `json:"cardData,omitempty" xml:"cardData,omitempty"`
	DeviceCode *string `json:"deviceCode,omitempty" xml:"deviceCode,omitempty"`
	DeviceUuid *string `json:"deviceUuid,omitempty" xml:"deviceUuid,omitempty"`
	EncodeCid  *string `json:"encodeCid,omitempty" xml:"encodeCid,omitempty"`
	TemplateId *string `json:"templateId,omitempty" xml:"templateId,omitempty"`
	UserId     *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (SendCardRequest) GoString

func (s SendCardRequest) GoString() string

func (*SendCardRequest) SetBizId

func (s *SendCardRequest) SetBizId(v string) *SendCardRequest

func (*SendCardRequest) SetCardData

func (s *SendCardRequest) SetCardData(v string) *SendCardRequest

func (*SendCardRequest) SetDeviceCode

func (s *SendCardRequest) SetDeviceCode(v string) *SendCardRequest

func (*SendCardRequest) SetDeviceUuid

func (s *SendCardRequest) SetDeviceUuid(v string) *SendCardRequest

func (*SendCardRequest) SetEncodeCid added in v1.3.51

func (s *SendCardRequest) SetEncodeCid(v string) *SendCardRequest

func (*SendCardRequest) SetTemplateId

func (s *SendCardRequest) SetTemplateId(v string) *SendCardRequest

func (*SendCardRequest) SetUserId

func (s *SendCardRequest) SetUserId(v string) *SendCardRequest

func (SendCardRequest) String

func (s SendCardRequest) String() string

type SendCardResponse

type SendCardResponse struct {
	Headers map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *SendCardResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SendCardResponse) GoString

func (s SendCardResponse) GoString() string

func (*SendCardResponse) SetBody

func (*SendCardResponse) SetHeaders

func (s *SendCardResponse) SetHeaders(v map[string]*string) *SendCardResponse

func (SendCardResponse) String

func (s SendCardResponse) String() string

type SendCardResponseBody

type SendCardResponseBody struct {
	// result
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
	// success
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (SendCardResponseBody) GoString

func (s SendCardResponseBody) GoString() string

func (*SendCardResponseBody) SetResult

func (*SendCardResponseBody) SetSuccess

func (SendCardResponseBody) String

func (s SendCardResponseBody) String() string

type UpdateCardHeaders

type UpdateCardHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateCardHeaders) GoString

func (s UpdateCardHeaders) GoString() string

func (*UpdateCardHeaders) SetCommonHeaders

func (s *UpdateCardHeaders) SetCommonHeaders(v map[string]*string) *UpdateCardHeaders

func (*UpdateCardHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateCardHeaders) String

func (s UpdateCardHeaders) String() string

type UpdateCardRequest

type UpdateCardRequest struct {
	BizId    *string `json:"bizId,omitempty" xml:"bizId,omitempty"`
	CardData *string `json:"cardData,omitempty" xml:"cardData,omitempty"`
}

func (UpdateCardRequest) GoString

func (s UpdateCardRequest) GoString() string

func (*UpdateCardRequest) SetBizId

func (s *UpdateCardRequest) SetBizId(v string) *UpdateCardRequest

func (*UpdateCardRequest) SetCardData

func (s *UpdateCardRequest) SetCardData(v string) *UpdateCardRequest

func (UpdateCardRequest) String

func (s UpdateCardRequest) String() string

type UpdateCardResponse

type UpdateCardResponse struct {
	Headers map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    *UpdateCardResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateCardResponse) GoString

func (s UpdateCardResponse) GoString() string

func (*UpdateCardResponse) SetBody

func (*UpdateCardResponse) SetHeaders

func (s *UpdateCardResponse) SetHeaders(v map[string]*string) *UpdateCardResponse

func (UpdateCardResponse) String

func (s UpdateCardResponse) String() string

type UpdateCardResponseBody

type UpdateCardResponseBody struct {
	// 响应数据
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateCardResponseBody) GoString

func (s UpdateCardResponseBody) GoString() string

func (*UpdateCardResponseBody) SetResult

func (*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" require:"true"`
	Body    *UploadEventResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

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