MutateDeployedIndexRequest constructor

MutateDeployedIndexRequest({
  1. required String indexEndpoint,
  2. required DeployedIndex? deployedIndex,
})

Implementation

MutateDeployedIndexRequest({
  required this.indexEndpoint,
  required this.deployedIndex,
}) : super(fullyQualifiedName);