AgriServiceResourcePropertiesResponse

data class AgriServiceResourcePropertiesResponse(val config: AgriServiceConfigResponse? = null, val dataConnectorCredentials: List<DataConnectorCredentialMapResponse>? = null, val installedSolutions: List<InstalledSolutionMapResponse>? = null, val managedOnBehalfOfConfiguration: ManagedOnBehalfOfConfigurationResponse, val provisioningState: String)

Details of the Agriculture AgriDataManager.

Constructors

Link copied to clipboard
constructor(config: AgriServiceConfigResponse? = null, dataConnectorCredentials: List<DataConnectorCredentialMapResponse>? = null, installedSolutions: List<InstalledSolutionMapResponse>? = null, managedOnBehalfOfConfiguration: ManagedOnBehalfOfConfigurationResponse, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Config of the AgriService instance.

Link copied to clipboard

Data connector credentials of AgriService instance.

Link copied to clipboard

AgriService installed solutions.

Link copied to clipboard
Link copied to clipboard

The status of the last operation.