model

package
v0.0.78 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveDto

type ActiveDto struct {
	SmsNumber *string `json:"smsNumber,omitempty"`

	Country *string `json:"country,omitempty"`

	EmailAddr *string `json:"emailAddr,omitempty"`
}

约束 - 号码和邮箱必须填一个,若企业未开启短信功能,则邮箱必填

func (ActiveDto) String

func (o ActiveDto) String() string

type AddCorpAdminRequest

type AddCorpAdminRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	AccountType *int32 `json:"accountType,omitempty"`

	Body *CorpAdminDto `json:"body,omitempty"`
}

Request Object

func (AddCorpAdminRequest) String

func (o AddCorpAdminRequest) String() string

type AddCorpAdminResponse

type AddCorpAdminResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AddCorpAdminResponse) String

func (o AddCorpAdminResponse) String() string

type AddCorpDto

type AddCorpDto struct {
	BasicInfo *CorpBasicDto `json:"basicInfo"`

	AdminInfo *AdminDto `json:"adminInfo"`

	ResInfo *AddCorpResDto `json:"resInfo,omitempty"`

	GroupId *string `json:"groupId,omitempty"`

	PropertyInfo *[]OrgPropertyDto `json:"propertyInfo,omitempty"`
}

func (AddCorpDto) String

func (o AddCorpDto) String() string

type AddCorpRequest

type AddCorpRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *AddCorpDto `json:"body,omitempty"`
}

Request Object

func (AddCorpRequest) String

func (o AddCorpRequest) String() string

type AddCorpResDto

type AddCorpResDto struct {
	Resource *[]ResourceDto `json:"resource,omitempty"`
}

企业的资源信息

func (AddCorpResDto) String

func (o AddCorpResDto) String() string

type AddCorpResponse

type AddCorpResponse struct {
	Value          *string `json:"value,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (AddCorpResponse) String

func (o AddCorpResponse) String() string

type AddDepartmentRequest

type AddDepartmentRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *DeptDto `json:"body,omitempty"`
}

Request Object

func (AddDepartmentRequest) String

func (o AddDepartmentRequest) String() string

type AddDepartmentResponse

type AddDepartmentResponse struct {
	Value          *string `json:"value,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (AddDepartmentResponse) String

func (o AddDepartmentResponse) String() string

type AddDeviceDto

type AddDeviceDto struct {
	Name string `json:"name"`

	Model string `json:"model"`

	Sn *string `json:"sn,omitempty"`

	PrjCodeMode *AddDeviceDtoPrjCodeMode `json:"prjCodeMode,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	Description *string `json:"description,omitempty"`

	Status *AddDeviceDtoStatus `json:"status,omitempty"`

	SendNotify *string `json:"sendNotify,omitempty"`
}

终端信息。

func (AddDeviceDto) String

func (o AddDeviceDto) String() string

type AddDeviceDtoPrjCodeMode

type AddDeviceDtoPrjCodeMode struct {
	// contains filtered or unexported fields
}

func (AddDeviceDtoPrjCodeMode) MarshalJSON

func (c AddDeviceDtoPrjCodeMode) MarshalJSON() ([]byte, error)

func (*AddDeviceDtoPrjCodeMode) UnmarshalJSON

func (c *AddDeviceDtoPrjCodeMode) UnmarshalJSON(b []byte) error

type AddDeviceDtoPrjCodeModeEnum

type AddDeviceDtoPrjCodeModeEnum struct {
	E_0 AddDeviceDtoPrjCodeMode
	E_1 AddDeviceDtoPrjCodeMode
	E_2 AddDeviceDtoPrjCodeMode
}

func GetAddDeviceDtoPrjCodeModeEnum

func GetAddDeviceDtoPrjCodeModeEnum() AddDeviceDtoPrjCodeModeEnum

type AddDeviceDtoStatus

type AddDeviceDtoStatus struct {
	// contains filtered or unexported fields
}

func (AddDeviceDtoStatus) MarshalJSON

func (c AddDeviceDtoStatus) MarshalJSON() ([]byte, error)

func (*AddDeviceDtoStatus) UnmarshalJSON

func (c *AddDeviceDtoStatus) UnmarshalJSON(b []byte) error

type AddDeviceDtoStatusEnum

type AddDeviceDtoStatusEnum struct {
	E_0 AddDeviceDtoStatus
	E_1 AddDeviceDtoStatus
}

func GetAddDeviceDtoStatusEnum

func GetAddDeviceDtoStatusEnum() AddDeviceDtoStatusEnum

type AddDeviceRequest

type AddDeviceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *AddDeviceDto `json:"body,omitempty"`
}

Request Object

func (AddDeviceRequest) String

func (o AddDeviceRequest) String() string

type AddDeviceResponse

type AddDeviceResponse struct {
	Name *string `json:"name,omitempty"`

	Type *string `json:"type,omitempty"`

	Model *string `json:"model,omitempty"`

	Sn *string `json:"sn,omitempty"`

	Account *string `json:"account,omitempty"`

	Number *string `json:"number,omitempty"`

	PrjCodeMode *int32 `json:"prjCodeMode,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	Description *string `json:"description,omitempty"`

	Status         *int32 `json:"status,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (AddDeviceResponse) String

func (o AddDeviceResponse) String() string

type AddMaterialRequest

type AddMaterialRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *AddMaterialRequestBody `json:"body,omitempty" type:"multipart"`
}

Request Object

func (AddMaterialRequest) String

func (o AddMaterialRequest) String() string

type AddMaterialRequestBody

type AddMaterialRequestBody struct {
	// 素材文件 - 只能上传jpg/jpeg/png格式文件,分辨率比率16:9,最大分辨率为3840*2160(推荐) - 请先命名完图片名称再上传
	File *def.FilePart `json:"file"`
}

func (AddMaterialRequestBody) String

func (o AddMaterialRequestBody) String() string

func (*AddMaterialRequestBody) UnmarshalJSON

func (o *AddMaterialRequestBody) UnmarshalJSON(b []byte) error

type AddMaterialResponse

type AddMaterialResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AddMaterialResponse) String

func (o AddMaterialResponse) String() string

type AddProgramRequest

type AddProgramRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *CreateProgramRequestDto `json:"body,omitempty"`
}

Request Object

func (AddProgramRequest) String

func (o AddProgramRequest) String() string

type AddProgramResponse

type AddProgramResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AddProgramResponse) String

func (o AddProgramResponse) String() string

type AddPublicationRequest

type AddPublicationRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *CreatePublicationRequestDto `json:"body,omitempty"`
}

Request Object

func (AddPublicationRequest) String

func (o AddPublicationRequest) String() string

type AddPublicationResponse

type AddPublicationResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AddPublicationResponse) String

func (o AddPublicationResponse) String() string

type AddResourceRequest

type AddResourceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	CorpId string `json:"corp_id"`

	Body *[]ResourceDto `json:"body,omitempty"`
}

Request Object

func (AddResourceRequest) String

func (o AddResourceRequest) String() string

type AddResourceResponse

type AddResourceResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AddResourceResponse) String

func (o AddResourceResponse) String() string

type AddToPersonalSpaceRequest

type AddToPersonalSpaceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body map[string]string `json:"body,omitempty"`
}

Request Object

func (AddToPersonalSpaceRequest) String

func (o AddToPersonalSpaceRequest) String() string

type AddToPersonalSpaceResponse

type AddToPersonalSpaceResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AddToPersonalSpaceResponse) String

type AddUserDto

type AddUserDto struct {
	Name string `json:"name"`

	EnglishName *string `json:"englishName,omitempty"`

	Account *string `json:"account,omitempty"`

	ThirdAccount *string `json:"thirdAccount,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Pwd *string `json:"pwd,omitempty"`

	Email *string `json:"email,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`

	Status *AddUserDtoStatus `json:"status,omitempty"`

	Function *UserFunctionDto `json:"function,omitempty"`

	SendNotify *string `json:"sendNotify,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`
}

用户信息。

func (AddUserDto) String

func (o AddUserDto) String() string

type AddUserDtoStatus

type AddUserDtoStatus struct {
	// contains filtered or unexported fields
}

func (AddUserDtoStatus) MarshalJSON

func (c AddUserDtoStatus) MarshalJSON() ([]byte, error)

func (*AddUserDtoStatus) UnmarshalJSON

func (c *AddUserDtoStatus) UnmarshalJSON(b []byte) error

type AddUserDtoStatusEnum

type AddUserDtoStatusEnum struct {
	E_0 AddUserDtoStatus
	E_1 AddUserDtoStatus
}

func GetAddUserDtoStatusEnum

func GetAddUserDtoStatusEnum() AddUserDtoStatusEnum

type AddUserRequest

type AddUserRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *AddUserDto `json:"body,omitempty"`
}

Request Object

func (AddUserRequest) String

func (o AddUserRequest) String() string

type AddUserRequestBody

type AddUserRequestBody struct {
	Name string `json:"name"`

	Contact string `json:"contact"`

	Country *string `json:"country,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	Title *string `json:"title,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	Desc *string `json:"desc,omitempty"`
}

邀请企业内用户的DTO对象

func (AddUserRequestBody) String

func (o AddUserRequestBody) String() string

type AddUserResponse

type AddUserResponse struct {
	Id *string `json:"id,omitempty"`

	UserAccount *string `json:"userAccount,omitempty"`

	Name *string `json:"name,omitempty"`

	EnglishName *string `json:"englishName,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	SipNum *string `json:"sipNum,omitempty"`

	VmrList *[]UserVmrDto `json:"vmrList,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	UserType *int32 `json:"userType,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`

	Corp *CorpBasicInfoDto `json:"corp,omitempty"`

	Function *UserFunctionDto `json:"function,omitempty"`

	DevType *QueryDeviceInfoResultDto `json:"devType,omitempty"`

	Status *int32 `json:"status,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`

	VisionAccount *string `json:"visionAccount,omitempty"`

	ThirdAccount *string `json:"thirdAccount,omitempty"`

	License *int32 `json:"license,omitempty"`

	ActiveTime     *int64 `json:"activeTime,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (AddUserResponse) String

func (o AddUserResponse) String() string

type AdminDto

type AdminDto struct {
	Account string `json:"account"`

	Name string `json:"name"`

	Pwd string `json:"pwd"`

	Email *string `json:"email,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`
}

管理员信息

func (AdminDto) String

func (o AdminDto) String() string

type AdminResetPwdReqDto

type AdminResetPwdReqDto struct {
	Account string `json:"account"`
}

func (AdminResetPwdReqDto) String

func (o AdminResetPwdReqDto) String() string

type AllowGuestUnmuteRequest

type AllowGuestUnmuteRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestAllowUnMuteReqBody `json:"body,omitempty"`
}

Request Object

func (AllowGuestUnmuteRequest) String

func (o AllowGuestUnmuteRequest) String() string

type AllowGuestUnmuteResponse

type AllowGuestUnmuteResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AllowGuestUnmuteResponse) String

func (o AllowGuestUnmuteResponse) String() string

type AssociateVmrRequest

type AssociateVmrRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Account string `json:"account"`

	AccountType *int32 `json:"accountType,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (AssociateVmrRequest) String

func (o AssociateVmrRequest) String() string

type AssociateVmrResponse

type AssociateVmrResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (AssociateVmrResponse) String

func (o AssociateVmrResponse) String() string

type Attendee

type Attendee struct {
	UserUUID *string `json:"userUUID,omitempty"`

	AccountId *string `json:"accountId,omitempty"`

	Name string `json:"name"`

	Role *int32 `json:"role,omitempty"`

	Phone string `json:"phone"`

	Phone2 *string `json:"phone2,omitempty"`

	Phone3 *string `json:"phone3,omitempty"`

	Email *string `json:"email,omitempty"`

	Sms *string `json:"sms,omitempty"`

	Type string `json:"type"`

	DeptUUID *string `json:"deptUUID,omitempty"`

	DeptName *string `json:"deptName,omitempty"`
}

与会者信息

func (Attendee) String

func (o Attendee) String() string

type AuthorizeConfigInfoRequestBody

type AuthorizeConfigInfoRequestBody struct {
	EnableSSO bool `json:"enableSSO"`

	Domain *string `json:"domain,omitempty"`

	AuthorizeUrl *string `json:"authorizeUrl,omitempty"`

	GetTokenUrl *string `json:"getTokenUrl,omitempty"`

	ClientId *string `json:"clientId,omitempty"`

	ClientSecret *string `json:"clientSecret,omitempty"`

	Scope *string `json:"scope,omitempty"`

	AccFieldName *string `json:"accFieldName,omitempty"`

	GetUserInfoUrl *string `json:"getUserInfoUrl,omitempty"`

	Oauth2ServerType *int32 `json:"oauth2ServerType,omitempty"`

	PcSchemaUrl *string `json:"pcSchemaUrl,omitempty"`

	AndroidSchemaUrl *string `json:"androidSchemaUrl,omitempty"`

	IosSchemaUrl *string `json:"iosSchemaUrl,omitempty"`

	ThirdName *string `json:"thirdName,omitempty"`

	ThirdEmail *string `json:"thirdEmail,omitempty"`

	ThirdMobile *string `json:"thirdMobile,omitempty"`

	ThirdAccessToken *string `json:"thirdAccessToken,omitempty"`

	ThirdHeadImgUrl *string `json:"thirdHeadImgUrl,omitempty"`
}

func (AuthorizeConfigInfoRequestBody) String

type BaseUser

type BaseUser struct {
	Name string `json:"name"`

	Contact string `json:"contact"`

	Country *string `json:"country,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	Title *string `json:"title,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	Desc *string `json:"desc,omitempty"`
}

用户基础对象

func (BaseUser) String

func (o BaseUser) String() string

type BatchDeleteCorpAdminsRequest

type BatchDeleteCorpAdminsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	AccountType *int32 `json:"accountType,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchDeleteCorpAdminsRequest) String

type BatchDeleteCorpAdminsResponse

type BatchDeleteCorpAdminsResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchDeleteCorpAdminsResponse) String

type BatchDeleteDevicesRequest

type BatchDeleteDevicesRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchDeleteDevicesRequest) String

func (o BatchDeleteDevicesRequest) String() string

type BatchDeleteDevicesResponse

type BatchDeleteDevicesResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchDeleteDevicesResponse) String

type BatchDeleteMaterialsRequest

type BatchDeleteMaterialsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchDeleteMaterialsRequest) String

type BatchDeleteMaterialsResponse

type BatchDeleteMaterialsResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchDeleteMaterialsResponse) String

type BatchDeleteProgramsRequest

type BatchDeleteProgramsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchDeleteProgramsRequest) String

type BatchDeleteProgramsResponse

type BatchDeleteProgramsResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchDeleteProgramsResponse) String

type BatchDeletePublicationsRequest

type BatchDeletePublicationsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchDeletePublicationsRequest) String

type BatchDeletePublicationsResponse

type BatchDeletePublicationsResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchDeletePublicationsResponse) String

type BatchDeleteUsersRequest

type BatchDeleteUsersRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	AccountType *int32 `json:"accountType,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchDeleteUsersRequest) String

func (o BatchDeleteUsersRequest) String() string

type BatchDeleteUsersResponse

type BatchDeleteUsersResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchDeleteUsersResponse) String

func (o BatchDeleteUsersResponse) String() string

type BatchUpdateDevicesStatusRequest

type BatchUpdateDevicesStatusRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Value BatchUpdateDevicesStatusRequestValue `json:"value"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchUpdateDevicesStatusRequest) String

type BatchUpdateDevicesStatusRequestValue

type BatchUpdateDevicesStatusRequestValue struct {
	// contains filtered or unexported fields
}

func (BatchUpdateDevicesStatusRequestValue) MarshalJSON

func (c BatchUpdateDevicesStatusRequestValue) MarshalJSON() ([]byte, error)

func (*BatchUpdateDevicesStatusRequestValue) UnmarshalJSON

func (c *BatchUpdateDevicesStatusRequestValue) UnmarshalJSON(b []byte) error

type BatchUpdateDevicesStatusRequestValueEnum

type BatchUpdateDevicesStatusRequestValueEnum struct {
	E_0 BatchUpdateDevicesStatusRequestValue
	E_1 BatchUpdateDevicesStatusRequestValue
}

func GetBatchUpdateDevicesStatusRequestValueEnum

func GetBatchUpdateDevicesStatusRequestValueEnum() BatchUpdateDevicesStatusRequestValueEnum

type BatchUpdateDevicesStatusResponse

type BatchUpdateDevicesStatusResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchUpdateDevicesStatusResponse) String

type BatchUpdateUserStatusRequest

type BatchUpdateUserStatusRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Value BatchUpdateUserStatusRequestValue `json:"value"`

	AccountType *int32 `json:"accountType,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (BatchUpdateUserStatusRequest) String

type BatchUpdateUserStatusRequestValue

type BatchUpdateUserStatusRequestValue struct {
	// contains filtered or unexported fields
}

func (BatchUpdateUserStatusRequestValue) MarshalJSON

func (c BatchUpdateUserStatusRequestValue) MarshalJSON() ([]byte, error)

func (*BatchUpdateUserStatusRequestValue) UnmarshalJSON

func (c *BatchUpdateUserStatusRequestValue) UnmarshalJSON(b []byte) error

type BatchUpdateUserStatusRequestValueEnum

type BatchUpdateUserStatusRequestValueEnum struct {
	E_0 BatchUpdateUserStatusRequestValue
	E_1 BatchUpdateUserStatusRequestValue
}

func GetBatchUpdateUserStatusRequestValueEnum

func GetBatchUpdateUserStatusRequestValueEnum() BatchUpdateUserStatusRequestValueEnum

type BatchUpdateUserStatusResponse

type BatchUpdateUserStatusResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BatchUpdateUserStatusResponse) String

type BroadcastParticipantRequest

type BroadcastParticipantRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`
}

Request Object

func (BroadcastParticipantRequest) String

type BroadcastParticipantResponse

type BroadcastParticipantResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (BroadcastParticipantResponse) String

type CancelMeetingRequest

type CancelMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`

	UserUUID *string `json:"userUUID,omitempty"`

	Type *int32 `json:"type,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (CancelMeetingRequest) String

func (o CancelMeetingRequest) String() string

type CancelMeetingResponse

type CancelMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (CancelMeetingResponse) String

func (o CancelMeetingResponse) String() string

type CancelRecurringMeetingRequest

type CancelRecurringMeetingRequest struct {
	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	ConferenceID string `json:"conferenceID"`

	Type *int32 `json:"type,omitempty"`
}

Request Object

func (CancelRecurringMeetingRequest) String

type CancelRecurringMeetingResponse

type CancelRecurringMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (CancelRecurringMeetingResponse) String

type CancelRecurringSubMeetingRequest

type CancelRecurringSubMeetingRequest struct {
	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	ConferenceID string `json:"conferenceID"`

	Type *int32 `json:"type,omitempty"`

	Body *RestCancelSingleRecordCycleConfListReqBody `json:"body,omitempty"`
}

Request Object

func (CancelRecurringSubMeetingRequest) String

type CancelRecurringSubMeetingResponse

type CancelRecurringSubMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (CancelRecurringSubMeetingResponse) String

type CategorySuggestions

type CategorySuggestions struct {
	Politics *string `json:"politics,omitempty"`

	Terrorism *string `json:"terrorism,omitempty"`

	Porn *string `json:"porn,omitempty"`
}

各项内容审核结果

func (CategorySuggestions) String

func (o CategorySuggestions) String() string

type CheckSlideVerifyCodeRequest

type CheckSlideVerifyCodeRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *SlideVerifyCodeCheckDto `json:"body,omitempty"`
}

Request Object

func (CheckSlideVerifyCodeRequest) String

type CheckSlideVerifyCodeResponse

type CheckSlideVerifyCodeResponse struct {
	Token *string `json:"token,omitempty"`

	Expire         *int32 `json:"expire,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (CheckSlideVerifyCodeResponse) String

type CheckTokenRequest

type CheckTokenRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *ValidateTokenReqDto `json:"body,omitempty"`
}

Request Object

func (CheckTokenRequest) String

func (o CheckTokenRequest) String() string

type CheckTokenResponse

type CheckTokenResponse struct {
	AccessToken *string `json:"accessToken,omitempty"`

	TokenIp *string `json:"tokenIp,omitempty"`

	ValidPeriod *int64 `json:"validPeriod,omitempty"`

	ExpireTime *int64 `json:"expireTime,omitempty"`

	CreateTime *int64 `json:"createTime,omitempty"`

	User *UserInfo `json:"user,omitempty"`

	ClientType *int32 `json:"clientType,omitempty"`

	ForceLoginInd *int32 `json:"forceLoginInd,omitempty"`

	FirstLogin *bool `json:"firstLogin,omitempty"`

	PwdExpired *bool `json:"pwdExpired,omitempty"`

	DaysPwdAvailable *int32 `json:"daysPwdAvailable,omitempty"`

	ProxyToken *ProxyTokenDto `json:"proxyToken,omitempty"`

	DelayDelete *bool `json:"delayDelete,omitempty"`

	TokenType *int32 `json:"tokenType,omitempty"`

	RefreshToken *string `json:"refreshToken,omitempty"`

	RefreshValidPeriod *int64 `json:"refreshValidPeriod,omitempty"`

	RefreshExpireTime *int64 `json:"refreshExpireTime,omitempty"`

	RefreshCreateTime *int64 `json:"refreshCreateTime,omitempty"`
	HttpStatusCode    int    `json:"-"`
}

Response Object

func (CheckTokenResponse) String

func (o CheckTokenResponse) String() string

type CheckVeriCodeForUpdateUserInfoRequest

type CheckVeriCodeForUpdateUserInfoRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *VerificationCodeDto `json:"body,omitempty"`
}

Request Object

func (CheckVeriCodeForUpdateUserInfoRequest) String

type CheckVeriCodeForUpdateUserInfoResponse

type CheckVeriCodeForUpdateUserInfoResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (CheckVeriCodeForUpdateUserInfoResponse) String

type CheckVerifyCodeRequest

type CheckVerifyCodeRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *VerifyCodeCheckDto `json:"body,omitempty"`
}

Request Object

func (CheckVerifyCodeRequest) String

func (o CheckVerifyCodeRequest) String() string

type CheckVerifyCodeResponse

type CheckVerifyCodeResponse struct {
	Token *string `json:"token,omitempty"`

	Expire         *int32 `json:"expire,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (CheckVerifyCodeResponse) String

func (o CheckVerifyCodeResponse) String() string

type ConfAttendeeRecordInfo

type ConfAttendeeRecordInfo struct {
	DisplayName *string `json:"displayName,omitempty"`

	CallNumber *string `json:"callNumber,omitempty"`

	DeviceType *string `json:"deviceType,omitempty"`

	JoinTime *int64 `json:"joinTime,omitempty"`

	LeftTime *int64 `json:"leftTime,omitempty"`

	MediaType *string `json:"mediaType,omitempty"`

	DeptName *string `json:"deptName,omitempty"`
}

与会者记录

func (ConfAttendeeRecordInfo) String

func (o ConfAttendeeRecordInfo) String() string

type ConfCtlRecordInfo

type ConfCtlRecordInfo struct {
	OperateTime *int64 `json:"operateTime,omitempty"`

	OperateSource *string `json:"operateSource,omitempty"`

	Operator *string `json:"operator,omitempty"`

	OperateCode *string `json:"operateCode,omitempty"`

	OperationObject *string `json:"operationObject,omitempty"`

	OperateResult *string `json:"operateResult,omitempty"`

	Detail *string `json:"detail,omitempty"`
}

会控操作信息

func (ConfCtlRecordInfo) String

func (o ConfCtlRecordInfo) String() string

type ConferenceInfo

type ConferenceInfo struct {
	ConferenceID *string `json:"conferenceID,omitempty"`

	Subject *string `json:"subject,omitempty"`

	Size *int32 `json:"size,omitempty"`

	TimeZoneID *string `json:"timeZoneID,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	EndTime *string `json:"endTime,omitempty"`

	MediaTypes *string `json:"mediaTypes,omitempty"`

	ConferenceState *string `json:"conferenceState,omitempty"`

	Language *string `json:"language,omitempty"`

	AccessNumber *string `json:"accessNumber,omitempty"`

	PasswordEntry *[]PasswordEntry `json:"passwordEntry,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	ConferenceType *int32 `json:"conferenceType,omitempty"`

	ConfType *string `json:"confType,omitempty"`

	CycleParams *CycleParams `json:"cycleParams,omitempty"`

	IsAutoMute *int32 `json:"isAutoMute,omitempty"`

	IsAutoRecord *int32 `json:"isAutoRecord,omitempty"`

	ChairJoinUri *string `json:"chairJoinUri,omitempty"`

	GuestJoinUri *string `json:"guestJoinUri,omitempty"`

	AudienceJoinUri *string `json:"audienceJoinUri,omitempty"`

	RecordType *int32 `json:"recordType,omitempty"`

	AuxAddress *string `json:"auxAddress,omitempty"`

	LiveAddress *string `json:"liveAddress,omitempty"`

	RecordAuxStream *int32 `json:"recordAuxStream,omitempty"`

	RecordAuthType *int32 `json:"recordAuthType,omitempty"`

	LiveUrl *string `json:"liveUrl,omitempty"`

	ConfConfigInfo *RestConfConfigDto `json:"confConfigInfo,omitempty"`

	VmrFlag *int32 `json:"vmrFlag,omitempty"`

	IsHasRecordFile *bool `json:"isHasRecordFile,omitempty"`

	VmrConferenceID *string `json:"vmrConferenceID,omitempty"`

	ConfUUID *string `json:"confUUID,omitempty"`

	PartAttendeeInfo *[]PartAttendee `json:"partAttendeeInfo,omitempty"`

	TerminlCount *int32 `json:"terminlCount,omitempty"`

	NormalCount *int32 `json:"normalCount,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	VmrID *string `json:"vmrID,omitempty"`

	Role *ConferenceInfoRole `json:"role,omitempty"`

	Webinar *bool `json:"webinar,omitempty"`

	MultiStreamFlag *int32 `json:"multiStreamFlag,omitempty"`

	ConfMode *ConferenceInfoConfMode `json:"confMode,omitempty"`

	ScheduleVmr *bool `json:"scheduleVmr,omitempty"`

	ConcurrentParticipants *int32 `json:"concurrentParticipants,omitempty"`

	PicDisplay *interface{} `json:"picDisplay,omitempty"`

	SubConfs *[]CycleSubConf `json:"subConfs,omitempty"`

	CycleSubConfID *string `json:"cycleSubConfID,omitempty"`
}

会议信息

func (ConferenceInfo) String

func (o ConferenceInfo) String() string

type ConferenceInfoConfMode

type ConferenceInfoConfMode struct {
	// contains filtered or unexported fields
}

func (ConferenceInfoConfMode) MarshalJSON

func (c ConferenceInfoConfMode) MarshalJSON() ([]byte, error)

func (*ConferenceInfoConfMode) UnmarshalJSON

func (c *ConferenceInfoConfMode) UnmarshalJSON(b []byte) error

type ConferenceInfoConfModeEnum

type ConferenceInfoConfModeEnum struct {
	COMMON ConferenceInfoConfMode
	RTC    ConferenceInfoConfMode
}

func GetConferenceInfoConfModeEnum

func GetConferenceInfoConfModeEnum() ConferenceInfoConfModeEnum

type ConferenceInfoRole

type ConferenceInfoRole struct {
	// contains filtered or unexported fields
}

func (ConferenceInfoRole) MarshalJSON

func (c ConferenceInfoRole) MarshalJSON() ([]byte, error)

func (*ConferenceInfoRole) UnmarshalJSON

func (c *ConferenceInfoRole) UnmarshalJSON(b []byte) error

type ConferenceInfoRoleEnum

type ConferenceInfoRoleEnum struct {
	CHAIR    ConferenceInfoRole
	GENERAL  ConferenceInfoRole
	AUDIENCE ConferenceInfoRole
}

func GetConferenceInfoRoleEnum

func GetConferenceInfoRoleEnum() ConferenceInfoRoleEnum

type CorpAdminDto

type CorpAdminDto struct {
	Account string `json:"account"`
}

func (CorpAdminDto) String

func (o CorpAdminDto) String() string

type CorpBasicDto

type CorpBasicDto struct {
	Name string `json:"name"`

	Domain *string `json:"domain,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Fax *string `json:"fax,omitempty"`

	Email *string `json:"email,omitempty"`

	Address *string `json:"address,omitempty"`

	Description *string `json:"description,omitempty"`

	SpId *string `json:"spId,omitempty"`

	Language *CorpBasicDtoLanguage `json:"language,omitempty"`

	TimeZoneId *string `json:"timeZoneId,omitempty"`
}

企业的基本信息

func (CorpBasicDto) String

func (o CorpBasicDto) String() string

type CorpBasicDtoLanguage

type CorpBasicDtoLanguage struct {
	// contains filtered or unexported fields
}

func (CorpBasicDtoLanguage) MarshalJSON

func (c CorpBasicDtoLanguage) MarshalJSON() ([]byte, error)

func (*CorpBasicDtoLanguage) UnmarshalJSON

func (c *CorpBasicDtoLanguage) UnmarshalJSON(b []byte) error

type CorpBasicDtoLanguageEnum

type CorpBasicDtoLanguageEnum struct {
	ZH_CN CorpBasicDtoLanguage
	EN_US CorpBasicDtoLanguage
}

func GetCorpBasicDtoLanguageEnum

func GetCorpBasicDtoLanguageEnum() CorpBasicDtoLanguageEnum

type CorpBasicInfoDto

type CorpBasicInfoDto struct {
	Id *string `json:"id,omitempty"`

	Name *string `json:"name,omitempty"`

	Address *string `json:"address,omitempty"`

	AdminName *string `json:"adminName,omitempty"`

	Account *string `json:"account,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	EnableSMS *bool `json:"enableSMS,omitempty"`

	EnableCloudDisk *bool `json:"enableCloudDisk,omitempty"`

	EnablePstn *bool `json:"enablePstn,omitempty"`

	AutoUserCreate *bool `json:"autoUserCreate,omitempty"`

	CorpType *int32 `json:"corpType,omitempty"`
}

企业注册信息

func (CorpBasicInfoDto) String

func (o CorpBasicInfoDto) String() string

type CpuThresholdData

type CpuThresholdData struct {
	Cpu *int32 `json:"cpu,omitempty"`

	CpuDefault *int32 `json:"cpuDefault,omitempty"`
}

CPU阈值查询结果结构体

func (CpuThresholdData) String

func (o CpuThresholdData) String() string

type CreateAnonymousAuthRandomRequest

type CreateAnonymousAuthRandomRequest struct {
	ConferenceID string `json:"conferenceID"`

	XPassword string `json:"X-Password"`
}

Request Object

func (CreateAnonymousAuthRandomRequest) String

type CreateAnonymousAuthRandomResponse

type CreateAnonymousAuthRandomResponse struct {
	SiteUrl *string `json:"siteUrl,omitempty"`

	Random         *string `json:"random,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateAnonymousAuthRandomResponse) String

type CreateConfTokenRequest

type CreateConfTokenRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization *string `json:"X-Conference-Authorization,omitempty"`

	XPassword string `json:"X-Password"`

	XLoginType int32 `json:"X-Login-Type"`

	XNonce *string `json:"X-Nonce,omitempty"`
}

Request Object

func (CreateConfTokenRequest) String

func (o CreateConfTokenRequest) String() string

type CreateConfTokenResponse

type CreateConfTokenResponse struct {
	Data *TokenInfo `json:"data,omitempty"`

	AddressToken *string `json:"addressToken,omitempty"`

	GloablPublicIP *string `json:"gloablPublicIP,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateConfTokenResponse) String

func (o CreateConfTokenResponse) String() string

type CreateMeetingRequest

type CreateMeetingRequest struct {
	UserUUID *string `json:"userUUID,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	Body *RestScheduleConfDto `json:"body,omitempty"`
}

Request Object

func (CreateMeetingRequest) String

func (o CreateMeetingRequest) String() string

type CreateMeetingResponse

type CreateMeetingResponse struct {
	Body           *[]ConferenceInfo `json:"body,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (CreateMeetingResponse) String

func (o CreateMeetingResponse) String() string

type CreatePortalRefNonceRequest

type CreatePortalRefNonceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (CreatePortalRefNonceRequest) String

type CreatePortalRefNonceResponse

type CreatePortalRefNonceResponse struct {
	Nonce          *string `json:"nonce,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreatePortalRefNonceResponse) String

type CreateProgramRequestDto

type CreateProgramRequestDto struct {
	ProgramName string `json:"programName"`

	ProgramItemList *[]ProgramItemRequestBase `json:"programItemList,omitempty"`
}

新增节目详情响应

func (CreateProgramRequestDto) String

func (o CreateProgramRequestDto) String() string

type CreatePublicationRequestDto

type CreatePublicationRequestDto struct {
	PublishName string `json:"publishName"`

	StartTime int64 `json:"startTime"`

	EndTime int64 `json:"endTime"`

	DeptList []string `json:"deptList"`

	DeviceList []string `json:"deviceList"`

	ProgramList *[]string `json:"programList,omitempty"`
}

新增发布信息请求

func (CreatePublicationRequestDto) String

type CreateRecurringMeetingRequest

type CreateRecurringMeetingRequest struct {
	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	Body *RestScheduleConfDto `json:"body,omitempty"`
}

Request Object

func (CreateRecurringMeetingRequest) String

type CreateRecurringMeetingResponse

type CreateRecurringMeetingResponse struct {
	Body           *[]ConferenceInfo `json:"body,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (CreateRecurringMeetingResponse) String

type CreateVisionActiveCodeRequest

type CreateVisionActiveCodeRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *VisionActiveCodeDto `json:"body,omitempty"`
}

Request Object

func (CreateVisionActiveCodeRequest) String

type CreateVisionActiveCodeResponse

type CreateVisionActiveCodeResponse struct {
	ActiveCode     *string `json:"activeCode,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateVisionActiveCodeResponse) String

type CreateWebSocketTokenRequest

type CreateWebSocketTokenRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`
}

Request Object

func (CreateWebSocketTokenRequest) String

type CreateWebSocketTokenResponse

type CreateWebSocketTokenResponse struct {
	WebSocketToken *string `json:"webSocketToken,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateWebSocketTokenResponse) String

type CreateWebinarRequest

type CreateWebinarRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *OpenScheduleConfReq `json:"body,omitempty"`
}

Request Object

func (CreateWebinarRequest) String

func (o CreateWebinarRequest) String() string

type CreateWebinarResponse

type CreateWebinarResponse struct {
	ConferenceId *string `json:"conferenceId,omitempty"`

	CorpId *string `json:"corpId,omitempty"`

	Subject *string `json:"subject,omitempty"`

	Description *string `json:"description,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	Duration *int32 `json:"duration,omitempty"`

	TimeZoneId *int32 `json:"timeZoneId,omitempty"`

	State *MeetingStatus `json:"state,omitempty"`

	ScheduserId *string `json:"scheduserId,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	CallRestriction *bool `json:"callRestriction,omitempty"`

	Scope *int32 `json:"scope,omitempty"`

	AudienceScope *int32 `json:"audienceScope,omitempty"`

	ChairJoinUri *string `json:"chairJoinUri,omitempty"`

	ChairPasswd *string `json:"chairPasswd,omitempty"`

	GuestJoinUri *string `json:"guestJoinUri,omitempty"`

	GuestPasswd *string `json:"guestPasswd,omitempty"`

	AudienceJoinUri *string `json:"audienceJoinUri,omitempty"`

	AudiencePasswd *string `json:"audiencePasswd,omitempty"`

	Attendees      *[]string `json:"attendees,omitempty"`
	HttpStatusCode int       `json:"-"`
}

Response Object

func (CreateWebinarResponse) String

func (o CreateWebinarResponse) String() string

type CycleParams

type CycleParams struct {
	StartDate string `json:"startDate"`

	EndDate string `json:"endDate"`

	Cycle string `json:"cycle"`

	Interval *int32 `json:"interval,omitempty"`

	Point *[]int32 `json:"point,omitempty"`

	PreRemindDays int32 `json:"preRemindDays"`
}

周期参数

func (CycleParams) String

func (o CycleParams) String() string

type CycleSubConf

type CycleSubConf struct {
	CycleSubConfID string `json:"cycleSubConfID"`

	ConferenceID *string `json:"conferenceID,omitempty"`

	MediaType *string `json:"mediaType,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	EndTime *string `json:"endTime,omitempty"`

	IsAutoRecord *int32 `json:"isAutoRecord,omitempty"`

	ConfConfigInfo *CycleSubConfConfigDto `json:"confConfigInfo,omitempty"`

	RecordAuthType *int32 `json:"recordAuthType,omitempty"`

	Description *string `json:"description,omitempty"`
}

func (CycleSubConf) String

func (o CycleSubConf) String() string

type CycleSubConfConfigDto

type CycleSubConfConfigDto struct {
	CallInRestriction *int32 `json:"callInRestriction,omitempty"`

	AudienceCallInRestriction *int32 `json:"audienceCallInRestriction,omitempty"`

	AllowGuestStartConf *bool `json:"allowGuestStartConf,omitempty"`

	EnableWaitingRoom *bool `json:"enableWaitingRoom,omitempty"`

	ShowAudienceCountInfo *ShowAudienceCountInfo `json:"showAudienceCountInfo,omitempty"`
}

func (CycleSubConfConfigDto) String

func (o CycleSubConfConfigDto) String() string

type DelAttendInfo

type DelAttendInfo struct {
	Number string `json:"number"`

	ParticipantID *string `json:"participantID,omitempty"`
}

待删除会场信息

func (DelAttendInfo) String

func (o DelAttendInfo) String() string

type DeleteAttendeesRequest

type DeleteAttendeesRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestBulkDelAttendReqBody `json:"body,omitempty"`
}

Request Object

func (DeleteAttendeesRequest) String

func (o DeleteAttendeesRequest) String() string

type DeleteAttendeesResponse

type DeleteAttendeesResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteAttendeesResponse) String

func (o DeleteAttendeesResponse) String() string

type DeleteCorpRequest

type DeleteCorpRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`
}

Request Object

func (DeleteCorpRequest) String

func (o DeleteCorpRequest) String() string

type DeleteCorpResponse

type DeleteCorpResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteCorpResponse) String

func (o DeleteCorpResponse) String() string

type DeleteCorpVmrRequest

type DeleteCorpVmrRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (DeleteCorpVmrRequest) String

func (o DeleteCorpVmrRequest) String() string

type DeleteCorpVmrResponse

type DeleteCorpVmrResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteCorpVmrResponse) String

func (o DeleteCorpVmrResponse) String() string

type DeleteDepartmentRequest

type DeleteDepartmentRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	DeptCode string `json:"dept_code"`
}

Request Object

func (DeleteDepartmentRequest) String

func (o DeleteDepartmentRequest) String() string

type DeleteDepartmentResponse

type DeleteDepartmentResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteDepartmentResponse) String

func (o DeleteDepartmentResponse) String() string

type DeleteRecordingsRequest

type DeleteRecordingsRequest struct {
	ConfUUIDs string `json:"confUUIDs"`

	UserUUID *string `json:"userUUID,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (DeleteRecordingsRequest) String

func (o DeleteRecordingsRequest) String() string

type DeleteRecordingsResponse

type DeleteRecordingsResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteRecordingsResponse) String

func (o DeleteRecordingsResponse) String() string

type DeleteResourceRequest

type DeleteResourceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	CorpId string `json:"corp_id"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (DeleteResourceRequest) String

func (o DeleteResourceRequest) String() string

type DeleteResourceResponse

type DeleteResourceResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteResourceResponse) String

func (o DeleteResourceResponse) String() string

type DeleteVisionActiveCodeRequest

type DeleteVisionActiveCodeRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (DeleteVisionActiveCodeRequest) String

type DeleteVisionActiveCodeResponse

type DeleteVisionActiveCodeResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteVisionActiveCodeResponse) String

type DeleteWebHookConfigRequest

type DeleteWebHookConfigRequest struct {
	Id string `json:"id"`
}

Request Object

func (DeleteWebHookConfigRequest) String

type DeleteWebHookConfigResponse

type DeleteWebHookConfigResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteWebHookConfigResponse) String

type DeleteWebinarRequest

type DeleteWebinarRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	ConferenceId string `json:"conference_id"`
}

Request Object

func (DeleteWebinarRequest) String

func (o DeleteWebinarRequest) String() string

type DeleteWebinarResponse

type DeleteWebinarResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DeleteWebinarResponse) String

func (o DeleteWebinarResponse) String() string

type DeptBasicDto

type DeptBasicDto struct {
	DeptCode *string `json:"deptCode,omitempty"`

	CorpId *string `json:"corpId,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	ParentDeptCode *string `json:"parentDeptCode,omitempty"`
}

部门基本信息, 查询企业级别的管理员时需要显示部门信息

func (DeptBasicDto) String

func (o DeptBasicDto) String() string

type DeptDto

type DeptDto struct {
	DeptCode *string `json:"deptCode,omitempty"`

	DeptName string `json:"deptName"`

	ParentDeptCode *string `json:"parentDeptCode,omitempty"`

	Note *string `json:"note,omitempty"`

	InPermission *DeptDtoInPermission `json:"inPermission,omitempty"`

	OutPermission *DeptDtoOutPermission `json:"outPermission,omitempty"`

	DesignatedOutDeptCodes *[]string `json:"designatedOutDeptCodes,omitempty"`
}

func (DeptDto) String

func (o DeptDto) String() string

type DeptDtoInPermission

type DeptDtoInPermission struct {
	// contains filtered or unexported fields
}

func (DeptDtoInPermission) MarshalJSON

func (c DeptDtoInPermission) MarshalJSON() ([]byte, error)

func (*DeptDtoInPermission) UnmarshalJSON

func (c *DeptDtoInPermission) UnmarshalJSON(b []byte) error

type DeptDtoInPermissionEnum

type DeptDtoInPermissionEnum struct {
	UNLIMITED             DeptDtoInPermission
	OPEN                  DeptDtoInPermission
	CLOSE                 DeptDtoInPermission
	DESIGNATED_DEPARTMENT DeptDtoInPermission
}

func GetDeptDtoInPermissionEnum

func GetDeptDtoInPermissionEnum() DeptDtoInPermissionEnum

type DeptDtoOutPermission

type DeptDtoOutPermission struct {
	// contains filtered or unexported fields
}

func (DeptDtoOutPermission) MarshalJSON

func (c DeptDtoOutPermission) MarshalJSON() ([]byte, error)

func (*DeptDtoOutPermission) UnmarshalJSON

func (c *DeptDtoOutPermission) UnmarshalJSON(b []byte) error

type DeptDtoOutPermissionEnum

type DeptDtoOutPermissionEnum struct {
	UNLIMITED                 DeptDtoOutPermission
	ONLY_SELF                 DeptDtoOutPermission
	SELF_AND_CHILD_DEPARTMENT DeptDtoOutPermission
	DESIGNATED_DEPARTMENT     DeptDtoOutPermission
}

func GetDeptDtoOutPermissionEnum

func GetDeptDtoOutPermissionEnum() DeptDtoOutPermissionEnum

type DisassociateVmrRequest

type DisassociateVmrRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Account string `json:"account"`

	AccountType *int32 `json:"accountType,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (DisassociateVmrRequest) String

func (o DisassociateVmrRequest) String() string

type DisassociateVmrResponse

type DisassociateVmrResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (DisassociateVmrResponse) String

func (o DisassociateVmrResponse) String() string

type HandRequest

type HandRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestHandsUpReqBody `json:"body,omitempty"`
}

Request Object

func (HandRequest) String

func (o HandRequest) String() string

type HandResponse

type HandResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (HandResponse) String

func (o HandResponse) String() string

type HangUpRequest

type HangUpRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestBulkHangUpReqBody `json:"body,omitempty"`
}

Request Object

func (HangUpRequest) String

func (o HangUpRequest) String() string

type HangUpResponse

type HangUpResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (HangUpResponse) String

func (o HangUpResponse) String() string

type IdMarkDto

type IdMarkDto struct {
	Id *string `json:"id,omitempty"`

	Mark *string `json:"mark,omitempty"`
}

func (IdMarkDto) String

func (o IdMarkDto) String() string

type ImageModerationResult

type ImageModerationResult struct {
	Suggestion *string `json:"suggestion,omitempty"`

	CategorySuggestions *CategorySuggestions `json:"category_suggestions,omitempty"`
}

图片审核结果

func (ImageModerationResult) String

func (o ImageModerationResult) String() string

type InviteOperateVideoRequest

type InviteOperateVideoRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestVideoBody `json:"body,omitempty"`
}

Request Object

func (InviteOperateVideoRequest) String

func (o InviteOperateVideoRequest) String() string

type InviteOperateVideoResponse

type InviteOperateVideoResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (InviteOperateVideoResponse) String

type InviteParticipantRequest

type InviteParticipantRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestInviteReqBody `json:"body,omitempty"`
}

Request Object

func (InviteParticipantRequest) String

func (o InviteParticipantRequest) String() string

type InviteParticipantResponse

type InviteParticipantResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (InviteParticipantResponse) String

func (o InviteParticipantResponse) String() string

type InviteShareDto

type InviteShareDto struct {
	Share int32 `json:"share"`
}

邀请共享请求body

func (InviteShareDto) String

func (o InviteShareDto) String() string

type InviteShareRequest

type InviteShareRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *InviteShareDto `json:"body,omitempty"`
}

Request Object

func (InviteShareRequest) String

func (o InviteShareRequest) String() string

type InviteShareResponse

type InviteShareResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (InviteShareResponse) String

func (o InviteShareResponse) String() string

type InviteUserRequest

type InviteUserRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *AddUserRequestBody `json:"body,omitempty"`
}

Request Object

func (InviteUserRequest) String

func (o InviteUserRequest) String() string

type InviteUserResponse

type InviteUserResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (InviteUserResponse) String

func (o InviteUserResponse) String() string

type InviteWithPwdRequest

type InviteWithPwdRequest struct {
	ConferenceID string `json:"conferenceID"`

	Body *RestInviteWithPwdReqBody `json:"body,omitempty"`
}

Request Object

func (InviteWithPwdRequest) String

func (o InviteWithPwdRequest) String() string

type InviteWithPwdResponse

type InviteWithPwdResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (InviteWithPwdResponse) String

func (o InviteWithPwdResponse) String() string

type ListHistoryWebinarsRequest

type ListHistoryWebinarsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	SortType *string `json:"sortType,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	EndTime *string `json:"endTime,omitempty"`
}

Request Object

func (ListHistoryWebinarsRequest) String

type ListHistoryWebinarsResponse

type ListHistoryWebinarsResponse struct {
	Offset int32 `json:"offset"`

	Limit int32 `json:"limit"`

	Count int64 `json:"count"`

	Data           *[]OpenWebinarHistoryInfo `json:"data,omitempty"`
	HttpStatusCode int                       `json:"-"`
}

Response Object

func (ListHistoryWebinarsResponse) String

type ListMeetingFileResponseDto

type ListMeetingFileResponseDto struct {
	FileCode *string `json:"fileCode,omitempty"`

	Topic *string `json:"topic,omitempty"`

	FileId *string `json:"fileId,omitempty"`

	FileName *string `json:"fileName,omitempty"`

	FileSize *int64 `json:"fileSize,omitempty"`

	ThumbnailFileId *string `json:"thumbnailFileId,omitempty"`

	ThumbnailFileName *string `json:"thumbnailFileName,omitempty"`

	ThumbnailFileSize *int64 `json:"thumbnailFileSize,omitempty"`

	PdfFileId *string `json:"pdfFileId,omitempty"`

	PdfFileName *string `json:"pdfFileName,omitempty"`

	PdfFileSize *int64 `json:"pdfFileSize,omitempty"`

	UserId *string `json:"userId,omitempty"`

	CreationTimestamp *int64 `json:"creationTimestamp,omitempty"`
}

IdeaHub、终端“查看会议纪要列表”响应

func (ListMeetingFileResponseDto) String

type ListOngoingWebinarsRequest

type ListOngoingWebinarsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	SortType *string `json:"sortType,omitempty"`
}

Request Object

func (ListOngoingWebinarsRequest) String

type ListOngoingWebinarsResponse

type ListOngoingWebinarsResponse struct {
	Offset int32 `json:"offset"`

	Limit int32 `json:"limit"`

	Count int64 `json:"count"`

	Data           *[]OpenWebinarOngoingInfo `json:"data,omitempty"`
	HttpStatusCode int                       `json:"-"`
}

Response Object

func (ListOngoingWebinarsResponse) String

type ListUpComingWebinarsRequest

type ListUpComingWebinarsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	SortType *string `json:"sortType,omitempty"`
}

Request Object

func (ListUpComingWebinarsRequest) String

type ListUpComingWebinarsResponse

type ListUpComingWebinarsResponse struct {
	Offset int32 `json:"offset"`

	Limit int32 `json:"limit"`

	Count int64 `json:"count"`

	Data           *[]OpenWebinarUpcomingInfo `json:"data,omitempty"`
	HttpStatusCode int                        `json:"-"`
}

Response Object

func (ListUpComingWebinarsResponse) String

type LiveRequest

type LiveRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestSetLiveReqBody `json:"body,omitempty"`
}

Request Object

func (LiveRequest) String

func (o LiveRequest) String() string

type LiveResponse

type LiveResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (LiveResponse) String

func (o LiveResponse) String() string

type LockMeetingRequest

type LockMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestLockReqBody `json:"body,omitempty"`
}

Request Object

func (LockMeetingRequest) String

func (o LockMeetingRequest) String() string

type LockMeetingResponse

type LockMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (LockMeetingResponse) String

func (o LockMeetingResponse) String() string

type LockViewRequest

type LockViewRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestLockSiteViewReqBody `json:"body,omitempty"`
}

Request Object

func (LockViewRequest) String

func (o LockViewRequest) String() string

type LockViewResponse

type LockViewResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (LockViewResponse) String

func (o LockViewResponse) String() string

type Material

type Material struct {
	Id *string `json:"id,omitempty"`

	LastUpdatedBy *string `json:"lastUpdatedBy,omitempty"`

	UpdateTime *int64 `json:"updateTime,omitempty"`

	MaterialName *string `json:"materialName,omitempty"`

	MaterialResolution *string `json:"materialResolution,omitempty"`

	MaterialSizeStr *string `json:"materialSizeStr,omitempty"`

	FilePath *string `json:"filePath,omitempty"`
}

素材信息

func (Material) String

func (o Material) String() string

type MeetingFileBase

type MeetingFileBase struct {
	FileCode *string `json:"fileCode,omitempty"`

	Topic *string `json:"topic,omitempty"`

	FileId *string `json:"fileId,omitempty"`

	FileName *string `json:"fileName,omitempty"`

	FileSize *int64 `json:"fileSize,omitempty"`

	ThumbnailFileId *string `json:"thumbnailFileId,omitempty"`

	ThumbnailFileName *string `json:"thumbnailFileName,omitempty"`

	ThumbnailFileSize *int64 `json:"thumbnailFileSize,omitempty"`

	PdfFileId *string `json:"pdfFileId,omitempty"`

	PdfFileName *string `json:"pdfFileName,omitempty"`

	PdfFileSize *int64 `json:"pdfFileSize,omitempty"`
}

会议纪要文件基类

func (MeetingFileBase) String

func (o MeetingFileBase) String() string

type MeetingStatus

type MeetingStatus struct {
	// contains filtered or unexported fields
}

会议状态。 - schedule:预定状态 - created:会议已经被创建并正在召开 - destroyed:会议已经关闭

func (MeetingStatus) MarshalJSON

func (c MeetingStatus) MarshalJSON() ([]byte, error)

func (*MeetingStatus) UnmarshalJSON

func (c *MeetingStatus) UnmarshalJSON(b []byte) error

type MeetingStatusEnum

type MeetingStatusEnum struct {
	SCHEDULE  MeetingStatus
	CREATED   MeetingStatus
	DESTROYED MeetingStatus
}

func GetMeetingStatusEnum

func GetMeetingStatusEnum() MeetingStatusEnum

type ModAdminDto

type ModAdminDto struct {
	Name *string `json:"name,omitempty"`

	Email *string `json:"email,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`
}

待修改的管理员信息

func (ModAdminDto) String

func (o ModAdminDto) String() string

type ModCorpBasicDto

type ModCorpBasicDto struct {
	Name *string `json:"name,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Fax *string `json:"fax,omitempty"`

	Email *string `json:"email,omitempty"`

	Address *string `json:"address,omitempty"`

	Description *string `json:"description,omitempty"`
}

待修改的企业基本信息,不带或参数null,则不修改

func (ModCorpBasicDto) String

func (o ModCorpBasicDto) String() string

type ModCorpBasicInfoDto

type ModCorpBasicInfoDto struct {
	Address *string `json:"address,omitempty"`

	AutoUserCreate *bool `json:"autoUserCreate,omitempty"`
}

企业注册信息

func (ModCorpBasicInfoDto) String

func (o ModCorpBasicInfoDto) String() string

type ModCorpDto

type ModCorpDto struct {
	BasicInfo *ModCorpBasicDto `json:"basicInfo,omitempty"`

	AdminInfo *ModAdminDto `json:"adminInfo,omitempty"`

	GroupId *string `json:"groupId,omitempty"`

	PropertyInfo *[]OrgPropertyDto `json:"propertyInfo,omitempty"`
}

func (ModCorpDto) String

func (o ModCorpDto) String() string

type ModDeptDto

type ModDeptDto struct {
	DeptName *string `json:"deptName,omitempty"`

	ParentDeptCode *string `json:"parentDeptCode,omitempty"`

	Note *string `json:"note,omitempty"`

	InPermission *ModDeptDtoInPermission `json:"inPermission,omitempty"`

	OutPermission *ModDeptDtoOutPermission `json:"outPermission,omitempty"`

	DesignatedOutDeptCodes *[]string `json:"designatedOutDeptCodes,omitempty"`
}

func (ModDeptDto) String

func (o ModDeptDto) String() string

type ModDeptDtoInPermission

type ModDeptDtoInPermission struct {
	// contains filtered or unexported fields
}

func (ModDeptDtoInPermission) MarshalJSON

func (c ModDeptDtoInPermission) MarshalJSON() ([]byte, error)

func (*ModDeptDtoInPermission) UnmarshalJSON

func (c *ModDeptDtoInPermission) UnmarshalJSON(b []byte) error

type ModDeptDtoInPermissionEnum

type ModDeptDtoInPermissionEnum struct {
	UNLIMITED             ModDeptDtoInPermission
	OPEN                  ModDeptDtoInPermission
	CLOSE                 ModDeptDtoInPermission
	DESIGNATED_DEPARTMENT ModDeptDtoInPermission
}

func GetModDeptDtoInPermissionEnum

func GetModDeptDtoInPermissionEnum() ModDeptDtoInPermissionEnum

type ModDeptDtoOutPermission

type ModDeptDtoOutPermission struct {
	// contains filtered or unexported fields
}

func (ModDeptDtoOutPermission) MarshalJSON

func (c ModDeptDtoOutPermission) MarshalJSON() ([]byte, error)

func (*ModDeptDtoOutPermission) UnmarshalJSON

func (c *ModDeptDtoOutPermission) UnmarshalJSON(b []byte) error

type ModDeptDtoOutPermissionEnum

type ModDeptDtoOutPermissionEnum struct {
	UNLIMITED                 ModDeptDtoOutPermission
	ONLY_SELF                 ModDeptDtoOutPermission
	SELF_AND_CHILD_DEPARTMENT ModDeptDtoOutPermission
	DESIGNATED_DEPARTMENT     ModDeptDtoOutPermission
}

func GetModDeptDtoOutPermissionEnum

func GetModDeptDtoOutPermissionEnum() ModDeptDtoOutPermissionEnum

type ModDeviceDto

type ModDeviceDto struct {
	Name *string `json:"name,omitempty"`

	PrjCodeMode *ModDeviceDtoPrjCodeMode `json:"prjCodeMode,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	Description *string `json:"description,omitempty"`

	Status *ModDeviceDtoStatus `json:"status,omitempty"`
}

修改终端的参数DTO对象

func (ModDeviceDto) String

func (o ModDeviceDto) String() string

type ModDeviceDtoPrjCodeMode

type ModDeviceDtoPrjCodeMode struct {
	// contains filtered or unexported fields
}

func (ModDeviceDtoPrjCodeMode) MarshalJSON

func (c ModDeviceDtoPrjCodeMode) MarshalJSON() ([]byte, error)

func (*ModDeviceDtoPrjCodeMode) UnmarshalJSON

func (c *ModDeviceDtoPrjCodeMode) UnmarshalJSON(b []byte) error

type ModDeviceDtoPrjCodeModeEnum

type ModDeviceDtoPrjCodeModeEnum struct {
	E_0 ModDeviceDtoPrjCodeMode
	E_1 ModDeviceDtoPrjCodeMode
	E_2 ModDeviceDtoPrjCodeMode
}

func GetModDeviceDtoPrjCodeModeEnum

func GetModDeviceDtoPrjCodeModeEnum() ModDeviceDtoPrjCodeModeEnum

type ModDeviceDtoStatus

type ModDeviceDtoStatus struct {
	// contains filtered or unexported fields
}

func (ModDeviceDtoStatus) MarshalJSON

func (c ModDeviceDtoStatus) MarshalJSON() ([]byte, error)

func (*ModDeviceDtoStatus) UnmarshalJSON

func (c *ModDeviceDtoStatus) UnmarshalJSON(b []byte) error

type ModDeviceDtoStatusEnum

type ModDeviceDtoStatusEnum struct {
	E_0 ModDeviceDtoStatus
	E_1 ModDeviceDtoStatus
}

func GetModDeviceDtoStatusEnum

func GetModDeviceDtoStatusEnum() ModDeviceDtoStatusEnum

type ModMemberDto

type ModMemberDto struct {
	Name string `json:"name"`

	EnglishName *string `json:"englishName,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`
}

用户自己修改个人信息的DTO,用member命名做区分,当前仅有名称,后续会扩展地址、签名等等。

func (ModMemberDto) String

func (o ModMemberDto) String() string

type ModPwdReqDto

type ModPwdReqDto struct {
	Account string `json:"account"`

	OldPwd string `json:"oldPwd"`

	NewPwd string `json:"newPwd"`
}

func (ModPwdReqDto) String

func (o ModPwdReqDto) String() string

type ModResourceDto

type ModResourceDto struct {
	Id string `json:"id"`

	Type *string `json:"type,omitempty"`

	ExpireDate *int64 `json:"expireDate,omitempty"`

	IsDisabled *bool `json:"isDisabled,omitempty"`
}

func (ModResourceDto) String

func (o ModResourceDto) String() string

type ModUserDto

type ModUserDto struct {
	Name *string `json:"name,omitempty"`

	EnglishName *string `json:"englishName,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	VmrId *string `json:"vmrId,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`

	Status *ModUserDtoStatus `json:"status,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`
}

用户信息。

func (ModUserDto) String

func (o ModUserDto) String() string

type ModUserDtoStatus

type ModUserDtoStatus struct {
	// contains filtered or unexported fields
}

func (ModUserDtoStatus) MarshalJSON

func (c ModUserDtoStatus) MarshalJSON() ([]byte, error)

func (*ModUserDtoStatus) UnmarshalJSON

func (c *ModUserDtoStatus) UnmarshalJSON(b []byte) error

type ModUserDtoStatusEnum

type ModUserDtoStatusEnum struct {
	E_0 ModUserDtoStatus
	E_1 ModUserDtoStatus
}

func GetModUserDtoStatusEnum

func GetModUserDtoStatusEnum() ModUserDtoStatusEnum

type ModVmrDto

type ModVmrDto struct {
	VmrName *string `json:"vmrName,omitempty"`

	GustPwd *string `json:"gustPwd,omitempty"`

	ChairPwd *string `json:"chairPwd,omitempty"`

	AllowGustFirst *bool `json:"allowGustFirst,omitempty"`

	GustFirstNotice *bool `json:"gustFirstNotice,omitempty"`
}

用户修改vmr信息

func (ModVmrDto) String

func (o ModVmrDto) String() string

type MuteMeetingRequest

type MuteMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestMuteReqBody `json:"body,omitempty"`
}

Request Object

func (MuteMeetingRequest) String

func (o MuteMeetingRequest) String() string

type MuteMeetingResponse

type MuteMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (MuteMeetingResponse) String

func (o MuteMeetingResponse) String() string

type MuteParticipantRequest

type MuteParticipantRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestMuteParticipantReqBody `json:"body,omitempty"`
}

Request Object

func (MuteParticipantRequest) String

func (o MuteParticipantRequest) String() string

type MuteParticipantResponse

type MuteParticipantResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (MuteParticipantResponse) String

func (o MuteParticipantResponse) String() string

type OpenAttendeeEntity

type OpenAttendeeEntity struct {
	AppId string `json:"appId"`

	UserAccount *string `json:"userAccount,omitempty"`

	UserName *string `json:"userName,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Email *string `json:"email,omitempty"`

	Sms *string `json:"sms,omitempty"`

	IsHardTerminal *bool `json:"isHardTerminal,omitempty"`
}

与会嘉宾列表。该列表可以用于发送会议通知、会议提醒、会议开始时候进行自动邀请。

func (OpenAttendeeEntity) String

func (o OpenAttendeeEntity) String() string

type OpenEditConfReq

type OpenEditConfReq struct {
	ConferenceId string `json:"conferenceId"`

	Subject string `json:"subject"`

	Description *string `json:"description,omitempty"`

	StartTime string `json:"startTime"`

	Duration int32 `json:"duration"`

	TimeZoneId int32 `json:"timeZoneId"`

	Attendees *[]OpenAttendeeEntity `json:"attendees,omitempty"`

	NotifySetting *OpenNotifySetting `json:"notifySetting,omitempty"`

	GuestPasswd *string `json:"guestPasswd,omitempty"`

	AudiencePasswd *string `json:"audiencePasswd,omitempty"`

	CallRestriction *bool `json:"callRestriction,omitempty"`

	Scope *int32 `json:"scope,omitempty"`

	AudienceScope *int32 `json:"audienceScope,omitempty"`
}

编辑网路研讨会议。

func (OpenEditConfReq) String

func (o OpenEditConfReq) String() string

type OpenNotifySetting

type OpenNotifySetting struct {
	EnableCalendar string `json:"enableCalendar"`

	EnableSms string `json:"enableSms"`

	EnableEmail string `json:"enableEmail"`
}

通知配置

func (OpenNotifySetting) String

func (o OpenNotifySetting) String() string

type OpenPageInfo

type OpenPageInfo struct {
	Offset int32 `json:"offset"`

	Limit int32 `json:"limit"`

	Count int64 `json:"count"`
}

分页结果信息。

func (OpenPageInfo) String

func (o OpenPageInfo) String() string

type OpenRoomSettingReq

type OpenRoomSettingReq struct {
	RoomIntroduce *string `json:"roomIntroduce,omitempty"`

	CropLogoId *string `json:"cropLogoId,omitempty"`

	CoverPictureId *string `json:"coverPictureId,omitempty"`

	ShowAudienceMode *string `json:"showAudienceMode,omitempty"`

	IsRedoubleOpen *string `json:"isRedoubleOpen,omitempty"`

	BaseAudienceCount *int32 `json:"baseAudienceCount,omitempty"`

	Multiple *float64 `json:"multiple,omitempty"`
}

会议高级设置的请求体

func (OpenRoomSettingReq) String

func (o OpenRoomSettingReq) String() string

type OpenRoomSettingVo

type OpenRoomSettingVo struct {
	RoomIntroduce *string `json:"roomIntroduce,omitempty"`

	CropLogoId *string `json:"cropLogoId,omitempty"`

	CoverPictureId *string `json:"coverPictureId,omitempty"`

	ShowAudienceMode *string `json:"showAudienceMode,omitempty"`

	IsRedoubleOpen *string `json:"isRedoubleOpen,omitempty"`

	BaseAudienceCount *int32 `json:"baseAudienceCount,omitempty"`

	Multiple *float64 `json:"multiple,omitempty"`
}

直播间高级设置VO

func (OpenRoomSettingVo) String

func (o OpenRoomSettingVo) String() string

type OpenScheduleConfReq

type OpenScheduleConfReq struct {
	Subject string `json:"subject"`

	Description *string `json:"description,omitempty"`

	StartTime string `json:"startTime"`

	Duration int32 `json:"duration"`

	TimeZoneId int32 `json:"timeZoneId"`

	Attendees *[]OpenAttendeeEntity `json:"attendees,omitempty"`

	NotifySetting *OpenNotifySetting `json:"notifySetting,omitempty"`

	VmrID string `json:"vmrID"`

	GuestPasswd *string `json:"guestPasswd,omitempty"`

	AudiencePasswd *string `json:"audiencePasswd,omitempty"`

	CallRestriction *bool `json:"callRestriction,omitempty"`

	Scope *int32 `json:"scope,omitempty"`

	AudienceScope *int32 `json:"audienceScope,omitempty"`
}

网路研讨会议预定请求。

func (OpenScheduleConfReq) String

func (o OpenScheduleConfReq) String() string

type OpenUploadFileInfo

type OpenUploadFileInfo struct {
	FileId *string `json:"fileId,omitempty"`

	ImageModeration *ImageModerationResult `json:"imageModeration,omitempty"`
}

文件上传信息

func (OpenUploadFileInfo) String

func (o OpenUploadFileInfo) String() string

type OpenWebinarBaseInfo

type OpenWebinarBaseInfo struct {
	ConferenceId *string `json:"conferenceId,omitempty"`

	CorpId *string `json:"corpId,omitempty"`

	Subject *string `json:"subject,omitempty"`

	Description *string `json:"description,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	Duration *int32 `json:"duration,omitempty"`

	TimeZoneId *int32 `json:"timeZoneId,omitempty"`

	State *MeetingStatus `json:"state,omitempty"`

	ScheduserId *string `json:"scheduserId,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	CallRestriction *bool `json:"callRestriction,omitempty"`

	Scope *int32 `json:"scope,omitempty"`

	AudienceScope *int32 `json:"audienceScope,omitempty"`

	ChairJoinUri *string `json:"chairJoinUri,omitempty"`

	ChairPasswd *string `json:"chairPasswd,omitempty"`

	GuestJoinUri *string `json:"guestJoinUri,omitempty"`

	GuestPasswd *string `json:"guestPasswd,omitempty"`

	AudienceJoinUri *string `json:"audienceJoinUri,omitempty"`

	AudiencePasswd *string `json:"audiencePasswd,omitempty"`
}

会议信息 (包含 会议基本信息、基本配置、入会信息

func (OpenWebinarBaseInfo) String

func (o OpenWebinarBaseInfo) String() string

type OpenWebinarHistoryInfo

type OpenWebinarHistoryInfo struct {
	ConferenceId *string `json:"conferenceId,omitempty"`

	ConfUUID *string `json:"confUUID,omitempty"`

	Subject *string `json:"subject,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	Moderator *string `json:"moderator,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	TimeZoneId *int32 `json:"timeZoneId,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	Duration *int32 `json:"duration,omitempty"`

	ActualStartTime *string `json:"actualStartTime,omitempty"`

	EndTime *string `json:"endTime,omitempty"`

	ActualDuration *int32 `json:"actualDuration,omitempty"`

	AttendeeCount *int32 `json:"attendeeCount,omitempty"`

	ChairCount *int32 `json:"chairCount,omitempty"`

	GuestCount *int32 `json:"guestCount,omitempty"`

	AudienceCount *int32 `json:"audienceCount,omitempty"`

	VmrId *string `json:"vmrId,omitempty"`

	VmrPkgAudienceParties *int32 `json:"vmrPkgAudienceParties,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`
}

历史召开研讨会议信息

func (OpenWebinarHistoryInfo) String

func (o OpenWebinarHistoryInfo) String() string

type OpenWebinarOngoingInfo

type OpenWebinarOngoingInfo struct {
	OnlineAttendeeCount *int32 `json:"onlineAttendeeCount,omitempty"`

	ConfUUID *string `json:"confUUID,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	ConferenceId *string `json:"conferenceId,omitempty"`

	CorpId *string `json:"corpId,omitempty"`

	Subject *string `json:"subject,omitempty"`

	Description *string `json:"description,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	TimeZoneId *int32 `json:"timeZoneId,omitempty"`

	ScheduserId *string `json:"scheduserId,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	ChairJoinUri *string `json:"chairJoinUri,omitempty"`

	ChairPasswd *string `json:"chairPasswd,omitempty"`

	GuestJoinUri *string `json:"guestJoinUri,omitempty"`

	GuestPasswd *string `json:"guestPasswd,omitempty"`

	AudienceJoinUri *string `json:"audienceJoinUri,omitempty"`

	AudiencePasswd *string `json:"audiencePasswd,omitempty"`
}

正在召开研讨会议信息(含基本信息,会议UUID 及实时在线人数

func (OpenWebinarOngoingInfo) String

func (o OpenWebinarOngoingInfo) String() string

type OpenWebinarUpcomingInfo

type OpenWebinarUpcomingInfo struct {
	ConferenceId *string `json:"conferenceId,omitempty"`

	CorpId *string `json:"corpId,omitempty"`

	Subject *string `json:"subject,omitempty"`

	Description *string `json:"description,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	Duration *int32 `json:"duration,omitempty"`

	TimeZoneId *int32 `json:"timeZoneId,omitempty"`

	ScheduserId *string `json:"scheduserId,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	ChairJoinUri *string `json:"chairJoinUri,omitempty"`

	ChairPasswd *string `json:"chairPasswd,omitempty"`

	GuestJoinUri *string `json:"guestJoinUri,omitempty"`

	GuestPasswd *string `json:"guestPasswd,omitempty"`

	AudienceJoinUri *string `json:"audienceJoinUri,omitempty"`

	AudiencePasswd *string `json:"audiencePasswd,omitempty"`
}

即将召开研讨会议信息

func (OpenWebinarUpcomingInfo) String

func (o OpenWebinarUpcomingInfo) String() string

type OrgGroupDto

type OrgGroupDto struct {
	GroupId *string `json:"groupId,omitempty"`

	GroupName *string `json:"groupName,omitempty"`
}

媒体接入(包括SBC和MCU)分组信息

func (OrgGroupDto) String

func (o OrgGroupDto) String() string

type OrgPropertyDto

type OrgPropertyDto struct {
	PropertyKey *string `json:"propertyKey,omitempty"`

	PropertyValue *string `json:"propertyValue,omitempty"`
}

func (OrgPropertyDto) String

func (o OrgPropertyDto) String() string

type PacketThresholdData

type PacketThresholdData struct {
	Receiving *int32 `json:"receiving,omitempty"`

	ReceivingDefault *int32 `json:"receivingDefault,omitempty"`

	Sending *int32 `json:"sending,omitempty"`

	SendingDefault *int32 `json:"sendingDefault,omitempty"`
}

丢包率阈值查询结果结构体

func (PacketThresholdData) String

func (o PacketThresholdData) String() string

type PageParticipant

type PageParticipant struct {
	Data *[]ParticipantInfo `json:"data,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`
}

与会者列表

func (PageParticipant) String

func (o PageParticipant) String() string

type Pages

type Pages struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`
}

分页查询的公共属性

func (Pages) String

func (o Pages) String() string

type PartAttendee

type PartAttendee struct {
	Name *string `json:"name,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Phone2 *string `json:"phone2,omitempty"`

	Phone3 *string `json:"phone3,omitempty"`

	Type *string `json:"type,omitempty"`
}

部分与会者信息

func (PartAttendee) String

func (o PartAttendee) String() string

type ParticipantInfo

