Record Data Args
data class RecordDataArgs(val algorithm: Output<Int>? = null, val altitude: Output<Double>? = null, val certificate: Output<String>? = null, val content: Output<String>? = null, val digest: Output<String>? = null, val digestType: Output<Int>? = null, val fingerprint: Output<String>? = null, val flags: Output<String>? = null, val keyTag: Output<Int>? = null, val latDegrees: Output<Int>? = null, val latDirection: Output<String>? = null, val latMinutes: Output<Int>? = null, val latSeconds: Output<Double>? = null, val longDegrees: Output<Int>? = null, val longDirection: Output<String>? = null, val longMinutes: Output<Int>? = null, val longSeconds: Output<Double>? = null, val matchingType: Output<Int>? = null, val name: Output<String>? = null, val order: Output<Int>? = null, val port: Output<Int>? = null, val precisionHorz: Output<Double>? = null, val precisionVert: Output<Double>? = null, val preference: Output<Int>? = null, val priority: Output<Int>? = null, val proto: Output<String>? = null, val protocol: Output<Int>? = null, val publicKey: Output<String>? = null, val regex: Output<String>? = null, val replacement: Output<String>? = null, val selector: Output<Int>? = null, val service: Output<String>? = null, val size: Output<Double>? = null, val tag: Output<String>? = null, val target: Output<String>? = null, val type: Output<Int>? = null, val usage: Output<Int>? = null, val value: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<RecordDataArgs>
Constructors
Link copied to clipboard
fun RecordDataArgs(algorithm: Output<Int>? = null, altitude: Output<Double>? = null, certificate: Output<String>? = null, content: Output<String>? = null, digest: Output<String>? = null, digestType: Output<Int>? = null, fingerprint: Output<String>? = null, flags: Output<String>? = null, keyTag: Output<Int>? = null, latDegrees: Output<Int>? = null, latDirection: Output<String>? = null, latMinutes: Output<Int>? = null, latSeconds: Output<Double>? = null, longDegrees: Output<Int>? = null, longDirection: Output<String>? = null, longMinutes: Output<Int>? = null, longSeconds: Output<Double>? = null, matchingType: Output<Int>? = null, name: Output<String>? = null, order: Output<Int>? = null, port: Output<Int>? = null, precisionHorz: Output<Double>? = null, precisionVert: Output<Double>? = null, preference: Output<Int>? = null, priority: Output<Int>? = null, proto: Output<String>? = null, protocol: Output<Int>? = null, publicKey: Output<String>? = null, regex: Output<String>? = null, replacement: Output<String>? = null, selector: Output<Int>? = null, service: Output<String>? = null, size: Output<Double>? = null, tag: Output<String>? = null, target: Output<String>? = null, type: Output<Int>? = null, usage: Output<Int>? = null, value: Output<String>? = null, weight: Output<Int>? = null)