/// <summary>Constructs a new Activate request.</summary>
 public ActivateRequest(Google.Apis.Services.IClientService service, Google.Apis.RealTimeBidding.v1alpha.Data.ActivateBiddingFunctionRequest body, string name) : base(service)
 {
     Name = name;
     Body = body;
     InitParameters();
 }
 /// <summary>
 /// Activates an existing bidding function. An activated function is available for invocation for the
 /// server-side TURTLEDOVE simulations.
 /// </summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="name">
 /// Required. The name of the bidding function to activate. Format:
 /// `bidders/{bidder_account_id}/biddingFunction/{bidding_function_name}`
 /// </param>
 public virtual ActivateRequest Activate(Google.Apis.RealTimeBidding.v1alpha.Data.ActivateBiddingFunctionRequest body, string name)
 {
     return(new ActivateRequest(service, body, name));
 }