Documentation
Preparing search index...
discloud.app
AppTeam
Class AppTeam
Base for all structures
Hierarchy (
View Summary
)
Base
AppTeam
Index
Constructors
constructor
Properties
app
Id
constructor
discloud
App
Methods
_
clone
_
patch
_
update
create
delete
edit
fetch
Constructors
constructor
new
AppTeam
(
discloudApp
:
DiscloudApp
,
data
:
BaseApiApp
)
:
AppTeam
Parameters
discloudApp
:
DiscloudApp
data
:
BaseApiApp
Returns
AppTeam
Properties
Readonly
app
Id
appId
:
string
constructor
constructor
:
Constructor
<
AppTeam
>
Readonly
discloud
App
discloudApp
:
DiscloudApp
Methods
Protected
_
clone
_clone
()
:
this
Returns
this
Protected
_
patch
_patch
(
data
:
BaseApiApp
)
:
this
Parameters
data
:
BaseApiApp
Returns
this
Protected
_
update
_update
(
data
:
unknown
)
:
this
Parameters
data
:
unknown
Returns
this
create
create
(
modID
:
string
,
perms
:
ModPermissionsResolvable
,
)
:
Promise
<
ApiAppTeamManager
>
Parameters
modID
:
string
perms
:
ModPermissionsResolvable
Returns
Promise
<
ApiAppTeamManager
>
delete
delete
(
modID
:
string
)
:
Promise
<
RESTApiBaseResult
>
Parameters
modID
:
string
Returns
Promise
<
RESTApiBaseResult
>
edit
edit
(
modID
:
string
,
perms
:
ModPermissionsResolvable
)
:
Promise
<
ApiAppTeamManager
>
Parameters
modID
:
string
perms
:
ModPermissionsResolvable
Returns
Promise
<
ApiAppTeamManager
>
fetch
fetch
()
:
Promise
<
ApiAppTeam
[]
>
Returns
Promise
<
ApiAppTeam
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
app
Id
constructor
discloud
App
Methods
_
clone
_
patch
_
update
create
delete
edit
fetch
Documentation
Loading...
Base for all structures