client

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 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 ActiveDeviceRequest

type ActiveDeviceRequest struct {
	ActiveCode    *string `json:"ActiveCode,omitempty" xml:"ActiveCode,omitempty"`
	DeviceVersion *string `json:"DeviceVersion,omitempty" xml:"DeviceVersion,omitempty"`
	IP            *string `json:"IP,omitempty" xml:"IP,omitempty"`
	Mac           *string `json:"Mac,omitempty" xml:"Mac,omitempty"`
	SN            *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (ActiveDeviceRequest) GoString

func (s ActiveDeviceRequest) GoString() string

func (*ActiveDeviceRequest) SetActiveCode

func (s *ActiveDeviceRequest) SetActiveCode(v string) *ActiveDeviceRequest

func (*ActiveDeviceRequest) SetDeviceVersion

func (s *ActiveDeviceRequest) SetDeviceVersion(v string) *ActiveDeviceRequest

func (*ActiveDeviceRequest) SetIP

func (*ActiveDeviceRequest) SetMac

func (*ActiveDeviceRequest) SetSN

func (ActiveDeviceRequest) String

func (s ActiveDeviceRequest) String() string

type ActiveDeviceResponse

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

func (ActiveDeviceResponse) GoString

func (s ActiveDeviceResponse) GoString() string

func (*ActiveDeviceResponse) SetBody

func (*ActiveDeviceResponse) SetHeaders

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

func (ActiveDeviceResponse) String

func (s ActiveDeviceResponse) String() string

type ActiveDeviceResponseBody

type ActiveDeviceResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	Token     *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (ActiveDeviceResponseBody) GoString

func (s ActiveDeviceResponseBody) GoString() string

func (*ActiveDeviceResponseBody) SetErrorCode

func (*ActiveDeviceResponseBody) SetMessage

func (*ActiveDeviceResponseBody) SetRequestId

func (*ActiveDeviceResponseBody) SetSuccess

func (*ActiveDeviceResponseBody) SetToken

func (ActiveDeviceResponseBody) String

func (s ActiveDeviceResponseBody) String() string

type ActiveMeetingRequest

type ActiveMeetingRequest struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (ActiveMeetingRequest) GoString

func (s ActiveMeetingRequest) GoString() string

func (*ActiveMeetingRequest) SetMeetingCode

func (s *ActiveMeetingRequest) SetMeetingCode(v string) *ActiveMeetingRequest

func (*ActiveMeetingRequest) SetMeetingUUID

func (s *ActiveMeetingRequest) SetMeetingUUID(v string) *ActiveMeetingRequest

func (ActiveMeetingRequest) String

func (s ActiveMeetingRequest) String() string

type ActiveMeetingResponse

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

func (ActiveMeetingResponse) GoString

func (s ActiveMeetingResponse) GoString() string

func (*ActiveMeetingResponse) SetBody

func (*ActiveMeetingResponse) SetHeaders

func (ActiveMeetingResponse) String

func (s ActiveMeetingResponse) String() string

type ActiveMeetingResponseBody

type ActiveMeetingResponseBody struct {
	ErrorCode   *int32                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *ActiveMeetingResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ActiveMeetingResponseBody) GoString

func (s ActiveMeetingResponseBody) GoString() string

func (*ActiveMeetingResponseBody) SetErrorCode

func (*ActiveMeetingResponseBody) SetMeetingInfo

func (*ActiveMeetingResponseBody) SetMessage

func (*ActiveMeetingResponseBody) SetRequestId

func (*ActiveMeetingResponseBody) SetSuccess

func (ActiveMeetingResponseBody) String

func (s ActiveMeetingResponseBody) String() string

type ActiveMeetingResponseBodyMeetingInfo

type ActiveMeetingResponseBodyMeetingInfo struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	ValidTime   *int64  `json:"ValidTime,omitempty" xml:"ValidTime,omitempty"`
}

func (ActiveMeetingResponseBodyMeetingInfo) GoString

func (*ActiveMeetingResponseBodyMeetingInfo) SetMeetingCode

func (*ActiveMeetingResponseBodyMeetingInfo) SetValidTime

func (ActiveMeetingResponseBodyMeetingInfo) String

type BatchCreateDeviceRequest

type BatchCreateDeviceRequest struct {
	SN *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (BatchCreateDeviceRequest) GoString

func (s BatchCreateDeviceRequest) GoString() string

func (*BatchCreateDeviceRequest) SetSN

func (BatchCreateDeviceRequest) String

func (s BatchCreateDeviceRequest) String() string

type BatchCreateDeviceResponse

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

func (BatchCreateDeviceResponse) GoString

func (s BatchCreateDeviceResponse) GoString() string

func (*BatchCreateDeviceResponse) SetBody

func (*BatchCreateDeviceResponse) SetHeaders

func (BatchCreateDeviceResponse) String

func (s BatchCreateDeviceResponse) String() string

type BatchCreateDeviceResponseBody

type BatchCreateDeviceResponseBody struct {
	Devices   []*BatchCreateDeviceResponseBodyDevices `json:"Devices,omitempty" xml:"Devices,omitempty" type:"Repeated"`
	ErrorCode *int32                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchCreateDeviceResponseBody) GoString

func (*BatchCreateDeviceResponseBody) SetDevices

func (*BatchCreateDeviceResponseBody) SetErrorCode

func (*BatchCreateDeviceResponseBody) SetMessage

func (*BatchCreateDeviceResponseBody) SetRequestId

func (*BatchCreateDeviceResponseBody) SetSuccess

func (BatchCreateDeviceResponseBody) String

type BatchCreateDeviceResponseBodyDevices

type BatchCreateDeviceResponseBodyDevices struct {
	ActiveCode      *string `json:"ActiveCode,omitempty" xml:"ActiveCode,omitempty"`
	DeviceErrorCode *int32  `json:"DeviceErrorCode,omitempty" xml:"DeviceErrorCode,omitempty"`
	DeviceMessage   *string `json:"DeviceMessage,omitempty" xml:"DeviceMessage,omitempty"`
	SN              *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (BatchCreateDeviceResponseBodyDevices) GoString

func (*BatchCreateDeviceResponseBodyDevices) SetActiveCode

func (*BatchCreateDeviceResponseBodyDevices) SetDeviceErrorCode

func (*BatchCreateDeviceResponseBodyDevices) SetDeviceMessage

func (*BatchCreateDeviceResponseBodyDevices) SetSN

func (BatchCreateDeviceResponseBodyDevices) String

type BatchJoinMeetingInternationalRequest

type BatchJoinMeetingInternationalRequest struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	Password    *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (BatchJoinMeetingInternationalRequest) GoString

func (*BatchJoinMeetingInternationalRequest) SetMeetingCode

func (*BatchJoinMeetingInternationalRequest) SetPassword

func (*BatchJoinMeetingInternationalRequest) SetUserId

func (BatchJoinMeetingInternationalRequest) String

type BatchJoinMeetingInternationalResponse

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

func (BatchJoinMeetingInternationalResponse) GoString

func (*BatchJoinMeetingInternationalResponse) SetHeaders

func (BatchJoinMeetingInternationalResponse) String

type BatchJoinMeetingInternationalResponseBody

type BatchJoinMeetingInternationalResponseBody struct {
	ErrorCode   *int32                                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *BatchJoinMeetingInternationalResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchJoinMeetingInternationalResponseBody) GoString

func (*BatchJoinMeetingInternationalResponseBody) SetErrorCode

func (*BatchJoinMeetingInternationalResponseBody) SetMessage

func (*BatchJoinMeetingInternationalResponseBody) SetRequestId

func (*BatchJoinMeetingInternationalResponseBody) SetSuccess

func (BatchJoinMeetingInternationalResponseBody) String

type BatchJoinMeetingInternationalResponseBodyMeetingInfo

type BatchJoinMeetingInternationalResponseBodyMeetingInfo struct {
	ClientAppId   *string                                                           `json:"ClientAppId,omitempty" xml:"ClientAppId,omitempty"`
	MeetingAppId  *string                                                           `json:"MeetingAppId,omitempty" xml:"MeetingAppId,omitempty"`
	MeetingCode   *string                                                           `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingDomain *string                                                           `json:"MeetingDomain,omitempty" xml:"MeetingDomain,omitempty"`
	MeetingToken  *string                                                           `json:"MeetingToken,omitempty" xml:"MeetingToken,omitempty"`
	MeetingUUID   *string                                                           `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberList    []*BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList `json:"MemberList,omitempty" xml:"MemberList,omitempty" type:"Repeated"`
	SlsInfo       *BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo      `json:"SlsInfo,omitempty" xml:"SlsInfo,omitempty" type:"Struct"`
}

func (BatchJoinMeetingInternationalResponseBodyMeetingInfo) GoString

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfo) SetClientAppId

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingAppId

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingCode

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingDomain

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingToken

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingUUID

func (BatchJoinMeetingInternationalResponseBodyMeetingInfo) String

type BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList

type BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList struct {
	MeetingToken *string `json:"MeetingToken,omitempty" xml:"MeetingToken,omitempty"`
	MemberUUID   *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	UserId       *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList) GoString

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList) SetMeetingToken

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList) SetMemberUUID

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList) SetUserId

func (BatchJoinMeetingInternationalResponseBodyMeetingInfoMemberList) String

type BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo

type BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	Logstore           *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) GoString

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) SetLogServiceEndpoint

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) SetLogstore

func (*BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) SetProject

func (BatchJoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) String

type BatchJoinMeetingRequest

type BatchJoinMeetingRequest struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	Password    *string `json:"Password,omitempty" xml:"Password,omitempty"`
	RtcEngine   *string `json:"RtcEngine,omitempty" xml:"RtcEngine,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (BatchJoinMeetingRequest) GoString

func (s BatchJoinMeetingRequest) GoString() string

func (*BatchJoinMeetingRequest) SetMeetingCode

func (*BatchJoinMeetingRequest) SetPassword

func (*BatchJoinMeetingRequest) SetRtcEngine

func (*BatchJoinMeetingRequest) SetUserId

func (BatchJoinMeetingRequest) String

func (s BatchJoinMeetingRequest) String() string

type BatchJoinMeetingResponse

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

func (BatchJoinMeetingResponse) GoString

func (s BatchJoinMeetingResponse) GoString() string

func (*BatchJoinMeetingResponse) SetBody

func (*BatchJoinMeetingResponse) SetHeaders

func (BatchJoinMeetingResponse) String

func (s BatchJoinMeetingResponse) String() string

type BatchJoinMeetingResponseBody

type BatchJoinMeetingResponseBody struct {
	ErrorCode   *int32                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *BatchJoinMeetingResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchJoinMeetingResponseBody) GoString

func (s BatchJoinMeetingResponseBody) GoString() string

func (*BatchJoinMeetingResponseBody) SetErrorCode

func (*BatchJoinMeetingResponseBody) SetMessage

func (*BatchJoinMeetingResponseBody) SetRequestId

func (*BatchJoinMeetingResponseBody) SetSuccess

func (BatchJoinMeetingResponseBody) String

type BatchJoinMeetingResponseBodyMeetingInfo

type BatchJoinMeetingResponseBodyMeetingInfo struct {
	ClientAppId   *string                                              `json:"ClientAppId,omitempty" xml:"ClientAppId,omitempty"`
	MeetingAppId  *string                                              `json:"MeetingAppId,omitempty" xml:"MeetingAppId,omitempty"`
	MeetingCode   *string                                              `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingDomain *string                                              `json:"MeetingDomain,omitempty" xml:"MeetingDomain,omitempty"`
	MeetingUUID   *string                                              `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberList    []*BatchJoinMeetingResponseBodyMeetingInfoMemberList `json:"MemberList,omitempty" xml:"MemberList,omitempty" type:"Repeated"`
	SlsInfo       *BatchJoinMeetingResponseBodyMeetingInfoSlsInfo      `json:"SlsInfo,omitempty" xml:"SlsInfo,omitempty" type:"Struct"`
}

func (BatchJoinMeetingResponseBodyMeetingInfo) GoString

func (*BatchJoinMeetingResponseBodyMeetingInfo) SetClientAppId

func (*BatchJoinMeetingResponseBodyMeetingInfo) SetMeetingAppId

func (*BatchJoinMeetingResponseBodyMeetingInfo) SetMeetingCode

func (*BatchJoinMeetingResponseBodyMeetingInfo) SetMeetingDomain

func (*BatchJoinMeetingResponseBodyMeetingInfo) SetMeetingUUID

func (BatchJoinMeetingResponseBodyMeetingInfo) String

type BatchJoinMeetingResponseBodyMeetingInfoMemberList

type BatchJoinMeetingResponseBodyMeetingInfoMemberList struct {
	MeetingToken *string `json:"MeetingToken,omitempty" xml:"MeetingToken,omitempty"`
	MemberUUID   *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	UserId       *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (BatchJoinMeetingResponseBodyMeetingInfoMemberList) GoString

func (*BatchJoinMeetingResponseBodyMeetingInfoMemberList) SetMeetingToken

func (*BatchJoinMeetingResponseBodyMeetingInfoMemberList) SetMemberUUID

func (*BatchJoinMeetingResponseBodyMeetingInfoMemberList) SetUserId

func (BatchJoinMeetingResponseBodyMeetingInfoMemberList) String

type BatchJoinMeetingResponseBodyMeetingInfoSlsInfo

type BatchJoinMeetingResponseBodyMeetingInfoSlsInfo struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	Logstore           *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (BatchJoinMeetingResponseBodyMeetingInfoSlsInfo) GoString

func (*BatchJoinMeetingResponseBodyMeetingInfoSlsInfo) SetLogServiceEndpoint

func (*BatchJoinMeetingResponseBodyMeetingInfoSlsInfo) SetLogstore

func (*BatchJoinMeetingResponseBodyMeetingInfoSlsInfo) SetProject

func (BatchJoinMeetingResponseBodyMeetingInfoSlsInfo) String

type CallDeviceRequest

type CallDeviceRequest struct {
	InviteName      *string `json:"InviteName,omitempty" xml:"InviteName,omitempty"`
	JoinMeetingFlag *bool   `json:"JoinMeetingFlag,omitempty" xml:"JoinMeetingFlag,omitempty"`
	MeetingCode     *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	OperateUserId   *string `json:"OperateUserId,omitempty" xml:"OperateUserId,omitempty"`
	SN              *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (CallDeviceRequest) GoString

func (s CallDeviceRequest) GoString() string

func (*CallDeviceRequest) SetInviteName

func (s *CallDeviceRequest) SetInviteName(v string) *CallDeviceRequest

func (*CallDeviceRequest) SetJoinMeetingFlag

func (s *CallDeviceRequest) SetJoinMeetingFlag(v bool) *CallDeviceRequest

func (*CallDeviceRequest) SetMeetingCode

func (s *CallDeviceRequest) SetMeetingCode(v string) *CallDeviceRequest

func (*CallDeviceRequest) SetOperateUserId

func (s *CallDeviceRequest) SetOperateUserId(v string) *CallDeviceRequest

func (*CallDeviceRequest) SetSN

func (CallDeviceRequest) String

func (s CallDeviceRequest) String() string

type CallDeviceResponse

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

func (CallDeviceResponse) GoString

func (s CallDeviceResponse) GoString() string

func (*CallDeviceResponse) SetBody

func (*CallDeviceResponse) SetHeaders

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

func (CallDeviceResponse) String

func (s CallDeviceResponse) String() string

type CallDeviceResponseBody

type CallDeviceResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	MessageId *string `json:"MessageId,omitempty" xml:"MessageId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CallDeviceResponseBody) GoString

func (s CallDeviceResponseBody) GoString() string

func (*CallDeviceResponseBody) SetErrorCode

func (*CallDeviceResponseBody) SetMessage

func (*CallDeviceResponseBody) SetMessageId

func (*CallDeviceResponseBody) SetRequestId

func (*CallDeviceResponseBody) SetSuccess

func (CallDeviceResponseBody) String

func (s CallDeviceResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) ActiveDevice

func (client *Client) ActiveDevice(request *ActiveDeviceRequest) (_result *ActiveDeviceResponse, _err error)

func (*Client) ActiveDeviceWithOptions

func (client *Client) ActiveDeviceWithOptions(request *ActiveDeviceRequest, runtime *util.RuntimeOptions) (_result *ActiveDeviceResponse, _err error)

func (*Client) ActiveMeeting

func (client *Client) ActiveMeeting(request *ActiveMeetingRequest) (_result *ActiveMeetingResponse, _err error)

func (*Client) ActiveMeetingWithOptions

func (client *Client) ActiveMeetingWithOptions(request *ActiveMeetingRequest, runtime *util.RuntimeOptions) (_result *ActiveMeetingResponse, _err error)

func (*Client) BatchCreateDevice

func (client *Client) BatchCreateDevice(request *BatchCreateDeviceRequest) (_result *BatchCreateDeviceResponse, _err error)

func (*Client) BatchCreateDeviceWithOptions

func (client *Client) BatchCreateDeviceWithOptions(request *BatchCreateDeviceRequest, runtime *util.RuntimeOptions) (_result *BatchCreateDeviceResponse, _err error)

func (*Client) BatchJoinMeeting

func (client *Client) BatchJoinMeeting(request *BatchJoinMeetingRequest) (_result *BatchJoinMeetingResponse, _err error)

func (*Client) BatchJoinMeetingInternational

func (client *Client) BatchJoinMeetingInternational(request *BatchJoinMeetingInternationalRequest) (_result *BatchJoinMeetingInternationalResponse, _err error)

func (*Client) BatchJoinMeetingInternationalWithOptions

func (client *Client) BatchJoinMeetingInternationalWithOptions(request *BatchJoinMeetingInternationalRequest, runtime *util.RuntimeOptions) (_result *BatchJoinMeetingInternationalResponse, _err error)

func (*Client) BatchJoinMeetingWithOptions

func (client *Client) BatchJoinMeetingWithOptions(request *BatchJoinMeetingRequest, runtime *util.RuntimeOptions) (_result *BatchJoinMeetingResponse, _err error)

func (*Client) CallDevice

func (client *Client) CallDevice(request *CallDeviceRequest) (_result *CallDeviceResponse, _err error)

func (*Client) CallDeviceWithOptions

func (client *Client) CallDeviceWithOptions(request *CallDeviceRequest, runtime *util.RuntimeOptions) (_result *CallDeviceResponse, _err error)

func (*Client) ConferenceToLive

func (client *Client) ConferenceToLive(request *ConferenceToLiveRequest) (_result *ConferenceToLiveResponse, _err error)

func (*Client) ConferenceToLiveWithOptions

func (client *Client) ConferenceToLiveWithOptions(request *ConferenceToLiveRequest, runtime *util.RuntimeOptions) (_result *ConferenceToLiveResponse, _err error)

func (*Client) CreateDeviceMeeting

func (client *Client) CreateDeviceMeeting(request *CreateDeviceMeetingRequest) (_result *CreateDeviceMeetingResponse, _err error)

func (*Client) CreateDeviceMeetingWithOptions

func (client *Client) CreateDeviceMeetingWithOptions(request *CreateDeviceMeetingRequest, runtime *util.RuntimeOptions) (_result *CreateDeviceMeetingResponse, _err error)

func (*Client) CreateEvaluation

func (client *Client) CreateEvaluation(request *CreateEvaluationRequest) (_result *CreateEvaluationResponse, _err error)

func (*Client) CreateEvaluationWithOptions

func (client *Client) CreateEvaluationWithOptions(request *CreateEvaluationRequest, runtime *util.RuntimeOptions) (_result *CreateEvaluationResponse, _err error)

func (*Client) CreateLive

func (client *Client) CreateLive(request *CreateLiveRequest) (_result *CreateLiveResponse, _err error)

func (*Client) CreateLiveWithOptions

func (client *Client) CreateLiveWithOptions(request *CreateLiveRequest, runtime *util.RuntimeOptions) (_result *CreateLiveResponse, _err error)

func (*Client) CreateMeeting

func (client *Client) CreateMeeting(request *CreateMeetingRequest) (_result *CreateMeetingResponse, _err error)

func (*Client) CreateMeetingInternational

func (client *Client) CreateMeetingInternational(request *CreateMeetingInternationalRequest) (_result *CreateMeetingInternationalResponse, _err error)

func (*Client) CreateMeetingInternationalWithOptions

func (client *Client) CreateMeetingInternationalWithOptions(request *CreateMeetingInternationalRequest, runtime *util.RuntimeOptions) (_result *CreateMeetingInternationalResponse, _err error)

func (*Client) CreateMeetingWithOptions

func (client *Client) CreateMeetingWithOptions(request *CreateMeetingRequest, runtime *util.RuntimeOptions) (_result *CreateMeetingResponse, _err error)

func (*Client) CreateUser

func (client *Client) CreateUser(request *CreateUserRequest) (_result *CreateUserResponse, _err error)

func (*Client) CreateUserInternational

func (client *Client) CreateUserInternational(request *CreateUserInternationalRequest) (_result *CreateUserInternationalResponse, _err error)

func (*Client) CreateUserInternationalWithOptions

func (client *Client) CreateUserInternationalWithOptions(request *CreateUserInternationalRequest, runtime *util.RuntimeOptions) (_result *CreateUserInternationalResponse, _err error)

func (*Client) CreateUserWithOptions

func (client *Client) CreateUserWithOptions(request *CreateUserRequest, runtime *util.RuntimeOptions) (_result *CreateUserResponse, _err error)

func (*Client) CustomGonggeLayout

func (client *Client) CustomGonggeLayout(request *CustomGonggeLayoutRequest) (_result *CustomGonggeLayoutResponse, _err error)

func (*Client) CustomGonggeLayoutWithOptions

func (client *Client) CustomGonggeLayoutWithOptions(request *CustomGonggeLayoutRequest, runtime *util.RuntimeOptions) (_result *CustomGonggeLayoutResponse, _err error)

func (*Client) CustomLayout

func (client *Client) CustomLayout(request *CustomLayoutRequest) (_result *CustomLayoutResponse, _err error)

func (*Client) CustomLayoutWithOptions

func (client *Client) CustomLayoutWithOptions(request *CustomLayoutRequest, runtime *util.RuntimeOptions) (_result *CustomLayoutResponse, _err error)

func (*Client) DeleteDevice

func (client *Client) DeleteDevice(request *DeleteDeviceRequest) (_result *DeleteDeviceResponse, _err error)

func (*Client) DeleteDeviceWithOptions

func (client *Client) DeleteDeviceWithOptions(request *DeleteDeviceRequest, runtime *util.RuntimeOptions) (_result *DeleteDeviceResponse, _err error)

func (*Client) DeleteLive

func (client *Client) DeleteLive(request *DeleteLiveRequest) (_result *DeleteLiveResponse, _err error)

func (*Client) DeleteLiveWithOptions

func (client *Client) DeleteLiveWithOptions(request *DeleteLiveRequest, runtime *util.RuntimeOptions) (_result *DeleteLiveResponse, _err error)

