Package version:

Interface DetailedInformation

Model to capture detailed information for farmBeatsExtensions.

interface DetailedInformation {
    apiInputParameters?: string[];
    apiName?: string;
    customParameters?: string[];
    platformParameters?: string[];
    unitsSupported?: UnitSystemsInfo;
}

Properties

apiInputParameters?: string[]

List of apiInputParameters.

apiName?: string

ApiName available for the farmBeatsExtension.

customParameters?: string[]

List of customParameters.

platformParameters?: string[]

List of platformParameters.

unitsSupported?: UnitSystemsInfo

Unit systems info for the data provider.