InstancePropertiesPatchResponse

data class InstancePropertiesPatchResponse(val labels: Map<String, String>, val metadata: Map<String, String>)

Represents the change that you want to make to the instance properties.

Constructors

Link copied to clipboard
constructor(labels: Map<String, String>, metadata: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The label key-value pairs that you want to patch onto the instance.

Link copied to clipboard

The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.