GuestPoliciesPackageRepositoryGooArgs

data class GuestPoliciesPackageRepositoryGooArgs(val name: Output<String>, val url: Output<String>) : ConvertibleToJava<GuestPoliciesPackageRepositoryGooArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, url: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the repository.

Link copied to clipboard
val url: Output<String>

The url of the repository.

Functions

Link copied to clipboard
open override fun toJava(): GuestPoliciesPackageRepositoryGooArgs