client

package
v1.1.1 Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthDiagnosisRequest

type AuthDiagnosisRequest struct {
	AutoCreateRole   *bool                            `json:"autoCreateRole,omitempty" xml:"autoCreateRole,omitempty"`
	AutoInstallAgent *bool                            `json:"autoInstallAgent,omitempty" xml:"autoInstallAgent,omitempty"`
	Instances        []*AuthDiagnosisRequestInstances `json:"instances,omitempty" xml:"instances,omitempty" type:"Repeated"`
}

func (AuthDiagnosisRequest) GoString

func (s AuthDiagnosisRequest) GoString() string

func (*AuthDiagnosisRequest) SetAutoCreateRole added in v1.1.1

func (s *AuthDiagnosisRequest) SetAutoCreateRole(v bool) *AuthDiagnosisRequest

func (*AuthDiagnosisRequest) SetAutoInstallAgent added in v1.1.1

func (s *AuthDiagnosisRequest) SetAutoInstallAgent(v bool) *AuthDiagnosisRequest

func (*AuthDiagnosisRequest) SetInstances

func (AuthDiagnosisRequest) String

func (s AuthDiagnosisRequest) String() string

type AuthDiagnosisRequestInstances

type AuthDiagnosisRequestInstances struct {
	Instance *string `json:"instance,omitempty" xml:"instance,omitempty"`
	Region   *string `json:"region,omitempty" xml:"region,omitempty"`
}

func (AuthDiagnosisRequestInstances) GoString

func (*AuthDiagnosisRequestInstances) SetInstance

func (*AuthDiagnosisRequestInstances) SetRegion

func (AuthDiagnosisRequestInstances) String

type AuthDiagnosisResponse

type AuthDiagnosisResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AuthDiagnosisResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AuthDiagnosisResponse) GoString

func (s AuthDiagnosisResponse) GoString() string

func (*AuthDiagnosisResponse) SetBody

func (*AuthDiagnosisResponse) SetHeaders

func (*AuthDiagnosisResponse) SetStatusCode

func (s *AuthDiagnosisResponse) SetStatusCode(v int32) *AuthDiagnosisResponse

func (AuthDiagnosisResponse) String

func (s AuthDiagnosisResponse) String() string

type AuthDiagnosisResponseBody

type AuthDiagnosisResponseBody struct {
	// example:
	//
	// Success
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	// example:
	//
	// {}
	Data interface{} `json:"data,omitempty" xml:"data,omitempty"`
	// example:
	//
	// SysomOpenAPIAssumeRoleException: EntityNotExist.Role The role not exists: acs:ram::xxxxx:role/aliyunserviceroleforsysom
	Message   *string `json:"message,omitempty" xml:"message,omitempty"`
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

func (AuthDiagnosisResponseBody) GoString

func (s AuthDiagnosisResponseBody) GoString() string

func (*AuthDiagnosisResponseBody) SetCode

func (*AuthDiagnosisResponseBody) SetData

func (s *AuthDiagnosisResponseBody) SetData(v interface{}) *AuthDiagnosisResponseBody

func (*AuthDiagnosisResponseBody) SetMessage

func (*AuthDiagnosisResponseBody) SetRequestId

func (AuthDiagnosisResponseBody) String

func (s AuthDiagnosisResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AuthDiagnosis

func (client *Client) AuthDiagnosis(request *AuthDiagnosisRequest) (_result *AuthDiagnosisResponse, _err error)

Summary:

授权 SysOM 对某个机器进行诊断

@param request - AuthDiagnosisRequest

@return AuthDiagnosisResponse

func (*Client) AuthDiagnosisWithOptions

func (client *Client) AuthDiagnosisWithOptions(request *AuthDiagnosisRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *AuthDiagnosisResponse, _err error)

Summary:

授权 SysOM 对某个机器进行诊断

@param request - AuthDiagnosisRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return AuthDiagnosisResponse

func (*Client) GenerateCopilotResponse added in v1.1.0

func (client *Client) GenerateCopilotResponse(request *GenerateCopilotResponseRequest) (_result *GenerateCopilotResponseResponse, _err error)

Summary:

获取copilot服务的返回结果

@param request - GenerateCopilotResponseRequest

@return GenerateCopilotResponseResponse

func (*Client) GenerateCopilotResponseWithOptions added in v1.1.0

func (client *Client) GenerateCopilotResponseWithOptions(request *GenerateCopilotResponseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GenerateCopilotResponseResponse, _err error)

Summary:

获取copilot服务的返回结果

@param request - GenerateCopilotResponseRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GenerateCopilotResponseResponse

func (*Client) GetDiagnosisResult

func (client *Client) GetDiagnosisResult(request *GetDiagnosisResultRequest) (_result *GetDiagnosisResultResponse, _err error)

Summary:

获取诊断结果

@param request - GetDiagnosisResultRequest

@return GetDiagnosisResultResponse

func (*Client) GetDiagnosisResultWithOptions

func (client *Client) GetDiagnosisResultWithOptions(request *GetDiagnosisResultRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDiagnosisResultResponse, _err error)

Summary:

获取诊断结果

@param request - GetDiagnosisResultRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return GetDiagnosisResultResponse

func (*Client) GetEndpoint

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

func (*Client) Init

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

func (*Client) InvokeDiagnosis

func (client *Client) InvokeDiagnosis(request *InvokeDiagnosisRequest) (_result *InvokeDiagnosisResponse, _err error)

Summary:

发起诊断

@param request - InvokeDiagnosisRequest

@return InvokeDiagnosisResponse

func (*Client) InvokeDiagnosisWithOptions

func (client *Client) InvokeDiagnosisWithOptions(request *InvokeDiagnosisRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *InvokeDiagnosisResponse, _err error)

Summary:

发起诊断

@param request - InvokeDiagnosisRequest

@param headers - map

@param runtime - runtime options for this request RuntimeOptions

@return InvokeDiagnosisResponse

type GenerateCopilotResponseRequest added in v1.1.0

type GenerateCopilotResponseRequest struct {
	LlmParamString *string `json:"llmParamString,omitempty" xml:"llmParamString,omitempty"`
}

func (GenerateCopilotResponseRequest) GoString added in v1.1.0

func (*GenerateCopilotResponseRequest) SetLlmParamString added in v1.1.0

func (GenerateCopilotResponseRequest) String added in v1.1.0

type GenerateCopilotResponseResponse added in v1.1.0

type GenerateCopilotResponseResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GenerateCopilotResponseResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GenerateCopilotResponseResponse) GoString added in v1.1.0

func (*GenerateCopilotResponseResponse) SetBody added in v1.1.0

func (*GenerateCopilotResponseResponse) SetHeaders added in v1.1.0

func (*GenerateCopilotResponseResponse) SetStatusCode added in v1.1.0

func (GenerateCopilotResponseResponse) String added in v1.1.0

type GenerateCopilotResponseResponseBody added in v1.1.0

type GenerateCopilotResponseResponseBody struct {
	// example:
	//
	// SysomOpenAPI.ServerError
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	Data *string `json:"data,omitempty" xml:"data,omitempty"`
	// example:
	//
	// Requests for llm service failed
	Massage *string `json:"massage,omitempty" xml:"massage,omitempty"`
	// Id of the request
	//
	// example:
	//
	// 2D693121-C925-5154-8DF6-C09A8B369822
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (GenerateCopilotResponseResponseBody) GoString added in v1.1.0

func (*GenerateCopilotResponseResponseBody) SetCode added in v1.1.0

func (*GenerateCopilotResponseResponseBody) SetData added in v1.1.0

func (*GenerateCopilotResponseResponseBody) SetMassage added in v1.1.0

func (*GenerateCopilotResponseResponseBody) SetRequestId added in v1.1.0

func (GenerateCopilotResponseResponseBody) String added in v1.1.0

type GetDiagnosisResultRequest

type GetDiagnosisResultRequest struct {
	// This parameter is required.
	//
	// example:
	//
	// quzuYl23
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (GetDiagnosisResultRequest) GoString

func (s GetDiagnosisResultRequest) GoString() string

func (*GetDiagnosisResultRequest) SetTaskId

func (GetDiagnosisResultRequest) String

func (s GetDiagnosisResultRequest) String() string

type GetDiagnosisResultResponse

type GetDiagnosisResultResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetDiagnosisResultResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetDiagnosisResultResponse) GoString

func (s GetDiagnosisResultResponse) GoString() string

func (*GetDiagnosisResultResponse) SetBody

func (*GetDiagnosisResultResponse) SetHeaders

func (*GetDiagnosisResultResponse) SetStatusCode

func (GetDiagnosisResultResponse) String

type GetDiagnosisResultResponseBody

type GetDiagnosisResultResponseBody struct {
	// example:
	//
	// Success
	Code *string                             `json:"code,omitempty" xml:"code,omitempty"`
	Data *GetDiagnosisResultResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	// example:
	//
	// ""
	Message *string `json:"message,omitempty" xml:"message,omitempty"`
	// example:
	//
	// 9515E5A0-8905-59B0-9BBF-5F0BE568C3A0
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

func (GetDiagnosisResultResponseBody) GoString

func (*GetDiagnosisResultResponseBody) SetCode

func (*GetDiagnosisResultResponseBody) SetMessage

func (*GetDiagnosisResultResponseBody) SetRequestId

func (GetDiagnosisResultResponseBody) String

type GetDiagnosisResultResponseBodyData

type GetDiagnosisResultResponseBodyData struct {
	// example:
	//
	// 0
	Code *int32 `json:"code,omitempty" xml:"code,omitempty"`
	// example:
	//
	// {
	//
	//     "jobs":[
	//
	//         {
	//
	//             "cmd":"mkdir -p /var/log/sysak && sysak podmem -r 100  -a -j /var/log/sysak/podmem.json > /dev/null 2>&1 && cat /var/log/sysak/podmem.json",
	//
	//             "instance":"172.20.12.174",
	//
	//             "fetch_file_list":[
	//
	//             ]
	//
	//         }
	//
	//     ],
	//
	//     "in_order":true,
	//
	//     "offline_mode":false,
	//
	//     "offline_results":[
	//
	//     ]
	//
	// }
	Command   interface{} `json:"command,omitempty" xml:"command,omitempty"`
	CreatedAt *string     `json:"created_at,omitempty" xml:"created_at,omitempty"`
	// example:
	//
	// Diagnosis failed
	ErrMsg *string `json:"err_msg,omitempty" xml:"err_msg,omitempty"`
	// example:
	//
	// {
	//
	//     "type":"all",
	//
	//     "value":"",
	//
	//     "channel":"ssh",
	//
	//     "instance":"172.1.2.174",
	//
	//     "service_name":"filecache"
	//
	// }
	Params interface{} `json:"params,omitempty" xml:"params,omitempty"`
	// example:
	//
	// {
	//
	//     "summary":"  memory cgroup leak",
	//
	//     "dataMemEvent":{
	//
	//         "data":[
	//
	//             {
	//
	//                 "key":"Util",
	//
	//                 "value":20
	//
	//             },
	//
	//             {
	//
	//                 "key":"MemLeak",
	//
	//                 "value":"OK"
	//
	//             },
	//
	//             {
	//
	//                 "key":"MemcgLeak",
	//
	//                 "value":"NG"
	//
	//             },
	//
	//             {
	//
	//                 "key":"MemFrag",
	//
	//                 "value":"OK"
	//
	//             }
	//
	//         ]
	//
	//     },
	//
	//     "dataMemOverView":{
	//
	//         "data":[
	//
	//             {
	//
	//                 "key":"app",
	//
	//                 "value":10937332
	//
	//             },
	//
	//             {
	//
	//                 "key":"free",
	//
	//                 "value":806800
	//
	//             },
	//
	//             {
	//
	//                 "key":"kernel",
	//
	//                 "value":4527660
	//
	//             }
	//
	//         ]
	//
	//     },
	//
	//     "dataKerMem":{
	//
	//         "data":[
	//
	//             {
	//
	//                 "key":"SReclaimable",
	//
	//                 "value":3411292
	//
	//             },
	//
	//             {
	//
	//                 "key":"VmallocUsed",
	//
	//                 "value":30980
	//
	//             },
	//
	//             {
	//
	//                 "key":"allocPage",
	//
	//                 "value":177732
	//
	//             },
	//
	//             {
	//
	//                 "key":"KernelStack",
	//
	//                 "value":9280
	//
	//             },
	//
	//             {
	//
	//                 "key":"PageTables",
	//
	//                 "value":38056
	//
	//             },
	//
	//             {
	//
	//                 "key":"SUnreclaim",
	//
	//                 "value":170248
	//
	//             },
	//
	//             {
	//
	//                 "key":"reserved",
	//
	//                 "value":690072
	//
	//             }
	//
	//         ]
	//
	//     },
	//
	//     "dataUserMem":{
	//
	//         "data":[
	//
	//             {
	//
	//                 "key":"filecache",
	//
	//                 "value":8010008
	//
	//             },
	//
	//             {
	//
	//                 "key":"anon",
	//
	//                 "value":2468608
	//
	//             },
	//
	//             {
	//
	//                 "key":"mlock",
	//
	//                 "value":0
	//
	//             },
	//
	//             {
	//
	//                 "key":"huge1G",
	//
	//                 "value":0
	//
	//             },
	//
	//             {
	//
	//                 "key":"huge2M",
	//
	//                 "value":0
	//
	//             },
	//
	//             {
	//
	//                 "key":"buffers",
	//
	//                 "value":458608
	//
	//             },
	//
	//             {
	//
	//                 "key":"shmem",
	//
	//                 "value":2284
	//
	//             }
	//
	//         ]
	//
	//     },
	//
	//     "dataCacheList":{
	//
	//         "data":[
	//
	//             {
	//
	//                 "key":0,
	//
	//                 "Name":"/var/lib/mysql/sysom/sys_handler_log.ibd",
	//
	//                 "cached":576764,
	//
	//                 "Task":"mysqld_78575 "
	//
	//             },
	//
	//             {
	//
	//                 "key":1,
	//
	//                 "Name":"/var/log/sysom/sysom-migration-access.log",
	//
	//                 "cached":276688,
	//
	//                 "Task":"gunicorn_33647 ,gunicorn_460836 ,gunicorn_559934 ,gunicorn_731758 ,gunicorn_2362682 "
	//
	//             },
	//
	//             {
	//
	//                 "key":2,
	//
	//                 "Name":"/var/log/sysom/sysom-rtdemo-access.log",
	//
	//                 "cached":229404,
	//
	//                 "Task":"gunicorn_60718 ,gunicorn_720734 ,gunicorn_722168 "
	//
	//             },
	//
	//             {
	//
	//                 "key":3,
	//
	//                 "Name":"/var/log/sysom/sysom-monitor-server-access.log",
	//
	//                 "cached":197368,
	//
	//                 "Task":"gunicorn_33682 ,gunicorn_671155 ,gunicorn_714998 "
	//
	//             },
	//
	//             {
	//
	//                 "key":4,
	//
	//                 "Name":"/var/log/sysom/sysom-channel-access.log",
	//
	//                 "cached":180276,
	//
	//                 "Task":"gunicorn_33233 ,gunicorn_499735 ,gunicorn_725497 "
	//
	//             },
	//
	//             {
	//
	//                 "key":5,
	//
	//                 "Name":"total cached of close file",
	//
	//                 "cached":3729668,
	//
	//                 "Task":""
	//
	//             }
	//
	//         ]
	//
	//     },
	//
	//     "dataProcMemList":{
	//
	//         "data":[
	//
	//             {
	//
	//                 "key":0,
	//
	//                 "task":"mysqld",
	//
	//                 "MemTotal":240856,
	//
	//                 "RssAnon":218248,
	//
	//                 "RssFile":22608
	//
	//             },
	//
	//             {
	//
	//                 "key":1,
	//
	//                 "task":"systemd-journal",
	//
	//                 "MemTotal":150248,
	//
	//                 "RssAnon":74300,
	//
	//                 "RssFile":75944
	//
	//             },
	//
	//             {
	//
	//                 "key":2,
	//
	//                 "task":"gunicorn",
	//
	//                 "MemTotal":144640,
	//
	//                 "RssAnon":114200,
	//
	//                 "RssFile":30440
	//
	//             },
	//
	//             {
	//
	//                 "key":3,
	//
	//                 "task":"gunicorn",
	//
	//                 "MemTotal":141480,
	//
	//                 "RssAnon":111040,
	//
	//                 "RssFile":30440
	//
	//             },
	//
	//             {
	//
	//                 "key":4,
	//
	//                 "task":"grafana-server",
	//
	//                 "MemTotal":103660,
	//
	//                 "RssAnon":42732,
	//
	//                 "RssFile":60928
	//
	//             },
	//
	//             {
	//
	//                 "key":5,
	//
	//                 "task":"gunicorn",
	//
	//                 "MemTotal":97444,
	//
	//                 "RssAnon":76256,
	//
	//                 "RssFile":21188
	//
	//             },
	//
	//             {
	//
	//                 "key":6,
	//
	//                 "task":"gunicorn",
	//
	//                 "MemTotal":97260,
	//
	//                 "RssAnon":76072,
	//
	//                 "RssFile":21188
	//
	//             },
	//
	//             {
	//
	//                 "key":7,
	//
	//                 "task":"prometheus",
	//
	//                 "MemTotal":95356,
	//
	//                 "RssAnon":45376,
	//
	//                 "RssFile":49980
	//
	//             },
	//
	//             {
	//
	//                 "key":8,
	//
	//                 "task":"gunicorn",
	//
	//                 "MemTotal":90144,
	//
	//                 "RssAnon":76456,
	//
	//                 "RssFile":13688
	//
	//             },
	//
	//             {
	//
	//                 "key":9,
	//
	//                 "task":"gunicorn",
	//
	//                 "MemTotal":89796,
	//
	//                 "RssAnon":76108,
	//
	//                 "RssFile":13688
	//
	//             }
	//
	//         ]
	//
	//     }
	//
	// }
	Result interface{} `json:"result,omitempty" xml:"result,omitempty"`
	// example:
	//
	// memgraph
	ServiceName *string `json:"service_name,omitempty" xml:"service_name,omitempty"`
	// example:
	//
	// Running
	Status *string `json:"status,omitempty" xml:"status,omitempty"`
	// example:
	//
	// grcuU21a
	TaskId    *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
	UpdatedAt *string `json:"updated_at,omitempty" xml:"updated_at,omitempty"`
	// example:
	//
	// /diagnose/detail/qe3Z34sa
	Url *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetDiagnosisResultResponseBodyData) GoString

func (*GetDiagnosisResultResponseBodyData) SetCode

func (*GetDiagnosisResultResponseBodyData) SetCommand

func (*GetDiagnosisResultResponseBodyData) SetCreatedAt added in v1.1.1

func (*GetDiagnosisResultResponseBodyData) SetErrMsg

func (*GetDiagnosisResultResponseBodyData) SetParams

func (*GetDiagnosisResultResponseBodyData) SetResult

func (*GetDiagnosisResultResponseBodyData) SetServiceName

func (*GetDiagnosisResultResponseBodyData) SetStatus

func (*GetDiagnosisResultResponseBodyData) SetTaskId

func (*GetDiagnosisResultResponseBodyData) SetUpdatedAt added in v1.1.1

func (*GetDiagnosisResultResponseBodyData) SetUrl

func (GetDiagnosisResultResponseBodyData) String

type InvokeDiagnosisRequest

type InvokeDiagnosisRequest struct {
	// This parameter is required.
	//
	// example:
	//
	// cloud_assist
	Channel *string `json:"channel,omitempty" xml:"channel,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// {
	//
	//     "instance": "i-wz9gdv7qmdhusamc4dl01",
	//
	//     "uid": "xxxxxxxxxxxxxx",
	//
	//     "region": "cn-shenzhen"
	//
	// }
	Params *string `json:"params,omitempty" xml:"params,omitempty"`
	// This parameter is required.
	//
	// example:
	//
	// memgraph
	ServiceName *string `json:"service_name,omitempty" xml:"service_name,omitempty"`
}

func (InvokeDiagnosisRequest) GoString

func (s InvokeDiagnosisRequest) GoString() string

func (*InvokeDiagnosisRequest) SetChannel

func (*InvokeDiagnosisRequest) SetParams

func (*InvokeDiagnosisRequest) SetServiceName

func (InvokeDiagnosisRequest) String

func (s InvokeDiagnosisRequest) String() string

type InvokeDiagnosisResponse

type InvokeDiagnosisResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *InvokeDiagnosisResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (InvokeDiagnosisResponse) GoString

func (s InvokeDiagnosisResponse) GoString() string

func (*InvokeDiagnosisResponse) SetBody

func (*InvokeDiagnosisResponse) SetHeaders

func (*InvokeDiagnosisResponse) SetStatusCode

func (InvokeDiagnosisResponse) String

func (s InvokeDiagnosisResponse) String() string

type InvokeDiagnosisResponseBody

type InvokeDiagnosisResponseBody struct {
	// example:
	//
	// Success
	Code *string                          `json:"code,omitempty" xml:"code,omitempty"`
	Data *InvokeDiagnosisResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	// example:
	//
	// SysomOpenAPIAssumeRoleException: EntityNotExist.Role The role not exists: acs:ram::xxxxx:role/aliyunserviceroleforsysom
	Message   *string `json:"message,omitempty" xml:"message,omitempty"`
	RequestId *string `json:"request_id,omitempty" xml:"request_id,omitempty"`
}

func (InvokeDiagnosisResponseBody) GoString

func (s InvokeDiagnosisResponseBody) GoString() string

func (*InvokeDiagnosisResponseBody) SetCode

func (*InvokeDiagnosisResponseBody) SetData

func (*InvokeDiagnosisResponseBody) SetMessage

func (*InvokeDiagnosisResponseBody) SetRequestId

func (InvokeDiagnosisResponseBody) String

type InvokeDiagnosisResponseBodyData

type InvokeDiagnosisResponseBodyData struct {
	// example:
	//
	// ihqhAcrt
	TaskId *string `json:"task_id,omitempty" xml:"task_id,omitempty"`
}

func (InvokeDiagnosisResponseBodyData) GoString

func (*InvokeDiagnosisResponseBodyData) SetTaskId

func (InvokeDiagnosisResponseBodyData) String

Jump to

Keyboard shortcuts

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