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

22 lines
255 B
Go
Raw Permalink Normal View History

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