PlantingProductDetail Class

Schema for Planting product detail.

Inheritance
PlantingProductDetail

Constructor

PlantingProductDetail(*, product_name: Optional[str] = None, area: Optional[azure.agrifood.farming.models._models_py3.Measure] = None, total_material: Optional[azure.agrifood.farming.models._models_py3.Measure] = None, avg_material: Optional[azure.agrifood.farming.models._models_py3.Measure] = None, **kwargs)

Parameters

product_name
str
Required

Name of the product.

area
Measure
Required

Schema for storing measurement reading and unit.

total_material
Measure
Required

Schema for storing measurement reading and unit.

avg_material
Measure
Required

Schema for storing measurement reading and unit.