Manual Reference Source Test
import ContentTypeModel from 'clinical6/src/models/content/ContentType.js'
public class | source

ContentTypeModel

Model representing an Content Type.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of content type.

response.id Number

The content type id value

response.name String

Name of the content type

response.description String

Description of the content type

response.permanent_link String

Category of the content type

response.created_at String

Date in which the content type was created

response.updated_at String

Date in which the content type was updated

Public Members

public createdAt: String source

public description: String source

public id: Number source

public name: String source

public updatedAt: String source