AssetsUpdate constructor
AssetsUpdate({
- String? userId,
- String? companyId,
- String? connectionId,
- int? industryId,
- String? approvalStatus,
- String? approvedByUserId,
- DateTime? approvedAt,
- String? name,
- String? slug,
- String? description,
- AssetsUpdateSource_Enum? source_,
- AssetsUpdateAssetTypeEnum? assetType,
- Object? assetSchema,
- String? tags,
- String? sqlLogic,
- String? sourceSchemaName,
- String? sourceTableName,
- bool? sellInMarketplace,
- AssetsUpdateVizChartLibraryEnum? vizChartLibrary,
- AssetsUpdateVizChartTypeEnum? vizChartType,
- String? vizDepVarColName,
- String? vizIndepVarColName,
- String? vizSizeColName,
- String? vizColorColName,
- AssetsUpdateVizDataAggregationEnum? vizDataAggregation,
- AssetsUpdateVizSortDirectionEnum? vizSortDirection,
- int? vizDataLimit,
- AssetsUpdateVizColorSchemeEnum? vizColorScheme,
- bool? allowParams,
- bool? acceptTerms,
- bool? cached,
- String? schedule,
- DateTime? nextRun,
- DateTime? dataTimePeriodStart,
- DateTime? dataTimePeriodEnd,
- AssetsUpdateGeographicCoverageTypeEnum? geographicCoverageType,
- String? geographicCoverageDetails,
- AssetsUpdateDataSourceRefreshFrequencyEnum? dataSourceRefreshFrequency,
- DateTime? dataSourceLastRefreshed,
Returns a new AssetsUpdate instance.
Implementation
AssetsUpdate({
this.userId,
this.companyId,
this.connectionId,
this.industryId,
this.approvalStatus,
this.approvedByUserId,
this.approvedAt,
this.name,
this.slug,
this.description,
this.source_,
this.assetType,
this.assetSchema,
this.tags,
this.sqlLogic,
this.sourceSchemaName,
this.sourceTableName,
this.sellInMarketplace,
this.vizChartLibrary,
this.vizChartType,
this.vizDepVarColName,
this.vizIndepVarColName,
this.vizSizeColName,
this.vizColorColName,
this.vizDataAggregation,
this.vizSortDirection,
this.vizDataLimit,
this.vizColorScheme,
this.allowParams,
this.acceptTerms,
this.cached,
this.schedule,
this.nextRun,
this.dataTimePeriodStart,
this.dataTimePeriodEnd,
this.geographicCoverageType,
this.geographicCoverageDetails,
this.dataSourceRefreshFrequency,
this.dataSourceLastRefreshed,
});