Show / Hide Table of Contents

Class GoogleFactcheckingFactchecktoolsV1alpha1Claim

Information about the claim.

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

Properties

ClaimDate

object representation of ClaimDateRaw.

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

ClaimDateDateTimeOffset

DateTimeOffset representation of ClaimDateRaw.

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

ClaimDateRaw

The date that the claim was made.

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

ClaimReview

One or more reviews of this claim (namely, a fact-checking article).

Declaration
[JsonProperty("claimReview")]
public virtual IList<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview> ClaimReview { get; set; }
Property Value
Type Description
IList<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview>

Claimant

A person or organization stating the claim. For instance, "John Doe".

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

ETag

The ETag of the item.

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

Text

The claim text. For instance, "Crime has doubled in the last 2 years."

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX