
com.pulumi.azurenative.machinelearning.kotlin.inputs.TableSpecificationArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.machinelearning.kotlin.inputs
import com.pulumi.azurenative.machinelearning.inputs.TableSpecificationArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* The swagger 2.0 schema describing a single service input or output. See Swagger specification: http://swagger.io/specification/
* @property description Swagger schema description.
* @property format The format, if 'type' is not 'object'
* @property properties The set of columns within the data table.
* @property title Swagger schema title.
* @property type The type of the entity described in swagger.
*/
public data class TableSpecificationArgs(
public val description: Output? = null,
public val format: Output? = null,
public val properties: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy