ElasticPropertiesResponse

data class ElasticPropertiesResponse(val elasticCloudDeployment: ElasticCloudDeploymentResponse? = null, val elasticCloudUser: ElasticCloudUserResponse? = null)

Elastic Resource Properties.

Constructors

Link copied to clipboard
constructor(elasticCloudDeployment: ElasticCloudDeploymentResponse? = null, elasticCloudUser: ElasticCloudUserResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details of the elastic cloud deployment.

Link copied to clipboard

Details of the user's elastic account.