status property

  1. @JsonKey.new(name: 'status', toJson: rAGIndexStatusToJson, fromJson: rAGIndexStatusFromJson)
RAGIndexStatus status
final

Implementation

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