model

package
v0.0.65 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessoryJsonFormatReq

type AccessoryJsonFormatReq struct {
	AccessoryName *string `json:"accessory_name,omitempty"`

	AccessoryFrom *string `json:"accessory_from,omitempty"`

	UploadType *int32 `json:"upload_type,omitempty"`

	AccessoryData string `json:"accessory_data"`
}

func (AccessoryJsonFormatReq) String

func (o AccessoryJsonFormatReq) String() string

type AccessoryLimitVo

type AccessoryLimitVo struct {
	LimitCount *string `json:"limit_count,omitempty"`

	LimitSize *string `json:"limit_size,omitempty"`

	LimitFileType *string `json:"limit_file_type,omitempty"`
}

func (AccessoryLimitVo) String

func (o AccessoryLimitVo) String() string

type AgencyV2

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

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

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

	TrustDomainName *string `json:"trust_domain_name,omitempty"`

	TrustDomainId *string `json:"trust_domain_id,omitempty"`

	CreateTime *string `json:"create_time,omitempty"`

	ExpireTime *string `json:"expire_time,omitempty"`
}

func (AgencyV2) String

func (o AgencyV2) String() string

type AgreeTenantAuthorizationV2Req

type AgreeTenantAuthorizationV2Req struct {
	AuthDetailList *[]TenantAgreeAuthDetailV2 `json:"auth_detail_list,omitempty"`

	AuthEffectiveTime *int64 `json:"auth_effective_time,omitempty"`

	AuthExpireTime *int64 `json:"auth_expire_time,omitempty"`

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

	AgencyId *string `json:"agency_id,omitempty"`
}

func (AgreeTenantAuthorizationV2Req) String

type AreaCodeSimpleInfoV2

type AreaCodeSimpleInfoV2 struct {
	Id *int32 `json:"id,omitempty"`

	AreaCode *string `json:"area_code,omitempty"`

	AreaName *string `json:"area_name,omitempty"`
}

func (AreaCodeSimpleInfoV2) String

func (o AreaCodeSimpleInfoV2) String() string

type CaseLabelInfo

type CaseLabelInfo struct {
	LabelId *int32 `json:"label_id,omitempty"`

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

	Color *string `json:"color,omitempty"`
}

func (CaseLabelInfo) String

func (o CaseLabelInfo) String() string

type CaseRealtionInfo

type CaseRealtionInfo struct {
	CaseId *string `json:"case_id,omitempty"`

	SimpleDescription *string `json:"simple_description,omitempty"`

	UserName *string `json:"user_name,omitempty"`
}

func (CaseRealtionInfo) String

func (o CaseRealtionInfo) String() string

type CheckHostsRequest

type CheckHostsRequest struct {
	AuthorizationDetailId int64 `json:"authorization_detail_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (CheckHostsRequest) String

func (o CheckHostsRequest) String() string

type CheckHostsResponse

type CheckHostsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CheckHostsResponse) String

func (o CheckHostsResponse) String() string

type CheckNeedVerifyRequest

type CheckNeedVerifyRequest struct {
	ContactValue string `json:"contact_value"`

	ContactWay int32 `json:"contact_way"`

	AreaCode *string `json:"area_code,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (CheckNeedVerifyRequest) String

func (o CheckNeedVerifyRequest) String() string

type CheckNeedVerifyResponse

type CheckNeedVerifyResponse struct {
	NeedVerifyCode *int32 `json:"need_verify_code,omitempty"`

	ExpireTime     *sdktime.SdkTime `json:"expire_time,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (CheckNeedVerifyResponse) String

func (o CheckNeedVerifyResponse) String() string

type CheckVerifyCodesRequest

type CheckVerifyCodesRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (CheckVerifyCodesRequest) String

func (o CheckVerifyCodesRequest) String() string

type CheckVerifyCodesResponse

type CheckVerifyCodesResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CheckVerifyCodesResponse) String

func (o CheckVerifyCodesResponse) String() string

type CommonParamV2

type CommonParamV2 struct {
	ParamKey *string `json:"param_key,omitempty"`

	ParamName *string `json:"param_name,omitempty"`

	IsShow *int32 `json:"is_show,omitempty"`

	IsRequired *int32 `json:"is_required,omitempty"`
}

func (CommonParamV2) String

func (o CommonParamV2) String() string

type ConfirmAuthorizationsRequest

type ConfirmAuthorizationsRequest struct {
	AuthorizationId int64 `json:"authorization_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (ConfirmAuthorizationsRequest) String

type ConfirmAuthorizationsResponse

type ConfirmAuthorizationsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (ConfirmAuthorizationsResponse) String

type ContactV2

type ContactV2 struct {
	ContactWay *int32 `json:"contact_way,omitempty"`

	ContactValue *string `json:"contact_value,omitempty"`

	AreaCode *string `json:"area_code,omitempty"`

	VerifiedId *string `json:"verified_id,omitempty"`
}

func (ContactV2) String

func (o ContactV2) String() string

type CreateAndDeletePrivilegeReq

type CreateAndDeletePrivilegeReq struct {
	Operation string `json:"operation"`

	Privilege *string `json:"privilege,omitempty"`
}

func (CreateAndDeletePrivilegeReq) String

type CreateCaseLabelsRequest

type CreateCaseLabelsRequest struct {
	CaseId string `json:"case_id"`

	LabelIds []int32 `json:"label_ids"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (CreateCaseLabelsRequest) String

func (o CreateCaseLabelsRequest) String() string

type CreateCaseLabelsResponse

type CreateCaseLabelsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateCaseLabelsResponse) String

func (o CreateCaseLabelsResponse) String() string

type CreateCasesRequest

type CreateCasesRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

	XPhoneVerifiedid *string `json:"x-phone-verifiedid,omitempty"`

	XEmailVerifiedid *string `json:"x-email-verifiedid,omitempty"`

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

Request Object

func (CreateCasesRequest) String

func (o CreateCasesRequest) String() string

type CreateCasesResponse

type CreateCasesResponse struct {
	IncidentId     *string `json:"incident_id,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateCasesResponse) String

func (o CreateCasesResponse) String() string

type CreateLabelsReq

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

	Color string `json:"color"`
}

func (CreateLabelsReq) String

func (o CreateLabelsReq) String() string

type CreateLabelsRequest

type CreateLabelsRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (CreateLabelsRequest) String

func (o CreateLabelsRequest) String() string

type CreateLabelsResponse

type CreateLabelsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateLabelsResponse) String

func (o CreateLabelsResponse) String() string

type CreateMessageDoV2

type CreateMessageDoV2 struct {
	Content string `json:"content"`

	IsAuthorized *int32 `json:"is_authorized,omitempty"`

	AuthorizationContent *string `json:"authorization_content,omitempty"`

	AccessoryIds *[]string `json:"accessory_ids,omitempty"`
}

func (CreateMessageDoV2) String

func (o CreateMessageDoV2) String() string

type CreateMessageV2Req

type CreateMessageV2Req struct {
	Message *CreateMessageDoV2 `json:"message"`

	GroupId *string `json:"group_id,omitempty"`
}

func (CreateMessageV2Req) String

func (o CreateMessageV2Req) String() string

type CreateMessagesRequest

type CreateMessagesRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (CreateMessagesRequest) String

func (o CreateMessagesRequest) String() string

type CreateMessagesResponse

type CreateMessagesResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateMessagesResponse) String

