TargetCostProperties Class
Properties of a cost target.
Constructor
TargetCostProperties(*, status: str | _models.TargetCostStatus | None = None, target: int | None = None, cost_thresholds: list['_models.CostThresholdProperties'] | None = None, cycle_start_date_time: datetime | None = None, cycle_end_date_time: datetime | None = None, cycle_type: str | _models.ReportingCycleType | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
status
|
Target cost status. Known values are: "Enabled" and "Disabled". Default value: None
|
|
target
|
Lab target cost. Default value: None
|
|
cost_thresholds
|
Cost thresholds. Default value: None
|
|
cycle_start_date_time
|
Reporting cycle start date. Default value: None
|
|
cycle_end_date_time
|
Reporting cycle end date. Default value: None
|
|
cycle_type
|
Reporting cycle type. Known values are: "CalendarMonth" and "Custom". Default value: None
|
Variables
| Name | Description |
|---|---|
|
status
|
Target cost status. Known values are: "Enabled" and "Disabled". |
|
target
|
Lab target cost. |
|
cost_thresholds
|
Cost thresholds. |
|
cycle_start_date_time
|
Reporting cycle start date. |
|
cycle_end_date_time
|
Reporting cycle end date. |
|
cycle_type
|
Reporting cycle type. Known values are: "CalendarMonth" and "Custom". |