DataAccessScopeAllowedDataAccessLabelIngestionLabel

data class DataAccessScopeAllowedDataAccessLabelIngestionLabel(val ingestionLabelKey: String, val ingestionLabelValue: String? = null)

Constructors

constructor(ingestionLabelKey: String, ingestionLabelValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. The key of the ingestion label. Always required.

Link copied to clipboard

Optional. The value of the ingestion label. Optional. An object with no provided value and some key provided would match against the given key and ANY value.