GetConnectionResult

data class GetConnectionResult(val connectionType: ConnectionTypeAssociationPropertyResponse? = null, val creationTime: String, val description: String? = null, val fieldDefinitionValues: Map<String, String>, val id: String, val lastModifiedTime: String, val name: String, val type: String)

Definition of the connection.

Constructors

Link copied to clipboard
constructor(connectionType: ConnectionTypeAssociationPropertyResponse? = null, creationTime: String, description: String? = null, fieldDefinitionValues: Map<String, String>, id: String, lastModifiedTime: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the connectionType of the connection.

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 definition values of the connection.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard

Gets the last modified time.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource.