CustomDataSource constructor
      
      CustomDataSource({ 
    
    
- String? accountId,
- CustomDataSourceChildLink? childLink,
- DateTime? created,
- String? description,
- String? id,
- String? importBehavior,
- String? kind,
- String? name,
- CustomDataSourceParentLink? parentLink,
- List<String> ? profilesLinked,
- List<String> ? schema,
- String? selfLink,
- String? type,
- DateTime? updated,
- String? uploadType,
- String? webPropertyId,
Implementation
CustomDataSource({
  this.accountId,
  this.childLink,
  this.created,
  this.description,
  this.id,
  this.importBehavior,
  this.kind,
  this.name,
  this.parentLink,
  this.profilesLinked,
  this.schema,
  this.selfLink,
  this.type,
  this.updated,
  this.uploadType,
  this.webPropertyId,
});