CollectionDoc
Direct Subclass:
A base model for any resources following our Collection Doc schema
See:
Test:
Constructor Summary
| Public Constructor | ||
| public |
constructor(json: CollectionDocJSON) |
|
Member Summary
| Public Members | ||
| public get |
Exposed for legacy reasons. |
|
| Protected Members | ||
| protected |
|
|
Method Summary
| Protected Methods | ||
| protected |
Ensure that the given Collection Doc is valid |
|
Public Constructors
public constructor(json: CollectionDocJSON) source
Params:
| Name | Type | Attribute | Description |
| json | CollectionDocJSON | The decoded JSON object that should be used as the basis for this model |
Public Members
public get collectionDoc: CollectionDocJSON source
Exposed for legacy reasons. Prefer model accessor methods were possible.