Tag Resource
constructor(@Json(name = "created_at" ) createdAt: String, @Json(name = "updated_at" ) updatedAt: String, @Json(name = "id" ) id: String, @Json(name = "slug" ) slug: String, @Json(name = "name" ) name: String, @Json(name = "links" ) links: Links)
Parameters
created At
The timestamp when the tag was created.
updated At
The timestamp when the tag was last updated.
id
The unique identifier of the tag.
slug
The unique slug of the tag.
name
The name of the tag.
links
The links associated with the tag.