topsdk/ability304/response/TaobaoHttpdnsGetResponse.go

20 lines
253 B
Go

package response
type TaobaoHttpdnsGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
HTTP DNS配置信息
*/
Result string `json:"result,omitempty" `
}