RagFile constructor
RagFile({
- GcsSource? gcsSource,
- GoogleDriveSource? googleDriveSource,
- DirectUploadSource? directUploadSource,
- SlackSource? slackSource,
- JiraSource? jiraSource,
- String name = '',
- required String displayName,
- String description = '',
- int sizeBytes = 0,
- RagFile_RagFileType ragFileType = RagFile_RagFileType.$default,
- Timestamp? createTime,
- Timestamp? updateTime,
- FileStatus? fileStatus,
- String userMetadata = '',
Implementation
RagFile({
this.gcsSource,
this.googleDriveSource,
this.directUploadSource,
this.slackSource,
this.jiraSource,
this.sharePointSources,
this.name = '',
required this.displayName,
this.description = '',
this.sizeBytes = 0,
this.ragFileType = RagFile_RagFileType.$default,
this.createTime,
this.updateTime,
this.fileStatus,
this.userMetadata = '',
}) : super(fullyQualifiedName);