LogFieldType

Defines the data type structure for a log field, including the type, element information, and nested fields for complex types.

Types

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

Properties

Link copied to clipboard

For array or collection types, specifies the element type information.

Link copied to clipboard

For complex types, contains the nested field definitions.

Link copied to clipboard
val type: String?

The data type of the log field.

Functions

Link copied to clipboard
inline fun copy(block: LogFieldType.Builder.() -> Unit = {}): LogFieldType
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