NexSDK
GitHub
Coding Standards
Preparing search index...
CreatePropertyRequest
Interface CreatePropertyRequest
interface
CreatePropertyRequest
{
address
?:
CreatePropertyRequestAddress
;
description
?:
CreatePropertyRequestDescription
;
host_header
:
string
;
host_id
?:
CreatePropertyRequestHostId
;
name
:
string
;
slug
:
string
;
}
Index
Properties
address?
description?
host_
header
host_
id?
name
slug
Properties
Optional
address
address
?:
CreatePropertyRequestAddress
Optional
description
description
?:
CreatePropertyRequestDescription
host_
header
host_header
:
string
Min Length
3
Max Length
253
Pattern
^[a-z0-9][a-z0-9.-]*[a-z0-9]$
Optional
host_
id
host_id
?:
CreatePropertyRequestHostId
name
name
:
string
slug
slug
:
string
Min Length
2
Max Length
63
Pattern
^[a-z0-9][a-z0-9-]*[a-z0-9]$
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
description
host_
header
host_
id
name
slug
GitHub
Coding Standards
NexSDK
Loading...
Min Length
3
Max Length
253
Pattern
^[a-z0-9][a-z0-9.-]*[a-z0-9]$