HttpLogsConfigResponse

data class HttpLogsConfigResponse(val azureBlobStorage: AzureBlobStorageHttpLogsConfigResponse? = null, val fileSystem: FileSystemHttpLogsConfigResponse? = null)

Http logs configuration.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Http logs to azure blob storage configuration.

Link copied to clipboard

Http logs to file system configuration.