CodegenGenericDataRelationshipType
Describes the relationship between generic data models.
Types
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
inline fun copy(block: CodegenGenericDataRelationshipType.Builder.() -> Unit = {}): CodegenGenericDataRelationshipType