TagResource

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

createdAt

The timestamp when the tag was created.

updatedAt

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.