func (o CreateMessagesResponse) String() string

type CreateOrderIncidentV2Req

type CreateOrderIncidentV2Req struct {
	IncidentSubTypeId *string `json:"incident_sub_type_id,omitempty"`

	ProductCategoryId *string `json:"product_category_id,omitempty"`

	BusinessTypeId string `json:"business_type_id"`

	RegionId *string `json:"region_id,omitempty"`

	SimpleDescription string `json:"simple_description"`

	SourceId string `json:"source_id"`

	IsAuthorized *int32 `json:"is_authorized,omitempty"`

	AuthorizationContent *string `json:"authorization_content,omitempty"`

	RemindMobile *string `json:"remind_mobile,omitempty"`

	RemindMail *string `json:"remind_mail,omitempty"`

	RemindTime *string `json:"remind_time,omitempty"`

	ProjectId *string `json:"project_id,omitempty"`

	AccessoryIds *[]string `json:"accessory_ids,omitempty"`

	ExtendsMap map[string]interface{} `json:"extends_map,omitempty"`

	ExtensionMap map[string]interface{} `json:"extension_map,omitempty"`

	SeverityId *string `json:"severity_id,omitempty"`

	VerifyCode *string `json:"verify_code,omitempty"`

	AreaCode *string `json:"area_code,omitempty"`
}

func (CreateOrderIncidentV2Req) String

func (o CreateOrderIncidentV2Req) String() string

type CreatePrivilegesRequest

type CreatePrivilegesRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (CreatePrivilegesRequest) String

func (o CreatePrivilegesRequest) String() string

type CreatePrivilegesResponse

type CreatePrivilegesResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreatePrivilegesResponse) String

func (o CreatePrivilegesResponse) String() string

type CreateRelationsReq

type CreateRelationsReq struct {
	RelatedIdList []string `json:"related_id_list"`

	GroupId string `json:"group_id"`
}

func (CreateRelationsReq) String

func (o CreateRelationsReq) String() string

type CreateRelationsRequest

type CreateRelationsRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (CreateRelationsRequest) String

func (o CreateRelationsRequest) String() string

type CreateRelationsResponse

type CreateRelationsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateRelationsResponse) String

func (o CreateRelationsResponse) String() string

type CreateScoreV2Req

type CreateScoreV2Req struct {
	Judgement string `json:"judgement"`

	IncidentSatisfactionList []IncidentSatisfactionV2Do `json:"incident_satisfaction_list"`

	GroupId *string `json:"group_id,omitempty"`
}

func (CreateScoreV2Req) String

func (o CreateScoreV2Req) String() string

type CreateScoresRequest

type CreateScoresRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (CreateScoresRequest) String

func (o CreateScoresRequest) String() string

type CreateScoresResponse

type CreateScoresResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (CreateScoresResponse) String

func (o CreateScoresResponse) String() string

type DataCenterV2Do

type DataCenterV2Do struct {
	Type *int32 `json:"type,omitempty"`

	RegionId *string `json:"region_id,omitempty"`

	RegionName *string `json:"region_name,omitempty"`

	IsSensitive *int32 `json:"is_sensitive,omitempty"`
}

func (DataCenterV2Do) String

func (o DataCenterV2Do) String() string

type DeleteAccessoriesRequest

type DeleteAccessoriesRequest struct {
	AccessoryId string `json:"accessory_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (DeleteAccessoriesRequest) String

func (o DeleteAccessoriesRequest) String() string

type DeleteAccessoriesResponse

type DeleteAccessoriesResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (DeleteAccessoriesResponse) String

func (o DeleteAccessoriesResponse) String() string

type DeleteCaseLabelsRequest

type DeleteCaseLabelsRequest struct {
	CaseId string `json:"case_id"`

	LabelIds []int32 `json:"label_ids"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (DeleteCaseLabelsRequest) String

func (o DeleteCaseLabelsRequest) String() string

type DeleteCaseLabelsResponse

type DeleteCaseLabelsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (DeleteCaseLabelsResponse) String

func (o DeleteCaseLabelsResponse) String() string

type DeleteLabelsRequest

type DeleteLabelsRequest struct {
	LabelId int32 `json:"label_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (DeleteLabelsRequest) String

func (o DeleteLabelsRequest) String() string

type DeleteLabelsResponse

type DeleteLabelsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (DeleteLabelsResponse) String

func (o DeleteLabelsResponse) String() string

type DeleteRelationRequest

type DeleteRelationRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (DeleteRelationRequest) String

func (o DeleteRelationRequest) String() string

type DeleteRelationResponse

type DeleteRelationResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (DeleteRelationResponse) String

func (o DeleteRelationResponse) String() string

type DeleteRelationsReq

type DeleteRelationsReq struct {
	RelatedId string `json:"related_id"`

	GroupId string `json:"group_id"`
}

func (DeleteRelationsReq) String

func (o DeleteRelationsReq) String() string

type DownloadAccessoriesRequest

type DownloadAccessoriesRequest struct {
	AccessoryId string `json:"accessory_id"`

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (DownloadAccessoriesRequest) String

type DownloadAccessoriesResponse

type DownloadAccessoriesResponse struct {
	HttpStatusCode int           `json:"-"`
	Body           io.ReadCloser `json:"-" type:"stream"`
}

Response Object

func (DownloadAccessoriesResponse) Consume

func (o DownloadAccessoriesResponse) Consume(writer io.Writer) (int64, error)

func (DownloadAccessoriesResponse) String

type DownloadCasesRequest

type DownloadCasesRequest struct {
	Language string `json:"language"`

	Timezone string `json:"timezone"`

	IncidentId *string `json:"incident_id,omitempty"`

	QueryStartTime *string `json:"query_start_time,omitempty"`

	QueryEndTime *string `json:"query_end_time,omitempty"`

	XCustomerName *string `json:"x_customer_name,omitempty"`

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

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

	CustomerId *string `json:"customer_id,omitempty"`

	TenantSourceIdList *[]string `json:"tenant_source_id_list,omitempty"`

	SubCustomerId *string `json:"sub_customer_id,omitempty"`

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (DownloadCasesRequest) String

func (o DownloadCasesRequest) String() string

type DownloadCasesResponse

type DownloadCasesResponse struct {
	HttpStatusCode int           `json:"-"`
	Body           io.ReadCloser `json:"-" type:"stream"`
}

Response Object

func (DownloadCasesResponse) Consume

func (o DownloadCasesResponse) Consume(writer io.Writer) (int64, error)

func (DownloadCasesResponse) String

func (o DownloadCasesResponse) String() string

type DownloadImagesRequest

type DownloadImagesRequest struct {
	AccessoryId string `json:"accessory_id"`

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (DownloadImagesRequest) String

func (o DownloadImagesRequest) String() string

type DownloadImagesResponse

type DownloadImagesResponse struct {
	HttpStatusCode int           `json:"-"`
	Body           io.ReadCloser `json:"-" type:"stream"`
}

Response Object

func (DownloadImagesResponse) Consume

func (o DownloadImagesResponse) Consume(writer io.Writer) (int64, error)

func (DownloadImagesResponse) String

func (o DownloadImagesResponse) String() string

type ExtendsParamV2

type ExtendsParamV2 struct {
	Tips *string `json:"tips,omitempty"`

	Required *int32 `json:"required,omitempty"`

	Length *int32 `json:"length,omitempty"`

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

	ParamKey *string `json:"param_key,omitempty"`

	ParamName *string `json:"param_name,omitempty"`

	ParamType *int32 `json:"param_type,omitempty"`

	ParamDesc *string `json:"param_desc,omitempty"`

	DefaultValue *string `json:"default_value,omitempty"`

	MaxValue *int64 `json:"max_value,omitempty"`

	MinValue *int64 `json:"min_value,omitempty"`

	SelectItem *string `json:"select_item,omitempty"`

	IsShow *int32 `json:"is_show,omitempty"`

	IsSensitive *int32 `json:"is_sensitive,omitempty"`
}

func (ExtendsParamV2) String

func (o ExtendsParamV2) String() string

type FileOperateLog

type FileOperateLog struct {
	Duration *string `json:"duration,omitempty"`

	OperateTime *string `json:"operate_time,omitempty"`

	OperateType *string `json:"operate_type,omitempty"`

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

	FromPath *string `json:"from_path,omitempty"`

	ToPath *string `json:"to_path,omitempty"`

	FileSize *string `json:"file_size,omitempty"`

	OperResult *string `json:"oper_result,omitempty"`
}

func (FileOperateLog) String

func (o FileOperateLog) String() string

type ImStatusV2

type ImStatusV2 struct {
	Status *int32 `json:"status,omitempty"`

	IncidentId *string `json:"incident_id,omitempty"`
}

func (ImStatusV2) String

func (o ImStatusV2) String() string

type ImUnreadV2

type ImUnreadV2 struct {
	Status *int32 `json:"status,omitempty"`

	IncidentId *string `json:"incident_id,omitempty"`

	UnreadNum *int32 `json:"unread_num,omitempty"`
}

func (ImUnreadV2) String

func (o ImUnreadV2) String() string

type IncidentDetailExtInfoV2

type IncidentDetailExtInfoV2 struct {
	AreaCode *string `json:"area_code,omitempty"`

	RemindMobile *string `json:"remind_mobile,omitempty"`

	RemindMail *string `json:"remind_mail,omitempty"`

	ContactType *string `json:"contact_type,omitempty"`

	RemindTime *string `json:"remind_time,omitempty"`

	CcEmail *string `json:"cc_email,omitempty"`

	CommodityId *string `json:"commodity_id,omitempty"`
}

func (IncidentDetailExtInfoV2) String

func (o IncidentDetailExtInfoV2) String() string

type IncidentDetailInfoV2

type IncidentDetailInfoV2 struct {
	XcustomerId *string `json:"xcustomer_id,omitempty"`

	XcustomerName *string `json:"xcustomer_name,omitempty"`

	Status int32 `json:"status"`

	Judgement string `json:"judgement"`

	IncidentId *string `json:"incident_id,omitempty"`

	BusinessTypeName string `json:"business_type_name"`

	IncidentTypeName string `json:"incident_type_name"`

	CustomerId string `json:"customer_id"`

	DcName string `json:"dc_name"`

	SimpleDescription string `json:"simple_description"`

	SourceName string `json:"source_name"`

	CreateTime *sdktime.SdkTime `json:"create_time"`

	MessageList []IncidentMessageV2 `json:"message_list"`

	IncidentSatisfaction []IncidentSatisfactionV2Do `json:"incident_satisfaction"`

	IsAuthorized int32 `json:"is_authorized"`

	SeverityName *string `json:"severity_name,omitempty"`

	BusinessOwnership *int32 `json:"business_ownership,omitempty"`

	ResolveTime *int64 `json:"resolve_time,omitempty"`

	ExtInfo *IncidentDetailExtInfoV2 `json:"ext_info,omitempty"`
}

func (IncidentDetailInfoV2) String

func (o IncidentDetailInfoV2) String() string

type IncidentInfoV2

type IncidentInfoV2 struct {
	XcustomerId *string `json:"xcustomer_id,omitempty"`

	XcustomerName *string `json:"xcustomer_name,omitempty"`

	Status int32 `json:"status"`

	IncidentId string `json:"incident_id"`

	BusinessTypeName string `json:"business_type_name"`

	IncidentTypeName string `json:"incident_type_name"`

	CustomerId string `json:"customer_id"`

	DcName string `json:"dc_name"`

	SimpleDescription string `json:"simple_description"`

	CreateTime *sdktime.SdkTime `json:"create_time"`

	LabelList *[]LabelInfo `json:"label_list,omitempty"`
}

func (IncidentInfoV2) String

func (o IncidentInfoV2) String() string

type IncidentMessageV2

type IncidentMessageV2 struct {
	Type *int32 `json:"type,omitempty"`

	Replier *string `json:"replier,omitempty"`

	Content *string `json:"content,omitempty"`

	MessageId *string `json:"message_id,omitempty"`

	ReplierName *string `json:"replier_name,omitempty"`

	CreateTime *sdktime.SdkTime `json:"create_time,omitempty"`

	IsFirstMessage *int32 `json:"is_first_message,omitempty"`

	AccessoryList *[]SimpleAccessoryV2 `json:"accessory_list,omitempty"`
}

func (IncidentMessageV2) String

func (o IncidentMessageV2) String() string

type IncidentOperateLogV2

type IncidentOperateLogV2 struct {
	IncidentLogId *string `json:"incident_log_id,omitempty"`

	IncidentId *string `json:"incident_id,omitempty"`

	OperateType *int32 `json:"operate_type,omitempty"`

	OperatorType *int32 `json:"operator_type,omitempty"`

	OperatorId *string `json:"operator_id,omitempty"`

	OperatorName *string `json:"operator_name,omitempty"`

	OperateDesc *string `json:"operate_desc,omitempty"`

	OperateTime *string `json:"operate_time,omitempty"`

	TimestampOperateTime *sdktime.SdkTime `json:"timestamp_operate_time,omitempty"`
}

func (IncidentOperateLogV2) String

func (o IncidentOperateLogV2) String() string

type IncidentOrderAuthDetailInfoV2

type IncidentOrderAuthDetailInfoV2 struct {
	Id *int64 `json:"id,omitempty"`

	Port *int32 `json:"port,omitempty"`

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

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

	InstanceId *string `json:"instance_id,omitempty"`

	InstanceName *string `json:"instance_name,omitempty"`

	RegionId *string `json:"region_id,omitempty"`
}

func (IncidentOrderAuthDetailInfoV2) String

type IncidentOrderAuthV2

type IncidentOrderAuthV2 struct {
	Id *int64 `json:"id,omitempty"`

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

	IncidentId *string `json:"incident_id,omitempty"`

	SimpleDescription *string `json:"simple_description,omitempty"`

	ResourceTypeName *string `json:"resource_type_name,omitempty"`

	VisitTypeName *string `json:"visit_type_name,omitempty"`

	CreateTime *sdktime.SdkTime `json:"create_time,omitempty"`

	AuthEffectiveTime *sdktime.SdkTime `json:"auth_effective_time,omitempty"`

	AuthExpireTime *sdktime.SdkTime `json:"auth_expire_time,omitempty"`

	RejectReason *string `json:"reject_reason,omitempty"`

	CustomerId *string `json:"customer_id,omitempty"`

	XCustomerId *string `json:"x_customer_id,omitempty"`

	XCustomerName *string `json:"x_customer_name,omitempty"`
}

func (IncidentOrderAuthV2) String

func (o IncidentOrderAuthV2) String() string

type IncidentOrderCcEmailInfoV2

type IncidentOrderCcEmailInfoV2 struct {
	UserId *string `json:"user_id,omitempty"`

	CustomerId *string `json:"customer_id,omitempty"`

	CcEmail *string `json:"cc_email,omitempty"`
}

func (IncidentOrderCcEmailInfoV2) String

type IncidentProductCategoryV2

type IncidentProductCategoryV2 struct {
	IncidentProductCategoryId *string `json:"incident_product_category_id,omitempty"`

	IncidentProductCategoryName *string `json:"incident_product_category_name,omitempty"`

	IncidentProductCategoryDesc *string `json:"incident_product_category_desc,omitempty"`

	IncidentProductCategoryAcronym *string `json:"incident_product_category_acronym,omitempty"`

	CanUseSupportPlan *bool `json:"can_use_support_plan,omitempty"`
}

func (IncidentProductCategoryV2) String

func (o IncidentProductCategoryV2) String() string

type IncidentSatisfactionV2Do

type IncidentSatisfactionV2Do struct {
	Value *int32 `json:"value,omitempty"`

	SatisfactionId int32 `json:"satisfaction_id"`

	SatisfactionValue int32 `json:"satisfaction_value"`

	SatisfactionName *string `json:"satisfaction_name,omitempty"`

	PerValue *int32 `json:"per_value,omitempty"`

	SatCategoryId *string `json:"sat_category_id,omitempty"`

	SatCategoryName *string `json:"sat_category_name,omitempty"`
}

func (IncidentSatisfactionV2Do) String

func (o IncidentSatisfactionV2Do) String() string

type IncidentStatusCount

type IncidentStatusCount struct {
	Status *int32 `json:"status,omitempty"`

	Count *int32 `json:"count,omitempty"`
}

func (IncidentStatusCount) String

func (o IncidentStatusCount) String() string

type IncidentSubTypeV2Do

type IncidentSubTypeV2Do struct {
	IncidentSubTypeId *string `json:"incident_sub_type_id,omitempty"`

	IncidentSubTypeName *string `json:"incident_sub_type_name,omitempty"`

	IncidentProductCategoryList *[]IncidentProductCategoryV2 `json:"incident_product_category_list,omitempty"`
}

func (IncidentSubTypeV2Do) String

func (o IncidentSubTypeV2Do) String() string

type IncidentTempV2

type IncidentTempV2 struct {
	IncidentTemplateId *string `json:"incident_template_id,omitempty"`

	IncidentTemplateName *string `json:"incident_template_name,omitempty"`

	IncidentTemplateContent *string `json:"incident_template_content,omitempty"`
}

func (IncidentTempV2) String

func (o IncidentTempV2) String() string

type LabelInfo

type LabelInfo struct {
	LabelId *int32 `json:"label_id,omitempty"`

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

	Color *string `json:"color,omitempty"`
}

func (LabelInfo) String

func (o LabelInfo) String() string

type ListAgenciesRequest

type ListAgenciesRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListAgenciesRequest) String

func (o ListAgenciesRequest) String() string

type ListAgenciesResponse

type ListAgenciesResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	AgencyList     *[]AgencyV2 `json:"agency_list,omitempty"`
	HttpStatusCode int         `json:"-"`
}

Response Object

func (ListAgenciesResponse) String

func (o ListAgenciesResponse) String() string

type ListAreaCodesRequest

type ListAreaCodesRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListAreaCodesRequest) String

func (o ListAreaCodesRequest) String() string

type ListAreaCodesResponse

type ListAreaCodesResponse struct {
	AreaCodeList   *[]AreaCodeSimpleInfoV2 `json:"area_code_list,omitempty"`
	HttpStatusCode int                     `json:"-"`
}

Response Object

func (ListAreaCodesResponse) String

func (o ListAreaCodesResponse) String() string

type ListAuthorizationsRequest

type ListAuthorizationsRequest struct {
	SubCustomerName *string `json:"sub_customer_name,omitempty"`

	IncidentId *string `json:"incident_id,omitempty"`

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

	SimpleDescription *string `json:"simple_description,omitempty"`

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

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListAuthorizationsRequest) String

func (o ListAuthorizationsRequest) String() string

type ListAuthorizationsResponse

type ListAuthorizationsResponse struct {
	Total *int32 `json:"total,omitempty"`

	IncidentAuthList *[]IncidentOrderAuthV2 `json:"incident_auth_list,omitempty"`
	HttpStatusCode   int                    `json:"-"`
}

Response Object

func (ListAuthorizationsResponse) String

type ListCaseCategoriesRequest

type ListCaseCategoriesRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseCategoriesRequest) String

func (o ListCaseCategoriesRequest) String() string

type ListCaseCategoriesResponse

type ListCaseCategoriesResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	IncidentSubTypeList *[]IncidentSubTypeV2Do `json:"incident_sub_type_list,omitempty"`
	HttpStatusCode      int                    `json:"-"`
}

Response Object

func (ListCaseCategoriesResponse) String

type ListCaseCcEmailsRequest

type ListCaseCcEmailsRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseCcEmailsRequest) String

func (o ListCaseCcEmailsRequest) String() string

type ListCaseCcEmailsResponse

type ListCaseCcEmailsResponse struct {
	CcEmailInfo *IncidentOrderCcEmailInfoV2 `json:"cc_email_info,omitempty"`

	McEmailInfos   *[]string `json:"mc_email_infos,omitempty"`
	HttpStatusCode int       `json:"-"`
}

Response Object

func (ListCaseCcEmailsResponse) String

func (o ListCaseCcEmailsResponse) String() string

type ListCaseCountsRequest

type ListCaseCountsRequest struct {
	Status *int32 `json:"status,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseCountsRequest) String

func (o ListCaseCountsRequest) String() string

type ListCaseCountsResponse

type ListCaseCountsResponse struct {
	IncidentStatusCounts *[]IncidentStatusCount `json:"incident_status_counts,omitempty"`
	HttpStatusCode       int                    `json:"-"`
}

Response Object

func (ListCaseCountsResponse) String

func (o ListCaseCountsResponse) String() string

type ListCaseLabelsRequest

type ListCaseLabelsRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseLabelsRequest) String

func (o ListCaseLabelsRequest) String() string

type ListCaseLabelsResponse

type ListCaseLabelsResponse struct {
	CaseLabelList  *[]CaseLabelInfo `json:"case_label_list,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (ListCaseLabelsResponse) String

func (o ListCaseLabelsResponse) String() string

type ListCaseLimitsRequest

type ListCaseLimitsRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseLimitsRequest) String

func (o ListCaseLimitsRequest) String() string

type ListCaseLimitsResponse

type ListCaseLimitsResponse struct {
	Config         *TenantConfigV2 `json:"config,omitempty"`
	HttpStatusCode int             `json:"-"`
}

Response Object

func (ListCaseLimitsResponse) String

func (o ListCaseLimitsResponse) String() string

type ListCaseOperateLogsRequest

type ListCaseOperateLogsRequest struct {
	CaseId string `json:"case_id"`

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

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseOperateLogsRequest) String

type ListCaseOperateLogsResponse

type ListCaseOperateLogsResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	IncidentOperateLogList *[]IncidentOperateLogV2 `json:"incident_operate_log_list,omitempty"`
	HttpStatusCode         int                     `json:"-"`
}

Response Object

func (ListCaseOperateLogsResponse) String

type ListCaseQuotasRequest

type ListCaseQuotasRequest struct {
	ProductCategoryId *string `json:"product_category_id,omitempty"`

	BusinessTypeId string `json:"business_type_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseQuotasRequest) String

func (o ListCaseQuotasRequest) String() string

type ListCaseQuotasResponse

type ListCaseQuotasResponse struct {
	Total *int32 `json:"total,omitempty"`

	UnUsed         *int32 `json:"un_used,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ListCaseQuotasResponse) String

func (o ListCaseQuotasResponse) String() string

type ListCaseTemplatesRequest

type ListCaseTemplatesRequest struct {
	BusinessTypeId string `json:"business_type_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCaseTemplatesRequest) String

func (o ListCaseTemplatesRequest) String() string

type ListCaseTemplatesResponse

type ListCaseTemplatesResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	IncidentTemplateList *[]IncidentTempV2 `json:"incident_template_list,omitempty"`
	HttpStatusCode       int               `json:"-"`
}

Response Object

func (ListCaseTemplatesResponse) String

func (o ListCaseTemplatesResponse) String() string

type ListCasesRequest

type ListCasesRequest struct {
	SearchKey *[]string `json:"search_key,omitempty"`

	LabelIdList *[]string `json:"label_id_list,omitempty"`

	AppKey *string `json:"app_key,omitempty"`

	IncidentId *string `json:"incident_id,omitempty"`

	QueryStartTime *string `json:"query_start_time,omitempty"`

	QueryEndTime *string `json:"query_end_time,omitempty"`

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

	IncidentStatus *string `json:"incident_status,omitempty"`

	XCustomerId *string `json:"x_customer_id,omitempty"`

	XCustomerName *string `json:"x_customer_name,omitempty"`

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

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListCasesRequest) String

func (o ListCasesRequest) String() string

type ListCasesResponse

type ListCasesResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	IncidentInfoList *[]IncidentInfoV2 `json:"incident_info_list,omitempty"`
	HttpStatusCode   int               `json:"-"`
}

Response Object

func (ListCasesResponse) String

func (o ListCasesResponse) String() string

type ListExtendsParamsRequest

type ListExtendsParamsRequest struct {
	BusinessTypeId string `json:"business_type_id"`

	IncidentSubTypeId *string `json:"incident_sub_type_id,omitempty"`

	ProductCategoryId *string `json:"product_category_id,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListExtendsParamsRequest) String

func (o ListExtendsParamsRequest) String() string

type ListExtendsParamsResponse

type ListExtendsParamsResponse struct {
	ExtendsParams *[]ExtendsParamV2 `json:"extends_params,omitempty"`

	CommonParams   *[]CommonParamV2 `json:"common_params,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (ListExtendsParamsResponse) String

func (o ListExtendsParamsResponse) String() string

type ListHasVerifiedContactsRequest

type ListHasVerifiedContactsRequest struct {
	ContactWay *int32 `json:"contact_way,omitempty"`

	CustomerId *string `json:"customer_id,omitempty"`

	SubCustomerId *string `json:"sub_customer_id,omitempty"`

	ExpiredTime *string `json:"expired_time,omitempty"`

	VerifiedId *string `json:"verified_id,omitempty"`

	ContactValue *string `json:"contact_value,omitempty"`

	AreaCode *string `json:"area_code,omitempty"`

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListHasVerifiedContactsRequest) String

type ListHasVerifiedContactsResponse

type ListHasVerifiedContactsResponse struct {
	Count *int32 `json:"count,omitempty"`

	ContactList    *[]ContactV2 `json:"contact_list,omitempty"`
	HttpStatusCode int          `json:"-"`
}

Response Object

func (ListHasVerifiedContactsResponse) String

type ListHistoryOperateLogsRequest

type ListHistoryOperateLogsRequest struct {
	AuthorizationId int64 `json:"authorization_id"`

	AuthorizationDetailId int64 `json:"authorization_detail_id"`

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

	SessionId int64 `json:"session_id"`

	Sort *int32 `json:"sort,omitempty"`

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListHistoryOperateLogsRequest) String

type ListHistoryOperateLogsResponse

type ListHistoryOperateLogsResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	OpsList        *[]OperateLog `json:"ops_list,omitempty"`
	HttpStatusCode int           `json:"-"`
}

Response Object

func (ListHistoryOperateLogsResponse) String

type ListHistorySessionsRequest

type ListHistorySessionsRequest struct {
	AuthorizationId int64 `json:"authorization_id"`

	AuthorizationDetailId int64 `json:"authorization_detail_id"`

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

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListHistorySessionsRequest) String

type ListHistorySessionsResponse

type ListHistorySessionsResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	SessionList    *[]OperateHistorySession `json:"session_list,omitempty"`
	HttpStatusCode int                      `json:"-"`
}

