ActingUserResponse

data class ActingUserResponse(val email: String, val imageUrl: String)

Contains metadata about the user who performed an action, such as creating a release or finalizing a version.

Constructors

Link copied to clipboard
fun ActingUserResponse(email: String, imageUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address of the user when the user performed the action.

Link copied to clipboard

A profile image URL for the user. May not be present if the user has changed their email address or deleted their account.