/// <summary>Updates an existing account.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="id">The account id</param>
 public virtual UpdateRequest Update(Google.Apis.AdExchangeBuyer.v1_2.Data.Account body, int id)
 {
     return(new UpdateRequest(service, body, id));
 }
 /// <summary>Updates an existing account. This method supports patch semantics.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="id">The account id</param>
 public virtual PatchRequest Patch(Google.Apis.AdExchangeBuyer.v1_2.Data.Account body, int id)
 {
     return(new PatchRequest(service, body, id));
 }