Class RelatedWebsiteSet
A single Related Website Set object.
public sealed class RelatedWebsiteSet
- Inheritance
-
RelatedWebsiteSet
- Inherited Members
Properties
AssociatedSites
The associated sites of this set, along with the ccTLDs if there is any.
[JsonPropertyName("associatedSites")]
public string[] AssociatedSites { get; set; }
Property Value
- string[]
PrimarySites
The primary site of this set, along with the ccTLDs if there is any.
[JsonPropertyName("primarySites")]
public string[] PrimarySites { get; set; }
Property Value
- string[]
ServiceSites
The service sites of this set, along with the ccTLDs if there is any.
[JsonPropertyName("serviceSites")]
public string[] ServiceSites { get; set; }
Property Value
- string[]