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:
Name | Type | Attribute | Description |
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 |