Class GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor
Information about the claim author.
Implements
Inherited Members
Namespace: Google.Apis.FactCheckTools.v1alpha1.Data
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUrl
Corresponds to ClaimReview.itemReviewed.author.image
.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
JobTitle
Corresponds to ClaimReview.itemReviewed.author.jobTitle
.
Declaration
[JsonProperty("jobTitle")]
public virtual string JobTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
A person or organization stating the claim. For instance, "John Doe". Corresponds to
ClaimReview.itemReviewed.author.name
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SameAs
Corresponds to ClaimReview.itemReviewed.author.sameAs
.
Declaration
[JsonProperty("sameAs")]
public virtual string SameAs { get; set; }
Property Value
Type | Description |
---|---|
string |