Response Object

func (ListHistorySessionsResponse) String

type ListLabelsRequest

type ListLabelsRequest struct {
	Offset *int32 `json:"offset,omitempty"`

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

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

	LabelId *int32 `json:"label_id,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListLabelsRequest) String

func (o ListLabelsRequest) String() string

type ListLabelsResponse

type ListLabelsResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	LabelList      *[]CaseLabelInfo `json:"label_list,omitempty"`
	HttpStatusCode int              `json:"-"`
}

Response Object

func (ListLabelsResponse) String

func (o ListLabelsResponse) String() string

type ListMessagesRequest

type ListMessagesRequest struct {
	CaseId string `json:"case_id"`

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

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListMessagesRequest) String

func (o ListMessagesRequest) String() string

type ListMessagesResponse

type ListMessagesResponse struct {
	Count *int32 `json:"count,omitempty"`

	MessageList    *[]QueryMessageInfoV2 `json:"message_list,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

Response Object

func (ListMessagesResponse) String

func (o ListMessagesResponse) String() string

type ListMoreInstantMessagesRequest

type ListMoreInstantMessagesRequest struct {
	CaseId string `json:"case_id"`

	CreateTime string `json:"create_time"`

	Type int32 `json:"type"`

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

	Limit int32 `json:"limit"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListMoreInstantMessagesRequest) String

type ListMoreInstantMessagesResponse

type ListMoreInstantMessagesResponse struct {
	Count *int32 `json:"count,omitempty"`

	MessageList    *[]QueryMessageInfoV2 `json:"message_list,omitempty"`
	HttpStatusCode int                   `json:"-"`
}

Response Object

func (ListMoreInstantMessagesResponse) String

type ListNewInstantMessagesRequest

type ListNewInstantMessagesRequest struct {
	CaseIds []string `json:"case_ids"`

	LastMessageTimeId *string `json:"last_message_time_id,omitempty"`

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListNewInstantMessagesRequest) String

type ListNewInstantMessagesResponse

type ListNewInstantMessagesResponse struct {
	Imstatus *[]ImStatusV2 `json:"imstatus,omitempty"`

	Immsg *[]UserInstantIncidentMsgV2 `json:"immsg,omitempty"`

	LastMessageTimeId *string `json:"last_message_time_id,omitempty"`
	HttpStatusCode    int     `json:"-"`
}

Response Object

func (ListNewInstantMessagesResponse) String

type ListPrivilegesRequest

type ListPrivilegesRequest struct {
	Privilege string `json:"privilege"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListPrivilegesRequest) String

func (o ListPrivilegesRequest) String() string

type ListPrivilegesResponse

type ListPrivilegesResponse struct {
	HasPrivilege   *int32 `json:"has_privilege,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ListPrivilegesResponse) String

func (o ListPrivilegesResponse) String() string

type ListProblemTypesRequest

type ListProblemTypesRequest struct {
	ProductCategoryId *string `json:"product_category_id,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListProblemTypesRequest) String

func (o ListProblemTypesRequest) String() string

type ListProblemTypesResponse

type ListProblemTypesResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	IncidentBusinessTypeList *[]SimpleIncidentBusinessTypeV2 `json:"incident_business_type_list,omitempty"`
	HttpStatusCode           int                             `json:"-"`
}

Response Object

func (ListProblemTypesResponse) String

func (o ListProblemTypesResponse) String() string

type ListProductCategoriesRequest

type ListProductCategoriesRequest struct {
	ProductCategoryName *string `json:"product_category_name,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListProductCategoriesRequest) String

type ListProductCategoriesResponse

type ListProductCategoriesResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	IncidentProductCategoryList *[]IncidentProductCategoryV2 `json:"incident_product_category_list,omitempty"`
	HttpStatusCode              int                          `json:"-"`
}

Response Object

func (ListProductCategoriesResponse) String

type ListRegionsRequest

type ListRegionsRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListRegionsRequest) String

func (o ListRegionsRequest) String() string

type ListRegionsResponse

type ListRegionsResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	DataCenterList *[]DataCenterV2Do `json:"data_center_list,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (ListRegionsResponse) String

func (o ListRegionsResponse) String() string

type ListRelationRequest

type ListRelationRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListRelationRequest) String

func (o ListRelationRequest) String() string

type ListRelationResponse

type ListRelationResponse struct {
	CaseRelationList *[]CaseRealtionInfo `json:"case_relation_list,omitempty"`
	HttpStatusCode   int                 `json:"-"`
}

Response Object

func (ListRelationResponse) String

func (o ListRelationResponse) String() string

type ListSatisfactionDimensionsRequest

type ListSatisfactionDimensionsRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListSatisfactionDimensionsRequest) String

type ListSatisfactionDimensionsResponse

type ListSatisfactionDimensionsResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	SatisfactionDimensionList *[]SatisfactionDimensionSimpleInfoV2 `json:"satisfaction_dimension_list,omitempty"`
	HttpStatusCode            int                                  `json:"-"`
}

Response Object

func (ListSatisfactionDimensionsResponse) String

type ListSeveritiesRequest

type ListSeveritiesRequest struct {
	ProductCategoryId string `json:"product_category_id"`

	BusinessTypeId string `json:"business_type_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListSeveritiesRequest) String

func (o ListSeveritiesRequest) String() string

type ListSeveritiesResponse

type ListSeveritiesResponse struct {
	Show *bool `json:"show,omitempty"`

	SeverityList   *[]SeverityV2Do `json:"severity_list,omitempty"`
	HttpStatusCode int             `json:"-"`
}

Response Object

func (ListSeveritiesResponse) String

func (o ListSeveritiesResponse) String() string

type ListSubCustomersRequest

type ListSubCustomersRequest struct {
	SubCustomerName *string `json:"sub_customer_name,omitempty"`

	SubCustomerId *string `json:"sub_customer_id,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListSubCustomersRequest) String

func (o ListSubCustomersRequest) String() string

type ListSubCustomersResponse

type ListSubCustomersResponse struct {
	SubCustomerInfos *[]SubCutomerInfoV2 `json:"sub_customer_infos,omitempty"`
	HttpStatusCode   int                 `json:"-"`
}

Response Object

func (ListSubCustomersResponse) String

func (o ListSubCustomersResponse) String() string

type ListTransportHistoriesRequest

type ListTransportHistoriesRequest struct {
	AuthorizationId int64 `json:"authorization_id"`

	AuthorizationDetailId int64 `json:"authorization_detail_id"`

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

	SessionId int64 `json:"session_id"`

	Sort *int32 `json:"sort,omitempty"`

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

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListTransportHistoriesRequest) String

type ListTransportHistoriesResponse

type ListTransportHistoriesResponse struct {
	TotalCount *int32 `json:"total_count,omitempty"`

	FileOpsList    *[]FileOperateLog `json:"file_ops_list,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (ListTransportHistoriesResponse) String

type ListUnreadNewInstantMessagesRequest

type ListUnreadNewInstantMessagesRequest struct {
	CaseIds []string `json:"case_ids"`

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ListUnreadNewInstantMessagesRequest) String

type ListUnreadNewInstantMessagesResponse

type ListUnreadNewInstantMessagesResponse struct {
	Imunread       *[]ImUnreadV2 `json:"imunread,omitempty"`
	HttpStatusCode int           `json:"-"`
}

Response Object

func (ListUnreadNewInstantMessagesResponse) String

type OperateAuthorizationV2Req

type OperateAuthorizationV2Req struct {
	RejectReason *string `json:"reject_reason,omitempty"`

	GroupId *string `json:"group_id,omitempty"`
}

func (OperateAuthorizationV2Req) String

func (o OperateAuthorizationV2Req) String() string

type OperateHistorySession

type OperateHistorySession struct {
	Duration *string `json:"duration,omitempty"`

	SessionId *int64 `json:"session_id,omitempty"`

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

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

func (OperateHistorySession) String

func (o OperateHistorySession) String() string

type OperateLog

type OperateLog struct {
	Oper *string `json:"oper,omitempty"`

	OperateTime *string `json:"operate_time,omitempty"`
}

func (OperateLog) String

func (o OperateLog) String() string

type PartnersServiceInfo

type PartnersServiceInfo struct {
	CustomerId *string `json:"customer_id,omitempty"`

	CustomerName *string `json:"customer_name,omitempty"`

	ServiceTimeZone *string `json:"service_time_zone,omitempty"`

	ServiceTimeDay *string `json:"service_time_day,omitempty"`

	ServiceTimeHour *string `json:"service_time_hour,omitempty"`
}

func (PartnersServiceInfo) String

func (o PartnersServiceInfo) String() string

type QueryMessageInfoV2

type QueryMessageInfoV2 struct {
	Type *int32 `json:"type,omitempty"`

	ReplierType *int32 `json:"replier_type,omitempty"`

	Replier *string `json:"replier,omitempty"`

	Content *string `json:"content,omitempty"`

	CreateTime *sdktime.SdkTime `json:"create_time,omitempty"`

	ReplierName *string `json:"replier_name,omitempty"`

	IsFirstMessage *int32 `json:"is_first_message,omitempty"`

	IamUserType *int32 `json:"iam_user_type,omitempty"`

	AccessoryList *[]SimpleAccessoryV2 `json:"accessory_list,omitempty"`
}

func (QueryMessageInfoV2) String

func (o QueryMessageInfoV2) String() string

type SatisfactionDimensionSimpleInfoV2

type SatisfactionDimensionSimpleInfoV2 struct {
	Value *int32 `json:"value,omitempty"`

	SatisfactionId *int32 `json:"satisfaction_id,omitempty"`

	SatisfactionName *string `json:"satisfaction_name,omitempty"`

	SatisfactionDesc *string `json:"satisfaction_desc,omitempty"`

	PerValue *int32 `json:"per_value,omitempty"`

	SatCategoryId *string `json:"sat_category_id,omitempty"`
}

func (SatisfactionDimensionSimpleInfoV2) String

type SendVerifyCodesRequest

type SendVerifyCodesRequest struct {
	ContactValue string `json:"contact_value"`

	ContactWay int32 `json:"contact_way"`

	AreaCode *string `json:"area_code,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (SendVerifyCodesRequest) String

func (o SendVerifyCodesRequest) String() string

type SendVerifyCodesResponse

type SendVerifyCodesResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (SendVerifyCodesResponse) String

func (o SendVerifyCodesResponse) String() string

type SeverityV2Do

type SeverityV2Do struct {
	Language *string `json:"language,omitempty"`

	SeverityName *string `json:"severity_name,omitempty"`

	SeverityId *string `json:"severity_id,omitempty"`
}

func (SeverityV2Do) String

func (o SeverityV2Do) String() string

type ShowAccessoryLimitsRequest

type ShowAccessoryLimitsRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ShowAccessoryLimitsRequest) String

type ShowAccessoryLimitsResponse

type ShowAccessoryLimitsResponse struct {
	AccessoryLimit *AccessoryLimitVo `json:"accessory_limit,omitempty"`
	HttpStatusCode int               `json:"-"`
}

Response Object

func (ShowAccessoryLimitsResponse) String

type ShowAuthorizationDetailRequest

type ShowAuthorizationDetailRequest struct {
	AuthorizationId int64 `json:"authorization_id"`

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ShowAuthorizationDetailRequest) String

type ShowAuthorizationDetailResponse

type ShowAuthorizationDetailResponse struct {
	Id *int64 `json:"id,omitempty"`

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

	IncidentId *string `json:"incident_id,omitempty"`

	SimpleDescription *string `json:"simple_description,omitempty"`

	ResourceTypeId *string `json:"resource_type_id,omitempty"`

	ResourceTypeName *string `json:"resource_type_name,omitempty"`

	VisitTypeId *string `json:"visit_type_id,omitempty"`

	VisitTypeName *string `json:"visit_type_name,omitempty"`

	AuthEffectiveTime *sdktime.SdkTime `json:"auth_effective_time,omitempty"`

	AuthExpireTime *sdktime.SdkTime `json:"auth_expire_time,omitempty"`

	RejectReason *string `json:"reject_reason,omitempty"`

	IncidentAuthDetailList *[]IncidentOrderAuthDetailInfoV2 `json:"incident_auth_detail_list,omitempty"`

	XcustomerName *string `json:"xcustomer_name,omitempty"`

	AuthHandlerName *string `json:"auth_handler_name,omitempty"`

	AgencyName *string `json:"agency_name,omitempty"`

	AuthDescribe *string `json:"auth_describe,omitempty"`

	ContentTypeId *string `json:"content_type_id,omitempty"`

	ContentTypeName *string `json:"content_type_name,omitempty"`
	HttpStatusCode  int     `json:"-"`
}

Response Object

func (ShowAuthorizationDetailResponse) String

type ShowCaseDetailRequest

type ShowCaseDetailRequest struct {
	CaseId string `json:"case_id"`

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

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ShowCaseDetailRequest) String

func (o ShowCaseDetailRequest) String() string

type ShowCaseDetailResponse

type ShowCaseDetailResponse struct {
	IncidentDetailInfo *IncidentDetailInfoV2 `json:"incident_detail_info,omitempty"`
	HttpStatusCode     int                   `json:"-"`
}

Response Object

func (ShowCaseDetailResponse) String

func (o ShowCaseDetailResponse) String() string

type ShowCaseStatusRequest

type ShowCaseStatusRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ShowCaseStatusRequest) String

