GetRepositoryEnvironmentsResult

data class GetRepositoryEnvironmentsResult(val environments: List<GetRepositoryEnvironmentsEnvironment>, val id: String, val repository: String)

A collection of values returned by getRepositoryEnvironments.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of this repository's environments. Each element of environments has the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard