/// <summary>
 /// <c>GET</c> request to the <c>dangling_indices.list_dangling_indices</c> API, read more about this API online:
 /// <para></para>
 /// <a href = "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html">https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html</a>
 /// </summary>
 public Task <ListDanglingIndicesResponse> ListAsync(IListDanglingIndicesRequest request, CancellationToken ct = default) => DoRequestAsync <IListDanglingIndicesRequest, ListDanglingIndicesResponse>(request, request.RequestParameters, ct);
 /// <summary>
 /// <c>GET</c> request to the <c>dangling_indices.list_dangling_indices</c> API, read more about this API online:
 /// <para></para>
 /// <a href = "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html">https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html</a>
 /// </summary>
 public ListDanglingIndicesResponse List(IListDanglingIndicesRequest request) => DoRequest <IListDanglingIndicesRequest, ListDanglingIndicesResponse>(request, request.RequestParameters);