Uses of Class
com.tencentcloudapi.billing.v20180709.models.ProjectSummaryOverviewItem
-
Packages that use ProjectSummaryOverviewItem Package Description com.tencentcloudapi.billing.v20180709.models -
-
Uses of ProjectSummaryOverviewItem in com.tencentcloudapi.billing.v20180709.models
Methods in com.tencentcloudapi.billing.v20180709.models that return ProjectSummaryOverviewItem Modifier and Type Method Description ProjectSummaryOverviewItem[]DescribeBillSummaryByProjectResponse. getSummaryOverview()Get 各项目花费分布详情 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.billing.v20180709.models with parameters of type ProjectSummaryOverviewItem Modifier and Type Method Description voidDescribeBillSummaryByProjectResponse. setSummaryOverview(ProjectSummaryOverviewItem[] SummaryOverview)Set 各项目花费分布详情 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.billing.v20180709.models with parameters of type ProjectSummaryOverviewItem Constructor Description ProjectSummaryOverviewItem(ProjectSummaryOverviewItem 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.
-