DetailedInformation Class

Model to capture detailed information for farmBeatsExtensions.

Inheritance
DetailedInformation

Constructor

DetailedInformation(*, api_name: Optional[str] = None, custom_parameters: Optional[List[str]] = None, platform_parameters: Optional[List[str]] = None, units_supported: Optional[azure.mgmt.agrifood.models._models_py3.UnitSystemsInfo] = None, api_input_parameters: Optional[List[str]] = None, **kwargs)

Parameters

api_name
str
Required

ApiName available for the farmBeatsExtension.

custom_parameters
list[str]
Required

List of customParameters.

platform_parameters
list[str]
Required

List of platformParameters.

units_supported
UnitSystemsInfo
Required

Unit systems info for the data provider.

api_input_parameters
list[str]
Required

List of apiInputParameters.