CreatedBy

@JsonClass(generateAdapter = true)
data class CreatedBy(val user_id: String?, val display_name: String?)

Trait that holds information on who created and contributed to a given document in Arc.

Constructors

Link copied to clipboard
fun CreatedBy(user_id: String?, display_name: String?)

Properties

Link copied to clipboard
val display_name: String?

The display name of the Arc user who created the Document

Link copied to clipboard
val user_id: String?

The unique ID of the Arc user who created the Document