GetNamedQueryResult

data class GetNamedQueryResult(val database: String, val description: String, val id: String, val name: String, val querystring: String, val workgroup: String? = null)

A collection of values returned by getNamedQuery.

Constructors

Link copied to clipboard
constructor(database: String, description: String, id: String, name: String, querystring: String, workgroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database to which the query belongs.

Link copied to clipboard

Brief explanation of the query.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val workgroup: String? = null