GetManagedTransformsManagedRequestHeader

data class GetManagedTransformsManagedRequestHeader(val conflictsWiths: List<String>, val enabled: Boolean, val hasConflict: Boolean, val id: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Managed Transforms that this Managed Transform conflicts with.

Link copied to clipboard

Whether the Managed Transform is enabled.

Link copied to clipboard

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.