GoogleCloudAiplatformV1SharePointSourcesSharePointSource constructor

GoogleCloudAiplatformV1SharePointSourcesSharePointSource({
  1. String? clientId,
  2. GoogleCloudAiplatformV1ApiAuthApiKeyConfig? clientSecret,
  3. String? driveId,
  4. String? driveName,
  5. String? fileId,
  6. String? sharepointFolderId,
  7. String? sharepointFolderPath,
  8. String? sharepointSiteName,
  9. String? tenantId,
})

Implementation

GoogleCloudAiplatformV1SharePointSourcesSharePointSource({
  this.clientId,
  this.clientSecret,
  this.driveId,
  this.driveName,
  this.fileId,
  this.sharepointFolderId,
  this.sharepointFolderPath,
  this.sharepointSiteName,
  this.tenantId,
});