LabCostDetailsProperties Class

The properties of a lab cost item.

Inheritance
msrest.serialization.Model
LabCostDetailsProperties

Constructor

LabCostDetailsProperties(*, date: datetime | None = None, cost: float | None = None, cost_type: str | CostType | None = None, **kwargs)

Parameters

Name Description
date
Required

The date of the cost item.

cost
Required

The cost component of the cost item.

cost_type
Required

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

Keyword-Only Parameters

Name Description
date
Required
cost
Required
cost_type
Required