func (*Client) DeleteMeeting

func (client *Client) DeleteMeeting(request *DeleteMeetingRequest) (_result *DeleteMeetingResponse, _err error)

func (*Client) DeleteMeetingWithOptions

func (client *Client) DeleteMeetingWithOptions(request *DeleteMeetingRequest, runtime *util.RuntimeOptions) (_result *DeleteMeetingResponse, _err error)

func (*Client) DeleteUser

func (client *Client) DeleteUser(request *DeleteUserRequest) (_result *DeleteUserResponse, _err error)

func (*Client) DeleteUserWithOptions

func (client *Client) DeleteUserWithOptions(request *DeleteUserRequest, runtime *util.RuntimeOptions) (_result *DeleteUserResponse, _err error)

func (*Client) EnableLiveSpeaker

func (client *Client) EnableLiveSpeaker(request *EnableLiveSpeakerRequest) (_result *EnableLiveSpeakerResponse, _err error)

func (*Client) EnableLiveSpeakerWithOptions

func (client *Client) EnableLiveSpeakerWithOptions(request *EnableLiveSpeakerRequest, runtime *util.RuntimeOptions) (_result *EnableLiveSpeakerResponse, _err error)

func (*Client) EndDeviceMeeting

func (client *Client) EndDeviceMeeting(request *EndDeviceMeetingRequest) (_result *EndDeviceMeetingResponse, _err error)

func (*Client) EndDeviceMeetingWithOptions

func (client *Client) EndDeviceMeetingWithOptions(request *EndDeviceMeetingRequest, runtime *util.RuntimeOptions) (_result *EndDeviceMeetingResponse, _err error)

func (*Client) EndLive

func (client *Client) EndLive(request *EndLiveRequest) (_result *EndLiveResponse, _err error)

func (*Client) EndLiveWithOptions

func (client *Client) EndLiveWithOptions(request *EndLiveRequest, runtime *util.RuntimeOptions) (_result *EndLiveResponse, _err error)

func (*Client) GetAccountInfo

func (client *Client) GetAccountInfo() (_result *GetAccountInfoResponse, _err error)

func (*Client) GetAccountInfoWithOptions

func (client *Client) GetAccountInfoWithOptions(runtime *util.RuntimeOptions) (_result *GetAccountInfoResponse, _err error)

func (*Client) GetConferenceConcurrencyStatistics

func (client *Client) GetConferenceConcurrencyStatistics() (_result *GetConferenceConcurrencyStatisticsResponse, _err error)

func (*Client) GetConferenceConcurrencyStatisticsWithOptions

func (client *Client) GetConferenceConcurrencyStatisticsWithOptions(runtime *util.RuntimeOptions) (_result *GetConferenceConcurrencyStatisticsResponse, _err error)

func (*Client) GetDeviceActiveCode

func (client *Client) GetDeviceActiveCode(request *GetDeviceActiveCodeRequest) (_result *GetDeviceActiveCodeResponse, _err error)

func (*Client) GetDeviceActiveCodeWithOptions

func (client *Client) GetDeviceActiveCodeWithOptions(request *GetDeviceActiveCodeRequest, runtime *util.RuntimeOptions) (_result *GetDeviceActiveCodeResponse, _err error)

func (*Client) GetDeviceInfo

func (client *Client) GetDeviceInfo(request *GetDeviceInfoRequest) (_result *GetDeviceInfoResponse, _err error)

func (*Client) GetDeviceInfoWithOptions

func (client *Client) GetDeviceInfoWithOptions(request *GetDeviceInfoRequest, runtime *util.RuntimeOptions) (_result *GetDeviceInfoResponse, _err error)

func (*Client) GetDeviceList

func (client *Client) GetDeviceList(request *GetDeviceListRequest) (_result *GetDeviceListResponse, _err error)

func (*Client) GetDeviceListWithOptions

func (client *Client) GetDeviceListWithOptions(request *GetDeviceListRequest, runtime *util.RuntimeOptions) (_result *GetDeviceListResponse, _err error)

func (*Client) GetDeviceToken

func (client *Client) GetDeviceToken(request *GetDeviceTokenRequest) (_result *GetDeviceTokenResponse, _err error)

func (*Client) GetDeviceTokenWithOptions

func (client *Client) GetDeviceTokenWithOptions(request *GetDeviceTokenRequest, runtime *util.RuntimeOptions) (_result *GetDeviceTokenResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetGrtnToken

func (client *Client) GetGrtnToken() (_result *GetGrtnTokenResponse, _err error)

func (*Client) GetGrtnTokenWithOptions

func (client *Client) GetGrtnTokenWithOptions(runtime *util.RuntimeOptions) (_result *GetGrtnTokenResponse, _err error)

func (*Client) GetMeeting

func (client *Client) GetMeeting(request *GetMeetingRequest) (_result *GetMeetingResponse, _err error)

func (*Client) GetMeetingConcurrency

func (client *Client) GetMeetingConcurrency(request *GetMeetingConcurrencyRequest) (_result *GetMeetingConcurrencyResponse, _err error)

func (*Client) GetMeetingConcurrencyWithOptions

func (client *Client) GetMeetingConcurrencyWithOptions(request *GetMeetingConcurrencyRequest, runtime *util.RuntimeOptions) (_result *GetMeetingConcurrencyResponse, _err error)

func (*Client) GetMeetingInternational

func (client *Client) GetMeetingInternational(request *GetMeetingInternationalRequest) (_result *GetMeetingInternationalResponse, _err error)

func (*Client) GetMeetingInternationalWithOptions

func (client *Client) GetMeetingInternationalWithOptions(request *GetMeetingInternationalRequest, runtime *util.RuntimeOptions) (_result *GetMeetingInternationalResponse, _err error)

func (*Client) GetMeetingMember

func (client *Client) GetMeetingMember(request *GetMeetingMemberRequest) (_result *GetMeetingMemberResponse, _err error)

func (*Client) GetMeetingMemberWithOptions

func (client *Client) GetMeetingMemberWithOptions(request *GetMeetingMemberRequest, runtime *util.RuntimeOptions) (_result *GetMeetingMemberResponse, _err error)

func (*Client) GetMeetingWithOptions

func (client *Client) GetMeetingWithOptions(request *GetMeetingRequest, runtime *util.RuntimeOptions) (_result *GetMeetingResponse, _err error)

func (*Client) GetMemberStatus

func (client *Client) GetMemberStatus(request *GetMemberStatusRequest) (_result *GetMemberStatusResponse, _err error)

func (*Client) GetMemberStatusWithOptions

func (client *Client) GetMemberStatusWithOptions(request *GetMemberStatusRequest, runtime *util.RuntimeOptions) (_result *GetMemberStatusResponse, _err error)

func (*Client) GetScreenVerificationCode

func (client *Client) GetScreenVerificationCode(request *GetScreenVerificationCodeRequest) (_result *GetScreenVerificationCodeResponse, _err error)

func (*Client) GetScreenVerificationCodeWithOptions

func (client *Client) GetScreenVerificationCodeWithOptions(request *GetScreenVerificationCodeRequest, runtime *util.RuntimeOptions) (_result *GetScreenVerificationCodeResponse, _err error)

func (*Client) GetStatistic

func (client *Client) GetStatistic(request *GetStatisticRequest) (_result *GetStatisticResponse, _err error)

func (*Client) GetStatisticWithOptions

func (client *Client) GetStatisticWithOptions(request *GetStatisticRequest, runtime *util.RuntimeOptions) (_result *GetStatisticResponse, _err error)

func (*Client) GetUser

func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)

func (*Client) GetUserWithOptions

func (client *Client) GetUserWithOptions(request *GetUserRequest, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)

func (*Client) GetWebSocketToken

func (client *Client) GetWebSocketToken(request *GetWebSocketTokenRequest) (_result *GetWebSocketTokenResponse, _err error)

func (*Client) GetWebSocketTokenWithOptions

func (client *Client) GetWebSocketTokenWithOptions(request *GetWebSocketTokenRequest, runtime *util.RuntimeOptions) (_result *GetWebSocketTokenResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) InviteUser

func (client *Client) InviteUser(request *InviteUserRequest) (_result *InviteUserResponse, _err error)

func (*Client) InviteUserWithOptions

func (client *Client) InviteUserWithOptions(request *InviteUserRequest, runtime *util.RuntimeOptions) (_result *InviteUserResponse, _err error)

func (*Client) JoinDeviceMeeting

func (client *Client) JoinDeviceMeeting(request *JoinDeviceMeetingRequest) (_result *JoinDeviceMeetingResponse, _err error)

func (*Client) JoinDeviceMeetingWithOptions

func (client *Client) JoinDeviceMeetingWithOptions(request *JoinDeviceMeetingRequest, runtime *util.RuntimeOptions) (_result *JoinDeviceMeetingResponse, _err error)

func (*Client) JoinLive

func (client *Client) JoinLive(request *JoinLiveRequest) (_result *JoinLiveResponse, _err error)

func (*Client) JoinLiveWithOptions

func (client *Client) JoinLiveWithOptions(request *JoinLiveRequest, runtime *util.RuntimeOptions) (_result *JoinLiveResponse, _err error)

func (*Client) JoinMeeting

func (client *Client) JoinMeeting(request *JoinMeetingRequest) (_result *JoinMeetingResponse, _err error)

func (*Client) JoinMeetingInternational

func (client *Client) JoinMeetingInternational(request *JoinMeetingInternationalRequest) (_result *JoinMeetingInternationalResponse, _err error)

func (*Client) JoinMeetingInternationalWithOptions

func (client *Client) JoinMeetingInternationalWithOptions(request *JoinMeetingInternationalRequest, runtime *util.RuntimeOptions) (_result *JoinMeetingInternationalResponse, _err error)

func (*Client) JoinMeetingWithOptions

func (client *Client) JoinMeetingWithOptions(request *JoinMeetingRequest, runtime *util.RuntimeOptions) (_result *JoinMeetingResponse, _err error)

func (*Client) ListConferenceDevices

func (client *Client) ListConferenceDevices(request *ListConferenceDevicesRequest) (_result *ListConferenceDevicesResponse, _err error)

func (*Client) ListConferenceDevicesWithOptions

func (client *Client) ListConferenceDevicesWithOptions(request *ListConferenceDevicesRequest, runtime *util.RuntimeOptions) (_result *ListConferenceDevicesResponse, _err error)

func (*Client) ListDeviceIp

func (client *Client) ListDeviceIp(request *ListDeviceIpRequest) (_result *ListDeviceIpResponse, _err error)

func (*Client) ListDeviceIpWithOptions

func (client *Client) ListDeviceIpWithOptions(request *ListDeviceIpRequest, runtime *util.RuntimeOptions) (_result *ListDeviceIpResponse, _err error)

func (*Client) ListDevices

func (client *Client) ListDevices(request *ListDevicesRequest) (_result *ListDevicesResponse, _err error)

func (*Client) ListDevicesWithOptions

func (client *Client) ListDevicesWithOptions(request *ListDevicesRequest, runtime *util.RuntimeOptions) (_result *ListDevicesResponse, _err error)

func (*Client) ListEvaluations

func (client *Client) ListEvaluations() (_result *ListEvaluationsResponse, _err error)

func (*Client) ListEvaluationsWithOptions

func (client *Client) ListEvaluationsWithOptions(runtime *util.RuntimeOptions) (_result *ListEvaluationsResponse, _err error)

func (*Client) ListIsvStatistics

func (client *Client) ListIsvStatistics(request *ListIsvStatisticsRequest) (_result *ListIsvStatisticsResponse, _err error)

func (*Client) ListIsvStatisticsWithOptions

func (client *Client) ListIsvStatisticsWithOptions(request *ListIsvStatisticsRequest, runtime *util.RuntimeOptions) (_result *ListIsvStatisticsResponse, _err error)

func (*Client) ListMembers

func (client *Client) ListMembers(request *ListMembersRequest) (_result *ListMembersResponse, _err error)

func (*Client) ListMembersWithOptions

func (client *Client) ListMembersWithOptions(request *ListMembersRequest, runtime *util.RuntimeOptions) (_result *ListMembersResponse, _err error)

func (*Client) ListUsers

func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)

func (*Client) ListUsersWithOptions

func (client *Client) ListUsersWithOptions(request *ListUsersRequest, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)

func (*Client) ModifyDeviceBackground

func (client *Client) ModifyDeviceBackground(request *ModifyDeviceBackgroundRequest) (_result *ModifyDeviceBackgroundResponse, _err error)

func (*Client) ModifyDeviceBackgroundWithOptions

func (client *Client) ModifyDeviceBackgroundWithOptions(request *ModifyDeviceBackgroundRequest, runtime *util.RuntimeOptions) (_result *ModifyDeviceBackgroundResponse, _err error)

func (*Client) ModifyMeetingPassword

func (client *Client) ModifyMeetingPassword(request *ModifyMeetingPasswordRequest) (_result *ModifyMeetingPasswordResponse, _err error)

func (*Client) ModifyMeetingPasswordInternational

func (client *Client) ModifyMeetingPasswordInternational(request *ModifyMeetingPasswordInternationalRequest) (_result *ModifyMeetingPasswordInternationalResponse, _err error)

func (*Client) ModifyMeetingPasswordInternationalWithOptions

func (client *Client) ModifyMeetingPasswordInternationalWithOptions(request *ModifyMeetingPasswordInternationalRequest, runtime *util.RuntimeOptions) (_result *ModifyMeetingPasswordInternationalResponse, _err error)

func (*Client) ModifyMeetingPasswordWithOptions

func (client *Client) ModifyMeetingPasswordWithOptions(request *ModifyMeetingPasswordRequest, runtime *util.RuntimeOptions) (_result *ModifyMeetingPasswordResponse, _err error)

func (*Client) QueryMeetingMemberAction

func (client *Client) QueryMeetingMemberAction(request *QueryMeetingMemberActionRequest) (_result *QueryMeetingMemberActionResponse, _err error)

func (*Client) QueryMeetingMemberActionWithOptions

func (client *Client) QueryMeetingMemberActionWithOptions(request *QueryMeetingMemberActionRequest, runtime *util.RuntimeOptions) (_result *QueryMeetingMemberActionResponse, _err error)

func (*Client) RefreshDeviceScreenCode

func (client *Client) RefreshDeviceScreenCode(request *RefreshDeviceScreenCodeRequest) (_result *RefreshDeviceScreenCodeResponse, _err error)

func (*Client) RefreshDeviceScreenCodeWithOptions

func (client *Client) RefreshDeviceScreenCodeWithOptions(request *RefreshDeviceScreenCodeRequest, runtime *util.RuntimeOptions) (_result *RefreshDeviceScreenCodeResponse, _err error)

func (*Client) RegisterDevice

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

func (*Client) RegisterDeviceWithOptions

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

func (*Client) RegisterUemDevice

func (client *Client) RegisterUemDevice(request *RegisterUemDeviceRequest) (_result *RegisterUemDeviceResponse, _err error)

func (*Client) RegisterUemDeviceWithOptions

func (client *Client) RegisterUemDeviceWithOptions(request *RegisterUemDeviceRequest, runtime *util.RuntimeOptions) (_result *RegisterUemDeviceResponse, _err error)

func (*Client) SendMeetingCommand

func (client *Client) SendMeetingCommand(request *SendMeetingCommandRequest) (_result *SendMeetingCommandResponse, _err error)

func (*Client) SendMeetingCommandWithOptions

func (client *Client) SendMeetingCommandWithOptions(request *SendMeetingCommandRequest, runtime *util.RuntimeOptions) (_result *SendMeetingCommandResponse, _err error)

func (*Client) SendScreenStart

func (client *Client) SendScreenStart(request *SendScreenStartRequest) (_result *SendScreenStartResponse, _err error)

func (*Client) SendScreenStartWithOptions

func (client *Client) SendScreenStartWithOptions(request *SendScreenStartRequest, runtime *util.RuntimeOptions) (_result *SendScreenStartResponse, _err error)

func (*Client) StartLive

func (client *Client) StartLive(request *StartLiveRequest) (_result *StartLiveResponse, _err error)

func (*Client) StartLiveWithOptions

func (client *Client) StartLiveWithOptions(request *StartLiveRequest, runtime *util.RuntimeOptions) (_result *StartLiveResponse, _err error)

func (*Client) UpdateDeviceHeartBeat

func (client *Client) UpdateDeviceHeartBeat(request *UpdateDeviceHeartBeatRequest) (_result *UpdateDeviceHeartBeatResponse, _err error)

func (*Client) UpdateDeviceHeartBeatWithOptions

func (client *Client) UpdateDeviceHeartBeatWithOptions(request *UpdateDeviceHeartBeatRequest, runtime *util.RuntimeOptions) (_result *UpdateDeviceHeartBeatResponse, _err error)

func (*Client) UpdateDeviceStartupPicture

func (client *Client) UpdateDeviceStartupPicture(request *UpdateDeviceStartupPictureRequest) (_result *UpdateDeviceStartupPictureResponse, _err error)

func (*Client) UpdateDeviceStartupPictureWithOptions

func (client *Client) UpdateDeviceStartupPictureWithOptions(request *UpdateDeviceStartupPictureRequest, runtime *util.RuntimeOptions) (_result *UpdateDeviceStartupPictureResponse, _err error)

func (*Client) UpdateGonggeLayout

func (client *Client) UpdateGonggeLayout(request *UpdateGonggeLayoutRequest) (_result *UpdateGonggeLayoutResponse, _err error)

func (*Client) UpdateGonggeLayoutWithOptions

func (client *Client) UpdateGonggeLayoutWithOptions(request *UpdateGonggeLayoutRequest, runtime *util.RuntimeOptions) (_result *UpdateGonggeLayoutResponse, _err error)

func (*Client) UpdateLivePassword

func (client *Client) UpdateLivePassword(request *UpdateLivePasswordRequest) (_result *UpdateLivePasswordResponse, _err error)

func (*Client) UpdateLivePasswordWithOptions

func (client *Client) UpdateLivePasswordWithOptions(request *UpdateLivePasswordRequest, runtime *util.RuntimeOptions) (_result *UpdateLivePasswordResponse, _err error)

type ConferenceToLiveRequest

