ManagedHeadersManagedRequestHeader

data class ManagedHeadersManagedRequestHeader(val conflictsWiths: List<String>? = null, val enabled: Boolean, val hasConflict: Boolean? = null, val id: String)

Constructors

Link copied to clipboard
constructor(conflictsWiths: List<String>? = null, enabled: Boolean, hasConflict: Boolean? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val conflictsWiths: List<String>? = null

The Managed Transforms that this Managed Transform conflicts with.

Link copied to clipboard

Whether the Managed Transform is enabled.

Link copied to clipboard
val hasConflict: Boolean? = null

Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.

Link copied to clipboard
val id: String

The human-readable identifier of the Managed Transform.