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

22 lines
252 B
Go
Raw Normal View History

2024-08-05 17:19:30 +08:00
package response
import ()
type TaobaoTmcTopicGroupAddResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
true
*/
Result bool `json:"result,omitempty" `
}