We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请求代码: request.StartTime = common.StringPtr("2024-01-02T11:17:00+08:00") request.EndTime = common.StringPtr("2024-01-24T11:17:59+08:00") request.Service = common.StringPtr("TRAIN") request.ServiceId = common.StringPtr("xxxxxxxxxxxx") response, err := tClient.DescribeLogs(request)
该代码为api explorer示例的goland代码
The text was updated successfully, but these errors were encountered:
有好几个产品都有此接口,请问这是哪个产品的接口?
Sorry, something went wrong.
No branches or pull requests
请求代码:
request.StartTime = common.StringPtr("2024-01-02T11:17:00+08:00")
request.EndTime = common.StringPtr("2024-01-24T11:17:59+08:00")
request.Service = common.StringPtr("TRAIN")
request.ServiceId = common.StringPtr("xxxxxxxxxxxx")
response, err := tClient.DescribeLogs(request)
The text was updated successfully, but these errors were encountered: