CopyActivityLogSettingsResponse

data class CopyActivityLogSettingsResponse(val enableReliableLogging: Any? = null, val logLevel: Any? = null)

Settings for copy activity log.

Constructors

Link copied to clipboard
constructor(enableReliableLogging: Any? = null, logLevel: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val logLevel: Any? = null

Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).