RecordField

A structure that represents a valid record field header and whether it is mandatory.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If this is true, the record field must be present in the recordFields parameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.

Link copied to clipboard
val name: String?

The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.

Functions

Link copied to clipboard
inline fun copy(block: RecordField.Builder.() -> Unit = {}): RecordField
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String