Class GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor
Information about the claim review author.
Implements
Inherited Members
Namespace: Google.Apis.FactCheckTools.v1alpha1.Data
Assembly: Google.Apis.FactCheckTools.v1alpha1.dll
Syntax
public class GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageUrl
Corresponds to ClaimReview.author.image.
Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the organization that is publishing the fact check. Corresponds to ClaimReview.author.name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |