Slugified
Object with a name and a derived uniquely identifiable string (the "slug"),
for example javascript
.
Slugs can be used as input everywhere IDs are accepted.
A Slugified
object also has all the fields of a DbObject
.
Implemented by
Fields
createdAt
(DateTime )
|
Creation time of this object in ISO 8601 format. |
id
(ID )
|
Unique StackShare ID. |
name
(String )
|
Name of the object. |
private
(Boolean )
|
Whether this object is private. |
slug
(String )
|
Unique string identifying this object. |
type
(String )
|
Type of the object. |
updatedAt
(DateTime )
|
Update time of this object in ISO 8601 format. |