/// <summary>Constructs a new Updatestats request.</summary>
 public UpdatestatsRequest(Google.Apis.Services.IClientService service, Google.Apis.Cloudlatencytest.v2.Data.Stats body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>RPC to update the new TCP stats.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual UpdatestatsRequest Updatestats(Google.Apis.Cloudlatencytest.v2.Data.Stats body)
 {
     return(new UpdatestatsRequest(service, body));
 }