GetTargetProjectResult

data class GetTargetProjectResult(val createTime: String, val description: String, val name: String, val project: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, name: String, project: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time this target project resource was created (not related to when the Compute Engine project it points to was created).

Link copied to clipboard

The target project's description.

Link copied to clipboard

The name of the target project.

Link copied to clipboard

The target project ID (number) or project name.

Link copied to clipboard

The last time the target project resource was updated.