GetVariableResult

data class GetVariableResult(val creationTime: String? = null, val description: String? = null, val id: String, val isEncrypted: Boolean? = null, val lastModifiedTime: String? = null, val name: String, val type: String, val value: String? = null)

Definition of the variable.

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, id: String, isEncrypted: Boolean? = null, lastModifiedTime: String? = null, name: String, type: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

Gets or sets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard
val isEncrypted: Boolean? = null

Gets or sets the encrypted flag of the variable.

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource.

Link copied to clipboard
val value: String? = null

Gets or sets the value of the variable.