/// <summary>Constructs a new Fetch request.</summary>
 public FetchRequest(Google.Apis.Services.IClientService service, Google.Apis.Safebrowsing.v4.Data.FetchThreatListUpdatesRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Fetches the most recent threat list updates. A client can request updates for multiple lists at
 /// once.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual FetchRequest Fetch(Google.Apis.Safebrowsing.v4.Data.FetchThreatListUpdatesRequest body)
 {
     return(new FetchRequest(service, body));
 }