Home
last modified time | relevance | path

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

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/qualitycheck/
H A Dlist_skill_group_config.go53 …ithCallback(request *ListSkillGroupConfigRequest, callback func(response *ListSkillGroupConfigResp…
79 type ListSkillGroupConfigResponse struct { struct
80 *responses.BaseResponse
81 RequestId string `json:"RequestId" xml:"RequestId"`
82 Success bool `json:"Success" xml:"Success"`
83 Code string `json:"Code" xml:"Code"`
84 Message string `json:"Message" xml:"Message"`
85 Data DataInListSkillGroupConfig `json:"Data" xml:"Data"`