DeploymentStageDescription

constructor(accessLogSetting: DeploymentAccessLogSetting? = null, cacheClusterEnabled: Boolean? = null, cacheClusterSize: String? = null, cacheDataEncrypted: Boolean? = null, cacheTtlInSeconds: Int? = null, cachingEnabled: Boolean? = null, canarySetting: DeploymentCanarySetting? = null, clientCertificateId: String? = null, dataTraceEnabled: Boolean? = null, description: String? = null, documentationVersion: String? = null, loggingLevel: String? = null, methodSettings: List<DeploymentMethodSetting>? = null, metricsEnabled: Boolean? = null, tags: List<DeploymentTag>? = null, throttlingBurstLimit: Int? = null, throttlingRateLimit: Double? = null, tracingEnabled: Boolean? = null, variables: Map<String, String>? = null)