func (o ShowCaseStatusRequest) String() string

type ShowCaseStatusResponse

type ShowCaseStatusResponse struct {
	Status         *int32 `json:"status,omitempty"`
	HttpStatusCode int    `json:"-"`
}

Response Object

func (ShowCaseStatusResponse) String

func (o ShowCaseStatusResponse) String() string

type ShowPartnersCasesPrivilegeRequest

type ShowPartnersCasesPrivilegeRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ShowPartnersCasesPrivilegeRequest) String

type ShowPartnersCasesPrivilegeResponse

type ShowPartnersCasesPrivilegeResponse struct {
	HasPrivilege   *bool `json:"has_privilege,omitempty"`
	HttpStatusCode int   `json:"-"`
}

Response Object

func (ShowPartnersCasesPrivilegeResponse) String

type ShowPartnersServiceInfoRequest

type ShowPartnersServiceInfoRequest struct {
	CaseSubTypeId *string `json:"case_sub_type_id,omitempty"`

	ProductId *string `json:"product_id,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`
}

Request Object

func (ShowPartnersServiceInfoRequest) String

type ShowPartnersServiceInfoResponse

type ShowPartnersServiceInfoResponse struct {
	PartnersServiceInfo *PartnersServiceInfo `json:"partners_service_info,omitempty"`
	HttpStatusCode      int                  `json:"-"`
}

Response Object

func (ShowPartnersServiceInfoResponse) String

type SimpleAccessoryV2

type SimpleAccessoryV2 struct {
	AccessoryId *string `json:"accessory_id,omitempty"`

	FileActualName *string `json:"file_actual_name,omitempty"`
}

func (SimpleAccessoryV2) String

func (o SimpleAccessoryV2) String() string

type SimpleIncidentBusinessTypeV2

type SimpleIncidentBusinessTypeV2 struct {
	BusinessTypeId *string `json:"business_type_id,omitempty"`

	BusinessTypeName *string `json:"business_type_name,omitempty"`

	CaseType *string `json:"case_type,omitempty"`

	CanUseSupportPlan *bool `json:"can_use_support_plan,omitempty"`
}

func (SimpleIncidentBusinessTypeV2) String

type SubCutomerInfoV2

type SubCutomerInfoV2 struct {
	Mobile *string `json:"mobile,omitempty"`

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

	CustomerId *string `json:"customer_id,omitempty"`

	DomainId *string `json:"domain_id,omitempty"`

	CustomerName *string `json:"customer_name,omitempty"`

	AreaCode *string `json:"area_code,omitempty"`
}

func (SubCutomerInfoV2) String

func (o SubCutomerInfoV2) String() string

type TenantAgreeAuthDetailV2

