GetProjectServicePlainArgs

data class GetProjectServicePlainArgs(val project: String? = null, val service: String) : ConvertibleToJava<GetProjectServicePlainArgs>

A collection of arguments for invoking getProjectService.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

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

Link copied to clipboard

The name of the Google Platform project service.

Functions

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