GetAdConnectorOfficeSitesSiteLog

data class GetAdConnectorOfficeSitesSiteLog(val level: String, val message: String, val step: String, val timeStamp: String)

Constructors

Link copied to clipboard
constructor(level: String, message: String, step: String, timeStamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Log Level. Possible Values: Info: Information Error: Error Warn: Warning.

Link copied to clipboard

The Log Details.

Link copied to clipboard

Log Information Corresponding to the Step.

Link copied to clipboard

Log Print Time.