/// <summary>Update for all `ClaimReview` markup on a page Note that this is a full update. To retain the
 /// existing `ClaimReview` markup on a page, first perform a Get operation, then modify the returned markup, and
 /// finally call Update with the entire `ClaimReview` markup as the body.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="name">The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for
 /// update requests, this field is output-only and should not be set by the user.</param>
 public virtual UpdateRequest Update(Google.Apis.FactCheckTools.v1alpha1.Data.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage body, string name)
 {
     return(new UpdateRequest(service, body, name));
 }
 /// <summary>Create `ClaimReview` markup on a page.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual CreateRequest Create(Google.Apis.FactCheckTools.v1alpha1.Data.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage body)
 {
     return(new CreateRequest(service, body));
 }