ObjectFieldSelectorPatch

data class ObjectFieldSelectorPatch(val apiVersion: String? = null, val fieldPath: String? = null)

ObjectFieldSelector selects an APIVersioned field of an object.

Constructors

Link copied to clipboard
constructor(apiVersion: String? = null, fieldPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersion: String? = null

Version of the schema the FieldPath is written in terms of, defaults to "v1".

Link copied to clipboard
val fieldPath: String? = null

Path of the field to select in the specified API version.