pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.artifactregistry.kotlin.outputs
/
RepositoryRemoteRepositoryConfigNpmRepository
Repository
Remote
Repository
Config
Npm
Repository
data
class
RepositoryRemoteRepositoryConfigNpmRepository
(
val
publicRepository
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Repository
Remote
Repository
Config
Npm
Repository
Link copied to clipboard
fun
RepositoryRemoteRepositoryConfigNpmRepository
(
publicRepository
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
public
Repository
Link copied to clipboard
val
publicRepository
:
String
?
=
null
Address of the remote repository. Default value is
NPMJS
. Possible values are:
NPMJS
.