Uses of Class
com.tencentcloudapi.trp.v20210515.models.DeleteProductResponse
-
Packages that use DeleteProductResponse Package Description com.tencentcloudapi.trp.v20210515 com.tencentcloudapi.trp.v20210515.models -
-
Uses of DeleteProductResponse in com.tencentcloudapi.trp.v20210515
Methods in com.tencentcloudapi.trp.v20210515 that return DeleteProductResponse Modifier and Type Method Description DeleteProductResponseTrpClient. DeleteProduct(DeleteProductRequest req)删除商品,如果商品被使用,则不可删除 -
Uses of DeleteProductResponse in com.tencentcloudapi.trp.v20210515.models
Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type DeleteProductResponse Constructor Description DeleteProductResponse(DeleteProductResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-