interface HostingSummary {
    domain: string;
    id: string;
    projectId: string;
    protected: boolean;
    region: Region;
    status: HostingSummaryStatus;
    updatedAt?: Date;
}

Properties

domain: string

Main domain associated with the Web Hosting plan.

id: string

ID of the Web Hosting plan.

projectId: string

ID of the Scaleway Project the Web Hosting plan belongs to.

protected: boolean

Whether the hosting is protected or not.

region: Region

Region where the Web Hosting plan is hosted.

Status of the Web Hosting plan.

updatedAt?: Date

Date on which the Web Hosting plan was last updated.