third-platform-sdk/sdk/topsdk/ability132/response/TaobaoTmcTopicGroupAddResponse.go

20 lines
241 B
Go
Raw Normal View History

2024-05-04 16:57:40 +08:00
package response
type TaobaoTmcTopicGroupAddResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
true
*/
Result bool `json:"result,omitempty" `
}