UpdateAvatarRequest

@JsonClass(generateAdapter = true)
class UpdateAvatarRequest

The avatar data to update. Partial updates are supported, so only the provided fields will be updated.

Parameters

rating

Rating associated with the image.

altText

Alternative text description of the image.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val altText: String? = null
Link copied to clipboard
val rating: Rating? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String