GetCaCertsPlainArgs

data class GetCaCertsPlainArgs(val instance: String, val project: String? = null) : ConvertibleToJava<GetCaCertsPlainArgs>

A collection of arguments for invoking getCaCerts.

Constructors

Link copied to clipboard
constructor(instance: String, project: String? = null)

Properties

Link copied to clipboard

The name or self link of the instance.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If project is not provided, the provider project is used.

Functions

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