fieldName property

String fieldName
final

The immediate field name for object key assignment (e.g., 'posts' or 'author'). For top-level relations, this equals name. For nested relations, this is just the last segment (e.g., 'author' instead of 'posts.author').

Implementation

final String fieldName;