type ConferenceToLiveRequest struct {
	LiveName         *string `json:"LiveName,omitempty" xml:"LiveName,omitempty"`
	MeetingUUID      *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	OpenPasswordFlag *bool   `json:"OpenPasswordFlag,omitempty" xml:"OpenPasswordFlag,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ConferenceToLiveRequest) GoString

func (s ConferenceToLiveRequest) GoString() string

func (*ConferenceToLiveRequest) SetLiveName

func (*ConferenceToLiveRequest) SetMeetingUUID

func (*ConferenceToLiveRequest) SetOpenPasswordFlag

func (s *ConferenceToLiveRequest) SetOpenPasswordFlag(v bool) *ConferenceToLiveRequest

func (*ConferenceToLiveRequest) SetPassword

func (*ConferenceToLiveRequest) SetUserId

func (ConferenceToLiveRequest) String

func (s ConferenceToLiveRequest) String() string

type ConferenceToLiveResponse

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

func (ConferenceToLiveResponse) GoString

func (s ConferenceToLiveResponse) GoString() string

func (*ConferenceToLiveResponse) SetBody

func (*ConferenceToLiveResponse) SetHeaders

func (ConferenceToLiveResponse) String

func (s ConferenceToLiveResponse) String() string

type ConferenceToLiveResponseBody

type ConferenceToLiveResponseBody struct {
	ErrorCode *int32                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	LiveInfo  *ConferenceToLiveResponseBodyLiveInfo `json:"LiveInfo,omitempty" xml:"LiveInfo,omitempty" type:"Struct"`
	Message   *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ConferenceToLiveResponseBody) GoString

func (s ConferenceToLiveResponseBody) GoString() string

func (*ConferenceToLiveResponseBody) SetErrorCode

func (*ConferenceToLiveResponseBody) SetLiveInfo

func (*ConferenceToLiveResponseBody) SetMessage

func (*ConferenceToLiveResponseBody) SetRequestId

func (*ConferenceToLiveResponseBody) SetSuccess

func (ConferenceToLiveResponseBody) String

type ConferenceToLiveResponseBodyLiveInfo

type ConferenceToLiveResponseBodyLiveInfo struct {
	LiveUUID *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
}

func (ConferenceToLiveResponseBodyLiveInfo) GoString

func (*ConferenceToLiveResponseBodyLiveInfo) SetLiveUUID

func (ConferenceToLiveResponseBodyLiveInfo) String

type CreateDeviceMeetingRequest

type CreateDeviceMeetingRequest struct {
	MeetingName     *string `json:"MeetingName,omitempty" xml:"MeetingName,omitempty"`
	OpenPasswordtag *bool   `json:"OpenPasswordtag,omitempty" xml:"OpenPasswordtag,omitempty"`
	Password        *string `json:"Password,omitempty" xml:"Password,omitempty"`
	SN              *string `json:"SN,omitempty" xml:"SN,omitempty"`
	Token           *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (CreateDeviceMeetingRequest) GoString

func (s CreateDeviceMeetingRequest) GoString() string

func (*CreateDeviceMeetingRequest) SetMeetingName

func (*CreateDeviceMeetingRequest) SetOpenPasswordtag

func (*CreateDeviceMeetingRequest) SetPassword

func (*CreateDeviceMeetingRequest) SetSN

func (*CreateDeviceMeetingRequest) SetToken

func (CreateDeviceMeetingRequest) String

type CreateDeviceMeetingResponse

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

func (CreateDeviceMeetingResponse) GoString

func (s CreateDeviceMeetingResponse) GoString() string

func (*CreateDeviceMeetingResponse) SetBody

func (*CreateDeviceMeetingResponse) SetHeaders

func (CreateDeviceMeetingResponse) String

type CreateDeviceMeetingResponseBody

type CreateDeviceMeetingResponseBody struct {
	Devices   *CreateDeviceMeetingResponseBodyDevices `json:"Devices,omitempty" xml:"Devices,omitempty" type:"Struct"`
	ErrorCode *int32                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateDeviceMeetingResponseBody) GoString

func (*CreateDeviceMeetingResponseBody) SetErrorCode

func (*CreateDeviceMeetingResponseBody) SetMessage

func (*CreateDeviceMeetingResponseBody) SetRequestId

func (*CreateDeviceMeetingResponseBody) SetSuccess

func (CreateDeviceMeetingResponseBody) String

type CreateDeviceMeetingResponseBodyDevices

type CreateDeviceMeetingResponseBodyDevices struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (CreateDeviceMeetingResponseBodyDevices) GoString

func (*CreateDeviceMeetingResponseBodyDevices) SetMeetingCode

func (*CreateDeviceMeetingResponseBodyDevices) SetMeetingUUID

func (CreateDeviceMeetingResponseBodyDevices) String

type CreateEvaluationRequest

type CreateEvaluationRequest struct {
	CreateTime  *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Evaluation  *string `json:"Evaluation,omitempty" xml:"Evaluation,omitempty"`
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberUUID  *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	Memo        *string `json:"Memo,omitempty" xml:"Memo,omitempty"`
	Score       *string `json:"Score,omitempty" xml:"Score,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (CreateEvaluationRequest) GoString

func (s CreateEvaluationRequest) GoString() string

func (*CreateEvaluationRequest) SetCreateTime

func (*CreateEvaluationRequest) SetDescription

func (*CreateEvaluationRequest) SetEvaluation

func (*CreateEvaluationRequest) SetMeetingUUID

func (*CreateEvaluationRequest) SetMemberUUID

func (*CreateEvaluationRequest) SetMemo

func (*CreateEvaluationRequest) SetScore

func (*CreateEvaluationRequest) SetUserId

func (CreateEvaluationRequest) String

func (s CreateEvaluationRequest) String() string

type CreateEvaluationResponse

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

func (CreateEvaluationResponse) GoString

func (s CreateEvaluationResponse) GoString() string

func (*CreateEvaluationResponse) SetBody

func (*CreateEvaluationResponse) SetHeaders

func (CreateEvaluationResponse) String

func (s CreateEvaluationResponse) String() string

type CreateEvaluationResponseBody

type CreateEvaluationResponseBody struct {
	ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateEvaluationResponseBody) GoString

func (s CreateEvaluationResponseBody) GoString() string

func (*CreateEvaluationResponseBody) SetErrorCode

func (*CreateEvaluationResponseBody) SetMessage

func (*CreateEvaluationResponseBody) SetRequestId

func (*CreateEvaluationResponseBody) SetSuccess

func (CreateEvaluationResponseBody) String

type CreateLiveRequest

type CreateLiveRequest struct {
	LiveName         *string `json:"LiveName,omitempty" xml:"LiveName,omitempty"`
	OpenPasswordFlag *bool   `json:"OpenPasswordFlag,omitempty" xml:"OpenPasswordFlag,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (CreateLiveRequest) GoString

func (s CreateLiveRequest) GoString() string

func (*CreateLiveRequest) SetLiveName

func (s *CreateLiveRequest) SetLiveName(v string) *CreateLiveRequest

func (*CreateLiveRequest) SetOpenPasswordFlag

func (s *CreateLiveRequest) SetOpenPasswordFlag(v bool) *CreateLiveRequest

func (*CreateLiveRequest) SetPassword

func (s *CreateLiveRequest) SetPassword(v string) *CreateLiveRequest

func (*CreateLiveRequest) SetUserId

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

func (CreateLiveRequest) String

func (s CreateLiveRequest) String() string

type CreateLiveResponse

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

func (CreateLiveResponse) GoString

func (s CreateLiveResponse) GoString() string

func (*CreateLiveResponse) SetBody

func (*CreateLiveResponse) SetHeaders

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

func (CreateLiveResponse) String

func (s CreateLiveResponse) String() string

type CreateLiveResponseBody

type CreateLiveResponseBody struct {
	ErrorCode *int32                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	LiveInfo  *CreateLiveResponseBodyLiveInfo `json:"LiveInfo,omitempty" xml:"LiveInfo,omitempty" type:"Struct"`
	Message   *string                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateLiveResponseBody) GoString

func (s CreateLiveResponseBody) GoString() string

func (*CreateLiveResponseBody) SetErrorCode

func (*CreateLiveResponseBody) SetLiveInfo

func (*CreateLiveResponseBody) SetMessage

func (*CreateLiveResponseBody) SetRequestId

func (*CreateLiveResponseBody) SetSuccess

func (CreateLiveResponseBody) String

func (s CreateLiveResponseBody) String() string

type CreateLiveResponseBodyLiveInfo

type CreateLiveResponseBodyLiveInfo struct {
	LiveUUID   *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
	StreamUUID *string `json:"StreamUUID,omitempty" xml:"StreamUUID,omitempty"`
}

func (CreateLiveResponseBodyLiveInfo) GoString

func (*CreateLiveResponseBodyLiveInfo) SetLiveUUID

func (*CreateLiveResponseBodyLiveInfo) SetStreamUUID

func (CreateLiveResponseBodyLiveInfo) String

type CreateMeetingInternationalRequest

type CreateMeetingInternationalRequest struct {
	MeetingName      *string `json:"MeetingName,omitempty" xml:"MeetingName,omitempty"`
	OpenPasswordFlag *string `json:"OpenPasswordFlag,omitempty" xml:"OpenPasswordFlag,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (CreateMeetingInternationalRequest) GoString

func (*CreateMeetingInternationalRequest) SetMeetingName

func (*CreateMeetingInternationalRequest) SetOpenPasswordFlag

func (*CreateMeetingInternationalRequest) SetPassword

func (*CreateMeetingInternationalRequest) SetUserId

func (CreateMeetingInternationalRequest) String

type CreateMeetingInternationalResponse

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

func (CreateMeetingInternationalResponse) GoString

func (*CreateMeetingInternationalResponse) SetHeaders

func (CreateMeetingInternationalResponse) String

type CreateMeetingInternationalResponseBody

type CreateMeetingInternationalResponseBody struct {
	ErrorCode   *int32                                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *CreateMeetingInternationalResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateMeetingInternationalResponseBody) GoString

func (*CreateMeetingInternationalResponseBody) SetErrorCode

func (*CreateMeetingInternationalResponseBody) SetMessage

func (*CreateMeetingInternationalResponseBody) SetRequestId

func (*CreateMeetingInternationalResponseBody) SetSuccess

func (CreateMeetingInternationalResponseBody) String

type CreateMeetingInternationalResponseBodyMeetingInfo

type CreateMeetingInternationalResponseBodyMeetingInfo struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (CreateMeetingInternationalResponseBodyMeetingInfo) GoString

func (*CreateMeetingInternationalResponseBodyMeetingInfo) SetMeetingCode

func (*CreateMeetingInternationalResponseBodyMeetingInfo) SetMeetingUUID

func (CreateMeetingInternationalResponseBodyMeetingInfo) String

type CreateMeetingRequest

type CreateMeetingRequest struct {
	MasterEnableFlag *bool   `json:"MasterEnableFlag,omitempty" xml:"MasterEnableFlag,omitempty"`
	MeetingMode      *string `json:"MeetingMode,omitempty" xml:"MeetingMode,omitempty"`
	MeetingName      *string `json:"MeetingName,omitempty" xml:"MeetingName,omitempty"`
	OpenPasswordFlag *bool   `json:"OpenPasswordFlag,omitempty" xml:"OpenPasswordFlag,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (CreateMeetingRequest) GoString

func (s CreateMeetingRequest) GoString() string

func (*CreateMeetingRequest) SetMasterEnableFlag

func (s *CreateMeetingRequest) SetMasterEnableFlag(v bool) *CreateMeetingRequest

func (*CreateMeetingRequest) SetMeetingMode

func (s *CreateMeetingRequest) SetMeetingMode(v string) *CreateMeetingRequest

func (*CreateMeetingRequest) SetMeetingName

func (s *CreateMeetingRequest) SetMeetingName(v string) *CreateMeetingRequest

func (*CreateMeetingRequest) SetOpenPasswordFlag

func (s *CreateMeetingRequest) SetOpenPasswordFlag(v bool) *CreateMeetingRequest

func (*CreateMeetingRequest) SetPassword

func (*CreateMeetingRequest) SetUserId

func (CreateMeetingRequest) String

func (s CreateMeetingRequest) String() string

type CreateMeetingResponse

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

func (CreateMeetingResponse) GoString

func (s CreateMeetingResponse) GoString() string

func (*CreateMeetingResponse) SetBody

func (*CreateMeetingResponse) SetHeaders

func (CreateMeetingResponse) String

func (s CreateMeetingResponse) String() string

type CreateMeetingResponseBody

type CreateMeetingResponseBody struct {
	ErrorCode   *int32                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *CreateMeetingResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateMeetingResponseBody) GoString

func (s CreateMeetingResponseBody) GoString() string

func (*CreateMeetingResponseBody) SetErrorCode

func (*CreateMeetingResponseBody) SetMeetingInfo

func (*CreateMeetingResponseBody) SetMessage

func (*CreateMeetingResponseBody) SetRequestId

func (*CreateMeetingResponseBody) SetSuccess

func (CreateMeetingResponseBody) String

func (s CreateMeetingResponseBody) String() string

type CreateMeetingResponseBodyMeetingInfo

type CreateMeetingResponseBodyMeetingInfo struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (CreateMeetingResponseBodyMeetingInfo) GoString

func (*CreateMeetingResponseBodyMeetingInfo) SetMeetingCode

func (*CreateMeetingResponseBodyMeetingInfo) SetMeetingUUID

func (CreateMeetingResponseBodyMeetingInfo) String

type CreateUserInternationalRequest

type CreateUserInternationalRequest struct {
	Count    *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	UserInfo *string `json:"UserInfo,omitempty" xml:"UserInfo,omitempty"`
}

func (CreateUserInternationalRequest) GoString

func (*CreateUserInternationalRequest) SetCount

func (*CreateUserInternationalRequest) SetUserInfo

func (CreateUserInternationalRequest) String

type CreateUserInternationalResponse

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

func (CreateUserInternationalResponse) GoString

func (*CreateUserInternationalResponse) SetHeaders

func (CreateUserInternationalResponse) String

type CreateUserInternationalResponseBody

type CreateUserInternationalResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	UserId    *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (CreateUserInternationalResponseBody) GoString

func (*CreateUserInternationalResponseBody) SetErrorCode

func (*CreateUserInternationalResponseBody) SetMessage

func (*CreateUserInternationalResponseBody) SetRequestId

func (*CreateUserInternationalResponseBody) SetSuccess

func (*CreateUserInternationalResponseBody) SetUserId

func (CreateUserInternationalResponseBody) String

type CreateUserRequest

type CreateUserRequest struct {
	Count    *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	UserInfo *string `json:"UserInfo,omitempty" xml:"UserInfo,omitempty"`
}

func (CreateUserRequest) GoString

func (s CreateUserRequest) GoString() string

func (*CreateUserRequest) SetCount

func (s *CreateUserRequest) SetCount(v int32) *CreateUserRequest

func (*CreateUserRequest) SetUserInfo

func (s *CreateUserRequest) SetUserInfo(v string) *CreateUserRequest

func (CreateUserRequest) String

func (s CreateUserRequest) String() string

type CreateUserResponse

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

func (CreateUserResponse) GoString

func (s CreateUserResponse) GoString() string

func (*CreateUserResponse) SetBody

func (*CreateUserResponse) SetHeaders

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

func (CreateUserResponse) String

func (s CreateUserResponse) String() string

type CreateUserResponseBody

type CreateUserResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	UserId    *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (CreateUserResponseBody) GoString

func (s CreateUserResponseBody) GoString() string

func (*CreateUserResponseBody) SetErrorCode

func (*CreateUserResponseBody) SetMessage

func (*CreateUserResponseBody) SetRequestId

func (*CreateUserResponseBody) SetSuccess

func (*CreateUserResponseBody) SetUserId

func (CreateUserResponseBody) String

func (s CreateUserResponseBody) String() string

type CustomGonggeLayoutRequest

type CustomGonggeLayoutRequest struct {
	LayoutSolution *string `json:"LayoutSolution,omitempty" xml:"LayoutSolution,omitempty"`
	MeetingUUID    *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (CustomGonggeLayoutRequest) GoString

func (s CustomGonggeLayoutRequest) GoString() string

func (*CustomGonggeLayoutRequest) SetLayoutSolution

func (*CustomGonggeLayoutRequest) SetMeetingUUID

func (CustomGonggeLayoutRequest) String

func (s CustomGonggeLayoutRequest) String() string

type CustomGonggeLayoutResponse

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

func (CustomGonggeLayoutResponse) GoString

func (s CustomGonggeLayoutResponse) GoString() string

func (*CustomGonggeLayoutResponse) SetBody

func (*CustomGonggeLayoutResponse) SetHeaders

func (CustomGonggeLayoutResponse) String

type CustomGonggeLayoutResponseBody

type CustomGonggeLayoutResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CustomGonggeLayoutResponseBody) GoString

func (*CustomGonggeLayoutResponseBody) SetErrorCode

func (*CustomGonggeLayoutResponseBody) SetMessage

func (*CustomGonggeLayoutResponseBody) SetRequestId

func (*CustomGonggeLayoutResponseBody) SetSuccess

func (CustomGonggeLayoutResponseBody) String

type CustomLayoutRequest

type CustomLayoutRequest struct {
	LayoutInfo *string `json:"LayoutInfo,omitempty" xml:"LayoutInfo,omitempty"`
	LiveUUID   *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
}

func (CustomLayoutRequest) GoString

func (s CustomLayoutRequest) GoString() string

func (*CustomLayoutRequest) SetLayoutInfo

func (s *CustomLayoutRequest) SetLayoutInfo(v string) *CustomLayoutRequest

func (*CustomLayoutRequest) SetLiveUUID

func (s *CustomLayoutRequest) SetLiveUUID(v string) *CustomLayoutRequest

func (CustomLayoutRequest) String

func (s CustomLayoutRequest) String() string

type CustomLayoutResponse

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

func (CustomLayoutResponse) GoString

func (s CustomLayoutResponse) GoString() string

func (*CustomLayoutResponse) SetBody

func (*CustomLayoutResponse) SetHeaders

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

func (CustomLayoutResponse) String

func (s CustomLayoutResponse) String() string

type CustomLayoutResponseBody

type CustomLayoutResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CustomLayoutResponseBody) GoString

func (s CustomLayoutResponseBody) GoString() string

func (*CustomLayoutResponseBody) SetErrorCode

func (*CustomLayoutResponseBody) SetMessage

func (*CustomLayoutResponseBody) SetRequestId

func (*CustomLayoutResponseBody) SetSuccess

func (CustomLayoutResponseBody) String

func (s CustomLayoutResponseBody) String() string

type DeleteDeviceRequest

type DeleteDeviceRequest struct {
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	SN      *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (DeleteDeviceRequest) GoString

func (s DeleteDeviceRequest) GoString() string

func (*DeleteDeviceRequest) SetGroupId

func (*DeleteDeviceRequest) SetSN

func (DeleteDeviceRequest) String

func (s DeleteDeviceRequest) String() string

type DeleteDeviceResponse

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

func (DeleteDeviceResponse) GoString

func (s DeleteDeviceResponse) GoString() string

func (*DeleteDeviceResponse) SetBody

func (*DeleteDeviceResponse) SetHeaders

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

func (DeleteDeviceResponse) String

func (s DeleteDeviceResponse) String() string

type DeleteDeviceResponseBody

type DeleteDeviceResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteDeviceResponseBody) GoString

func (s DeleteDeviceResponseBody) GoString() string

func (*DeleteDeviceResponseBody) SetErrorCode

func (*DeleteDeviceResponseBody) SetMessage

func (*DeleteDeviceResponseBody) SetRequestId

func (*DeleteDeviceResponseBody) SetSuccess

func (DeleteDeviceResponseBody) String

func (s DeleteDeviceResponseBody) String() string

type DeleteLiveRequest

type DeleteLiveRequest struct {
	LiveUUID *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
	UserId   *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (DeleteLiveRequest) GoString

func (s DeleteLiveRequest) GoString() string

func (*DeleteLiveRequest) SetLiveUUID

func (s *DeleteLiveRequest) SetLiveUUID(v string) *DeleteLiveRequest

func (*DeleteLiveRequest) SetUserId

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

func (DeleteLiveRequest) String

func (s DeleteLiveRequest) String() string

type DeleteLiveResponse

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

func (DeleteLiveResponse) GoString

func (s DeleteLiveResponse) GoString() string

func (*DeleteLiveResponse) SetBody

func (*DeleteLiveResponse) SetHeaders

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

func (DeleteLiveResponse) String

func (s DeleteLiveResponse) String() string

type DeleteLiveResponseBody

type DeleteLiveResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteLiveResponseBody) GoString

func (s DeleteLiveResponseBody) GoString() string

func (*DeleteLiveResponseBody) SetErrorCode

func (*DeleteLiveResponseBody) SetMessage

func (*DeleteLiveResponseBody) SetRequestId

func (*DeleteLiveResponseBody) SetSuccess

func (DeleteLiveResponseBody) String

func (s DeleteLiveResponseBody) String() string

type DeleteMeetingRequest

type DeleteMeetingRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (DeleteMeetingRequest) GoString

func (s DeleteMeetingRequest) GoString() string

func (*DeleteMeetingRequest) SetMeetingUUID

func (s *DeleteMeetingRequest) SetMeetingUUID(v string) *DeleteMeetingRequest

func (DeleteMeetingRequest) String

func (s DeleteMeetingRequest) String() string

type DeleteMeetingResponse

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

func (DeleteMeetingResponse) GoString

func (s DeleteMeetingResponse) GoString() string

func (*DeleteMeetingResponse) SetBody

func (*DeleteMeetingResponse) SetHeaders

func (DeleteMeetingResponse) String

func (s DeleteMeetingResponse) String() string

type DeleteMeetingResponseBody

type DeleteMeetingResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteMeetingResponseBody) GoString

func (s DeleteMeetingResponseBody) GoString() string

func (*DeleteMeetingResponseBody) SetErrorCode

func (*DeleteMeetingResponseBody) SetMessage

func (*DeleteMeetingResponseBody) SetRequestId

func (*DeleteMeetingResponseBody) SetSuccess

func (DeleteMeetingResponseBody) String

func (s DeleteMeetingResponseBody) String() string

type DeleteUserRequest

type DeleteUserRequest struct {
	Count    *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	UserInfo *string `json:"UserInfo,omitempty" xml:"UserInfo,omitempty"`
}

func (DeleteUserRequest) GoString

func (s DeleteUserRequest) GoString() string

func (*DeleteUserRequest) SetCount

func (s *DeleteUserRequest) SetCount(v int32) *DeleteUserRequest

func (*DeleteUserRequest) SetUserInfo

func (s *DeleteUserRequest) SetUserInfo(v string) *DeleteUserRequest

func (DeleteUserRequest) String

func (s DeleteUserRequest) String() string

type DeleteUserResponse

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

func (DeleteUserResponse) GoString

func (s DeleteUserResponse) GoString() string

func (*DeleteUserResponse) SetBody

func (*DeleteUserResponse) SetHeaders

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

func (DeleteUserResponse) String

func (s DeleteUserResponse) String() string

type DeleteUserResponseBody

type DeleteUserResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteUserResponseBody) GoString

func (s DeleteUserResponseBody) GoString() string

func (*DeleteUserResponseBody) SetErrorCode

func (*DeleteUserResponseBody) SetMessage

func (*DeleteUserResponseBody) SetRequestId

func (*DeleteUserResponseBody) SetSuccess

func (DeleteUserResponseBody) String

func (s DeleteUserResponseBody) String() string

type EnableLiveSpeakerRequest

type EnableLiveSpeakerRequest struct {
	EnableSpeakerFlag *bool   `json:"EnableSpeakerFlag,omitempty" xml:"EnableSpeakerFlag,omitempty"`
	LiveUUID          *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
}

func (EnableLiveSpeakerRequest) GoString

func (s EnableLiveSpeakerRequest) GoString() string

func (*EnableLiveSpeakerRequest) SetEnableSpeakerFlag

func (s *EnableLiveSpeakerRequest) SetEnableSpeakerFlag(v bool) *EnableLiveSpeakerRequest

func (*EnableLiveSpeakerRequest) SetLiveUUID

func (EnableLiveSpeakerRequest) String

func (s EnableLiveSpeakerRequest) String() string

type EnableLiveSpeakerResponse

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

func (EnableLiveSpeakerResponse) GoString

func (s EnableLiveSpeakerResponse) GoString() string

func (*EnableLiveSpeakerResponse) SetBody

func (*EnableLiveSpeakerResponse) SetHeaders

func (EnableLiveSpeakerResponse) String

func (s EnableLiveSpeakerResponse) String() string

type EnableLiveSpeakerResponseBody

type EnableLiveSpeakerResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (EnableLiveSpeakerResponseBody) GoString

func (*EnableLiveSpeakerResponseBody) SetErrorCode

func (*EnableLiveSpeakerResponseBody) SetMessage

func (*EnableLiveSpeakerResponseBody) SetRequestId

func (*EnableLiveSpeakerResponseBody) SetSuccess

func (EnableLiveSpeakerResponseBody) String

type EndDeviceMeetingRequest

type EndDeviceMeetingRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	SN          *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (EndDeviceMeetingRequest) GoString

func (s EndDeviceMeetingRequest) GoString() string

func (*EndDeviceMeetingRequest) SetMeetingUUID

func (*EndDeviceMeetingRequest) SetSN

func (EndDeviceMeetingRequest) String

func (s EndDeviceMeetingRequest) String() string

type EndDeviceMeetingResponse

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

func (EndDeviceMeetingResponse) GoString

func (s EndDeviceMeetingResponse) GoString() string

func (*EndDeviceMeetingResponse) SetBody

func (*EndDeviceMeetingResponse) SetHeaders

func (EndDeviceMeetingResponse) String

func (s EndDeviceMeetingResponse) String() string

type EndDeviceMeetingResponseBody

type EndDeviceMeetingResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (EndDeviceMeetingResponseBody) GoString

func (s EndDeviceMeetingResponseBody) GoString() string

func (*EndDeviceMeetingResponseBody) SetErrorCode

func (*EndDeviceMeetingResponseBody) SetMessage

func (*EndDeviceMeetingResponseBody) SetRequestId

func (*EndDeviceMeetingResponseBody) SetSuccess

func (EndDeviceMeetingResponseBody) String

type EndLiveRequest

type EndLiveRequest struct {
	LiveUUID *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
	UserId   *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (EndLiveRequest) GoString

func (s EndLiveRequest) GoString() string

func (*EndLiveRequest) SetLiveUUID

func (s *EndLiveRequest) SetLiveUUID(v string) *EndLiveRequest

func (*EndLiveRequest) SetUserId

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

func (EndLiveRequest) String

func (s EndLiveRequest) String() string

type EndLiveResponse

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

func (EndLiveResponse) GoString

func (s EndLiveResponse) GoString() string

func (*EndLiveResponse) SetBody

func (*EndLiveResponse) SetHeaders

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

func (EndLiveResponse) String

func (s EndLiveResponse) String() string

type EndLiveResponseBody

type EndLiveResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (EndLiveResponseBody) GoString

func (s EndLiveResponseBody) GoString() string

func (*EndLiveResponseBody) SetErrorCode

func (s *EndLiveResponseBody) SetErrorCode(v int32) *EndLiveResponseBody

func (*EndLiveResponseBody) SetMessage

func (*EndLiveResponseBody) SetRequestId

func (s *EndLiveResponseBody) SetRequestId(v string) *EndLiveResponseBody

func (*EndLiveResponseBody) SetSuccess

func (s *EndLiveResponseBody) SetSuccess(v bool) *EndLiveResponseBody

func (EndLiveResponseBody) String

func (s EndLiveResponseBody) String() string

type GetAccountInfoResponse

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

func (GetAccountInfoResponse) GoString

func (s GetAccountInfoResponse) GoString() string

func (*GetAccountInfoResponse) SetBody

func (*GetAccountInfoResponse) SetHeaders

func (GetAccountInfoResponse) String

func (s GetAccountInfoResponse) String() string

type GetAccountInfoResponseBody

type GetAccountInfoResponseBody struct {
	AccountInfo *GetAccountInfoResponseBodyAccountInfo `json:"AccountInfo,omitempty" xml:"AccountInfo,omitempty" type:"Struct"`
	ErrorCode   *int32                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message     *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetAccountInfoResponseBody) GoString

func (s GetAccountInfoResponseBody) GoString() string

func (*GetAccountInfoResponseBody) SetAccountInfo

func (*GetAccountInfoResponseBody) SetErrorCode

func (*GetAccountInfoResponseBody) SetMessage

func (*GetAccountInfoResponseBody) SetRequestId

func (*GetAccountInfoResponseBody) SetSuccess

func (GetAccountInfoResponseBody) String

type GetAccountInfoResponseBodyAccountInfo

type GetAccountInfoResponseBodyAccountInfo struct {
	AccountApplicationMax    *int32 `json:"AccountApplicationMax,omitempty" xml:"AccountApplicationMax,omitempty"`
	AccountApplicationNumber *int32 `json:"AccountApplicationNumber,omitempty" xml:"AccountApplicationNumber,omitempty"`
	AccountConcurrentMax     *int32 `json:"AccountConcurrentMax,omitempty" xml:"AccountConcurrentMax,omitempty"`
}

func (GetAccountInfoResponseBodyAccountInfo) GoString

func (*GetAccountInfoResponseBodyAccountInfo) SetAccountApplicationMax

func (*GetAccountInfoResponseBodyAccountInfo) SetAccountApplicationNumber

func (*GetAccountInfoResponseBodyAccountInfo) SetAccountConcurrentMax

func (GetAccountInfoResponseBodyAccountInfo) String

type GetConferenceConcurrencyStatisticsResponse

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

func (GetConferenceConcurrencyStatisticsResponse) GoString

func (*GetConferenceConcurrencyStatisticsResponse) SetHeaders

func (GetConferenceConcurrencyStatisticsResponse) String

type GetConferenceConcurrencyStatisticsResponseBody

type GetConferenceConcurrencyStatisticsResponseBody struct {
	Data      *GetConferenceConcurrencyStatisticsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                                             `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetConferenceConcurrencyStatisticsResponseBody) GoString

func (*GetConferenceConcurrencyStatisticsResponseBody) SetErrorCode

func (*GetConferenceConcurrencyStatisticsResponseBody) SetMessage

func (*GetConferenceConcurrencyStatisticsResponseBody) SetRequestId

func (*GetConferenceConcurrencyStatisticsResponseBody) SetSuccess

func (GetConferenceConcurrencyStatisticsResponseBody) String

type GetConferenceConcurrencyStatisticsResponseBodyData

type GetConferenceConcurrencyStatisticsResponseBodyData struct {
	BuyConcurrency *int32 `json:"BuyConcurrency,omitempty" xml:"BuyConcurrency,omitempty"`
	CurrentMeeting *int32 `json:"CurrentMeeting,omitempty" xml:"CurrentMeeting,omitempty"`
	UseConcurrency *int32 `json:"UseConcurrency,omitempty" xml:"UseConcurrency,omitempty"`
}

func (GetConferenceConcurrencyStatisticsResponseBodyData) GoString

func (*GetConferenceConcurrencyStatisticsResponseBodyData) SetBuyConcurrency

func (*GetConferenceConcurrencyStatisticsResponseBodyData) SetCurrentMeeting

func (*GetConferenceConcurrencyStatisticsResponseBodyData) SetUseConcurrency

func (GetConferenceConcurrencyStatisticsResponseBodyData) String

type GetDeviceActiveCodeRequest

type GetDeviceActiveCodeRequest struct {
	SN *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (GetDeviceActiveCodeRequest) GoString

func (s GetDeviceActiveCodeRequest) GoString() string

func (*GetDeviceActiveCodeRequest) SetSN

func (GetDeviceActiveCodeRequest) String

type GetDeviceActiveCodeResponse

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

func (GetDeviceActiveCodeResponse) GoString

func (s GetDeviceActiveCodeResponse) GoString() string

func (*GetDeviceActiveCodeResponse) SetBody

func (*GetDeviceActiveCodeResponse) SetHeaders

func (GetDeviceActiveCodeResponse) String

type GetDeviceActiveCodeResponseBody

type GetDeviceActiveCodeResponseBody struct {
	Devices   []*GetDeviceActiveCodeResponseBodyDevices `json:"Devices,omitempty" xml:"Devices,omitempty" type:"Repeated"`
	ErrorCode *int32                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	Success   *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDeviceActiveCodeResponseBody) GoString

func (*GetDeviceActiveCodeResponseBody) SetErrorCode

func (*GetDeviceActiveCodeResponseBody) SetMessage

func (*GetDeviceActiveCodeResponseBody) SetSuccess

func (GetDeviceActiveCodeResponseBody) String

type GetDeviceActiveCodeResponseBodyDevices

type GetDeviceActiveCodeResponseBodyDevices struct {
	ActiveCode      *string `json:"ActiveCode,omitempty" xml:"ActiveCode,omitempty"`
	DeviceErrorCode *int32  `json:"DeviceErrorCode,omitempty" xml:"DeviceErrorCode,omitempty"`
	DeviceMessage   *string `json:"DeviceMessage,omitempty" xml:"DeviceMessage,omitempty"`
	SN              *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (GetDeviceActiveCodeResponseBodyDevices) GoString

func (*GetDeviceActiveCodeResponseBodyDevices) SetActiveCode

func (*GetDeviceActiveCodeResponseBodyDevices) SetDeviceErrorCode

func (*GetDeviceActiveCodeResponseBodyDevices) SetDeviceMessage

func (*GetDeviceActiveCodeResponseBodyDevices) SetSN

func (GetDeviceActiveCodeResponseBodyDevices) String

type GetDeviceInfoRequest

type GetDeviceInfoRequest struct {
	CastScreenCode *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	GroupId        *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Sn             *string `json:"Sn,omitempty" xml:"Sn,omitempty"`
}

func (GetDeviceInfoRequest) GoString

func (s GetDeviceInfoRequest) GoString() string

func (*GetDeviceInfoRequest) SetCastScreenCode

func (s *GetDeviceInfoRequest) SetCastScreenCode(v string) *GetDeviceInfoRequest

func (*GetDeviceInfoRequest) SetGroupId

func (*GetDeviceInfoRequest) SetSn

func (GetDeviceInfoRequest) String

func (s GetDeviceInfoRequest) String() string

type GetDeviceInfoResponse

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

func (GetDeviceInfoResponse) GoString

func (s GetDeviceInfoResponse) GoString() string

func (*GetDeviceInfoResponse) SetBody

func (*GetDeviceInfoResponse) SetHeaders

func (GetDeviceInfoResponse) String

func (s GetDeviceInfoResponse) String() string

type GetDeviceInfoResponseBody

type GetDeviceInfoResponseBody struct {
	Device    *GetDeviceInfoResponseBodyDevice `json:"Device,omitempty" xml:"Device,omitempty" type:"Struct"`
	ErrorCode *int32                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDeviceInfoResponseBody) GoString

func (s GetDeviceInfoResponseBody) GoString() string

func (*GetDeviceInfoResponseBody) SetDevice

func (*GetDeviceInfoResponseBody) SetErrorCode

func (*GetDeviceInfoResponseBody) SetMessage

func (*GetDeviceInfoResponseBody) SetRequestId

func (*GetDeviceInfoResponseBody) SetSuccess

func (GetDeviceInfoResponseBody) String

func (s GetDeviceInfoResponseBody) String() string

type GetDeviceInfoResponseBodyDevice

type GetDeviceInfoResponseBodyDevice struct {
	ActivationCode *string `json:"ActivationCode,omitempty" xml:"ActivationCode,omitempty"`
	CastScreenCode *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	IP             *string `json:"IP,omitempty" xml:"IP,omitempty"`
	Mac            *string `json:"Mac,omitempty" xml:"Mac,omitempty"`
	Port           *string `json:"Port,omitempty" xml:"Port,omitempty"`
	Sn             *string `json:"Sn,omitempty" xml:"Sn,omitempty"`
	Ssid           *string `json:"Ssid,omitempty" xml:"Ssid,omitempty"`
	Status         *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetDeviceInfoResponseBodyDevice) GoString

func (*GetDeviceInfoResponseBodyDevice) SetActivationCode

func (*GetDeviceInfoResponseBodyDevice) SetCastScreenCode

func (*GetDeviceInfoResponseBodyDevice) SetIP

func (*GetDeviceInfoResponseBodyDevice) SetMac

func (*GetDeviceInfoResponseBodyDevice) SetPort

func (*GetDeviceInfoResponseBodyDevice) SetSn

func (*GetDeviceInfoResponseBodyDevice) SetSsid

func (*GetDeviceInfoResponseBodyDevice) SetStatus

func (GetDeviceInfoResponseBodyDevice) String

type GetDeviceListRequest

type GetDeviceListRequest struct {
	CastScreenCode *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	GroupId        *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
}

func (GetDeviceListRequest) GoString

func (s GetDeviceListRequest) GoString() string

func (*GetDeviceListRequest) SetCastScreenCode

func (s *GetDeviceListRequest) SetCastScreenCode(v string) *GetDeviceListRequest

func (*GetDeviceListRequest) SetGroupId

func (GetDeviceListRequest) String

func (s GetDeviceListRequest) String() string

type GetDeviceListResponse

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

func (GetDeviceListResponse) GoString

func (s GetDeviceListResponse) GoString() string

func (*GetDeviceListResponse) SetBody

func (*GetDeviceListResponse) SetHeaders

func (GetDeviceListResponse) String

func (s GetDeviceListResponse) String() string

type GetDeviceListResponseBody

type GetDeviceListResponseBody struct {
	Data      []*GetDeviceListResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	ErrorCode *int32                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDeviceListResponseBody) GoString

func (s GetDeviceListResponseBody) GoString() string

func (*GetDeviceListResponseBody) SetData

func (*GetDeviceListResponseBody) SetErrorCode

func (*GetDeviceListResponseBody) SetMessage

func (*GetDeviceListResponseBody) SetRequestId

func (*GetDeviceListResponseBody) SetSuccess

func (GetDeviceListResponseBody) String

func (s GetDeviceListResponseBody) String() string

type GetDeviceListResponseBodyData

type GetDeviceListResponseBodyData struct {
	ActivationCode *string `json:"ActivationCode,omitempty" xml:"ActivationCode,omitempty"`
	CastScreenCode *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	IP             *string `json:"IP,omitempty" xml:"IP,omitempty"`
	Mac            *string `json:"Mac,omitempty" xml:"Mac,omitempty"`
	Port           *string `json:"Port,omitempty" xml:"Port,omitempty"`
	SN             *string `json:"SN,omitempty" xml:"SN,omitempty"`
	Status         *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetDeviceListResponseBodyData) GoString

func (*GetDeviceListResponseBodyData) SetActivationCode

func (*GetDeviceListResponseBodyData) SetCastScreenCode

func (*GetDeviceListResponseBodyData) SetIP

func (*GetDeviceListResponseBodyData) SetMac

func (*GetDeviceListResponseBodyData) SetPort

func (*GetDeviceListResponseBodyData) SetSN

func (*GetDeviceListResponseBodyData) SetStatus

func (GetDeviceListResponseBodyData) String

type GetDeviceTokenRequest

type GetDeviceTokenRequest struct {
	SN    *string `json:"SN,omitempty" xml:"SN,omitempty"`
	Token *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (GetDeviceTokenRequest) GoString

func (s GetDeviceTokenRequest) GoString() string

func (*GetDeviceTokenRequest) SetSN

func (*GetDeviceTokenRequest) SetToken

func (GetDeviceTokenRequest) String

func (s GetDeviceTokenRequest) String() string

type GetDeviceTokenResponse

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

func (GetDeviceTokenResponse) GoString

func (s GetDeviceTokenResponse) GoString() string

func (*GetDeviceTokenResponse) SetBody

func (*GetDeviceTokenResponse) SetHeaders

func (GetDeviceTokenResponse) String

func (s GetDeviceTokenResponse) String() string

type GetDeviceTokenResponseBody

type GetDeviceTokenResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	Token     *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (GetDeviceTokenResponseBody) GoString

func (s GetDeviceTokenResponseBody) GoString() string

func (*GetDeviceTokenResponseBody) SetErrorCode

func (*GetDeviceTokenResponseBody) SetMessage

func (*GetDeviceTokenResponseBody) SetRequestId

func (*GetDeviceTokenResponseBody) SetSuccess

func (*GetDeviceTokenResponseBody) SetToken

func (GetDeviceTokenResponseBody) String

type GetGrtnTokenResponse

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

func (GetGrtnTokenResponse) GoString

func (s GetGrtnTokenResponse) GoString() string

func (*GetGrtnTokenResponse) SetBody

func (*GetGrtnTokenResponse) SetHeaders

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

func (GetGrtnTokenResponse) String

func (s GetGrtnTokenResponse) String() string

type GetGrtnTokenResponseBody

type GetGrtnTokenResponseBody struct {
	ErrorCode *int64                            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	GrtnInfo  *GetGrtnTokenResponseBodyGrtnInfo `json:"GrtnInfo,omitempty" xml:"GrtnInfo,omitempty" type:"Struct"`
	Message   *string                           `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetGrtnTokenResponseBody) GoString

func (s GetGrtnTokenResponseBody) GoString() string

func (*GetGrtnTokenResponseBody) SetErrorCode

func (*GetGrtnTokenResponseBody) SetGrtnInfo

func (*GetGrtnTokenResponseBody) SetMessage

func (*GetGrtnTokenResponseBody) SetRequestId

func (*GetGrtnTokenResponseBody) SetSuccess

func (GetGrtnTokenResponseBody) String

func (s GetGrtnTokenResponseBody) String() string

type GetGrtnTokenResponseBodyGrtnInfo

type GetGrtnTokenResponseBodyGrtnInfo struct {
	Agent     *string `json:"Agent,omitempty" xml:"Agent,omitempty"`
	AppId     *string `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ChannelId *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	Gslb      *string `json:"Gslb,omitempty" xml:"Gslb,omitempty"`
	Nonce     *string `json:"Nonce,omitempty" xml:"Nonce,omitempty"`
	Timestamp *int64  `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	Token     *string `json:"Token,omitempty" xml:"Token,omitempty"`
	UserId    *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (GetGrtnTokenResponseBodyGrtnInfo) GoString

func (*GetGrtnTokenResponseBodyGrtnInfo) SetAgent

func (*GetGrtnTokenResponseBodyGrtnInfo) SetAppId

func (*GetGrtnTokenResponseBodyGrtnInfo) SetChannelId

func (*GetGrtnTokenResponseBodyGrtnInfo) SetGslb

func (*GetGrtnTokenResponseBodyGrtnInfo) SetNonce

func (*GetGrtnTokenResponseBodyGrtnInfo) SetTimestamp

func (*GetGrtnTokenResponseBodyGrtnInfo) SetToken

func (*GetGrtnTokenResponseBodyGrtnInfo) SetUserId

func (GetGrtnTokenResponseBodyGrtnInfo) String

type GetMeetingConcurrencyRequest

type GetMeetingConcurrencyRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (GetMeetingConcurrencyRequest) GoString

func (s GetMeetingConcurrencyRequest) GoString() string

func (*GetMeetingConcurrencyRequest) SetMeetingUUID

func (GetMeetingConcurrencyRequest) String

type GetMeetingConcurrencyResponse

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

func (GetMeetingConcurrencyResponse) GoString

func (*GetMeetingConcurrencyResponse) SetBody

func (*GetMeetingConcurrencyResponse) SetHeaders

func (GetMeetingConcurrencyResponse) String

type GetMeetingConcurrencyResponseBody

type GetMeetingConcurrencyResponseBody struct {
	Data      *GetMeetingConcurrencyResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMeetingConcurrencyResponseBody) GoString

func (*GetMeetingConcurrencyResponseBody) SetErrorCode

func (*GetMeetingConcurrencyResponseBody) SetMessage

func (*GetMeetingConcurrencyResponseBody) SetRequestId

func (*GetMeetingConcurrencyResponseBody) SetSuccess

func (GetMeetingConcurrencyResponseBody) String

type GetMeetingConcurrencyResponseBodyData

type GetMeetingConcurrencyResponseBodyData struct {
	OfflineCount *int32 `json:"OfflineCount,omitempty" xml:"OfflineCount,omitempty"`
	OnlineCount  *int32 `json:"OnlineCount,omitempty" xml:"OnlineCount,omitempty"`
}

func (GetMeetingConcurrencyResponseBodyData) GoString

func (*GetMeetingConcurrencyResponseBodyData) SetOfflineCount

func (*GetMeetingConcurrencyResponseBodyData) SetOnlineCount

func (GetMeetingConcurrencyResponseBodyData) String

type GetMeetingInternationalRequest

type GetMeetingInternationalRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (GetMeetingInternationalRequest) GoString

func (*GetMeetingInternationalRequest) SetMeetingUUID

func (GetMeetingInternationalRequest) String

type GetMeetingInternationalResponse

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

func (GetMeetingInternationalResponse) GoString

func (*GetMeetingInternationalResponse) SetHeaders

func (GetMeetingInternationalResponse) String

type GetMeetingInternationalResponseBody

type GetMeetingInternationalResponseBody struct {
	ErrorCode   *int32                                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *GetMeetingInternationalResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMeetingInternationalResponseBody) GoString

func (*GetMeetingInternationalResponseBody) SetErrorCode

func (*GetMeetingInternationalResponseBody) SetMessage

func (*GetMeetingInternationalResponseBody) SetRequestId

func (*GetMeetingInternationalResponseBody) SetSuccess

func (GetMeetingInternationalResponseBody) String

type GetMeetingInternationalResponseBodyMeetingInfo

type GetMeetingInternationalResponseBodyMeetingInfo struct {
	CreateTime  *int64                                                      `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	MeetingCode *string                                                     `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingName *string                                                     `json:"MeetingName,omitempty" xml:"MeetingName,omitempty"`
	MeetingUUID *string                                                     `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberList  []*GetMeetingInternationalResponseBodyMeetingInfoMemberList `json:"MemberList,omitempty" xml:"MemberList,omitempty" type:"Repeated"`
	Password    *string                                                     `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId      *string                                                     `json:"UserId,omitempty" xml:"UserId,omitempty"`
	ValidTime   *int64                                                      `json:"ValidTime,omitempty" xml:"ValidTime,omitempty"`
}

func (GetMeetingInternationalResponseBodyMeetingInfo) GoString

func (*GetMeetingInternationalResponseBodyMeetingInfo) SetCreateTime

func (*GetMeetingInternationalResponseBodyMeetingInfo) SetMeetingCode

func (*GetMeetingInternationalResponseBodyMeetingInfo) SetMeetingName

func (*GetMeetingInternationalResponseBodyMeetingInfo) SetMeetingUUID

func (*GetMeetingInternationalResponseBodyMeetingInfo) SetPassword

func (*GetMeetingInternationalResponseBodyMeetingInfo) SetUserId

func (*GetMeetingInternationalResponseBodyMeetingInfo) SetValidTime

func (GetMeetingInternationalResponseBodyMeetingInfo) String

type GetMeetingInternationalResponseBodyMeetingInfoMemberList

type GetMeetingInternationalResponseBodyMeetingInfoMemberList struct {
	MemberUUID    *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
	UserAvatarUrl *string `json:"UserAvatarUrl,omitempty" xml:"UserAvatarUrl,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName      *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetMeetingInternationalResponseBodyMeetingInfoMemberList) GoString

func (*GetMeetingInternationalResponseBodyMeetingInfoMemberList) SetMemberUUID

func (*GetMeetingInternationalResponseBodyMeetingInfoMemberList) SetStatus

func (*GetMeetingInternationalResponseBodyMeetingInfoMemberList) SetUserAvatarUrl

func (*GetMeetingInternationalResponseBodyMeetingInfoMemberList) SetUserId

func (*GetMeetingInternationalResponseBodyMeetingInfoMemberList) SetUserName

func (GetMeetingInternationalResponseBodyMeetingInfoMemberList) String

type GetMeetingMemberRequest

type GetMeetingMemberRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (GetMeetingMemberRequest) GoString

func (s GetMeetingMemberRequest) GoString() string

func (*GetMeetingMemberRequest) SetMeetingUUID

func (GetMeetingMemberRequest) String

func (s GetMeetingMemberRequest) String() string

type GetMeetingMemberResponse

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

func (GetMeetingMemberResponse) GoString

func (s GetMeetingMemberResponse) GoString() string

func (*GetMeetingMemberResponse) SetBody

func (*GetMeetingMemberResponse) SetHeaders

func (GetMeetingMemberResponse) String

func (s GetMeetingMemberResponse) String() string

type GetMeetingMemberResponseBody

type GetMeetingMemberResponseBody struct {
	ErrorCode *int32                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Members   map[string]interface{} `json:"Members,omitempty" xml:"Members,omitempty"`
	Message   *string                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMeetingMemberResponseBody) GoString

func (s GetMeetingMemberResponseBody) GoString() string

func (*GetMeetingMemberResponseBody) SetErrorCode

func (*GetMeetingMemberResponseBody) SetMembers

func (s *GetMeetingMemberResponseBody) SetMembers(v map[string]interface{}) *GetMeetingMemberResponseBody

func (*GetMeetingMemberResponseBody) SetMessage

func (*GetMeetingMemberResponseBody) SetRequestId

func (*GetMeetingMemberResponseBody) SetSuccess

func (GetMeetingMemberResponseBody) String

type GetMeetingRequest

type GetMeetingRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (GetMeetingRequest) GoString

func (s GetMeetingRequest) GoString() string

func (*GetMeetingRequest) SetMeetingUUID

func (s *GetMeetingRequest) SetMeetingUUID(v string) *GetMeetingRequest

func (GetMeetingRequest) String

func (s GetMeetingRequest) String() string

type GetMeetingResponse

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

func (GetMeetingResponse) GoString

func (s GetMeetingResponse) GoString() string

func (*GetMeetingResponse) SetBody

func (*GetMeetingResponse) SetHeaders

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

func (GetMeetingResponse) String

func (s GetMeetingResponse) String() string

type GetMeetingResponseBody

type GetMeetingResponseBody struct {
	ErrorCode   *int32                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *GetMeetingResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMeetingResponseBody) GoString

func (s GetMeetingResponseBody) GoString() string

func (*GetMeetingResponseBody) SetErrorCode

func (*GetMeetingResponseBody) SetMeetingInfo

func (*GetMeetingResponseBody) SetMessage

func (*GetMeetingResponseBody) SetRequestId

func (*GetMeetingResponseBody) SetSuccess

func (GetMeetingResponseBody) String

func (s GetMeetingResponseBody) String() string

type GetMeetingResponseBodyMeetingInfo

type GetMeetingResponseBodyMeetingInfo struct {
	CreateTime  *int64                                         `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	MeetingCode *string                                        `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingName *string                                        `json:"MeetingName,omitempty" xml:"MeetingName,omitempty"`
	MeetingUUID *string                                        `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberList  []*GetMeetingResponseBodyMeetingInfoMemberList `json:"MemberList,omitempty" xml:"MemberList,omitempty" type:"Repeated"`
	Password    *string                                        `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId      *string                                        `json:"UserId,omitempty" xml:"UserId,omitempty"`
	ValidTime   *int64                                         `json:"ValidTime,omitempty" xml:"ValidTime,omitempty"`
}

func (GetMeetingResponseBodyMeetingInfo) GoString

func (*GetMeetingResponseBodyMeetingInfo) SetCreateTime

func (*GetMeetingResponseBodyMeetingInfo) SetMeetingCode

func (*GetMeetingResponseBodyMeetingInfo) SetMeetingName

func (*GetMeetingResponseBodyMeetingInfo) SetMeetingUUID

func (*GetMeetingResponseBodyMeetingInfo) SetPassword

func (*GetMeetingResponseBodyMeetingInfo) SetUserId

func (*GetMeetingResponseBodyMeetingInfo) SetValidTime

func (GetMeetingResponseBodyMeetingInfo) String

type GetMeetingResponseBodyMeetingInfoMemberList

type GetMeetingResponseBodyMeetingInfoMemberList struct {
	MemberUUID    *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
	UserAvatarUrl *string `json:"UserAvatarUrl,omitempty" xml:"UserAvatarUrl,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName      *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (GetMeetingResponseBodyMeetingInfoMemberList) GoString

func (*GetMeetingResponseBodyMeetingInfoMemberList) SetMemberUUID

func (*GetMeetingResponseBodyMeetingInfoMemberList) SetStatus

func (*GetMeetingResponseBodyMeetingInfoMemberList) SetUserAvatarUrl

func (*GetMeetingResponseBodyMeetingInfoMemberList) SetUserId

func (*GetMeetingResponseBodyMeetingInfoMemberList) SetUserName

func (GetMeetingResponseBodyMeetingInfoMemberList) String

type GetMemberStatusRequest

type GetMemberStatusRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (GetMemberStatusRequest) GoString

func (s GetMemberStatusRequest) GoString() string

func (*GetMemberStatusRequest) SetMeetingUUID

func (*GetMemberStatusRequest) SetUserId

func (GetMemberStatusRequest) String

func (s GetMemberStatusRequest) String() string

type GetMemberStatusResponse

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

func (GetMemberStatusResponse) GoString

func (s GetMemberStatusResponse) GoString() string

func (*GetMemberStatusResponse) SetBody

func (*GetMemberStatusResponse) SetHeaders

func (GetMemberStatusResponse) String

func (s GetMemberStatusResponse) String() string

type GetMemberStatusResponseBody

type GetMemberStatusResponseBody struct {
	ErrorCode *int64  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMemberStatusResponseBody) GoString

func (s GetMemberStatusResponseBody) GoString() string

func (*GetMemberStatusResponseBody) SetErrorCode

func (*GetMemberStatusResponseBody) SetMessage

func (*GetMemberStatusResponseBody) SetRequestId

func (*GetMemberStatusResponseBody) SetStatus

func (*GetMemberStatusResponseBody) SetSuccess

func (GetMemberStatusResponseBody) String

type GetScreenVerificationCodeRequest

type GetScreenVerificationCodeRequest struct {
	CastScreenCode *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
}

func (GetScreenVerificationCodeRequest) GoString

func (*GetScreenVerificationCodeRequest) SetCastScreenCode

func (GetScreenVerificationCodeRequest) String

type GetScreenVerificationCodeResponse

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

func (GetScreenVerificationCodeResponse) GoString

func (*GetScreenVerificationCodeResponse) SetHeaders

func (GetScreenVerificationCodeResponse) String

type GetScreenVerificationCodeResponseBody

type GetScreenVerificationCodeResponseBody struct {
	ErrorCode              *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message                *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId              *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ScreenVerificationCode *string `json:"ScreenVerificationCode,omitempty" xml:"ScreenVerificationCode,omitempty"`
	Success                *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetScreenVerificationCodeResponseBody) GoString

func (*GetScreenVerificationCodeResponseBody) SetErrorCode

func (*GetScreenVerificationCodeResponseBody) SetMessage

func (*GetScreenVerificationCodeResponseBody) SetRequestId

func (*GetScreenVerificationCodeResponseBody) SetScreenVerificationCode

func (*GetScreenVerificationCodeResponseBody) SetSuccess

func (GetScreenVerificationCodeResponseBody) String

type GetStatisticRequest

type GetStatisticRequest struct {
	EndTime   *int64 `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	StartTime *int64 `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetStatisticRequest) GoString

func (s GetStatisticRequest) GoString() string

func (*GetStatisticRequest) SetEndTime

func (s *GetStatisticRequest) SetEndTime(v int64) *GetStatisticRequest

func (*GetStatisticRequest) SetStartTime

func (s *GetStatisticRequest) SetStartTime(v int64) *GetStatisticRequest

func (GetStatisticRequest) String

func (s GetStatisticRequest) String() string

type GetStatisticResponse

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

func (GetStatisticResponse) GoString

func (s GetStatisticResponse) GoString() string

func (*GetStatisticResponse) SetBody

func (*GetStatisticResponse) SetHeaders

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

func (GetStatisticResponse) String

func (s GetStatisticResponse) String() string

type GetStatisticResponseBody

type GetStatisticResponseBody struct {
	ErrorCode     *int32                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message       *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId     *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StatisticInfo *GetStatisticResponseBodyStatisticInfo `json:"StatisticInfo,omitempty" xml:"StatisticInfo,omitempty" type:"Struct"`
	Success       *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetStatisticResponseBody) GoString

func (s GetStatisticResponseBody) GoString() string

func (*GetStatisticResponseBody) SetErrorCode

func (*GetStatisticResponseBody) SetMessage

func (*GetStatisticResponseBody) SetRequestId

func (*GetStatisticResponseBody) SetStatisticInfo

func (*GetStatisticResponseBody) SetSuccess

func (GetStatisticResponseBody) String

func (s GetStatisticResponseBody) String() string

type GetStatisticResponseBodyStatisticInfo

type GetStatisticResponseBodyStatisticInfo struct {
	MaxConcurrency  *int64 `json:"MaxConcurrency,omitempty" xml:"MaxConcurrency,omitempty"`
	MeetingDuration *int64 `json:"MeetingDuration,omitempty" xml:"MeetingDuration,omitempty"`
	MeetingNumber   *int64 `json:"MeetingNumber,omitempty" xml:"MeetingNumber,omitempty"`
	MemberNumber    *int64 `json:"MemberNumber,omitempty" xml:"MemberNumber,omitempty"`
}

func (GetStatisticResponseBodyStatisticInfo) GoString

func (*GetStatisticResponseBodyStatisticInfo) SetMaxConcurrency

func (*GetStatisticResponseBodyStatisticInfo) SetMeetingDuration

func (*GetStatisticResponseBodyStatisticInfo) SetMeetingNumber

func (*GetStatisticResponseBodyStatisticInfo) SetMemberNumber

func (GetStatisticResponseBodyStatisticInfo) String

type GetUserRequest

type GetUserRequest struct {
	UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (GetUserRequest) GoString

func (s GetUserRequest) GoString() string

func (*GetUserRequest) SetUserId

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

func (GetUserRequest) String

func (s GetUserRequest) String() string

type GetUserResponse

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

func (GetUserResponse) GoString

func (s GetUserResponse) GoString() string

func (*GetUserResponse) SetBody

func (*GetUserResponse) SetHeaders

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

func (GetUserResponse) String

func (s GetUserResponse) String() string

type GetUserResponseBody

type GetUserResponseBody struct {
	ErrorCode *int32                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                        `json:"Success,omitempty" xml:"Success,omitempty"`
	UserInfo  *GetUserResponseBodyUserInfo `json:"UserInfo,omitempty" xml:"UserInfo,omitempty" type:"Struct"`
}

func (GetUserResponseBody) GoString

func (s GetUserResponseBody) GoString() string

func (*GetUserResponseBody) SetErrorCode

func (s *GetUserResponseBody) SetErrorCode(v int32) *GetUserResponseBody

func (*GetUserResponseBody) SetMessage

func (*GetUserResponseBody) SetRequestId

func (s *GetUserResponseBody) SetRequestId(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetSuccess

func (s *GetUserResponseBody) SetSuccess(v bool) *GetUserResponseBody

func (*GetUserResponseBody) SetUserInfo

func (GetUserResponseBody) String

func (s GetUserResponseBody) String() string

type GetUserResponseBodyUserInfo

type GetUserResponseBodyUserInfo struct {
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DepartId      *string `json:"DepartId,omitempty" xml:"DepartId,omitempty"`
	DepartName    *string `json:"DepartName,omitempty" xml:"DepartName,omitempty"`
	GroupId       *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName     *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	JobName       *string `json:"JobName,omitempty" xml:"JobName,omitempty"`
	UserAvatarUrl *string `json:"UserAvatarUrl,omitempty" xml:"UserAvatarUrl,omitempty"`
	UserEmail     *string `json:"UserEmail,omitempty" xml:"UserEmail,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserMobile    *string `json:"UserMobile,omitempty" xml:"UserMobile,omitempty"`
	UserName      *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
	UserTel       *string `json:"UserTel,omitempty" xml:"UserTel,omitempty"`
}

func (GetUserResponseBodyUserInfo) GoString

func (s GetUserResponseBodyUserInfo) GoString() string

func (*GetUserResponseBodyUserInfo) SetCreateTime

func (*GetUserResponseBodyUserInfo) SetDepartId

func (*GetUserResponseBodyUserInfo) SetDepartName

func (*GetUserResponseBodyUserInfo) SetGroupId

func (*GetUserResponseBodyUserInfo) SetGroupName

func (*GetUserResponseBodyUserInfo) SetJobName

func (*GetUserResponseBodyUserInfo) SetUserAvatarUrl

func (*GetUserResponseBodyUserInfo) SetUserEmail

func (*GetUserResponseBodyUserInfo) SetUserId

func (*GetUserResponseBodyUserInfo) SetUserMobile

func (*GetUserResponseBodyUserInfo) SetUserName

func (*GetUserResponseBodyUserInfo) SetUserTel

func (GetUserResponseBodyUserInfo) String

type GetWebSocketTokenRequest

type GetWebSocketTokenRequest struct {
	OldToken  *string `json:"OldToken,omitempty" xml:"OldToken,omitempty"`
	SessionId *string `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
}

func (GetWebSocketTokenRequest) GoString

func (s GetWebSocketTokenRequest) GoString() string

func (*GetWebSocketTokenRequest) SetOldToken

func (*GetWebSocketTokenRequest) SetSessionId

func (GetWebSocketTokenRequest) String

func (s GetWebSocketTokenRequest) String() string

type GetWebSocketTokenResponse

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

func (GetWebSocketTokenResponse) GoString

func (s GetWebSocketTokenResponse) GoString() string

func (*GetWebSocketTokenResponse) SetBody

func (*GetWebSocketTokenResponse) SetHeaders

func (GetWebSocketTokenResponse) String

func (s GetWebSocketTokenResponse) String() string

type GetWebSocketTokenResponseBody

type GetWebSocketTokenResponseBody struct {
	Data      *GetWebSocketTokenResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetWebSocketTokenResponseBody) GoString

func (*GetWebSocketTokenResponseBody) SetData

func (*GetWebSocketTokenResponseBody) SetErrorCode

func (*GetWebSocketTokenResponseBody) SetMessage

func (*GetWebSocketTokenResponseBody) SetRequestId

func (*GetWebSocketTokenResponseBody) SetSuccess

func (GetWebSocketTokenResponseBody) String

type GetWebSocketTokenResponseBodyData

type GetWebSocketTokenResponseBodyData struct {
	AuthWsUrl         *string `json:"AuthWsUrl,omitempty" xml:"AuthWsUrl,omitempty"`
	Token             *string `json:"Token,omitempty" xml:"Token,omitempty"`
	WsOuterReConnTime *string `json:"WsOuterReConnTime,omitempty" xml:"WsOuterReConnTime,omitempty"`
}

func (GetWebSocketTokenResponseBodyData) GoString

func (*GetWebSocketTokenResponseBodyData) SetAuthWsUrl

func (*GetWebSocketTokenResponseBodyData) SetToken

func (*GetWebSocketTokenResponseBodyData) SetWsOuterReConnTime

func (GetWebSocketTokenResponseBodyData) String

type InviteUserRequest

type InviteUserRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	UserIds     *string `json:"UserIds,omitempty" xml:"UserIds,omitempty"`
}

func (InviteUserRequest) GoString

func (s InviteUserRequest) GoString() string

func (*InviteUserRequest) SetMeetingUUID

func (s *InviteUserRequest) SetMeetingUUID(v string) *InviteUserRequest

func (*InviteUserRequest) SetUserIds

func (s *InviteUserRequest) SetUserIds(v string) *InviteUserRequest

func (InviteUserRequest) String

func (s InviteUserRequest) String() string

type InviteUserResponse

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

func (InviteUserResponse) GoString

func (s InviteUserResponse) GoString() string

func (*InviteUserResponse) SetBody

func (*InviteUserResponse) SetHeaders

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

func (InviteUserResponse) String

func (s InviteUserResponse) String() string

type InviteUserResponseBody

type InviteUserResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (InviteUserResponseBody) GoString

func (s InviteUserResponseBody) GoString() string

func (*InviteUserResponseBody) SetErrorCode

func (*InviteUserResponseBody) SetMessage

func (*InviteUserResponseBody) SetRequestId

func (*InviteUserResponseBody) SetSuccess

func (InviteUserResponseBody) String

func (s InviteUserResponseBody) String() string

type JoinDeviceMeetingRequest

type JoinDeviceMeetingRequest struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	Password    *string `json:"Password,omitempty" xml:"Password,omitempty"`
	SN          *string `json:"SN,omitempty" xml:"SN,omitempty"`
	Token       *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (JoinDeviceMeetingRequest) GoString

func (s JoinDeviceMeetingRequest) GoString() string

func (*JoinDeviceMeetingRequest) SetMeetingCode

func (*JoinDeviceMeetingRequest) SetPassword

func (*JoinDeviceMeetingRequest) SetSN

func (*JoinDeviceMeetingRequest) SetToken

func (JoinDeviceMeetingRequest) String

func (s JoinDeviceMeetingRequest) String() string

type JoinDeviceMeetingResponse

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

func (JoinDeviceMeetingResponse) GoString

func (s JoinDeviceMeetingResponse) GoString() string

func (*JoinDeviceMeetingResponse) SetBody

func (*JoinDeviceMeetingResponse) SetHeaders

func (JoinDeviceMeetingResponse) String

func (s JoinDeviceMeetingResponse) String() string

type JoinDeviceMeetingResponseBody

type JoinDeviceMeetingResponseBody struct {
	Device    *JoinDeviceMeetingResponseBodyDevice `json:"Device,omitempty" xml:"Device,omitempty" type:"Struct"`
	ErrorCode *int32                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (JoinDeviceMeetingResponseBody) GoString

func (*JoinDeviceMeetingResponseBody) SetErrorCode

func (*JoinDeviceMeetingResponseBody) SetMessage

func (*JoinDeviceMeetingResponseBody) SetRequestId

func (*JoinDeviceMeetingResponseBody) SetSuccess

func (JoinDeviceMeetingResponseBody) String

type JoinDeviceMeetingResponseBodyDevice

type JoinDeviceMeetingResponseBodyDevice struct {
	ClientAppId   *string                                     `json:"ClientAppId,omitempty" xml:"ClientAppId,omitempty"`
	MeetingAppId  *string                                     `json:"MeetingAppId,omitempty" xml:"MeetingAppId,omitempty"`
	MeetingCode   *string                                     `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingDomain *string                                     `json:"MeetingDomain,omitempty" xml:"MeetingDomain,omitempty"`
	MeetingToken  *string                                     `json:"MeetingToken,omitempty" xml:"MeetingToken,omitempty"`
	MeetingUUID   *string                                     `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberUUID    *string                                     `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	SlsInfo       *JoinDeviceMeetingResponseBodyDeviceSlsInfo `json:"SlsInfo,omitempty" xml:"SlsInfo,omitempty" type:"Struct"`
}

func (JoinDeviceMeetingResponseBodyDevice) GoString

func (*JoinDeviceMeetingResponseBodyDevice) SetClientAppId

func (*JoinDeviceMeetingResponseBodyDevice) SetMeetingAppId

func (*JoinDeviceMeetingResponseBodyDevice) SetMeetingCode

func (*JoinDeviceMeetingResponseBodyDevice) SetMeetingDomain

func (*JoinDeviceMeetingResponseBodyDevice) SetMeetingToken

func (*JoinDeviceMeetingResponseBodyDevice) SetMeetingUUID

func (*JoinDeviceMeetingResponseBodyDevice) SetMemberUUID

func (JoinDeviceMeetingResponseBodyDevice) String

type JoinDeviceMeetingResponseBodyDeviceSlsInfo

type JoinDeviceMeetingResponseBodyDeviceSlsInfo struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	Logstore           *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (JoinDeviceMeetingResponseBodyDeviceSlsInfo) GoString

func (*JoinDeviceMeetingResponseBodyDeviceSlsInfo) SetLogServiceEndpoint

func (*JoinDeviceMeetingResponseBodyDeviceSlsInfo) SetLogstore

func (*JoinDeviceMeetingResponseBodyDeviceSlsInfo) SetProject

func (JoinDeviceMeetingResponseBodyDeviceSlsInfo) String

type JoinLiveRequest

type JoinLiveRequest struct {
	LiveUUID *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
	Password *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId   *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (JoinLiveRequest) GoString

func (s JoinLiveRequest) GoString() string

func (*JoinLiveRequest) SetLiveUUID

func (s *JoinLiveRequest) SetLiveUUID(v string) *JoinLiveRequest

func (*JoinLiveRequest) SetPassword

func (s *JoinLiveRequest) SetPassword(v string) *JoinLiveRequest

func (*JoinLiveRequest) SetUserId

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

func (JoinLiveRequest) String

func (s JoinLiveRequest) String() string

type JoinLiveResponse

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

func (JoinLiveResponse) GoString

func (s JoinLiveResponse) GoString() string

func (*JoinLiveResponse) SetBody

func (*JoinLiveResponse) SetHeaders

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

func (JoinLiveResponse) String

func (s JoinLiveResponse) String() string

type JoinLiveResponseBody

type JoinLiveResponseBody struct {
	ErrorCode   *int32                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *JoinLiveResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (JoinLiveResponseBody) GoString

func (s JoinLiveResponseBody) GoString() string

func (*JoinLiveResponseBody) SetErrorCode

func (s *JoinLiveResponseBody) SetErrorCode(v int32) *JoinLiveResponseBody

func (*JoinLiveResponseBody) SetMeetingInfo

func (*JoinLiveResponseBody) SetMessage

func (*JoinLiveResponseBody) SetRequestId

func (s *JoinLiveResponseBody) SetRequestId(v string) *JoinLiveResponseBody

func (*JoinLiveResponseBody) SetSuccess

func (JoinLiveResponseBody) String

func (s JoinLiveResponseBody) String() string

type JoinLiveResponseBodyMeetingInfo

type JoinLiveResponseBodyMeetingInfo struct {
	ClientAppId   *string                                 `json:"ClientAppId,omitempty" xml:"ClientAppId,omitempty"`
	MeetingAppId  *string                                 `json:"MeetingAppId,omitempty" xml:"MeetingAppId,omitempty"`
	MeetingCode   *string                                 `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingDomain *string                                 `json:"MeetingDomain,omitempty" xml:"MeetingDomain,omitempty"`
	MeetingToken  *string                                 `json:"MeetingToken,omitempty" xml:"MeetingToken,omitempty"`
	MeetingUUID   *string                                 `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberUUID    *string                                 `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	SlsInfo       *JoinLiveResponseBodyMeetingInfoSlsInfo `json:"SlsInfo,omitempty" xml:"SlsInfo,omitempty" type:"Struct"`
}

func (JoinLiveResponseBodyMeetingInfo) GoString

func (*JoinLiveResponseBodyMeetingInfo) SetClientAppId

func (*JoinLiveResponseBodyMeetingInfo) SetMeetingAppId

func (*JoinLiveResponseBodyMeetingInfo) SetMeetingCode

func (*JoinLiveResponseBodyMeetingInfo) SetMeetingDomain

func (*JoinLiveResponseBodyMeetingInfo) SetMeetingToken

func (*JoinLiveResponseBodyMeetingInfo) SetMeetingUUID

func (*JoinLiveResponseBodyMeetingInfo) SetMemberUUID

func (JoinLiveResponseBodyMeetingInfo) String

type JoinLiveResponseBodyMeetingInfoSlsInfo

type JoinLiveResponseBodyMeetingInfoSlsInfo struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	Logstore           *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (JoinLiveResponseBodyMeetingInfoSlsInfo) GoString

func (*JoinLiveResponseBodyMeetingInfoSlsInfo) SetLogServiceEndpoint

func (*JoinLiveResponseBodyMeetingInfoSlsInfo) SetLogstore

func (*JoinLiveResponseBodyMeetingInfoSlsInfo) SetProject

func (JoinLiveResponseBodyMeetingInfoSlsInfo) String

type JoinMeetingInternationalRequest

type JoinMeetingInternationalRequest struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	Password    *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (JoinMeetingInternationalRequest) GoString

func (*JoinMeetingInternationalRequest) SetMeetingCode

func (*JoinMeetingInternationalRequest) SetPassword

func (*JoinMeetingInternationalRequest) SetUserId

func (JoinMeetingInternationalRequest) String

type JoinMeetingInternationalResponse

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

func (JoinMeetingInternationalResponse) GoString

func (*JoinMeetingInternationalResponse) SetHeaders

func (JoinMeetingInternationalResponse) String

type JoinMeetingInternationalResponseBody

type JoinMeetingInternationalResponseBody struct {
	ErrorCode   *int32                                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *JoinMeetingInternationalResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (JoinMeetingInternationalResponseBody) GoString

func (*JoinMeetingInternationalResponseBody) SetErrorCode

func (*JoinMeetingInternationalResponseBody) SetMessage

func (*JoinMeetingInternationalResponseBody) SetRequestId

func (*JoinMeetingInternationalResponseBody) SetSuccess

func (JoinMeetingInternationalResponseBody) String

type JoinMeetingInternationalResponseBodyMeetingInfo

type JoinMeetingInternationalResponseBodyMeetingInfo struct {
	ClientAppId   *string                                                 `json:"ClientAppId,omitempty" xml:"ClientAppId,omitempty"`
	MeetingAppId  *string                                                 `json:"MeetingAppId,omitempty" xml:"MeetingAppId,omitempty"`
	MeetingCode   *string                                                 `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingDomain *string                                                 `json:"MeetingDomain,omitempty" xml:"MeetingDomain,omitempty"`
	MeetingToken  *string                                                 `json:"MeetingToken,omitempty" xml:"MeetingToken,omitempty"`
	MeetingUUID   *string                                                 `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberUUID    *string                                                 `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	SlsInfo       *JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo `json:"SlsInfo,omitempty" xml:"SlsInfo,omitempty" type:"Struct"`
}

func (JoinMeetingInternationalResponseBodyMeetingInfo) GoString

func (*JoinMeetingInternationalResponseBodyMeetingInfo) SetClientAppId

func (*JoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingAppId

func (*JoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingCode

func (*JoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingDomain

func (*JoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingToken

func (*JoinMeetingInternationalResponseBodyMeetingInfo) SetMeetingUUID

func (*JoinMeetingInternationalResponseBodyMeetingInfo) SetMemberUUID

func (JoinMeetingInternationalResponseBodyMeetingInfo) String

type JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo

type JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	Logstore           *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) GoString

func (*JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) SetLogServiceEndpoint

func (*JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) SetLogstore

func (*JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) SetProject

func (JoinMeetingInternationalResponseBodyMeetingInfoSlsInfo) String

type JoinMeetingRequest

type JoinMeetingRequest struct {
	MeetingCode *string `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	Password    *string `json:"Password,omitempty" xml:"Password,omitempty"`
	RtcEngine   *string `json:"RtcEngine,omitempty" xml:"RtcEngine,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (JoinMeetingRequest) GoString

func (s JoinMeetingRequest) GoString() string

func (*JoinMeetingRequest) SetMeetingCode

func (s *JoinMeetingRequest) SetMeetingCode(v string) *JoinMeetingRequest

func (*JoinMeetingRequest) SetPassword

func (s *JoinMeetingRequest) SetPassword(v string) *JoinMeetingRequest

func (*JoinMeetingRequest) SetRtcEngine

func (s *JoinMeetingRequest) SetRtcEngine(v string) *JoinMeetingRequest

func (*JoinMeetingRequest) SetUserId

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

func (JoinMeetingRequest) String

func (s JoinMeetingRequest) String() string

type JoinMeetingResponse

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

func (JoinMeetingResponse) GoString

func (s JoinMeetingResponse) GoString() string

func (*JoinMeetingResponse) SetBody

func (*JoinMeetingResponse) SetHeaders

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

func (JoinMeetingResponse) String

func (s JoinMeetingResponse) String() string

type JoinMeetingResponseBody

type JoinMeetingResponseBody struct {
	ErrorCode   *int64                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *JoinMeetingResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                             `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (JoinMeetingResponseBody) GoString

func (s JoinMeetingResponseBody) GoString() string

func (*JoinMeetingResponseBody) SetErrorCode

func (*JoinMeetingResponseBody) SetMeetingInfo

func (*JoinMeetingResponseBody) SetMessage

func (*JoinMeetingResponseBody) SetRequestId

func (*JoinMeetingResponseBody) SetSuccess

func (JoinMeetingResponseBody) String

func (s JoinMeetingResponseBody) String() string

type JoinMeetingResponseBodyMeetingInfo

type JoinMeetingResponseBodyMeetingInfo struct {
	ClientAppId   *string                                     `json:"ClientAppId,omitempty" xml:"ClientAppId,omitempty"`
	GrtnInfo      *JoinMeetingResponseBodyMeetingInfoGrtnInfo `json:"GrtnInfo,omitempty" xml:"GrtnInfo,omitempty" type:"Struct"`
	MeetingAppId  *string                                     `json:"MeetingAppId,omitempty" xml:"MeetingAppId,omitempty"`
	MeetingCode   *string                                     `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingDomain *string                                     `json:"MeetingDomain,omitempty" xml:"MeetingDomain,omitempty"`
	MeetingToken  *string                                     `json:"MeetingToken,omitempty" xml:"MeetingToken,omitempty"`
	MeetingUUID   *string                                     `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberUUID    *string                                     `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	SlsInfo       *JoinMeetingResponseBodyMeetingInfoSlsInfo  `json:"SlsInfo,omitempty" xml:"SlsInfo,omitempty" type:"Struct"`
}

func (JoinMeetingResponseBodyMeetingInfo) GoString

func (*JoinMeetingResponseBodyMeetingInfo) SetClientAppId

func (*JoinMeetingResponseBodyMeetingInfo) SetMeetingAppId

func (*JoinMeetingResponseBodyMeetingInfo) SetMeetingCode

func (*JoinMeetingResponseBodyMeetingInfo) SetMeetingDomain

func (*JoinMeetingResponseBodyMeetingInfo) SetMeetingToken

func (*JoinMeetingResponseBodyMeetingInfo) SetMeetingUUID

func (*JoinMeetingResponseBodyMeetingInfo) SetMemberUUID

func (JoinMeetingResponseBodyMeetingInfo) String

type JoinMeetingResponseBodyMeetingInfoGrtnInfo

type JoinMeetingResponseBodyMeetingInfoGrtnInfo struct {
	Agent     *string   `json:"Agent,omitempty" xml:"Agent,omitempty"`
	AppId     *string   `json:"AppId,omitempty" xml:"AppId,omitempty"`
	ChannelId *int64    `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	Gslb      []*string `json:"Gslb,omitempty" xml:"Gslb,omitempty" type:"Repeated"`
	Nonce     *string   `json:"Nonce,omitempty" xml:"Nonce,omitempty"`
	Timestamp *int64    `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	Token     *string   `json:"Token,omitempty" xml:"Token,omitempty"`
	UserId    *string   `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (JoinMeetingResponseBodyMeetingInfoGrtnInfo) GoString

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetAgent

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetAppId

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetChannelId

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetGslb

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetNonce

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetTimestamp

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetToken

func (*JoinMeetingResponseBodyMeetingInfoGrtnInfo) SetUserId

func (JoinMeetingResponseBodyMeetingInfoGrtnInfo) String

type JoinMeetingResponseBodyMeetingInfoSlsInfo

type JoinMeetingResponseBodyMeetingInfoSlsInfo struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	Logstore           *string `json:"Logstore,omitempty" xml:"Logstore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (JoinMeetingResponseBodyMeetingInfoSlsInfo) GoString

func (*JoinMeetingResponseBodyMeetingInfoSlsInfo) SetLogServiceEndpoint

func (*JoinMeetingResponseBodyMeetingInfoSlsInfo) SetLogstore

func (*JoinMeetingResponseBodyMeetingInfoSlsInfo) SetProject

func (JoinMeetingResponseBodyMeetingInfoSlsInfo) String

type ListConferenceDevicesRequest

type ListConferenceDevicesRequest struct {
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (ListConferenceDevicesRequest) GoString

func (s ListConferenceDevicesRequest) GoString() string

func (*ListConferenceDevicesRequest) SetPageNumber

func (*ListConferenceDevicesRequest) SetPageSize

func (*ListConferenceDevicesRequest) SetSerialNumber

func (ListConferenceDevicesRequest) String

type ListConferenceDevicesResponse

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

func (ListConferenceDevicesResponse) GoString

func (*ListConferenceDevicesResponse) SetBody

func (*ListConferenceDevicesResponse) SetHeaders

func (ListConferenceDevicesResponse) String

type ListConferenceDevicesResponseBody

type ListConferenceDevicesResponseBody struct {
	ConferencesDatas *ListConferenceDevicesResponseBodyConferencesDatas `json:"ConferencesDatas,omitempty" xml:"ConferencesDatas,omitempty" type:"Struct"`
	ErrorCode        *int32                                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message          *string                                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId        *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListConferenceDevicesResponseBody) GoString

func (*ListConferenceDevicesResponseBody) SetErrorCode

func (*ListConferenceDevicesResponseBody) SetMessage

func (*ListConferenceDevicesResponseBody) SetRequestId

func (*ListConferenceDevicesResponseBody) SetSuccess

func (ListConferenceDevicesResponseBody) String

type ListConferenceDevicesResponseBodyConferencesDatas

type ListConferenceDevicesResponseBodyConferencesDatas struct {
	Conferences []*ListConferenceDevicesResponseBodyConferencesDatasConferences `json:"Conferences,omitempty" xml:"Conferences,omitempty" type:"Repeated"`
	PageNumber  *int32                                                          `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *int32                                                          `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Total       *int32                                                          `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListConferenceDevicesResponseBodyConferencesDatas) GoString

func (*ListConferenceDevicesResponseBodyConferencesDatas) SetPageNumber

func (*ListConferenceDevicesResponseBodyConferencesDatas) SetPageSize

func (*ListConferenceDevicesResponseBodyConferencesDatas) SetTotal

func (ListConferenceDevicesResponseBodyConferencesDatas) String

type ListConferenceDevicesResponseBodyConferencesDatasConferences

type ListConferenceDevicesResponseBodyConferencesDatasConferences struct {
	ActivationCode    *string `json:"ActivationCode,omitempty" xml:"ActivationCode,omitempty"`
	CastScreenCode    *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	ConferenceCode    *string `json:"ConferenceCode,omitempty" xml:"ConferenceCode,omitempty"`
	ConferenceName    *string `json:"ConferenceName,omitempty" xml:"ConferenceName,omitempty"`
	CreateTime        *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeviceModel       *string `json:"DeviceModel,omitempty" xml:"DeviceModel,omitempty"`
	Manufacturer      *string `json:"Manufacturer,omitempty" xml:"Manufacturer,omitempty"`
	PictureUrl        *string `json:"PictureUrl,omitempty" xml:"PictureUrl,omitempty"`
	SN                *string `json:"SN,omitempty" xml:"SN,omitempty"`
	StartUpPictureUrl *string `json:"StartUpPictureUrl,omitempty" xml:"StartUpPictureUrl,omitempty"`
	Status            *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListConferenceDevicesResponseBodyConferencesDatasConferences) GoString

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetActivationCode

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetCastScreenCode

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetConferenceCode

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetConferenceName

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetCreateTime

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetDeviceModel

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetManufacturer

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetPictureUrl

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetSN

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetStartUpPictureUrl

func (*ListConferenceDevicesResponseBodyConferencesDatasConferences) SetStatus

func (ListConferenceDevicesResponseBodyConferencesDatasConferences) String

type ListDeviceIpRequest

type ListDeviceIpRequest struct {
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	SN      *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (ListDeviceIpRequest) GoString

func (s ListDeviceIpRequest) GoString() string

func (*ListDeviceIpRequest) SetGroupId

func (*ListDeviceIpRequest) SetSN

func (ListDeviceIpRequest) String

func (s ListDeviceIpRequest) String() string

type ListDeviceIpResponse

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

func (ListDeviceIpResponse) GoString

func (s ListDeviceIpResponse) GoString() string

func (*ListDeviceIpResponse) SetBody

func (*ListDeviceIpResponse) SetHeaders

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

func (ListDeviceIpResponse) String

func (s ListDeviceIpResponse) String() string

type ListDeviceIpResponseBody

type ListDeviceIpResponseBody struct {
	Devices   []*ListDeviceIpResponseBodyDevices `json:"Devices,omitempty" xml:"Devices,omitempty" type:"Repeated"`
	ErrorCode *int32                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDeviceIpResponseBody) GoString

func (s ListDeviceIpResponseBody) GoString() string

func (*ListDeviceIpResponseBody) SetDevices

func (*ListDeviceIpResponseBody) SetErrorCode

func (*ListDeviceIpResponseBody) SetMessage

func (*ListDeviceIpResponseBody) SetRequestId

func (*ListDeviceIpResponseBody) SetSuccess

func (ListDeviceIpResponseBody) String

func (s ListDeviceIpResponseBody) String() string

type ListDeviceIpResponseBodyDevices

type ListDeviceIpResponseBodyDevices struct {
	Ip         *string `json:"Ip,omitempty" xml:"Ip,omitempty"`
	Mac        *string `json:"Mac,omitempty" xml:"Mac,omitempty"`
	Port       *string `json:"Port,omitempty" xml:"Port,omitempty"`
	ScreenCode *string `json:"ScreenCode,omitempty" xml:"ScreenCode,omitempty"`
	SsId       *string `json:"SsId,omitempty" xml:"SsId,omitempty"`
}

func (ListDeviceIpResponseBodyDevices) GoString

func (*ListDeviceIpResponseBodyDevices) SetIp

func (*ListDeviceIpResponseBodyDevices) SetMac

func (*ListDeviceIpResponseBodyDevices) SetPort

func (*ListDeviceIpResponseBodyDevices) SetScreenCode

func (*ListDeviceIpResponseBodyDevices) SetSsId

func (ListDeviceIpResponseBodyDevices) String

type ListDevicesRequest

type ListDevicesRequest struct {
	CastScreenCode *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	PageNumber     *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SN             *string `json:"SN,omitempty" xml:"SN,omitempty"`
}

func (ListDevicesRequest) GoString

func (s ListDevicesRequest) GoString() string

func (*ListDevicesRequest) SetCastScreenCode

func (s *ListDevicesRequest) SetCastScreenCode(v string) *ListDevicesRequest

func (*ListDevicesRequest) SetPageNumber

func (s *ListDevicesRequest) SetPageNumber(v int32) *ListDevicesRequest

func (*ListDevicesRequest) SetPageSize

func (s *ListDevicesRequest) SetPageSize(v int32) *ListDevicesRequest

func (*ListDevicesRequest) SetSN

func (ListDevicesRequest) String

func (s ListDevicesRequest) String() string

type ListDevicesResponse

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

func (ListDevicesResponse) GoString

func (s ListDevicesResponse) GoString() string

func (*ListDevicesResponse) SetBody

func (*ListDevicesResponse) SetHeaders

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

func (ListDevicesResponse) String

func (s ListDevicesResponse) String() string

type ListDevicesResponseBody

type ListDevicesResponseBody struct {
	Data      *ListDevicesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDevicesResponseBody) GoString

func (s ListDevicesResponseBody) GoString() string

func (*ListDevicesResponseBody) SetData

func (*ListDevicesResponseBody) SetErrorCode

func (*ListDevicesResponseBody) SetMessage

func (*ListDevicesResponseBody) SetRequestId

func (*ListDevicesResponseBody) SetSuccess

func (ListDevicesResponseBody) String

func (s ListDevicesResponseBody) String() string

type ListDevicesResponseBodyData

type ListDevicesResponseBodyData struct {
	Devices    []*ListDevicesResponseBodyDataDevices `json:"Devices,omitempty" xml:"Devices,omitempty" type:"Repeated"`
	PageNumber *int32                                `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Total      *int32                                `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListDevicesResponseBodyData) GoString

func (s ListDevicesResponseBodyData) GoString() string

func (*ListDevicesResponseBodyData) SetDevices

func (*ListDevicesResponseBodyData) SetPageNumber

func (*ListDevicesResponseBodyData) SetPageSize

func (*ListDevicesResponseBodyData) SetTotal

func (ListDevicesResponseBodyData) String

type ListDevicesResponseBodyDataDevices

type ListDevicesResponseBodyDataDevices struct {
	ActivationCode    *string `json:"ActivationCode,omitempty" xml:"ActivationCode,omitempty"`
	CastScreenCode    *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	ConferenceCode    *string `json:"ConferenceCode,omitempty" xml:"ConferenceCode,omitempty"`
	ConferenceName    *string `json:"ConferenceName,omitempty" xml:"ConferenceName,omitempty"`
	CreateTime        *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	PictureUrl        *string `json:"PictureUrl,omitempty" xml:"PictureUrl,omitempty"`
	SN                *string `json:"SN,omitempty" xml:"SN,omitempty"`
	StartUpPictureUrl *string `json:"StartUpPictureUrl,omitempty" xml:"StartUpPictureUrl,omitempty"`
	Status            *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListDevicesResponseBodyDataDevices) GoString

func (*ListDevicesResponseBodyDataDevices) SetActivationCode

func (*ListDevicesResponseBodyDataDevices) SetCastScreenCode

func (*ListDevicesResponseBodyDataDevices) SetConferenceCode

func (*ListDevicesResponseBodyDataDevices) SetConferenceName

func (*ListDevicesResponseBodyDataDevices) SetCreateTime

func (*ListDevicesResponseBodyDataDevices) SetPictureUrl

func (*ListDevicesResponseBodyDataDevices) SetSN

func (*ListDevicesResponseBodyDataDevices) SetStartUpPictureUrl

func (*ListDevicesResponseBodyDataDevices) SetStatus

func (ListDevicesResponseBodyDataDevices) String

type ListEvaluationsResponse

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

func (ListEvaluationsResponse) GoString

func (s ListEvaluationsResponse) GoString() string

func (*ListEvaluationsResponse) SetBody

func (*ListEvaluationsResponse) SetHeaders

func (ListEvaluationsResponse) String

func (s ListEvaluationsResponse) String() string

type ListEvaluationsResponseBody

type ListEvaluationsResponseBody struct {
	ErrorCode      *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message        *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	UserEvaluation *string `json:"UserEvaluation,omitempty" xml:"UserEvaluation,omitempty"`
}

func (ListEvaluationsResponseBody) GoString

func (s ListEvaluationsResponseBody) GoString() string

func (*ListEvaluationsResponseBody) SetErrorCode

func (*ListEvaluationsResponseBody) SetMessage

func (*ListEvaluationsResponseBody) SetRequestId

func (*ListEvaluationsResponseBody) SetSuccess

func (*ListEvaluationsResponseBody) SetUserEvaluation

func (ListEvaluationsResponseBody) String

type ListIsvStatisticsRequest

type ListIsvStatisticsRequest struct {
	EndTime   *int64 `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	StartTime *int64 `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListIsvStatisticsRequest) GoString

func (s ListIsvStatisticsRequest) GoString() string

func (*ListIsvStatisticsRequest) SetEndTime

func (*ListIsvStatisticsRequest) SetStartTime

func (ListIsvStatisticsRequest) String

func (s ListIsvStatisticsRequest) String() string

type ListIsvStatisticsResponse

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

func (ListIsvStatisticsResponse) GoString

func (s ListIsvStatisticsResponse) GoString() string

func (*ListIsvStatisticsResponse) SetBody

func (*ListIsvStatisticsResponse) SetHeaders

func (ListIsvStatisticsResponse) String

func (s ListIsvStatisticsResponse) String() string

type ListIsvStatisticsResponseBody

type ListIsvStatisticsResponseBody struct {
	Data      *ListIsvStatisticsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListIsvStatisticsResponseBody) GoString

func (*ListIsvStatisticsResponseBody) SetData

func (*ListIsvStatisticsResponseBody) SetErrorCode

func (*ListIsvStatisticsResponseBody) SetMessage

func (*ListIsvStatisticsResponseBody) SetRequestId

func (*ListIsvStatisticsResponseBody) SetSuccess

func (ListIsvStatisticsResponseBody) String

type ListIsvStatisticsResponseBodyData

type ListIsvStatisticsResponseBodyData struct {
	Statistics []*ListIsvStatisticsResponseBodyDataStatistics `json:"Statistics,omitempty" xml:"Statistics,omitempty" type:"Repeated"`
	Total      *ListIsvStatisticsResponseBodyDataTotal        `json:"Total,omitempty" xml:"Total,omitempty" type:"Struct"`
}

func (ListIsvStatisticsResponseBodyData) GoString

func (ListIsvStatisticsResponseBodyData) String

type ListIsvStatisticsResponseBodyDataStatistics

type ListIsvStatisticsResponseBodyDataStatistics struct {
	Day           *string `json:"Day,omitempty" xml:"Day,omitempty"`
	MeetingLength *string `json:"MeetingLength,omitempty" xml:"MeetingLength,omitempty"`
	MeetingNumber *string `json:"MeetingNumber,omitempty" xml:"MeetingNumber,omitempty"`
	MemberNumber  *string `json:"MemberNumber,omitempty" xml:"MemberNumber,omitempty"`
}

func (ListIsvStatisticsResponseBodyDataStatistics) GoString

func (*ListIsvStatisticsResponseBodyDataStatistics) SetDay

func (*ListIsvStatisticsResponseBodyDataStatistics) SetMeetingLength

func (*ListIsvStatisticsResponseBodyDataStatistics) SetMeetingNumber

func (*ListIsvStatisticsResponseBodyDataStatistics) SetMemberNumber

func (ListIsvStatisticsResponseBodyDataStatistics) String

type ListIsvStatisticsResponseBodyDataTotal

type ListIsvStatisticsResponseBodyDataTotal struct {
	MeetingLength *int32 `json:"MeetingLength,omitempty" xml:"MeetingLength,omitempty"`
	MeetingNumber *int32 `json:"MeetingNumber,omitempty" xml:"MeetingNumber,omitempty"`
	MemberNumber  *int32 `json:"MemberNumber,omitempty" xml:"MemberNumber,omitempty"`
}

func (ListIsvStatisticsResponseBodyDataTotal) GoString

func (*ListIsvStatisticsResponseBodyDataTotal) SetMeetingLength

func (*ListIsvStatisticsResponseBodyDataTotal) SetMeetingNumber

func (*ListIsvStatisticsResponseBodyDataTotal) SetMemberNumber

func (ListIsvStatisticsResponseBodyDataTotal) String

type ListMembersRequest

type ListMembersRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
}

func (ListMembersRequest) GoString

func (s ListMembersRequest) GoString() string

func (*ListMembersRequest) SetMeetingUUID

func (s *ListMembersRequest) SetMeetingUUID(v string) *ListMembersRequest

func (ListMembersRequest) String

func (s ListMembersRequest) String() string

type ListMembersResponse

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

func (ListMembersResponse) GoString

func (s ListMembersResponse) GoString() string

func (*ListMembersResponse) SetBody

func (*ListMembersResponse) SetHeaders

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

func (ListMembersResponse) String

func (s ListMembersResponse) String() string

type ListMembersResponseBody

type ListMembersResponseBody struct {
	ErrorCode   *int32                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	MeetingInfo *ListMembersResponseBodyMeetingInfo `json:"MeetingInfo,omitempty" xml:"MeetingInfo,omitempty" type:"Struct"`
	Message     *string                             `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId   *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListMembersResponseBody) GoString

func (s ListMembersResponseBody) GoString() string

func (*ListMembersResponseBody) SetErrorCode

func (*ListMembersResponseBody) SetMeetingInfo

func (*ListMembersResponseBody) SetMessage

func (*ListMembersResponseBody) SetRequestId

func (*ListMembersResponseBody) SetSuccess

func (ListMembersResponseBody) String

func (s ListMembersResponseBody) String() string

type ListMembersResponseBodyMeetingInfo

type ListMembersResponseBodyMeetingInfo struct {
	CreateTime  *int64                                           `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	MeetingCode *string                                          `json:"MeetingCode,omitempty" xml:"MeetingCode,omitempty"`
	MeetingName *string                                          `json:"MeetingName,omitempty" xml:"MeetingName,omitempty"`
	MeetingUUID *string                                          `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberInfos []*ListMembersResponseBodyMeetingInfoMemberInfos `json:"MemberInfos,omitempty" xml:"MemberInfos,omitempty" type:"Repeated"`
	Memo        *string                                          `json:"Memo,omitempty" xml:"Memo,omitempty"`
	UserId      *string                                          `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName    *string                                          `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListMembersResponseBodyMeetingInfo) GoString

func (*ListMembersResponseBodyMeetingInfo) SetCreateTime

func (*ListMembersResponseBodyMeetingInfo) SetMeetingCode

func (*ListMembersResponseBodyMeetingInfo) SetMeetingName

func (*ListMembersResponseBodyMeetingInfo) SetMeetingUUID

func (*ListMembersResponseBodyMeetingInfo) SetMemo

func (*ListMembersResponseBodyMeetingInfo) SetUserId

func (*ListMembersResponseBodyMeetingInfo) SetUserName

func (ListMembersResponseBodyMeetingInfo) String

type ListMembersResponseBodyMeetingInfoMemberInfos

type ListMembersResponseBodyMeetingInfoMemberInfos struct {
	BeginTime  *int64  `json:"BeginTime,omitempty" xml:"BeginTime,omitempty"`
	EndTime    *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	MemberUUID *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
	UserId     *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListMembersResponseBodyMeetingInfoMemberInfos) GoString

func (*ListMembersResponseBodyMeetingInfoMemberInfos) SetBeginTime

func (*ListMembersResponseBodyMeetingInfoMemberInfos) SetEndTime

func (*ListMembersResponseBodyMeetingInfoMemberInfos) SetMemberUUID

func (*ListMembersResponseBodyMeetingInfoMemberInfos) SetStatus

func (*ListMembersResponseBodyMeetingInfoMemberInfos) SetUserId

func (*ListMembersResponseBodyMeetingInfoMemberInfos) SetUserName

func (ListMembersResponseBodyMeetingInfoMemberInfos) String

type ListUsersRequest

type ListUsersRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListUsersRequest) GoString

func (s ListUsersRequest) GoString() string

func (*ListUsersRequest) SetPageNumber

func (s *ListUsersRequest) SetPageNumber(v int32) *ListUsersRequest

func (*ListUsersRequest) SetPageSize

func (s *ListUsersRequest) SetPageSize(v int32) *ListUsersRequest

func (ListUsersRequest) String

func (s ListUsersRequest) String() string

type ListUsersResponse

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

func (ListUsersResponse) GoString

func (s ListUsersResponse) GoString() string

func (*ListUsersResponse) SetBody

func (*ListUsersResponse) SetHeaders

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

func (ListUsersResponse) String

func (s ListUsersResponse) String() string

type ListUsersResponseBody

type ListUsersResponseBody struct {
	Data      *ListUsersResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                     `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListUsersResponseBody) GoString

func (s ListUsersResponseBody) GoString() string

func (*ListUsersResponseBody) SetData

func (*ListUsersResponseBody) SetErrorCode

func (*ListUsersResponseBody) SetMessage

func (*ListUsersResponseBody) SetRequestId

func (*ListUsersResponseBody) SetSuccess

func (ListUsersResponseBody) String

func (s ListUsersResponseBody) String() string

type ListUsersResponseBodyData

type ListUsersResponseBodyData struct {
	PageNumber *int32                                `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32                                `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	UserInfos  []*ListUsersResponseBodyDataUserInfos `json:"UserInfos,omitempty" xml:"UserInfos,omitempty" type:"Repeated"`
}

func (ListUsersResponseBodyData) GoString

func (s ListUsersResponseBodyData) GoString() string

func (*ListUsersResponseBodyData) SetPageNumber

func (*ListUsersResponseBodyData) SetPageSize

func (*ListUsersResponseBodyData) SetTotalCount

func (*ListUsersResponseBodyData) SetUserInfos

func (ListUsersResponseBodyData) String

func (s ListUsersResponseBodyData) String() string

type ListUsersResponseBodyDataUserInfos

type ListUsersResponseBodyDataUserInfos struct {
	CreateTime    *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DepartId      *string `json:"DepartId,omitempty" xml:"DepartId,omitempty"`
	DepartName    *string `json:"DepartName,omitempty" xml:"DepartName,omitempty"`
	GroupId       *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName     *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	JobName       *string `json:"JobName,omitempty" xml:"JobName,omitempty"`
	UserAvatarUrl *string `json:"UserAvatarUrl,omitempty" xml:"UserAvatarUrl,omitempty"`
	UserEmail     *string `json:"UserEmail,omitempty" xml:"UserEmail,omitempty"`
	UserId        *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserMobile    *string `json:"UserMobile,omitempty" xml:"UserMobile,omitempty"`
	UserName      *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
	UserTel       *string `json:"UserTel,omitempty" xml:"UserTel,omitempty"`
}

func (ListUsersResponseBodyDataUserInfos) GoString

func (*ListUsersResponseBodyDataUserInfos) SetCreateTime

func (*ListUsersResponseBodyDataUserInfos) SetDepartId

func (*ListUsersResponseBodyDataUserInfos) SetDepartName

func (*ListUsersResponseBodyDataUserInfos) SetGroupId

func (*ListUsersResponseBodyDataUserInfos) SetGroupName

func (*ListUsersResponseBodyDataUserInfos) SetJobName

func (*ListUsersResponseBodyDataUserInfos) SetUserAvatarUrl

func (*ListUsersResponseBodyDataUserInfos) SetUserEmail

func (*ListUsersResponseBodyDataUserInfos) SetUserId

func (*ListUsersResponseBodyDataUserInfos) SetUserMobile

func (*ListUsersResponseBodyDataUserInfos) SetUserName

func (*ListUsersResponseBodyDataUserInfos) SetUserTel

func (ListUsersResponseBodyDataUserInfos) String

type ModifyDeviceBackgroundRequest

type ModifyDeviceBackgroundRequest struct {
	Picture      *string `json:"Picture,omitempty" xml:"Picture,omitempty"`
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (ModifyDeviceBackgroundRequest) GoString

func (*ModifyDeviceBackgroundRequest) SetPicture

func (*ModifyDeviceBackgroundRequest) SetSerialNumber

func (ModifyDeviceBackgroundRequest) String

type ModifyDeviceBackgroundResponse

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

func (ModifyDeviceBackgroundResponse) GoString

func (*ModifyDeviceBackgroundResponse) SetHeaders

func (ModifyDeviceBackgroundResponse) String

type ModifyDeviceBackgroundResponseBody

type ModifyDeviceBackgroundResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyDeviceBackgroundResponseBody) GoString

func (*ModifyDeviceBackgroundResponseBody) SetErrorCode

func (*ModifyDeviceBackgroundResponseBody) SetMessage

func (*ModifyDeviceBackgroundResponseBody) SetRequestId

func (*ModifyDeviceBackgroundResponseBody) SetSuccess

func (ModifyDeviceBackgroundResponseBody) String

type ModifyMeetingPasswordInternationalRequest

type ModifyMeetingPasswordInternationalRequest struct {
	MeetingUUID      *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	OpenPasswordFlag *bool   `json:"OpenPasswordFlag,omitempty" xml:"OpenPasswordFlag,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ModifyMeetingPasswordInternationalRequest) GoString

func (*ModifyMeetingPasswordInternationalRequest) SetMeetingUUID

func (*ModifyMeetingPasswordInternationalRequest) SetOpenPasswordFlag

func (*ModifyMeetingPasswordInternationalRequest) SetPassword

func (*ModifyMeetingPasswordInternationalRequest) SetUserId

func (ModifyMeetingPasswordInternationalRequest) String

type ModifyMeetingPasswordInternationalResponse

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

func (ModifyMeetingPasswordInternationalResponse) GoString

func (*ModifyMeetingPasswordInternationalResponse) SetHeaders

func (ModifyMeetingPasswordInternationalResponse) String

type ModifyMeetingPasswordInternationalResponseBody

type ModifyMeetingPasswordInternationalResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyMeetingPasswordInternationalResponseBody) GoString

func (*ModifyMeetingPasswordInternationalResponseBody) SetErrorCode

func (*ModifyMeetingPasswordInternationalResponseBody) SetMessage

func (*ModifyMeetingPasswordInternationalResponseBody) SetRequestId

func (*ModifyMeetingPasswordInternationalResponseBody) SetSuccess

func (ModifyMeetingPasswordInternationalResponseBody) String

type ModifyMeetingPasswordRequest

type ModifyMeetingPasswordRequest struct {
	MeetingUUID      *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	OpenPasswordFlag *bool   `json:"OpenPasswordFlag,omitempty" xml:"OpenPasswordFlag,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ModifyMeetingPasswordRequest) GoString

func (s ModifyMeetingPasswordRequest) GoString() string

func (*ModifyMeetingPasswordRequest) SetMeetingUUID

func (*ModifyMeetingPasswordRequest) SetOpenPasswordFlag

func (*ModifyMeetingPasswordRequest) SetPassword

func (*ModifyMeetingPasswordRequest) SetUserId

func (ModifyMeetingPasswordRequest) String

type ModifyMeetingPasswordResponse

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

func (ModifyMeetingPasswordResponse) GoString

func (*ModifyMeetingPasswordResponse) SetBody

func (*ModifyMeetingPasswordResponse) SetHeaders

func (ModifyMeetingPasswordResponse) String

type ModifyMeetingPasswordResponseBody

type ModifyMeetingPasswordResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyMeetingPasswordResponseBody) GoString

func (*ModifyMeetingPasswordResponseBody) SetErrorCode

func (*ModifyMeetingPasswordResponseBody) SetMessage

func (*ModifyMeetingPasswordResponseBody) SetRequestId

func (*ModifyMeetingPasswordResponseBody) SetSuccess

func (ModifyMeetingPasswordResponseBody) String

type QueryMeetingMemberActionRequest

type QueryMeetingMemberActionRequest struct {
	EndTime        *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	MeetingUUID    *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MeetingUnitKey *string `json:"MeetingUnitKey,omitempty" xml:"MeetingUnitKey,omitempty"`
	MemberUUID     *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	StartTime      *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (QueryMeetingMemberActionRequest) GoString

func (*QueryMeetingMemberActionRequest) SetEndTime

func (*QueryMeetingMemberActionRequest) SetMeetingUUID

func (*QueryMeetingMemberActionRequest) SetMeetingUnitKey

func (*QueryMeetingMemberActionRequest) SetMemberUUID

func (*QueryMeetingMemberActionRequest) SetStartTime

func (QueryMeetingMemberActionRequest) String

type QueryMeetingMemberActionResponse

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

func (QueryMeetingMemberActionResponse) GoString

func (*QueryMeetingMemberActionResponse) SetHeaders

func (QueryMeetingMemberActionResponse) String

type QueryMeetingMemberActionResponseBody

type QueryMeetingMemberActionResponseBody struct {
	AudioStatus    *int32                                               `json:"AudioStatus,omitempty" xml:"AudioStatus,omitempty"`
	ErrorCode      *int32                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorCodeCount *int64                                               `json:"ErrorCodeCount,omitempty" xml:"ErrorCodeCount,omitempty"`
	ErrorCodeList  []*QueryMeetingMemberActionResponseBodyErrorCodeList `json:"ErrorCodeList,omitempty" xml:"ErrorCodeList,omitempty" type:"Repeated"`
	MeetingStatus  *int32                                               `json:"MeetingStatus,omitempty" xml:"MeetingStatus,omitempty"`
	Message        *string                                              `json:"Message,omitempty" xml:"Message,omitempty"`
	// Id of the request
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success     *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	VideoStatus *int32  `json:"VideoStatus,omitempty" xml:"VideoStatus,omitempty"`
}

func (QueryMeetingMemberActionResponseBody) GoString

func (*QueryMeetingMemberActionResponseBody) SetAudioStatus

func (*QueryMeetingMemberActionResponseBody) SetErrorCode

func (*QueryMeetingMemberActionResponseBody) SetErrorCodeCount

func (*QueryMeetingMemberActionResponseBody) SetMeetingStatus

func (*QueryMeetingMemberActionResponseBody) SetMessage

func (*QueryMeetingMemberActionResponseBody) SetRequestId

func (*QueryMeetingMemberActionResponseBody) SetSuccess

func (*QueryMeetingMemberActionResponseBody) SetVideoStatus

func (QueryMeetingMemberActionResponseBody) String

type QueryMeetingMemberActionResponseBodyErrorCodeList

type QueryMeetingMemberActionResponseBodyErrorCodeList struct {
	ErrorCodeCount *int64 `json:"ErrorCodeCount,omitempty" xml:"ErrorCodeCount,omitempty"`
	Time           *int64 `json:"Time,omitempty" xml:"Time,omitempty"`
}

func (QueryMeetingMemberActionResponseBodyErrorCodeList) GoString

func (*QueryMeetingMemberActionResponseBodyErrorCodeList) SetErrorCodeCount

func (*QueryMeetingMemberActionResponseBodyErrorCodeList) SetTime

func (QueryMeetingMemberActionResponseBodyErrorCodeList) String

type RefreshDeviceScreenCodeRequest

type RefreshDeviceScreenCodeRequest struct {
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (RefreshDeviceScreenCodeRequest) GoString

func (*RefreshDeviceScreenCodeRequest) SetSerialNumber

func (RefreshDeviceScreenCodeRequest) String

type RefreshDeviceScreenCodeResponse

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

func (RefreshDeviceScreenCodeResponse) GoString

func (*RefreshDeviceScreenCodeResponse) SetHeaders

func (RefreshDeviceScreenCodeResponse) String

type RefreshDeviceScreenCodeResponseBody

type RefreshDeviceScreenCodeResponseBody struct {
	Data      *RefreshDeviceScreenCodeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RefreshDeviceScreenCodeResponseBody) GoString

func (*RefreshDeviceScreenCodeResponseBody) SetErrorCode

func (*RefreshDeviceScreenCodeResponseBody) SetMessage

func (*RefreshDeviceScreenCodeResponseBody) SetRequestId

func (*RefreshDeviceScreenCodeResponseBody) SetSuccess

func (RefreshDeviceScreenCodeResponseBody) String

type RefreshDeviceScreenCodeResponseBodyData

type RefreshDeviceScreenCodeResponseBodyData struct {
	ScreenCode   *string `json:"ScreenCode,omitempty" xml:"ScreenCode,omitempty"`
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (RefreshDeviceScreenCodeResponseBodyData) GoString

func (*RefreshDeviceScreenCodeResponseBodyData) SetScreenCode

func (*RefreshDeviceScreenCodeResponseBodyData) SetSerialNumber

func (RefreshDeviceScreenCodeResponseBodyData) String

type RegisterDeviceRequest

type RegisterDeviceRequest struct {
	DeviceVersion *string `json:"DeviceVersion,omitempty" xml:"DeviceVersion,omitempty"`
	IP            *string `json:"IP,omitempty" xml:"IP,omitempty"`
	Mac           *string `json:"Mac,omitempty" xml:"Mac,omitempty"`
	SN            *string `json:"SN,omitempty" xml:"SN,omitempty"`
	Token         *string `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (RegisterDeviceRequest) GoString

func (s RegisterDeviceRequest) GoString() string

func (*RegisterDeviceRequest) SetDeviceVersion

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

func (*RegisterDeviceRequest) SetIP

func (*RegisterDeviceRequest) SetMac

func (*RegisterDeviceRequest) SetSN

func (*RegisterDeviceRequest) SetToken

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 {
	DeviceInfo *RegisterDeviceResponseBodyDeviceInfo `json:"DeviceInfo,omitempty" xml:"DeviceInfo,omitempty" type:"Struct"`
	ErrorCode  *int32                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message    *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success    *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RegisterDeviceResponseBody) GoString

func (s RegisterDeviceResponseBody) GoString() string

func (*RegisterDeviceResponseBody) SetDeviceInfo

func (*RegisterDeviceResponseBody) SetErrorCode

func (*RegisterDeviceResponseBody) SetMessage

func (*RegisterDeviceResponseBody) SetRequestId

func (*RegisterDeviceResponseBody) SetSuccess

func (RegisterDeviceResponseBody) String

type RegisterDeviceResponseBodyDeviceInfo

type RegisterDeviceResponseBodyDeviceInfo struct {
	AuthWsChannelConfig *RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig `json:"AuthWsChannelConfig,omitempty" xml:"AuthWsChannelConfig,omitempty" type:"Struct"`
	ChannelType         *string                                                  `json:"ChannelType,omitempty" xml:"ChannelType,omitempty"`
	DeviceName          *string                                                  `json:"DeviceName,omitempty" xml:"DeviceName,omitempty"`
	DeviceSessionId     *string                                                  `json:"DeviceSessionId,omitempty" xml:"DeviceSessionId,omitempty"`
	MessageKey          *string                                                  `json:"MessageKey,omitempty" xml:"MessageKey,omitempty"`
	MqttParam           *RegisterDeviceResponseBodyDeviceInfoMqttParam           `json:"MqttParam,omitempty" xml:"MqttParam,omitempty" type:"Struct"`
	RegisterTime        *int64                                                   `json:"RegisterTime,omitempty" xml:"RegisterTime,omitempty"`
	ScreenCode          *string                                                  `json:"ScreenCode,omitempty" xml:"ScreenCode,omitempty"`
	SlsConfig           *RegisterDeviceResponseBodyDeviceInfoSlsConfig           `json:"SlsConfig,omitempty" xml:"SlsConfig,omitempty" type:"Struct"`
}

func (RegisterDeviceResponseBodyDeviceInfo) GoString

func (*RegisterDeviceResponseBodyDeviceInfo) SetChannelType

func (*RegisterDeviceResponseBodyDeviceInfo) SetDeviceName

func (*RegisterDeviceResponseBodyDeviceInfo) SetDeviceSessionId

func (*RegisterDeviceResponseBodyDeviceInfo) SetMessageKey

func (*RegisterDeviceResponseBodyDeviceInfo) SetRegisterTime

func (*RegisterDeviceResponseBodyDeviceInfo) SetScreenCode

func (RegisterDeviceResponseBodyDeviceInfo) String

type RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig

type RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig struct {
	AuthWsUrl         *string `json:"AuthWsUrl,omitempty" xml:"AuthWsUrl,omitempty"`
	Token             *string `json:"Token,omitempty" xml:"Token,omitempty"`
	WsOuterReconnTime *int32  `json:"WsOuterReconnTime,omitempty" xml:"WsOuterReconnTime,omitempty"`
}

func (RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig) GoString

func (*RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig) SetAuthWsUrl

func (*RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig) SetToken

func (*RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig) SetWsOuterReconnTime

func (RegisterDeviceResponseBodyDeviceInfoAuthWsChannelConfig) String

type RegisterDeviceResponseBodyDeviceInfoMqttParam

type RegisterDeviceResponseBodyDeviceInfoMqttParam struct {
	CleanSession     *string `json:"CleanSession,omitempty" xml:"CleanSession,omitempty"`
	ClientId         *string `json:"ClientId,omitempty" xml:"ClientId,omitempty"`
	GroupId          *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Host             *string `json:"Host,omitempty" xml:"Host,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	Port             *string `json:"Port,omitempty" xml:"Port,omitempty"`
	ReconnectTimeout *string `json:"ReconnectTimeout,omitempty" xml:"ReconnectTimeout,omitempty"`
	SDKClientPort    *string `json:"SDKClientPort,omitempty" xml:"SDKClientPort,omitempty"`
	TLSPort          *string `json:"TLSPort,omitempty" xml:"TLSPort,omitempty"`
	Topic            *string `json:"Topic,omitempty" xml:"Topic,omitempty"`
	UseTLS           *string `json:"UseTLS,omitempty" xml:"UseTLS,omitempty"`
	UserName         *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (RegisterDeviceResponseBodyDeviceInfoMqttParam) GoString

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetCleanSession

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetClientId

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetGroupId

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetHost

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetPassword

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetPort

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetReconnectTimeout

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetSDKClientPort

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetTLSPort

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetTopic

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetUseTLS

func (*RegisterDeviceResponseBodyDeviceInfoMqttParam) SetUserName

func (RegisterDeviceResponseBodyDeviceInfoMqttParam) String

type RegisterDeviceResponseBodyDeviceInfoSlsConfig

type RegisterDeviceResponseBodyDeviceInfoSlsConfig struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	LogStore           *string `json:"LogStore,omitempty" xml:"LogStore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (RegisterDeviceResponseBodyDeviceInfoSlsConfig) GoString

func (*RegisterDeviceResponseBodyDeviceInfoSlsConfig) SetLogServiceEndpoint

func (*RegisterDeviceResponseBodyDeviceInfoSlsConfig) SetLogStore

func (*RegisterDeviceResponseBodyDeviceInfoSlsConfig) SetProject

func (RegisterDeviceResponseBodyDeviceInfoSlsConfig) String

type RegisterUemDeviceRequest

type RegisterUemDeviceRequest struct {
	DeviceId      *string `json:"DeviceId,omitempty" xml:"DeviceId,omitempty"`
	DeviceVersion *string `json:"DeviceVersion,omitempty" xml:"DeviceVersion,omitempty"`
	GroupId       *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName     *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	IP            *string `json:"IP,omitempty" xml:"IP,omitempty"`
	Mac           *string `json:"Mac,omitempty" xml:"Mac,omitempty"`
	OwnerId       *string `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"`
}

func (RegisterUemDeviceRequest) GoString

func (s RegisterUemDeviceRequest) GoString() string

func (*RegisterUemDeviceRequest) SetDeviceId

func (*RegisterUemDeviceRequest) SetDeviceVersion

func (*RegisterUemDeviceRequest) SetGroupId

func (*RegisterUemDeviceRequest) SetGroupName

func (*RegisterUemDeviceRequest) SetIP

func (*RegisterUemDeviceRequest) SetMac

func (*RegisterUemDeviceRequest) SetOwnerId

func (RegisterUemDeviceRequest) String

func (s RegisterUemDeviceRequest) String() string

type RegisterUemDeviceResponse

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

func (RegisterUemDeviceResponse) GoString

func (s RegisterUemDeviceResponse) GoString() string

func (*RegisterUemDeviceResponse) SetBody

func (*RegisterUemDeviceResponse) SetHeaders

func (RegisterUemDeviceResponse) String

func (s RegisterUemDeviceResponse) String() string

type RegisterUemDeviceResponseBody

type RegisterUemDeviceResponseBody struct {
	DeviceInfo *RegisterUemDeviceResponseBodyDeviceInfo `json:"DeviceInfo,omitempty" xml:"DeviceInfo,omitempty" type:"Struct"`
	ErrorCode  *int32                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message    *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success    *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RegisterUemDeviceResponseBody) GoString

func (*RegisterUemDeviceResponseBody) SetErrorCode

func (*RegisterUemDeviceResponseBody) SetMessage

func (*RegisterUemDeviceResponseBody) SetRequestId

func (*RegisterUemDeviceResponseBody) SetSuccess

func (RegisterUemDeviceResponseBody) String

type RegisterUemDeviceResponseBodyDeviceInfo

type RegisterUemDeviceResponseBodyDeviceInfo struct {
	AuthWsChannelConfig *RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig `json:"AuthWsChannelConfig,omitempty" xml:"AuthWsChannelConfig,omitempty" type:"Struct"`
	ChannelType         *string                                                     `json:"ChannelType,omitempty" xml:"ChannelType,omitempty"`
	DeviceName          *string                                                     `json:"DeviceName,omitempty" xml:"DeviceName,omitempty"`
	DeviceSessionId     *string                                                     `json:"DeviceSessionId,omitempty" xml:"DeviceSessionId,omitempty"`
	MessageKey          *string                                                     `json:"MessageKey,omitempty" xml:"MessageKey,omitempty"`
	MqttParam           *RegisterUemDeviceResponseBodyDeviceInfoMqttParam           `json:"MqttParam,omitempty" xml:"MqttParam,omitempty" type:"Struct"`
	RegisterTime        *int64                                                      `json:"RegisterTime,omitempty" xml:"RegisterTime,omitempty"`
	ScreenCode          *string                                                     `json:"ScreenCode,omitempty" xml:"ScreenCode,omitempty"`
	SlsConfig           *RegisterUemDeviceResponseBodyDeviceInfoSlsConfig           `json:"SlsConfig,omitempty" xml:"SlsConfig,omitempty" type:"Struct"`
	Token               *string                                                     `json:"Token,omitempty" xml:"Token,omitempty"`
}

func (RegisterUemDeviceResponseBodyDeviceInfo) GoString

func (*RegisterUemDeviceResponseBodyDeviceInfo) SetChannelType

func (*RegisterUemDeviceResponseBodyDeviceInfo) SetDeviceName

func (*RegisterUemDeviceResponseBodyDeviceInfo) SetDeviceSessionId

func (*RegisterUemDeviceResponseBodyDeviceInfo) SetMessageKey

func (*RegisterUemDeviceResponseBodyDeviceInfo) SetRegisterTime

func (*RegisterUemDeviceResponseBodyDeviceInfo) SetScreenCode

func (*RegisterUemDeviceResponseBodyDeviceInfo) SetToken

func (RegisterUemDeviceResponseBodyDeviceInfo) String

type RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig

type RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig struct {
	AuthWsUrl         *string `json:"AuthWsUrl,omitempty" xml:"AuthWsUrl,omitempty"`
	Token             *string `json:"Token,omitempty" xml:"Token,omitempty"`
	WsOuterReconnTime *int32  `json:"WsOuterReconnTime,omitempty" xml:"WsOuterReconnTime,omitempty"`
}

func (RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig) GoString

func (*RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig) SetAuthWsUrl

func (*RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig) SetToken

func (*RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig) SetWsOuterReconnTime

func (RegisterUemDeviceResponseBodyDeviceInfoAuthWsChannelConfig) String

type RegisterUemDeviceResponseBodyDeviceInfoMqttParam

type RegisterUemDeviceResponseBodyDeviceInfoMqttParam struct {
	CleanSession     *string `json:"CleanSession,omitempty" xml:"CleanSession,omitempty"`
	ClientId         *string `json:"ClientId,omitempty" xml:"ClientId,omitempty"`
	GroupId          *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Host             *string `json:"Host,omitempty" xml:"Host,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	Port             *string `json:"Port,omitempty" xml:"Port,omitempty"`
	ReconnectTimeout *string `json:"ReconnectTimeout,omitempty" xml:"ReconnectTimeout,omitempty"`
	SDKClientPort    *string `json:"SDKClientPort,omitempty" xml:"SDKClientPort,omitempty"`
	TLSPort          *string `json:"TLSPort,omitempty" xml:"TLSPort,omitempty"`
	Topic            *string `json:"Topic,omitempty" xml:"Topic,omitempty"`
	UseTLS           *string `json:"UseTLS,omitempty" xml:"UseTLS,omitempty"`
	UserName         *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (RegisterUemDeviceResponseBodyDeviceInfoMqttParam) GoString

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetCleanSession

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetClientId

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetGroupId

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetHost

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetPassword

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetPort

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetReconnectTimeout

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetSDKClientPort

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetTLSPort

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetTopic

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetUseTLS

func (*RegisterUemDeviceResponseBodyDeviceInfoMqttParam) SetUserName

func (RegisterUemDeviceResponseBodyDeviceInfoMqttParam) String

type RegisterUemDeviceResponseBodyDeviceInfoSlsConfig

type RegisterUemDeviceResponseBodyDeviceInfoSlsConfig struct {
	LogServiceEndpoint *string `json:"LogServiceEndpoint,omitempty" xml:"LogServiceEndpoint,omitempty"`
	LogStore           *string `json:"LogStore,omitempty" xml:"LogStore,omitempty"`
	Project            *string `json:"Project,omitempty" xml:"Project,omitempty"`
}

func (RegisterUemDeviceResponseBodyDeviceInfoSlsConfig) GoString

func (*RegisterUemDeviceResponseBodyDeviceInfoSlsConfig) SetLogServiceEndpoint

func (*RegisterUemDeviceResponseBodyDeviceInfoSlsConfig) SetLogStore

func (*RegisterUemDeviceResponseBodyDeviceInfoSlsConfig) SetProject

func (RegisterUemDeviceResponseBodyDeviceInfoSlsConfig) String

type SendMeetingCommandRequest

type SendMeetingCommandRequest struct {
	Command            *string `json:"Command,omitempty" xml:"Command,omitempty"`
	MeetingUUID        *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	MemberUUID         *string `json:"MemberUUID,omitempty" xml:"MemberUUID,omitempty"`
	OperatorMemberUUID *string `json:"OperatorMemberUUID,omitempty" xml:"OperatorMemberUUID,omitempty"`
	SendType           *int32  `json:"SendType,omitempty" xml:"SendType,omitempty"`
}

func (SendMeetingCommandRequest) GoString

func (s SendMeetingCommandRequest) GoString() string

func (*SendMeetingCommandRequest) SetCommand

func (*SendMeetingCommandRequest) SetMeetingUUID

func (*SendMeetingCommandRequest) SetMemberUUID

func (*SendMeetingCommandRequest) SetOperatorMemberUUID

func (s *SendMeetingCommandRequest) SetOperatorMemberUUID(v string) *SendMeetingCommandRequest

func (*SendMeetingCommandRequest) SetSendType

func (SendMeetingCommandRequest) String

func (s SendMeetingCommandRequest) String() string

type SendMeetingCommandResponse

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

func (SendMeetingCommandResponse) GoString

func (s SendMeetingCommandResponse) GoString() string

func (*SendMeetingCommandResponse) SetBody

func (*SendMeetingCommandResponse) SetHeaders

func (SendMeetingCommandResponse) String

type SendMeetingCommandResponseBody

type SendMeetingCommandResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SendMeetingCommandResponseBody) GoString

func (*SendMeetingCommandResponseBody) SetErrorCode

func (*SendMeetingCommandResponseBody) SetMessage

func (*SendMeetingCommandResponseBody) SetRequestId

func (*SendMeetingCommandResponseBody) SetSuccess

func (SendMeetingCommandResponseBody) String

type SendScreenStartRequest

type SendScreenStartRequest struct {
	CastScreenCode *string `json:"CastScreenCode,omitempty" xml:"CastScreenCode,omitempty"`
	SessionId      *string `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
}

func (SendScreenStartRequest) GoString

func (s SendScreenStartRequest) GoString() string

func (*SendScreenStartRequest) SetCastScreenCode

func (s *SendScreenStartRequest) SetCastScreenCode(v string) *SendScreenStartRequest

func (*SendScreenStartRequest) SetSessionId

func (SendScreenStartRequest) String

func (s SendScreenStartRequest) String() string

type SendScreenStartResponse

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

func (SendScreenStartResponse) GoString

func (s SendScreenStartResponse) GoString() string

func (*SendScreenStartResponse) SetBody

func (*SendScreenStartResponse) SetHeaders

func (SendScreenStartResponse) String

func (s SendScreenStartResponse) String() string

type SendScreenStartResponseBody

type SendScreenStartResponseBody struct {
	Data      *SendScreenStartResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *int32                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SendScreenStartResponseBody) GoString

func (s SendScreenStartResponseBody) GoString() string

func (*SendScreenStartResponseBody) SetData

func (*SendScreenStartResponseBody) SetErrorCode

func (*SendScreenStartResponseBody) SetMessage

func (*SendScreenStartResponseBody) SetRequestId

func (*SendScreenStartResponseBody) SetSuccess

func (SendScreenStartResponseBody) String

type SendScreenStartResponseBodyData

type SendScreenStartResponseBodyData struct {
	AuthWsChannelConfig    *SendScreenStartResponseBodyDataAuthWsChannelConfig    `json:"AuthWsChannelConfig,omitempty" xml:"AuthWsChannelConfig,omitempty" type:"Struct"`
	IceServers             []*SendScreenStartResponseBodyDataIceServers           `json:"IceServers,omitempty" xml:"IceServers,omitempty" type:"Repeated"`
	ReceiverInfo           map[string]interface{}                                 `json:"ReceiverInfo,omitempty" xml:"ReceiverInfo,omitempty"`
	SessionId              *string                                                `json:"SessionId,omitempty" xml:"SessionId,omitempty"`
	ShareConfig            *SendScreenStartResponseBodyDataShareConfig            `json:"ShareConfig,omitempty" xml:"ShareConfig,omitempty" type:"Struct"`
	SignallingServerConfig *SendScreenStartResponseBodyDataSignallingServerConfig `json:"SignallingServerConfig,omitempty" xml:"SignallingServerConfig,omitempty" type:"Struct"`
}

func (SendScreenStartResponseBodyData) GoString

func (*SendScreenStartResponseBodyData) SetReceiverInfo

func (s *SendScreenStartResponseBodyData) SetReceiverInfo(v map[string]interface{}) *SendScreenStartResponseBodyData

func (*SendScreenStartResponseBodyData) SetSessionId

func (SendScreenStartResponseBodyData) String

type SendScreenStartResponseBodyDataAuthWsChannelConfig

type SendScreenStartResponseBodyDataAuthWsChannelConfig struct {
	AuthWsUrl         *string `json:"AuthWsUrl,omitempty" xml:"AuthWsUrl,omitempty"`
	Token             *string `json:"Token,omitempty" xml:"Token,omitempty"`
	WsOuterReConnTime *int32  `json:"WsOuterReConnTime,omitempty" xml:"WsOuterReConnTime,omitempty"`
}

func (SendScreenStartResponseBodyDataAuthWsChannelConfig) GoString

func (*SendScreenStartResponseBodyDataAuthWsChannelConfig) SetAuthWsUrl

func (*SendScreenStartResponseBodyDataAuthWsChannelConfig) SetToken

func (*SendScreenStartResponseBodyDataAuthWsChannelConfig) SetWsOuterReConnTime

func (SendScreenStartResponseBodyDataAuthWsChannelConfig) String

type SendScreenStartResponseBodyDataIceServers

type SendScreenStartResponseBodyDataIceServers struct {
	Credential *string `json:"Credential,omitempty" xml:"Credential,omitempty"`
	Url        *string `json:"Url,omitempty" xml:"Url,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (SendScreenStartResponseBodyDataIceServers) GoString

func (*SendScreenStartResponseBodyDataIceServers) SetCredential

func (*SendScreenStartResponseBodyDataIceServers) SetUrl

func (*SendScreenStartResponseBodyDataIceServers) SetUserName

func (SendScreenStartResponseBodyDataIceServers) String

type SendScreenStartResponseBodyDataShareConfig

type SendScreenStartResponseBodyDataShareConfig struct {
	MaxMultiScreenShareBitrate *int32 `json:"MaxMultiScreenShareBitrate,omitempty" xml:"MaxMultiScreenShareBitrate,omitempty"`
	MaxScreenShareBitrate      *int32 `json:"MaxScreenShareBitrate,omitempty" xml:"MaxScreenShareBitrate,omitempty"`
	ShareConfigMaxFrameRate    *int32 `json:"ShareConfigMaxFrameRate,omitempty" xml:"ShareConfigMaxFrameRate,omitempty"`
	ShareConfigMinFrameRate    *int32 `json:"ShareConfigMinFrameRate,omitempty" xml:"ShareConfigMinFrameRate,omitempty"`
}

func (SendScreenStartResponseBodyDataShareConfig) GoString

func (*SendScreenStartResponseBodyDataShareConfig) SetMaxMultiScreenShareBitrate

func (*SendScreenStartResponseBodyDataShareConfig) SetMaxScreenShareBitrate

func (*SendScreenStartResponseBodyDataShareConfig) SetShareConfigMaxFrameRate

func (*SendScreenStartResponseBodyDataShareConfig) SetShareConfigMinFrameRate

func (SendScreenStartResponseBodyDataShareConfig) String

type SendScreenStartResponseBodyDataSignallingServerConfig

type SendScreenStartResponseBodyDataSignallingServerConfig struct {
	ClientHeartBeatUrl       *string `json:"ClientHeartBeatUrl,omitempty" xml:"ClientHeartBeatUrl,omitempty"`
	GetMessageUrl            *string `json:"GetMessageUrl,omitempty" xml:"GetMessageUrl,omitempty"`
	GetReceiverInfoUrl       *string `json:"GetReceiverInfoUrl,omitempty" xml:"GetReceiverInfoUrl,omitempty"`
	SendMessageUrl           *string `json:"SendMessageUrl,omitempty" xml:"SendMessageUrl,omitempty"`
	ShareScreenMeetingRobUrl *string `json:"ShareScreenMeetingRobUrl,omitempty" xml:"ShareScreenMeetingRobUrl,omitempty"`
}

func (SendScreenStartResponseBodyDataSignallingServerConfig) GoString

func (*SendScreenStartResponseBodyDataSignallingServerConfig) SetClientHeartBeatUrl

func (*SendScreenStartResponseBodyDataSignallingServerConfig) SetGetMessageUrl

func (*SendScreenStartResponseBodyDataSignallingServerConfig) SetGetReceiverInfoUrl

func (*SendScreenStartResponseBodyDataSignallingServerConfig) SetSendMessageUrl

func (*SendScreenStartResponseBodyDataSignallingServerConfig) SetShareScreenMeetingRobUrl

func (SendScreenStartResponseBodyDataSignallingServerConfig) String

type StartLiveRequest

type StartLiveRequest struct {
	LayoutInfo *string `json:"LayoutInfo,omitempty" xml:"LayoutInfo,omitempty"`
	LiveUUID   *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
	PushInfo   *string `json:"PushInfo,omitempty" xml:"PushInfo,omitempty"`
	UserId     *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (StartLiveRequest) GoString

func (s StartLiveRequest) GoString() string

func (*StartLiveRequest) SetLayoutInfo

func (s *StartLiveRequest) SetLayoutInfo(v string) *StartLiveRequest

func (*StartLiveRequest) SetLiveUUID

func (s *StartLiveRequest) SetLiveUUID(v string) *StartLiveRequest

func (*StartLiveRequest) SetPushInfo

func (s *StartLiveRequest) SetPushInfo(v string) *StartLiveRequest

func (*StartLiveRequest) SetUserId

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

func (StartLiveRequest) String

func (s StartLiveRequest) String() string

type StartLiveResponse

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

func (StartLiveResponse) GoString

func (s StartLiveResponse) GoString() string

func (*StartLiveResponse) SetBody

func (*StartLiveResponse) SetHeaders

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

func (StartLiveResponse) String

func (s StartLiveResponse) String() string

type StartLiveResponseBody

type StartLiveResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (StartLiveResponseBody) GoString

func (s StartLiveResponseBody) GoString() string

func (*StartLiveResponseBody) SetErrorCode

func (*StartLiveResponseBody) SetMessage

func (*StartLiveResponseBody) SetRequestId

func (*StartLiveResponseBody) SetSuccess

func (StartLiveResponseBody) String

func (s StartLiveResponseBody) String() string

type UpdateDeviceHeartBeatRequest

type UpdateDeviceHeartBeatRequest struct {
	Message *string `json:"Message,omitempty" xml:"Message,omitempty"`
}

func (UpdateDeviceHeartBeatRequest) GoString

func (s UpdateDeviceHeartBeatRequest) GoString() string

func (*UpdateDeviceHeartBeatRequest) SetMessage

func (UpdateDeviceHeartBeatRequest) String

type UpdateDeviceHeartBeatResponse

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

func (UpdateDeviceHeartBeatResponse) GoString

func (*UpdateDeviceHeartBeatResponse) SetBody

func (*UpdateDeviceHeartBeatResponse) SetHeaders

func (UpdateDeviceHeartBeatResponse) String

type UpdateDeviceHeartBeatResponseBody

type UpdateDeviceHeartBeatResponseBody struct {
	DeviceInfo *UpdateDeviceHeartBeatResponseBodyDeviceInfo `json:"DeviceInfo,omitempty" xml:"DeviceInfo,omitempty" type:"Struct"`
	ErrorCode  *int32                                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message    *string                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId  *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success    *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateDeviceHeartBeatResponseBody) GoString

func (*UpdateDeviceHeartBeatResponseBody) SetErrorCode

func (*UpdateDeviceHeartBeatResponseBody) SetMessage

func (*UpdateDeviceHeartBeatResponseBody) SetRequestId

func (*UpdateDeviceHeartBeatResponseBody) SetSuccess

func (UpdateDeviceHeartBeatResponseBody) String

type UpdateDeviceHeartBeatResponseBodyDeviceInfo

type UpdateDeviceHeartBeatResponseBodyDeviceInfo struct {
	ChannelType *string `json:"ChannelType,omitempty" xml:"ChannelType,omitempty"`
}

func (UpdateDeviceHeartBeatResponseBodyDeviceInfo) GoString

func (*UpdateDeviceHeartBeatResponseBodyDeviceInfo) SetChannelType

func (UpdateDeviceHeartBeatResponseBodyDeviceInfo) String

type UpdateDeviceStartupPictureRequest

type UpdateDeviceStartupPictureRequest struct {
	Picture      *string `json:"Picture,omitempty" xml:"Picture,omitempty"`
	SerialNumber *string `json:"SerialNumber,omitempty" xml:"SerialNumber,omitempty"`
}

func (UpdateDeviceStartupPictureRequest) GoString

func (*UpdateDeviceStartupPictureRequest) SetPicture

func (*UpdateDeviceStartupPictureRequest) SetSerialNumber

func (UpdateDeviceStartupPictureRequest) String

type UpdateDeviceStartupPictureResponse

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

func (UpdateDeviceStartupPictureResponse) GoString

func (*UpdateDeviceStartupPictureResponse) SetHeaders

func (UpdateDeviceStartupPictureResponse) String

type UpdateDeviceStartupPictureResponseBody

type UpdateDeviceStartupPictureResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateDeviceStartupPictureResponseBody) GoString

func (*UpdateDeviceStartupPictureResponseBody) SetErrorCode

func (*UpdateDeviceStartupPictureResponseBody) SetMessage

func (*UpdateDeviceStartupPictureResponseBody) SetRequestId

func (*UpdateDeviceStartupPictureResponseBody) SetSuccess

func (UpdateDeviceStartupPictureResponseBody) String

type UpdateGonggeLayoutRequest

type UpdateGonggeLayoutRequest struct {
	MeetingUUID *string `json:"MeetingUUID,omitempty" xml:"MeetingUUID,omitempty"`
	Value       *string `json:"Value,omitempty" xml:"Value,omitempty"`
	VideoCount  *string `json:"VideoCount,omitempty" xml:"VideoCount,omitempty"`
}

func (UpdateGonggeLayoutRequest) GoString

func (s UpdateGonggeLayoutRequest) GoString() string

func (*UpdateGonggeLayoutRequest) SetMeetingUUID

func (*UpdateGonggeLayoutRequest) SetValue

func (*UpdateGonggeLayoutRequest) SetVideoCount

func (UpdateGonggeLayoutRequest) String

func (s UpdateGonggeLayoutRequest) String() string

type UpdateGonggeLayoutResponse

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

func (UpdateGonggeLayoutResponse) GoString

func (s UpdateGonggeLayoutResponse) GoString() string

func (*UpdateGonggeLayoutResponse) SetBody

func (*UpdateGonggeLayoutResponse) SetHeaders

func (UpdateGonggeLayoutResponse) String

type UpdateGonggeLayoutResponseBody

type UpdateGonggeLayoutResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateGonggeLayoutResponseBody) GoString

func (*UpdateGonggeLayoutResponseBody) SetErrorCode

func (*UpdateGonggeLayoutResponseBody) SetMessage

func (*UpdateGonggeLayoutResponseBody) SetRequestId

func (*UpdateGonggeLayoutResponseBody) SetSuccess

func (UpdateGonggeLayoutResponseBody) String

type UpdateLivePasswordRequest

type UpdateLivePasswordRequest struct {
	LiveUUID         *string `json:"LiveUUID,omitempty" xml:"LiveUUID,omitempty"`
	OpenPasswordFlag *bool   `json:"OpenPasswordFlag,omitempty" xml:"OpenPasswordFlag,omitempty"`
	Password         *string `json:"Password,omitempty" xml:"Password,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (UpdateLivePasswordRequest) GoString

func (s UpdateLivePasswordRequest) GoString() string

func (*UpdateLivePasswordRequest) SetLiveUUID

func (*UpdateLivePasswordRequest) SetOpenPasswordFlag

func (s *UpdateLivePasswordRequest) SetOpenPasswordFlag(v bool) *UpdateLivePasswordRequest

func (*UpdateLivePasswordRequest) SetPassword

func (*UpdateLivePasswordRequest) SetUserId

func (UpdateLivePasswordRequest) String

func (s UpdateLivePasswordRequest) String() string

type UpdateLivePasswordResponse

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

func (UpdateLivePasswordResponse) GoString

func (s UpdateLivePasswordResponse) GoString() string

func (*UpdateLivePasswordResponse) SetBody

func (*UpdateLivePasswordResponse) SetHeaders

func (UpdateLivePasswordResponse) String

type UpdateLivePasswordResponseBody

type UpdateLivePasswordResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateLivePasswordResponseBody) GoString

func (*UpdateLivePasswordResponseBody) SetErrorCode

func (*UpdateLivePasswordResponseBody) SetMessage

func (*UpdateLivePasswordResponseBody) SetRequestId

func (*UpdateLivePasswordResponseBody) SetSuccess

func (UpdateLivePasswordResponseBody) String

Jump to

Keyboard shortcuts

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