status property
- @JsonKey.new(name: 'status', toJson: rAGIndexStatusToJson, fromJson: rAGIndexStatusFromJson)
final
Implementation
@JsonKey(
name: 'status',
toJson: rAGIndexStatusToJson,
fromJson: rAGIndexStatusFromJson,
)
final enums.RAGIndexStatus status;