InlinePayload

sealed class InlinePayload

Input payload structure definition

Inheritors

Types

Link copied to clipboard

Input for entities needed to be deleted

Link copied to clipboard
Link copied to clipboard

List of UpsertEntityInfo for upserting data in a DataAutomationLibraryIngestionJob

Functions

Link copied to clipboard

Casts this InlinePayload as a UpsertEntitiesInfo and retrieves its kotlin.collections.List value. Throws an exception if the InlinePayload is not a UpsertEntitiesInfo.

Link copied to clipboard

Casts this InlinePayload as a UpsertEntitiesInfo and retrieves its kotlin.collections.List value. Returns null if the InlinePayload is not a UpsertEntitiesInfo.