SiteResult
Result of a site information request.
Declaration
public readonly struct SiteResult : ValueTypeProperties
| Name | Type | Summary |
|---|---|---|
| readonly Error | SitesError | The error code if the request failed. |
| readonly Sites | SiteInfo[] | The sites returned by the request. Empty array if the request failed or is in progress. |
| readonly Status | SitesRequestStatus | The status of the request. |