Uses of Class
com.tencentcloudapi.cme.v20191029.models.DeleteProjectResponse
-
Packages that use DeleteProjectResponse Package Description com.tencentcloudapi.cme.v20191029 com.tencentcloudapi.cme.v20191029.models -
-
Uses of DeleteProjectResponse in com.tencentcloudapi.cme.v20191029
Methods in com.tencentcloudapi.cme.v20191029 that return DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponseCmeClient. DeleteProject(DeleteProjectRequest req)删除项目。处于推流状态的云转推和点播转直播项目不允许删除,若强行调用删除项目接口会返回失败。 -
Uses of DeleteProjectResponse in com.tencentcloudapi.cme.v20191029.models
Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type DeleteProjectResponse Constructor Description DeleteProjectResponse(DeleteProjectResponse 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.
-