次の方法で共有


TargetCostProperties クラス

コスト ターゲットのプロパティ。

継承
TargetCostProperties

コンストラクター

TargetCostProperties(*, status: str | TargetCostStatus | None = None, target: int | None = None, cost_thresholds: List[CostThresholdProperties] | None = None, cycle_start_date_time: datetime | None = None, cycle_end_date_time: datetime | None = None, cycle_type: str | ReportingCycleType | None = None, **kwargs)

パラメーター

status
str または TargetCostStatus
必須

目標コストの状態。 使用可能な値は、"Enabled"、"Disabled" です。

target
int
必須

ラボのターゲット コスト。

cost_thresholds
list[CostThresholdProperties]
必須

コストのしきい値。

cycle_start_date_time
datetime
必須

レポート サイクルの開始日。

cycle_end_date_time
datetime
必須

レポート サイクルの終了日。

cycle_type
str または ReportingCycleType
必須

レポート サイクルの種類。 使用できる値は、"CalendarMonth"、"Custom" です。