type ParticipantInfo struct {
	ParticipantID *string `json:"participantID,omitempty"`

	Name *string `json:"name,omitempty"`

	SubscriberID *string `json:"subscriberID,omitempty"`

	Role *int32 `json:"role,omitempty"`

	State *string `json:"state,omitempty"`

	Address *string `json:"address,omitempty"`

	AttendeeType *string `json:"attendeeType,omitempty"`

	AccountId *string `json:"accountId,omitempty"`

	Phone2 *string `json:"phone2,omitempty"`

	Phone3 *string `json:"phone3,omitempty"`

	Email *string `json:"email,omitempty"`

	Sms *string `json:"sms,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	AppId *string `json:"appId,omitempty"`

	IsAutoInvite *int32 `json:"isAutoInvite,omitempty"`

	IsNotOverlayPidName *bool `json:"isNotOverlayPidName,omitempty"`
}

会场信息

func (ParticipantInfo) String

func (o ParticipantInfo) String() string

type PasswordEntry

type PasswordEntry struct {
	ConferenceRole *string `json:"conferenceRole,omitempty"`

	Password *string `json:"password,omitempty"`
}

密码信息

func (PasswordEntry) String

func (o PasswordEntry) String() string

type PicLayoutInfo

type PicLayoutInfo struct {
	X *int32 `json:"x,omitempty"`

	Y *int32 `json:"y,omitempty"`

	SubPicLayoutInfoList *[]SubPicLayoutInfo `json:"subPicLayoutInfoList,omitempty"`
}

func (PicLayoutInfo) String

func (o PicLayoutInfo) String() string

type ProgramItemRequestBase

type ProgramItemRequestBase struct {
	MaterialId string `json:"materialId"`

	PlayTime int32 `json:"playTime"`
}

新增/更新节目素材信息请求

func (ProgramItemRequestBase) String

func (o ProgramItemRequestBase) String() string

type ProgramItemResponseBase

type ProgramItemResponseBase struct {
	MaterialId *string `json:"materialId,omitempty"`

	MaterialName *string `json:"materialName,omitempty"`

	FilePath *string `json:"filePath,omitempty"`

	PlayTime *int32 `json:"playTime,omitempty"`
}

节目素材信息响应

func (ProgramItemResponseBase) String

func (o ProgramItemResponseBase) String() string

type ProgramRequestBase

type ProgramRequestBase struct {
	ProgramName string `json:"programName"`
}

新增/更新节目信息请求

func (ProgramRequestBase) String

func (o ProgramRequestBase) String() string

type ProgramResponseBase

type ProgramResponseBase struct {
	Id *string `json:"id,omitempty"`

	LastUpdatedBy *string `json:"lastUpdatedBy,omitempty"`

	UpdateTime *int64 `json:"updateTime,omitempty"`

	ProgramName *string `json:"programName,omitempty"`

	MaterialSizeStr *string `json:"materialSizeStr,omitempty"`

	PlayTime *int32 `json:"playTime,omitempty"`
}

节目响应信息

func (ProgramResponseBase) String

func (o ProgramResponseBase) String() string

type ProlongMeetingRequest

type ProlongMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestProlongDurReqBody `json:"body,omitempty"`
}

Request Object

func (ProlongMeetingRequest) String

func (o ProlongMeetingRequest) String() string

type ProlongMeetingResponse

type ProlongMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (ProlongMeetingResponse) String

func (o ProlongMeetingResponse) String() string

type ProxyTokenDto

type ProxyTokenDto struct {
	AccessToken string `json:"accessToken"`

	LongAccessToken *string `json:"longAccessToken,omitempty"`

	ValidPeriod *int64 `json:"validPeriod,omitempty"`

	MiddleEndUrl *string `json:"middleEndUrl,omitempty"`

	MiddleEndInnerUrl *string `json:"middleEndInnerUrl,omitempty"`

	EnableRerouting *bool `json:"enableRerouting,omitempty"`
}

代理鉴权信息

func (ProxyTokenDto) String

func (o ProxyTokenDto) String() string

type PublicationRequestBase

type PublicationRequestBase struct {
	PublishName string `json:"publishName"`

	StartTime int64 `json:"startTime"`

	EndTime int64 `json:"endTime"`

	DeptList []string `json:"deptList"`

	DeviceList []string `json:"deviceList"`
}

新增/更新发布信息请求

func (PublicationRequestBase) String

func (o PublicationRequestBase) String() string

type PublicationResponseBase

type PublicationResponseBase struct {
	Id *string `json:"id,omitempty"`

	LastUpdatedBy *string `json:"lastUpdatedBy,omitempty"`

	CreateTime *int64 `json:"createTime,omitempty"`

	UpdateTime *int64 `json:"updateTime,omitempty"`

	PublishName *string `json:"publishName,omitempty"`

	PublishScope *string `json:"publishScope,omitempty"`

	StartTime *int64 `json:"startTime,omitempty"`

	EndTime *int64 `json:"endTime,omitempty"`

	PublishStatus *PublicationResponseBasePublishStatus `json:"publishStatus,omitempty"`
}

发布响应信息

func (PublicationResponseBase) String

func (o PublicationResponseBase) String() string

type PublicationResponseBasePublishStatus

type PublicationResponseBasePublishStatus struct {
	// contains filtered or unexported fields
}

func (PublicationResponseBasePublishStatus) MarshalJSON

func (c PublicationResponseBasePublishStatus) MarshalJSON() ([]byte, error)

func (*PublicationResponseBasePublishStatus) UnmarshalJSON

func (c *PublicationResponseBasePublishStatus) UnmarshalJSON(b []byte) error

type PublicationResponseBasePublishStatusEnum

type PublicationResponseBasePublishStatusEnum struct {
	NOT_ONLINE      PublicationResponseBasePublishStatus
	PUBLISHING      PublicationResponseBasePublishStatus
	ALREADY_OFFLINE PublicationResponseBasePublishStatus
}

func GetPublicationResponseBasePublishStatusEnum

func GetPublicationResponseBasePublishStatusEnum() PublicationResponseBasePublishStatusEnum

type PublishDeptResponseDto

type PublishDeptResponseDto struct {
	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`
}

发布的部门信息

func (PublishDeptResponseDto) String

func (o PublishDeptResponseDto) String() string

type PublishDeviceResponseDto

type PublishDeviceResponseDto struct {
	DeviceUserId *string `json:"deviceUserId,omitempty"`

	DeviceName *string `json:"deviceName,omitempty"`
}

发布的设备信息

func (PublishDeviceResponseDto) String

func (o PublishDeviceResponseDto) String() string

type QosConferenceInfo

type QosConferenceInfo struct {
	ConfUUID *string `json:"confUUID,omitempty"`

	ConferenceID *string `json:"conferenceID,omitempty"`

	Subject *string `json:"subject,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	Alarm *string `json:"alarm,omitempty"`

	AudioAlarm *string `json:"audioAlarm,omitempty"`

	VideoAlarm *string `json:"videoAlarm,omitempty"`

	ScreenAlarm *string `json:"screenAlarm,omitempty"`

	CpuAlarm *string `json:"cpuAlarm,omitempty"`

	TimeZoneID *string `json:"timeZoneID,omitempty"`

	StartTime *int64 `json:"startTime,omitempty"`

	EndTime *int64 `json:"endTime,omitempty"`

	Duration *int32 `json:"duration,omitempty"`

	Participants *int32 `json:"participants,omitempty"`

	Webinar *bool `json:"webinar,omitempty"`
}

QoS会议信息。

func (QosConferenceInfo) String

func (o QosConferenceInfo) String() string

type QosCpuInfo

type QosCpuInfo struct {
	ClientCpuMax *[]QosDataElement `json:"client_cpu_max,omitempty"`

	SystemCpuMax *[]QosDataElement `json:"system_cpu_max,omitempty"`
}

会议与会者CPU QoS数据,当qosType = cpu 时有效。

func (QosCpuInfo) String

func (o QosCpuInfo) String() string

type QosDataElement

type QosDataElement struct {
	Time *string `json:"time,omitempty"`

	Value *int32 `json:"value,omitempty"`

	Alarm *bool `json:"alarm,omitempty"`

	Threshold *int32 `json:"threshold,omitempty"`
}

含阈值告警的QoS数据元素,包括时间,QoS取值,告警状态,产生告警时的阈值。

func (QosDataElement) String

func (o QosDataElement) String() string

type QosDataNoThrElement

type QosDataNoThrElement struct {
	Time *string `json:"time,omitempty"`

	Value *string `json:"value,omitempty"`
}

不含阈值告警的QoS数据元素,包括时间,QoS取值。

func (QosDataNoThrElement) String

func (o QosDataNoThrElement) String() string

type QosInfo

type QosInfo struct {
	Type *string `json:"type,omitempty"`

	Send *QosSendReceiveInfo `json:"send,omitempty"`

	Receive *QosSendReceiveInfo `json:"receive,omitempty"`

	Cpu *QosCpuInfo `json:"cpu,omitempty"`
}

QoS数据。

func (QosInfo) String

func (o QosInfo) String() string

type QosParticipantInfo

type QosParticipantInfo struct {
	ConfUUID *string `json:"confUUID,omitempty"`

	ConferenceID *string `json:"conferenceID,omitempty"`

	ParticipantID *string `json:"participantID,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	DisplayName *string `json:"displayName,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	TerminalType *string `json:"terminalType,omitempty"`

	Role *string `json:"role,omitempty"`

	IpAddress *string `json:"ipAddress,omitempty"`

	Country *string `json:"country,omitempty"`

	Province *string `json:"province,omitempty"`

	City *string `json:"city,omitempty"`

	AppVersion *string `json:"appVersion,omitempty"`

	JoinTime *int64 `json:"joinTime,omitempty"`

	LeftTime *int64 `json:"leftTime,omitempty"`

	SystemInfo *string `json:"systemInfo,omitempty"`

	NetworkType *string `json:"networkType,omitempty"`

	Alarm *string `json:"alarm,omitempty"`

	AudioAlarmSend *string `json:"audioAlarmSend,omitempty"`

	VideoAlarmSend *string `json:"videoAlarmSend,omitempty"`

	ScreenAlarmSend *string `json:"screenAlarmSend,omitempty"`

	AudioAlarmRec *string `json:"audioAlarmRec,omitempty"`

	VideoAlarmRec *string `json:"videoAlarmRec,omitempty"`

	ScreenAlarmRec *string `json:"screenAlarmRec,omitempty"`

	CpuAlarm *string `json:"cpuAlarm,omitempty"`

	MicrophoneInfo *string `json:"microphoneInfo,omitempty"`

	SpeakerInfo *string `json:"speakerInfo,omitempty"`

	CameraInfo *string `json:"cameraInfo,omitempty"`

	DataCenter *string `json:"dataCenter,omitempty"`

	LeftReason *int32 `json:"leftReason,omitempty"`

	ExistQos *bool `json:"existQos,omitempty"`
}

与会者信息。

func (QosParticipantInfo) String

func (o QosParticipantInfo) String() string

type QosSendReceiveInfo

type QosSendReceiveInfo struct {
	Bitrate *[]QosDataNoThrElement `json:"bitrate,omitempty"`

	Latency *[]QosDataElement `json:"latency,omitempty"`

	Jitter *[]QosDataElement `json:"jitter,omitempty"`

	PacketLossMax *[]QosDataElement `json:"packet_loss_max,omitempty"`

	Resolution *[]QosDataNoThrElement `json:"resolution,omitempty"`

	Frame *[]QosDataNoThrElement `json:"frame,omitempty"`
}

会议与会者发送/接收QoS数据。当qosType = audio/video/screen 时有效。

func (QosSendReceiveInfo) String

func (o QosSendReceiveInfo) String() string

type QueryAdminResultDto

type QueryAdminResultDto struct {
	Id *string `json:"id,omitempty"`

	Account *string `json:"account,omitempty"`

	Name *string `json:"name,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Email *string `json:"email,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`
}

管理员信息

func (QueryAdminResultDto) String

func (o QueryAdminResultDto) String() string

type QueryCorpAdminResultDto

type QueryCorpAdminResultDto struct {
	Id *string `json:"id,omitempty"`

	Account *string `json:"account,omitempty"`

	Name *string `json:"name,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Email *string `json:"email,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Dept *DeptBasicDto `json:"dept,omitempty"`
}

func (QueryCorpAdminResultDto) String

func (o QueryCorpAdminResultDto) String() string

type QueryCorpBasicResultDto

type QueryCorpBasicResultDto struct {
	Name *string `json:"name,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Fax *string `json:"fax,omitempty"`

	Email *string `json:"email,omitempty"`

	Address *string `json:"address,omitempty"`

	Description *string `json:"description,omitempty"`

	SpId *string `json:"spId,omitempty"`
}

企业基本信息

func (QueryCorpBasicResultDto) String

func (o QueryCorpBasicResultDto) String() string

type QueryCorpGroupDto

type QueryCorpGroupDto struct {
	GroupId *string `json:"groupId,omitempty"`

	GroupName *string `json:"groupName,omitempty"`

	GroupType *int32 `json:"groupType,omitempty"`

	Remarks *string `json:"remarks,omitempty"`

	RegionId *string `json:"regionId,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

func (QueryCorpGroupDto) String

func (o QueryCorpGroupDto) String() string

type QueryCorpResResultDto

type QueryCorpResResultDto struct {
	CorpVcRes *QueryCorpVcResResultDto `json:"corpVcRes,omitempty"`
}

查询企业资源的返回结果

func (QueryCorpResResultDto) String

func (o QueryCorpResResultDto) String() string

type QueryCorpResultDto

type QueryCorpResultDto struct {
	BasicInfo *QueryCorpBasicResultDto `json:"basicInfo,omitempty"`

	AdminInfo *QueryAdminResultDto `json:"adminInfo,omitempty"`

	ResInfo *QueryCorpResResultDto `json:"resInfo,omitempty"`

	GroupDTO *OrgGroupDto `json:"groupDTO,omitempty"`

	Id *string `json:"id,omitempty"`
}

func (QueryCorpResultDto) String

func (o QueryCorpResultDto) String() string

type QueryCorpVcResResultDto

type QueryCorpVcResResultDto struct {
	VmrPkgList *[]QueryVmrPkgResResultDto `json:"vmrPkgList,omitempty"`

	Te1080pHardCount *int32 `json:"te1080pHardCount,omitempty"`

	Te720pHardCount *int32 `json:"te720pHardCount,omitempty"`

	TeSoftCount *int32 `json:"teSoftCount,omitempty"`

	RoomCount *int32 `json:"roomCount,omitempty"`

	RecordCapability *int32 `json:"recordCapability,omitempty"`

	ConfCallCount *int32 `json:"confCallCount,omitempty"`

	LiveCount *int32 `json:"liveCount,omitempty"`

	ThirdPartyHardCount *int32 `json:"thirdPartyHardCount,omitempty"`

	HwVisionCount *int32 `json:"hwVisionCount,omitempty"`

	IdeaHubCount *int32 `json:"ideaHubCount,omitempty"`
}

企业资源信息

func (QueryCorpVcResResultDto) String

func (o QueryCorpVcResResultDto) String() string

type QueryDeptResultDto

type QueryDeptResultDto struct {
	DeptCode *string `json:"deptCode,omitempty"`

	DeptLevel *int32 `json:"deptLevel,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	IsLeafNode *bool `json:"isLeafNode,omitempty"`

	ParentDeptCode *string `json:"parentDeptCode,omitempty"`

	DeptCodePath *string `json:"deptCodePath,omitempty"`

	Note *string `json:"note,omitempty"`

	CorpId *string `json:"corpId,omitempty"`

	InPermission *string `json:"inPermission,omitempty"`

	OutPermission *string `json:"outPermission,omitempty"`

	DesignatedOutDeptCodes *[]IdMarkDto `json:"designatedOutDeptCodes,omitempty"`
}

func (QueryDeptResultDto) String

func (o QueryDeptResultDto) String() string

type QueryDeviceInfoResultDto

type QueryDeviceInfoResultDto struct {
	Model *string `json:"model,omitempty"`

	DeviceSize *string `json:"deviceSize,omitempty"`

	PurchaseChannel *string `json:"purchaseChannel,omitempty"`
}

终端设备型号信息

func (QueryDeviceInfoResultDto) String

func (o QueryDeviceInfoResultDto) String() string

type QueryDeviceResultDto

type QueryDeviceResultDto struct {
	Name *string `json:"name,omitempty"`

	Type *string `json:"type,omitempty"`

	Model *string `json:"model,omitempty"`

	Sn *string `json:"sn,omitempty"`

	Account *string `json:"account,omitempty"`

	Number *string `json:"number,omitempty"`

	PrjCodeMode *int32 `json:"prjCodeMode,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	Description *string `json:"description,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

查询终端的返回结果DTO对象

func (QueryDeviceResultDto) String

func (o QueryDeviceResultDto) String() string

type QueryDeviceTypeResultDto

type QueryDeviceTypeResultDto struct {
	Type *string `json:"type,omitempty"`

	Model *string `json:"model,omitempty"`

	EnableActiveCode *bool `json:"enableActiveCode,omitempty"`

	Resolution *string `json:"resolution,omitempty"`

	SupportProjectionCode *bool `json:"supportProjectionCode,omitempty"`

	SupportSVC *bool `json:"supportSVC,omitempty"`
}

终端类型

func (QueryDeviceTypeResultDto) String

func (o QueryDeviceTypeResultDto) String() string

type QueryOrgVmrResultDto

type QueryOrgVmrResultDto struct {
	Id *string `json:"id,omitempty"`

	VmrId *string `json:"vmrId,omitempty"`

	VmrName *string `json:"vmrName,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	VmrPkgParties *int32 `json:"vmrPkgParties,omitempty"`

	Member *IdMarkDto `json:"member,omitempty"`

	Device *IdMarkDto `json:"device,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

组织查询的vmr列表,不越权显示vmr的来宾密码,主席密码等

func (QueryOrgVmrResultDto) String

func (o QueryOrgVmrResultDto) String() string

type QueryResourceResultDto

type QueryResourceResultDto struct {
	Id *string `json:"id,omitempty"`

	Type *string `json:"type,omitempty"`

	TypeId *string `json:"typeId,omitempty"`

	TypeDesc *string `json:"typeDesc,omitempty"`

	VmrMode *int32 `json:"vmrMode,omitempty"`

	Count *int32 `json:"count,omitempty"`

	ExpireDate *int64 `json:"expireDate,omitempty"`

	OrderId *string `json:"orderId,omitempty"`

	Status *int32 `json:"status,omitempty"`

	Editable *bool `json:"editable,omitempty"`
}

func (QueryResourceResultDto) String

func (o QueryResourceResultDto) String() string

type QueryVisionActiveCodeResultDto

type QueryVisionActiveCodeResultDto struct {
	Id *string `json:"id,omitempty"`

	ActiveCode *string `json:"activeCode,omitempty"`

	DevName *string `json:"devName,omitempty"`

	DevType *string `json:"devType,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	ExpireDate *int64 `json:"expireDate,omitempty"`
}

搜索激活码的返回结果DTO对象

func (QueryVisionActiveCodeResultDto) String

type QueryVmrPkgResResultDto

type QueryVmrPkgResResultDto struct {
	VmrPkgId *string `json:"vmrPkgId,omitempty"`

	VmrName *string `json:"vmrName,omitempty"`

	VmrPkgParties *int32 `json:"vmrPkgParties,omitempty"`

	VmrPkgCount *int32 `json:"vmrPkgCount,omitempty"`

	VmrPkgUsedCount *int32 `json:"vmrPkgUsedCount,omitempty"`
}

查询Vmr套餐包分配数量结果

func (QueryVmrPkgResResultDto) String

func (o QueryVmrPkgResResultDto) String() string

type QueryVmrResultDto

type QueryVmrResultDto struct {
	Id *string `json:"id,omitempty"`

	VmrId *string `json:"vmrId,omitempty"`

	VmrName *string `json:"vmrName,omitempty"`

	GustPwd *string `json:"gustPwd,omitempty"`

	GustJoinUrl *string `json:"gustJoinUrl,omitempty"`

	ChairPwd *string `json:"chairPwd,omitempty"`

	ChairJoinUrl *string `json:"chairJoinUrl,omitempty"`

	AllowGustFirst *bool `json:"allowGustFirst,omitempty"`

	GustFirstNotice *bool `json:"gustFirstNotice,omitempty"`

	VmrMode *int32 `json:"vmrMode,omitempty"`

	VmrPkgId *string `json:"vmrPkgId,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	VmrPkgParties *int32 `json:"vmrPkgParties,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

用户查询的vmr详情

func (QueryVmrResultDto) String

func (o QueryVmrResultDto) String() string

type RealTimeAttendee

type RealTimeAttendee struct {
	AccountID *string `json:"accountID,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	Name *string `json:"name,omitempty"`

	Phone *string `json:"phone,omitempty"`

	PhoneLeft *string `json:"phoneLeft,omitempty"`

	PhoneRight *string `json:"phoneRight,omitempty"`
}

与会者信息

func (RealTimeAttendee) String

func (o RealTimeAttendee) String() string

type RealTimeConfInfo

type RealTimeConfInfo struct {
	ChairID *string `json:"chairID,omitempty"`
}

在线会场信息。

func (RealTimeConfInfo) String

func (o RealTimeConfInfo) String() string

type RealTimeParticipant

type RealTimeParticipant struct {
	Pid *string `json:"pid,omitempty"`

	Name *string `json:"name,omitempty"`

	Phone *string `json:"phone,omitempty"`

	State *int32 `json:"state,omitempty"`

	Video *int32 `json:"video,omitempty"`

	Mute *int32 `json:"mute,omitempty"`

	Hand *int32 `json:"hand,omitempty"`
}

在线会场信息。

func (RealTimeParticipant) String

func (o RealTimeParticipant) String() string

type RecordDownloadInfoBo

type RecordDownloadInfoBo struct {
	ConfUuid *string `json:"confUuid,omitempty"`

	Urls *[]RecordDownloadUrlDo `json:"urls,omitempty"`
}

单会议录制文件下载链接信息(包含多个录制文件)

func (RecordDownloadInfoBo) String

func (o RecordDownloadInfoBo) String() string

type RecordDownloadUrlDo

type RecordDownloadUrlDo struct {
	Token *string `json:"token,omitempty"`

	FileType *string `json:"fileType,omitempty"`

	Url *string `json:"url,omitempty"`
}

单个录制文件下载链接信息

func (RecordDownloadUrlDo) String

func (o RecordDownloadUrlDo) String() string

type RecordRequest

type RecordRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestSetRecordReqBody `json:"body,omitempty"`
}

Request Object

func (RecordRequest) String

func (o RecordRequest) String() string

type RecordResponse

type RecordResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (RecordResponse) String

func (o RecordResponse) String() string

type RecordResultDo

type RecordResultDo struct {
	ConfUUID *string `json:"confUUID,omitempty"`

	ConfID *string `json:"confID,omitempty"`

	Url *[]string `json:"url,omitempty"`

	RcdTime *int32 `json:"rcdTime,omitempty"`

	RcdSize *int32 `json:"rcdSize,omitempty"`

	Subject *string `json:"subject,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	IsDecodeFinish *bool `json:"isDecodeFinish,omitempty"`

	DecodeEndTime *int64 `json:"decodeEndTime,omitempty"`

	Available *bool `json:"available,omitempty"`
}

录制信息

func (RecordResultDo) String

func (o RecordResultDo) String() string

type RenameParticipantRequest

type RenameParticipantRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestRenamePartReqBody `json:"body,omitempty"`
}

Request Object

func (RenameParticipantRequest) String

func (o RenameParticipantRequest) String() string

type RenameParticipantResponse

type RenameParticipantResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (RenameParticipantResponse) String

func (o RenameParticipantResponse) String() string

type ResDetailDto

type ResDetailDto struct {
	SumCount *int32 `json:"sumCount,omitempty"`

	TrialCount *int32 `json:"trialCount,omitempty"`

	ExpiredCount *int32 `json:"expiredCount,omitempty"`

	ExpiringCount *int32 `json:"expiringCount,omitempty"`

	UsedCount *int32 `json:"usedCount,omitempty"`
}

func (ResDetailDto) String

func (o ResDetailDto) String() string

type ResetActivecodeRequest

type ResetActivecodeRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Sn string `json:"sn"`

	Body *ActiveDto `json:"body,omitempty"`
}

Request Object

func (ResetActivecodeRequest) String

func (o ResetActivecodeRequest) String() string

type ResetActivecodeResponse

type ResetActivecodeResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (ResetActivecodeResponse) String

func (o ResetActivecodeResponse) String() string

type ResetPwdByAdminRequest

type ResetPwdByAdminRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *AdminResetPwdReqDto `json:"body,omitempty"`
}

Request Object

func (ResetPwdByAdminRequest) String

func (o ResetPwdByAdminRequest) String() string

type ResetPwdByAdminResponse

type ResetPwdByAdminResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (ResetPwdByAdminResponse) String

func (o ResetPwdByAdminResponse) String() string

type ResetPwdReqDtov1

type ResetPwdReqDtov1 struct {
	User string `json:"user"`

	NewPwd string `json:"newPwd"`

	PassWordType *int32 `json:"passWordType,omitempty"`
}

func (ResetPwdReqDtov1) String

func (o ResetPwdReqDtov1) String() string

type ResetPwdRequest

type ResetPwdRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *ResetPwdReqDtov1 `json:"body,omitempty"`
}

Request Object

func (ResetPwdRequest) String

func (o ResetPwdRequest) String() string

type ResetPwdResponse

type ResetPwdResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (ResetPwdResponse) String

func (o ResetPwdResponse) String() string

type ResetVisionActiveCodeRequest

type ResetVisionActiveCodeRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Account string `json:"account"`

	Body *ActiveDto `json:"body,omitempty"`
}

Request Object

func (ResetVisionActiveCodeRequest) String

type ResetVisionActiveCodeResponse

