Show / Hide Table of Contents

Class GoogleFactcheckingFactchecktoolsV1alpha1Publisher

Information about the publisher.

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

Properties

ETag

The ETag of the item.

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

Name

The name of this publisher. For instance, "Awesome Fact Checks".

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

Site

Host-level site name, without the protocol or "www" prefix. For instance, "awesomefactchecks.com". This value of this field is based purely on the claim review URL.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX