Class Source
Contains information about the data source for the element containing it.
Implements
Inherited Members
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class Source : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the data source.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Official
Whether this data comes from an official government source.
Declaration
[JsonProperty("official")]
public virtual bool? Official { get; set; }
Property Value
Type | Description |
---|---|
bool? |