type ResetVisionActiveCodeResponse struct {
	ActiveCode     *string `json:"activeCode,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (ResetVisionActiveCodeResponse) String

type ResourceDto

type ResourceDto struct {
	Id *string `json:"id,omitempty"`

	Type string `json:"type"`

	TypeId *string `json:"typeId,omitempty"`

	Count int32 `json:"count"`

	ExpireDate int64 `json:"expireDate"`
}

func (ResourceDto) String

func (o ResourceDto) String() string

type RestAllowUnMuteReqBody

type RestAllowUnMuteReqBody struct {
	AllowUnmuteByOneself int32 `json:"allowUnmuteByOneself"`
}

允许来宾自己解除静音请求体。

func (RestAllowUnMuteReqBody) String

func (o RestAllowUnMuteReqBody) String() string

type RestAttendeeDto

type RestAttendeeDto struct {
	UserUUID *string `json:"userUUID,omitempty"`

	AccountId *string `json:"accountId,omitempty"`

	Name *string `json:"name,omitempty"`

	Role *int32 `json:"role,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Phone2 *string `json:"phone2,omitempty"`

	Phone3 *string `json:"phone3,omitempty"`

	Email *string `json:"email,omitempty"`

	Sms *string `json:"sms,omitempty"`

	IsMute *int32 `json:"isMute,omitempty"`

	IsAutoInvite *int32 `json:"isAutoInvite,omitempty"`

	Type *string `json:"type,omitempty"`

	Address *string `json:"address,omitempty"`

	DeptUUID *string `json:"deptUUID,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	AppId *string `json:"appId,omitempty"`
}

与会者信息

func (RestAttendeeDto) String

func (o RestAttendeeDto) String() string

type RestBulkDelAttendReqBody

type RestBulkDelAttendReqBody struct {
	BulkDelAttendInfo []DelAttendInfo `json:"bulkDelAttendInfo"`
}

删除会场消息体。

func (RestBulkDelAttendReqBody) String

func (o RestBulkDelAttendReqBody) String() string

type RestBulkHangUpReqBody

type RestBulkHangUpReqBody struct {
	BulkHangUpParticipants []string `json:"bulkHangUpParticipants"`
}

批量挂断会场消息体。

func (RestBulkHangUpReqBody) String

func (o RestBulkHangUpReqBody) String() string

type RestCancelSingleRecordCycleConfListReqBody

type RestCancelSingleRecordCycleConfListReqBody struct {
	CycleSubConfIDs []string `json:"cycleSubConfIDs"`
}

func (RestCancelSingleRecordCycleConfListReqBody) String

type RestChairTokenReqBody

type RestChairTokenReqBody struct {
	ApplyChair int32 `json:"applyChair"`

	ChairmanPwd *string `json:"chairmanPwd,omitempty"`
}

申请释放主持人消息。

func (RestChairTokenReqBody) String

func (o RestChairTokenReqBody) String() string

type RestChairViewReqBody

type RestChairViewReqBody struct {
	ViewType int32 `json:"viewType"`

	ParticipantID *string `json:"participantID,omitempty"`

	SwitchTime *int32 `json:"switchTime,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

选看消息体。

func (RestChairViewReqBody) String

func (o RestChairViewReqBody) String() string

type RestConfConfigDto

type RestConfConfigDto struct {
	IsSendNotify *bool `json:"isSendNotify,omitempty"`

	IsSendSms *bool `json:"isSendSms,omitempty"`

	IsSendCalendar *bool `json:"isSendCalendar,omitempty"`

	IsAutoMute *bool `json:"isAutoMute,omitempty"`

	IsHardTerminalAutoMute *bool `json:"isHardTerminalAutoMute,omitempty"`

	IsGuestFreePwd *bool `json:"isGuestFreePwd,omitempty"`

	CallInRestriction *int32 `json:"callInRestriction,omitempty"`

	AllowGuestStartConf *bool `json:"allowGuestStartConf,omitempty"`

	GuestPwd *string `json:"guestPwd,omitempty"`

	VmrIDType *int32 `json:"vmrIDType,omitempty"`

	ProlongLength *int32 `json:"prolongLength,omitempty"`

	EnableWaitingRoom *bool `json:"enableWaitingRoom,omitempty"`
}

会议配置信息

func (RestConfConfigDto) String

func (o RestConfConfigDto) String() string

type RestCustomMultiPictureBody

type RestCustomMultiPictureBody struct {
	ManualSet int32 `json:"manualSet"`

	PicLayoutInfo *PicLayoutInfo `json:"picLayoutInfo,omitempty"`

	ImageType *string `json:"imageType,omitempty"`

	SubscriberInPics *[]RestSubscriberInPic `json:"subscriberInPics,omitempty"`

	SwitchTime *int32 `json:"switchTime,omitempty"`

	MultiPicSaveOnly *bool `json:"multiPicSaveOnly,omitempty"`
}

切换会议显示策略请求体

func (RestCustomMultiPictureBody) String

type RestHandsUpReqBody

type RestHandsUpReqBody struct {
	HandsState int32 `json:"handsState"`
}

会场举手请求消息

func (RestHandsUpReqBody) String

func (o RestHandsUpReqBody) String() string

type RestInviteReqBody

type RestInviteReqBody struct {
	Attendees []Attendee `json:"attendees"`
}

邀请会场请求消息体。

func (RestInviteReqBody) String

func (o RestInviteReqBody) String() string

type RestInviteWithPwdReqBody

type RestInviteWithPwdReqBody struct {
	CallNum string `json:"callNum"`

	OrgID *string `json:"orgID,omitempty"`

	ConfID string `json:"confID"`

	Pwd string `json:"pwd"`

	NumBelongsType *int32 `json:"numBelongsType,omitempty"`

	IsNotOverlayPidName *bool `json:"isNotOverlayPidName,omitempty"`
}

登录响应

func (RestInviteWithPwdReqBody) String

func (o RestInviteWithPwdReqBody) String() string

type RestLockReqBody

type RestLockReqBody struct {
	IsLock int32 `json:"isLock"`
}

锁定会议消息体。

func (RestLockReqBody) String

func (o RestLockReqBody) String() string

type RestLockSiteViewReqBody

type RestLockSiteViewReqBody struct {
	Status int32 `json:"status"`

	ParticipantID string `json:"participantID"`
}

锁定会场视频源请求体

func (RestLockSiteViewReqBody) String

func (o RestLockSiteViewReqBody) String() string

type RestMixedPictureBody

type RestMixedPictureBody struct {
	ManualSet int32 `json:"manualSet"`

	ImageType *string `json:"imageType,omitempty"`

	SubscriberInPics *[]SubscriberInPic `json:"subscriberInPics,omitempty"`

	SwitchTime *int32 `json:"switchTime,omitempty"`
}

设置多画面消息体。

func (RestMixedPictureBody) String

func (o RestMixedPictureBody) String() string

type RestMuteParticipantReqBody

type RestMuteParticipantReqBody struct {
	IsMute int32 `json:"isMute"`
}

静音会场消息体。

func (RestMuteParticipantReqBody) String

type RestMuteReqBody

type RestMuteReqBody struct {
	IsMute int32 `json:"isMute"`

	AllowUnmuteByOneself *int32 `json:"allowUnmuteByOneself,omitempty"`
}

静音会场消息体。

func (RestMuteReqBody) String

func (o RestMuteReqBody) String() string

type RestParticipantViewReqBody

type RestParticipantViewReqBody struct {
	ViewType int32 `json:"viewType"`

	ParticipantID string `json:"participantID"`
}

会场选看请求体

func (RestParticipantViewReqBody) String

type RestProlongDurReqBody

type RestProlongDurReqBody struct {
	Auto int32 `json:"auto"`

	Duration *int32 `json:"duration,omitempty"`
}

延长会议消息体。

func (RestProlongDurReqBody) String

func (o RestProlongDurReqBody) String() string

type RestRenamePartReqBody

type RestRenamePartReqBody struct {
	ParticipantID *string `json:"participantID,omitempty"`

	Number string `json:"number"`

	NewName string `json:"newName"`
}

重命名会场消息体。

func (RestRenamePartReqBody) String

func (o RestRenamePartReqBody) String() string

type RestResponse

type RestResponse struct {
	ReturnCode int32 `json:"returnCode"`

	ReturnDesc *string `json:"returnDesc,omitempty"`
}

Rest请求的响应结果body

func (RestResponse) String

func (o RestResponse) String() string

type RestScheduleConfDto

type RestScheduleConfDto struct {
	StartTime *string `json:"startTime,omitempty"`

	Length *int32 `json:"length,omitempty"`

	Subject *string `json:"subject,omitempty"`

	MediaTypes string `json:"mediaTypes"`

	Groupuri *string `json:"groupuri,omitempty"`

	Attendees *[]RestAttendeeDto `json:"attendees,omitempty"`

	IsAutoRecord *int32 `json:"isAutoRecord,omitempty"`

	EncryptMode *int32 `json:"encryptMode,omitempty"`

	Language *string `json:"language,omitempty"`

	TimeZoneID *string `json:"timeZoneID,omitempty"`

	RecordType *int32 `json:"recordType,omitempty"`

	LiveAddress *string `json:"liveAddress,omitempty"`

	AuxAddress *string `json:"auxAddress,omitempty"`

	RecordAuxStream *int32 `json:"recordAuxStream,omitempty"`

	ConfConfigInfo *RestConfConfigDto `json:"confConfigInfo,omitempty"`

	RecordAuthType *int32 `json:"recordAuthType,omitempty"`

	VmrFlag *int32 `json:"vmrFlag,omitempty"`

	CycleParams *CycleParams `json:"cycleParams,omitempty"`

	VmrID *string `json:"vmrID,omitempty"`

	ConcurrentParticipants *int32 `json:"concurrentParticipants,omitempty"`
}

创建或修改会议请求体。

func (RestScheduleConfDto) String

func (o RestScheduleConfDto) String() string

type RestScheduleCycleConfDto

type RestScheduleCycleConfDto struct {
	CycleSubConfID string `json:"cycleSubConfID"`

	MediaTypes string `json:"mediaTypes"`

	StartTime string `json:"startTime"`

	Length int32 `json:"length"`

	IsAutoRecord *int32 `json:"isAutoRecord,omitempty"`

	ConfConfigInfo *CycleSubConfConfigDto `json:"confConfigInfo,omitempty"`

	RecordAuthType *int32 `json:"recordAuthType,omitempty"`

	Description *string `json:"description,omitempty"`
}

func (RestScheduleCycleConfDto) String

func (o RestScheduleCycleConfDto) String() string

type RestSetLiveReqBody

type RestSetLiveReqBody struct {
	IsLive int32 `json:"isLive"`
}

启停直播消息体。

func (RestSetLiveReqBody) String

func (o RestSetLiveReqBody) String() string

type RestSetRecordReqBody

type RestSetRecordReqBody struct {
	IsRecord int32 `json:"isRecord"`
}

启停录制消息体。

func (RestSetRecordReqBody) String

func (o RestSetRecordReqBody) String() string

type RestSubscriberInPic

type RestSubscriberInPic struct {
	Index *int32 `json:"index,omitempty"`

	Subscriber *[]string `json:"subscriber,omitempty"`

	IsAssistStream *int32 `json:"isAssistStream,omitempty"`
}

子画面信息

func (RestSubscriberInPic) String

func (o RestSubscriberInPic) String() string

type RestSwitchModeReqBody

type RestSwitchModeReqBody struct {
	SwitchMode string `json:"switchMode"`

	ImageType int32 `json:"imageType"`
}

切换多画面模式消息体。

func (RestSwitchModeReqBody) String

func (o RestSwitchModeReqBody) String() string

type RestVideoBody

type RestVideoBody struct {
	Status int32 `json:"status"`
}

主持人邀请开启、关闭摄像头的请求body

func (RestVideoBody) String

func (o RestVideoBody) String() string

type RollcallParticipantRequest

type RollcallParticipantRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`
}

Request Object

func (RollcallParticipantRequest) String

type RollcallParticipantResponse

type RollcallParticipantResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (RollcallParticipantResponse) String

type SearchAttendanceRecordsOfHisMeetingRequest

type SearchAttendanceRecordsOfHisMeetingRequest struct {
	ConfUUID string `json:"confUUID"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (SearchAttendanceRecordsOfHisMeetingRequest) String

type SearchAttendanceRecordsOfHisMeetingResponse

type SearchAttendanceRecordsOfHisMeetingResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]ConfAttendeeRecordInfo `json:"data,omitempty"`
	HttpStatusCode int                       `json:"-"`
}

Response Object

func (SearchAttendanceRecordsOfHisMeetingResponse) String

type SearchCorpAdminsRequest

type SearchCorpAdminsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchCorpAdminsRequest) String

func (o SearchCorpAdminsRequest) String() string

type SearchCorpAdminsResponse

type SearchCorpAdminsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryCorpAdminResultDto `json:"data,omitempty"`
	HttpStatusCode int                        `json:"-"`
}

Response Object

func (SearchCorpAdminsResponse) String

func (o SearchCorpAdminsResponse) String() string

type SearchCorpDirRequest

type SearchCorpDirRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	QuerySubDept *bool `json:"querySubDept,omitempty"`

	SearchScope *string `json:"searchScope,omitempty"`
}

Request Object

func (SearchCorpDirRequest) String

func (o SearchCorpDirRequest) String() string

type SearchCorpDirResponse

type SearchCorpDirResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]UserDto `json:"data,omitempty"`
	HttpStatusCode int        `json:"-"`
}

Response Object

func (SearchCorpDirResponse) String

func (o SearchCorpDirResponse) String() string

type SearchCorpRequest

type SearchCorpRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchCorpRequest) String

func (o SearchCorpRequest) String() string

type SearchCorpResourcesRequest

type SearchCorpResourcesRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	StartExpireDate *int64 `json:"startExpireDate,omitempty"`

	EndExpireDate *int64 `json:"endExpireDate,omitempty"`

	Type *string `json:"type,omitempty"`

	VmrMode *int32 `json:"vmrMode,omitempty"`

	TypeId *string `json:"typeId,omitempty"`

	OrderId *string `json:"orderId,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

Request Object

func (SearchCorpResourcesRequest) String

type SearchCorpResourcesResponse

type SearchCorpResourcesResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryResourceResultDto `json:"data,omitempty"`
	HttpStatusCode int                       `json:"-"`
}

Response Object

func (SearchCorpResourcesResponse) String

type SearchCorpResponse

type SearchCorpResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryCorpResultDto `json:"data,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

Response Object

func (SearchCorpResponse) String

func (o SearchCorpResponse) String() string

type SearchCorpVmrRequest

type SearchCorpVmrRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	VmrMode *int32 `json:"vmrMode,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

Request Object

func (SearchCorpVmrRequest) String

func (o SearchCorpVmrRequest) String() string

type SearchCorpVmrResponse

type SearchCorpVmrResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryOrgVmrResultDto `json:"data,omitempty"`
	HttpStatusCode int                     `json:"-"`
}

Response Object

func (SearchCorpVmrResponse) String

func (o SearchCorpVmrResponse) String() string

type SearchCtlRecordsOfHisMeetingRequest

type SearchCtlRecordsOfHisMeetingRequest struct {
	ConfUUID string `json:"confUUID"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (SearchCtlRecordsOfHisMeetingRequest) String

type SearchCtlRecordsOfHisMeetingResponse

type SearchCtlRecordsOfHisMeetingResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]ConfCtlRecordInfo `json:"data,omitempty"`
	HttpStatusCode int                  `json:"-"`
}

Response Object

func (SearchCtlRecordsOfHisMeetingResponse) String

type SearchDepartmentByNameRequest

type SearchDepartmentByNameRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	DeptName string `json:"deptName"`
}

Request Object

func (SearchDepartmentByNameRequest) String

type SearchDepartmentByNameResponse

type SearchDepartmentByNameResponse struct {
	Body           *[]QueryDeptResultDto `json:"body,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

Response Object

func (SearchDepartmentByNameResponse) String

type SearchDevicesRequest

type SearchDevicesRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	Model *string `json:"model,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	EnableSubDept *bool `json:"enableSubDept,omitempty"`
}

Request Object

func (SearchDevicesRequest) String

func (o SearchDevicesRequest) String() string

type SearchDevicesResponse

type SearchDevicesResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryDeviceResultDto `json:"data,omitempty"`
	HttpStatusCode int                     `json:"-"`
}

Response Object

func (SearchDevicesResponse) String

func (o SearchDevicesResponse) String() string

type SearchHisMeetingsRequest

type SearchHisMeetingsRequest struct {
	UserUUID *string `json:"userUUID,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	QueryAll *bool `json:"queryAll,omitempty"`

	StartDate int64 `json:"startDate"`

	EndDate int64 `json:"endDate"`

	SortType *string `json:"sortType,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (SearchHisMeetingsRequest) String

func (o SearchHisMeetingsRequest) String() string

type SearchHisMeetingsResponse

type SearchHisMeetingsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]ConferenceInfo `json:"data,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (SearchHisMeetingsResponse) String

func (o SearchHisMeetingsResponse) String() string

type SearchMaterialsRequest

type SearchMaterialsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchMaterialsRequest) String

func (o SearchMaterialsRequest) String() string

type SearchMaterialsResponse

type SearchMaterialsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]Material `json:"data,omitempty"`
	HttpStatusCode int         `json:"-"`
}

Response Object

func (SearchMaterialsResponse) String

func (o SearchMaterialsResponse) String() string

type SearchMeetingFileListRequest

type SearchMeetingFileListRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchMeetingFileListRequest) String

type SearchMeetingFileListResponse

type SearchMeetingFileListResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]ListMeetingFileResponseDto `json:"data,omitempty"`
	HttpStatusCode int                           `json:"-"`
}

Response Object

func (SearchMeetingFileListResponse) String

type SearchMeetingsRequest

type SearchMeetingsRequest struct {
	UserUUID *string `json:"userUUID,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	QueryAll *bool `json:"queryAll,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	QueryConfMode *string `json:"queryConfMode,omitempty"`

	SortType *string `json:"sortType,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (SearchMeetingsRequest) String

func (o SearchMeetingsRequest) String() string

type SearchMeetingsResponse

type SearchMeetingsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]ConferenceInfo `json:"data,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (SearchMeetingsResponse) String

func (o SearchMeetingsResponse) String() string

type SearchMemberVmrRequest

type SearchMemberVmrRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	SpecialVmr *bool `json:"specialVmr,omitempty"`
}

Request Object

func (SearchMemberVmrRequest) String

func (o SearchMemberVmrRequest) String() string

type SearchMemberVmrResponse

type SearchMemberVmrResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryVmrResultDto `json:"data,omitempty"`
	HttpStatusCode int                  `json:"-"`
}

Response Object

func (SearchMemberVmrResponse) String

func (o SearchMemberVmrResponse) String() string

type SearchOnlineMeetingsRequest

type SearchOnlineMeetingsRequest struct {
	UserUUID *string `json:"userUUID,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	QueryAll *bool `json:"queryAll,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (SearchOnlineMeetingsRequest) String

type SearchOnlineMeetingsResponse

type SearchOnlineMeetingsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]ConferenceInfo `json:"data,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (SearchOnlineMeetingsResponse) String

type SearchProgramsRequest

type SearchProgramsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchProgramsRequest) String

func (o SearchProgramsRequest) String() string

type SearchProgramsResponse

type SearchProgramsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]ProgramResponseBase `json:"data,omitempty"`
	HttpStatusCode int                    `json:"-"`
}

Response Object

func (SearchProgramsResponse) String

func (o SearchProgramsResponse) String() string

type SearchPublicationsRequest

type SearchPublicationsRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchPublicationsRequest) String

func (o SearchPublicationsRequest) String() string

type SearchPublicationsResponse

type SearchPublicationsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]PublicationResponseBase `json:"data,omitempty"`
	HttpStatusCode int                        `json:"-"`
}

Response Object

func (SearchPublicationsResponse) String

type SearchQosHistoryMeetingsRequest

type SearchQosHistoryMeetingsRequest struct {
	StartDate int64 `json:"startDate"`

	EndDate int64 `json:"endDate"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchQosHistoryMeetingsRequest) String

type SearchQosHistoryMeetingsResponse

type SearchQosHistoryMeetingsResponse struct {
	Count *int32 `json:"count,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Data           *[]QosConferenceInfo `json:"data,omitempty"`
	HttpStatusCode int                  `json:"-"`
}

Response Object

func (SearchQosHistoryMeetingsResponse) String

type SearchQosOnlineMeetingsRequest

type SearchQosOnlineMeetingsRequest struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchQosOnlineMeetingsRequest) String

type SearchQosOnlineMeetingsResponse

type SearchQosOnlineMeetingsResponse struct {
	Count *int32 `json:"count,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Data           *[]QosConferenceInfo `json:"data,omitempty"`
	HttpStatusCode int                  `json:"-"`
}

Response Object

func (SearchQosOnlineMeetingsResponse) String

type SearchQosParticipantDetailRequest

type SearchQosParticipantDetailRequest struct {
	ConfUUID string `json:"confUUID"`

	ConfType SearchQosParticipantDetailRequestConfType `json:"confType"`

	ParticipantID string `json:"participantID"`

	QosType SearchQosParticipantDetailRequestQosType `json:"qosType"`
}

Request Object

func (SearchQosParticipantDetailRequest) String

type SearchQosParticipantDetailRequestConfType

type SearchQosParticipantDetailRequestConfType struct {
	// contains filtered or unexported fields
}

func (SearchQosParticipantDetailRequestConfType) MarshalJSON

func (*SearchQosParticipantDetailRequestConfType) UnmarshalJSON

type SearchQosParticipantDetailRequestConfTypeEnum

type SearchQosParticipantDetailRequestConfTypeEnum struct {
	ONLINE  SearchQosParticipantDetailRequestConfType
	HISTORY SearchQosParticipantDetailRequestConfType
}

func GetSearchQosParticipantDetailRequestConfTypeEnum

func GetSearchQosParticipantDetailRequestConfTypeEnum() SearchQosParticipantDetailRequestConfTypeEnum

type SearchQosParticipantDetailRequestQosType

type SearchQosParticipantDetailRequestQosType struct {
	// contains filtered or unexported fields
}

func (SearchQosParticipantDetailRequestQosType) MarshalJSON

func (*SearchQosParticipantDetailRequestQosType) UnmarshalJSON

func (c *SearchQosParticipantDetailRequestQosType) UnmarshalJSON(b []byte) error

type SearchQosParticipantDetailResponse

type SearchQosParticipantDetailResponse struct {
	User *QosParticipantInfo `json:"user,omitempty"`

	Qos            *QosInfo `json:"qos,omitempty"`
	HttpStatusCode int      `json:"-"`
}

Response Object

func (SearchQosParticipantDetailResponse) String

type SearchQosParticipantsRequest

type SearchQosParticipantsRequest struct {
	ConfUUID string `json:"confUUID"`

	ConfType SearchQosParticipantsRequestConfType `json:"confType"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`
}

Request Object

func (SearchQosParticipantsRequest) String

type SearchQosParticipantsRequestConfType

type SearchQosParticipantsRequestConfType struct {
	// contains filtered or unexported fields
}

func (SearchQosParticipantsRequestConfType) MarshalJSON

func (c SearchQosParticipantsRequestConfType) MarshalJSON() ([]byte, error)

func (*SearchQosParticipantsRequestConfType) UnmarshalJSON

func (c *SearchQosParticipantsRequestConfType) UnmarshalJSON(b []byte) error

type SearchQosParticipantsRequestConfTypeEnum

type SearchQosParticipantsRequestConfTypeEnum struct {
	ONLINE  SearchQosParticipantsRequestConfType
	HISTORY SearchQosParticipantsRequestConfType
}

func GetSearchQosParticipantsRequestConfTypeEnum

func GetSearchQosParticipantsRequestConfTypeEnum() SearchQosParticipantsRequestConfTypeEnum

type SearchQosParticipantsResponse

type SearchQosParticipantsResponse struct {
	Count *int32 `json:"count,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Data           *[]QosParticipantInfo `json:"data,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

Response Object

func (SearchQosParticipantsResponse) String

type SearchRecordingsRequest

type SearchRecordingsRequest struct {
	UserUUID *string `json:"userUUID,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	QueryAll *bool `json:"queryAll,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	StartDate int64 `json:"startDate"`

	EndDate int64 `json:"endDate"`

	SortType *string `json:"sortType,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (SearchRecordingsRequest) String

func (o SearchRecordingsRequest) String() string

type SearchRecordingsResponse

type SearchRecordingsResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]RecordResultDo `json:"data,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (SearchRecordingsResponse) String

func (o SearchRecordingsResponse) String() string

type SearchResourceOpRecordRequest

type SearchResourceOpRecordRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	CorpId string `json:"corp_id"`

	StartExpireDate *int64 `json:"startExpireDate,omitempty"`

	EndExpireDate *int64 `json:"endExpireDate,omitempty"`

	StartOperateDate *int64 `json:"startOperateDate,omitempty"`

	EndOperateDate *int64 `json:"endOperateDate,omitempty"`

	Type *string `json:"type,omitempty"`

	TypeId *string `json:"typeId,omitempty"`

	OperateType *int32 `json:"operateType,omitempty"`
}

Request Object

func (SearchResourceOpRecordRequest) String

type SearchResourceOpRecordResponse

type SearchResourceOpRecordResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryResourceResultDto `json:"data,omitempty"`
	HttpStatusCode int                       `json:"-"`
}

Response Object

func (SearchResourceOpRecordResponse) String

type SearchResourceRequest

type SearchResourceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	CorpId string `json:"corp_id"`

	StartExpireDate *int64 `json:"startExpireDate,omitempty"`

	EndExpireDate *int64 `json:"endExpireDate,omitempty"`

	Type *string `json:"type,omitempty"`

	TypeId *string `json:"typeId,omitempty"`

	Status *int32 `json:"status,omitempty"`
}

Request Object

func (SearchResourceRequest) String

func (o SearchResourceRequest) String() string

type SearchResourceResponse

type SearchResourceResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryResourceResultDto `json:"data,omitempty"`
	HttpStatusCode int                       `json:"-"`
}

Response Object

func (SearchResourceResponse) String

func (o SearchResourceResponse) String() string

type SearchStatisticConferenceInfoRequest

type SearchStatisticConferenceInfoRequest struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	TimeUnit SearchStatisticConferenceInfoRequestTimeUnit `json:"timeUnit"`

	StartTime string `json:"startTime"`

	EndTime string `json:"endTime"`

	Category SearchStatisticConferenceInfoRequestCategory `json:"category"`
}

Request Object

func (SearchStatisticConferenceInfoRequest) String

type SearchStatisticConferenceInfoRequestCategory

type SearchStatisticConferenceInfoRequestCategory struct {
	// contains filtered or unexported fields
}

func (SearchStatisticConferenceInfoRequestCategory) MarshalJSON

func (*SearchStatisticConferenceInfoRequestCategory) UnmarshalJSON

type SearchStatisticConferenceInfoRequestCategoryEnum

type SearchStatisticConferenceInfoRequestCategoryEnum struct {
	CONFERENCE_INFO        SearchStatisticConferenceInfoRequestCategory
	CONFERENCE_HOURLY_INFO SearchStatisticConferenceInfoRequestCategory
}

func GetSearchStatisticConferenceInfoRequestCategoryEnum

func GetSearchStatisticConferenceInfoRequestCategoryEnum() SearchStatisticConferenceInfoRequestCategoryEnum

type SearchStatisticConferenceInfoRequestTimeUnit

type SearchStatisticConferenceInfoRequestTimeUnit struct {
	// contains filtered or unexported fields
}

func (SearchStatisticConferenceInfoRequestTimeUnit) MarshalJSON

func (*SearchStatisticConferenceInfoRequestTimeUnit) UnmarshalJSON

type SearchStatisticConferenceInfoResponse

type SearchStatisticConferenceInfoResponse struct {
	Count *int32 `json:"count,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Data           *[]StatisticConferenceDataItem `json:"data,omitempty"`
	HttpStatusCode int                            `json:"-"`
}

Response Object

func (SearchStatisticConferenceInfoResponse) String

type SearchStatisticConferenceParticipantRequest

type SearchStatisticConferenceParticipantRequest struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	TimeUnit SearchStatisticConferenceParticipantRequestTimeUnit `json:"timeUnit"`

	StartTime string `json:"startTime"`

	EndTime string `json:"endTime"`

	Category SearchStatisticConferenceParticipantRequestCategory `json:"category"`
}

Request Object

func (SearchStatisticConferenceParticipantRequest) String

type SearchStatisticConferenceParticipantRequestCategory

type SearchStatisticConferenceParticipantRequestCategory struct {
	// contains filtered or unexported fields
}

func (SearchStatisticConferenceParticipantRequestCategory) MarshalJSON

func (*SearchStatisticConferenceParticipantRequestCategory) UnmarshalJSON

type SearchStatisticConferenceParticipantRequestCategoryEnum

type SearchStatisticConferenceParticipantRequestCategoryEnum struct {
	USER_PARTICIPATE_INFO          SearchStatisticConferenceParticipantRequestCategory
	HARD_TERMINAL_PARTICIPATE_INFO SearchStatisticConferenceParticipantRequestCategory
	PARTICIPANT_TYPE_INFO          SearchStatisticConferenceParticipantRequestCategory
}

type SearchStatisticConferenceParticipantRequestTimeUnit

type SearchStatisticConferenceParticipantRequestTimeUnit struct {
	// contains filtered or unexported fields
}

func (SearchStatisticConferenceParticipantRequestTimeUnit) MarshalJSON

func (*SearchStatisticConferenceParticipantRequestTimeUnit) UnmarshalJSON

type SearchStatisticConferenceParticipantResponse

type SearchStatisticConferenceParticipantResponse struct {
	Count *int32 `json:"count,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Data           *[]StatisticParticipateDataItem `json:"data,omitempty"`
	HttpStatusCode int                             `json:"-"`
}

Response Object

func (SearchStatisticConferenceParticipantResponse) String

type SearchStatisticResourceInfoRequest

type SearchStatisticResourceInfoRequest struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	TimeUnit SearchStatisticResourceInfoRequestTimeUnit `json:"timeUnit"`

	StartTime string `json:"startTime"`

	EndTime string `json:"endTime"`

	Category SearchStatisticResourceInfoRequestCategory `json:"category"`
}

Request Object

func (SearchStatisticResourceInfoRequest) String

type SearchStatisticResourceInfoRequestCategory

type SearchStatisticResourceInfoRequestCategory struct {
	// contains filtered or unexported fields
}

func (SearchStatisticResourceInfoRequestCategory) MarshalJSON

func (*SearchStatisticResourceInfoRequestCategory) UnmarshalJSON

type SearchStatisticResourceInfoRequestTimeUnit

type SearchStatisticResourceInfoRequestTimeUnit struct {
	// contains filtered or unexported fields
}

func (SearchStatisticResourceInfoRequestTimeUnit) MarshalJSON

func (*SearchStatisticResourceInfoRequestTimeUnit) UnmarshalJSON

type SearchStatisticResourceInfoResponse

type SearchStatisticResourceInfoResponse struct {
	Count *int32 `json:"count,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Data           *[]StatisticResourceDataItem `json:"data,omitempty"`
	HttpStatusCode int                          `json:"-"`
}

Response Object

func (SearchStatisticResourceInfoResponse) String

type SearchStatisticUserInfoRequest

type SearchStatisticUserInfoRequest struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	TimeUnit SearchStatisticUserInfoRequestTimeUnit `json:"timeUnit"`

	StartTime string `json:"startTime"`

	EndTime string `json:"endTime"`

	Category SearchStatisticUserInfoRequestCategory `json:"category"`
}

Request Object

func (SearchStatisticUserInfoRequest) String

type SearchStatisticUserInfoRequestCategory

type SearchStatisticUserInfoRequestCategory struct {
	// contains filtered or unexported fields
}

func (SearchStatisticUserInfoRequestCategory) MarshalJSON

func (c SearchStatisticUserInfoRequestCategory) MarshalJSON() ([]byte, error)

func (*SearchStatisticUserInfoRequestCategory) UnmarshalJSON

func (c *SearchStatisticUserInfoRequestCategory) UnmarshalJSON(b []byte) error

type SearchStatisticUserInfoRequestCategoryEnum

type SearchStatisticUserInfoRequestCategoryEnum struct {
	USER_LOGIN_INFO        SearchStatisticUserInfoRequestCategory
	USER_ACTIVATE_INFO     SearchStatisticUserInfoRequestCategory
	USER_LOGIN_DEVICE_INFO SearchStatisticUserInfoRequestCategory
}

func GetSearchStatisticUserInfoRequestCategoryEnum

func GetSearchStatisticUserInfoRequestCategoryEnum() SearchStatisticUserInfoRequestCategoryEnum

type SearchStatisticUserInfoRequestTimeUnit

type SearchStatisticUserInfoRequestTimeUnit struct {
	// contains filtered or unexported fields
}

func (SearchStatisticUserInfoRequestTimeUnit) MarshalJSON

func (c SearchStatisticUserInfoRequestTimeUnit) MarshalJSON() ([]byte, error)

func (*SearchStatisticUserInfoRequestTimeUnit) UnmarshalJSON

func (c *SearchStatisticUserInfoRequestTimeUnit) UnmarshalJSON(b []byte) error

type SearchStatisticUserInfoResponse

type SearchStatisticUserInfoResponse struct {
	Count *int32 `json:"count,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Data           *[]StatisticUserDataItem `json:"data,omitempty"`
	HttpStatusCode int                      `json:"-"`
}

Response Object

func (SearchStatisticUserInfoResponse) String

type SearchUserResultDto

type SearchUserResultDto struct {
	Id *string `json:"id,omitempty"`

	UserAccount *string `json:"userAccount,omitempty"`

	Name *string `json:"name,omitempty"`

	EnglishName *string `json:"englishName,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	VmrId *string `json:"vmrId,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	UserType *int32 `json:"userType,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`

	Status *int32 `json:"status,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`

	ThirdAccount *string `json:"thirdAccount,omitempty"`

	VisionAccount *string `json:"visionAccount,omitempty"`

	License *int32 `json:"license,omitempty"`

	ActiveTime *int64 `json:"activeTime,omitempty"`

	ActiveCodeExpireTime *int64 `json:"activeCodeExpireTime,omitempty"`

	ExpireTime *int64 `json:"expireTime,omitempty"`

	ActiveCode *string `json:"activeCode,omitempty"`
}

分页查询企业用户信息

func (SearchUserResultDto) String

func (o SearchUserResultDto) String() string

type SearchUsersRequest

type SearchUsersRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	SortField *string `json:"sortField,omitempty"`

	IsAsc *bool `json:"isAsc,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	EnableSubDept *bool `json:"enableSubDept,omitempty"`

	AdminType *SearchUsersRequestAdminType `json:"adminType,omitempty"`

	EnableRoom *bool `json:"enableRoom,omitempty"`

	UserType *[]int32 `json:"userType,omitempty"`

	Status *int32 `json:"status,omitempty"`

	ContainsUnActive *bool `json:"containsUnActive,omitempty"`
}

Request Object

func (SearchUsersRequest) String

func (o SearchUsersRequest) String() string

type SearchUsersRequestAdminType

type SearchUsersRequestAdminType struct {
	// contains filtered or unexported fields
}

func (SearchUsersRequestAdminType) MarshalJSON

func (c SearchUsersRequestAdminType) MarshalJSON() ([]byte, error)

func (*SearchUsersRequestAdminType) UnmarshalJSON

func (c *SearchUsersRequestAdminType) UnmarshalJSON(b []byte) error

type SearchUsersRequestAdminTypeEnum

type SearchUsersRequestAdminTypeEnum struct {
	E_1 SearchUsersRequestAdminType
	E_2 SearchUsersRequestAdminType
}

func GetSearchUsersRequestAdminTypeEnum

func GetSearchUsersRequestAdminTypeEnum() SearchUsersRequestAdminTypeEnum

type SearchUsersResponse

type SearchUsersResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]SearchUserResultDto `json:"data,omitempty"`
	HttpStatusCode int                    `json:"-"`
}

Response Object

func (SearchUsersResponse) String

func (o SearchUsersResponse) String() string

type SearchVisionActiveCodeRequest

type SearchVisionActiveCodeRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	DevType *string `json:"devType,omitempty"`
}

Request Object

func (SearchVisionActiveCodeRequest) String

type SearchVisionActiveCodeResponse

type SearchVisionActiveCodeResponse struct {
	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	Count *int32 `json:"count,omitempty"`

	Data           *[]QueryVisionActiveCodeResultDto `json:"data,omitempty"`
	HttpStatusCode int                               `json:"-"`
}

Response Object

func (SearchVisionActiveCodeResponse) String

type SendSlideVerifyCodeRequest

type SendSlideVerifyCodeRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *SlideVerifyCodeSendDto `json:"body,omitempty"`
}

Request Object

func (SendSlideVerifyCodeRequest) String

type SendSlideVerifyCodeResponse

type SendSlideVerifyCodeResponse struct {
	ShadowImage *string `json:"shadowImage,omitempty"`

	CutImage *string `json:"cutImage,omitempty"`

	PointY *int32 `json:"pointY,omitempty"`

	Token *string `json:"token,omitempty"`

	Expire         *int32 `json:"expire,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (SendSlideVerifyCodeResponse) String

type SendVeriCodeForChangePwdRequest

type SendVeriCodeForChangePwdRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *VerifyCodeSendDtov1 `json:"body,omitempty"`
}

Request Object

func (SendVeriCodeForChangePwdRequest) String

type SendVeriCodeForChangePwdResponse

type SendVeriCodeForChangePwdResponse struct {
	Expire *int32 `json:"expire,omitempty"`

	BindPhone *string `json:"bindPhone,omitempty"`

	BindEmail      *string `json:"bindEmail,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (SendVeriCodeForChangePwdResponse) String

type SendVeriCodeForUpdateUserInfoRequest

type SendVeriCodeForUpdateUserInfoRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *VerificationCodeDto `json:"body,omitempty"`
}

Request Object

func (SendVeriCodeForUpdateUserInfoRequest) String

type SendVeriCodeForUpdateUserInfoResponse

type SendVeriCodeForUpdateUserInfoResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SendVeriCodeForUpdateUserInfoResponse) String

type SetCpuThresholdData

type SetCpuThresholdData struct {
	Cpu *int32 `json:"cpu,omitempty"`
}

CPU阈值设置请求体

func (SetCpuThresholdData) String

func (o SetCpuThresholdData) String() string

type SetCustomMultiPictureRequest

type SetCustomMultiPictureRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestCustomMultiPictureBody `json:"body,omitempty"`
}

Request Object

func (SetCustomMultiPictureRequest) String

type SetCustomMultiPictureResponse

type SetCustomMultiPictureResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SetCustomMultiPictureResponse) String

type SetHostViewRequest

type SetHostViewRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestChairViewReqBody `json:"body,omitempty"`
}

Request Object

func (SetHostViewRequest) String

func (o SetHostViewRequest) String() string

type SetHostViewResponse

type SetHostViewResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SetHostViewResponse) String

func (o SetHostViewResponse) String() string

type SetMultiPictureRequest

type SetMultiPictureRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestMixedPictureBody `json:"body,omitempty"`
}

Request Object

func (SetMultiPictureRequest) String

func (o SetMultiPictureRequest) String() string

type SetMultiPictureResponse

type SetMultiPictureResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SetMultiPictureResponse) String

func (o SetMultiPictureResponse) String() string

type SetPacketThresholdData

type SetPacketThresholdData struct {
	Receiving *int32 `json:"receiving,omitempty"`

	Sending *int32 `json:"sending,omitempty"`
}

丢包率阈值设置请求体

func (SetPacketThresholdData) String

func (o SetPacketThresholdData) String() string

type SetParticipantViewRequest

type SetParticipantViewRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestParticipantViewReqBody `json:"body,omitempty"`
}

Request Object

func (SetParticipantViewRequest) String

func (o SetParticipantViewRequest) String() string

type SetParticipantViewResponse

type SetParticipantViewResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SetParticipantViewResponse) String

type SetQosThresholdReq

type SetQosThresholdReq struct {
	Latency *SetThresholdData `json:"latency,omitempty"`

	Jitter *SetThresholdData `json:"jitter,omitempty"`

	PacketLoss *SetPacketThresholdData `json:"packetLoss,omitempty"`

	ClientCpuMax *SetCpuThresholdData `json:"clientCpuMax,omitempty"`

	SystemCpuMax *SetCpuThresholdData `json:"systemCpuMax,omitempty"`
}

设置企业用户指定类型的阈值的请求体

func (SetQosThresholdReq) String

func (o SetQosThresholdReq) String() string

type SetQosThresholdRequest

type SetQosThresholdRequest struct {
	ThresholdType SetQosThresholdRequestThresholdType `json:"thresholdType"`

	Body *SetQosThresholdReq `json:"body,omitempty"`
}

Request Object

func (SetQosThresholdRequest) String

func (o SetQosThresholdRequest) String() string

type SetQosThresholdRequestThresholdType

type SetQosThresholdRequestThresholdType struct {
	// contains filtered or unexported fields
}

func (SetQosThresholdRequestThresholdType) MarshalJSON

func (c SetQosThresholdRequestThresholdType) MarshalJSON() ([]byte, error)

func (*SetQosThresholdRequestThresholdType) UnmarshalJSON

func (c *SetQosThresholdRequestThresholdType) UnmarshalJSON(b []byte) error

type SetQosThresholdResponse

type SetQosThresholdResponse struct {
	Code *string `json:"code,omitempty"`

	Message        *string `json:"message,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (SetQosThresholdResponse) String

func (o SetQosThresholdResponse) String() string

type SetRoleRequest

type SetRoleRequest struct {
	ConferenceID string `json:"conferenceID"`

	ParticipantID string `json:"participantID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestChairTokenReqBody `json:"body,omitempty"`
}

Request Object

func (SetRoleRequest) String

func (o SetRoleRequest) String() string

type SetRoleResponse

type SetRoleResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SetRoleResponse) String

func (o SetRoleResponse) String() string

type SetSsoConfigRequest

type SetSsoConfigRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *AuthorizeConfigInfoRequestBody `json:"body,omitempty"`
}

Request Object

func (SetSsoConfigRequest) String

func (o SetSsoConfigRequest) String() string

type SetSsoConfigResponse

type SetSsoConfigResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SetSsoConfigResponse) String

func (o SetSsoConfigResponse) String() string

type SetThresholdData

type SetThresholdData struct {
	Receiving *int32 `json:"receiving,omitempty"`

	Sending *int32 `json:"sending,omitempty"`
}

阈值阈值设置请求体

func (SetThresholdData) String

func (o SetThresholdData) String() string

type SetWebHookConfigRequest

type SetWebHookConfigRequest struct {
	Body *WebHookConfigRequest `json:"body,omitempty"`
}

Request Object

func (SetWebHookConfigRequest) String

func (o SetWebHookConfigRequest) String() string

type SetWebHookConfigResponse

type SetWebHookConfigResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SetWebHookConfigResponse) String

func (o SetWebHookConfigResponse) String() string

type ShowAudienceCountInfo

type ShowAudienceCountInfo struct {
	ShowAudienceMode *int32 `json:"showAudienceMode,omitempty"`

	BaseAudienceCount *int32 `json:"baseAudienceCount,omitempty"`

	Multiple *float64 `json:"multiple,omitempty"`
}

func (ShowAudienceCountInfo) String

func (o ShowAudienceCountInfo) String() string

type ShowConfOrgRequest

type ShowConfOrgRequest struct {
	ConferenceID string `json:"conferenceID"`
}

Request Object

func (ShowConfOrgRequest) String

func (o ShowConfOrgRequest) String() string

type ShowConfOrgResponse

type ShowConfOrgResponse struct {
	OrgID          *string `json:"orgID,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (ShowConfOrgResponse) String

func (o ShowConfOrgResponse) String() string

type ShowCorpAdminRequest

type ShowCorpAdminRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Account string `json:"account"`

	AccountType *int32 `json:"accountType,omitempty"`
}

Request Object

func (ShowCorpAdminRequest) String

func (o ShowCorpAdminRequest) String() string

type ShowCorpAdminResponse

type ShowCorpAdminResponse struct {
	Id *string `json:"id,omitempty"`

	Account *string `json:"account,omitempty"`

	Name *string `json:"name,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Email *string `json:"email,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Dept           *DeptBasicDto `json:"dept,omitempty"`
	HttpStatusCode int           `json:"-"`
}

Response Object

func (ShowCorpAdminResponse) String

func (o ShowCorpAdminResponse) String() string

type ShowCorpBasicInfoRequest

type ShowCorpBasicInfoRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (ShowCorpBasicInfoRequest) String

func (o ShowCorpBasicInfoRequest) String() string

type ShowCorpBasicInfoResponse

type ShowCorpBasicInfoResponse struct {
	Id *string `json:"id,omitempty"`

	Name *string `json:"name,omitempty"`

	Address *string `json:"address,omitempty"`

	AdminName *string `json:"adminName,omitempty"`

	Account *string `json:"account,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	EnableSMS *bool `json:"enableSMS,omitempty"`

	EnableCloudDisk *bool `json:"enableCloudDisk,omitempty"`

	EnablePstn *bool `json:"enablePstn,omitempty"`

	AutoUserCreate *bool `json:"autoUserCreate,omitempty"`

	CorpType       *int32 `json:"corpType,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ShowCorpBasicInfoResponse) String

func (o ShowCorpBasicInfoResponse) String() string

type ShowCorpRequest

type ShowCorpRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`
}

Request Object

func (ShowCorpRequest) String

func (o ShowCorpRequest) String() string

type ShowCorpResourceRequest

type ShowCorpResourceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (ShowCorpResourceRequest) String

func (o ShowCorpResourceRequest) String() string

type ShowCorpResourceResponse

type ShowCorpResourceResponse struct {
	Te1080pHardCount *ResDetailDto `json:"te1080pHardCount,omitempty"`

	Te720pHardCount *ResDetailDto `json:"te720pHardCount,omitempty"`

	TeSoftCount *ResDetailDto `json:"teSoftCount,omitempty"`

	RoomCount *ResDetailDto `json:"roomCount,omitempty"`

	RecordCapability *ResDetailDto `json:"recordCapability,omitempty"`

	ConfCallCount *ResDetailDto `json:"confCallCount,omitempty"`

	LiveCount *ResDetailDto `json:"liveCount,omitempty"`

	ThirdPartyHardCount *ResDetailDto `json:"thirdPartyHardCount,omitempty"`

	HwVisionCount *ResDetailDto `json:"hwVisionCount,omitempty"`

	IdeaHubCount *ResDetailDto `json:"ideaHubCount,omitempty"`

	Vmr *[]QueryVmrPkgResResultDto `json:"vmr,omitempty"`

	EnablePstn *bool `json:"enablePstn,omitempty"`

	EnableSMS *bool `json:"enableSMS,omitempty"`

	EnableHybridCloud *bool `json:"enableHybridCloud,omitempty"`

	EnableCloudDisk *bool `json:"enableCloudDisk,omitempty"`

	EnableUc *bool `json:"enableUc,omitempty"`

	EnableAiMinutes *bool `json:"enableAiMinutes,omitempty"`

	SingleConfCallCount *int32 `json:"singleConfCallCount,omitempty"`

	ConfLength     *int32 `json:"confLength,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ShowCorpResourceResponse) String

func (o ShowCorpResourceResponse) String() string

type ShowCorpResponse

type ShowCorpResponse struct {
	BasicInfo *QueryCorpBasicResultDto `json:"basicInfo,omitempty"`

	AdminInfo *QueryAdminResultDto `json:"adminInfo,omitempty"`

	ResInfo *QueryCorpResResultDto `json:"resInfo,omitempty"`

	GroupDTO *OrgGroupDto `json:"groupDTO,omitempty"`

	Id             *string `json:"id,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (ShowCorpResponse) String

func (o ShowCorpResponse) String() string

type ShowDeptAndChildDeptRequest

type ShowDeptAndChildDeptRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	DeptCode string `json:"dept_code"`
}

Request Object

func (ShowDeptAndChildDeptRequest) String

type ShowDeptAndChildDeptResponse

type ShowDeptAndChildDeptResponse struct {
	CorpId *string `json:"corpId,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptLevel *int32 `json:"deptLevel,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	IsLeafNode *bool `json:"isLeafNode,omitempty"`

	ParentDeptCode *string `json:"parentDeptCode,omitempty"`

	DeptCodePath *string `json:"deptCodePath,omitempty"`

	Note *string `json:"note,omitempty"`

	InPermission *string `json:"inPermission,omitempty"`

	OutPermission *string `json:"outPermission,omitempty"`

	DesignatedOutDeptCodes *[]IdMarkDto `json:"designatedOutDeptCodes,omitempty"`

	ChildDepts     *[]QueryDeptResultDto `json:"childDepts,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

Response Object

func (ShowDeptAndChildDeptResponse) String

type ShowDeviceDetailRequest

type ShowDeviceDetailRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Sn string `json:"sn"`
}

Request Object

func (ShowDeviceDetailRequest) String

func (o ShowDeviceDetailRequest) String() string

type ShowDeviceDetailResponse

type ShowDeviceDetailResponse struct {
	Name *string `json:"name,omitempty"`

	Type *string `json:"type,omitempty"`

	Model *string `json:"model,omitempty"`

	Sn *string `json:"sn,omitempty"`

	Account *string `json:"account,omitempty"`

	Number *string `json:"number,omitempty"`

	PrjCodeMode *int32 `json:"prjCodeMode,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	Description *string `json:"description,omitempty"`

	Status         *int32 `json:"status,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ShowDeviceDetailResponse) String

func (o ShowDeviceDetailResponse) String() string

type ShowDeviceStatusRequest

type ShowDeviceStatusRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *[]string `json:"body,omitempty"`
}

Request Object

func (ShowDeviceStatusRequest) String

func (o ShowDeviceStatusRequest) String() string

type ShowDeviceStatusResponse

type ShowDeviceStatusResponse struct {
	Body           *[]UserStatusDto `json:"body,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (ShowDeviceStatusResponse) String

func (o ShowDeviceStatusResponse) String() string

type ShowDeviceTypesRequest

type ShowDeviceTypesRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (ShowDeviceTypesRequest) String

func (o ShowDeviceTypesRequest) String() string

type ShowDeviceTypesResponse

type ShowDeviceTypesResponse struct {
	Body           *[]QueryDeviceTypeResultDto `json:"body,omitempty"`
	HttpStatusCode int                         `json:"-"`
}

Response Object

func (ShowDeviceTypesResponse) String

func (o ShowDeviceTypesResponse) String() string

type ShowHisMeetingDetailRequest

type ShowHisMeetingDetailRequest struct {
	ConfUUID string `json:"confUUID"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XType *int32 `json:"X-Type,omitempty"`

	XQueryType *int32 `json:"X-Query-Type,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (ShowHisMeetingDetailRequest) String

type ShowHisMeetingDetailResponse

type ShowHisMeetingDetailResponse struct {
	ConferenceData *ConferenceInfo `json:"conferenceData,omitempty"`

	Data           *PageParticipant `json:"data,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (ShowHisMeetingDetailResponse) String

type ShowMeetingDetailRequest

type ShowMeetingDetailRequest struct {
	ConferenceID string `json:"conferenceID"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XType *string `json:"X-Type,omitempty"`

	XQueryType *string `json:"X-Query-Type,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (ShowMeetingDetailRequest) String

func (o ShowMeetingDetailRequest) String() string

type ShowMeetingDetailResponse

type ShowMeetingDetailResponse struct {
	ConferenceData *ConferenceInfo `json:"conferenceData,omitempty"`

	Data           *PageParticipant `json:"data,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (ShowMeetingDetailResponse) String

func (o ShowMeetingDetailResponse) String() string

type ShowMeetingFileListRequest

type ShowMeetingFileListRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body map[string]string `json:"body,omitempty"`
}

Request Object

func (ShowMeetingFileListRequest) String

type ShowMeetingFileListResponse

type ShowMeetingFileListResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (ShowMeetingFileListResponse) String

type ShowMeetingFileRequest

type ShowMeetingFileRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	FileCode string `json:"file_code"`
}

Request Object

func (ShowMeetingFileRequest) String

func (o ShowMeetingFileRequest) String() string

type ShowMeetingFileResponse

type ShowMeetingFileResponse struct {
	FileCode *string `json:"fileCode,omitempty"`

	Topic *string `json:"topic,omitempty"`

	FileId *string `json:"fileId,omitempty"`

	FileName *string `json:"fileName,omitempty"`

	FileSize *int64 `json:"fileSize,omitempty"`

	ThumbnailFileId *string `json:"thumbnailFileId,omitempty"`

	ThumbnailFileName *string `json:"thumbnailFileName,omitempty"`

	ThumbnailFileSize *int64 `json:"thumbnailFileSize,omitempty"`

	PdfFileId *string `json:"pdfFileId,omitempty"`

	PdfFileName *string `json:"pdfFileName,omitempty"`

	PdfFileSize *int64 `json:"pdfFileSize,omitempty"`

	FileUrl *string `json:"fileUrl,omitempty"`

	ThumbnailUrl *string `json:"thumbnailUrl,omitempty"`

	PdfUrl *string `json:"pdfUrl,omitempty"`

	CreationTimestamp *int64 `json:"creationTimestamp,omitempty"`
	HttpStatusCode    int    `json:"-"`
}

Response Object

func (ShowMeetingFileResponse) String

func (o ShowMeetingFileResponse) String() string

type ShowMyInfoRequest

type ShowMyInfoRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (ShowMyInfoRequest) String

func (o ShowMyInfoRequest) String() string

type ShowMyInfoResponse

type ShowMyInfoResponse struct {
	Id *string `json:"id,omitempty"`

	UserAccount *string `json:"userAccount,omitempty"`

	Name *string `json:"name,omitempty"`

	EnglishName *string `json:"englishName,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	SipNum *string `json:"sipNum,omitempty"`

	VmrList *[]UserVmrDto `json:"vmrList,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	UserType *int32 `json:"userType,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`

	Corp *CorpBasicInfoDto `json:"corp,omitempty"`

	Function *UserFunctionDto `json:"function,omitempty"`

	DevType *QueryDeviceInfoResultDto `json:"devType,omitempty"`

	Status *int32 `json:"status,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`

	VisionAccount *string `json:"visionAccount,omitempty"`

	ThirdAccount *string `json:"thirdAccount,omitempty"`

	License *int32 `json:"license,omitempty"`

	ActiveTime     *int64 `json:"activeTime,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ShowMyInfoResponse) String

func (o ShowMyInfoResponse) String() string

type ShowOnlineMeetingDetailRequest

type ShowOnlineMeetingDetailRequest struct {
	ConferenceID string `json:"conferenceID"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	SearchKey *string `json:"searchKey,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XType *string `json:"X-Type,omitempty"`

	XQueryType *string `json:"X-Query-Type,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (ShowOnlineMeetingDetailRequest) String

type ShowOnlineMeetingDetailResponse

type ShowOnlineMeetingDetailResponse struct {
	ConferenceData *ConferenceInfo `json:"conferenceData,omitempty"`

	Data           *PageParticipant `json:"data,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (ShowOnlineMeetingDetailResponse) String

type ShowOrgResRequest

type ShowOrgResRequest struct {
}

Request Object

func (ShowOrgResRequest) String

func (o ShowOrgResRequest) String() string

type ShowOrgResResponse

type ShowOrgResResponse struct {
	UsedRecStorage *float64 `json:"usedRecStorage,omitempty"`

	UsedAccountsCount *int32 `json:"usedAccountsCount,omitempty"`

	UsedLiveCount *int32 `json:"usedLiveCount,omitempty"`

	ConfCount *int32 `json:"confCount,omitempty"`

	ConfLength *int64 `json:"confLength,omitempty"`

	ActiveAttendeeCount *int32 `json:"activeAttendeeCount,omitempty"`

	TotalAttendeeCount *int32 `json:"totalAttendeeCount,omitempty"`
	HttpStatusCode     int    `json:"-"`
}

Response Object

func (ShowOrgResResponse) String

func (o ShowOrgResResponse) String() string

type ShowProgramRequest

type ShowProgramRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`
}

Request Object

func (ShowProgramRequest) String

func (o ShowProgramRequest) String() string

type ShowProgramResponse

type ShowProgramResponse struct {
	Id *string `json:"id,omitempty"`

	LastUpdatedBy *string `json:"lastUpdatedBy,omitempty"`

	UpdateTime *int64 `json:"updateTime,omitempty"`

	ProgramName *string `json:"programName,omitempty"`

	MaterialSizeStr *string `json:"materialSizeStr,omitempty"`

	PlayTime *int32 `json:"playTime,omitempty"`

	ProgramItemList *[]ProgramItemResponseBase `json:"programItemList,omitempty"`
	HttpStatusCode  int                        `json:"-"`
}

Response Object

func (ShowProgramResponse) String

func (o ShowProgramResponse) String() string

type ShowPublicationRequest

type ShowPublicationRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`
}

Request Object

func (ShowPublicationRequest) String

func (o ShowPublicationRequest) String() string

type ShowPublicationResponse

type ShowPublicationResponse struct {
	Id *string `json:"id,omitempty"`

	LastUpdatedBy *string `json:"lastUpdatedBy,omitempty"`

	CreateTime *int64 `json:"createTime,omitempty"`

	UpdateTime *int64 `json:"updateTime,omitempty"`

	PublishName *string `json:"publishName,omitempty"`

	PublishScope *string `json:"publishScope,omitempty"`

	StartTime *int64 `json:"startTime,omitempty"`

	EndTime *int64 `json:"endTime,omitempty"`

	PublishStatus *ShowPublicationResponsePublishStatus `json:"publishStatus,omitempty"`

	ProgramList *[]ProgramResponseBase `json:"programList,omitempty"`

	DeptList *[]PublishDeptResponseDto `json:"deptList,omitempty"`

	DeviceList     *[]PublishDeviceResponseDto `json:"deviceList,omitempty"`
	HttpStatusCode int                         `json:"-"`
}

Response Object

func (ShowPublicationResponse) String

func (o ShowPublicationResponse) String() string

type ShowPublicationResponsePublishStatus

type ShowPublicationResponsePublishStatus struct {
	// contains filtered or unexported fields
}

func (ShowPublicationResponsePublishStatus) MarshalJSON

func (c ShowPublicationResponsePublishStatus) MarshalJSON() ([]byte, error)

func (*ShowPublicationResponsePublishStatus) UnmarshalJSON

func (c *ShowPublicationResponsePublishStatus) UnmarshalJSON(b []byte) error

type ShowPublicationResponsePublishStatusEnum

type ShowPublicationResponsePublishStatusEnum struct {
	NOT_ONLINE      ShowPublicationResponsePublishStatus
	PUBLISHING      ShowPublicationResponsePublishStatus
	ALREADY_OFFLINE ShowPublicationResponsePublishStatus
}

func GetShowPublicationResponsePublishStatusEnum

func GetShowPublicationResponsePublishStatusEnum() ShowPublicationResponsePublishStatusEnum

type ShowQosThresholdRequest

type ShowQosThresholdRequest struct {
	ThresholdType ShowQosThresholdRequestThresholdType `json:"thresholdType"`
}

Request Object

func (ShowQosThresholdRequest) String

func (o ShowQosThresholdRequest) String() string

type ShowQosThresholdRequestThresholdType

type ShowQosThresholdRequestThresholdType struct {
	// contains filtered or unexported fields
}

func (ShowQosThresholdRequestThresholdType) MarshalJSON

func (c ShowQosThresholdRequestThresholdType) MarshalJSON() ([]byte, error)

func (*ShowQosThresholdRequestThresholdType) UnmarshalJSON

func (c *ShowQosThresholdRequestThresholdType) UnmarshalJSON(b []byte) error

type ShowQosThresholdResponse

type ShowQosThresholdResponse struct {
	Latency *ThresholdData `json:"latency,omitempty"`

	Jitter *ThresholdData `json:"jitter,omitempty"`

	PacketLoss *PacketThresholdData `json:"packetLoss,omitempty"`

	ClientCpuMax *CpuThresholdData `json:"clientCpuMax,omitempty"`

	SystemCpuMax   *CpuThresholdData `json:"systemCpuMax,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (ShowQosThresholdResponse) String

func (o ShowQosThresholdResponse) String() string

type ShowRealTimeInfoOfMeetingRequest

type ShowRealTimeInfoOfMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`
}

Request Object

func (ShowRealTimeInfoOfMeetingRequest) String

type ShowRealTimeInfoOfMeetingResponse

type ShowRealTimeInfoOfMeetingResponse struct {
	Attendees *[]RealTimeAttendee `json:"attendees,omitempty"`

	Participants *[]RealTimeParticipant `json:"participants,omitempty"`

	ConfInfo       *RealTimeConfInfo `json:"confInfo,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (ShowRealTimeInfoOfMeetingResponse) String

type ShowRecordingDetailRequest

type ShowRecordingDetailRequest struct {
	ConfUUID string `json:"confUUID"`

	UserUUID *string `json:"userUUID,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (ShowRecordingDetailRequest) String

type ShowRecordingDetailResponse

type ShowRecordingDetailResponse struct {
	ConfUUID *string `json:"confUUID,omitempty"`

	ConfID *string `json:"confID,omitempty"`

	Url *[]string `json:"url,omitempty"`

	RcdTime *int32 `json:"rcdTime,omitempty"`

	RcdSize *int32 `json:"rcdSize,omitempty"`

	Subject *string `json:"subject,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	IsDecodeFinish *bool `json:"isDecodeFinish,omitempty"`

	DecodeEndTime *int64 `json:"decodeEndTime,omitempty"`

	Available      *bool `json:"available,omitempty"`
	HttpStatusCode int   `json:"-"`
}

Response Object

func (ShowRecordingDetailResponse) String

type ShowRecordingFileDownloadUrlsRequest

type ShowRecordingFileDownloadUrlsRequest struct {
	ConfUUID string `json:"confUUID"`

	Offset *int32 `json:"offset,omitempty"`

	Limit *int32 `json:"limit,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`
}

Request Object

func (ShowRecordingFileDownloadUrlsRequest) String

type ShowRecordingFileDownloadUrlsResponse

type ShowRecordingFileDownloadUrlsResponse struct {
	RecordUrls     *[]RecordDownloadInfoBo `json:"recordUrls,omitempty"`
	HttpStatusCode int                     `json:"-"`
}

Response Object

func (ShowRecordingFileDownloadUrlsResponse) String

type ShowRegionInfoOfMeetingRequest

type ShowRegionInfoOfMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`
}

Request Object

func (ShowRegionInfoOfMeetingRequest) String

type ShowRegionInfoOfMeetingResponse

type ShowRegionInfoOfMeetingResponse struct {
	RegionIP *string `json:"regionIP,omitempty"`

	RegionUrl      *string `json:"regionUrl,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (ShowRegionInfoOfMeetingResponse) String

type ShowRoomSettingRequest

type ShowRoomSettingRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	ConferenceId string `json:"conference_id"`
}

Request Object

func (ShowRoomSettingRequest) String

func (o ShowRoomSettingRequest) String() string

type ShowRoomSettingResponse

type ShowRoomSettingResponse struct {
	RoomIntroduce *string `json:"roomIntroduce,omitempty"`

	CropLogoId *string `json:"cropLogoId,omitempty"`

	CoverPictureId *string `json:"coverPictureId,omitempty"`

	ShowAudienceMode *string `json:"showAudienceMode,omitempty"`

	IsRedoubleOpen *string `json:"isRedoubleOpen,omitempty"`

	BaseAudienceCount *int32 `json:"baseAudienceCount,omitempty"`

	Multiple       *float64 `json:"multiple,omitempty"`
	HttpStatusCode int      `json:"-"`
}

Response Object

func (ShowRoomSettingResponse) String

func (o ShowRoomSettingResponse) String() string

type ShowSpResRequest

type ShowSpResRequest struct {
}

Request Object

func (ShowSpResRequest) String

func (o ShowSpResRequest) String() string

type ShowSpResResponse

type ShowSpResResponse struct {
	UsedAccountsCount *int32 `json:"usedAccountsCount,omitempty"`
	HttpStatusCode    int    `json:"-"`
}

Response Object

func (ShowSpResResponse) String

func (o ShowSpResResponse) String() string

type ShowSpResourceRequest

type ShowSpResourceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	QueryGroup *bool `json:"queryGroup,omitempty"`
}

Request Object

func (ShowSpResourceRequest) String

func (o ShowSpResourceRequest) String() string

type ShowSpResourceResponse

type ShowSpResourceResponse struct {
	Te1080pHardCount *ResDetailDto `json:"te1080pHardCount,omitempty"`

	Te720pHardCount *ResDetailDto `json:"te720pHardCount,omitempty"`

	TeSoftCount *ResDetailDto `json:"teSoftCount,omitempty"`

	RoomCount *ResDetailDto `json:"roomCount,omitempty"`

	RecordCapability *ResDetailDto `json:"recordCapability,omitempty"`

	ConfCallCount *ResDetailDto `json:"confCallCount,omitempty"`

	LiveCount *ResDetailDto `json:"liveCount,omitempty"`

	CorpCount *ResDetailDto `json:"corpCount,omitempty"`

	ThirdPartyHardCount *ResDetailDto `json:"thirdPartyHardCount,omitempty"`

	HwVisionCount *ResDetailDto `json:"hwVisionCount,omitempty"`

	IdeaHubCount *ResDetailDto `json:"ideaHubCount,omitempty"`

	EnablePstn *bool `json:"enablePstn,omitempty"`

	EnableSMS *bool `json:"enableSMS,omitempty"`

	GroupList      *[]QueryCorpGroupDto `json:"groupList,omitempty"`
	HttpStatusCode int                  `json:"-"`
}

Response Object

func (ShowSpResourceResponse) String

func (o ShowSpResourceResponse) String() string

type ShowSsoConfigRequest

type ShowSsoConfigRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (ShowSsoConfigRequest) String

func (o ShowSsoConfigRequest) String() string

type ShowSsoConfigResponse

type ShowSsoConfigResponse struct {
	EnableSSO *bool `json:"enableSSO,omitempty"`

	Domain *string `json:"domain,omitempty"`

	AuthorizeUrl *string `json:"authorizeUrl,omitempty"`

	GetTokenUrl *string `json:"getTokenUrl,omitempty"`

	ClientId *string `json:"clientId,omitempty"`

	ClientSecret *string `json:"clientSecret,omitempty"`

	Scope *string `json:"scope,omitempty"`

	AccFieldName *string `json:"accFieldName,omitempty"`

	GetUserInfoUrl *string `json:"getUserInfoUrl,omitempty"`

	Oauth2ServerType *int32 `json:"oauth2ServerType,omitempty"`

	PcSchemaUrl *string `json:"pcSchemaUrl,omitempty"`

	AndroidSchemaUrl *string `json:"androidSchemaUrl,omitempty"`

	IosSchemaUrl *string `json:"iosSchemaUrl,omitempty"`

	ThirdName *string `json:"thirdName,omitempty"`

	ThirdEmail *string `json:"thirdEmail,omitempty"`

	ThirdMobile *string `json:"thirdMobile,omitempty"`

	ThirdAccessToken *string `json:"thirdAccessToken,omitempty"`

	ThirdHeadImgUrl *string `json:"thirdHeadImgUrl,omitempty"`
	HttpStatusCode  int     `json:"-"`
}

Response Object

func (ShowSsoConfigResponse) String

func (o ShowSsoConfigResponse) String() string

type ShowUserDetailRequest

type ShowUserDetailRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Account string `json:"account"`

	AccountType *int32 `json:"accountType,omitempty"`
}

Request Object

func (ShowUserDetailRequest) String

func (o ShowUserDetailRequest) String() string

type ShowUserDetailResponse

type ShowUserDetailResponse struct {
	Id *string `json:"id,omitempty"`

	UserAccount *string `json:"userAccount,omitempty"`

	Name *string `json:"name,omitempty"`

	EnglishName *string `json:"englishName,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	SipNum *string `json:"sipNum,omitempty"`

	VmrList *[]UserVmrDto `json:"vmrList,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	UserType *int32 `json:"userType,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`

	Corp *CorpBasicInfoDto `json:"corp,omitempty"`

	Function *UserFunctionDto `json:"function,omitempty"`

	DevType *QueryDeviceInfoResultDto `json:"devType,omitempty"`

	Status *int32 `json:"status,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`

	VisionAccount *string `json:"visionAccount,omitempty"`

	ThirdAccount *string `json:"thirdAccount,omitempty"`

	License *int32 `json:"license,omitempty"`

	ActiveTime     *int64 `json:"activeTime,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ShowUserDetailResponse) String

func (o ShowUserDetailResponse) String() string

type ShowWebHookConfigRequest

type ShowWebHookConfigRequest struct {
	CorpId *string `json:"corpId,omitempty"`

	SpId *string `json:"spId,omitempty"`
}

Request Object

func (ShowWebHookConfigRequest) String

func (o ShowWebHookConfigRequest) String() string

type ShowWebHookConfigResponse

type ShowWebHookConfigResponse struct {
	ReturnCode int32 `json:"returnCode"`

	ReturnDesc *string `json:"returnDesc,omitempty"`

	Id *string `json:"id,omitempty"`

	SubscriberId *string `json:"subscriberId,omitempty"`

	Url *string `json:"url,omitempty"`

	Status         *int32 `json:"status,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ShowWebHookConfigResponse) String

func (o ShowWebHookConfigResponse) String() string

type ShowWebinarRequest

type ShowWebinarRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	ConferenceId string `json:"conference_id"`
}

Request Object

func (ShowWebinarRequest) String

func (o ShowWebinarRequest) String() string

type ShowWebinarResponse

type ShowWebinarResponse struct {
	ConferenceId *string `json:"conferenceId,omitempty"`

	CorpId *string `json:"corpId,omitempty"`

	Subject *string `json:"subject,omitempty"`

	Description *string `json:"description,omitempty"`

	StartTime *string `json:"startTime,omitempty"`

	Duration *int32 `json:"duration,omitempty"`

	TimeZoneId *int32 `json:"timeZoneId,omitempty"`

	State *MeetingStatus `json:"state,omitempty"`

	ScheduserId *string `json:"scheduserId,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	ScheduserName *string `json:"scheduserName,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	CallRestriction *bool `json:"callRestriction,omitempty"`

	Scope *int32 `json:"scope,omitempty"`

	AudienceScope *int32 `json:"audienceScope,omitempty"`

	ChairJoinUri *string `json:"chairJoinUri,omitempty"`

	ChairPasswd *string `json:"chairPasswd,omitempty"`

	GuestJoinUri *string `json:"guestJoinUri,omitempty"`

	GuestPasswd *string `json:"guestPasswd,omitempty"`

	AudienceJoinUri *string `json:"audienceJoinUri,omitempty"`

	AudiencePasswd *string `json:"audiencePasswd,omitempty"`

	NotifySetting *OpenNotifySetting `json:"notifySetting,omitempty"`

	Attendees      *[]string `json:"attendees,omitempty"`
	HttpStatusCode int       `json:"-"`
}

Response Object

func (ShowWebinarResponse) String

func (o ShowWebinarResponse) String() string

type SlideVerifyCodeCheckDto

type SlideVerifyCodeCheckDto struct {
	User string `json:"user"`

	ClientType int32 `json:"clientType"`

	CheckType *int32 `json:"checkType,omitempty"`

	Token string `json:"token"`

	PointX int32 `json:"pointX"`

	SlideTime int32 `json:"slideTime"`
}

func (SlideVerifyCodeCheckDto) String

func (o SlideVerifyCodeCheckDto) String() string

type SlideVerifyCodeSendDto

type SlideVerifyCodeSendDto struct {
	User string `json:"user"`

	ClientType int32 `json:"clientType"`

	CheckType *int32 `json:"checkType,omitempty"`
}

func (SlideVerifyCodeSendDto) String

func (o SlideVerifyCodeSendDto) String() string

type StatisticConferenceDataItem

type StatisticConferenceDataItem struct {
	Time *string `json:"time,omitempty"`

	ConfCount *string `json:"confCount,omitempty"`

	ConfDuration *string `json:"confDuration,omitempty"`

	AttendeeCount *string `json:"attendeeCount,omitempty"`

	ConfConcurrentUsedCount *string `json:"confConcurrentUsedCount,omitempty"`

	Conf24hCount *string `json:"conf24hCount,omitempty"`

	Conf24hAttendeeCount *string `json:"conf24hAttendeeCount,omitempty"`
}

会议总体数据的单个时间点数据。

func (StatisticConferenceDataItem) String

type StatisticParticipateDataItem

type StatisticParticipateDataItem struct {
	Time *string `json:"time,omitempty"`

	ConfUserName *string `json:"confUserName,omitempty"`

	ConfUserAccount *string `json:"confUserAccount,omitempty"`

	ConfUserDeptName *string `json:"confUserDeptName,omitempty"`

	ConfUserCount *string `json:"confUserCount,omitempty"`

	ConfUserDuration *string `json:"confUserDuration,omitempty"`

	ConfHardTerminalName *string `json:"confHardTerminalName,omitempty"`

	ConfHardTerminalModel *string `json:"confHardTerminalModel,omitempty"`

	ConfHardTerminalUserId *string `json:"confHardTerminalUserId,omitempty"`

	ConfHardTerminalCount *string `json:"confHardTerminalCount,omitempty"`

	ConfHardTerminalDuration *string `json:"confHardTerminalDuration,omitempty"`

	DeviceType *string `json:"deviceType,omitempty"`

	DeviceVersion *string `json:"deviceVersion,omitempty"`

	DeviceAttendanceCount *string `json:"deviceAttendanceCount,omitempty"`
}

会议与会统计数据的单个时间点数据。

func (StatisticParticipateDataItem) String

type StatisticResourceDataItem

type StatisticResourceDataItem struct {
	Time *string `json:"time,omitempty"`

	VmrParties *string `json:"vmrParties,omitempty"`

	MaxConcurrencyVmrCount *string `json:"maxConcurrencyVmrCount,omitempty"`

	LivePortUsedCount *string `json:"livePortUsedCount,omitempty"`

	RecordUsedSize *string `json:"recordUsedSize,omitempty"`

	PstnUsedDuration *string `json:"pstnUsedDuration,omitempty"`
}

会议已购资源使用数据的单个时间点数据。

func (StatisticResourceDataItem) String

func (o StatisticResourceDataItem) String() string

type StatisticUserDataItem

type StatisticUserDataItem struct {
	Time *string `json:"time,omitempty"`

	UserLoginCount *string `json:"userLoginCount,omitempty"`

	UserPCLoginCount *string `json:"userPCLoginCount,omitempty"`

	UserMobileLoginCount *string `json:"userMobileLoginCount,omitempty"`

	UserActivatedCount *string `json:"userActivatedCount,omitempty"`

	UserLoginDevicesName *string `json:"userLoginDevicesName,omitempty"`

	UserLoginDevicesCount *string `json:"userLoginDevicesCount,omitempty"`
}

会议用户统计数据的单个时间点数据。

func (StatisticUserDataItem) String

func (o StatisticUserDataItem) String() string

type StopMeetingRequest

type StopMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`
}

Request Object

func (StopMeetingRequest) String

func (o StopMeetingRequest) String() string

type StopMeetingResponse

type StopMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (StopMeetingResponse) String

func (o StopMeetingResponse) String() string

type SubPicLayoutInfo

type SubPicLayoutInfo struct {
	Id *int32 `json:"id,omitempty"`

	Left *int32 `json:"left,omitempty"`

	Top *int32 `json:"top,omitempty"`

	XSize *int32 `json:"xSize,omitempty"`

	YSize *int32 `json:"ySize,omitempty"`
}

func (SubPicLayoutInfo) String

func (o SubPicLayoutInfo) String() string

type SubscriberInPic

type SubscriberInPic struct {
	Index int32 `json:"index"`

	Subscriber *[]string `json:"subscriber,omitempty"`

	IsAssistStream *int32 `json:"isAssistStream,omitempty"`
}

子画面信息

func (SubscriberInPic) String

func (o SubscriberInPic) String() string

type SwitchModeRequest

type SwitchModeRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *RestSwitchModeReqBody `json:"body,omitempty"`
}

Request Object

func (SwitchModeRequest) String

func (o SwitchModeRequest) String() string

type SwitchModeResponse

type SwitchModeResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (SwitchModeResponse) String

func (o SwitchModeResponse) String() string

type ThresholdData

type ThresholdData struct {
	Receiving *int32 `json:"receiving,omitempty"`

	ReceivingDefault *int32 `json:"receivingDefault,omitempty"`

	Sending *int32 `json:"sending,omitempty"`

	SendingDefault *int32 `json:"sendingDefault,omitempty"`
}

阈值查询结果结构体

func (ThresholdData) String

func (o ThresholdData) String() string

type TokenInfo

type TokenInfo struct {
	Token *string `json:"token,omitempty"`

	TmpWsToken *string `json:"tmpWsToken,omitempty"`

	WsURL *string `json:"wsURL,omitempty"`

	Role *int32 `json:"role,omitempty"`

	ExpireTime *int64 `json:"expireTime,omitempty"`

	UserID *string `json:"userID,omitempty"`

	OrgID *string `json:"orgID,omitempty"`

	ParticipantID *string `json:"participantID,omitempty"`

	ConfTokenExpireTime *int32 `json:"confTokenExpireTime,omitempty"`

	VmrCurrentConfID *string `json:"vmrCurrentConfID,omitempty"`

	SupportNotifyType *[]string `json:"supportNotifyType,omitempty"`
}

终端状态信息

func (TokenInfo) String

func (o TokenInfo) String() string

type UpdateContactRequest

type UpdateContactRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *VerificationCodeDto `json:"body,omitempty"`
}

Request Object

func (UpdateContactRequest) String

func (o UpdateContactRequest) String() string

type UpdateContactResponse

type UpdateContactResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateContactResponse) String

func (o UpdateContactResponse) String() string

type UpdateCorpBasicInfoRequest

type UpdateCorpBasicInfoRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *ModCorpBasicInfoDto `json:"body,omitempty"`
}

Request Object

func (UpdateCorpBasicInfoRequest) String

type UpdateCorpBasicInfoResponse

type UpdateCorpBasicInfoResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateCorpBasicInfoResponse) String

type UpdateCorpRequest

type UpdateCorpRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`

	Body *ModCorpDto `json:"body,omitempty"`
}

Request Object

func (UpdateCorpRequest) String

func (o UpdateCorpRequest) String() string

type UpdateCorpResponse

type UpdateCorpResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateCorpResponse) String

func (o UpdateCorpResponse) String() string

type UpdateDepartmentRequest

type UpdateDepartmentRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	DeptCode string `json:"dept_code"`

	Body *ModDeptDto `json:"body,omitempty"`
}

Request Object

func (UpdateDepartmentRequest) String

func (o UpdateDepartmentRequest) String() string

type UpdateDepartmentResponse

type UpdateDepartmentResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateDepartmentResponse) String

func (o UpdateDepartmentResponse) String() string

type UpdateDeviceRequest

type UpdateDeviceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Sn string `json:"sn"`

	Body *ModDeviceDto `json:"body,omitempty"`
}

Request Object

func (UpdateDeviceRequest) String

func (o UpdateDeviceRequest) String() string

type UpdateDeviceResponse

type UpdateDeviceResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateDeviceResponse) String

func (o UpdateDeviceResponse) String() string

type UpdateMaterialRequest

type UpdateMaterialRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`

	Body *UpdateMaterialRequestDto `json:"body,omitempty"`
}

Request Object

func (UpdateMaterialRequest) String

func (o UpdateMaterialRequest) String() string

type UpdateMaterialRequestDto

type UpdateMaterialRequestDto struct {
	MaterialName *string `json:"materialName,omitempty"`
}

更新素材信息请求(只能修改素材名称)

func (UpdateMaterialRequestDto) String

func (o UpdateMaterialRequestDto) String() string

type UpdateMaterialResponse

type UpdateMaterialResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateMaterialResponse) String

func (o UpdateMaterialResponse) String() string

type UpdateMeetingRequest

type UpdateMeetingRequest struct {
	ConferenceID string `json:"conferenceID"`

	UserUUID *string `json:"userUUID,omitempty"`

	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	Body *RestScheduleConfDto `json:"body,omitempty"`
}

Request Object

func (UpdateMeetingRequest) String

func (o UpdateMeetingRequest) String() string

type UpdateMeetingResponse

type UpdateMeetingResponse struct {
	Body           *[]ConferenceInfo `json:"body,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (UpdateMeetingResponse) String

func (o UpdateMeetingResponse) String() string

type UpdateMemberVmrRequest

type UpdateMemberVmrRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`

	Body *ModVmrDto `json:"body,omitempty"`
}

Request Object

func (UpdateMemberVmrRequest) String

func (o UpdateMemberVmrRequest) String() string

type UpdateMemberVmrResponse

type UpdateMemberVmrResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateMemberVmrResponse) String

func (o UpdateMemberVmrResponse) String() string

type UpdateMyInfoRequest

type UpdateMyInfoRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *ModMemberDto `json:"body,omitempty"`
}

Request Object

func (UpdateMyInfoRequest) String

func (o UpdateMyInfoRequest) String() string

type UpdateMyInfoResponse

type UpdateMyInfoResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateMyInfoResponse) String

func (o UpdateMyInfoResponse) String() string

type UpdateProgramRequest

type UpdateProgramRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`

	Body *UpdateProgramRequestDto `json:"body,omitempty"`
}

Request Object

func (UpdateProgramRequest) String

func (o UpdateProgramRequest) String() string

type UpdateProgramRequestDto

type UpdateProgramRequestDto struct {
	ProgramName string `json:"programName"`

	ProgramItemList *[]ProgramItemRequestBase `json:"programItemList,omitempty"`
}

更新节目详情响应

func (UpdateProgramRequestDto) String

func (o UpdateProgramRequestDto) String() string

type UpdateProgramResponse

type UpdateProgramResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateProgramResponse) String

func (o UpdateProgramResponse) String() string

type UpdatePublicationRequest

type UpdatePublicationRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Id string `json:"id"`

	Body *UpdatePublicationRequestDto `json:"body,omitempty"`
}

Request Object

func (UpdatePublicationRequest) String

func (o UpdatePublicationRequest) String() string

type UpdatePublicationRequestDto

type UpdatePublicationRequestDto struct {
	PublishName string `json:"publishName"`

	StartTime int64 `json:"startTime"`

	EndTime int64 `json:"endTime"`

	DeptList []string `json:"deptList"`

	DeviceList []string `json:"deviceList"`

	ProgramList *[]string `json:"programList,omitempty"`
}

更新发布信息请求

func (UpdatePublicationRequestDto) String

type UpdatePublicationResponse

type UpdatePublicationResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdatePublicationResponse) String

func (o UpdatePublicationResponse) String() string

type UpdatePwdRequest

type UpdatePwdRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *ModPwdReqDto `json:"body,omitempty"`
}

Request Object

func (UpdatePwdRequest) String

func (o UpdatePwdRequest) String() string

type UpdatePwdResponse

type UpdatePwdResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdatePwdResponse) String

func (o UpdatePwdResponse) String() string

type UpdateRecurringMeetingRequest

type UpdateRecurringMeetingRequest struct {
	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	ConferenceID string `json:"conferenceID"`

	Body *RestScheduleConfDto `json:"body,omitempty"`
}

Request Object

func (UpdateRecurringMeetingRequest) String

type UpdateRecurringMeetingResponse

type UpdateRecurringMeetingResponse struct {
	Body           *[]ConferenceInfo `json:"body,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (UpdateRecurringMeetingResponse) String

type UpdateRecurringSubMeetingRequest

type UpdateRecurringSubMeetingRequest struct {
	XAuthorizationType *string `json:"X-Authorization-Type,omitempty"`

	UserUUID *string `json:"userUUID,omitempty"`

	XSiteId *string `json:"X-Site-Id,omitempty"`

	ConferenceID string `json:"conferenceID"`

	Body *RestScheduleCycleConfDto `json:"body,omitempty"`
}

Request Object

func (UpdateRecurringSubMeetingRequest) String

type UpdateRecurringSubMeetingResponse

type UpdateRecurringSubMeetingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateRecurringSubMeetingResponse) String

type UpdateResourceRequest

type UpdateResourceRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	CorpId string `json:"corp_id"`

	Body *[]ModResourceDto `json:"body,omitempty"`
}

Request Object

func (UpdateResourceRequest) String

func (o UpdateResourceRequest) String() string

type UpdateResourceResponse

type UpdateResourceResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateResourceResponse) String

func (o UpdateResourceResponse) String() string

type UpdateRoomSettingRequest

type UpdateRoomSettingRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	ConferenceId string `json:"conference_id"`

	Body *OpenRoomSettingReq `json:"body,omitempty"`
}

Request Object

func (UpdateRoomSettingRequest) String

func (o UpdateRoomSettingRequest) String() string

type UpdateRoomSettingResponse

type UpdateRoomSettingResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateRoomSettingResponse) String

func (o UpdateRoomSettingResponse) String() string

type UpdateStartedConfConfigRequest

type UpdateStartedConfConfigRequest struct {
	ConferenceID string `json:"conferenceID"`

	XConferenceAuthorization string `json:"X-Conference-Authorization"`

	Body *UpdateStartedConfigReqBody `json:"body,omitempty"`
}

Request Object

func (UpdateStartedConfConfigRequest) String

type UpdateStartedConfConfigResponse

type UpdateStartedConfConfigResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateStartedConfConfigResponse) String

type UpdateStartedConfigReqBody

type UpdateStartedConfigReqBody struct {
	LockSharing *int32 `json:"lockSharing,omitempty"`

	CallInRestriction *int32 `json:"callInRestriction,omitempty"`
}

会中修改配置项

func (UpdateStartedConfigReqBody) String

type UpdateTokenRequest

type UpdateTokenRequest struct {
	XRequestID *string `json:"X-Request-ID,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`
}

Request Object

func (UpdateTokenRequest) String

func (o UpdateTokenRequest) String() string

type UpdateTokenResponse

type UpdateTokenResponse struct {
	AccessToken *string `json:"accessToken,omitempty"`

	TokenIp *string `json:"tokenIp,omitempty"`

	ValidPeriod *int64 `json:"validPeriod,omitempty"`

	ExpireTime *int64 `json:"expireTime,omitempty"`

	CreateTime *int64 `json:"createTime,omitempty"`

	User *UserInfo `json:"user,omitempty"`

	ClientType *int32 `json:"clientType,omitempty"`

	ForceLoginInd *int32 `json:"forceLoginInd,omitempty"`

	FirstLogin *bool `json:"firstLogin,omitempty"`

	PwdExpired *bool `json:"pwdExpired,omitempty"`

	DaysPwdAvailable *int32 `json:"daysPwdAvailable,omitempty"`

	ProxyToken *ProxyTokenDto `json:"proxyToken,omitempty"`

	DelayDelete *bool `json:"delayDelete,omitempty"`

	TokenType *int32 `json:"tokenType,omitempty"`

	RefreshToken *string `json:"refreshToken,omitempty"`

	RefreshValidPeriod *int64 `json:"refreshValidPeriod,omitempty"`

	RefreshExpireTime *int64 `json:"refreshExpireTime,omitempty"`

	RefreshCreateTime *int64 `json:"refreshCreateTime,omitempty"`
	HttpStatusCode    int    `json:"-"`
}

Response Object

func (UpdateTokenResponse) String

func (o UpdateTokenResponse) String() string

type UpdateUserRequest

type UpdateUserRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Account string `json:"account"`

	AccountType *int32 `json:"accountType,omitempty"`

	Body *ModUserDto `json:"body,omitempty"`
}

Request Object

func (UpdateUserRequest) String

func (o UpdateUserRequest) String() string

type UpdateUserResponse

type UpdateUserResponse struct {
	Id *string `json:"id,omitempty"`

	UserAccount *string `json:"userAccount,omitempty"`

	Name *string `json:"name,omitempty"`

	EnglishName *string `json:"englishName,omitempty"`

	Phone *string `json:"phone,omitempty"`

	Country *string `json:"country,omitempty"`

	Email *string `json:"email,omitempty"`

	SipNum *string `json:"sipNum,omitempty"`

	VmrList *[]UserVmrDto `json:"vmrList,omitempty"`

	DeptCode *string `json:"deptCode,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	DeptNamePath *string `json:"deptNamePath,omitempty"`

	UserType *int32 `json:"userType,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Desc *string `json:"desc,omitempty"`

	Corp *CorpBasicInfoDto `json:"corp,omitempty"`

	Function *UserFunctionDto `json:"function,omitempty"`

	DevType *QueryDeviceInfoResultDto `json:"devType,omitempty"`

	Status *int32 `json:"status,omitempty"`

	SortLevel *int32 `json:"sortLevel,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`

	VisionAccount *string `json:"visionAccount,omitempty"`

	ThirdAccount *string `json:"thirdAccount,omitempty"`

	License *int32 `json:"license,omitempty"`

	ActiveTime     *int64 `json:"activeTime,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (UpdateUserResponse) String

func (o UpdateUserResponse) String() string

type UpdateWebHookConfigStatusRequest

type UpdateWebHookConfigStatusRequest struct {
	Id string `json:"id"`

	Status int32 `json:"status"`
}

Request Object

func (UpdateWebHookConfigStatusRequest) String

type UpdateWebHookConfigStatusResponse

type UpdateWebHookConfigStatusResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateWebHookConfigStatusResponse) String

type UpdateWebinarRequest

type UpdateWebinarRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *OpenEditConfReq `json:"body,omitempty"`
}

Request Object

func (UpdateWebinarRequest) String

func (o UpdateWebinarRequest) String() string

type UpdateWebinarResponse

type UpdateWebinarResponse struct {
	HttpStatusCode int `json:"-"`
}

Response Object

func (UpdateWebinarResponse) String

func (o UpdateWebinarResponse) String() string

type UploadFileRequest

type UploadFileRequest struct {
	XRequestId *string `json:"X-Request-Id,omitempty"`

	AcceptLanguage *string `json:"Accept-Language,omitempty"`

	Body *UploadFileRequestBody `json:"body,omitempty" type:"multipart"`
}

Request Object

func (UploadFileRequest) String

func (o UploadFileRequest) String() string

type UploadFileRequestBody

type UploadFileRequestBody struct {
	// 需要上传的文件
	File *def.FilePart `json:"file"`
}

func (UploadFileRequestBody) String

func (o UploadFileRequestBody) String() string

func (*UploadFileRequestBody) UnmarshalJSON

func (o *UploadFileRequestBody) UnmarshalJSON(b []byte) error

type UploadFileResponse

type UploadFileResponse struct {
	FileId *string `json:"fileId,omitempty"`

	ImageModeration *ImageModerationResult `json:"imageModeration,omitempty"`
	HttpStatusCode  int                    `json:"-"`
}

Response Object

func (UploadFileResponse) String

func (o UploadFileResponse) String() string

type UserDto

type UserDto struct {
	Id *string `json:"id,omitempty"`

	StatusCode *int32 `json:"statusCode,omitempty"`

	Account *string `json:"account,omitempty"`

	Name *string `json:"name,omitempty"`

	EnglishName *string `json:"englishName,omitempty"`

	Email *string `json:"email,omitempty"`

	Phone *string `json:"phone,omitempty"`

	DeptName *string `json:"deptName,omitempty"`

	Number *string `json:"number,omitempty"`

	UpdateTime *int64 `json:"updateTime,omitempty"`

	IsHardTerminal *bool `json:"isHardTerminal,omitempty"`

	VmrId *string `json:"vmrId,omitempty"`

	Signature *string `json:"signature,omitempty"`

	Title *string `json:"title,omitempty"`

	Description *string `json:"description,omitempty"`

	HidePhone *bool `json:"hidePhone,omitempty"`

	Type *string `json:"type,omitempty"`
}

分页查询企业用户信息

func (UserDto) String

func (o UserDto) String() string

type UserFunctionDto

type UserFunctionDto struct {
	EnableRoom *bool `json:"enableRoom,omitempty"`
}

func (UserFunctionDto) String

func (o UserFunctionDto) String() string

type UserInfo

type UserInfo struct {
	UserId *string `json:"userId,omitempty"`

	UcloginAccount string `json:"ucloginAccount"`

	ServiceAccount *string `json:"serviceAccount,omitempty"`

	NumberHA1 *string `json:"numberHA1,omitempty"`

	Alias1 *string `json:"alias1,omitempty"`

	CompanyId *string `json:"companyId,omitempty"`

	SpId *string `json:"spId,omitempty"`

	CompanyDomain *string `json:"companyDomain,omitempty"`

	Realm *string `json:"realm,omitempty"`

	UserType *int32 `json:"userType,omitempty"`

	AdminType *int32 `json:"adminType,omitempty"`

	Name *string `json:"name,omitempty"`

	NameEn *string `json:"nameEn,omitempty"`

	IsBindPhone *bool `json:"isBindPhone,omitempty"`

	FreeUser *bool `json:"freeUser,omitempty"`

	ThirdAccount *string `json:"thirdAccount,omitempty"`

	VisionAccount *string `json:"visionAccount,omitempty"`

	HeadPictureUrl *string `json:"headPictureUrl,omitempty"`

	Password *string `json:"password,omitempty"`

	Status *int32 `json:"status,omitempty"`

	PaidAccount *string `json:"paidAccount,omitempty"`

	PaidPassword *string `json:"paidPassword,omitempty"`

	WeLinkUser *bool `json:"weLinkUser,omitempty"`

	AppId *string `json:"appId,omitempty"`

	Tr069Account *string `json:"tr069Account,omitempty"`

	CorpType *int32 `json:"corpType,omitempty"`

	CloudUserId *string `json:"cloudUserId,omitempty"`

	GrayUser *bool `json:"grayUser,omitempty"`
}

用户鉴权信息。

func (UserInfo) String

func (o UserInfo) String() string

type UserStatusDto

type UserStatusDto struct {
	Number *string `json:"Number,omitempty"`

	RegStatus *string `json:"RegStatus,omitempty"`

	CallStatus *string `json:"CallStatus,omitempty"`
}

终端状态信息

func (UserStatusDto) String

func (o UserStatusDto) String() string

type UserVmrDto

type UserVmrDto struct {
	Id *string `json:"id,omitempty"`

	VmrId *string `json:"vmrId,omitempty"`

	VmrName *string `json:"vmrName,omitempty"`

	VmrMode *int32 `json:"vmrMode,omitempty"`

	VmrPkgId *string `json:"vmrPkgId,omitempty"`

	VmrPkgName *string `json:"vmrPkgName,omitempty"`

	VmrPkgParties *int32 `json:"vmrPkgParties,omitempty"`

	VmrPkgLength *int32 `json:"vmrPkgLength,omitempty"`

	Status *UserVmrDtoStatus `json:"status,omitempty"`
}

func (UserVmrDto) String

func (o UserVmrDto) String() string

type UserVmrDtoStatus

type UserVmrDtoStatus struct {
	// contains filtered or unexported fields
}

func (UserVmrDtoStatus) MarshalJSON

func (c UserVmrDtoStatus) MarshalJSON() ([]byte, error)

func (*UserVmrDtoStatus) UnmarshalJSON

func (c *UserVmrDtoStatus) UnmarshalJSON(b []byte) error

type UserVmrDtoStatusEnum

type UserVmrDtoStatusEnum struct {
	E_0 UserVmrDtoStatus
	E_1 UserVmrDtoStatus
	E_2 UserVmrDtoStatus
}

func GetUserVmrDtoStatusEnum

func GetUserVmrDtoStatusEnum() UserVmrDtoStatusEnum

type ValidateTokenReqDto

type ValidateTokenReqDto struct {
	Token string `json:"token"`

	NeedGenNewToken bool `json:"needGenNewToken"`

	NeedAccountInfo *bool `json:"needAccountInfo,omitempty"`
}

func (ValidateTokenReqDto) String

func (o ValidateTokenReqDto) String() string

type VerificationCodeDto

type VerificationCodeDto struct {
	Contact string `json:"contact"`

	VerificationCode *string `json:"verificationCode,omitempty"`

	Country *string `json:"country,omitempty"`
}

联系方式, 应安全要求,放至body参数

func (VerificationCodeDto) String

func (o VerificationCodeDto) String() string

type VerifyCodeCheckDto

type VerifyCodeCheckDto struct {
	User string `json:"user"`

	Code string `json:"code"`
}

func (VerifyCodeCheckDto) String

func (o VerifyCodeCheckDto) String() string

type VerifyCodeSendDtov1

type VerifyCodeSendDtov1 struct {
	User string `json:"user"`

	SendMethod *string `json:"sendMethod,omitempty"`

	Token *string `json:"token,omitempty"`
}

func (VerifyCodeSendDtov1) String

func (o VerifyCodeSendDtov1) String() string

type VisionActiveCodeDto

type VisionActiveCodeDto struct {
	DevType string `json:"devType"`

	DeptCode *string `json:"deptCode,omitempty"`

	DevName string `json:"devName"`

	Description *string `json:"description,omitempty"`

	SmsNumber *string `json:"smsNumber,omitempty"`

	Country *string `json:"country,omitempty"`

	EmailAddr *string `json:"emailAddr,omitempty"`
}

func (VisionActiveCodeDto) String

func (o VisionActiveCodeDto) String() string

type WebHookConfigRequest

type WebHookConfigRequest struct {
	CorpId *string `json:"corpId,omitempty"`

	SpId *string `json:"spId,omitempty"`

	SubscriberId string `json:"subscriberId"`

	SubscriberKey string `json:"subscriberKey"`

	Url string `json:"url"`
}

会议推送参数配置请求体

func (WebHookConfigRequest) String

func (o WebHookConfigRequest) String() string

Source Files

Jump to

Keyboard shortcuts

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