Get Connection Result
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
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
Gets or sets the description.
Link copied to clipboard
Gets the field definition values of the connection.
Link copied to clipboard
Gets the last modified time.