/// <summary>Constructs a new Find request.</summary>
 public FindRequest(Google.Apis.Services.IClientService service, Google.Apis.Safebrowsing.v4.Data.FindThreatMatchesRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Finds the threat entries that match the Safe Browsing lists.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual FindRequest Find(Google.Apis.Safebrowsing.v4.Data.FindThreatMatchesRequest body)
 {
     return(new FindRequest(service, body));
 }