GetRepositoryResult

data class GetRepositoryResult(val createIgnoreAlreadyExists: Boolean, val id: String, val name: String, val project: String? = null, val pubsubConfigs: List<GetRepositoryPubsubConfig>, val size: Int, val url: String)

A collection of values returned by getRepository.

Constructors

Link copied to clipboard
constructor(createIgnoreAlreadyExists: Boolean, id: String, name: String, project: String? = null, pubsubConfigs: List<GetRepositoryPubsubConfig>, size: Int, url: 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
Link copied to clipboard
val project: String? = null
Link copied to clipboard
val size: Int
Link copied to clipboard
val url: String