Get Connection Type Result
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
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets the field definitions of the connection type.
Link copied to clipboard
Gets or sets the last modified time.