Links

data class Links(val self: String, val tags: String, val tokens: String, val avatars: String, val download_avatars: String, val grants: String, val policies: String)

Represents links to various resources related to the user.

Constructors

Link copied to clipboard
constructor(self: String, tags: String, tokens: String, avatars: String, download_avatars: String, grants: String, policies: String)

Properties

Link copied to clipboard

the link to the user's avatars resource.

Link copied to clipboard

the link to download the user's avatars.

Link copied to clipboard

the link to the user's grants resource.

Link copied to clipboard

the link to the user's policies resource.

Link copied to clipboard

the link to the user's own resource.

Link copied to clipboard

the link to the user's tags resource.

Link copied to clipboard

the link to the user's tokens resource.