/// <summary>Constructs a new Query request.</summary>
 public QueryRequest(Google.Apis.Services.IClientService service, Google.Apis.FlightAvailability.v1.Data.FlightavailabilityPartnerAvailQuestions body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Called by a partner: receives questions, each of which consists of one or more segments, and
 /// returns answers with availability data.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual QueryRequest Query(Google.Apis.FlightAvailability.v1.Data.FlightavailabilityPartnerAvailQuestions body)
 {
     return(new QueryRequest(service, body));
 }