Class CreateWebsite
Provides all the properties required to create a new website using the hudu endpoint api/v1/websites
Implements
Inherited Members
Namespace: HuduAPI.Endpoints.Parameters
Assembly: HuduAPI.dll
Syntax
public class CreateWebsite : Website, IParameters
Constructors
CreateWebsite(String, Int32)
Initializes a new instance of the CreateWebsite class.
Declaration
public CreateWebsite(string name, int companyId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | FQND of the website to be monitored (e.g. www.example.com) |
| System.Int32 | companyId | The company identifier to associate the website with. |
Properties
PayloadType
Declaration
public string PayloadType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |