CodegenGenericDataRelationshipType

Describes the relationship between generic data models.

Types

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

Properties

Link copied to clipboard

The associated fields of the data relationship.

Link copied to clipboard

The value of the belongsTo field on the related data model.

Link copied to clipboard

Specifies whether the relationship can unlink the associated model.

Link copied to clipboard

Specifies whether the @index directive is supported for a hasMany data relationship.

Link copied to clipboard

The name of the related join field in the data relationship.

Link copied to clipboard

The name of the related join table in the data relationship.

Link copied to clipboard

The related model fields in the data relationship.

Link copied to clipboard

The name of the related model in the data relationship.

Link copied to clipboard

The data relationship type.

Functions

Link copied to clipboard
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