SyncBlocker

Information about a blocker for a sync event.

Types

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

Properties

Link copied to clipboard

The contexts for a specific sync blocker.

Link copied to clipboard

The creation time for a specific sync blocker.

Link copied to clipboard

The provided reason for a specific sync blocker.

Link copied to clipboard
val id: String

The ID for a specific sync blocker.

Link copied to clipboard

The time that a specific sync blocker was resolved.

Link copied to clipboard

The resolved reason for a specific sync blocker.

Link copied to clipboard

The status for a specific sync blocker.

Link copied to clipboard

The sync blocker type.

Functions

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