Class: module:model/FolderRelationships

module:model/FolderRelationships(contents, refs, theData, obj)

new module:model/FolderRelationships(contents, refs, theData, obj)

Constructs a new FolderRelationships.

Parameters:
Name Type Description
contents module:model/JsonApiRelationshipsLinksInternal
refs module:model/JsonApiRelationshipsLinksRefs
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/FolderRelationships

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a FolderRelationships from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source:

(inner) contents :module:model/JsonApiRelationshipsLinksInternal

Type:
Source:

(inner) parent :module:model/JsonApiRelationshipsLinksInternalResource

Type:
Source:

(inner) refs :module:model/JsonApiRelationshipsLinksRefs

Type:
Source: