Home
last modified time | relevance | path

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

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vod/
H A Dget_categories.go58 …CategoriesWithCallback(request *GetCategoriesRequest, callback func(response *GetCategoriesRespons…
89 type GetCategoriesResponse struct { struct
90 *responses.BaseResponse
91 RequestId string `json:"RequestId" xml:"RequestId"`
92 SubTotal int `json:"SubTotal" xml:"SubTotal"`
93 Category Category `json:"Category" xml:"Category"`
94 SubCategories SubCategories `json:"SubCategories" xml:"SubCategories"`
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vod/
H A Dget_categories.go53 …CategoriesWithCallback(request *GetCategoriesRequest, callback func(response *GetCategoriesRespons…
85 type GetCategoriesResponse struct { struct
86 *responses.BaseResponse
87 RequestId string `json:"RequestId" xml:"RequestId"`
88 SubTotal int64 `json:"SubTotal" xml:"SubTotal"`
89 Category Category `json:"Category" xml:"Category"`
90 SubCategories SubCategories `json:"SubCategories" xml:"SubCategories"`
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/vod/
H A Dget_categories.go58 …CategoriesWithCallback(request *GetCategoriesRequest, callback func(response *GetCategoriesRespons…
90 type GetCategoriesResponse struct { struct
91 *responses.BaseResponse
92 RequestId string `json:"RequestId" xml:"RequestId"`
93 SubTotal int64 `json:"SubTotal" xml:"SubTotal"`
94 Category Category `json:"Category" xml:"Category"`
95 SubCategories SubCategories `json:"SubCategories" xml:"SubCategories"`
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Dconsumer_port_types.ts29 export interface GetCategoriesResponse extends Typed {} interface
H A Dchrome_proxy_record_controller.ts34 export interface GetCategoriesResponse extends Typed { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/node_modules/devtools-protocol/types/
H A Dprotocol.d.ts13256 export interface GetCategoriesResponse { interface
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts10392 export interface GetCategoriesResponse { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts11575 export interface GetCategoriesResponse extends ProtocolResponseWithError { interface