Home
last modified time | relevance | path

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

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudcallcenter/
H A Dupload_corp_identify_file.go58 …Callback(request *UploadCorpIdentifyFileRequest, callback func(response *UploadCorpIdentifyFileRes…
84 type UploadCorpIdentifyFileResponse struct { struct
85 *responses.BaseResponse
86 RequestId string `json:"RequestId" xml:"RequestId"`
87 Success bool `json:"Success" xml:"Success"`
88 Code string `json:"Code" xml:"Code"`
89 Message string `json:"Message" xml:"Message"`
90 HttpStatusCode int `json:"HttpStatusCode" xml:"HttpStatusCode"`
91 Data Data `json:"Data" xml:"Data"`