OrganizationSuggestion

@Serializable
data class OrganizationSuggestion(val id: String, val publicOrganizationData: PublicOrganizationData, val status: String, val createdAt: Long, val updatedAt: Long)

An interface representing an organization suggestion.

Constructors

Link copied to clipboard
constructor(id: String, publicOrganizationData: PublicOrganizationData, status: String, createdAt: Long, updatedAt: Long)

Properties

Link copied to clipboard

The timestamp when the suggestion was created.

Link copied to clipboard
val id: String

The unique identifier of the suggestion.

Link copied to clipboard

The public data of the organization.

Link copied to clipboard

The status of the suggestion.

Link copied to clipboard

The timestamp when the suggestion was last updated.

Functions

Link copied to clipboard

Accepts this organization suggestion.