Show / Hide Table of Contents

Class GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage

Holds one or more instances of ClaimReview markup for a webpage.

Inheritance
object
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
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 GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage : IDirectResponseSchema

Properties

ClaimReviewAuthor

Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and each ClaimReview on this page will contain the same values.

Declaration
[JsonProperty("claimReviewAuthor")]
public virtual GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor ClaimReviewAuthor { get; set; }
Property Value
Type Description
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor

ClaimReviewMarkups

A list of individual claim reviews for this page. Each item in the list corresponds to one ClaimReview element.

Declaration
[JsonProperty("claimReviewMarkups")]
public virtual IList<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup> ClaimReviewMarkups { get; set; }
Property Value
Type Description
IList<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup>

ETag

The ETag of the item.

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

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.

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

PageUrl

The URL of the page associated with this ClaimReview markup. While every individual ClaimReview has its own URL field, semantically this is a page-level field, and each ClaimReview on this page will use this value unless individually overridden. Corresponds to ClaimReview.url

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

PublishDate

The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each ClaimReview on this page will contain the same value. Corresponds to ClaimReview.datePublished

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

VersionId

The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX