Site Class

Namespace
NetlifySharp.Models
Base Types
graph TD Base0["Model"]-->Type click Base0 "/api/NetlifySharp.Models/Model" Base1["object"]-->Base0 Type["Site"] class Type type-node

Syntax

public class Site : Model

Constructors

Name Summary
Site(NetlifyClient)

Properties

Name Value Summary
AccountName string
AccountSlug string
AdditionalData IDictionary<TKey, TValue>
Inherited from Model
AdminUrl string
BuildSettings SiteBuildSettings
Claimed Nullable<T>
Client NetlifyClient
Inherited from Model
CreatedAt Nullable<T>
CustomDomain string
DeployHook string
DeployUrl string
DomainAliases string[]
ForceSsl Nullable<T>
GitProvider string
Id string
ManagedDns Nullable<T>
Name string
NotificationEmail string
Password string
Plan string
PlanData PlanData
Premium Nullable<T>
ProcessingSettings ProcessingSettings
PublishedDeploy Deploy
ScreenshotUrl string
SessionId string
SiteId string
Ssl Nullable<T>
SslUrl string
State string
UpdatedAt Nullable<T>
Url string
UserId string

Methods