GetDataSetResult

data class GetDataSetResult(val id: String, val kind: String, val name: String, val systemData: SystemDataResponse, val type: String)

A DataSet data transfer object.

Constructors

Link copied to clipboard
fun GetDataSetResult(id: String, kind: String, name: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Kind of data set.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard

Type of the azure resource