GetConnectionTypeResult

data class GetConnectionTypeResult(val azureApiVersion: String, val creationTime: String, val description: String? = null, val fieldDefinitions: Map<String, FieldDefinitionResponse>, val id: String, val isGlobal: Boolean? = null, val lastModifiedTime: String? = null, val name: String, val type: String)

Definition of the connection type.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationTime: String, description: String? = null, fieldDefinitions: Map<String, FieldDefinitionResponse>, id: String, isGlobal: Boolean? = null, lastModifiedTime: String? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Gets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard

Gets the field definitions of the connection type.

Link copied to clipboard
val id: String

Gets the id of the resource.

Link copied to clipboard
val isGlobal: Boolean? = null

Gets or sets a Boolean value to indicate if the connection type is global.

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard

Gets the name of the connection type.

Link copied to clipboard

Resource type