Show / Hide Table of Contents

Class GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse

Response from listing ClaimReview markup.

Inheritance
object
GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FactCheckTools.v1alpha1.Data
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse : IDirectResponseSchema

Properties

ClaimReviewMarkupPages

The result list of pages of ClaimReview markup.

Declaration
[JsonProperty("claimReviewMarkupPages")]
public virtual IList<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage> ClaimReviewMarkupPages { get; set; }
Property Value
Type Description
IList<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

The next pagination token in the Search response. It should be used as the page_token for the following request. An empty value means no more results.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX