DeployedIndexRef constructor

DeployedIndexRef({
  1. String indexEndpoint = '',
  2. String deployedIndexId = '',
  3. String displayName = '',
})

Implementation

DeployedIndexRef({
  this.indexEndpoint = '',
  this.deployedIndexId = '',
  this.displayName = '',
}) : super(fullyQualifiedName);