Show / Hide Table of Contents

Class GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview

Information about a claim review.

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

Properties

ETag

The ETag of the item.

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

LanguageCode

The language this review was written in. For instance, "en" or "de".

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

Publisher

The publisher of this claim review.

Declaration
[JsonProperty("publisher")]
public virtual GoogleFactcheckingFactchecktoolsV1alpha1Publisher Publisher { get; set; }
Property Value
Type Description
GoogleFactcheckingFactchecktoolsV1alpha1Publisher

ReviewDate

object representation of ReviewDateRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReviewDateDateTimeOffset instead.")]
public virtual object ReviewDate { get; set; }
Property Value
Type Description
object

ReviewDateDateTimeOffset

DateTimeOffset representation of ReviewDateRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReviewDateDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ReviewDateRaw

The date the claim was reviewed.

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

TextualRating

Textual rating. For instance, "Mostly false".

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

Title

The title of this claim review, if it can be determined.

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

Url

The URL of this claim review.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX