StaticSiteDatabaseConnectionConfigurationFileOverviewResponse

data class StaticSiteDatabaseConnectionConfigurationFileOverviewResponse(val contents: String, val fileName: String, val type: String)

A database connection configuration file

Constructors

constructor(contents: String, fileName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Base64 encoding of the file contents.

Link copied to clipboard

The name of the configuration file.

Link copied to clipboard

The type of configuration file.