third-platform-sdk/sdk/topsdk/ability304/response/TaobaoHttpdnsGetResponse.go

22 lines
264 B
Go
Raw Normal View History

2024-08-05 16:45:29 +08:00
package response
import ()
type TaobaoHttpdnsGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
HTTP DNS配置信息
*/
Result string `json:"result,omitempty" `
}