Home
last modified time | relevance | path

Searched defs:TaobaoFilmGetSchedulesResponse (Results 1 – 1 of 1) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/appmallsservice/
H A Dtaobao_film_get_schedules.go58 …Callback(request *TaobaoFilmGetSchedulesRequest, callback func(response *TaobaoFilmGetSchedulesRes…
84 type TaobaoFilmGetSchedulesResponse struct { struct
85 *responses.BaseResponse
86 ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
87 Msg string `json:"Msg" xml:"Msg"`
88 SubCode string `json:"SubCode" xml:"SubCode"`
89 SubMsg string `json:"SubMsg" xml:"SubMsg"`
90 LogsId string `json:"LogsId" xml:"LogsId"`
91 RequestId string `json:"RequestId" xml:"RequestId"`
92 Schedules []SchedulesItem `json:"Schedules" xml:"Schedules"`