/// <summary>Constructs a new Updateaggregatedstats request.</summary>
 public UpdateaggregatedstatsRequest(Google.Apis.Services.IClientService service, Google.Apis.Cloudlatencytest.v2.Data.AggregatedStats 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 UpdateaggregatedstatsRequest Updateaggregatedstats(Google.Apis.Cloudlatencytest.v2.Data.AggregatedStats body)
 {
     return(new UpdateaggregatedstatsRequest(service, body));
 }