Action

sealed class Action

Describes a bid action.

Inheritors

Types

Link copied to clipboard
data class HeaderTag(val value: HeaderTagAction) : Action

Describes the header tag for a bid action.

Link copied to clipboard
data class NoBid(val value: NoBidAction) : Action

Describes a no bid action.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this Action as a HeaderTag and retrieves its aws.sdk.kotlin.services.rtbfabric.model.HeaderTagAction value. Throws an exception if the Action is not a HeaderTag.

Link copied to clipboard

Casts this Action as a HeaderTag and retrieves its aws.sdk.kotlin.services.rtbfabric.model.HeaderTagAction value. Returns null if the Action is not a HeaderTag.

Link copied to clipboard

Casts this Action as a NoBid and retrieves its aws.sdk.kotlin.services.rtbfabric.model.NoBidAction value. Throws an exception if the Action is not a NoBid.

Link copied to clipboard

Casts this Action as a NoBid and retrieves its aws.sdk.kotlin.services.rtbfabric.model.NoBidAction value. Returns null if the Action is not a NoBid.