Class GoogleFactcheckingFactchecktoolsV1alpha1Publisher
Information about the publisher.
Implements
Inherited Members
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 |