LabCostDetailsProperties Class

The properties of a lab cost item.

Inheritance
LabCostDetailsProperties

Constructor

LabCostDetailsProperties(*, date: Optional[datetime.datetime] = None, cost: Optional[float] = None, cost_type: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.CostType]] = None, **kwargs)

Parameters

date
datetime
Required

The date of the cost item.

cost
float
Required

The cost component of the cost item.

cost_type
str or CostType
Required

The type of the cost. Possible values include: "Unavailable", "Reported", "Projected".