RelatedWebsiteSet

@Serializable
data class RelatedWebsiteSet(val primarySites: List<String>, val associatedSites: List<String>, val serviceSites: List<String>)

A single Related Website Set object.

Constructors

Link copied to clipboard
constructor(primarySites: List<String>, associatedSites: List<String>, serviceSites: List<String>)

Properties

Link copied to clipboard

The associated sites of this set, along with the ccTLDs if there is any.

Link copied to clipboard

The primary site of this set, along with the ccTLDs if there is any.

Link copied to clipboard

The service sites of this set, along with the ccTLDs if there is any.