ContactVersion

Version information for a contact.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activated: <Error class: unknown class>?

Time the contact version was activated in UTC. A version is activated when it becomes the current active version of the contact.

Link copied to clipboard
val created: <Error class: unknown class>?

Time the contact version was created in UTC.

Link copied to clipboard

List of failure codes for the contact version.

Link copied to clipboard

Failure message for the contact version.

Link copied to clipboard
val lastUpdated: <Error class: unknown class>?

Time the contact version was last updated in UTC.

Link copied to clipboard

Status of the contact version.

Link copied to clipboard
val superseded: <Error class: unknown class>?

Time the contact version was superseded in UTC. A version is superseded when a newer version becomes active.

Link copied to clipboard

Version ID of a contact.

Functions

Link copied to clipboard
inline fun copy(block: ContactVersion.Builder.() -> Unit = {}): ContactVersion
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