GetRepositoryCustomPropertiesResult

data class GetRepositoryCustomPropertiesResult(val id: String, val properties: List<GetRepositoryCustomPropertiesProperty>, val repository: String)

A collection of values returned by getRepositoryCustomProperties.

Constructors

Link copied to clipboard
constructor(id: String, properties: List<GetRepositoryCustomPropertiesProperty>, repository: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The list of this repository's custom properties. Each element of property has the following attributes:

Link copied to clipboard