/// <summary>Constructs a new Archive request.</summary> public ArchiveRequest(Google.Apis.Services.IClientService service, Google.Apis.RealTimeBidding.v1alpha.Data.ArchiveBiddingFunctionRequest body, string name) : base(service) { Name = name; Body = body; InitParameters(); }
/// <summary> /// Archives an existing bidding function. An archived function will not be available for function /// invocation for the server-side TURTLEDOVE simulations unless it is activated. /// </summary> /// <param name="body">The body of the request.</param> /// <param name="name"> /// Required. The name of the bidding function to archive. Format: /// `bidders/{bidder_account_id}/biddingFunction/{bidding_function_name}` /// </param> public virtual ArchiveRequest Archive(Google.Apis.RealTimeBidding.v1alpha.Data.ArchiveBiddingFunctionRequest body, string name) { return(new ArchiveRequest(service, body, name)); }