UNPKG
c8osdkjscore
Version:
beta (3.0.0-beta2)
latest (1.0.6)
3.0.0-beta2
3.0.0-beta1
1.0.7-beta7
1.0.7-beta5
1.0.7-beta4
1.0.7-beta3
1.0.7-beta2
1.0.7-beta1
1.0.6
1.0.6-beta6
1.0.6-beta5
1.0.6-beta4
1.0.6-beta3
1.0.6-beta2
1.0.5
1.0.4
1.0.4-beta2
1.0.4-beta1
1.0.3
1.0.3-beta2
1.0.3-beta1
1.0.2
1.0.2-beta1
1.0.1
1.0.0
0.0.0-beta9
0.0.0-beta8
0.0.0-beta7
0.0.0-beta6
0.0.0-beta5
0.0.0-beta4
0.0.0-beta3
0.0.0-beta2
0.0.0-beta15
0.0.0-beta14
0.0.0-beta13
0.0.0-beta12
0.0.0-beta11
0.0.0-beta10
0.0.0-beta1
convertigo's sdk js core
github.com/convertigo/c8osdk-js-core
convertigo/c8osdk-js-core
c8osdkjscore
/
src
/
c8o
/
fullSyncGetDocumentParameter.ts
11 lines
(7 loc)
•
247 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
class
FullSyncGetDocumentParameter
{
public
static
DOCID
:
FullSyncGetDocumentParameter
=
new
FullSyncGetDocumentParameter
(
"docid"
);
public
name
:
string
;
constructor
(
name
:
string
) {
this
.
name
= name; } }