NexSDK
GitHub
Coding Standards
Preparing search index...
RoomResponse
Interface RoomResponse
interface
RoomResponse
{
base_price
:
string
;
created_at
:
string
;
description
:
RoomResponseDescription
;
id
:
string
;
is_active
:
boolean
;
max_guests
:
number
;
name
:
string
;
property_id
:
string
;
sort_order
:
number
;
updated_at
:
string
;
}
Index
Properties
base_
price
created_
at
description
id
is_
active
max_
guests
name
property_
id
sort_
order
updated_
at
Properties
base_
price
base_price
:
string
Pattern
^(?!^[-+.]
$)[+-]?0
\d*.?\d*$
created_
at
created_at
:
string
description
description
:
RoomResponseDescription
id
id
:
string
is_
active
is_active
:
boolean
max_
guests
max_guests
:
number
name
name
:
string
property_
id
property_id
:
string
sort_
order
sort_order
:
number
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base_
price
created_
at
description
id
is_
active
max_
guests
name
property_
id
sort_
order
updated_
at
GitHub
Coding Standards
NexSDK
Loading...
Pattern
^(?!^[-+.]$)[+-]?0\d*.?\d*$