AnomalyDetectorJsonFormatDescriptorArgs

data class AnomalyDetectorJsonFormatDescriptorArgs(val charset: Output<String>? = null, val fileCompression: Output<AnomalyDetectorJsonFormatDescriptorFileCompression>? = null) : ConvertibleToJava<AnomalyDetectorJsonFormatDescriptorArgs>

Constructors

Link copied to clipboard
fun AnomalyDetectorJsonFormatDescriptorArgs(charset: Output<String>? = null, fileCompression: Output<AnomalyDetectorJsonFormatDescriptorFileCompression>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AnomalyDetectorJsonFormatDescriptorArgs

Properties

Link copied to clipboard
val charset: Output<String>? = null