GetAccountResult

data class GetAccountResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val sku: SKUResponse, val tags: Map<String, String>? = null, val type: String)

The EngagementFabric account

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, sku: SKUResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The ID of the resource

Link copied to clipboard

The location of the resource

Link copied to clipboard

The name of the resource

Link copied to clipboard

The SKU of the resource

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource

Link copied to clipboard

The fully qualified type of the resource