ResourceIdResponse

data class ResourceIdResponse(val type: String)

A container to reference an id for any resource type. A resource in Google Cloud Platform is a generic term for something you (a developer) may want to interact with through one of our API's. Some examples are an App Engine app, a Compute Engine instance, a Cloud SQL database, and so on.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required field representing the resource type this id is for. At present, the valid types are "project", "folder", and "organization".