/// <summary>Constructs a new BatchGet request.</summary>
 public BatchGetRequest(Google.Apis.Services.IClientService service, Google.Apis.Acceleratedmobilepageurl.v1.Data.BatchGetAmpUrlsRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Returns AMP URL(s) and equivalent [AMP Cache URL(s)](/amp/cache/overview#amp-cache-url-
 /// format).</summary>
 /// <param name="body">The body of the request.</param>
 public virtual BatchGetRequest BatchGet(Google.Apis.Acceleratedmobilepageurl.v1.Data.BatchGetAmpUrlsRequest body)
 {
     return(new BatchGetRequest(service, body));
 }