TeamResource

constructor(@Json(name = "created_at") createdAt: String, @Json(name = "updated_at") updatedAt: String, @Json(name = "id") id: String, @Json(name = "name") name: String, @Json(name = "icon") icon: String, @Json(name = "links") links: Links)

Parameters

createdAt

The timestamp when the team was created.

updatedAt

The timestamp when the team was last updated.

id

The unique identifier of the team.

name

The name of the team.

icon

The icon of the team.

links

The links associated with the team.