LabCostDetailsProperties Class
The properties of a lab cost item.
- Inheritance
-
msrest.serialization.ModelLabCostDetailsProperties
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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python