DependencyResponse

data class DependencyResponse(val dependsOn: List<BasicDependencyResponse>? = null, val id: String? = null, val resourceName: String? = null, val resourceType: String? = null)

Deployment dependency information.

Constructors

Link copied to clipboard
constructor(dependsOn: List<BasicDependencyResponse>? = null, id: String? = null, resourceName: String? = null, resourceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of dependencies.

Link copied to clipboard
val id: String? = null

The ID of the dependency.

Link copied to clipboard
val resourceName: String? = null

The dependency resource name.

Link copied to clipboard
val resourceType: String? = null

The dependency resource type.