FeaturesetVersionResponse

data class FeaturesetVersionResponse(val autoDeleteSetting: AutoDeleteSettingResponse? = null, val description: String? = null, val entities: List<String>? = null, val isAnonymous: Boolean? = null, val isArchived: Boolean? = null, val materializationSettings: MaterializationSettingsResponse? = null, val properties: Map<String, String>? = null, val provisioningState: String, val specification: FeaturesetSpecificationResponse? = null, val stage: String? = null, val tags: Map<String, String>? = null)

Dto object representing feature set version

Constructors

Link copied to clipboard
constructor(autoDeleteSetting: AutoDeleteSettingResponse? = null, description: String? = null, entities: List<String>? = null, isAnonymous: Boolean? = null, isArchived: Boolean? = null, materializationSettings: MaterializationSettingsResponse? = null, properties: Map<String, String>? = null, provisioningState: String, specification: FeaturesetSpecificationResponse? = null, stage: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the lifecycle setting of managed data asset.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val entities: List<String>? = null

Specifies list of entities

Link copied to clipboard
val isAnonymous: Boolean? = null

If the name version are system generated (anonymous registration). For types where Stage is defined, when Stage is provided it will be used to populate IsAnonymous

Link copied to clipboard
val isArchived: Boolean? = null

Is the asset archived? For types where Stage is defined, when Stage is provided it will be used to populate IsArchived

Link copied to clipboard

Specifies the materialization settings

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard

Provisioning state for the featureset version container.

Link copied to clipboard

Specifies the feature spec details

Link copied to clipboard
val stage: String? = null

Specifies the asset stage

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.