- Namespace
- NetlifySharp
.Models - Base Types
-
- object
- Model
graph TD
Base0["Model"]-->Type
click Base0 "/api/NetlifySharp.Models/Model"
Base1["object"]-->Base0
Type["Deploy"]
class Type type-node
Syntax
public class Deploy : Model
Constructors
| Name | Summary |
|---|---|
| Deploy |
Properties
| Name | Value | Summary |
|---|---|---|
| AdditionalData | IDictionary |
Inherited from Model
|
| AdminUrl | string | |
| Branch | string | |
| BuildId | string | |
| Client | NetlifyClient |
Inherited from Model
|
| CommitRef | string | |
| CommitUrl | string | |
| Context | string | |
| CreatedAt | Nullable |
|
| DeploySslUrl | string | |
| DeployUrl | string | |
| Draft | Nullable |
|
| ErrorMessage | string | |
| Id | string | |
| Locked | Nullable |
|
| Name | string | |
| PublishedAt | Nullable |
|
| Required | string[] | |
| RequiredFunctions | string[] | |
| ReviewId | Nullable |
|
| ReviewUrl | string | |
| ScreenshotUrl | string | |
| SiteId | string | |
| Skipped | Nullable |
|
| SslUrl | string | |
| State | string | |
| Title | string | |
| UpdatedAt | Nullable |
|
| Url | string | |
| UserId | string |