Show / Hide Table of Contents

Class GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor

Information about the claim author.

Inheritance
object
GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX