ObjectFieldSelector

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

ObjectFieldSelector selects an APIVersioned field of an object.

Constructors

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

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

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