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
fun GetProjectServicePlainArgs(project: String? = null, service: String)

Functions

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

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.