GetAppEngineServicePlainArgs

data class GetAppEngineServicePlainArgs(val moduleId: String, val project: String? = null) : ConvertibleToJava<GetAppEngineServicePlainArgs>

A collection of arguments for invoking getAppEngineService.

Constructors

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

Properties

Link copied to clipboard

The ID of the App Engine module underlying this service. Corresponds to the moduleId resource label in the gae_app monitored resource, or the service/module name.

Link copied to clipboard
val project: String? = null

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

Functions

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