type TenantAgreeAuthDetailV2 struct {
	Port *int32 `json:"port,omitempty"`

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

	Password *string `json:"password,omitempty"`

	AuthDetailId int64 `json:"auth_detail_id"`
}

func (TenantAgreeAuthDetailV2) String

func (o TenantAgreeAuthDetailV2) String() string

type TenantConfigV2

type TenantConfigV2 struct {
	CreateCaseCcemailMaxCount *int32 `json:"create_case_ccemail_max_count,omitempty"`
}

func (TenantConfigV2) String

func (o TenantConfigV2) String() string

type UpdateAuthorizationsRequest

type UpdateAuthorizationsRequest struct {
	AuthorizationId int64 `json:"authorization_id"`

	ActionId *string `json:"action_id,omitempty"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (UpdateAuthorizationsRequest) String

type UpdateAuthorizationsResponse

type UpdateAuthorizationsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (UpdateAuthorizationsResponse) String

type UpdateCasesRequest

type UpdateCasesRequest struct {
	CaseId string `json:"case_id"`

	ActionId string `json:"action_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (UpdateCasesRequest) String

func (o UpdateCasesRequest) String() string

type UpdateCasesResponse

type UpdateCasesResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (UpdateCasesResponse) String

func (o UpdateCasesResponse) String() string

type UpdateLabelsReq

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

	Color string `json:"color"`
}

func (UpdateLabelsReq) String

func (o UpdateLabelsReq) String() string

type UpdateLabelsRequest

type UpdateLabelsRequest struct {
	LabelId int32 `json:"label_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (UpdateLabelsRequest) String

func (o UpdateLabelsRequest) String() string

type UpdateLabelsResponse

type UpdateLabelsResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (UpdateLabelsResponse) String

func (o UpdateLabelsResponse) String() string

type UpdateNewInstantMessagesReadRequest

type UpdateNewInstantMessagesReadRequest struct {
	CaseId string `json:"case_id"`

	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (UpdateNewInstantMessagesReadRequest) String

type UpdateNewInstantMessagesReadResponse

type UpdateNewInstantMessagesReadResponse struct {
	ErrorCode *string `json:"error_code,omitempty"`

	ErrorMsg       *string `json:"error_msg,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (UpdateNewInstantMessagesReadResponse) String

type UpdateUnreadNewInstantMsgV2Req

type UpdateUnreadNewInstantMsgV2Req struct {
	GroupId *string `json:"group_id,omitempty"`
}

func (UpdateUnreadNewInstantMsgV2Req) String

type UploadJsonAccessoriesRequest

type UploadJsonAccessoriesRequest struct {
	XSite *int32 `json:"X-Site,omitempty"`

	XLanguage *string `json:"X-Language,omitempty"`

	XTimeZone *string `json:"X-Time-Zone,omitempty"`

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

Request Object

func (UploadJsonAccessoriesRequest) String

type UploadJsonAccessoriesResponse

type UploadJsonAccessoriesResponse struct {
	AccessoryId    *string `json:"accessory_id,omitempty"`
	HttpStatusCode int     `json:"-"`
}

Response Object

func (UploadJsonAccessoriesResponse) String

type UserInstantIncidentMsgV2

type UserInstantIncidentMsgV2 struct {
	IncidentId *string `json:"incident_id,omitempty"`

	MessageList *[]QueryMessageInfoV2 `json:"message_list,omitempty"`
}

func (UserInstantIncidentMsgV2) String

func (o UserInstantIncidentMsgV2) String() string

type VerifyHostV2Req

type VerifyHostV2Req struct {
	Port int32 `json:"port"`

	Account string `json:"account"`

	Password string `json:"password"`

	GroupId *string `json:"group_id,omitempty"`
}

func (VerifyHostV2Req) String

func (o VerifyHostV2Req) String() string

type VerifyVerifyCodeV2Req

type VerifyVerifyCodeV2Req struct {
	VerifyCode string `json:"verify_code"`

	ContactValue string `json:"contact_value"`

	ContactWay int32 `json:"contact_way"`

	AreaCode *string `json:"area_code,omitempty"`

	XCustomerId *string `json:"x_customer_id,omitempty"`

	CustomerId *string `json:"customer_id,omitempty"`
}

func (VerifyVerifyCodeV2Req) String

func (o VerifyVerifyCodeV2Req) String() string

type WorkOrderOperateV2Req

type WorkOrderOperateV2Req struct {
	Judgement *string `json:"judgement,omitempty"`

	OperateDesc *string `json:"operate_desc,omitempty"`

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

	IncidentSatisfactionList *[]IncidentSatisfactionV2Do `json:"incident_satisfaction_list,omitempty"`
}

func (WorkOrderOperateV2Req) String

func (o WorkOrderOperateV2Req) String() string

Source Files

Jump to

Keyboard shortcuts

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