@@ -33,14 +33,6 @@ public sealed partial class CloneSnapshotRequestParameters : Elastic.Transport.R
3333 /// </para>
3434 /// </summary>
3535 public Elastic . Clients . Elasticsearch . Duration ? MasterTimeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "master_timeout" ) ; set => Q ( "master_timeout" , value ) ; }
36-
37- /// <summary>
38- /// <para>
39- /// The period of time to wait for a response.
40- /// If no response is received before the timeout expires, the request fails and returns an error.
41- /// </para>
42- /// </summary>
43- public Elastic . Clients . Elasticsearch . Duration ? Timeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "timeout" ) ; set => Q ( "timeout" , value ) ; }
4436}
4537
4638internal sealed partial class CloneSnapshotRequestConverter : System . Text . Json . Serialization . JsonConverter < Elastic . Clients . Elasticsearch . Snapshot . CloneSnapshotRequest >
@@ -163,14 +155,6 @@ internal CloneSnapshotRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCo
163155 /// </summary>
164156 public Elastic . Clients . Elasticsearch . Duration ? MasterTimeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "master_timeout" ) ; set => Q ( "master_timeout" , value ) ; }
165157
166- /// <summary>
167- /// <para>
168- /// The period of time to wait for a response.
169- /// If no response is received before the timeout expires, the request fails and returns an error.
170- /// </para>
171- /// </summary>
172- public Elastic . Clients . Elasticsearch . Duration ? Timeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "timeout" ) ; set => Q ( "timeout" , value ) ; }
173-
174158 /// <summary>
175159 /// <para>
176160 /// A comma-separated list of indices to include in the snapshot.
@@ -262,18 +246,6 @@ public Elastic.Clients.Elasticsearch.Snapshot.CloneSnapshotRequestDescriptor Mas
262246 return this ;
263247 }
264248
265- /// <summary>
266- /// <para>
267- /// The period of time to wait for a response.
268- /// If no response is received before the timeout expires, the request fails and returns an error.
269- /// </para>
270- /// </summary>
271- public Elastic . Clients . Elasticsearch . Snapshot . CloneSnapshotRequestDescriptor Timeout ( Elastic . Clients . Elasticsearch . Duration ? value )
272- {
273- Instance . Timeout = value ;
274- return this ;
275- }
276-
277249 /// <summary>
278250 /// <para>
279251 /// A comma-separated list of indices to include in the snapshot.
0 commit comments