Search
Preparing search index...
The search index is not available
@threefold/grid_client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@threefold/grid_client
twins
Class twins
Hierarchy
twins
Index
Constructors
constructor
Properties
client
Methods
create
get
get_
my_
twin_
id
get_
twin_
id_
by_
account_
id
update
Constructors
constructor
new twins
(
config
:
GridClientConfig
)
:
twins
Parameters
config:
GridClientConfig
Returns
twins
Properties
client
client
:
TFClient
Methods
create
create
(
options
:
TwinCreateModel
)
:
Promise
<
Twin
>
Parameters
options:
TwinCreateModel
Returns
Promise
<
Twin
>
get
get
(
options
:
TwinGetModel
)
:
Promise
<
Twin
>
Parameters
options:
TwinGetModel
Returns
Promise
<
Twin
>
get_
my_
twin_
id
get_
my_
twin_
id
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
get_
twin_
id_
by_
account_
id
get_
twin_
id_
by_
account_
id
(
options
:
TwinGetByAccountIdModel
)
:
Promise
<
number
>
Parameters
options:
TwinGetByAccountIdModel
Returns
Promise
<
number
>
update
update
(
options
:
TwinCreateModel
)
:
Promise
<
Twin
>
Parameters
options:
TwinCreateModel
Returns
Promise
<
Twin
>
Exports
twins
constructor
client
create
get
get_
my_
twin_
id
get_
twin_
id_
by_
account_
id
update
Generated using
TypeDoc